/* ═══════════════════════════════════════════════════════════
   PRACONT — Design System · Presença estratégica
   ═══════════════════════════════════════════════════════════ */

:root {
  --ink: #0c111a;
  --navy: #111827;
  --navy-mid: #1a2535;
  --navy-light: #223040;
  --surface-card: #1a2535;
  --surface-card-hover: #1e2d42;
  --surface-border: rgba(255, 255, 255, 0.09);
  --surface-border-hover: rgba(96, 165, 250, 0.28);
  --blue: #1e40af;
  --blue-deep: #1e3a8a;
  --blue-bright: #3b82f6;
  --accent: #93c5fd;
  --accent-glow: rgba(59, 130, 246, 0.35);
  --text-primary: #ffffff;
  --text-body: #cbd5e1;
  --text-muted: #94a3b8;
  --gold: #d4a853;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--ink);
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
}

/* ── Superfícies e ícones (tema unificado) ───── */
.surface-card,
.form-panel {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.surface-card:hover {
  border-color: var(--surface-border-hover);
}

.icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: #fff;
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.28);
}

.icon-box--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
}

.theme-heading {
  color: var(--text-primary) !important;
  -webkit-text-fill-color: var(--text-primary);
}

.theme-muted {
  color: var(--text-muted) !important;
}

.theme-link {
  color: var(--accent) !important;
}

.theme-link:hover {
  color: #bfdbfe !important;
}

.section-dark .text-gray-900,
.section-ink .text-gray-900,
.section-light .text-gray-900,
.surface-card:not(.bg-white) .text-gray-900,
.form-panel .text-gray-900 {
  color: var(--text-primary) !important;
}

.section-dark .text-gray-700,
.section-ink .text-gray-700,
.section-light .text-gray-700,
.surface-card:not(.bg-white) .text-gray-700,
.form-panel .text-gray-700 {
  color: var(--text-body) !important;
}

.section-dark .text-gray-500,
.section-ink .text-gray-500,
.section-light .text-gray-500,
.surface-card:not(.bg-white) .text-gray-500,
.form-panel .text-gray-500 {
  color: var(--text-muted) !important;
}

/* Cards claros: texto escuro legível */
.surface-card.bg-white {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.surface-card.bg-white .text-gray-900 {
  color: #111827 !important;
  -webkit-text-fill-color: #111827;
}

.surface-card.bg-white .text-gray-700,
.surface-card.bg-white .text-gray-700 span {
  color: #374151 !important;
  -webkit-text-fill-color: #374151;
}

.surface-card.bg-white .text-gray-500 {
  color: #6b7280 !important;
  -webkit-text-fill-color: #6b7280;
}

/* Área de upload clara dentro de formulário escuro */
.form-panel .file-upload-zone .text-gray-700,
.form-panel .file-upload-zone label.text-gray-700 {
  color: #374151 !important;
  -webkit-text-fill-color: #374151;
}

.form-panel .file-upload-zone .text-gray-400 {
  color: #6b7280 !important;
  -webkit-text-fill-color: #6b7280;
}

.section-dark a.text-blue-600,
.section-ink a.text-blue-600,
.section-light a.text-blue-600 {
  color: var(--accent) !important;
}

.font-serif { font-family: 'Playfair Display', serif; }
.font-display { font-family: 'DM Sans', sans-serif; font-weight: 700; }

.page-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  font-stretch: normal;
}

.page-heading--split .page-heading__line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .page-heading--split .page-heading__line {
    white-space: normal;
  }
}

@media (min-width: 1024px) {
  .page-heading--split {
    font-size: clamp(1.5rem, 2.1vw, 1.95rem);
  }
}

.subpage-hero-text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

