@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Fraunces:ital,wght@0,700;0,900;1,700&display=swap');
:root{--orange:#EA580C;--orange-lt:#FFF7F0;--ink:#111827;--mid:#374151;--gray:#6B7280;--border:#E5E7EB;--white:#FFFFFF;--green:#15803D;--green-lt:#F0FDF4;--red:#DC2626;--red-lt:#FEF2F2;--radius:12px;--max:680px;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--white);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;}
.container{max-width:var(--max);margin:0 auto;padding:0 20px;}
.hero{background:var(--ink);padding:64px 0 56px;text-align:center;color:var(--white);}
.hero .eyebrow{color:var(--orange);}
.hero .display{color:var(--white);margin-bottom:16px;}
.hero .subhead{color:rgba(255,255,255,0.75);margin-bottom:32px;}
.hero-bullets{text-align:left;margin:0 auto 32px;max-width:520px;}
.hero-bullets li{color:rgba(255,255,255,0.85)!important;}
.display{font-family:'Fraunces',serif;font-weight:900;font-size:clamp(2rem,6vw,3rem);line-height:1.1;letter-spacing:-0.02em;color:var(--ink);margin-bottom:16px;}
.display--white{color:var(--white);}
h2{font-size:clamp(1.4rem,4vw,1.9rem);font-weight:800;line-height:1.2;letter-spacing:-0.01em;}
h3{font-size:1.1rem;font-weight:700;}
.subhead{font-size:clamp(1rem,3vw,1.2rem);color:var(--mid);line-height:1.5;margin-top:16px;}
.subhead--white{color:rgba(255,255,255,0.7);}
.eyebrow{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px;}
.eyebrow--white{color:rgba(255,255,255,0.7);}
.btn{display:inline-block;background:var(--orange);color:var(--white);font-weight:700;font-size:1rem;padding:16px 32px;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;text-align:center;width:100%;transition:background 0.15s,transform 0.1s;}
.btn:hover{background:#c2440a;transform:translateY(-1px);}
.btn--white{background:var(--white);color:var(--orange);}
.btn--white:hover{background:#f3f4f6;}
.btn--outline{background:transparent;border:2px solid var(--orange);color:var(--orange);}
.form-section{padding:48px 0;}
.form-wrap{background:var(--white);border-radius:var(--radius);padding:32px;box-shadow:0 4px 24px rgba(0,0,0,0.08);max-width:480px;margin:0 auto 48px;}
.form-title{font-weight:700;font-size:1.1rem;text-align:center;margin-bottom:6px;}
.form-sub{font-size:0.88rem;color:var(--gray);text-align:center;margin-bottom:20px;}
.section-title{text-align:center;margin-bottom:32px;}
.check-list{list-style:none;display:flex;flex-direction:column;gap:12px;}
.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:1rem;color:var(--mid);}
.check-list li::before{content:"✓";color:var(--orange);font-weight:800;flex-shrink:0;margin-top:2px;}
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.proof-card{background:var(--orange-lt);border:1px solid #FED7AA;border-radius:var(--radius);padding:20px 16px;text-align:center;}
.proof-card .result{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:900;color:var(--orange);}
.proof-card .caption{font-size:0.82rem;color:var(--gray);margin-top:6px;line-height:1.4;}
.proof-note{text-align:center;font-size:0.85rem;color:var(--gray);margin-top:14px;font-style:italic;}
.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.fit-card{border-radius:var(--radius);padding:24px;}
.fit-card--yes{background:var(--green-lt);border:1px solid #BBF7D0;}
.fit-card--no{background:var(--red-lt);border:1px solid #FECACA;}
.fit-card h3{margin-bottom:14px;}
.fit-card--yes h3{color:var(--green);}
.fit-card--no h3{color:var(--red);}
.fit-list{list-style:none;display:flex;flex-direction:column;gap:10px;}
.fit-list li{font-size:0.93rem;color:var(--mid);display:flex;gap:8px;align-items:flex-start;}
.fit-list--yes li::before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0;}
.fit-list--no li::before{content:"✗";color:var(--red);font-weight:800;flex-shrink:0;}
.ben-block{display:flex;align-items:flex-start;gap:20px;background:var(--orange-lt);border-radius:var(--radius);padding:24px;border:1px solid #FED7AA;}
.ben-avatar{width:64px;height:64px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:1.6rem;color:var(--white);flex-shrink:0;font-weight:900;}
.ben-block p{font-size:0.93rem;color:var(--mid);line-height:1.6;}
.ben-block strong{color:var(--ink);}
.video-placeholder{width:100%;aspect-ratio:16/9;background:var(--ink);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:rgba(255,255,255,0.5);font-size:0.9rem;border:2px dashed rgba(255,255,255,0.15);}
.video-placeholder .play{font-size:3rem;color:var(--orange);}
.quiz-step{display:none;}.quiz-step.active{display:block;}
.quiz-q{font-size:1.3rem;font-weight:700;margin-bottom:24px;line-height:1.3;}
.quiz-options{display:flex;flex-direction:column;gap:12px;}
.quiz-option{display:flex;align-items:center;gap:14px;padding:16px 20px;border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:0.97rem;color:var(--mid);background:var(--white);text-align:left;width:100%;transition:all 0.15s;}
.quiz-option:hover{border-color:var(--orange);background:var(--orange-lt);color:var(--ink);}
.quiz-option.selected{border-color:var(--orange);background:var(--orange-lt);color:var(--ink);font-weight:600;}
.quiz-option .opt-letter{width:32px;height:32px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.85rem;flex-shrink:0;}
.quiz-option.selected .opt-letter{background:var(--orange);color:var(--white);}
.quiz-progress{margin-bottom:32px;}
.quiz-progress-bar{height:4px;background:var(--border);border-radius:2px;}
.quiz-progress-fill{height:100%;background:var(--orange);border-radius:2px;transition:width 0.3s;}
.quiz-progress-label{font-size:0.8rem;color:var(--gray);margin-top:6px;}
.quiz-nav{display:flex;gap:12px;margin-top:24px;}
.quiz-nav .btn{width:auto;flex:1;}
.result-box{display:none;text-align:center;padding:40px 0;}
.result-box.active{display:block;}
.result-icon{font-size:3rem;margin-bottom:16px;}
.offer-price{font-family:'Fraunces',serif;font-size:3.5rem;font-weight:900;color:var(--orange);}
.offer-price span{font-size:1.2rem;font-weight:600;color:var(--gray);}
.offer-includes{display:flex;flex-direction:column;gap:16px;margin:24px 0;}
.offer-item{display:flex;align-items:flex-start;gap:14px;padding:16px;background:var(--orange-lt);border-radius:var(--radius);border-left:3px solid var(--orange);}
.offer-item-icon{font-size:1.4rem;flex-shrink:0;}
.offer-item-text h4{font-size:0.95rem;font-weight:700;color:var(--ink);}
.offer-item-text p{font-size:0.88rem;color:var(--gray);margin-top:2px;}
.divider{height:1px;background:var(--border);margin:40px 0;}
.trust{font-size:0.82rem;color:var(--gray);text-align:center;margin-top:10px;}
@media(max-width:600px){.proof-strip{grid-template-columns:1fr;}.fit-grid{grid-template-columns:1fr;}}
