:root {
  --bg: #071a2a;
  --bg-soft: #0d2538;
  --surface: #f4f7fa;
  --surface-2: #ffffff;
  --text: #102235;
  --text-soft: #516170;
  --line: #d8e1e8;
  --accent: #d7a548;
  --accent-2: #ffb95f;
  --success: #1f8c66;
  --shadow-soft: 0 18px 40px rgba(7, 26, 42, 0.12);
  --shadow-card: 0 14px 28px rgba(16, 34, 53, 0.08);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --container: min(1140px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #acc6d8;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head .eyebrow {
  color: var(--bg-soft);
  background: #e6edf4;
  border-color: #d4e1ea;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.15;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  color: #f9fcff;
  margin: 16px 0;
}

h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  margin-bottom: 14px;
}

p {
  margin: 0;
  color: var(--text-soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 700;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #1c1404;
  box-shadow: 0 12px 28px rgba(215, 165, 72, 0.32);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(215, 165, 72, 0.44);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: #f0f8ff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.btn-sm {
  padding: 10px 16px;
  font-size: 0.9rem;
}

.btn-full {
  width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(7, 26, 42, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.brand img {
  width: min(190px, 32vw);
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav a {
  color: #d8e9f7;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav a:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  background: radial-gradient(circle at 18% 18%, rgba(26, 69, 102, 0.8), transparent 42%), radial-gradient(circle at 80% 6%, rgba(215, 165, 72, 0.25), transparent 35%), linear-gradient(180deg, #0a2134 0%, #061a2a 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: floatGlow 8s ease-in-out infinite;
}

.glow-1 {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: 10%;
  background: radial-gradient(circle, rgba(31, 140, 102, 0.48), rgba(31, 140, 102, 0));
}

.glow-2 {
  width: 340px;
  height: 340px;
  right: -120px;
  top: -70px;
  background: radial-gradient(circle, rgba(215, 165, 72, 0.35), rgba(215, 165, 72, 0));
  animation-delay: 1.6s;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 88%);
}

@keyframes floatGlow {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.hero-subtitle {
  max-width: 720px;
  color: #c2d8e8;
  font-size: 1.07rem;
}

.hero-cta {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-highlights {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-highlights span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dceaf6;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
}

.hero-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.hero-panel h2 {
  font-size: 1.3rem;
  color: #f4fbff;
  margin-bottom: 14px;
}

.hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-panel li {
  display: flex;
  gap: 9px;
  color: #d2e3f1;
}

.mini-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 700;
  color: #ffe4b5;
}

.services {
  background: linear-gradient(180deg, #f5f8fb 0%, #edf2f7 100%);
}

.card-grid {
  display: grid;
  gap: 18px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--surface-2);
  border: 1px solid #deebf3;
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  border-color: #c6d9e6;
  box-shadow: 0 18px 30px rgba(16, 34, 53, 0.12);
}

.card i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--bg);
  background: #ebf3f9;
  border-radius: 10px;
  margin-bottom: 14px;
}

.card h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.differentials {
  background: #ffffff;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fbfd;
  min-height: 64px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.pill i {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dce9f4;
  color: var(--bg-soft);
}

.about {
  background: linear-gradient(160deg, #f2f7fc 0%, #ffffff 55%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.about p + p {
  margin-top: 14px;
}

.about-badges {
  display: grid;
  gap: 12px;
}

.badge-box {
  border-radius: var(--radius-md);
  border: 1px solid #dce8f0;
  background: #fff;
  box-shadow: var(--shadow-card);
  padding: 20px;
}

.badge-box strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
}

.need {
  background: #ffffff;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #dce8f0;
  background: #f9fcff;
  border-radius: 12px;
  padding: 14px 16px;
}

.timeline-item i {
  color: var(--bg-soft);
  font-size: 1.2rem;
}

.credibility {
  background: linear-gradient(180deg, #eef4f9 0%, #f7fafc 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stat {
  border-radius: 14px;
  border: 1px solid #d2e2ee;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-card);
  min-height: 150px;
}

.stat i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7f0f8;
  color: #0d2538;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.stat h3 {
  font-size: 1.05rem;
}

.cta {
  background: linear-gradient(125deg, #0d2538 0%, #113651 100%);
  color: #fff;
}

.cta-wrap {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-soft);
}

.cta h2,
.cta p {
  color: #eff7ff;
}

.form-section {
  background: #ffffff;
}

.form-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.form-info ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.form-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-weight: 600;
}

.form-info i {
  color: var(--success);
}

.contact-form {
  border-radius: var(--radius-lg);
  border: 1px solid #d8e4ee;
  background: #fcfeff;
  box-shadow: var(--shadow-card);
  padding: 24px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfdeea;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #89abc5;
  box-shadow: 0 0 0 4px rgba(137, 171, 197, 0.2);
}

.form-feedback {
  margin: 0;
  grid-column: 1 / -1;
  min-height: 20px;
  font-weight: 600;
}

.footer {
  background: #071a2a;
  color: #d2e2f0;
  padding-top: 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.7fr;
  gap: 18px;
}

.footer h3,
.footer h4 {
  color: #fff;
  margin-bottom: 10px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer a:hover {
  color: #ffe3b1;
}

.social {
  display: flex;
  gap: 10px;
}

.social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.footer-bottom {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.to-top {
  font-weight: 700;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(150deg, #25d366, #1b9850);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 14px 28px rgba(27, 152, 80, 0.35);
  z-index: 70;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  animation: pulse 2.8s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 30px rgba(27, 152, 80, 0.44);
}

@keyframes pulse {
  0%,
  100% { box-shadow: 0 14px 28px rgba(27, 152, 80, 0.35); }
  50% { box-shadow: 0 18px 34px rgba(27, 152, 80, 0.48); }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.14s;
}

@media (max-width: 1020px) {
  .hero-grid,
  .about-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .pill-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section {
    padding: 68px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 4vw;
    right: 4vw;
    background: rgba(7, 26, 42, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open {
    display: flex;
  }

  .hero {
    padding-top: 78px;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .pill-grid,
  .stats-grid,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