/* Justificação de texto para parágrafos de conteúdo */
.bento-item p,
.mvv-card p,
.subpage-card p,
.glass-card p,
.challenge-card p,
.testimonial-card p,
.quote-block p,
.metodo-step p,
.method-step p,
.method-outcome p,
.pillar-card p,
.service-row > div > div,
section > div p,
footer p {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* Texto branco legível em seções escuras */
.section-dark [class*="text-slate"],
.section-ink [class*="text-slate"],
.section-dark .text-white,
.section-ink .text-white,
.section-dark .page-heading,
.section-ink .page-heading {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.subpage-card {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.subpage-card:hover {
  background: var(--surface-card-hover);
  border-color: var(--surface-border-hover);
}

/* ── Cards de serviços (subpáginas) ─────────── */
.service-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card--wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.25rem;
    row-gap: 0.35rem;
    align-items: start;
  }

  .service-card--wide .service-card__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .service-card--wide .service-card__title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  .service-card--wide .service-card__text {
    grid-column: 2;
    grid-row: 2;
  }
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 1.35rem 1.5rem;
  border-radius: var(--radius-xl);
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  transition: transform 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.45), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: var(--surface-border-hover);
  background: var(--surface-card-hover);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.5), rgba(59, 130, 246, 0.28));
  border: 1px solid rgba(96, 165, 250, 0.22);
  color: #93c5fd;
  font-size: 1rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover .service-card__icon {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.25);
}

.service-card__title {
  margin: 0 0 0.5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.01em;
}

.service-card__text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #94a3b8;
}

/* ── Subpáginas de serviço (hero amplo) ─────── */
.subpage-hero {
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.subpage-hero--compact {
  min-height: 520px;
}

.subpage-hero-layout {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .subpage-hero-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    column-gap: 4.5rem;
  }

  .subpage-hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
    max-width: 30rem;
    margin-left: auto;
    justify-self: end;
    padding-left: 1.5rem;
  }

  .hero-feature-card {
    aspect-ratio: 1 / 1;
    min-width: 0;
    padding: 1.5rem 1.4rem 1.45rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    border-radius: var(--radius-xl);
  }

  .hero-feature-card__icon {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.55), rgba(59, 130, 246, 0.25));
    border: 1px solid rgba(147, 197, 253, 0.2);
    color: #93c5fd;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  .hero-feature-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    min-height: 0;
  }

  .hero-feature-card.glass-card .hero-feature-card__title {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.35;
    color: #fff;
    letter-spacing: -0.015em;
    text-align: left;
    hyphens: none;
    -webkit-hyphens: none;
    text-wrap: balance;
  }

  .hero-feature-card.glass-card .hero-feature-card__text {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #cbd5e1;
    text-align: left;
    hyphens: none;
    -webkit-hyphens: none;
    text-wrap: wrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .subpage-hero-layout .hero-display {
    font-size: clamp(2rem, 2.75vw, 3.1rem);
  }
}

.hero-display {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-display .accent {
  color: #93c5fd;
  font-style: normal;
  font-weight: 700;
}

.hero-display__line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .hero-display {
    font-size: clamp(1.85rem, 3.8vw, 3.25rem);
  }
}

@media (max-width: 640px) {
  .hero-display {
    font-size: clamp(1.5rem, 6.5vw, 2.25rem);
  }
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(96, 165, 250, 0.35);
  background: rgba(30, 64, 175, 0.15);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #93c5fd;
}

.hero-kicker .dot-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
  animation: dotPulse 2.5s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-tag {
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #94a3b8;
}

.service-card-num {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  background: rgba(30, 64, 175, 0.35);
  color: #93c5fd;
}

.service-card-num--diff {
  background: rgba(30, 64, 175, 0.55);
  color: #fff;
}

.service-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-border);
  background: var(--surface-card);
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.service-row:hover {
  border-color: var(--surface-border-hover);
  background: var(--surface-card-hover);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.service-row--diff {
  border-color: rgba(96, 165, 250, 0.2);
  background: rgba(30, 64, 175, 0.12);
}

.pillar-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--surface-border);
  background: var(--surface-card);
}

