@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url("assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
  --forest-950: #102f29;
  --forest-900: #173f37;
  --forest-800: #205247;
  --forest-700: #2f6a5c;
  --forest-100: #dceae4;
  --forest-50: #eef5f1;
  --cream: #f8f0e3;
  --paper: #fffdf8;
  --ink: #1f2b28;
  --muted: #61706b;
  --gold: #e5b83e;
  --gold-soft: #f7e7af;
  --orange: #d86d45;
  --orange-dark: #a94d30;
  --blue: #47798e;
  --yellow: #d3aa37;
  --red: #b75d4a;
  --cta: #ef7b45;
  --cta-dark: #b74e2c;
  --line: rgba(31, 43, 40, .14);
  --shadow-sm: 0 5px 18px rgba(16, 47, 41, .08);
  --shadow-md: 0 16px 42px rgba(16, 47, 41, .13);
  --shadow-lg: 0 28px 75px rgba(16, 47, 41, .2);
  --radius-sm: .8rem;
  --radius: 1.35rem;
  --radius-lg: 2.1rem;
  --content: 74rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: -1; content: ""; pointer-events: none; opacity: .2; background-image: radial-gradient(rgba(16,47,41,.14) .7px, transparent .7px); background-size: 14px 14px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: .8rem; left: .8rem; z-index: 200; padding: .65rem 1rem; color: white; background: var(--forest-950); border-radius: .6rem; transform: translateY(-170%); }
.skip-link:focus { transform: translateY(0); }

.wordmark { display: inline-flex; align-items: center; gap: .65rem; color: var(--forest-950); text-decoration: none; font-size: 1.04rem; font-weight: 760; letter-spacing: -.02em; }
.wordmark-mark { width: 2.15rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--cream); background: var(--forest-900); border-radius: .65rem .65rem .65rem .18rem; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.24rem; }

