﻿:root {
  --navy-950: #081524;
  --navy-900: #0c1d31;
  --navy-850: #10253d;
  --navy-800: #14314f;
  --slate-700: #5a6e86;
  --slate-500: #89a0ba;
  --slate-300: #ced9e6;
  --white: #ffffff;
  --cyan: #36e3d1;
  --cyan-dark: #1bb8aa;
  --line-dark: rgba(255, 255, 255, 0.12);
  --line-light: rgba(11, 31, 51, 0.1);
  --surface-soft: #f4f8fc;
  --surface-white: #ffffff;
  --text-dark: #0d2035;
  --shadow-soft: 0 20px 45px rgba(8, 21, 36, 0.12);
  --shadow-dark: 0 26px 60px rgba(0, 0, 0, 0.3);
  --shadow-lift: 0 22px 46px rgba(8, 21, 36, 0.16);
  --radius-md: 22px;
  --container: min(1180px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #eff4f9 0%, #ffffff 100%);
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 200;
  background: var(--white);
  color: var(--text-dark);
  padding: 0.85rem 1rem;
  border-radius: 999px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 21, 36, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.brand-logo {
  width: auto;
  height: 70px;
  object-fit: contain;
}

.brand-text,
.menu a,
.btn,
.section-heading h2,
.hero h1,
.hero-panel h2,
.service-card h3,
.timeline h3,
.benefits-grid h3,
.contact-copy h2,
.trust-grid h2 {
  font-family: "Space Grotesk", sans-serif;
}

.brand-text {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  transition: color 0.25s ease;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--white);
}

.menu-cta {
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: clip;
  padding: 5.5rem 0 4rem;
  color: var(--white);
  background: var(--navy-900);
}

.hero::before,
.trust-strip::before,
.methodology::before,
.cta-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 227, 209, 0.45), transparent);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 21, 36, 0.78) 0%, rgba(8, 21, 36, 0.58) 38%, rgba(8, 21, 36, 0.9) 100%),
    linear-gradient(180deg, rgba(8, 21, 36, 0.25), rgba(8, 21, 36, 0.88)),
    url("assets/images/bg/AdobeStock_760251926-optimized.jpg") center/cover no-repeat;
  filter: saturate(0.95);
}

.hero-grid,
.hero-details-grid,
.methodology-grid,
.contact-grid,
.cta-band-inner,
.footer-content,
.trust-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  justify-items: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: 100%;
}

.hero-intro {
  width: min(100%, 1040px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.eyebrow,
.mini-label,
.panel-badge {
  margin: 0 0 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 800;
}

.eyebrow,
.panel-badge {
  color: var(--cyan);
}

.hero h1,
.section-heading h2,
.hero-panel h2,
.contact-copy h2,
.cta-band h2 {
  margin: 0 0 1rem;
  line-height: 1.02;
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(3.25rem, 7vw, 5.8rem);
  letter-spacing: -0.03em;
}

.lead {
  margin: 0;
  max-width: 74ch;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 3.45rem;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.22) 52%, transparent 76%);
  transform: translateX(-150%);
  animation: heroCtaShimmer 4.8s ease-in-out infinite;
  pointer-events: none;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan), #64f5e2);
  color: #052130;
  box-shadow: 0 18px 42px rgba(54, 227, 209, 0.25);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.hero-actions .btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary {
  color: #052130;
  border-color: rgba(27, 184, 170, 0.18);
  background: linear-gradient(135deg, var(--cyan), #64f5e2);
  box-shadow: 0 18px 42px rgba(54, 227, 209, 0.25);
}

.hero-actions .btn:nth-child(2)::after {
  animation-delay: 0.45s;
}

.hero-actions .btn:nth-child(3)::after {
  animation-delay: 0.9s;
}

.btn-full {
  width: 100%;
}

.btn-schedule {
  margin: 1.25rem 0 1.4rem;
  position: relative;
  overflow: hidden;
  color: #052130;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid rgba(27, 184, 170, 0.22);
  background: linear-gradient(135deg, #36e3d1, #7af7e5);
  box-shadow:
    0 16px 34px rgba(54, 227, 209, 0.24),
    0 0 0 0 rgba(54, 227, 209, 0.28);
  animation: schedulePulse 2.8s ease-in-out infinite;
}

.btn-schedule::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.28) 50%, transparent 85%);
  transform: translateX(-140%);
  animation: scheduleShine 3.2s ease-in-out infinite;
}