.pillar-card--accent {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  border-color: rgba(96, 165, 250, 0.3);
}

.challenge-chip {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.challenge-chip .num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  background: rgba(30, 64, 175, 0.35);
  color: #93c5fd;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.method-step {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-border);
  background: var(--surface-card);
  height: 100%;
}

.method-outcome {
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--surface-border);
  background: var(--surface-card);
  text-align: center;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}

.stat-mini {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-mini .val {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.stat-mini .lbl {
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-mock {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a1628;
  overflow: hidden;
  box-shadow: 0 24px 80px -12px rgba(0, 0, 0, 0.6);
}

/* ── Grain overlay ───────────────────────────── */
.grain::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Typography ──────────────────────────────── */
.hero-title {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.hero-title-main {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 4.2vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  font-stretch: normal;
  max-width: 42rem;
}

.hero-title--single {
  margin-bottom: 1.75rem;
}

.hero-title--single .hero-title-main {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.65rem, 3.8vw, 3.5rem);
}

.hero-intro-body {
  max-width: 52rem;
}

.hero-lead {
  max-width: none;
  hyphens: none;
  -webkit-hyphens: none;
  text-align: left;
}

.hero-title-main .accent {
  color: #93c5fd;
  font-style: italic;
}

.hero-title-sub {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, 1.8vw, 1.3125rem);
  line-height: 1.55;
  color: #d1dae6;
  max-width: 36rem;
  letter-spacing: 0;
}

.hero-title-sub--large {
  font-size: clamp(1.375rem, 2.75vw, 2.125rem);
  font-weight: 500;
  line-height: 1.35;
  color: #e8edf4;
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hero-title-sub--inline {
  display: block;
  max-width: none;
  white-space: nowrap;
}

.hero-title-sub--inline .hero-title-sub-static {
  display: inline;
}

.hero-title-sub-static {
  display: block;
}

.hero-title-sub--inline .hero-title-sub-static::after {
  content: '\00a0';
}

/* Typewriter no hero — digita e apaga letra por letra */
.typewriter {
  display: inline;
  color: #93c5fd;
  font-weight: 600;
  min-width: 14ch;
}

.typewriter-text {
  color: #93c5fd;
  font-weight: 600;
}

.typewriter-cursor {
  display: inline-block;
  color: #93c5fd;
  font-weight: 400;
  animation: tw-blink 0.85s step-end infinite;
  margin-left: 1px;
}

@keyframes tw-blink {
  50% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .typewriter-cursor { display: none; }
}

@media (max-width: 767px) {
  .hero-title--single .hero-title-main {
    white-space: normal;
  }

  .hero-title-sub--inline {
    white-space: normal;
  }
}

.display-hero {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 4.2vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-stretch: normal;
}

.display-section {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-stretch: normal;
}

.gradient-text {
  display: inline;
  background: linear-gradient(135deg, #fff 0%, #93c5fd 55%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-blue {
  display: inline;
  background: linear-gradient(135deg, var(--blue-bright), #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(96, 165, 250, 0.35);
  background: rgba(30, 64, 175, 0.2);
  color: var(--accent);
}

.pill-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 var(--accent-glow); }
  50% { opacity: 0.7; box-shadow: 0 0 12px 4px var(--accent-glow); }
}

/* ── Nav ─────────────────────────────────────── */
#navbar {
  background: rgba(30, 40, 54, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 0.4s, border-color 0.4s, box-shadow 0.4s, position 0s;
}

#navbar.nav-in-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0c111a;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

#navbar.nav-fixed-out {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#navbar.nav-scrolled {
  background: rgba(30, 40, 54, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.nav-link {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-bright), var(--accent));
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after { width: 100%; }

/* ── Buttons ─────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.9rem 1.75rem;
  border-radius: 0.875rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-bright) 100%);
  box-shadow: 0 4px 24px rgba(30, 64, 175, 0.45), inset 0 1px 0 rgba(255,255,255,0.15);
  transition: transform 0.25s, box-shadow 0.25s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(30, 64, 175, 0.55);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.9rem 1.75rem;
  border-radius: 0.875rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

/* ── Hero ────────────────────────────────────── */
.hero-video-wrap {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-video-wrap video,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  display: block;
  background: var(--navy-mid);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10,16,28,0.68) 0%, rgba(12,18,32,0.82) 40%, rgba(8,12,22,0.95) 100%),
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(20,45,100,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(30,64,175,0.06) 0%, transparent 50%);
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orb-float 12s ease-in-out infinite;
}

.glow-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(30, 64, 175, 0.35);
  top: -10%;
  right: -5%;
}

