:root {
  --forest: #10251d;
  --forest-2: #17342a;
  --forest-3: #21463a;
  --ink: #17231e;
  --cream: #f3efe5;
  --paper: #fbfaf6;
  --white: #ffffff;
  --orange: #ed7731;
  --orange-dark: #d85d1c;
  --sage: #b8d596;
  --sage-soft: #dfeacd;
  --muted: #68746e;
  --line: rgba(18, 42, 33, 0.14);
  --shadow: 0 26px 80px rgba(10, 31, 23, 0.16);
  --radius: 18px;
  --container: 1180px;
  --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.offer-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 18px;
  background: var(--orange);
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.offer-bar strong { font-weight: 900; }
.site-header { position: absolute; top: 38px; left: 0; right: 0; z-index: 20; color: white; }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1; gap: 4px; }
.brand b { font-family: var(--display); font-size: 16px; letter-spacing: .14em; }
.brand small { font-size: 8px; letter-spacing: .3em; opacity: .68; }
.brand-mark { width: 34px; height: 36px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-9deg); }
.brand-mark i { display: block; width: 8px; background: var(--orange); border-radius: 2px 2px 0 0; }
.brand-mark i:nth-child(1) { height: 31px; }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 15px; }
.nav-proof { display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .03em; color: rgba(255,255,255,.72); }
.pulse { position: relative; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.pulse::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--sage); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { transform: scale(.7); opacity: .9; } 60% { transform: scale(1.4); opacity: 0; } }

