:root {
  --teal-950: #073c39;
  --teal-900: #0a4d48;
  --teal-800: #0b615b;
  --teal-700: #14766e;
  --teal-100: #dff3ef;
  --teal-50: #f1faf8;
  --gold: #f4b942;
  --gold-soft: #fff1c7;
  --ink: #172c2a;
  --muted: #5d6f6c;
  --line: #d8e3e0;
  --paper: #fffefa;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(5, 51, 47, .16);
  --radius: 22px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 770px; }
.centered { text-align: center; }
.section { padding: 104px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--white); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3.1rem, 6vw, 5.7rem); max-width: 760px; margin-bottom: 28px; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
h1 em, h2 em { color: var(--teal-700); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
p { color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--teal-800); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--gold); }
.eyebrow-center { justify-content: center; }
.section-intro { font-size: 1.15rem; max-width: 690px; margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; border-bottom: 1px solid rgba(216, 227, 224, .8); background: rgba(255, 254, 250, .9); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 9px; color: var(--teal-900); font-size: 1.05rem; font-weight: 600; text-decoration: none; letter-spacing: -.025em; white-space: nowrap; }
.brand strong { font-weight: 850; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #405a56; font-size: .92rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover { color: var(--teal-800); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 25px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(244, 185, 66, .75); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 19px; background: var(--teal-800); color: var(--white); font-size: .88rem; }
.button-primary { background: var(--gold); color: #2c260f; box-shadow: 0 12px 28px rgba(190, 130, 10, .22); }
.button-primary:hover { background: #ffc954; box-shadow: 0 16px 34px rgba(190, 130, 10, .28); }
.button-light { background: var(--white); color: var(--teal-900); }

.hero { position: relative; overflow: hidden; padding: 92px 0 0; background: linear-gradient(125deg, #f4fbf9 0%, #fffefa 55%, #fff6dc 100%); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(11,97,91,.12); border-radius: 50%; left: -320px; top: 90px; box-shadow: 0 0 0 80px rgba(11,97,91,.025), 0 0 0 160px rgba(11,97,91,.018); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 80px; }
.hero-lead { max-width: 640px; font-size: 1.22rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 34px 0 30px; }
.text-link { color: var(--teal-800); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 5px; transition: transform .2s; display: inline-block; }
.text-link:hover span { transform: translateY(3px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 15px 23px; margin: 0; padding: 0; list-style: none; color: #48605c; font-size: .88rem; font-weight: 650; }
.trust-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); font-size: .74rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 620px; }
.visual-wash { position: absolute; inset: 8% -20% 0 4%; border-radius: 48% 48% 0 0; background: var(--teal-800); transform: rotate(4deg); }
.visual-wash::after { content: ""; position: absolute; inset: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.sheet-frame { position: absolute; overflow: hidden; background: var(--white); border: 1px solid rgba(8, 71, 66, .1); border-radius: 15px; box-shadow: var(--shadow); }
.receipt-frame { top: 34px; left: 4%; width: 82%; transform: rotate(-3deg); }
.window-bar { height: 32px; display: flex; align-items: center; gap: 5px; padding: 0 11px; background: #edf3f2; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #b7c5c2; }
.window-bar small { margin-left: auto; margin-right: auto; color: #70817e; font-size: .64rem; }
.receipt-frame img { width: 100%; }
.pix-card { position: absolute; z-index: 3; right: -2%; bottom: 130px; min-width: 260px; display: flex; align-items: center; gap: 13px; padding: 17px; color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: #073e3b; box-shadow: 0 20px 45px rgba(0, 42, 39, .28); }
.pix-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.1); color: var(--gold); font-size: 1.6rem; }
.pix-card div { display: grid; }
.pix-card small { color: #b9d5d1; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.pix-card strong { font-size: 1.12rem; }
.match-pill { margin-left: auto; padding: 4px 8px; border-radius: 999px; background: var(--gold); color: #31270d; font-size: .61rem; font-weight: 850; text-transform: uppercase; }
.paid-stamp { position: absolute; z-index: 4; left: -3%; bottom: 64px; padding: 12px 16px; color: var(--teal-100); border: 2px solid rgba(223,243,239,.55); border-radius: 8px; font-size: .69rem; line-height: 1.15; letter-spacing: .13em; text-align: center; transform: rotate(6deg); }
.paid-stamp strong { color: var(--gold); font-size: .8rem; }
.proof-strip { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 26px; padding: 18px 30px; background: var(--teal-950); color: var(--white); border-radius: 18px 18px 0 0; font-size: .88rem; font-weight: 750; letter-spacing: .02em; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.definition-section { background: var(--white); }
.definition-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 76px; }
.definition-copy h2 { font-size: clamp(2.25rem, 3.7vw, 3.7rem); }
.definition-copy > p { max-width: 590px; font-size: 1.05rem; }
.definition-copy > p strong { color: var(--ink); font-weight: 760; }
.definition-cards { display: grid; gap: 14px; }
.definition-cards article { display: grid; grid-template-columns: 46px 1fr; column-gap: 18px; padding: 23px 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.definition-cards article > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--teal-800); background: var(--teal-100); font-family: Georgia, serif; font-style: italic; font-weight: 800; }
.definition-cards h3 { margin: 0 0 5px; font-size: 1.1rem; letter-spacing: -.025em; }
.definition-cards p { margin: 0; font-size: .92rem; }

.pain-section { background: var(--paper); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.pain-card { position: relative; min-height: 245px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.pain-card .number { display: block; margin-bottom: 42px; color: var(--teal-700); font-family: Georgia, serif; font-size: 1rem; font-style: italic; }
.pain-card h3 { margin-bottom: 12px; }
.pain-card p { margin-bottom: 0; }
.pain-card::after { content: ""; position: absolute; width: 44px; height: 3px; left: 34px; bottom: -1px; background: var(--gold); }

.solution-section { overflow: hidden; color: var(--white); background: var(--teal-950); }
.solution-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.solution-copy h2 { color: var(--white); }
.solution-copy > p { color: #bdd3d0; font-size: 1.08rem; }
.solution-copy .eyebrow { color: var(--gold); }
.feature-checks { display: grid; gap: 22px; margin: 36px 0 0; padding: 0; list-style: none; }
.feature-checks li { display: flex; align-items: flex-start; gap: 14px; }
.feature-checks li > span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(244,185,66,.13); color: var(--gold); font-weight: 900; }
.feature-checks div { display: grid; }
.feature-checks strong { font-size: 1.02rem; }
.feature-checks small { color: #9fbbb7; font-size: .9rem; }
.receipt-showcase { position: relative; padding: 25px; border-radius: 22px; background: rgba(255,255,255,.07); transform: rotate(1.2deg); }
.receipt-showcase::before { content: ""; position: absolute; inset: -30px -80px 30% 40%; border-radius: 50%; background: rgba(244,185,66,.08); filter: blur(8px); }
.receipt-showcase img { position: relative; z-index: 1; border-radius: 6px; box-shadow: 0 35px 80px rgba(0,0,0,.34); }
.paper-label { position: absolute; z-index: 2; top: 7px; right: -12px; padding: 8px 13px; background: var(--gold); color: #30280e; font-size: .67rem; font-weight: 900; letter-spacing: .1em; transform: rotate(3deg); }

.workflow-section { background: #f4f8f7; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 390px; margin-bottom: 8px; font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { overflow: hidden; padding: 28px 28px 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step-card.featured-step { border-color: rgba(11,97,91,.35); box-shadow: 0 18px 50px rgba(8,62,58,.09); }
.step-top { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.step-top span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); font-family: Georgia, serif; font-style: italic; font-weight: 800; }
.step-top strong { font-size: 1.12rem; }
.step-card > p { min-height: 77px; }
.step-image { height: 215px; overflow: hidden; margin: 25px -28px 0; border-top: 1px solid var(--line); background: #eaf1f0; }
.step-image img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }

.comparison-section { background: var(--paper); }
.comparison-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.comparison-intro h2 { font-size: clamp(2.2rem, 3.7vw, 3.55rem); }
.comparison-board { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 24px 60px rgba(5,51,47,.07); }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-head { color: var(--white); background: var(--teal-900); font-weight: 800; }
.comparison-head span, .comparison-row span { padding: 20px 24px; }
.comparison-head span + span, .comparison-row span + span { border-left: 1px solid var(--line); }
.comparison-row + .comparison-row { border-top: 1px solid var(--line); }
.comparison-row span:first-child { color: #7b8b88; text-decoration: line-through; text-decoration-color: #caa5a5; }
.comparison-row span:last-child { color: var(--teal-900); font-weight: 700; }
.comparison-row b { color: #18876b; margin-right: 6px; }

.included-section { background: var(--teal-50); }
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.included-grid article { padding: 30px 25px; border: 1px solid rgba(11,97,91,.12); border-radius: 18px; background: rgba(255,255,255,.8); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 13px; background: var(--teal-800); color: var(--white); font-size: .85rem; font-weight: 900; }
.included-grid h3 { font-size: 1.12rem; }
.included-grid p { margin-bottom: 0; font-size: .94rem; }

.audience-section { padding-top: 0; background: var(--teal-50); }
.audience-card { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; padding: 64px 72px; border-radius: 28px; color: var(--white); background: linear-gradient(125deg, var(--teal-950), var(--teal-800)); box-shadow: 0 30px 70px rgba(5,51,47,.18); }
.audience-card h2 { font-size: clamp(2.2rem, 3.5vw, 3.4rem); }
.audience-card p { color: #bdd2cf; }
.light-eyebrow { color: var(--gold); }
.audience-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.audience-card li { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); font-weight: 650; }
.audience-card li span { color: var(--gold); }

.founder-section { overflow: hidden; background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: minmax(320px, .82fr) 1.18fr; align-items: center; gap: 90px; }
.founder-photo-wrap { position: relative; width: min(100%, 470px); margin-inline: auto; }
.founder-photo-accent { position: absolute; inset: -24px 42px 36px -24px; border-radius: 32px; background: var(--teal-100); transform: rotate(-4deg); }
.founder-photo { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; object-fit: cover; border: 7px solid var(--white); border-radius: 30px; box-shadow: var(--shadow); }
.founder-label { position: absolute; z-index: 2; right: -25px; bottom: 24px; min-width: 225px; display: grid; padding: 15px 19px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: var(--white); background: rgba(7,60,57,.94); box-shadow: 0 17px 40px rgba(5,51,47,.24); backdrop-filter: blur(10px); }
.founder-label small { color: var(--gold); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founder-label strong { font-size: 1.05rem; }
.founder-copy h2 { max-width: 710px; font-size: clamp(2.25rem, 3.8vw, 3.75rem); }
.founder-copy > p { max-width: 720px; font-size: 1.05rem; }
.founder-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 29px 0 0; padding: 0; list-style: none; }
.founder-points li { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #405653; background: var(--white); font-size: .83rem; font-weight: 700; }
.founder-points span { color: var(--teal-700); font-weight: 900; }

.offer-section { background: #fff9ea; }
.offer-grid { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 95px; }
.offer-copy h2 { max-width: 670px; }
.offer-copy > p { max-width: 630px; font-size: 1.1rem; }
.safe-note { display: flex; align-items: flex-start; gap: 14px; max-width: 620px; margin-top: 36px; padding: 17px 19px; border: 1px solid #ead7a8; border-radius: 13px; background: rgba(255,255,255,.62); }
.safe-note > span { flex: 0 0 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-soft); color: #75530e; font-family: Georgia, serif; font-weight: 800; }
.safe-note p { margin: 0; font-size: .86rem; }
.price-card { position: relative; overflow: hidden; padding: 42px; border: 1px solid rgba(11,97,91,.18); border-radius: 25px; background: var(--white); box-shadow: var(--shadow); }
.price-ribbon { position: absolute; top: 22px; right: -35px; width: 155px; padding: 7px 0; background: var(--gold); color: #362b0d; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-align: center; transform: rotate(38deg); }
.product-name { color: var(--teal-900); font-size: 1.25rem; font-weight: 850; }
.product-name span { padding: 4px 7px; border-radius: 6px; background: var(--teal-100); font-size: .68rem; vertical-align: middle; }
.price-card ul { display: grid; gap: 10px; margin: 26px 0 30px; padding: 0; list-style: none; }
.price-card li { color: #405653; }
.price-card li span { color: var(--teal-700); margin-right: 9px; font-weight: 900; }
.price { display: grid; margin-bottom: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
.price > small { color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.price strong { color: var(--teal-950); font-size: 4.5rem; line-height: 1; letter-spacing: -.07em; }
.price strong sup { position: relative; top: -1.6em; margin-right: 5px; font-size: .9rem; letter-spacing: 0; }
.price strong small { font-size: 1.8rem; }
.price > span { color: #6a7a77; font-size: .85rem; }
.price-card .button { width: 100%; }
.compatibility { margin: 13px 0 0; font-size: .77rem; text-align: center; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; }
.faq-grid > div:first-child { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 23px 0; cursor: pointer; color: var(--ink); font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal-700); font-size: 1.35rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -4px 0 22px; padding-right: 45px; }

.final-cta { padding: 80px 0; background: var(--gold); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 760px; margin: 8px 0 0; color: #2d2819; font-size: clamp(2.15rem, 4vw, 3.8rem); }
.mini-brand { color: #5a491a; font-size: .68rem; font-weight: 900; letter-spacing: .17em; }

footer { padding: 30px 0; color: #a9c0bc; background: var(--teal-950); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { color: var(--white); }
.footer-inner p { margin: 0; color: #a9c0bc; font-size: .82rem; }
.footer-inner > span { font-size: .75rem; }
.mobile-buy-bar { display: none; }

.checkout-dialog { width: min(470px, calc(100% - 32px)); padding: 38px; border: 0; border-radius: 22px; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); text-align: center; }
.checkout-dialog::backdrop { background: rgba(2, 34, 32, .72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef5f3; color: var(--teal-900); cursor: pointer; font-size: 1.35rem; }
.dialog-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); font-size: 1.4rem; font-weight: 900; }
.checkout-dialog h2 { margin-bottom: 13px; font-size: 1.8rem; }
.checkout-dialog .button { margin-top: 8px; min-width: 150px; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .desktop-nav { display: none; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { min-height: 700px; max-width: 650px; width: 100%; margin-inline: auto; }
  .definition-grid, .solution-grid, .comparison-grid, .founder-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card > p { min-height: auto; }
  .step-image { height: 260px; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .audience-card { grid-template-columns: 1fr; gap: 35px; }
  .founder-grid { max-width: 760px; }
  .founder-photo-wrap { width: min(78%, 470px); }
  .offer-grid { max-width: 760px; }
  .price-card { width: min(500px, 100%); margin-inline: auto; }
  .faq-grid > div:first-child { position: static; }
}

@media (max-width: 680px) {
  body { padding-bottom: 74px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .site-header { height: 66px; }
  .header-inner .button { display: none; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { padding-top: 46px; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .text-link { text-align: center; }
  .trust-list { display: grid; gap: 10px; }
  .hero-visual { min-height: 520px; }
  .visual-wash { inset: 7% -14% 0 0; }
  .receipt-frame { left: 2%; width: 93%; }
  .pix-card { right: 0; bottom: 68px; min-width: 242px; }
  .paid-stamp { left: 1%; bottom: 8px; }
  .proof-strip { width: 100%; min-height: auto; flex-direction: column; gap: 6px; border-radius: 0; text-align: center; }
  .proof-strip i { display: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .definition-cards article { padding: 20px; }
  .pain-card { min-height: auto; }
  .pain-card .number { margin-bottom: 26px; }
  .solution-grid { gap: 45px; }
  .receipt-showcase { padding: 12px; }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }
  .step-image { height: 205px; }
  .comparison-head span, .comparison-row span { padding: 16px 13px; font-size: .83rem; }
  .included-grid { grid-template-columns: 1fr; }
  .audience-card { width: 100%; padding: 50px 25px; border-radius: 0; }
  .founder-photo-wrap { width: calc(100% - 22px); }
  .founder-photo-accent { inset: -14px 28px 25px -14px; }
  .founder-photo { border-width: 5px; border-radius: 22px; }
  .founder-label { right: -8px; bottom: 14px; min-width: 205px; }
  .founder-points { display: grid; }
  .founder-points li { width: fit-content; border-radius: 14px; }
  .price-card { padding: 34px 24px; }
  .price strong { font-size: 4rem; }
  details p { padding-right: 0; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .mobile-buy-bar { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(5,51,47,.1); backdrop-filter: blur(12px); }
  .mobile-buy-bar div { display: grid; line-height: 1.1; }
  .mobile-buy-bar small { color: var(--muted); font-size: .64rem; }
  .mobile-buy-bar strong { color: var(--teal-900); }
  .mobile-buy-bar .button { min-height: 46px; padding-inline: 16px; font-size: .82rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