.glow-orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(59, 130, 246, 0.2);
  bottom: 10%;
  left: -5%;
  animation-delay: -6s;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -30px) scale(1.08); }
}

.glass-card {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  transition: background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.glass-card:hover {
  background: var(--surface-card-hover);
  border-color: var(--surface-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.hero-stat {
  text-align: center;
  padding: 1rem 1.5rem;
}

.hero-stat .num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-stretch: normal;
}

.hero-stat .label {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.35rem;
}

.scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: bounce-hint 2.5s ease infinite;
}

.scroll-hint .line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--accent), transparent);
}

@keyframes bounce-hint {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(8px); opacity: 1; }
}

/* ── Sections ────────────────────────────────── */
.section-dark,
.section-light {
  background: var(--navy);
  color: var(--text-body);
  position: relative;
}

.section-dark::before,
.section-light::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(59, 130, 246, 0.09) 0%, transparent 70%);
  pointer-events: none;
}

.section-ink {
  background: var(--ink);
  color: var(--text-body);
  position: relative;
}

.section-ink::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 35% at 50% 100%, rgba(30, 64, 175, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.section-light .section-badge {
  background: rgba(30, 64, 175, 0.22) !important;
  color: var(--accent) !important;
  border: 1px solid rgba(96, 165, 250, 0.32) !important;
}

.section-light .bg-white.rounded-2xl,
.section-dark .form-panel {
  background: var(--surface-card) !important;
  border: 1px solid var(--surface-border) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.section-light .border-gray-100,
.section-light .border-gray-200 {
  border-color: var(--surface-border) !important;
}

.section-dark > .max-w-7xl,
.section-light > .max-w-7xl,
.section-ink > .max-w-7xl {
  position: relative;
  z-index: 1;
}

.blue-bar {
  height: 3px;
  width: 64px;
  background: linear-gradient(90deg, var(--blue), var(--blue-bright));
  border-radius: 2px;
}

/* ── Bento grid (diferenciais) ───────────────── */
.bento-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
}

.bento-item {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  transition: transform 0.35s, border-color 0.35s, background 0.35s, box-shadow 0.35s;
  position: relative;
  overflow: hidden;
}

.bento-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96,165,250,0.4), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}

.bento-item:hover {
  transform: translateY(-4px);
  border-color: var(--surface-border-hover);
  background: var(--surface-card-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.bento-item:hover::before { opacity: 1; }

.bento-featured { grid-column: span 12; }
.bento-half { grid-column: span 12; }
.bento-third { grid-column: span 12; }

@media (min-width: 768px) {
  .bento-featured { grid-column: span 7; }
  .bento-side { grid-column: span 5; }
  .bento-half { grid-column: span 6; }
  .bento-third { grid-column: span 4; }
}

.bento-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(30,64,175,0.5), rgba(59,130,246,0.3));
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: var(--accent);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/* ── Solution cards ──────────────────────────── */
.solution-panel {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s;
}

.solution-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.85;
  transition: opacity 0.4s;
}

.solution-panel:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 32px 64px rgba(0,0,0,0.4);
}

.solution-panel:hover::before { opacity: 1; }

