@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #04182a;
  --navy-2: #071d31;
  --navy-3: #0b243b;
  --cream: #f3efe5;
  --white: #f7f7f4;
  --green: #4f841c;
  --green-bright: #6ca12d;
  --muted: #b9c1c9;
  --line: rgba(255,255,255,.17);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--white);
  background: var(--navy);
  line-height: 1.55;
}
img { max-width: 100%; display:block; }
a { color: inherit; }
.container { width:min(var(--max), calc(100% - 48px)); margin:0 auto; }
.section { scroll-margin-top: 84px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(4,24,42,.96);
  border-bottom: 1px solid rgba(108,161,45,.22);
  backdrop-filter: blur(8px);
}
.header-inner {
  min-height: 78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 28px;
}
.brand img { width: 190px; height:auto; }
.desktop-nav { display:flex; align-items:center; gap:34px; }
.desktop-nav a:not(.btn) {
  text-decoration:none;
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
}
.desktop-nav a:not(.btn):hover { color:var(--green-bright); }
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding: 0 26px;
  border-radius:3px;
  text-decoration:none;
  background:var(--green);
  color:white;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  border:0;
}
.btn:hover { background:#5e9424; }
.btn-light { background:var(--cream); color:var(--navy); }
.btn-light:hover { background:white; }
.mobile-toggle { display:none; background:none; border:0; color:white; font-size:1.8rem; padding:8px; }
.mobile-nav { display:none; }

.hero {
  background: radial-gradient(circle at 72% 30%, #17324a 0, var(--navy) 54%);
  overflow:hidden;
}
.hero-grid {
  min-height: 610px;
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  align-items:center;
  gap: 36px;
  padding: 56px 0 48px;
}
.eyebrow {
  color: var(--green-bright);
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.12em;
  font-size:.8rem;
}
.hero h1,
.display {
  font-family: Anton, Impact, sans-serif;
  font-weight:400;
  letter-spacing:.01em;
  margin:0;
}
.hero h1 {
  font-size: clamp(3.1rem, 5.7vw, 5.55rem);
  line-height:1.08;
  max-width:650px;
}
.hero h1 .green { color:var(--green); }
.hero-sub {
  margin: 28px 0 28px;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  max-width:540px;
  color:#eef0ef;
}
.micro {
  margin-top:10px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#dce2e2;
}
.hero-art {
  align-self:stretch;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.hero-art img {
  width:100%;
  max-height:520px;
  object-fit:contain;
  object-position:center bottom;
  filter: drop-shadow(0 20px 38px rgba(0,0,0,.28));
}

.question-band {
  background:var(--cream);
  color:var(--navy);
  text-align:center;
  padding: 30px 20px;
}
.question-band h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight:400;
  letter-spacing:.01em;
  font-size:clamp(2rem,4vw,3.45rem);
  line-height:1.13;
  max-width:1050px;
  margin:0 auto;
}
.question-band .green { color:var(--green); }

.numbers { background: linear-gradient(180deg,var(--navy),#061b2f); padding: 38px 0 42px; }
.section-kicker {
  text-align:center;
  font-size:1.05rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin:0 0 24px;
}
.metrics {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-bottom:1px solid var(--line);
  padding-bottom:26px;
}
.metric {
  min-height:80px;
  padding:0 18px;
  display:flex;
  gap:14px;
  align-items:center;
  border-right:1px solid var(--line);
}
.metric:last-child { border-right:0; }
.metric-icon {
  width:50px; height:50px; border:2px solid var(--green-bright); border-radius:50%;
  display:grid; place-items:center; color:var(--green-bright); font-size:1.4rem; flex:0 0 auto;
}
.metric-label { font-size:.7rem; letter-spacing:.06em; text-transform:uppercase; color:#e5e7e8; }
.metric-value { font-size:1.48rem; font-weight:700; line-height:1.2; }
.why-title {
  margin:25px 0 20px;
  text-align:center;
  font-size:1.05rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.why-title strong { color:var(--green-bright); }
.questions {
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.question-item {
  padding:4px 18px 14px;
  text-align:center;
  border-right:1px solid var(--line);
  font-size:.86rem;
}
.question-item:last-child { border-right:0; }
.q-icon { color:var(--green-bright); font-size:1.7rem; margin-bottom:8px; }
.gap-line {
  width:max-content;
  max-width:100%;
  margin: 12px auto 0;
  padding:7px 24px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:3px;
  text-transform:uppercase;
  letter-spacing:.085em;
  font-size:1rem;
}
.gap-line strong { color:var(--green-bright); }

.snapshot {
  background:var(--cream);
  color:var(--navy);
  padding: 54px 0;
}
.snapshot-grid {
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  align-items:center;
  gap:50px;
}
.snapshot h2 {
  font-family: Anton, Impact, sans-serif;
  font-size:clamp(2.5rem,5vw,4.2rem);
  line-height:1;
  font-weight:400;
  margin:0 0 18px;
}
.snapshot h2 span { color:var(--green); }
.snapshot p { font-size:1rem; margin:0 0 16px; }
.checks { margin:0; padding:0; list-style:none; }
.checks li { position:relative; padding-left:27px; margin:10px 0; }
.checks li::before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:900; }
.snapshot-art img { border-radius:12px; box-shadow:0 8px 18px rgba(4,24,42,.25); }
.mobile-diagnostics { display:none; }

.process { background:var(--navy); padding:34px 0 30px; }
.process-label { text-align:center; color:var(--green-bright); text-transform:uppercase; letter-spacing:.12em; font-weight:800; margin-bottom:18px; }
.process-grid { display:grid; grid-template-columns:1fr 70px 1fr 70px 1fr; align-items:center; gap:12px; }
.step { display:grid; grid-template-columns:58px 1fr; gap:16px; align-items:start; }
.step-num { width:50px; height:50px; border-radius:50%; background:var(--green); display:grid; place-items:center; font-size:1.5rem; font-weight:800; }
.step h3 { margin:0 0 4px; font-size:.95rem; text-transform:uppercase; }
.step p { margin:0; font-size:.82rem; color:#e3e7e7; }
.arrow { text-align:center; color:var(--green-bright); font-size:2rem; }

.final-cta { background:var(--green); }
.final-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.final-inner strong { font-size:1.15rem; letter-spacing:.06em; text-transform:uppercase; }

.site-footer { background:#031422; padding:30px 0; }
.footer-inner { display:grid; grid-template-columns:1.3fr 1fr 1.3fr; align-items:center; gap:20px; font-size:.78rem; color:#d5dade; }
.footer-brand strong { display:block; color:var(--green-bright); margin-bottom:2px; }
.footer-links { display:flex; justify-content:center; gap:18px; flex-wrap:wrap; }
.footer-links a { text-decoration:none; }
.footer-links a:hover { color:var(--green-bright); }
.copyright { text-align:right; }

/* Support pages */
.sub-hero { background:var(--navy); padding:80px 0 70px; }
.sub-hero h1 { font-family:Anton,Impact,sans-serif; font-weight:400; font-size:clamp(3rem,7vw,6rem); line-height:1.05; margin:0; max-width:900px; }
.sub-hero h1 span { color:var(--green); }
.content-page { background:var(--cream); color:var(--navy); padding:70px 0; }
.reading { max-width:820px; margin:0 auto; }
.reading h2 { font-family:Anton,Impact,sans-serif; font-weight:400; font-size:2.2rem; line-height:1.1; margin:48px 0 14px; }
.reading h2:first-child { margin-top:0; }
.reading p, .reading li { font-size:1.05rem; line-height:1.75; }
.big-quote { font-family:Anton,Impact,sans-serif; font-weight:400; font-size:clamp(2.2rem,5vw,4rem); line-height:1.12; color:var(--navy); margin:42px 0; }
.big-quote span { color:var(--green); }
.page-cta { background:var(--navy); padding:54px 0; text-align:center; }
.page-cta h2 { font-family:Anton,Impact,sans-serif; font-size:2.6rem; font-weight:400; margin:0 0 22px; }
.privacy h1 { font-family:Anton,Impact,sans-serif; font-weight:400; font-size:3.5rem; margin:0 0 6px; }
.privacy .updated { color:#65717a; margin-bottom:40px; }

@media (max-width: 900px) {
  .container { width:min(100% - 34px, 760px); }
  .desktop-nav { display:none; }
  .mobile-toggle { display:block; }
  .mobile-nav.open { display:flex; flex-direction:column; gap:0; padding:0 17px 18px; }
  .mobile-nav a { padding:13px 0; text-decoration:none; border-top:1px solid var(--line); font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:.86rem; }
  .mobile-nav .btn { margin-top:12px; border-top:0; }
  .hero-grid { grid-template-columns:1fr; min-height:0; padding:45px 0 0; gap:28px; }
  .hero-copy { text-align:left; }
  .hero h1 { font-size:clamp(3rem,11.5vw,5rem); }
  .hero-sub { font-size:1.05rem; }
  .hero-art { margin:0 -17px; }
  .hero-art img { width:100%; max-height:none; }
  .question-band { padding:30px 18px; }
  .question-band h2 { font-size:clamp(2rem,8vw,3.15rem); }
  .metrics { grid-template-columns:1fr 1fr; gap:0; }
  .metric { border-right:1px solid var(--line); border-bottom:1px solid var(--line); padding:18px 12px; }
  .metric:nth-child(even) { border-right:0; }
  .metric:last-child { grid-column:1 / -1; border-right:0; justify-content:center; }
  .questions { grid-template-columns:1fr; }
  .question-item { border-right:0; border-bottom:1px solid var(--line); padding:18px 10px; font-size:1rem; }
  .gap-line { width:100%; text-align:center; font-size:.9rem; }
  .snapshot-grid { grid-template-columns:1fr; }
  .snapshot-art img { width:100%; }
  .mobile-diagnostics { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:16px; }
  .diag-card { border:1px solid #c6c9c6; border-radius:6px; padding:13px; background:#faf8f1; }
  .diag-card strong { display:block; font-size:.83rem; text-transform:uppercase; }
  .diag-card span { font-size:.78rem; color:#53606a; }
  .process-grid { grid-template-columns:1fr; }
  .arrow { transform:rotate(90deg); line-height:1; }
  .step { grid-template-columns:50px 1fr; }
  .final-inner { flex-direction:column; text-align:center; padding:18px 0; }
  .final-inner .btn { width:100%; }
  .footer-inner { grid-template-columns:1fr; text-align:center; }
  .copyright { text-align:center; }
  .footer-links { order:2; }
  .copyright { order:3; }
}

@media (max-width: 520px) {
  .container { width:calc(100% - 30px); }
  .header-inner { min-height:68px; }
  .brand img { width:155px; }
  .hero-grid { padding-top:34px; }
  .hero h1 { font-size:clamp(2.65rem,12vw,4rem); }
  .btn { width:100%; padding:0 16px; }
  .metrics { grid-template-columns:1fr 1fr; }
  .metric { flex-direction:column; align-items:flex-start; gap:7px; min-height:125px; }
  .metric:last-child { align-items:center; text-align:center; }
  .metric-value { font-size:1.4rem; }
  .mobile-diagnostics { grid-template-columns:1fr; }
  .sub-hero { padding:60px 0 50px; }
  .content-page { padding:50px 0; }
  .reading p, .reading li { font-size:1rem; }
}

/* Final September 2026 refinement pass */
@media (min-width: 901px) {
  .hero-grid {
    align-items: center;
  }
  .hero-art {
    align-self: center;
    align-items: center;
  }
  .hero-art img {
    width: min(100%, 760px);
    max-height: 500px;
    object-fit: contain;
    object-position: center center;
    margin-top: -18px;
  }
}

.final-action {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
}
.final-micro {
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
}

@media (max-width: 900px) {
  .mobile-diagnostics { display:none; }
  .final-action { width:100%; }
  .final-micro { font-size:.7rem; }
}


/* Final desktop proportion + closing CTA refinement */
@media (min-width: 901px) {
  .hero-grid {
    min-height: 540px;
    grid-template-columns: .82fr 1.18fr;
    gap: 30px;
    padding: 42px 0 38px;
  }
  .hero h1 {
    font-size: clamp(3rem, 3.75vw, 4.15rem);
    line-height: 1.07;
    max-width: 560px;
  }
  .hero-sub { margin: 22px 0; }
  .hero-art img {
    width: min(100%, 690px);
    max-height: 455px;
    margin-top: 0;
  }
}

.final-cta { background: var(--green); }
.final-question {
  min-height: 92px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px 0;
}
.final-question strong {
  font-size:1.25rem;
  letter-spacing:.065em;
  text-transform:uppercase;
}
.final-booking {
  background:var(--navy);
  padding:28px 0 30px;
  text-align:center;
}
.final-booking .final-action {
  width:min(100%, 560px);
  margin:0 auto;
}
.final-booking .btn {
  background:var(--green);
  color:#fff;
  width:auto;
  min-width:390px;
}
.final-booking .btn:hover { background:#5e9424; }
.final-booking .final-micro { color:#e4e8e8; }

@media (max-width: 900px) {
  .final-question { min-height:0; padding:24px 0; }
  .final-question strong { font-size:1.1rem; }
  .final-booking { padding:24px 0 26px; }
  .final-booking .final-action { width:100%; }
  .final-booking .btn { width:100%; min-width:0; }
}

/* Final layout lock: centered process + premium closing CTA */
@media (min-width: 901px) {
  .process-grid {
    grid-template-columns: minmax(0,1fr) 64px minmax(0,1fr) 64px minmax(0,1fr);
    gap: 18px;
    align-items: start;
  }
  .step {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .step-num {
    width: 58px;
    height: 58px;
    font-size: 1.65rem;
  }
  .step h3 {
    font-size: 1rem;
    margin-bottom: 7px;
  }
  .step p {
    font-size: .86rem;
    line-height: 1.55;
  }
  .arrow {
    align-self: center;
    justify-self: center;
    transform: none;
    font-size: 2.15rem;
    line-height: 1;
    margin-top: 22px;
  }
}

.final-cta {
  background: var(--cream);
  color: var(--navy);
}
.final-question {
  min-height: 118px;
  padding: 28px 0;
}
.final-question strong {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.2;
  letter-spacing: .045em;
}
.final-booking {
  background: var(--navy);
  padding: 34px 0 36px;
}
.final-booking .final-action {
  width: min(100%, 520px);
}
.final-booking .btn {
  min-width: 0;
  width: auto;
  padding: 0 34px;
  min-height: 54px;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.final-booking .final-micro {
  margin-top: 4px;
}

@media (max-width: 900px) {
  .final-cta {
    background: var(--cream);
    color: var(--navy);
  }
  .final-question {
    padding: 28px 10px;
  }
  .final-question strong {
    font-size: 1.28rem;
    line-height: 1.3;
  }
  .final-booking {
    padding: 26px 0 28px;
  }
  .final-booking .btn {
    width: 100%;
    min-height: 54px;
    box-shadow: none;
  }
}

/* Final logo + lead value question refinement */
.brand {
  display:flex;
  align-items:center;
  background:transparent;
}
.brand img {
  width: 220px;
  height:auto;
  background:transparent;
}

.question-band {
  padding: 42px 20px 46px;
}
.question-band .lead-value-question {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(2.3rem, 3.7vw, 3.9rem);
  line-height: 1.08;
  text-align:center;
}
.question-line {
  display:block;
  width:100%;
}
.question-blue { color: var(--navy); }
.question-green { color: var(--green); }

@media (max-width: 900px) {
  .brand img { width: 185px; }
  .question-band {
    padding: 32px 16px 36px;
  }
  .question-band .lead-value-question {
    font-size: clamp(2rem, 7.6vw, 3rem);
    line-height: 1.1;
    max-width: 760px;
  }
}

@media (max-width: 520px) {
  .brand img { width: 165px; }
  .question-band .lead-value-question {
    font-size: clamp(1.8rem, 8.2vw, 2.35rem);
    line-height: 1.12;
  }
}


/* Final v4 refinements: diagnostic question marks + centered process */
:root { --amber: #d4a62a; }
.q-icon {
  font-family: Inter, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}
.q-icon.q-green { color: var(--green-bright); }
.q-icon.q-amber { color: var(--amber); }

/* Keep the three-stage process visually centered at every breakpoint. */
@media (min-width: 901px) {
  .process-grid {
    grid-template-columns: minmax(0,1fr) 72px minmax(0,1fr) 72px minmax(0,1fr);
    align-items: center;
    gap: 12px;
  }
  .step {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    max-width: 320px;
    margin:0 auto;
  }
  .step > div:last-child { width:100%; text-align:center; }
  .step h3, .step p { text-align:center; }
  .arrow {
    align-self:center;
    justify-self:center;
    margin:0;
  }
}

@media (max-width: 900px) {
  .process-grid {
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:18px;
  }
  .step {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    width:min(100%, 520px);
    gap:12px;
  }
  .step > div:last-child,
  .step h3,
  .step p { width:100%; text-align:center; }
  .arrow {
    transform:rotate(90deg);
    justify-self:center;
    margin:0;
    line-height:1;
  }
}