.btn-schedule:hover,
.btn-schedule:focus-visible {
  box-shadow:
    0 22px 44px rgba(54, 227, 209, 0.32),
    0 0 0 8px rgba(54, 227, 209, 0.12);
}

@keyframes schedulePulse {
  0%,
  100% {
    box-shadow:
      0 16px 34px rgba(54, 227, 209, 0.24),
      0 0 0 0 rgba(54, 227, 209, 0.2);
  }

  50% {
    box-shadow:
      0 22px 40px rgba(54, 227, 209, 0.32),
      0 0 0 10px rgba(54, 227, 209, 0.08);
  }
}

@keyframes scheduleShine {
  0%,
  100% {
    transform: translateX(-140%);
  }

  55%,
  65% {
    transform: translateX(140%);
  }
}

@keyframes heroCtaShimmer {
  0%,
  100% {
    transform: translateX(-150%);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  28% {
    transform: translateX(150%);
    opacity: 1;
  }

  36% {
    opacity: 0;
  }
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.text-link-chip,
.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.text-link-chip {
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(15, 37, 58, 0.96) 0%, rgba(10, 28, 46, 0.98) 100%);
  border: 1px solid rgba(27, 184, 170, 0.18);
  box-shadow: 0 14px 28px rgba(9, 23, 38, 0.14);
  border-radius: 999px;
}

.text-link-chip:hover,
.text-link-chip:focus-visible {
  color: var(--text-dark);
  background:
    linear-gradient(180deg, rgba(84, 234, 219, 0.94) 0%, rgba(54, 227, 209, 0.96) 100%);
  border-color: rgba(54, 227, 209, 0.5);
  box-shadow: 0 18px 36px rgba(28, 207, 188, 0.2);
}

.card-link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--cyan-dark);
}

.hero-points,
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-details {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 4.5rem 0 4.4rem;
  background:
    radial-gradient(circle at 20% 10%, rgba(54, 227, 209, 0.07), transparent 18%),
    linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.hero-details-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: stretch;
  gap: 2.6rem;
}

.hero-details-copy {
  display: grid;
  gap: 0;
  align-content: start;
}

.hero-points {
  width: 100%;
  display: grid;
  gap: 0.95rem;
  margin-bottom: 2rem;
  padding: 1.7rem 1.8rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-points li,
.contact-list li {
  position: relative;
  padding-left: 1.4rem;
}

.hero-points li {
  color: var(--text-dark);
}

.hero-points li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--cyan);
}

.hero-business,
.hero-insights {
  width: 100%;
  display: grid;
  gap: 1rem;
}

.hero-business {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.hero-insights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.1rem;
}