.hero { position: relative; min-height: 820px; padding: 137px 0 44px; overflow: hidden; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; width: 840px; height: 840px; right: -380px; top: -180px; border-radius: 50%; border: 1px solid rgba(184,213,150,.1); box-shadow: 0 0 0 100px rgba(184,213,150,.025), 0 0 0 220px rgba(184,213,150,.018); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(5,18,13,.34)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 62px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 11px; line-height: 1; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.eyebrow::before, .section-kicker::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.eyebrow { margin-bottom: 25px; color: var(--sage); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 850; letter-spacing: -.04em; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(49px, 5.2vw, 74px); line-height: .98; }
h1 em, h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.hero-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.hero-benefits li { display: flex; align-items: flex-start; gap: 10px; }
.hero-benefits li > span { display: grid; flex: 0 0 29px; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(184,213,150,.35); border-radius: 50%; color: var(--sage); font-size: 9px; font-weight: 800; }
.hero-benefits p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.45; }
.hero-benefits b { color: #fff; }
.hero-action { max-width: 520px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 16px 27px; border: 0; border-radius: 6px; text-decoration: none; text-transform: uppercase; letter-spacing: .055em; font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 35px rgba(237,119,49,.25); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 18px 40px rgba(237,119,49,.34); }
.hero-action .button { width: 100%; }
.microcopy { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 13px; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.microcopy span { display: flex; align-items: center; gap: 5px; }
.microcopy svg { width: 13px; height: 13px; fill: none; stroke: var(--sage); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hero-product { position: relative; min-height: 500px; display: grid; place-items: center; }
.product-orbit { position: absolute; border: 1px solid rgba(184,213,150,.11); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 450px; height: 450px; border-color: rgba(237,119,49,.13); }
.sheet-window { position: relative; z-index: 2; width: min(100%, 550px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: #f8faf8; box-shadow: 0 35px 90px rgba(0,0,0,.42); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.sheet-topbar { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; color: #45534c; background: #e7ece8; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c4cdc7; }
.window-dots i:first-child { background: #e7895a; }
.sheet-status { justify-self: end; display: flex; align-items: center; gap: 5px; font-weight: 600; color: #738078; }
.sheet-status i { width: 5px; height: 5px; border-radius: 50%; background: #62a04a; }
.sheet-layout { display: grid; grid-template-columns: 47px 1fr; min-height: 372px; }
.sheet-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 15px 0; color: #fff; background: #1c3e32; }
.sheet-sidebar strong { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 5px; color: var(--forest); background: var(--orange); font-size: 8px; }
.sheet-sidebar span { width: 15px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.24); }
.sheet-sidebar span.active { height: 14px; border-radius: 4px; background: var(--sage); }
.sheet-content { padding: 20px; color: var(--ink); }
.sheet-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.sheet-heading div { display: grid; gap: 2px; }
.sheet-heading small { color: var(--orange-dark); font-size: 6px; letter-spacing: .14em; font-weight: 800; }
.sheet-heading b { font-size: 14px; letter-spacing: -.02em; }
.sheet-heading > span { padding: 5px 8px; border: 1px solid #dce2dd; border-radius: 4px; color: #829087; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.metric { min-height: 78px; display: grid; align-content: center; gap: 2px; padding: 10px; border: 1px solid #e1e5e2; border-radius: 6px; background: #fff; }
.metric.highlight { color: #fff; background: var(--forest-2); border-color: var(--forest-2); }
.metric small { color: #8d9892; font-size: 5px; font-weight: 900; letter-spacing: .1em; }
.metric.highlight small { color: var(--sage); }
.metric b { font-size: 14px; }
.metric em { color: #8d9892; font-size: 6px; font-style: normal; }
.metric.highlight em { color: rgba(255,255,255,.55); }
.chart-card { margin-top: 10px; padding: 12px 13px 8px; border: 1px solid #e1e5e2; border-radius: 6px; background: #fff; }
.chart-label { display: flex; align-items: center; justify-content: space-between; font-size: 7px; color: #718078; }
.chart-label b { color: var(--forest); }
.bars { height: 96px; display: flex; align-items: end; gap: 8px; padding: 12px 4px 0; border-bottom: 1px solid #e6ebe7; background: repeating-linear-gradient(to bottom, transparent 0, transparent 23px, #edf0ed 24px); }
.bars i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: #9bb995; }
.bars i.hot { background: var(--orange); }
.axis { display: flex; justify-content: space-between; padding: 5px 0 0; color: #a0aaa4; font-size: 5px; }
.safe-line { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 9px 10px; border: 1px solid #d9e5d0; border-radius: 5px; color: #5d6a62; background: #f0f6eb; font-size: 7px; }
.safe-line span { display: flex; align-items: center; gap: 6px; }
.safe-line i { width: 6px; height: 6px; border-radius: 50%; background: #66a64f; }
.safe-line b { color: #4c7e3a; text-transform: uppercase; letter-spacing: .08em; }
.floating-result { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; color: #fff; background: rgba(20,48,37,.93); box-shadow: 0 16px 35px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.floating-result > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--sage); font-weight: 900; }
.floating-result div { display: grid; }
.floating-result small { color: rgba(255,255,255,.45); font-size: 6px; letter-spacing: .12em; }
.floating-result b { font-size: 10px; }
.result-one { right: -5px; bottom: 62px; }
.result-two { left: -14px; top: 67px; }
.result-two > span { background: var(--orange); color: #fff; }
.visual-note { position: absolute; bottom: 8px; margin: 0; color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .03em; }
.proof-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.11); }
.proof-row > div { display: grid; gap: 2px; padding: 25px 24px; border-right: 1px solid rgba(255,255,255,.1); }
.proof-row > div:first-child { padding-left: 0; }
.proof-row > div:last-child { border: 0; }
.proof-row b { color: var(--sage); font-size: 20px; letter-spacing: -.03em; }
.proof-row span { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.section-kicker { margin-bottom: 22px; }
.section-kicker.light { color: var(--sage); }
.section-intro h2, .section-heading h2, .calc-copy h2, .creator-copy h2, .offer-copy h2, .final-inner h2 { margin-bottom: 24px; font-size: clamp(39px, 4.2vw, 60px); line-height: 1.04; }
.section-intro p, .section-heading p, .creator-copy > p, .offer-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.section-heading { max-width: 760px; margin: 0 auto 58px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading.centered p { max-width: 650px; margin-inline: auto; }

.problem { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.pain-stack { display: grid; gap: 12px; }
.pain-card { display: grid; grid-template-columns: 48px 1fr; gap: 19px; align-items: start; padding: 25px 27px; border: 1px solid var(--line); background: rgba(255,255,255,.58); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.pain-card:hover { transform: translateX(5px); border-color: rgba(237,119,49,.4); background: #fff; }
.pain-card > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--orange-dark); background: #f8e5d7; font-size: 10px; font-weight: 900; }
.pain-card h3 { margin-bottom: 5px; font-size: 17px; }
.pain-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.calculator-section { position: relative; overflow: hidden; color: #fff; background: var(--forest-2); }
.calculator-section::before { content: ""; position: absolute; width: 460px; height: 460px; top: -220px; left: -120px; border: 1px solid rgba(184,213,150,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(184,213,150,.025); }
.calc-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.calc-copy p { max-width: 460px; color: rgba(255,255,255,.62); font-size: 17px; }
.calc-note { max-width: 460px; display: flex; align-items: flex-start; gap: 10px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; }
.calc-note span { display: grid; flex: 0 0 20px; height: 20px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.calculator { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 31px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.calc-field label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; }
.input-wrap { height: 55px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 6px; background: rgba(7,23,17,.45); }
.input-wrap:focus-within { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(184,213,150,.1); }
.input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 20px; font-weight: 800; }
.input-wrap input::-webkit-inner-spin-button { opacity: .25; }
.input-wrap span { color: var(--sage); font-size: 12px; font-weight: 800; }
.calc-result { grid-column: 1 / -1; min-height: 170px; display: grid; align-content: center; justify-items: center; padding: 25px; border-radius: 8px; color: var(--forest); background: var(--sage); text-align: center; }
.calc-result small { font-size: 9px; font-weight: 900; letter-spacing: .13em; opacity: .66; }
.calc-result strong { margin: 2px 0; font-size: clamp(42px, 5vw, 63px); line-height: 1; letter-spacing: -.055em; }
.calc-result span { font-size: 12px; }
.payback { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.55); text-align: center; font-size: 11px; }

.solution { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { position: relative; min-height: 274px; padding: 25px 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.feature:hover { z-index: 2; transform: translateY(-5px); background: #fff; box-shadow: 0 20px 45px rgba(21,41,33,.1); }
.feature.featured { color: #fff; background: var(--forest-2); }
.feature-number { color: #9aa49e; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.feature.featured .feature-number { color: var(--sage); }
.feature-icon { width: 39px; height: 39px; display: grid; place-items: center; margin: 30px 0 19px; border-radius: 4px; color: var(--forest); background: var(--sage-soft); font-size: 17px; font-weight: 900; }
.feature.featured .feature-icon { color: #fff; background: var(--orange); }
.feature h3 { margin-bottom: 8px; font-size: 16px; line-height: 1.25; }
.feature p { min-height: 66px; margin-bottom: 13px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.feature.featured p { color: rgba(255,255,255,.58); }
.feature > span { color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.feature.featured > span { color: var(--sage); }

.transformation { background: var(--cream); }
.comparison { display: grid; grid-template-columns: 1fr 70px 1fr; max-width: 970px; margin-inline: auto; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.comparison-side { padding: 38px 42px; }
.comparison-side.before { background: #f2eee5; }
.comparison-side.after { background: #fff; }
.comparison-title { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.comparison-title > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; font-weight: 900; }
.before .comparison-title > span { color: #9c5231; background: #eed7ca; }
.after .comparison-title > span { color: #386e34; background: #dcebd3; }
.comparison-title b { font-size: 17px; }
.comparison ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.comparison li { position: relative; padding-left: 18px; color: var(--muted); font-size: 14px; }
.comparison li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: #b5aaa2; }
.after li::before { background: #6aa75d; }
.comparison-divider { display: grid; place-items: center; background: linear-gradient(90deg,#f2eee5 50%,#fff 50%); }
.comparison-divider span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); box-shadow: 0 8px 20px rgba(237,119,49,.25); font-size: 20px; }

.steps { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.text-link { display: inline-flex; gap: 11px; margin-top: 14px; color: var(--orange-dark); text-underline-offset: 4px; font-size: 13px; font-weight: 800; }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.step-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-list li > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange-dark); font-family: var(--serif); font-size: 20px; font-style: italic; }
.step-list small { color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.step-list h3 { margin: 4px 0 6px; font-size: 19px; }
.step-list p { margin: 0; color: var(--muted); font-size: 13px; }

.testimonials { position: relative; overflow: hidden; color: #fff; background: var(--forest); }
.testimonials::after { content: ""; position: absolute; width: 640px; height: 640px; right: -300px; bottom: -420px; border: 1px solid rgba(184,213,150,.11); border-radius: 50%; box-shadow: 0 0 0 100px rgba(184,213,150,.02); }
.testimonials .section-heading { position: relative; z-index: 2; }
.testimonials .section-heading p { color: rgba(255,255,255,.52); }
.real-proof-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; width: min(100%, 940px); margin-inline: auto; }
.proof-card { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.05); box-shadow: 0 25px 60px rgba(0,0,0,.16); }
.proof-label { display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.proof-label span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--sage); font-size: 8px; font-weight: 900; }
.proof-label b { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.shot-media { position: relative; overflow: hidden; background: #fff; }
.shot-media-full { aspect-ratio: 1080 / 563; }
.shot-media-crop { aspect-ratio: 1080 / 505; }
.shot-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.privacy-cover { position: absolute; z-index: 2; display: block; width: 7.5%; aspect-ratio: 1; border-radius: 50%; background: #ebebeb; box-shadow: inset 0 0 0 2px rgba(0,0,0,.025); }
.avatar-two-a { left: 4.25%; top: 21.3%; }
.avatar-two-b { left: 4.25%; top: 74%; }
.avatar-one-a { left: 4.25%; top: 30.2%; }
.avatar-one-b { left: 4.25%; top: 69.1%; }
.proof-card figcaption { display: grid; gap: 7px; min-height: 112px; align-content: center; padding: 19px 21px 21px; }
.proof-card figcaption blockquote { margin: 0; color: #fff; font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.42; }
.proof-card figcaption span { color: var(--sage); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.proof-footnote { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 25px 0 0; color: rgba(255,255,255,.4); font-size: 10px; text-align: center; }
.proof-footnote span { color: var(--sage); font-weight: 900; }

.creator { background: var(--cream); }
.creator-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; align-items: center; }
.creator-photo { position: relative; min-height: 535px; }
.creator-photo::before { content: ""; position: absolute; left: -20px; bottom: -20px; width: 70%; height: 70%; background: var(--orange); }
.creator-photo img { position: relative; z-index: 2; width: 100%; height: 535px; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.creator-photo img.is-missing { display: none; }
.creator-fallback { position: relative; z-index: 1; width: 100%; height: 535px; display: none; place-content: center; justify-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(184,213,150,.15), transparent 32%), linear-gradient(145deg, var(--forest-3), var(--forest)); }
.creator-fallback::before, .creator-fallback::after { content: ""; position: absolute; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.creator-fallback::before { top: -190px; right: -130px; }
.creator-fallback::after { bottom: -230px; left: -130px; }
.creator-photo img.is-missing + .creator-fallback { display: grid; }
.creator-fallback strong { position: relative; font-family: var(--display); font-size: 112px; line-height: .9; letter-spacing: -.08em; }
.creator-fallback small { position: relative; margin-top: 17px; color: var(--sage); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.fallback-mark { position: relative; width: 42px; height: 44px; display: flex; align-items: flex-end; gap: 4px; margin-bottom: 22px; transform: skew(-9deg); }
.fallback-mark i { display: block; width: 10px; background: var(--orange); }
.fallback-mark i:nth-child(1) { height: 40px; }.fallback-mark i:nth-child(2) { height: 29px; }.fallback-mark i:nth-child(3) { height: 18px; }
.creator-badge { position: absolute; z-index: 2; right: -28px; bottom: 28px; display: grid; padding: 17px 20px; color: #fff; background: var(--forest-2); box-shadow: var(--shadow); }
.creator-badge b { font-size: 12px; }
.creator-badge span { color: rgba(255,255,255,.53); font-size: 10px; }
.creator-copy blockquote { margin: 30px 0; padding: 24px 0 24px 27px; border-left: 3px solid var(--orange); color: var(--forest-2); font-family: var(--serif); font-size: 22px; font-style: italic; line-height: 1.55; }
.signature { display: grid; margin-top: 28px; }
.signature b { font-size: 14px; }
.signature span { color: var(--muted); font-size: 11px; }

.audience { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 980px; margin-inline: auto; }
.audience-card { padding: 36px; border: 1px solid var(--line); }
.audience-card.yes { background: #edf4e5; border-color: #d6e4ca; }
.audience-card.no { background: #f2eee8; }
.audience-title { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.audience-title span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; font-weight: 900; }
.yes .audience-title span { color: #376d33; background: #cee1bf; }
.no .audience-title span { color: #8c5d48; background: #ead8cf; }
.audience-title h3 { margin: 0; font-size: 18px; }
.audience-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.audience-card li { position: relative; padding-left: 18px; color: var(--muted); font-size: 13px; }
.audience-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: #72a461; }
.audience-card.no li::before { background: #b58a75; }

.offer { position: relative; overflow: hidden; color: #fff; background: var(--forest-2); }
.offer::before { content: ""; position: absolute; width: 500px; height: 500px; left: -290px; bottom: -240px; border: 1px solid rgba(184,213,150,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(184,213,150,.02); }
.offer-grid { position: relative; display: grid; grid-template-columns: 1fr .82fr; gap: 95px; align-items: center; }
.offer-copy > p { max-width: 570px; color: rgba(255,255,255,.56); }
.offer-stack { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); }
.offer-stack > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.offer-stack > div > span { color: var(--sage); font-size: 9px; font-weight: 900; }
.offer-stack p { display: grid; margin: 0; }
.offer-stack b { font-size: 13px; }
.offer-stack small { color: rgba(255,255,255,.43); font-size: 10px; }
.offer-stack strong { padding: 5px 8px; border: 1px solid rgba(184,213,150,.25); border-radius: 3px; color: var(--sage); font-size: 7px; letter-spacing: .1em; }
.price-card { overflow: hidden; border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.price-top { display: grid; justify-items: center; gap: 2px; padding: 15px; color: #fff; background: var(--orange); }
.price-top span { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.price-top small { font-size: 9px; opacity: .76; }
.price-body { padding: 32px 35px 25px; text-align: center; }
.old-price { color: var(--muted); font-size: 12px; }
.main-price { display: flex; justify-content: center; align-items: flex-start; color: var(--forest); line-height: .9; }
.main-price sup { margin-top: 12px; font-size: 16px; font-weight: 900; }
.main-price strong { font-size: 76px; letter-spacing: -.07em; }
.installments { margin: 8px 0 24px; color: var(--muted); font-size: 11px; }
.price-body ul { display: grid; gap: 11px; margin: 0 0 25px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; text-align: left; }
.price-body li { display: flex; gap: 10px; color: var(--muted); font-size: 12px; }
.price-body li span { color: #558b47; font-weight: 900; }
.price-body .button { width: 100%; }
.checkout-safe { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; color: #89938e; font-size: 8px; }
.checkout-safe svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.guarantee-strip { display: grid; grid-template-columns: 52px 1fr; gap: 13px; align-items: center; padding: 17px 32px; color: #fff; background: var(--forest); }
.guarantee-strip > span { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid rgba(184,213,150,.35); border-radius: 50%; color: var(--sage); font-family: var(--serif); font-size: 25px; }
.guarantee-strip p { display: grid; margin: 0; }
.guarantee-strip b { color: var(--sage); font-size: 8px; letter-spacing: .12em; }
.guarantee-strip small { color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.45; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 23px; width: 23px; height: 23px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 10px; left: 6px; width: 9px; height: 1px; background: var(--orange-dark); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 680px; margin: -5px 45px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { color: #fff; background: var(--forest); text-align: center; }
.final-inner { max-width: 860px; }
.final-inner .section-kicker { justify-content: center; }
.final-inner p { max-width: 600px; margin: 0 auto 30px; color: rgba(255,255,255,.58); font-size: 17px; }
.final-inner .button { min-width: 390px; }
.final-meta { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 19px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.final-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--sage); }

.footer { padding: 35px 0; color: rgba(255,255,255,.55); background: #091711; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.footer-brand { color: #fff; }
.footer-links { display: flex; gap: 20px; font-size: 10px; }
.footer-links a { text-underline-offset: 3px; }
.footer p { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }

.mobile-buy { display: none; }

.lead-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.lead-modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6,17,13,.82); backdrop-filter: blur(5px); }
.modal-card { position: relative; width: min(100%, 465px); overflow: hidden; border-radius: 14px; background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.45); transform: translateY(15px) scale(.985); transition: transform .25s ease; }
.lead-modal.open .modal-card { transform: translateY(0) scale(1); }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: transparent; font-size: 21px; line-height: 1; cursor: pointer; }
.modal-heading { padding: 31px 34px 28px; color: #fff; background: var(--forest-2); }
.modal-heading span { color: var(--sage); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.modal-heading h2 { max-width: 360px; margin: 11px 0 8px; font-size: 27px; line-height: 1.1; }
.modal-heading p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
#lead-form { padding: 27px 34px 30px; }
#lead-form label { display: block; margin: 13px 0 6px; color: #526159; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
#lead-form label:first-child { margin-top: 0; }
#lead-form input { width: 100%; height: 51px; padding: 0 14px; border: 1px solid #d3d9d5; border-radius: 5px; outline: 0; color: var(--ink); background: #fff; font-size: 15px; }
#lead-form input:focus { border-color: var(--forest-3); box-shadow: 0 0 0 3px rgba(32,70,57,.08); }
#lead-form input.invalid { border-color: #bb4d36; }
.field-error { min-height: 16px; display: block; margin-top: 3px; color: #b3442d; font-size: 10px; }
#lead-form .button { width: 100%; margin-top: 11px; }
.form-safe { display: flex; align-items: flex-start; justify-content: center; gap: 6px; margin: 12px 0 0; color: #8a948e; font-size: 9px; text-align: center; }
.form-safe svg { flex: 0 0 11px; width: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(100%, 650px); margin-inline: auto; }
  .hero { padding-top: 137px; }
  .proof-row { margin-top: 40px; }
  .problem-grid, .calc-grid, .steps-grid, .creator-grid, .offer-grid, .faq-grid { gap: 65px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .problem-grid, .calc-grid, .steps-grid, .creator-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .problem-grid, .calc-grid, .steps-grid, .creator-grid, .offer-grid, .faq-grid { gap: 52px; }
  .section-intro { max-width: 650px; }
  .real-proof-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-divider { height: 72px; z-index: 2; background: linear-gradient(to bottom,#f2eee5 50%,#fff 50%); }
  .comparison-divider span { transform: rotate(90deg); box-shadow: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .creator-photo { max-width: 560px; }
  .price-card { width: min(100%, 520px); margin-inline: auto; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 70px 0; }
  .offer-bar { min-height: 35px; gap: 5px; font-size: 9px; }
  .site-header { top: 35px; }
  .nav-shell { min-height: 70px; }
  .nav-proof { display: none; }
  .hero { min-height: 0; padding: 116px 0 35px; }
  h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-benefits { grid-template-columns: 1fr; gap: 11px; }
  .hero-benefits li { align-items: flex-start; }
  .hero-benefits p { font-size: 13px; }
  .button { min-height: 56px; padding: 15px 18px; font-size: 11px; }
  .microcopy { justify-content: center; gap: 9px; }
  .hero-product { min-height: 390px; margin: 8px 0 0; }
  .sheet-window { width: calc(100% - 6px); transform: none; }
  .sheet-layout { min-height: 292px; grid-template-columns: 37px 1fr; }
  .sheet-sidebar { gap: 13px; }
  .sheet-content { padding: 13px; }
  .metric { min-height: 66px; padding: 7px; }
  .metric b { font-size: 11px; }
  .chart-card { padding: 9px; }
  .bars { height: 66px; }
  .result-one { right: -7px; bottom: 23px; }
  .result-two { left: -7px; top: 32px; }
  .visual-note { bottom: -5px; }
  .proof-row { grid-template-columns: 1fr 1fr; margin-top: 35px; }
  .proof-row > div { padding: 18px 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .proof-row > div:first-child { padding-left: 15px; }
  .proof-row > div:nth-child(2) { border-right: 0; }
  .proof-row > div:nth-child(3), .proof-row > div:nth-child(4) { border-bottom: 0; }
  .proof-row b { font-size: 17px; }
  .proof-row span { font-size: 8px; }
  .section-intro h2, .section-heading h2, .calc-copy h2, .creator-copy h2, .offer-copy h2, .final-inner h2 { font-size: 38px; }
  .section-intro p, .section-heading p, .creator-copy > p, .offer-copy > p { font-size: 15px; }
  .section-heading { margin-bottom: 42px; }
  .pain-card { grid-template-columns: 38px 1fr; padding: 21px 18px; }
  .pain-card > span { width: 34px; height: 34px; }
  .calculator { grid-template-columns: 1fr; padding: 20px; }
  .calc-result, .payback { grid-column: 1; }
  .calc-result { min-height: 145px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 230px; }
  .feature p { min-height: 0; }
  .comparison-side { padding: 33px 25px; }
  .step-list li { grid-template-columns: 49px 1fr; gap: 12px; }
  .step-list li > span { width: 41px; height: 41px; }
  .proof-card figcaption { min-height: 0; }
  .proof-card figcaption blockquote { font-size: 15px; }
  .real-proof-grid { max-width: 430px; gap: 14px; }
  .proof-label { padding: 12px 14px; }
  .proof-card figcaption { padding: 17px 18px 18px; }
  .proof-footnote { max-width: 420px; margin: 20px auto 0; line-height: 1.55; }
  .creator-photo { min-height: 420px; margin-right: 8px; }
  .creator-photo img, .creator-fallback { height: 420px; }
  .creator-badge { right: -8px; bottom: 18px; }
  .creator-copy blockquote { padding-left: 20px; font-size: 19px; }
  .audience-card { padding: 27px 23px; }
  .offer-stack > div { grid-template-columns: 26px 1fr auto; }
  .offer-stack small { line-height: 1.4; }
  .price-body { padding: 29px 23px 23px; }
  .main-price strong { font-size: 68px; }
  .final-inner .button { min-width: 0; width: 100%; }
  .final-meta { flex-wrap: wrap; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .mobile-buy { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 72px; padding: 9px 14px max(9px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.13); color: #fff; background: rgba(11,28,21,.97); backdrop-filter: blur(14px); }
  .mobile-buy > div { display: grid; line-height: 1.1; }
  .mobile-buy small { color: rgba(255,255,255,.48); font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
  .mobile-buy strong { color: var(--sage); font-size: 20px; }
  .mobile-buy .button { min-height: 46px; padding: 10px 17px; }
  .modal-heading { padding: 27px 25px 23px; }
  .modal-heading h2 { font-size: 24px; }
  #lead-form { padding: 23px 25px 26px; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  h1 { font-size: 39px; }
  .hero-product { min-height: 350px; }
  .floating-result { padding: 8px 10px; }
  .sheet-content { padding: 10px; }
  .metric-grid { gap: 4px; }
  .metric b { font-size: 10px; }
  .offer-bar span:last-child { display: none; }
}

@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; }
}