.solution-panel.contabilidade::before {
  background: linear-gradient(145deg, #0b2545 0%, #1e40af 60%, #1e3a8a 100%);
}

.solution-panel.bpo::before {
  background: linear-gradient(145deg, #071830 0%, #0f3460 50%, #1e40af 100%);
}

.solution-panel .content { position: relative; z-index: 1; }

.solution-panel .big-num {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1;
  opacity: 0.15;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 0;
}

/* ── Solution Cards ──────────────────────────── */
.solution-cards {
  align-items: stretch;
}

.solution-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 1.25rem;
  padding: 2rem 2rem 2.25rem;
  overflow: hidden;
  min-height: 100%;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
}

@media (min-width: 1024px) {
  .solution-card {
    padding: 2.5rem 2.5rem 2.75rem;
  }
}

.solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(147, 197, 253, 0.45), transparent);
  opacity: 0.8;
}

.solution-card:hover {
  transform: translateY(-6px);
}

.solution-card-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.35), rgba(30, 64, 175, 0.2));
  border: 1px solid rgba(147, 197, 253, 0.28);
  color: #bfdbfe;
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.solution-card:hover .solution-card-icon {
  transform: scale(1.08) translateY(-2px);
  color: #fff;
  box-shadow: 0 12px 28px rgba(59, 130, 246, 0.35);
}

.solution-card-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.875rem;
}

.solution-card--light,
.solution-card--dark {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.solution-card--light:hover,
.solution-card--dark:hover {
  border-color: var(--surface-border-hover);
  background: var(--surface-card-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.solution-card--light .solution-card-desc,
.solution-card--dark .solution-card-desc {
  color: rgba(203, 213, 225, 0.92);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
  max-width: 36rem;
}

.solution-card--light .solution-card-list li,
.solution-card--dark .solution-card-list li {
  color: #e2e8f0;
}

.solution-card-list {
  list-style: none;
  padding: 1.5rem 0 0;
  margin: 0 0 2rem;
  flex-grow: 1;
  display: grid;
  gap: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.solution-card-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.solution-card-list li::before {
  content: '';
  flex-shrink: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.solution-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: auto;
  padding: 0.625rem 1.125rem;
  border-radius: 9999px;
  color: #93c5fd;
  background: rgba(30, 64, 175, 0.18);
  border: 1px solid rgba(147, 197, 253, 0.22);
  width: fit-content;
  transition: gap 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.solution-card-cta i {
  font-size: 0.65rem;
  transition: transform 0.3s ease;
}

.solution-card:hover .solution-card-cta {
  gap: 0.65rem;
  color: #fff;
  background: rgba(37, 99, 235, 0.35);
  border-color: rgba(147, 197, 253, 0.4);
}

.solution-card:hover .solution-card-cta i {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .solution-card:hover .solution-card-icon {
    transform: none;
  }

  .solution-card:hover .solution-card-cta i {
    transform: none;
  }
}

.service-chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s;
}

.service-chip:hover {
  background: rgba(30, 64, 175, 0.25);
  border-color: rgba(96, 165, 250, 0.3);
  transform: translateX(4px);
  color: #fff;
}

.service-chip i {
  color: var(--accent);
  width: 20px;
  text-align: center;
}

/* ── Editorial sobre ─────────────────────────── */
.sobre-hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: none;
}

.sobre-hero-title__line {
  display: block;
  white-space: nowrap;
}

.sobre-hero-title .accent {
  color: #93c5fd;
}

@media (max-width: 640px) {
  .sobre-hero-title {
    font-size: clamp(1.65rem, 7.5vw, 2.5rem);
  }
}

.editorial-number {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(4.5rem, 10vw, 8rem);
  line-height: 0.95;
  color: #fff;
  font-stretch: normal;
  letter-spacing: -0.03em;
}

.mvv-card {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.mvv-card:hover {
  border-color: var(--surface-border-hover);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.quote-block {
  position: relative;
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(30,64,175,0.3), rgba(7,24,48,0.8));
  border: 1px solid rgba(96,165,250,0.2);
}

.quote-block::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 0;
  color: rgba(96,165,250,0.3);
  position: absolute;
  top: 2rem;
  left: 1.5rem;
}

/* ── Desafios ────────────────────────────────── */
.challenge-card {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: all 0.35s;
  position: relative;
}

.challenge-card .ch-num {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 0.75rem;
  color: rgba(248, 113, 113, 0.7);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.challenge-card:hover {
  background: rgba(248, 113, 113, 0.06);
  border-color: rgba(248, 113, 113, 0.2);
  transform: translateY(-3px);
}

/* ── Metodologia timeline ──────────────────────── */
.metodologia-track {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .metodologia-track {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
  }

  .metodologia-track::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--blue), var(--blue-bright), transparent);
    opacity: 0.4;
  }
}

.metodo-step {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}

.metodo-step .step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  box-shadow: 0 0 30px rgba(30, 64, 175, 0.5);
  position: relative;
  z-index: 1;
}