.hero-business article,
.hero-insights article,
.hero-panel,
.service-card,
.benefits-grid article,
.contact-form,
.timeline article {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.hero-business article,
.hero-insights article {
  background: var(--surface-white);
  border: 1px solid var(--line-light);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-business article:hover,
.hero-insights article:hover,
.service-card:hover,
.benefits-grid article:hover,
.timeline article:hover,
.contact-form:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.hero-business strong,
.hero-insights strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  color: var(--text-dark);
}

.hero-business span,
.hero-insights p {
  margin: 0;
  color: var(--slate-700);
  font-size: 0.95rem;
}

.hero-panel {
  background:
    linear-gradient(180deg, rgba(18, 43, 69, 0.98), rgba(12, 29, 49, 0.98));
  backdrop-filter: blur(14px);
  padding: 1.9rem;
  align-self: stretch;
  max-width: 500px;
  justify-self: center;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(110, 190, 255, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-panel p {
  margin: 0;
  color: rgba(236, 244, 255, 0.88);
}

.hero-panel h2 {
  color: var(--white);
  text-wrap: balance;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.stats article {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stats strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.35rem;
  color: var(--white);
}

.stats span {
  color: rgba(233, 242, 255, 0.82);
  font-size: 0.94rem;
}

.section {
  padding: 5.8rem 0;
  position: relative;
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s ease;
  will-change: opacity, transform, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.trust-strip {
  background:
    radial-gradient(circle at 10% 15%, rgba(54, 227, 209, 0.08), transparent 18%),
    linear-gradient(180deg, #0c1d31 0%, #10253d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-grid {
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid article {
  padding: 1.6rem 1.25rem 1.2rem;
  border-top: 4px solid rgba(54, 227, 209, 0.4);
  text-align: center;
}

.mini-label {
  color: var(--cyan-dark);
}

.trust-grid h2 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.35;
  color: var(--white);
}

.section-heading {
  max-width: 1040px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  color: var(--text-dark);
}

.section-heading p,
.methodology p,
.service-card p,
.benefits-grid p,
.timeline p,
.contact-copy p,
.form-note,
.footer-content p,
.footer-content a {
  color: var(--slate-700);
}

.trust-strip .mini-label {
  color: var(--cyan);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.services-grid .service-card:last-child {
  grid-column: 2;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: var(--surface-white);
  border: 1px solid var(--line-light);
  padding: 1.45rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.service-card::before,
.benefits-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), #8cf8ec);
  transition: width 0.34s ease, opacity 0.34s ease;
  opacity: 0.9;
}

.service-card::after,
.benefits-grid article::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.34s ease;
  box-shadow:
    0 0 0 1px rgba(54, 227, 209, 0.22),
    0 0 28px rgba(54, 227, 209, 0.18),
    0 16px 32px rgba(12, 29, 49, 0.16);
}

.service-card:hover {
  border-color: rgba(27, 184, 170, 0.34);
  background: linear-gradient(180deg, #ffffff 0%, #f2fffc 100%);
}

.service-card:hover::before,
.benefits-grid article:hover::before {
  width: 80%;
}

.service-card:hover::after,
.benefits-grid article:hover::after {
  opacity: 1;
}

.service-card span {
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 800;
  color: var(--cyan-dark);
}

.service-card h3,
.benefits-grid h3,
.timeline h3 {
  margin: 0 0 0.8rem;
  font-size: 1.28rem;
  color: var(--text-dark);
}

.methodology {
  background:
    linear-gradient(90deg, rgba(8, 21, 36, 0.86) 0%, rgba(8, 21, 36, 0.74) 42%, rgba(8, 21, 36, 0.9) 100%),
    linear-gradient(180deg, rgba(8, 21, 36, 0.2), rgba(8, 21, 36, 0.88)),
    url("assets/images/bg/hero-ops-2-optimized.jpg") center/cover no-repeat;
}

.methodology-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.timeline {
  display: grid;
  height: 100%;
  align-content: stretch;
  gap: 1.25rem;
}

.timeline article {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.35rem 1.45rem 1.35rem 1.8rem;
  min-height: 0;
}

.methodology h2,
.methodology h3,
.methodology .eyebrow {
  color: var(--white);
}

.methodology p {
  color: rgba(255, 255, 255, 0.76);
}

.conviction-card {
  margin-top: 1.6rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-dark);
}

.conviction-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--cyan);
}

.conviction-card h3 {
  margin: 0 0 0.95rem;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  line-height: 1.18;
}

.conviction-card p + p {
  margin-top: 0.85rem;
}

.timeline h3 {
  color: var(--white);
}

.timeline article::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  width: 0.35rem;
  height: calc(100% - 3rem);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), rgba(54, 227, 209, 0));
}

