@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;600;700&display=swap');
:root{--c1:#1c1c2e;--c2:#e03c3c;--c3:#0e0e1a;--c4:#f7f7fa;}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Lato',sans-serif;background:#f7f7fa;color:#0e0e1a;line-height:1.6;}
.disc-bar{background:#1c1c2e;color:rgba(255,255,255,.52);text-align:center;padding:9px 20px;font-size:.78rem;line-height:1.5;}
.disc-bar a{color:#e03c3c;text-decoration:underline;}
nav{background:#f7f7fa;border-bottom:3px solid #1c1c2e;padding:16px 55px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.07);}
.nav-brand{font-family:'Oswald',serif;font-size:1.5rem;font-weight:700;color:#1c1c2e;}
.nav-brand span{color:#e03c3c;}
.nav-sub{font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;color:#6a8090;margin-top:3px;}
.nav-links{display:flex;align-items:center;gap:24px;}
.nav-links a{font-size:.85rem;color:#5a7080;text-decoration:none;font-weight:600;transition:color .15s;}
.nav-links a:hover{color:#1c1c2e;}
.btn-primary{background:#e03c3c;color:#1c1c2e;padding:10px 22px;border-radius:4px;text-decoration:none;font-size:.85rem;font-weight:700;letter-spacing:.02em;transition:background .2s;display:inline-block;}
.btn-primary:hover{opacity:.88;}
.hero{background:#1c1c2e;border-bottom:3px solid #e03c3c;}
.hero-inner{max-width:1100px;margin:0 auto;padding:80px 55px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.hero-eyebrow{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#e03c3c;font-weight:700;margin-bottom:16px;}
.hero-inner h1{font-family:'Oswald',serif;font-size:3.2rem;line-height:1.1;color:#fff;margin-bottom:18px;}
.hero-inner h1 em{font-style:italic;color:#e03c3c;}
.hero-body{font-size:1rem;line-height:1.78;color:rgba(255,255,255,.75);margin-bottom:16px;font-weight:300;}
.hero-disc{font-size:.79rem;color:rgba(255,255,255,.52);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);padding:10px 16px;border-radius:4px;margin-bottom:22px;}
.hero-img{text-align:center;}
.hero-product-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:30px 24px;text-align:center;}
.hp-badge{display:inline-block;background:#e03c3c;color:#1c1c2e;font-size:.72rem;font-weight:700;padding:3px 14px;border-radius:20px;margin-bottom:14px;}
.hp-name{font-family:'Oswald',serif;font-size:1.6rem;color:#fff;margin-bottom:4px;}
.hp-format{font-size:.82rem;color:rgba(255,255,255,.5);margin-bottom:16px;}
.hp-price-row{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:8px;}
.hp-price{font-size:2.8rem;font-weight:700;color:#e03c3c;line-height:1;}
.hp-ps{font-size:.78rem;color:rgba(255,255,255,.4);}
.hp-guar{font-size:.8rem;color:rgba(255,255,255,.5);}
.metrics-strip{background:#0e0e1a;padding:26px 55px;display:flex;justify-content:center;gap:55px;border-bottom:2px solid rgba(255,255,255,.1);flex-wrap:wrap;}
.metric{text-align:center;}
.metric .mv{font-family:'Oswald',serif;font-size:1.9rem;font-weight:700;color:#e03c3c;display:block;line-height:1;}
.metric .ml{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.42);margin-top:4px;}
.quals-wrap{max-width:1060px;margin:0 auto;padding:55px 55px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.qcard{background:#fff;border:1px solid #d0d8e0;border-radius:8px;padding:26px 22px;transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 4px 18px rgba(0,0,0,.07);}
.qcard .qi{font-size:1.6rem;margin-bottom:12px;}
.qcard h3{font-family:'Oswald',serif;font-size:1.1rem;color:#1c1c2e;margin-bottom:8px;}
.qcard p{font-size:.85rem;line-height:1.65;color:#5a7080;}
.qcard.hl{border-left:4px solid #e03c3c;}
.body-section{max-width:800px;margin:0 auto;padding:52px 30px 60px;}
.body-section h2{font-family:'Oswald',serif;font-size:2.2rem;color:#1c1c2e;margin-bottom:16px;}
.body-section p{font-size:.97rem;line-height:1.9;color:#5a7080;margin-bottom:16px;}
.body-section .pull{font-family:'Oswald',serif;font-size:1.45rem;font-style:italic;color:#1c1c2e;border-top:3px solid #e03c3c;border-bottom:3px solid #e03c3c;padding:16px 0;margin:28px 0;line-height:1.3;}
.body-section .affil-note{background:#f7f7fa;border:1px solid #d0d8e0;border-left:4px solid #e03c3c;padding:14px 18px;font-size:.86rem;color:#5a7080;margin:22px 0;font-style:italic;border-radius:0 6px 6px 0;}
.pricing-section{background:#1c1c2e;padding:70px 55px;}
.pricing-section h2{font-family:'Oswald',serif;font-size:2.3rem;color:#fff;text-align:center;margin-bottom:6px;}
.pricing-section .note{text-align:center;color:rgba(255,255,255,.42);font-size:.78rem;font-style:italic;margin-bottom:36px;}
.pkg-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:860px;margin:0 auto 24px;}
.pkg{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:6px;padding:28px 18px;text-align:center;position:relative;}
.pkg.pick{border-color:#e03c3c;background:rgba(255,255,255,.12);}
.pkg .tag{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#e03c3c;color:#1c1c2e;font-size:.68rem;font-weight:700;padding:3px 14px;border-radius:20px;white-space:nowrap;}
.pkg h3{font-family:'Oswald',serif;font-size:1.1rem;color:rgba(255,255,255,.8);margin-bottom:12px;}
.pkg .pv{font-size:2.8rem;font-weight:700;color:#e03c3c;line-height:1;}
.pkg .ps{font-size:.75rem;color:rgba(255,255,255,.42);}
.pkg .pt{font-size:.82rem;color:rgba(255,255,255,.42);margin-bottom:12px;}
.pkg .pf{font-size:.82rem;color:rgba(255,255,255,.65);line-height:1.9;}
.pkg-btn{display:block;margin-top:14px;background:#e03c3c;color:#1c1c2e;padding:11px;border-radius:4px;text-decoration:none;font-weight:700;font-size:.87rem;transition:background .2s;}
.pkg-btn:hover{opacity:.88;}
.guar-note{text-align:center;color:rgba(255,255,255,.45);font-size:.85rem;margin-top:14px;}
.guar-note strong{color:#e03c3c;}
.faq-section{max-width:800px;margin:0 auto;padding:60px 30px;}
.faq-section h2{font-family:'Oswald',serif;font-size:2.1rem;color:#1c1c2e;margin-bottom:28px;}
.faq-item{border-bottom:1px solid #d0d8e0;}
.faq-q{padding:16px 0;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;color:#0e0e1a;font-size:.95rem;}
.faq-q::after{content:'+';color:#e03c3c;font-size:1.2rem;}
.faq-a{padding:0 0 16px;font-size:.9rem;line-height:1.72;color:#5a7080;display:none;}
.faq-item.open .faq-q::after{content:'\2212';}
.faq-item.open .faq-a{display:block;}
.cta-section{background:#f7f7fa;border-top:3px solid #e03c3c;text-align:center;padding:70px 40px;}
.cta-section h2{font-family:'Oswald',serif;font-size:2.3rem;color:#1c1c2e;margin-bottom:14px;}
.cta-section p{color:#5a7080;max-width:520px;margin:0 auto 8px;}
.cta-section .note{font-size:.77rem;font-style:italic;margin-bottom:28px;}
.policy-wrap{max-width:780px;margin:60px auto;padding:0 30px 60px;}
.policy-wrap h1{font-family:'Oswald',serif;font-size:2.3rem;color:#1c1c2e;margin-bottom:24px;border-bottom:3px solid #e03c3c;padding-bottom:12px;}
.policy-wrap h2{font-family:'Oswald',serif;font-size:1.45rem;color:#1c1c2e;margin:28px 0 10px;}
.policy-wrap p{font-size:.95rem;line-height:1.85;color:#5a7080;margin-bottom:12px;}
.policy-wrap ul{margin:10px 0 14px 22px;}
.policy-wrap li{font-size:.93rem;line-height:1.8;color:#5a7080;margin-bottom:6px;}
.policy-wrap .info-box{background:#f7f7fa;border:1px solid #d0d8e0;border-left:4px solid #e03c3c;padding:14px 18px;border-radius:0 6px 6px 0;margin:16px 0;}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;}
.contact-block{background:#fff;border:1px solid #d0d8e0;border-radius:8px;padding:20px;}
.contact-block h3{font-family:'Oswald',serif;font-size:1.1rem;color:#1c1c2e;margin-bottom:10px;}
.contact-block p{font-size:.9rem;color:#5a7080;margin-bottom:5px;line-height:1.55;}
footer{background:#0e0e1a;color:rgba(255,255,255,.4);padding:44px 55px 26px;}
.foot-inner{max-width:1100px;margin:0 auto;}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:28px;}
.foot-brand{font-family:'Oswald',serif;font-size:1.3rem;color:#fff;margin-bottom:10px;}
.foot-brand span{color:#e03c3c;}
.foot-desc{font-size:.8rem;line-height:1.6;margin-bottom:12px;}
.foot-contact-item{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;margin-bottom:6px;line-height:1.5;}
.fci{flex-shrink:0;}
.foot-col h5{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#e03c3c;margin-bottom:12px;}
.foot-col a{display:block;font-size:.82rem;color:rgba(255,255,255,.5);text-decoration:none;margin-bottom:7px;transition:color .15s;}
.foot-col a:hover{color:rgba(255,255,255,.8);}
.foot-mid{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:14px 0;margin-bottom:18px;font-size:.78rem;}
.foot-legal p{font-size:.77rem;line-height:1.65;margin-bottom:8px;}
.foot-legal strong{color:rgba(255,255,255,.6);}
.foot-company{margin-top:12px;font-size:.76rem;color:rgba(255,255,255,.35);}
.foot-company strong{color:rgba(255,255,255,.5);}
@media(max-width:900px){
  .hero-inner,.quals-wrap{grid-template-columns:1fr;}
  .pkg-row{grid-template-columns:1fr;}
  .foot-top{grid-template-columns:1fr;}
  nav{flex-wrap:wrap;padding:12px 20px;}
  .metrics-strip{gap:24px;padding:20px;}
}