:root {
  --ink: #17111a;
  --muted: #69616d;
  --paper: #f8f5f9;
  --white: #fff;
  --plum: #4e156c;
  --plum-dark: #17091e;
  --plum-mid: #2a0e36;
  --lime: #a4ff4f;
  --lime-dark: #77d823;
  --line: #e7e0e9;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 24px 80px rgba(24, 8, 31, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--lime); color: #13210b; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.notice { min-height: 36px; background: var(--lime); color: #15210d; display: flex; align-items: center; justify-content: center; gap: 12px; font: 700 12px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.site-header { height: 78px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: var(--plum-dark); border-bottom: 1px solid rgba(255,255,255,.08); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; color: white; text-decoration: none; font: 800 17px/1 var(--display); letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.brand-mark svg { width: 22px; fill: none; stroke: var(--lime); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 15px; font-weight: 600; transition: color .2s; }
nav a:hover { color: white; }
.header-cta { justify-self: end; color: white; text-decoration: none; font: 700 15px/1 var(--display); border-bottom: 1px solid var(--lime); padding-bottom: 5px; }
.header-cta span { color: var(--lime); margin-left: 6px; }

.hero { min-height: 760px; position: relative; overflow: hidden; padding: 64px clamp(24px, 5vw, 76px) 86px; color: white; background: radial-gradient(circle at 50% 40%, #431454 0, var(--plum-mid) 40%, var(--plum-dark) 75%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); border: 1px solid rgba(164,255,79,.13); }
.hero-glow-one { width: 760px; height: 760px; left: 27%; top: -15%; }
.hero-glow-two { width: 520px; height: 520px; left: 35%; top: 0; }
.hero-grid { width: min(1400px, 100%); margin: auto; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 480px); align-items: center; gap: 24px clamp(40px, 5vw, 80px); }
.hero-grid > * { min-width: 0; }
.section-heading h2, .product-copy h2, .faq-intro h2, .final-cta h2 { margin: 0; font: 800 clamp(52px, 5.2vw, 86px)/.95 var(--display); letter-spacing: -.065em; }
.hero-copy { grid-column: 1 / -1; max-width: 900px; margin: 0 auto 8px; text-align: center; }.hero-copy .eyebrow, .hero-points, .hero-proof { justify-content: center; }
.hero-copy h1 { margin: 0; font: 800 clamp(48px, 5.4vw, 84px)/1 var(--display); letter-spacing: -.05em; }
.hero-copy h1 em { color: var(--lime); }
.hero-worth { margin: 20px 0 0; color: rgba(255,255,255,.85); font: 700 clamp(15px, 1.2vw, 18px)/1.4 var(--display); }.hero-worth s { color: #ff8fa3; }
.hero-lede u { text-decoration-color: var(--lime); text-underline-offset: 3px; font-weight: 700; color: white; }
em { color: var(--lime-dark); font-style: normal; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 9px; font: 700 13px/1 var(--display); letter-spacing: .14em; color: rgba(255,255,255,.62); }
.eyebrow span { width: 24px; height: 1px; background: var(--lime); }
.eyebrow.dark { color: #7d7380; }
.hero-lede { max-width: 700px; margin: 16px auto 28px; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.7; color: rgba(255,255,255,.72); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.hero-points > span { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.85); }
.hero-points svg { width: 20px; height: 20px; padding: 2px; border-radius: 50%; background: rgba(164,255,79,.13); stroke: var(--lime); fill: none; stroke-width: 2.2; }
.hero-proof { margin-top: 28px; display: flex; align-items: center; gap: 14px; }
.proof-faces { display: flex; }
.proof-faces span { width: 38px; height: 38px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--plum-mid); border-radius: 50%; color: #2a1830; background: #e5cbea; font-size: 11px; font-weight: 700; }
.proof-faces span:first-child { margin-left: 0; background: #d7f7bc; }
.proof-faces span:nth-child(2) { background: #d7ddff; }
.proof-faces span:last-child { color: white; background: var(--plum); }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 14px; }.hero-proof small { font-size: 12px; color: rgba(255,255,255,.5); }

.product-stage { width: 100%; min-height: 540px; position: relative; z-index: 2; display: grid; place-items: center; }
.hero-product-art { width: min(82%, 500px); height: auto; display: block; margin: 0 auto; position: relative; z-index: 2; filter: drop-shadow(0 28px 32px rgba(0,0,0,.5)); animation: float 5s ease-in-out infinite; }
.product-halo { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(164,255,79,.16), transparent 66%); border: 1px solid rgba(255,255,255,.09); }
.free-stamp { position: absolute; z-index: 3; right: 4%; top: 2%; width: 105px; height: 105px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #13210b; background: var(--lime); transform: rotate(10deg); box-shadow: 0 15px 45px rgba(90,255,0,.22); }
.free-stamp::after { content: ""; position: absolute; inset: 6px; border: 1px dashed rgba(20,40,10,.45); border-radius: 50%; }
.free-stamp b { font: 800 26px/1 var(--display); }.free-stamp small { margin-top: 5px; font: 700 9px/1 var(--display); letter-spacing: .08em; }
.floating-note { position: absolute; z-index: 4; display: grid; grid-template-columns: 31px auto; grid-template-rows: auto auto; padding: 11px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; background: rgba(24,7,31,.74); backdrop-filter: blur(14px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.floating-note span { grid-row: 1/3; width: 28px; height: 28px; display: grid; place-items: center; align-self: center; border-radius: 50%; color: #17200f; background: var(--lime); font: 800 10px/1 var(--display); }
.floating-note b { font: 700 13px/1.3 var(--display); }.floating-note small { font-size: 11px; color: rgba(255,255,255,.5); }
.note-one { left: 0; bottom: 20%; }.note-two { right: 0; bottom: 8%; }
@keyframes float { 50% { transform: translateY(-12px) rotate(.7deg); } }

.claim-card { position: relative; z-index: 5; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.form-kicker { width: max-content; margin: -45px auto 23px; padding: 9px 16px; border-radius: 999px; color: #18210f; background: var(--lime); font: 800 10px/1 var(--display); letter-spacing: .11em; box-shadow: 0 8px 22px rgba(81,145,24,.25); }
.claim-card h2 { margin: 0; text-align: center; font: 800 29px/1.15 var(--display); letter-spacing: -.04em; }
.claim-card > p { margin: 7px 0 22px; text-align: center; color: var(--muted); font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field { margin-bottom: 12px; }
.field label { display: flex; justify-content: space-between; margin: 0 0 6px; color: #4b424d; font-size: 12px; font-weight: 700; }
.field label small { color: #a39aa5; font-weight: 500; }
.field input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #ded7e1; border-radius: 9px; outline: none; color: var(--ink); background: #fff; font-size: 15px; transition: border .2s, box-shadow .2s; }
.field input::placeholder { color: #aaa2ac; }.field input:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(78,21,108,.09); }.field input[aria-invalid="true"] { border-color: #c83955; }
.field-error { display: block; min-height: 14px; margin-top: 3px; color: #b62440; font-size: 11px; }
.check-row { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; margin: 4px 0 8px; cursor: pointer; color: #574e59; font-size: 12px; line-height: 1.4; }
.check-row.optional { color: #827a84; }.check-row input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #cfc6d2; border-radius: 4px; background: white; }
.custom-check svg { width: 12px; fill: none; stroke: white; stroke-width: 2.5; opacity: 0; }
.check-row input:focus-visible + .custom-check { box-shadow: 0 0 0 3px rgba(78,21,108,.12); }.check-row input:checked + .custom-check { border-color: var(--plum); background: var(--plum); }.check-row input:checked + .custom-check svg { opacity: 1; }
.check-error { margin: -3px 0 5px 28px; }
.submit-button { width: 100%; height: 54px; margin-top: 14px; padding: 0 17px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; cursor: pointer; color: #14200c; background: var(--lime); font: 800 14px/1 var(--display); box-shadow: 0 10px 24px rgba(98,180,29,.2); transition: transform .2s, background .2s; }
.submit-button:hover { transform: translateY(-2px); background: #b3ff70; }.submit-button:disabled { cursor: wait; opacity: .65; }.submit-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.privacy-note { margin: 12px 0 0 !important; display: flex; align-items: center; justify-content: center; gap: 5px; color: #918994 !important; font-size: 11px !important; }.privacy-note svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.success-state { min-height: 380px; text-align: center; padding: 68px 12px 20px; }.success-state[hidden] { display: none; }.success-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: #eaffd7; }.success-icon svg { width: 40px; fill: none; stroke: #5aaa15; stroke-width: 3; }.success-state h3 { margin: 20px 0 7px; font: 800 25px/1 var(--display); }.success-state p { margin: 0 auto 24px; max-width: 260px; color: var(--muted); font-size: 15px; }.success-state button { border: 0; border-bottom: 1px solid var(--plum); color: var(--plum); background: none; cursor: pointer; font-weight: 700; font-size: 13px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px clamp(24px, 6vw, 90px); border-bottom: 1px solid var(--line); background: white; }
.trust-strip > div { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }.trust-strip > div:last-child { border: 0; }
.trust-strip svg { width: 30px; fill: none; stroke: var(--plum); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.trust-strip b, .trust-strip small { display: block; }.trust-strip b { font: 700 14px/1.4 var(--display); }.trust-strip small { color: #918993; font-size: 12px; }

.steps-section { padding: 110px clamp(24px, 7vw, 110px) 120px; }
.section-heading { max-width: 750px; margin: 0 auto 60px; text-align: center; }.section-heading .eyebrow { justify-content: center; }.section-heading h2 { font-size: clamp(42px, 5vw, 68px); }.section-heading > p:last-child { color: var(--muted); font-size: clamp(16px, 1.25vw, 19px); }
.steps-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.step-card { min-height: 300px; position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 17px; background: white; transition: transform .25s, box-shadow .25s; }.step-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(39,20,45,.08); }.step-card.featured { color: white; background: var(--plum-mid); border-color: var(--plum-mid); transform: translateY(-12px); }.step-card.featured:hover { transform: translateY(-17px); }
.step-number { position: absolute; right: 24px; top: 21px; color: #ded5e0; font: 800 34px/1 var(--display); }.featured .step-number { color: rgba(255,255,255,.13); }
.step-icon { width: 65px; height: 65px; display: grid; place-items: center; margin: 23px 0 32px; border-radius: 50%; background: #efffde; }.step-icon svg { width: 31px; fill: none; stroke: #519b14; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.featured .step-icon { background: var(--lime); }.featured .step-icon svg { stroke: #1c2813; }
.step-card h3 { margin: 0 0 10px; font: 800 22px/1.2 var(--display); letter-spacing: -.03em; }.step-card p { margin: 0; max-width: 300px; color: var(--muted); font-size: 15px; line-height: 1.7; }.featured p { color: rgba(255,255,255,.6); }
.popular { position: absolute; top: 0; left: 50%; padding: 5px 11px; border-radius: 0 0 7px 7px; color: #1c2813; background: var(--lime); transform: translateX(-50%); font: 800 9px/1 var(--display); letter-spacing: .1em; white-space: nowrap; }

.get-section { padding: 0 clamp(24px, 7vw, 110px) 120px; }
.get-section .section-heading { margin-bottom: 44px; }
.get-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.get-card { padding: 38px 30px; text-align: center; border: 1px solid var(--line); border-radius: 17px; background: white; transition: transform .25s, box-shadow .25s; }.get-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(39,20,45,.08); }
.get-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: #f1e8f5; }.get-icon svg { width: 40px; fill: none; stroke: var(--plum); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.get-card h3 { margin: 0 0 8px; font: 800 21px/1.2 var(--display); letter-spacing: -.03em; }.get-card p { margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.6; }.get-card p b { color: var(--ink); }
.pill { display: inline-block; padding: 8px 14px; border-radius: 999px; color: var(--plum); background: #f1e8f5; font: 800 11px/1 var(--display); letter-spacing: .1em; }
.reviews-section { padding: 110px clamp(24px, 7vw, 110px); background: white; border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.reviews-section .section-heading { margin-bottom: 28px; }

.reviews-summary-bar { max-width: 860px; margin: 0 auto 50px; padding: 14px 28px; display: flex; align-items: center; justify-content: center; gap: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 4px 18px rgba(39,20,45,.03); }
.summary-stat { display: flex; align-items: center; gap: 10px; }
.summary-stars { color: #f59e0b; letter-spacing: 2px; font-size: 16px; }
.summary-score { font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--ink); }
.summary-score span { color: var(--muted); font-weight: 600; font-size: 13px; }
.summary-divider { width: 1px; height: 26px; background: #ded5e0; }
.summary-meta strong { display: block; font: 700 13px/1.2 var(--display); color: var(--ink); }
.summary-meta small { display: block; color: var(--muted); font-size: 11px; }
.summary-badge { display: inline-flex; align-items: center; gap: 6px; font: 700 12px/1 var(--display); color: #267a0a; background: #eaf8df; padding: 6px 14px; border-radius: 999px; }
.summary-badge svg { width: 15px; height: 15px; flex-shrink: 0; fill: currentColor; }

.carousel-container { max-width: 1240px; margin: 0 auto; position: relative; }
.carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding: 10px 4px 20px; cursor: grab; user-select: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }

.review-card { flex: 0 0 calc((100% - 40px) / 3); min-width: 0; scroll-snap-align: start; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 6px 24px rgba(39,20,45,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(39,20,45,.09); border-color: #d6c9db; }
.review-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.review-stars { color: #f59e0b; letter-spacing: 2px; font-size: 15px; }
.verified-pill { display: inline-flex; align-items: center; gap: 5px; font: 700 11px/1 var(--display); color: #267a0a; background: #eef9e6; border: 1px solid rgba(81,155,20,.2); padding: 4px 9px; border-radius: 999px; }
.verified-pill svg { width: 12px; height: 12px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.review-title { margin: 0 0 10px; font: 800 17px/1.3 var(--display); color: var(--ink); letter-spacing: -.02em; }
.review-card blockquote { flex: 1; margin: 0; color: #4b414e; font-style: normal; font-size: 14.5px; line-height: 1.65; }
.review-selection { margin-top: 16px; padding: 8px 12px; border-radius: 9px; background: #faf6fc; border: 1px dashed #e2d7e6; font-size: 12px; color: #655a6a; }
.review-selection span { font-weight: 700; color: var(--plum); margin-right: 4px; }
.reviewer { margin-top: 18px; padding-top: 14px; border-top: 1px solid #f0eaf2; display: flex; align-items: center; gap: 12px; }
.reviewer > .avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--plum), #7828a3); font: 800 13px/1 var(--display); flex-shrink: 0; }
.reviewer b { display: block; font: 700 14px/1.3 var(--display); color: var(--ink); }
.reviewer small { color: var(--muted); font-size: 12px; }

.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; }
.carousel-btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid #dfd6e2; background: white; color: var(--plum-dark); display: grid; place-items: center; cursor: pointer; box-shadow: 0 4px 14px rgba(39,20,45,.06); transition: all .2s ease; }
.carousel-btn:hover { background: var(--plum-dark); color: white; border-color: var(--plum-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(39,20,45,.18); }
.carousel-btn:active { transform: scale(.95); }
.carousel-btn svg { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.carousel-dots { display: flex; align-items: center; gap: 7px; }
.carousel-dot { width: 9px; height: 9px; border-radius: 999px; background: #dbd2df; border: none; padding: 0; cursor: pointer; transition: all .25s cubic-bezier(.4, 0, .2, 1); }
.carousel-dot:hover { background: #b5a5bc; }
.carousel-dot.is-active { width: 26px; background: var(--plum); }

.product-section { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; color: white; background: var(--plum-dark); overflow: hidden; }
.product-visual { min-height: 620px; position: relative; display: grid; place-items: center; background: radial-gradient(circle, #4b185c 0, #230b2d 52%, #17091e 75%); overflow: hidden; }.product-visual::before { content: "FREE"; position: absolute; left: -15px; bottom: -40px; color: rgba(255,255,255,.025); font: 800 180px/1 var(--display); letter-spacing: -.09em; }
.orbit { position: absolute; border: 1px solid rgba(164,255,79,.12); border-radius: 50%; }.orbit-one { width: 560px; height: 560px; }.orbit-two { width: 380px; height: 380px; }
.opener-art { width: min(62%, 440px); position: relative; z-index: 2; }.opener-art img { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.55)); animation: float 6s ease-in-out infinite; }.material-tag { position: absolute; right: 13%; bottom: 18%; width: 95px; height: 95px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #1b2712; background: var(--lime); transform: rotate(-9deg); }.material-tag b { font: 800 18px/1 var(--display); }.material-tag small { margin-top: 5px; font: 800 8px/1 var(--display); letter-spacing: .09em; }
.product-copy { padding: 110px clamp(40px, 7vw, 110px); align-self: center; }.product-copy h2 { font-size: clamp(48px, 5vw, 75px); }.product-copy > p:not(.eyebrow) { max-width: 500px; margin: 26px 0 30px; color: rgba(255,255,255,.62); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.8; }.product-copy ul { max-width: 450px; margin: 0 0 35px; padding: 0; list-style: none; }.product-copy li b { color: var(--lime); }.product-copy li { display: flex; align-items: baseline; gap: 4px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.85); font-size: 16px; }.product-copy li span { flex: 0 0 44px; color: var(--lime); font: 700 11px/1 var(--display); }.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--lime); color: white; text-decoration: none; font-weight: 700; font-size: 15px; }.text-link span { color: var(--lime); }

.quote-section { min-height: 320px; padding: 75px 7vw; display: grid; grid-template-columns: 220px 1fr; grid-template-rows: 1fr auto; column-gap: 7vw; align-items: center; color: white; background: var(--plum); }.rating { grid-row: 1/3; text-align: center; padding-right: 6vw; border-right: 1px solid rgba(255,255,255,.18); }.rating > * { display: block; }.rating span { color: var(--lime); letter-spacing: 4px; font-size: 18px; }.rating b { margin: 8px 0 2px; font: 800 40px/1 var(--display); }.rating small { color: rgba(255,255,255,.5); font-size: 13px; }.quote-section blockquote { margin: 0; max-width: 940px; font: 600 clamp(24px, 3vw, 43px)/1.35 var(--display); letter-spacing: -.04em; }.quote-section > p { margin: 16px 0 0; color: rgba(255,255,255,.5); font-size: 14px; }

.faq-section { padding: 110px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 120px); }.faq-intro { align-self: start; position: sticky; top: 35px; }.faq-intro h2 { font-size: clamp(46px, 5vw, 68px); }.faq-intro > p:not(.eyebrow) { max-width: 360px; margin: 22px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }.faq-intro > a { color: var(--plum); text-decoration: none; font-weight: 700; font-size: 15px; }.faq-intro > a span { color: #63b81d; margin-left: 7px; }
.faq-list details { border-top: 1px solid #dcd4df; }.faq-list details:last-child { border-bottom: 1px solid #dcd4df; }.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 clamp(17px, 1.35vw, 20px)/1.3 var(--display); }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 28px; height: 28px; position: relative; flex: 0 0 auto; border: 1px solid #cec4d1; border-radius: 50%; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: var(--plum); }.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { margin: -8px 52px 25px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.final-cta { margin: 0 24px 24px; min-height: 400px; padding: clamp(48px, 6vw, 86px); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; border-radius: 22px; color: white; background: radial-gradient(circle at 20% 40%, #542069, #260d31 60%, #16091d); position: relative; overflow: hidden; }.final-cta::after { content: ""; position: absolute; width: 600px; height: 600px; right: -260px; top: -290px; border: 1px solid rgba(164,255,79,.13); border-radius: 50%; }.final-cta h2 { font-size: clamp(48px, 5vw, 72px); }.cta-side { position: relative; z-index: 1; }.cta-side p s { color: #ff8fa3; }.cta-side p { max-width: 420px; margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: clamp(16px, 1.25vw, 19px); }.cta-side a { width: min(100%, 340px); min-height: 62px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; color: #16200f; background: var(--lime); text-decoration: none; font: 800 15px/1 var(--display); }.cta-side small { display: block; margin: 12px 0 0; color: rgba(255,255,255,.4); font-size: 12px; }

footer { min-height: 115px; padding: 28px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: #100615; }.footer-brand { opacity: .85; }footer > p { color: rgba(255,255,255,.35); font-size: 12px; }footer > div { justify-self: end; display: flex; gap: 20px; }footer > div a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 13px; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }.hero-copy { max-width: 720px; }.product-stage { min-height: 460px; }.claim-card { width: min(560px, 100%); margin: 24px auto 0; }.hero { padding-bottom: 90px; }.trust-strip { grid-template-columns: repeat(2, 1fr); row-gap: 15px; }.trust-strip > div:nth-child(2) { border-right: 0; }
  .review-card { flex: 0 0 calc((100% - 20px) / 2); }
}

@media (max-width: 760px) {
  .notice { gap: 8px; font-size: 11px; }.notice span:nth-child(4), .notice span:nth-child(5) { display: none; }.site-header { height: 66px; padding: 0 18px; grid-template-columns: 1fr auto; }.brand { font-size: 16px; }.brand-mark { width: 36px; height: 36px; }nav { display: none; }.header-cta { font-size: 14px; }
  .hero { padding: 54px 18px 75px; }.hero-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-points, .hero-proof { justify-content: center; }.hero-copy h1 { max-width: 100%; font-size: clamp(46px, 13.5vw, 68px); }.hero-lede { margin-left: auto; margin-right: auto; font-size: 17px; }.hero-points > span { font-size: 15px; }.hero-points svg { width: 22px; height: 22px; }.hero-proof strong { font-size: 15px; }.hero-proof small { font-size: 13px; }.eyebrow { font-size: 13px; }.hero-points { margin: auto; }.hero-proof { margin-top: 26px; }.product-stage { min-height: 400px; }.hero-product-art { width: min(80%, 340px); }.free-stamp { width: 96px; height: 96px; right: 5%; }.free-stamp b { font-size: 24px; }.floating-note { transform: none; }.note-one { left: 0; }.note-two { right: 0; }
  .claim-card { padding: 30px 20px; margin-top: 24px; }.claim-card h2 { font-size: 28px; }.claim-card > p { font-size: 15px; }.field label { font-size: 13px; }.field input { height: 52px; font-size: 16px; }.check-row { font-size: 13px; grid-template-columns: 20px 1fr; }.custom-check { width: 20px; height: 20px; }.submit-button { height: 56px; font-size: 15px; }.privacy-note { font-size: 12px !important; }.field-row { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: 1fr; padding: 24px; }.trust-strip > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); padding: 8px 20px 16px; }.trust-strip > div:last-child { border-bottom: 0; }.trust-strip svg { width: 36px; }.trust-strip b { font-size: 16px; }.trust-strip small { font-size: 13px; }
  .steps-section { padding: 80px 18px; }.get-section { padding: 0 18px 80px; }.get-grid { grid-template-columns: 1fr; gap: 14px; }.reviews-section { padding: 80px 18px; }.hero-copy h1 { font-size: clamp(40px, 11vw, 56px); }.hero-worth { font-size: 16px; }.section-heading { margin-bottom: 38px; }.section-heading h2 { font-size: 42px; }.steps-grid { grid-template-columns: 1fr; gap: 14px; }.step-card, .step-card.featured { min-height: 250px; transform: none; }.step-card.featured:hover { transform: translateY(-5px); }.step-icon { width: 72px; height: 72px; margin: 12px 0 24px; }.step-icon svg { width: 36px; }.step-card h3 { font-size: 23px; }.step-card p { font-size: 16px; max-width: 100%; }.section-heading > p:last-child { font-size: 17px; }.step-number { font-size: 38px; }
  .reviews-summary-bar { flex-direction: column; border-radius: 20px; gap: 12px; padding: 18px 20px; text-align: center; }
  .summary-divider { display: none; }
  .review-card { flex: 0 0 86%; padding: 22px; }
  .carousel-controls { gap: 14px; margin-top: 16px; }
  .carousel-btn { width: 40px; height: 40px; }
  .product-section { grid-template-columns: 1fr; }.product-visual { min-height: 420px; }.material-tag { width: 88px; height: 88px; right: 9%; bottom: 15%; }.product-copy { padding: 75px 24px 80px; }.product-copy h2 { font-size: 52px; }.product-copy > p:not(.eyebrow) { font-size: 17px; }.product-copy li { font-size: 16px; }.text-link { font-size: 15px; }
  .quote-section { padding: 60px 24px; grid-template-columns: 1fr; grid-template-rows: auto; text-align: center; }.rating { grid-row: auto; margin: 0 auto 32px; padding: 0 0 25px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); width: 170px; }.quote-section > p { margin-top: 17px; font-size: 14px; }.quote-section blockquote { font-size: 26px; }.rating span { font-size: 20px; }.rating small { font-size: 14px; }
  .faq-section { padding: 80px 22px; grid-template-columns: 1fr; }.faq-intro { position: static; }.faq-intro h2 { font-size: 52px; }.faq-list summary { min-height: 74px; font-size: 17px; }.faq-list summary span { width: 32px; height: 32px; }.faq-list summary span::before, .faq-list summary span::after { left: 9px; right: 9px; top: 15px; }.faq-list details p { margin-right: 0; font-size: 16px; }.faq-intro > p:not(.eyebrow) { font-size: 17px; }.faq-intro > a { font-size: 16px; }
  .final-cta { margin: 0 12px 12px; padding: 58px 24px; grid-template-columns: 1fr; }.final-cta h2 { font-size: 48px; }.cta-side a { width: 100%; min-height: 62px; font-size: 16px; }.cta-side p { font-size: 17px; }.cta-side small { font-size: 13px; }
  footer { grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 42px 20px; text-align: center; }footer > div { justify-self: center; gap: 24px; }footer > p { font-size: 13px; }footer > div a { font-size: 15px; }
}

@media (max-width: 420px) {
  .field-row { grid-template-columns: 1fr; gap: 0; }.hero-points { flex-direction: column; align-items: center; }.product-stage { min-height: 360px; }.floating-note { display: none; }.free-stamp { right: 0; }.claim-card h2 { font-size: 24px; }
  .review-card { flex: 0 0 92%; padding: 20px; }
  .summary-stat { flex-wrap: wrap; justify-content: center; }
}

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