.benefits {
  background:
    radial-gradient(circle at 15% 12%, rgba(54, 227, 209, 0.07), transparent 18%),
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.benefits-grid article:last-child {
  grid-column: 3;
}

.benefits-grid article {
  position: relative;
  overflow: hidden;
  background: #0f2741;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.03);
  padding: 1.6rem;
  box-shadow: var(--shadow-dark);
  text-align: center;
}

.benefits-grid article:hover {
  background: #12314f;
  border-color: rgba(77, 232, 217, 0.28);
}

.resources-section {
  background:
    radial-gradient(circle at 80% 15%, rgba(54, 227, 209, 0.08), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.resources-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.faq-grid {
  grid-template-columns: repeat(6, 1fr);
}

.resource-card,
.faq-item {
  position: relative;
  background: var(--surface-white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.45rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  text-align: center;
}

.faq-grid .faq-item {
  grid-column: span 2;
}

.resource-card:hover,
.faq-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(27, 184, 170, 0.22);
}

.resource-tag {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--cyan-dark);
  text-align: center;
}

.resource-card h3,
.faq-item h3 {
  margin: 0 0 0.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
  color: var(--text-dark);
}

.resource-card p,
.faq-item p {
  margin: 0;
  color: var(--slate-700);
}

.faq-section {
  background:
    radial-gradient(circle at 15% 12%, rgba(54, 227, 209, 0.08), transparent 18%),
    linear-gradient(180deg, #0b1d31 0%, #10253d 100%);
}

.faq-section .section-heading h2,
.faq-section .faq-item h3 {
  color: var(--white);
}

.faq-section .section-heading p,
.faq-section .faq-item p {
  color: rgba(255, 255, 255, 0.78);
}

.faq-section .eyebrow {
  color: var(--cyan);
}

.faq-section .faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.resources-grid .resource-card:last-child {
  grid-column: 2;
}

.faq-grid .faq-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.faq-grid .faq-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.page-hero {
  position: relative;
  overflow: clip;
  padding: 5rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(8, 21, 36, 0.84) 0%, rgba(8, 21, 36, 0.7) 42%, rgba(8, 21, 36, 0.88) 100%),
    linear-gradient(180deg, rgba(8, 21, 36, 0.24), rgba(8, 21, 36, 0.92)),
    url("assets/images/bg/hero-ops-1-optimized.jpg") center/cover no-repeat;
  color: var(--white);
}

.page-hero-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--white);
}

.page-hero h1 {
  margin: 0 0 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.02;
}

