:root {
  --ink: #10292d;
  --ink-soft: #4d6164;
  --navy: #071a20;
  --navy-2: #0a262d;
  --teal: #0e766f;
  --teal-bright: #11a58f;
  --mint: #c9f3e6;
  --amber: #e8ad59;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --line: #dce4e1;
  --white: #fff;
  --danger: #9b5a56;
  --shadow: 0 30px 80px rgba(5, 28, 31, 0.13);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::selection { background: var(--mint); color: var(--navy); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .button, .price { font-family: "Manrope", sans-serif; }
h1, h2 { letter-spacing: -0.048em; line-height: 1.08; }
h1 { font-size: clamp(2.4rem, 3.55vw, 3.2rem); font-weight: 600; margin-bottom: 24px; }
h2 { font-size: clamp(2.3rem, 4.2vw, 3.8rem); font-weight: 600; margin-bottom: 22px; }
h1 em, h2 em { color: var(--teal-bright); font-style: normal; }
.hero h1 > span, .hero h1 > em { display: block; }
h3 { letter-spacing: -0.025em; line-height: 1.25; }

.topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); }
.topbar__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-size: 1.3rem; font-weight: 700; letter-spacing: -.04em; }
.brand__mark { display: inline-flex; height: 22px; align-items: center; gap: 2.5px; }
.brand__mark > span { width: 3px; border-radius: 8px; background: var(--teal-bright); display: block; }
.brand__mark > span:nth-child(1), .brand__mark > span:nth-child(5) { height: 8px; }
.brand__mark > span:nth-child(2), .brand__mark > span:nth-child(4) { height: 15px; }
.brand__mark > span:nth-child(3) { height: 22px; }
.topbar__trust { font-size: .8rem; text-transform: uppercase; letter-spacing: .11em; color: rgba(255,255,255,.68); display: flex; align-items: center; gap: 8px; }
.topbar__trust svg { width: 18px; fill: none; stroke: var(--teal-bright); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; background: var(--navy); color: var(--white); min-height: 820px; padding: 144px 0 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero__glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.hero__glow--one { width: 560px; height: 560px; right: -260px; top: -190px; background: radial-gradient(circle, rgba(17,165,143,.24), transparent 68%); }
.hero__glow--two { width: 460px; height: 460px; left: -180px; bottom: -100px; background: radial-gradient(circle, rgba(232,173,89,.1), transparent 66%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.hero__copy { padding-bottom: 32px; position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--teal); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .74rem; }
.eyebrow { color: var(--mint); margin-bottom: 26px; }
.hero__lead { color: rgba(255,255,255,.72); max-width: 560px; font-size: 1.1rem; line-height: 1.75; margin-bottom: 34px; }
.hero__actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 58px; padding: 0 26px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; text-decoration: none; text-transform: uppercase; letter-spacing: .055em; font-weight: 800; font-size: .79rem; border: 1px solid transparent; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--teal-bright); color: #03201c; box-shadow: 0 12px 34px rgba(17,165,143,.22); }
.button--primary:hover { background: #19b99f; box-shadow: 0 16px 38px rgba(17,165,143,.32); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.micro-proof { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.3; }
.micro-proof strong { color: white; }
.avatar-stack { display: flex; }
.avatar-stack img { margin-left: -7px; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--navy); object-fit: cover; background: #d4e5e0; }
.avatar-stack img:first-child { margin-left: 0; }
.hero__trust-row { display: flex; gap: 23px; flex-wrap: wrap; margin-top: 32px; color: rgba(255,255,255,.5); font-size: .76rem; }
.hero__trust-row span { display: flex; gap: 6px; align-items: center; }
.hero__trust-row svg { width: 15px; fill: none; stroke: var(--teal-bright); stroke-width: 2.4; }
.hero__visual { position: relative; height: 600px; align-self: center; }
.hero__visual::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; right: -12%; top: -8%; background: radial-gradient(circle, rgba(17,165,143,.23), rgba(17,165,143,.04) 52%, transparent 72%); filter: blur(8px); }
.hero-photo { height: 100%; position: relative; overflow: visible; filter: drop-shadow(0 36px 60px rgba(0,0,0,.22)); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; border-radius: 150px 26px 26px 26px; }
.hero-photo__shade { position: absolute; inset: 0; border-radius: 150px 26px 26px 26px; background: linear-gradient(180deg, transparent 44%, rgba(5,20,24,.58) 100%), linear-gradient(90deg, rgba(5,25,30,.12), transparent 55%); pointer-events: none; }
.progress-chip { position: absolute; z-index: 3; top: 34px; right: -18px; padding: 12px 17px 12px 12px; border-radius: 15px; background: rgba(246,244,237,.95); color: var(--ink); display: flex; align-items: center; gap: 11px; box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.progress-chip > span { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--teal-bright); color: #05241f; font-weight: 900; }
.progress-chip small, .progress-chip strong { display: block; white-space: nowrap; }
.progress-chip small { color: var(--teal); font-size: .49rem; font-weight: 800; letter-spacing: .12em; }
.progress-chip strong { margin-top: 1px; font-family: "Manrope"; font-size: .72rem; }
.phone-card { position: absolute; z-index: 4; width: 190px; height: 316px; right: -18px; bottom: 30px; border: 6px solid #10242a; background: #f2efe6; border-radius: 27px; padding: 17px; color: var(--ink); box-shadow: 0 27px 70px rgba(0,0,0,.4); transform: rotate(2deg); }
.phone-card__bar { display: flex; justify-content: space-between; align-items: center; font-size: .61rem; margin-bottom: 32px; }
.phone-card__bar > span { width: 5px; height: 5px; background: var(--teal-bright); border-radius: 50%; }
.phone-card__bar i { font-style: normal; letter-spacing: 2px; }
.phone-card > small { font-size: .5rem; letter-spacing: .12em; color: var(--teal); font-weight: 800; }
.phone-card > strong { display: block; font-family: "Manrope"; line-height: 1.12; font-size: 1.35rem; margin: 7px 0 16px; }
.phone-card .play { height: 69px; display: grid; place-items: center; background: var(--navy); border-radius: 12px; color: var(--teal-bright); }
.phone-card .play span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--teal-bright); border-radius: 50%; padding-left: 2px; font-size: .7rem; }
.phone-card > p { font-size: .58rem; margin: 12px 0 6px; color: #6e7d7e; }
.phone-progress { height: 3px; background: #ccd4d1; border-radius: 4px; }
.phone-progress i { display: block; width: 57%; height: 100%; background: var(--teal-bright); }
.phone-meta { display: flex; justify-content: space-between; color: #80908f; font-size: .5rem; margin-top: 3px; }
.confidence-card { position: absolute; z-index: 3; left: -38px; bottom: 66px; width: 213px; padding: 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(8,32,38,.88); backdrop-filter: blur(15px); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.confidence-card__top { display: flex; align-items: end; justify-content: space-between; font-size: .65rem; color: rgba(255,255,255,.55); }
.confidence-card__top strong { color: var(--mint); font-size: 1rem; }
.confidence-card__bars { height: 38px; display: flex; align-items: end; gap: 4px; margin: 8px 0; }
.confidence-card__bars i { display: block; width: 100%; border-radius: 3px 3px 0 0; background: var(--teal-bright); opacity: .85; }
.confidence-card__bars i:nth-child(1) {height:22%}.confidence-card__bars i:nth-child(2){height:34%}.confidence-card__bars i:nth-child(3){height:29%}.confidence-card__bars i:nth-child(4){height:43%}.confidence-card__bars i:nth-child(5){height:48%}.confidence-card__bars i:nth-child(6){height:63%}.confidence-card__bars i:nth-child(7){height:54%}.confidence-card__bars i:nth-child(8){height:72%}.confidence-card__bars i:nth-child(9){height:68%}.confidence-card__bars i:nth-child(10){height:88%}.confidence-card__bars i:nth-child(11){height:96%}
.confidence-card small { display: block; font-size: .55rem; color: rgba(255,255,255,.48); }
.proof-strip { position: relative; z-index: 3; min-height: 82px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.56); font-size: .86rem; }
.proof-strip p { margin: 0; }
.proof-strip p strong { color: white; }
.proof-strip__rating { white-space: nowrap; }
.proof-strip__rating span { letter-spacing: 4px; color: var(--amber); margin-right: 10px; }

.section { padding: 116px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading .kicker { display: inline-block; margin-bottom: 19px; }
.section-heading p { color: var(--ink-soft); max-width: 610px; font-size: 1.02rem; margin-bottom: 0; }
.section-heading--center p { margin-inline: auto; }
.contrast-section { background: var(--cream); }
.contrast-section .section-heading { max-width: 920px; }
.contrast-section .section-heading p { max-width: 520px; }
.comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; border: 1px solid #d7dfdc; border-radius: var(--radius-lg); overflow: hidden; background: rgba(255,255,255,.38); box-shadow: 0 25px 70px rgba(24,64,64,.06); }
.comparison__header { padding: 19px 30px; text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.comparison__header--before { color: #75645f; background: #ebe4dc; }
.comparison__header--after { color: #0d524b; background: var(--mint); }
.comparison__cell { min-height: 97px; padding: 24px 30px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #dce3e0; }
.comparison__cell--before { border-right: 1px solid #dce3e0; color: #685e5b; background: rgba(255,255,255,.26); }
.comparison__cell--after { background: rgba(255,255,255,.72); color: var(--ink); }
.comparison__cell--last { border-bottom: 0; }
.comparison__cell p { margin: 0; line-height: 1.45; font-size: .91rem; }
.comparison__cell--after p { font-weight: 600; }
.state-icon { flex: 0 0 29px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-style: normal; font-weight: 800; }
.state-icon--bad { background: #eee1dc; color: var(--danger); }

.insight-section { background: var(--paper); }
.insight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 58px; align-items: stretch; }
.insight-quote { position: sticky; top: 110px; min-height: 100%; padding: 48px; border-radius: 28px; background: linear-gradient(145deg, #0b2930, #061b21); color: white; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; box-shadow: 0 30px 70px rgba(7,26,32,.14); }
.insight-quote::after { content: "“"; position: absolute; right: 24px; bottom: -90px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 18rem; line-height: 1; pointer-events: none; }
.insight-tag { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; color: var(--mint); }
.insight-tag span { width: 35px; height: 35px; border-radius: 11px; display: grid; place-items: center; background: rgba(17,165,143,.17); font-family: Georgia, serif; font-size: 1.8rem; line-height: 1; padding-top: 8px; }
.insight-tag small { font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.insight-quote h2 { position: relative; z-index: 1; font-size: clamp(2rem, 2.7vw, 2.7rem); margin: 36px 0; }
.insight-quote h2 em { color: var(--teal-bright); }
.insight-quote > p { position: relative; z-index: 1; color: rgba(255,255,255,.6); font-size: .96rem; max-width: 460px; margin-bottom: 0; }
.insight-copy > .kicker { display: block; margin-bottom: 18px; }
.insight-copy > p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.8; }
.thought-flow { display: grid; gap: 10px; margin: 30px 0; }
.thought-flow > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 17px 18px; border-radius: 13px; background: #f1eee6; align-items: center; transition: transform .25s ease, background .25s ease; }
.thought-flow > div:hover { transform: translateX(4px); background: #ebe8df; }
.thought-flow span { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; color: var(--teal); background: #dcece7; font-weight: 800; font-family: "Manrope"; font-size: .63rem; letter-spacing: .06em; }
.thought-flow p { margin: 0; font-weight: 600; line-height: 1.5; }
.highlight-note { display: flex; gap: 17px; padding: 22px; border-radius: 16px; background: #e1f0eb; box-shadow: inset 3px 0 0 var(--teal-bright); }
.highlight-note svg { flex: 0 0 28px; width: 28px; fill: none; stroke: var(--teal); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.highlight-note p { margin: 0; color: #34565a; font-size: .92rem; line-height: 1.6; }

.method-section { background: var(--navy); color: white; position: relative; overflow: hidden; }
.method-section { padding: 90px 0; }
.method-section::before { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; right: -240px; top: 150px; border: 1px solid rgba(17,165,143,.1); box-shadow: inset 0 0 100px rgba(17,165,143,.03); }
.kicker--light { color: var(--mint); }
.method-section .section-heading { max-width: 760px; display: block; text-align: center; margin: 0 auto 68px; }
.method-section .section-heading .kicker { display: inline-block; }
.method-section .section-heading h2 { font-size: clamp(2.2rem, 3.5vw, 3.35rem); margin-bottom: 0; }
.method-section .section-heading p { color: rgba(255,255,255,.54); }
.method-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 58px; align-items: start; }
.method-list { border-top: 1px solid rgba(255,255,255,.12); }
.method-card { display: grid; grid-template-columns: 42px 1fr 28px; gap: 13px; min-height: 92px; padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.12); align-items: center; cursor: pointer; transition: background .3s ease; }
.method-card:hover, .method-card.is-active { background: linear-gradient(90deg, rgba(17,165,143,.11), transparent); }
.method-card__number { color: var(--teal-bright); font-family: "Manrope"; font-weight: 700; font-size: .72rem; }
.method-card h3 { margin: 0 0 4px; font-size: 1rem; }
.method-card p { margin: 0; color: rgba(255,255,255,.48); font-size: .83rem; line-height: 1.5; }
.method-card__arrow { color: rgba(255,255,255,.3); font-size: 1.1rem; transition: color .3s, transform .3s; }
.method-card.is-active .method-card__arrow, .method-card:hover .method-card__arrow { color: var(--teal-bright); transform: translate(3px,-3px); }
.method-phone-wrap { height: 460px; display: grid; place-items: start center; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(17,165,143,.17); border-radius: 50%; }
.orbit--one { width: 400px; height: 400px; }
.orbit--two { width: 300px; height: 300px; }
.app-phone { position: relative; z-index: 2; width: 250px; height: 500px; border: 8px solid #17353d; background: #f3f0e8; border-radius: 38px; padding: 21px 17px; color: var(--ink); box-shadow: 0 38px 75px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.22); transform: scale(.92); transform-origin: top center; }
.app-phone__speaker { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 70px; height: 15px; background: #17353d; border-radius: 0 0 10px 10px; }
.app-phone__header { display: flex; justify-content: space-between; align-items: center; }
.app-phone__header .brand__mark { transform: scale(.72); transform-origin: left; }
.app-phone__header small { font-size: .54rem; letter-spacing: .14em; font-weight: 800; color: var(--teal); }
.app-phone__content { padding: 40px 8px 0; text-align: center; }
.app-label { color: var(--teal); letter-spacing: .13em; font-weight: 800; font-size: .52rem; }
.app-phone__content h3 { font-size: 1.5rem; line-height: 1.1; margin: 10px 0 21px; min-height: 54px; transition: opacity .2s; }
.sound-wave { display: flex; justify-content: center; align-items: center; gap: 5px; height: 60px; }
.sound-wave i { width: 4px; background: var(--teal-bright); border-radius: 5px; animation: wave 1.15s ease-in-out infinite alternate; }
.sound-wave i:nth-child(1),.sound-wave i:nth-child(9){height:18%}.sound-wave i:nth-child(2),.sound-wave i:nth-child(8){height:33%;animation-delay:.1s}.sound-wave i:nth-child(3),.sound-wave i:nth-child(7){height:55%;animation-delay:.2s}.sound-wave i:nth-child(4),.sound-wave i:nth-child(6){height:78%;animation-delay:.3s}.sound-wave i:nth-child(5){height:95%;animation-delay:.4s}
@keyframes wave { to { transform: scaleY(.45); opacity: .56; } }
.phone-play { margin: 17px auto 13px; width: 58px; height: 58px; border: 0; border-radius: 50%; color: var(--mint); background: var(--navy); box-shadow: 0 12px 30px rgba(7,26,32,.2); cursor: pointer; }
.phone-play span { display: block; margin-left: 3px; }
.phone-play.is-playing span { animation: pulse .8s infinite alternate; }
@keyframes pulse { to { transform: scale(1.25); } }
.app-phone__content > p { color: #4f6769; font-size: .68rem; margin-bottom: 13px; }
.app-phone__progress { height: 4px; background: #d5ddda; border-radius: 5px; }
.app-phone__progress i { display: block; width: 35%; height: 100%; background: var(--teal-bright); border-radius: inherit; }
.app-phone__content > small { display: block; color: #93a09e; font-size: .54rem; margin-top: 13px; }
.streak-card { position: absolute; z-index: 3; bottom: 28px; right: 12px; min-width: 145px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(11,40,46,.86); backdrop-filter: blur(12px); border-radius: 14px; display: flex; gap: 10px; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.32); }
.streak-card > span { font-size: 1.5rem; }
.streak-card strong, .streak-card small { display: block; }
.streak-card strong { font-size: .83rem; }.streak-card small { color: rgba(255,255,255,.46); font-size: .58rem; }

.audience-section { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audience-card { min-height: 310px; padding: 27px; background: rgba(255,255,255,.58); border: 1px solid #d9e0dd; border-radius: 18px; transition: transform .3s, box-shadow .3s, background .3s; }
.audience-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); background: white; }
.audience-card__icon { width: 52px; height: 52px; border-radius: 13px; background: #e2f0eb; display: grid; place-items: center; margin-bottom: 55px; }
.audience-card__icon svg { width: 24px; fill: none; stroke: var(--teal); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.audience-card > span { font-size: .64rem; color: #99a6a3; letter-spacing: .13em; font-weight: 800; }
.audience-card h3 { font-size: 1.08rem; margin: 8px 0 10px; }
.audience-card p { color: var(--ink-soft); font-size: .84rem; line-height: 1.55; margin: 0; }

.pricing-section { background: #082128; color: white; position: relative; overflow: hidden; }
.pricing-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 75%, rgba(17,165,143,.11), transparent 37%); }
.pricing-section .container { position: relative; }
.pricing-section .section-heading p { color: rgba(255,255,255,.54); }
.pricing-section .section-heading h2 { font-size: clamp(2.15rem, 3.45vw, 3.2rem); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: 100%; align-items: start; }
.price-card { padding: 44px 48px; border-radius: 24px; color: var(--ink); background: #f2f0e9; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 36px 90px rgba(0,0,0,.22); position: relative; }
.price-card--featured { margin-top: -10px; background: white; border: 2px solid var(--teal-bright); }
.popular-tag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 6px 18px; border-radius: 30px; background: var(--teal-bright); color: #06221e; white-space: nowrap; font-size: .62rem; letter-spacing: .13em; font-weight: 900; }
.price-card__top > span { color: var(--teal); font-weight: 800; font-size: .62rem; letter-spacing: .16em; }
.price-card__top h3 { font-size: 1.7rem; margin: 5px 0 7px; }
.price-card__top p { color: var(--ink-soft); font-size: .84rem; margin-bottom: 25px; }
.price { border-top: 1px solid #d9dfdc; border-bottom: 1px solid #d9dfdc; padding: 22px 0; }
.price small { display: block; font-family: "DM Sans"; color: #748382; font-size: .72rem; }
.price > div { display: flex; align-items: flex-start; height: 75px; }
.price sup { font-size: .95rem; margin-top: 15px; font-weight: 800; }
.price strong { font-size: 4.5rem; line-height: 1; letter-spacing: -.07em; }
.price > span { display: inline-block; padding: 4px 9px; border-radius: 20px; background: #deebe6; color: var(--teal); font-size: .59rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 29px; min-height: 196px; }
.feature-list li { padding: 7px 0; font-size: .85rem; font-weight: 600; }
.feature-list i { display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #d9eee6; color: var(--teal); margin-right: 8px; font-style: normal; font-size: .65rem; }
.price-card .button { width: 100%; }
.button--outline { border-color: #b8c5c1; color: var(--ink); }
.button--outline:hover { background: var(--navy); border-color: var(--navy); color: white; }
.card-security { margin-top: 14px; display: flex; justify-content: center; align-items: center; gap: 6px; color: #82908e; font-size: .64rem; }
.card-security svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.pricing-trust { margin-top: 50px; display: flex; justify-content: center; gap: 40px; color: rgba(255,255,255,.48); font-size: .72rem; }
.pricing-trust span { display: flex; align-items: center; gap: 7px; }
.pricing-trust svg { width: 18px; fill: none; stroke: var(--teal-bright); stroke-width: 1.6; stroke-linejoin: round; }

.bonus-section { background: var(--paper); }
.bonus-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.bonus-intro { position: sticky; top: 110px; }
.bonus-intro .kicker { display: block; margin-bottom: 18px; }
.bonus-intro h2 { font-size: clamp(2rem,3.4vw,3.25rem); }
.bonus-intro p { color: var(--ink-soft); }
.bonus-value { margin-top: 34px; display: flex; align-items: center; gap: 11px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .76rem; color: #788986; }
.bonus-value strong { color: var(--teal); background: var(--mint); padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .08em; font-size: .65rem; }
.bonus-list article { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 29px 60px 29px 0; border-bottom: 1px solid var(--line); }
.bonus-list article:first-child { border-top: 1px solid var(--line); }
.bonus-list article > span { color: var(--teal-bright); font-family: "Manrope"; font-weight: 800; font-size: .72rem; padding-top: 6px; }
.bonus-list small { position: absolute; top: 32px; right: 0; color: #8a9997; font-size: .67rem; text-decoration: line-through; }
.bonus-list h3 { margin: 0 0 7px; font-size: 1.05rem; }
.bonus-list p { margin: 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.6; }

.guarantee-section { padding-top: 30px; }
.guarantee-card { min-height: 300px; background: var(--teal); color: white; border-radius: var(--radius-xl); padding: 47px 54px; display: grid; grid-template-columns: 170px 1fr auto; gap: 48px; align-items: center; box-shadow: 0 30px 70px rgba(14,118,111,.2); position: relative; overflow: hidden; }
.guarantee-card::after { content: "7"; position: absolute; right: 16%; top: -115px; font-family: "Manrope"; font-weight: 800; font-size: 25rem; line-height: 1; color: rgba(255,255,255,.035); }
.guarantee-seal { position: relative; z-index: 1; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.36); outline: 1px dashed rgba(255,255,255,.35); outline-offset: -9px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.guarantee-seal span { font-family: "Manrope"; font-weight: 800; font-size: 3.4rem; line-height: .9; }
.guarantee-seal strong { font-size: .72rem; letter-spacing: .2em; margin-left: .2em; }.guarantee-seal small { font-size: .52rem; opacity: .62; letter-spacing: .14em; }
.guarantee-copy { position: relative; z-index: 1; max-width: 555px; }
.guarantee-copy h2 { font-size: 2.3rem; margin: 8px 0 14px; }
.guarantee-copy h2 em { color: var(--mint); }
.guarantee-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: .87rem; line-height: 1.65; }
.button--light { position: relative; z-index: 1; background: white; color: var(--teal); white-space: nowrap; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 115px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro .kicker { display: block; margin-bottom: 17px; }
.faq-intro h2 { font-size: 2.8rem; }
.faq-intro p { color: var(--ink-soft); font-size: .85rem; }
.faq-intro a { color: var(--teal); font-weight: 700; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; cursor: pointer; font-family: "Manrope"; font-weight: 700; font-size: .97rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #bdc9c6; border-radius: 50%; position: relative; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; background: var(--teal); left: 8px; right: 8px; top: 13px; height: 1px; transition: transform .25s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { color: var(--ink-soft); font-size: .9rem; line-height: 1.7; padding: 0 48px 24px 0; margin: 0; }

.final-cta { text-align: center; padding: 110px 0 120px; background: var(--cream); }
.brand--center { justify-content: center; margin-bottom: 30px; }
.final-cta h2 { max-width: 810px; margin-inline: auto; }
.final-cta p { color: var(--ink-soft); margin-bottom: 27px; }
footer { background: var(--navy); color: rgba(255,255,255,.46); padding: 31px 0 28px; font-size: .7rem; }
.footer__inner { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; }
.footer__inner p { margin: 0; }
.footer__inner div { display: flex; gap: 24px; }
.footer__inner a { text-decoration: none; }.footer__inner a:hover { color: white; }
.footer__legal { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .62rem; }

.sticky-cta { display: flex; position: fixed; z-index: 50; left: 50%; bottom: 18px; width: 420px; background: rgba(7,26,32,.96); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; padding: 9px 9px 9px 16px; color: white; align-items: center; justify-content: space-between; transform: translate(-50%, 150%); transition: transform .3s; box-shadow: 0 15px 50px rgba(0,0,0,.3); pointer-events: none; }
.sticky-cta.is-visible { transform: translate(-50%, 0); pointer-events: auto; }
.sticky-cta small, .sticky-cta strong { display: block; }.sticky-cta small { color: rgba(255,255,255,.45); font-size: .57rem; text-transform: uppercase; letter-spacing: .1em; }.sticky-cta strong { font-family: "Manrope"; font-size: .84rem; }
.sticky-cta .button { min-height: 47px; padding: 0 17px; font-size: .68rem; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; width: min(360px, calc(100% - 32px)); background: white; box-shadow: 0 20px 60px rgba(0,0,0,.24); border-radius: 14px; padding: 17px; display: flex; gap: 12px; align-items: center; transform: translateY(130%); opacity: 0; transition: .35s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }
.toast > span { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--teal); font-weight: 800; }
.toast p { margin: 0; font-size: .79rem; line-height: 1.35; color: var(--ink-soft); }.toast strong { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .12s; }.reveal--delay-1{transition-delay:.07s}.reveal--delay-2{transition-delay:.14s}.reveal--delay-3{transition-delay:.21s}

@media (min-width: 761px) {
  .hero h1 > span { white-space: nowrap; }
  .contrast-section .section-heading h2 > span { white-space: nowrap; }
}

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .hero__copy { padding-bottom: 35px; max-width: 780px; }
  .hero__visual { width: min(620px, 90%); height: 570px; margin-left: auto; }
  .proof-strip { margin-top: 0; }
  .insight-grid, .bonus-layout { gap: 60px; }
  .method-section .section-heading { max-width: 720px; }
  .method-section .section-heading h2 { margin-bottom: 0; }
  .method-layout { gap: 40px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .guarantee-card { grid-template-columns: 140px 1fr; }
  .guarantee-seal { width: 130px; height: 130px; }
  .guarantee-card .button { grid-column: 2; justify-self: start; }
  .faq-layout { gap: 65px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(2.25rem, 9.5vw, 2.9rem); }
  h2 { font-size: clamp(2.15rem, 9.5vw, 3rem); }
  h1 br, h2 br { display: none; }
  .topbar__inner { min-height: 64px; }.topbar__trust { font-size: .61rem; }.topbar__trust svg { width: 15px; }
  .hero { padding-top: 115px; }
  .hero::before { background-size: 48px 48px; }
  .hero__copy { padding-bottom: 25px; }
  .hero__lead { font-size: .98rem; line-height: 1.65; }
  .hero__actions { display: block; }.hero__actions .button { width: 100%; }.micro-proof { justify-content: center; margin-top: 22px; }
  .hero__trust-row { gap: 12px 16px; }
  .hero__visual { width: 100%; height: 500px; margin: 10px 0 0; }
  .hero-photo > img, .hero-photo__shade { border-radius: 90px 20px 20px 20px; }
  .hero-photo > img { object-position: 55% center; }
  .progress-chip { top: 24px; right: -7px; transform: scale(.85); transform-origin: top right; }
  .phone-card { right: -8px; bottom: 20px; transform: scale(.78) rotate(2deg); transform-origin: bottom right; }
  .confidence-card { left: -7px; bottom: 45px; transform: scale(.78); transform-origin: bottom left; }
  .proof-strip { min-height: 100px; padding: 20px 0; display: block; text-align: center; }.proof-strip__rating { margin-top: 8px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison__header--after { grid-row: 6; }
  .comparison__cell--before { border-right: 0; }
  .comparison__cell--after { grid-column: 1; }
  .comparison__cell:nth-of-type(3) { grid-row: 2 }.comparison__cell:nth-of-type(5) { grid-row: 3 }.comparison__cell:nth-of-type(7) { grid-row: 4 }.comparison__cell:nth-of-type(9) { grid-row: 5 }
  .comparison__cell:nth-of-type(4) { grid-row: 7 }.comparison__cell:nth-of-type(6) { grid-row: 8 }.comparison__cell:nth-of-type(8) { grid-row: 9 }.comparison__cell:nth-of-type(10) { grid-row: 10 }
  .comparison__cell--before { background: rgba(255,255,255,.35); }.comparison__cell--last { border-bottom: 1px solid #dce3e0; }
  .insight-grid, .method-layout, .bonus-layout, .faq-layout { grid-template-columns: 1fr; gap: 52px; }
  .bonus-intro, .faq-intro { position: static; }
  .insight-quote { position: relative; min-height: auto; padding: 34px 26px; }
  .insight-copy > p { font-size: 1rem; }
  .method-phone-wrap { height: 490px; }.method-card { grid-template-columns: 38px 1fr 25px; }
  .orbit--one { width: 410px; height: 410px; }
  .audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: 245px; }.audience-card__icon { margin-bottom: 32px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 38px; }.price-card { padding: 34px 25px; }.price-card--featured { order: -1; }.feature-list { min-height: 0; }
  .pricing-trust { flex-direction: column; align-items: center; gap: 15px; }
  .bonus-list article { padding-right: 45px; }.bonus-value { flex-wrap: wrap; }
  .guarantee-card { padding: 38px 25px; grid-template-columns: 1fr; gap: 27px; text-align: center; }.guarantee-seal { margin-inline: auto; }.guarantee-card .button { grid-column: 1; justify-self: stretch; }.guarantee-copy h2 { font-size: 2rem; }
  .faq-intro h2 { font-size: 2.45rem; }.accordion summary { min-height: 76px; font-size: .9rem; }.accordion details p { padding-right: 0; }
  .footer__inner { display: block; text-align: center; }.footer__inner div { justify-content: center; flex-wrap: wrap; margin-top: 16px; gap: 10px 18px; }
  .sticky-cta { left: 12px; right: 12px; bottom: 12px; width: auto; transform: translateY(150%); }
  .sticky-cta.is-visible { transform: translateY(0); }
  .toast { bottom: 92px; right: 16px; }
  body { padding-bottom: 74px; }
}

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