.section { width: min(100% - 2rem, var(--content)); margin: 0 auto; padding: 4.8rem 0; }
.section-heading { max-width: 48rem; margin-bottom: 2.2rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .app-copy h2, .stack-copy h2, .calculator-copy h2, .offer-copy h2, .method-card h2 { margin: .7rem 0 1rem; color: var(--forest-950); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: clamp(2rem, 6vw, 3.65rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
.section-heading p:last-child { color: var(--muted); font-size: 1.05rem; }
.eyebrow { width: fit-content; margin: 0; padding: .36rem .72rem; color: var(--forest-900); background: var(--forest-100); border-radius: 999px; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-light { color: var(--forest-950); background: var(--gold-soft); }
.eyebrow-gold { color: var(--forest-950); background: var(--gold); }

.hero { position: relative; overflow: hidden; min-height: 42rem; display: grid; align-items: center; gap: 2rem; padding: 3.5rem max(1rem, calc((100vw - var(--content)) / 2)) 4.6rem; color: white; background: var(--forest-950); }
.hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 76% 45%, rgba(229,184,62,.2), transparent 24%), linear-gradient(125deg, transparent 60%, rgba(255,255,255,.035)); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero h1 { max-width: 13ch; margin: .8rem 0 1.2rem; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: clamp(2.65rem, 8.2vw, 5.35rem); font-weight: 800; line-height: 1.02; letter-spacing: -.04em; }
.hero-lead { max-width: 39rem; margin-bottom: 1.4rem; color: rgba(255,255,255,.83); font-size: clamp(1.02rem, 2vw, 1.18rem); }
.hero-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.1rem 0 1.55rem; }
.hero-chips span { padding: .48rem .72rem; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .83rem; }
.hero-chips b { color: var(--gold); }
.hero-visual { min-height: 24rem; display: grid; place-items: center; margin: 0; }
.hero-visual img { position: relative; width: min(100%, 37rem); filter: drop-shadow(0 26px 28px rgba(0,0,0,.28)); }
.hero-halo { position: absolute; width: 80%; aspect-ratio: 1; background: radial-gradient(circle, rgba(229,184,62,.25), rgba(32,82,71,.12) 55%, transparent 70%); border-radius: 50%; }
.hero-visual figcaption { position: absolute; bottom: -.8rem; left: 50%; width: max-content; max-width: 95%; padding: .65rem 1rem; color: var(--ink); background: var(--paper); border-radius: 999px; box-shadow: var(--shadow-md); font-size: .78rem; font-weight: 750; transform: translateX(-50%); }
.hero-visual figcaption span { display: inline-grid; width: 1.3rem; aspect-ratio: 1; place-items: center; margin-right: .35rem; color: white; background: var(--forest-700); border-radius: 50%; }

.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .8rem 1.15rem; border: 0; border-radius: 999px; text-decoration: none; text-align: center; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px) scale(1.01); }
.button:active { transform: translateY(1px); }
.button-primary { color: white; background: var(--cta); box-shadow: 0 5px 0 var(--cta-dark), 0 12px 26px rgba(239,123,69,.22); }
.button-primary:hover { background: #f18858; box-shadow: 0 3px 0 var(--cta-dark), 0 9px 20px rgba(239,123,69,.2); }
.button-gold { color: var(--forest-950); background: var(--gold); box-shadow: 0 4px 0 #9d791c; }
.button-large { min-height: 3.55rem; padding: .95rem 1.4rem; }
.button-wide { width: 100%; }
.button-quiet { color: var(--forest-950); background: var(--forest-100); }
.microcopy { margin: .75rem 0 0; color: rgba(255,255,255,.7); font-size: .76rem; }

.trust-bar { width: min(100% - 2rem, 64rem); display: grid; gap: .6rem; margin: -1.6rem auto 0; padding: 1.1rem; position: relative; z-index: 3; color: var(--forest-950); background: var(--paper); border: 1px solid rgba(16,47,41,.08); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.trust-bar div { padding: .5rem; text-align: center; }
.trust-bar b, .trust-bar span { display: block; }
.trust-bar b { font-size: .92rem; }
.trust-bar span { color: var(--muted); font-size: .75rem; }

.peek-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(16rem, 82%); gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 1rem .3rem 1.8rem; scrollbar-width: none; }
.peek-grid::-webkit-scrollbar { display: none; }
.page-preview { margin: 0; padding: .7rem .7rem 1rem; scroll-snap-align: center; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); transform: rotate(-1deg); }
.page-preview:nth-child(2) { transform: rotate(1.1deg) translateY(.8rem); }
.page-preview:nth-child(3) { transform: rotate(-.5deg); }
.page-crop { height: 27rem; overflow: hidden; background: #f6efe4; border-radius: .85rem; }
.page-crop img { width: 100%; height: 112%; object-fit: cover; object-position: center 9%; transform: translateY(-6%); }
.page-preview figcaption { padding: .85rem .2rem .05rem; color: var(--forest-950); font-weight: 800; text-align: center; }
.carousel-controls { display: flex; justify-content: center; gap: .6rem; }
.carousel-controls button { width: 2.8rem; aspect-ratio: 1; color: white; background: var(--forest-900); border: 0; border-radius: 50%; cursor: pointer; }

.showcase-band { overflow: hidden; padding: 2rem 0; background: var(--forest-900); }
.showcase-track { width: max-content; display: flex; gap: 1rem; padding-inline: 1rem; animation: showcase 42s linear infinite; }
.showcase-track figure { width: 13rem; margin: 0; padding: .5rem; background: var(--paper); border-radius: .9rem; transform: rotate(-1.4deg); }
.showcase-track figure:nth-child(even) { transform: rotate(1.2deg); }
.showcase-track img { width: 100%; height: 16rem; object-fit: cover; object-position: center 12%; border-radius: .55rem; }
.showcase-track figcaption { padding: .45rem .2rem .15rem; color: var(--forest-950); font-size: .78rem; font-weight: 800; text-align: center; }
@keyframes showcase { to { transform: translateX(-38%); } }

.situation-grid, .benefit-grid { display: grid; gap: 1rem; }
.situation-card, .benefit-card { padding: 1.4rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.situation-card span { display: inline-grid; width: 2.3rem; aspect-ratio: 1; place-items: center; color: white; background: var(--orange); border-radius: .6rem .6rem .6rem .15rem; font-size: .75rem; font-weight: 900; }
.situation-card h3, .benefit-card h3 { margin: 1rem 0 .4rem; color: var(--forest-950); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.3rem; line-height: 1.12; }
.situation-card p, .benefit-card p { margin: 0; color: var(--muted); }

.dark-section { width: 100%; max-width: none; padding-inline: max(1rem, calc((100vw - var(--content)) / 2)); color: white; background: var(--forest-950); }
.dark-section .section-heading h2 { color: white; }
.steps { max-width: 62rem; display: grid; gap: 1rem; margin: 2.3rem auto; padding: 0; list-style: none; }
.steps li { display: flex; gap: 1rem; padding: 1.25rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); }
.steps li > span { flex: 0 0 3rem; height: 3rem; display: grid; place-items: center; color: var(--forest-950); background: var(--gold); border-radius: 50%; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.35rem; font-weight: 800; }
.steps h3 { margin: .1rem 0 .3rem; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.35rem; }
.steps p { margin: 0; color: rgba(255,255,255,.74); }
.dark-section > .button { display: flex; width: fit-content; margin: 0 auto; }

.app-showcase { display: grid; align-items: center; gap: 2.8rem; }
.app-window { overflow: hidden; min-height: 26rem; background: #f4f7f5; border: 7px solid var(--forest-950); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.app-topbar { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1rem; color: white; background: var(--forest-950); font-size: .75rem; }
.app-topbar span { display: flex; align-items: center; gap: .45rem; font-weight: 800; }
.app-topbar b { width: 1.45rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--forest-950); background: var(--gold); border-radius: .35rem; }
.app-body { display: grid; grid-template-columns: 6.2rem 1fr; min-height: 24rem; }
.app-body aside { display: flex; flex-direction: column; gap: .75rem; padding: 1rem .6rem; color: var(--forest-950); background: var(--forest-100); font-size: .62rem; }
.app-body aside span { color: var(--muted); }
.app-results { padding: 1rem; }
.fake-search { padding: .75rem; color: #80908a; background: white; border: 1px solid var(--line); border-radius: .7rem; font-size: .72rem; }
.filter-pills { display: flex; flex-wrap: wrap; gap: .35rem; margin: .7rem 0; }
.filter-pills span { padding: .3rem .5rem; color: var(--forest-900); background: var(--forest-100); border-radius: 999px; font-size: .58rem; font-weight: 700; }
.result-cards { display: grid; gap: .55rem; }
.result-cards article { display: grid; gap: .15rem; padding: .75rem; background: white; border: 1px solid var(--line); border-radius: .65rem; box-shadow: var(--shadow-sm); }
.result-cards small { color: var(--orange); font-weight: 800; }
.result-cards b { color: var(--forest-950); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; }
.result-cards em { color: var(--muted); font-size: .63rem; font-style: normal; }
.app-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.check-list, .offer-list { display: grid; gap: .72rem; padding: 0; list-style: none; }
.check-list li, .offer-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before, .offer-list li::before { position: absolute; left: 0; top: .05rem; width: 1.25rem; aspect-ratio: 1; display: grid; place-items: center; content: "✓"; color: white; background: var(--forest-700); border-radius: 50%; font-size: .72rem; font-weight: 900; }

.audience { display: grid; gap: 2rem; }
.audience-copy h2 { margin: .8rem 0 1rem; color: var(--forest-950); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.08; }
.audience-copy > p:last-child { color: var(--muted); }
.pain-list { display: grid; gap: .75rem; }
.pain-list article { display: flex; align-items: flex-start; gap: .8rem; padding: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; }
.pain-list span { flex: 0 0 1.7rem; height: 1.7rem; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-weight: 900; }
.pain-list p { margin: 0; }

.loop-banner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; color: white; background: rgba(255,255,255,.15); border-block: 1px solid rgba(255,255,255,.12); }
.loop-banner div { padding: 1.35rem .8rem; text-align: center; background: var(--forest-900); cursor: pointer; }
.loop-banner strong, .loop-banner span { display: block; }
.loop-banner strong { color: var(--gold); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 2rem; }
.loop-banner span { font-size: .7rem; }

.benefit-grid { margin-top: 2rem; }
.benefit-card > span { width: 2.7rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--forest-950); background: var(--gold-soft); border-radius: 50%; font-size: 1.2rem; font-weight: 900; }

.product-stack { display: grid; align-items: center; gap: 2.7rem; }
.stack-visual { position: relative; min-height: 27rem; display: grid; place-items: center; padding: 2rem; background: var(--forest-100); border-radius: var(--radius-lg); }
.stack-visual img { max-height: 28rem; filter: drop-shadow(0 20px 20px rgba(16,47,41,.22)); }
.stack-badge { position: absolute; top: 1rem; left: 1rem; padding: .4rem .7rem; color: white; background: var(--orange); border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.stack-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-list { display: grid; gap: .6rem; padding: 0; list-style: none; }
.feature-list li { display: grid; gap: .1rem; padding: .8rem 1rem; background: var(--paper); border-left: 4px solid var(--gold); border-radius: .5rem; box-shadow: var(--shadow-sm); }
.feature-list b { color: var(--forest-900); }
.feature-list span { color: var(--muted); font-size: .88rem; }

.bonuses { width: 100%; max-width: none; padding-inline: max(1rem, calc((100vw - var(--content)) / 2)); background: #eee6d9; }
.bonus-grid { display: grid; gap: 1rem; }
.bonus-card { overflow: hidden; display: grid; grid-template-columns: 7rem 1fr; align-items: center; gap: 1rem; padding: 1rem; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.bonus-card img { width: 100%; max-height: 9rem; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(0,0,0,.12)); }
.bonus-card span { font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.bonus-card h3 { margin: .3rem 0 .35rem; color: var(--forest-950); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.22rem; line-height: 1.1; }
.bonus-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.bonus-blue { border-top: 5px solid var(--blue); }
.bonus-blue span { color: var(--blue); }
.bonus-yellow { border-top: 5px solid var(--yellow); }
.bonus-yellow span { color: #9a7310; }
.bonus-red { border-top: 5px solid var(--red); }
.bonus-red span { color: var(--red); }

.calculator-section { width: 100%; max-width: none; display: grid; gap: 2rem; padding-inline: max(1rem, calc((100vw - var(--content)) / 2)); color: white; background: var(--forest-950); }
.calculator-copy h2 { color: white; }
.calculator-copy > p:last-child { color: rgba(255,255,255,.72); }
.calculator { padding: 1.35rem; color: var(--ink); background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.calculator label { display: grid; grid-template-columns: 1fr auto; gap: .5rem; margin-bottom: 1.2rem; color: var(--forest-950); font-weight: 750; }
.calculator output { color: var(--orange); font-weight: 900; }
.calculator input { grid-column: 1 / -1; width: 100%; accent-color: var(--orange); }
.calc-result { padding: 1rem; color: white; background: var(--forest-900); border-radius: 1rem; text-align: center; }
.calc-result small, .calc-result strong, .calc-result p { display: block; }
.calc-result strong { margin: .2rem 0; color: var(--gold); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 2.1rem; }
.calc-result p { margin: .4rem 0 0; color: rgba(255,255,255,.7); font-size: .74rem; }

.comparison { display: grid; gap: 1rem; max-width: 58rem; margin: 0 auto; }
.compare-col { padding: 1.6rem; border-radius: var(--radius); }
.compare-col h3 { margin: .3rem 0 1rem; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.55rem; }
.compare-col ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.compare-col li::before { margin-right: .6rem; font-weight: 900; }
.compare-col.muted { color: #5b6461; background: #e7e3dc; border: 2px solid #d8d2c8; }
.compare-col.muted li::before { content: "×"; color: var(--orange); }
.compare-col.featured { position: relative; color: white; background: var(--forest-900); border: 2px solid var(--gold); box-shadow: var(--shadow-lg); }
.compare-col.featured li::before { content: "✓"; color: var(--gold); }
.recommend { display: inline-block; padding: .32rem .6rem; color: var(--forest-950); background: var(--gold); border-radius: 999px; font-size: .67rem; font-weight: 900; letter-spacing: .08em; }

.offer-section { width: 100%; max-width: none; padding-inline: max(1rem, calc((100vw - var(--content)) / 2)); background: #eee6d9; }
.offer-card { overflow: hidden; display: grid; gap: 1rem; max-width: 66rem; margin: 0 auto; background: var(--paper); border: 2px solid var(--forest-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.offer-visual { min-height: 22rem; display: grid; place-items: center; padding: 2rem; background: linear-gradient(145deg, var(--forest-100), #f9edd0); }
.offer-visual img { max-height: 25rem; filter: drop-shadow(0 20px 18px rgba(16,47,41,.2)); }
.offer-copy { padding: 1.5rem; }
.offer-copy h2 { font-size: clamp(2rem, 5vw, 3rem); }
.price-row { display: flex; align-items: center; justify-content: space-between; margin: 1rem 0; padding: .9rem 1rem; color: var(--forest-950); background: var(--gold-soft); border-radius: 1rem; }
.price-row span { font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.price-row strong { font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 2.8rem; line-height: 1; }
.offer-copy .microcopy { color: var(--muted); text-align: center; }
.guarantee { max-width: 52rem; display: flex; align-items: center; gap: 1rem; margin: 1.2rem auto 0; padding: 1.25rem; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.seal { flex: 0 0 4rem; height: 4rem; display: grid; place-items: center; align-content: center; color: var(--forest-950); background: var(--gold); border: 3px double var(--forest-950); border-radius: 50%; line-height: .9; }
.seal b { font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.55rem; }
.seal span { font-size: .55rem; font-weight: 900; }
.guarantee h3 { margin: 0 0 .2rem; color: var(--forest-950); font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; }
.guarantee p { margin: 0; color: var(--muted); font-size: .84rem; }
.pending-note { max-width: 52rem; margin: 1rem auto 0; padding: .8rem 1rem; color: #7c331f; background: #ffe1d6; border-radius: .8rem; font-size: .78rem; }

.method-card { max-width: 64rem; margin: 0 auto; padding: clamp(1.5rem, 5vw, 3.5rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); text-align: center; }
.method-card .eyebrow { margin-inline: auto; }
.method-card > p:not(.eyebrow) { max-width: 47rem; margin-inline: auto; color: var(--muted); }
.method-points { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 1.4rem; }
.method-points span { padding: .55rem .75rem; color: var(--forest-900); background: var(--forest-100); border-radius: 999px; font-size: .76rem; font-weight: 750; }

.paths { display: grid; gap: 1rem; max-width: 62rem; margin: 0 auto; }
.path-card { padding: 1.6rem; border-radius: var(--radius); }
.path-card > span { font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.path-card h3 { margin: .5rem 0; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.5rem; }
.path-card p { margin: 0; }
.path-muted { color: #68716e; background: #e8e5df; }
.path-active { color: white; background: var(--forest-900); border: 2px solid var(--gold); box-shadow: var(--shadow-md); }
.path-active > span, .path-active a { color: var(--gold); }
.path-active a { display: inline-block; margin-top: 1rem; font-weight: 850; }

.faq-list { max-width: 52rem; display: grid; gap: .7rem; margin: 0 auto; }
.faq-list details { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow-sm); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; color: var(--forest-950); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--orange); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 1.1rem 1.1rem; color: var(--muted); }

.final-cta { padding: 5rem 1rem; color: white; background: var(--forest-950); text-align: center; }
.final-copy { max-width: 50rem; margin: 0 auto; }
.final-copy .eyebrow { margin-inline: auto; }
.final-copy h2 { margin: .9rem 0; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: clamp(2.3rem, 7vw, 4.6rem); line-height: 1.02; }
.final-copy p { color: rgba(255,255,255,.76); }
.final-copy small { display: block; margin-top: 1rem; color: rgba(255,255,255,.62); }

.site-footer { padding: 2.7rem max(1rem, calc((100vw - var(--content)) / 2)); color: rgba(255,255,255,.7); background: #0b211d; font-size: .8rem; }
.footer-inner { display: grid; gap: 1.5rem; }
.footer-wordmark { color: white; }
.footer-inner p { max-width: 38rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; }
.legal-note { color: rgba(255,255,255,.48); }

.sale-toast { position: fixed; left: .5rem; bottom: 5.4rem; z-index: 60; width: calc(100vw - 1rem); max-width: 17.5rem; display: flex; align-items: center; gap: .625rem; padding: .625rem .75rem; color: var(--forest-950); background: var(--paper); border: 2px solid var(--forest-950); border-radius: .75rem; box-shadow: 4px 4px 0 rgba(11,33,29,.78); opacity: 0; transform: translateY(1rem); transition: opacity .32s ease, transform .32s ease; }
.sale-toast[hidden] { display: none; }
.sale-toast.is-visible { opacity: 1; transform: translateY(0); }
.sale-toast.is-urgent { background: var(--gold-300); }
.sale-toast > span { width: 2.25rem; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--forest-700); border: 1px solid var(--forest-950); border-radius: 50%; font-weight: 900; }
.sale-toast.is-urgent > span { color: var(--forest-950); background: rgba(255,255,255,.4); }
.sale-toast b, .sale-toast small { display: block; text-align: left; }
.sale-toast b { overflow: hidden; font-size: .75rem; white-space: nowrap; text-overflow: ellipsis; }
.sale-toast small { color: var(--muted); font-size: .6875rem; line-height: 1.4; }
.mobile-offer { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 55; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .7rem .65rem 1rem; color: white; background: rgba(16,47,41,.96); border: 1px solid rgba(255,255,255,.15); border-radius: 1rem; box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); }
.mobile-offer[hidden] { display: none; }
.mobile-offer small, .mobile-offer strong { display: block; }
.mobile-offer small { color: rgba(255,255,255,.68); }
.mobile-offer strong { font-family: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif; font-size: 1.35rem; }
.mobile-offer .button { min-height: 2.7rem; padding: .6rem 1rem; }
.consent-banner { position: fixed; right: 1rem; bottom: 1rem; z-index: 100; width: min(32rem, calc(100vw - 2rem)); padding: 1rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin-top: 0; }
.consent-banner > div { display: flex; flex-wrap: wrap; gap: .6rem; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 42rem) {
  .trust-bar { grid-template-columns: repeat(3, 1fr); }
  .trust-bar div + div { border-left: 1px solid var(--line); }
  .peek-grid { grid-auto-flow: initial; grid-template-columns: repeat(3, 1fr); overflow: visible; }
  .page-crop { height: 34rem; }
  .carousel-controls { display: none; }
  .situation-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li { display: block; }
  .steps li > span { margin-bottom: 1rem; }
  .loop-banner { grid-template-columns: repeat(4, 1fr); }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
  .bonus-card { grid-template-columns: 1fr; align-content: start; padding: 1.2rem; }
  .bonus-card img { height: 14rem; max-height: none; margin: 0 auto; }
  .comparison, .paths { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
  .compare-col.featured { transform: scale(1.035) translateY(-.4rem); }
  .offer-card { grid-template-columns: .9fr 1.1fr; }
  .offer-copy { padding: 2.2rem; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: start; }
  .mobile-offer { display: none !important; }
}

@media (min-width: 64rem) {
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero-visual { min-height: 36rem; }
  .app-showcase, .audience, .product-stack, .calculator-section { grid-template-columns: 1.08fr .92fr; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .situation-grid { grid-template-columns: repeat(4, 1fr); }
  .page-crop { height: 39rem; }
  .showcase-track figure { width: 17rem; }
  .showcase-track img { height: 21rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