.page-hero p {
  max-width: 64ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.page-section-dark {
  background:
    radial-gradient(circle at 15% 12%, rgba(54, 227, 209, 0.08), transparent 18%),
    linear-gradient(180deg, #0b1d31 0%, #10253d 100%);
}

.page-section-dark .section-heading h2,
.page-section-dark .content-grid h2,
.page-section-dark .content-grid h3,
.page-section-dark .faq-item h3,
.page-section-dark .value-card h3,
.page-section-dark .checklist-card h3 {
  color: var(--white);
}

.page-section-dark .section-heading p,
.page-section-dark .content-grid p,
.page-section-dark .faq-item p,
.page-section-dark .value-card p,
.page-section-dark .checklist-card p,
.page-section-dark .checklist-card li {
  color: rgba(255, 255, 255, 0.76);
}

.page-section-dark .eyebrow {
  color: var(--cyan);
}

.page-section-dark .value-card,
.page-section-dark .checklist-card,
.page-section-dark .faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.value-card,
.checklist-card {
  background: var(--surface-white);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.45rem;
}

.value-card {
  text-align: center;
}

.value-card h3,
.checklist-card h3 {
  margin: 0 0 0.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.24rem;
}

.value-card p,
.checklist-card p,
.checklist-card li {
  margin: 0;
  color: var(--slate-700);
}

.checklist-card ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.article-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
}

.article-layout .checklist-card,
.article-layout .value-card {
  height: fit-content;
}

.benefits-grid h3 {
  color: var(--white);
}

.benefits-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.cta-band {
  background:
    radial-gradient(circle at 80% 30%, rgba(54, 227, 209, 0.08), transparent 20%),
    linear-gradient(135deg, #0b1d31, #113251);
  color: var(--white);
}

.cta-band-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.cta-band h2,
.cta-band p {
  margin: 0;
  color: var(--white);
}

.contact-section {
  background:
    radial-gradient(circle at 20% 12%, rgba(54, 227, 209, 0.07), transparent 18%),
    linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.contact-grid {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
}

.contact-copy h2 {
  color: var(--text-dark);
}

.contact-list {
  display: grid;
  gap: 0.9rem;
}

.contact-form {
  background: var(--surface-white);
  border: 1px solid var(--line-light);
  padding: 1.6rem;
}

.contact-form:hover {
  border-color: rgba(27, 184, 170, 0.25);
}

.contact-form label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 700;
  color: var(--text-dark);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1.05rem;
  color: var(--text-dark);
  background: #f8fbfe;
  border: 1px solid rgba(11, 31, 51, 0.12);
  border-radius: 16px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(27, 184, 170, 0.7);
  box-shadow: 0 0 0 4px rgba(54, 227, 209, 0.14);
}

.site-footer {
  background: #0b1727;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0 2.4rem;
}

.footer-content {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.footer-content p,
.footer-content a {
  color: rgba(255, 255, 255, 0.68);
}

.floating-whatsapp,
.scroll-top {
  position: fixed;
  right: 1.2rem;
  display: grid;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 0;
  z-index: 110;
  cursor: pointer;
  box-shadow: var(--shadow-dark);
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.floating-whatsapp {
  bottom: 1.2rem;
  background: linear-gradient(135deg, #1fd06e, #7affb6);
  color: #052212;
}

.scroll-top {
  bottom: 5.85rem;
  background: rgba(11, 23, 39, 0.82);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
}

.floating-whatsapp:hover,
.scroll-top:hover,
.floating-whatsapp:focus-visible,
.scroll-top:focus-visible {
  transform: translateY(-3px);
}

.floating-whatsapp svg,
.scroll-top svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1120px) {
  .hero-grid,
  .hero-details-grid,
  .methodology-grid,
  .contact-grid,
  .trust-grid,
  .benefits-grid,
  .cta-band-inner,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid .service-card:last-child {
    grid-column: auto;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid article:last-child {
    grid-column: auto;
  }

  .resources-grid,
  .faq-grid,
  .content-grid,
  .value-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .resources-grid .resource-card:last-child,
  .faq-grid .faq-item,
  .faq-grid .faq-item:nth-child(4),
  .faq-grid .faq-item:nth-child(5) {
    grid-column: auto;
  }

  .hero {
    padding: 4.5rem 0 3.5rem;
  }

  .hero-panel {
    max-width: 100%;
    justify-self: stretch;
  }

  .stats,
  .hero-business {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .brand {
    flex-direction: column;
    text-align: center;
  }

  .brand-logo {
    height: 58px;
  }

  .hero {
    padding: 3.6rem 0 3rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .lead,
  .hero-intro,
  .hero-points,
  .hero-business,
  .hero-insights {
    max-width: 100%;
    width: 100%;
  }

  .hero-insights,
  .services-grid,
  .benefits-grid,
  .resources-grid,
  .faq-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .reveal,
  .reveal.is-visible {
    transform: none;
    filter: none;
  }

  .hero-details {
    padding-top: 2.6rem;
  }

  .section {
    padding: 4.4rem 0;
  }

  .floating-whatsapp,
  .scroll-top {
    right: 0.95rem;
    width: 3.45rem;
    height: 3.45rem;
  }
}

