/* ════════════════════════════════════════════════════════════════
   Grand Master Plan™ 2026 — v4
   Blend of v2 (design system, fonts, hero) + v3 (copy & sections).
   Loads AFTER styles-v2.css. Only the v4-specific additions and the
   sections borrowed from v3 live here. Uses v2's design tokens.
   ════════════════════════════════════════════════════════════════ */

:root {
  --brown:      #9a6a43;   /* placeholder icon colour — tweak freely */
  --brown-soft: #f1e7dd;   /* icon chip background */
}

/* Narrow content column for prose-heavy sections */
.container.narrow { max-width: 780px; }

/* Nav logo image (small) */
.nav__logo img { height: 24px; width: auto; display: block; }

/* Nav menu: a touch bolder and darker for a more authoritative feel */
.nav__menu a { font-weight: 600; color: #45464b; letter-spacing: -0.01em; }
.nav__menu a:hover { color: var(--blue); }

/* Shared prose stack (used by the dark "problem" + "product" sections).
   Block is centred on the page, but the words themselves are left-aligned. */
.prose { max-width: 640px; margin: 24px auto 0; text-align: left; }
.prose p { font-size: clamp(1.1rem, 2.1vw, 1.3rem); line-height: 1.55; color: var(--ink-2); margin-bottom: 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose .strong { color: var(--ink); font-weight: 600; }
.dark .prose p { color: #a1a1a6; }
.dark .prose .strong { color: #fff; }
.muted2 { color: #8a8a90; }
.dark .muted2 { color: #6e6e73; }

/* ─── Testimonial block (lives inside the statement strip) ──────── */
.trust4__stars { color: #ff9f0a; letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 18px; }
.trust4__quote {
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.15;
  max-width: 800px; margin: 0 auto 16px;
}
.trust4__sub { color: var(--ink-2); font-size: 1.1rem; line-height: 1.5; max-width: 560px; margin: 0 auto; }

/* The testimonial sits under the big statement, sized down so the
   statement leads. Overrides .statement p (which would otherwise win). */
.statement__proof { margin-top: 60px; }
.statement__proof .trust4__stars { margin-bottom: 14px; }
.statement__proof .trust4__quote {
  font-size: clamp(1.35rem, 3vw, 1.9rem); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 12px;
}
.statement__proof .trust4__sub {
  font-size: 1.1rem; font-weight: 400; color: var(--ink-2);
  letter-spacing: -0.01em; line-height: 1.5;
}

/* ─── Video poster: show the real YouTube thumbnail ────────────── */
.video-poster__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.video-poster::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.5));
}
.video-poster__play, .video-poster__label { position: relative; z-index: 2; }
.video-poster__label { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.55); }

/* ─── Video embedded in the statement strip (light bg) ─────────── */
.statement__video {
  max-width: 720px;          /* slightly smaller on desktop */
  margin: 60px auto 0;       /* more air above the video */
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);   /* softer than the dark-section shadow */
}

/* ─── Hero: graduate white down into the grey statement strip ───── */
.hero {
  background: linear-gradient(180deg, #ffffff 55%, #eaebef 100%);
  overflow: visible;          /* never clip the device image */
}

/* ─── Hero image (MacBook + iPhone) replaces the CSS device stage ── */
.hero__stage { margin-top: 28px; padding-bottom: 0; }   /* tighter gap above */
.hero__img {
  display: block;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.5s var(--ease);
}
.hero__img:hover { transform: scale(1.04); }

/* ─── Product / "what it is" heading lead ──────────────────────── */
.whatis4 { text-align: center; }

/* Product image above the copy (white bg, no border, no crop) */
.product-img { max-width: 1000px; width: 92vw; margin: 0 auto 40px; }
.product-img img { display: block; width: 100%; height: auto; }

/* Final CTA laptop image (dark bg baked in, blends on the black section) */
.final__device { margin-top: 36px; }                 /* tighter gap above */
.final__device img { width: min(806px, 92vw); height: auto; display: block; }   /* 12% bigger */

/* Outcome: the printed-plan trio (sits between before/after and the quote) */
.outcome-img { max-width: 500px; margin: 8px auto 40px; }
.outcome-img img { display: block; width: 100%; height: auto; }

/* ─── Brown placeholder icons inside the bento "What's inside" ──── */
.bento__ic {
  width: 54px; height: 54px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,223,252,0.12); color: #00dffc;
  margin-bottom: 18px;
}
.bento__ic svg { width: 27px; height: 27px; }            /* strokes use the brand gradient (#gmpGrad) */
.bento__card.dark .bento__ic { background: rgba(0,223,252,0.18); }

/* Bento now sits on a white band — give cards a soft resting lift */
.bento__card { box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 10px 30px rgba(0,0,0,0.05); }

/* ─── "What's inside" on a full-bleed parallax image background ─── */
.inside-bg { position: relative; overflow: hidden; }
.inside-bg__img {
  position: absolute; left: 0; top: -20%; width: 100%; height: 140%;
  object-fit: cover; z-index: 0; will-change: transform;
}
.inside-bg__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(8,10,16,0.82), rgba(8,10,16,0.74));
}
.inside-bg > .container { position: relative; z-index: 2; }
.inside-bg .h2 { color: #fff; }
.inside-bg .eyebrow { color: #43c5ff; }

/* Glass cards that sit on the image */
.inside-bg .bento__card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  color: #fff;
}
.inside-bg .bento__card:hover { box-shadow: 0 28px 64px rgba(0,0,0,0.5); }
.inside-bg .bento__card h3 { color: #fff; }
.inside-bg .bento__card p { color: rgba(255,255,255,0.82); }
.inside-bg .bento__ic { background: rgba(0,223,252,0.18); }
.inside-bg .bento__areas span { background: rgba(255,255,255,0.14); color: #fff; }
.inside-bg .bento__areas span:hover { background: rgba(0,223,252,0.32); color: #fff; }

/* Subtext sits directly under the heading (was bottom-aligned via margin-top:auto,
   which left short cards like PDF / Support with a big uneven gap) */
.bento__card p { margin-top: 0; }

/* Area pills: interactive hover */
.bento__areas span {
  cursor: default;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}
.bento__areas span:hover { background: rgba(0,113,227,0.12); color: var(--blue); transform: translateY(-2px); }

/* Full-width bento pill (not defined in the base span set) */
.bento__card.span-6 { grid-column: 1 / -1; }

/* Image pills (vision boards) */
.bento__card--img { padding: 0; overflow: hidden; position: relative; display: block; }
.bento__card--img img {
  position: absolute; left: 0; right: 0; width: 100%;
  top: -20%; height: 140%;          /* overhang so the image can parallax within the pill */
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.45s var(--ease);
  will-change: transform;
}
.bento__card--img:hover img { filter: grayscale(0); }

@media (prefers-reduced-motion: reduce) {
  .bento__card--img img { top: 0; height: 100%; transform: none !important; }
}
.bento__card--banner { min-height: 300px; }
.bento__cap {
  position: absolute; left: 14px; bottom: 14px; z-index: 1;
  padding: 6px 13px; border-radius: 980px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: -0.01em; color: #fff;
  background: rgba(0,0,0,0.42);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
}

/* ─── "Leave no stone unturned": stat pills + area banners ─────── */
.statpills {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 720px; margin: 44px auto 0;
}
.statpill {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 18px; text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 10px 30px rgba(0,0,0,0.05);
}
.statpill strong {
  display: block; font-weight: 700; line-height: 1; letter-spacing: -0.04em;
  font-size: clamp(2.2rem, 5vw, 3rem);
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.statpill span { display: block; margin-top: 8px; font-size: 0.92rem; color: var(--ink-2); letter-spacing: -0.01em; }

/* ─── Problem ("most people freeze") with the planner image ─────── */
.problem-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 64px; align-items: center; max-width: 1000px; margin: 0 auto;
}
.problem-grid__text { text-align: left; }
.problem-grid__text .prose { max-width: none; margin-top: 22px; }
.problem-grid__img { display: flex; justify-content: center; }
.problem-grid__img img {
  width: 100%; max-width: 360px; height: auto; display: block;
  filter: drop-shadow(0 30px 55px rgba(0,0,0,0.55));
}
@media (max-width: 860px) {
  .problem-grid { grid-template-columns: 1fr; gap: 40px; max-width: 560px; }
  .problem-grid__text { text-align: center; }
  .problem-grid__text .prose { max-width: 520px; margin-left: auto; margin-right: auto; }
  .problem-grid__img { order: -1; }            /* image on top when stacked */
  .problem-grid__img img { max-width: 240px; }
}

/* Lead-in label before the area banners; 44px above matches the gap above the pills */
.areas-label {
  text-align: center; margin: 44px auto 22px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem); font-weight: 700;
  letter-spacing: -0.02em; color: #fff;
}
.banners {
  display: flex; flex-direction: column; gap: 12px;
  max-width: 596px; margin: 0 auto;   /* narrower than the 720px stat pills */
}
.banner {
  width: 100%; height: auto; display: block;
  border-radius: 14px; border: 1px solid var(--line);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 10px 28px rgba(0,0,0,0.05);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.banner:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 18px 42px rgba(0,0,0,0.12); }

/* Dark variant of the "Leave no stone unturned" section */
.dark .statpill {
  background: var(--grad);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(0,102,255,0.28);
}
.dark .statpill strong { background-image: none; color: #fff; -webkit-text-fill-color: #fff; }
.dark .statpill span { color: rgba(255,255,255,0.9); }
.dark .banner { border-color: rgba(255,255,255,0.12); box-shadow: 0 14px 36px rgba(0,0,0,0.45); }

/* "See your life as one system" subhead: smaller + constrained to the pill row width */
#inside .sec__head .lede {
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  max-width: 660px; margin-left: auto; margin-right: auto;
}

@media (max-width: 480px) {
  .statpills { gap: 10px; }
  .statpill { padding: 18px 10px; border-radius: 14px; }
}

/* ─── "Leave no stone unturned" area accordion (legacy, unused) ── */
.areas__hint {
  text-align: center; margin-top: 48px; color: var(--ink-3);
  font-size: 0.92rem; letter-spacing: -0.01em;
}
.areas {
  max-width: 780px; margin: 16px auto 0;
  display: flex; flex-direction: column; gap: 10px;
}
.area-acc {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.area-acc:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.area-acc.open { border-color: rgba(0,113,227,0.35); box-shadow: 0 12px 32px rgba(0,0,0,0.07); }
.area-acc__head {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 17px 22px; background: none; border: none; cursor: pointer;
  font: inherit; text-align: left;
}
.area-acc__ic {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,223,252,0.12);
}
.area-acc__ic svg { width: 21px; height: 21px; }
.area-acc__name { font-weight: 700; font-size: 1.1rem; letter-spacing: -0.02em; color: var(--ink); }
.area-acc__count { margin-left: auto; font-size: 0.85rem; color: var(--ink-3); font-weight: 500; white-space: nowrap; }
.area-acc__chev { width: 20px; height: 20px; flex-shrink: 0; color: var(--ink-3); transition: transform 0.3s var(--ease), color 0.25s; }
.area-acc.open .area-acc__chev { transform: rotate(180deg); color: var(--blue); }
.area-acc__body { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.area-acc__chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 2px 22px 22px; }
.area-acc__chips span {
  font-size: 0.9rem; color: var(--ink); background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 980px; padding: 7px 14px; letter-spacing: -0.01em;
}

/* ─── How it works: large 3-step image (no crop, no border) ─────── */
.steps3 { max-width: 1460px; width: 92vw; margin: 64px auto 0; }   /* 5% bigger; extra top padding */
.steps3 img { display: block; width: 100%; height: auto; }

/* The image carries its own whitespace, so crush the gaps around it */
.sec.how3 { padding-top: 92px; padding-bottom: 84px; }
.how3 .sec__head { margin-bottom: 4px; }
.how3 .steps3 + .container { margin-top: 6px; }

/* ─── Testimonial cards: spruced up + subtle "GMP member" ──────── */
.testi__card {
  width: 340px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 26px 22px;
  gap: 14px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.testi__card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,0.08); }
.testi__card p { font-size: 1.05rem; line-height: 1.55; }
.testi__by { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.testi__av {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; color: #fff; background: var(--grad);
}
.testi__who { display: flex; flex-direction: column; line-height: 1.25; }
.testi__who cite { font-style: normal; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.testi__who small { font-size: 0.78rem; color: var(--ink-3); }

/* Pull-quote placed at the bottom of a section (smaller than the hero pull-quotes) */
.pull4.pull4--sec { margin-top: 56px; }
.pull4.pull4--sec blockquote { font-size: clamp(1rem, 1.9vw, 1.235rem); line-height: 1.5; }   /* 5% smaller */
.pull4--sec .pull4__stars { font-size: 1.045rem; }   /* 10% bigger stars */
.pull4--sec > * { opacity: 0.82; }   /* a touch subtler, less visually dominant */

/* Light variant for the dark section */
.dark .pull4 blockquote { color: #fff; }
.dark .pull4 cite { color: #c8c8d0; }
.dark .pull4 cite::after { color: #8a8a90; }

/* Standalone pull-quote testimonials: subtle member line */
.pull4 cite { display: block; }
.pull4 cite::after {
  content: "GMP member"; display: block;
  font-weight: 400; font-size: 0.85rem; color: var(--ink-3); margin-top: 3px;
}

/* ─── Who it's for ─────────────────────────────────────────────── */
.who__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px;
}
.who-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px 28px; text-align: left;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.who-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,0.08); }
.who-card__ic { display: flex; justify-content: center; margin: 8px 0 28px; }
.who-card__ic svg { width: 69px; height: 69px; }
.who-card__n {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; background: var(--grad);
  margin-bottom: 18px;
}
.who-card__n svg { width: 22px; height: 22px; }
.who-card h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 20px; }
.who-card__no {
  font-weight: 800; margin-right: 10px; font-size: 1em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.who-card p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.5; }

/* ─── Outcome: "From foggy to focused" before / after ───────────── */
.ba {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin: 44px 0 40px; text-align: left;
}
.ba__col { border-radius: var(--r-lg); padding: 30px 28px; border: 1px solid var(--line); }
.ba__col--before { background: var(--bg-soft); }
.ba__col--after { background: #fff; border-color: rgba(0,113,227,0.28); box-shadow: 0 20px 44px rgba(0,0,0,0.06); }
.ba__tag {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.09em; color: var(--ink-3); margin-bottom: 16px;
}
.ba__tag--after { color: var(--blue); }
.ba__col ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.ba__col li { font-size: 1.05rem; color: var(--ink); padding-left: 26px; position: relative; line-height: 1.4; }
.ba__col--before li { color: var(--ink-2); }
.ba__col--before li::before { content: "✕"; position: absolute; left: 0; top: 1px; color: #c0392b; font-weight: 700; font-size: 0.85em; }
.ba__col--after li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #1a8a4a; font-weight: 800; font-size: 0.9em; }

/* Outcome testimonial */
.pull4 { text-align: center; max-width: 640px; margin: 0 auto; }
.pull4__stars { color: #ff9f0a; letter-spacing: 2px; font-size: 0.95rem; margin-bottom: 14px; }
.pull4 blockquote {
  font-size: clamp(1.3rem, 2.7vw, 1.75rem); font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.4; color: var(--ink); margin-bottom: 12px;
}
.pull4 cite { font-style: normal; color: var(--ink-2); font-weight: 600; font-size: 1rem; }

/* ─── Proof: linked research list (sourced from v1) ─────────────── */
.proof4__list {
  list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  max-width: 720px; margin: 36px auto 30px; text-align: left;
}
.proof4__list a {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff;
  font-size: 1.02rem; color: var(--ink); transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease), color 0.25s;
}
.proof4__list a:hover {
  border-color: rgba(0,113,227,0.4); transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.07); color: var(--blue);
}
.proof4__list .tick {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  background: var(--grad); color: #fff; font-size: 0.7rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.proof4__list .ext { margin-left: auto; color: var(--ink-3); font-size: 0.95rem; transition: transform 0.25s var(--ease); }
.proof4__list a:hover .ext { transform: translate(2px, -2px); color: var(--blue); }

/* ─── Pricing: annual / monthly segmented toggle ───────────────── */
.seg {
  display: inline-flex; background: #e8e8ed; border-radius: 980px;
  padding: 4px; gap: 4px; margin: 0 auto 30px;
}
.seg__btn {
  border: none; background: none; cursor: pointer; font: inherit;
  font-size: 0.95rem; font-weight: 600; color: var(--ink-2);
  padding: 9px 20px; border-radius: 980px; transition: background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  display: inline-flex; align-items: center; gap: 9px;
}
.seg__btn.is-active { background: #fff; color: var(--ink); box-shadow: 0 1px 4px rgba(0,0,0,0.14); }
.seg__save {
  font-size: 0.72rem; font-weight: 700; color: #1a8a4a;
  background: rgba(26,138,74,0.12); padding: 2px 9px; border-radius: 980px;
}
.price-card__pre { font-size: 1.2rem; font-weight: 500; color: var(--ink-3); letter-spacing: -0.02em; margin-right: 4px; }
.price-card__was.is-hidden { visibility: hidden; }

/* ─── Primary "Start Now" button: more prominent, lighter hover ── */
.btn--primary {
  box-shadow: 0 1px 2px rgba(0,113,227,0.22);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.btn--primary:hover {
  background: #3d97f5;                 /* noticeably lighter than #0071e3 */
  box-shadow: 0 4px 22px rgba(0,113,227,0.45);
}
.btn--primary:active { transform: scale(0.98); }

/* ─── Even vertical rhythm: every band below the hero gets equal
       top and bottom padding so the zebra strips are balanced ─────── */
.statement, .sec, .film, .testi, .pricing, .faq {
  padding-top: 104px; padding-bottom: 104px;
}
.final { padding-top: 120px; padding-bottom: 120px; }
/* Statement sits right under the hero image: keep the gap above it tight,
   and give it a slightly darker grey so it reads distinct from the white hero */
.statement { padding-top: 56px; background: #eaebef; }

/* ─── Avoid ugly wraps / single-word orphan lines ──────────────── */
.display, .h2, .trust4__quote, .statement p { text-wrap: balance; }
.lede, .prose p, .feature__text p, .price-card__note, .ba__col li { text-wrap: pretty; }

/* ─── Responsive ───────────────────────────────────────────────── */
@media (max-width: 980px) {
  .who__grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 760px) {
  .ba { grid-template-columns: 1fr; }
  .proof4__list { grid-template-columns: 1fr; }
  .statement, .sec, .film, .testi, .pricing, .faq { padding-top: 72px; padding-bottom: 72px; }
  .statement { padding-top: 40px; }
  .final { padding-top: 84px; padding-bottom: 84px; }
  /* 3-step image: go full-width on mobile (was 92vw) for a bigger render */
  .steps3 { width: 100%; max-width: 100%; margin-top: 36px; }
  .sec.how3 { padding-top: 64px; padding-bottom: 56px; }

  /* Hero (mobile): tighter gap under the nav, and CTA below the image */
  .hero { display: flex; flex-direction: column; padding-top: 24px; }
  .hero .container { order: 0; }
  .hero__sub   { margin-bottom: 12px; }   /* close the gap above the image */
  .hero__stage { order: 1; margin-top: 14px; }
  .hero__cta   { order: 2; margin-top: 26px; margin-bottom: 0; }
  .hero__micro { order: 3; margin-top: 12px; }
}