/* ── Cards light section ─────────────────────── */
.card-light {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-xl);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.card-light:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(7, 24, 48, 0.12);
  border-color: #bfdbfe;
}

/* ── Depoimentos ─────────────────────────────── */
.testimonial-card {
  background: var(--surface-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  position: relative;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 0;
  color: rgba(96, 165, 250, 0.2);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--surface-border-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

/* ── CTA band ────────────────────────────────── */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-mid) 0%, var(--blue) 50%, #2563eb 100%);
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ── Form ────────────────────────────────────── */
.input-field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.875rem;
  transition: all 0.2s;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
}

.input-field::placeholder {
  color: #64748b;
}

.input-field:focus {
  border-color: var(--blue-bright);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

select.input-field {
  cursor: pointer;
  color: var(--text-body);
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
}

select.input-field option {
  background-color: #ffffff;
  color: #0f172a;
}

select.input-field option:checked {
  background-color: #dbeafe;
  color: #1e3a8a;
}

select.input-field option[value=""] {
  color: #64748b;
}

.form-panel label,
.section-light label,
.section-dark label {
  color: var(--text-body);
}

.portal-card {
  border: 1px solid var(--surface-border) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.portal-card:hover {
  border-color: var(--surface-border-hover) !important;
  background: rgba(30, 64, 175, 0.12) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.portal-card .portal-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.portal-card:hover .portal-card-icon {
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.35);
  transform: scale(1.04);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.file-upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  border: 2px dashed #cbd5e1;
  border-radius: 1rem;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-align: center;
}

.file-upload-zone:hover,
.file-upload-zone.has-file {
  border-color: var(--blue-bright);
  background: #eff6ff;
}

.portal-card-icon {
  background: linear-gradient(135deg, rgba(30,64,175,0.5), rgba(59,130,246,0.3));
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: var(--accent);
}

/* ── Marquee ─────────────────────────────────── */
.marquee-wrap {
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.animate-scroll {
  animation: scroll-left 35s linear infinite;
}

.animate-scroll:hover { animation-play-state: paused; }

/* ── WhatsApp float ──────────────────────────── */
.floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  animation: wa-pulse 2s infinite;
  min-width: 52px;
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* ── Reveal animations ───────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── Section badge ───────────────────────────── */
.section-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(30, 64, 175, 0.22);
  color: var(--accent);
  border: 1px solid rgba(96, 165, 250, 0.32);
}

/* ── Legacy compat ───────────────────────────── */
.card-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }

.hero-bg {
  background-color: var(--navy);
  background-image:
    radial-gradient(ellipse at 12% 65%, rgba(59,130,246,0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 88% 20%, rgba(30,64,175,0.15) 0%, transparent 45%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 65%, var(--navy-light) 100%);
}

.site-footer {
  background: var(--navy);
}
