*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;background:#1a0508;color:#fff5e6;line-height:1.6}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}
.eyebrow{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:9999px;background:rgba(253,224,71,.12);color:#fde047;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem}
.content-grid,.story,.faq-section{padding:3rem 0}
.cards,.story-grid,.faq-grid{display:grid;gap:1.25rem}
.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.story{background:linear-gradient(180deg,#2a0a10 0%,#1a0508 100%)}
.story-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}
.card,.faq-item{background:rgba(15,2,5,.72);border:1px solid rgba(253,224,71,.12);border-radius:24px;padding:1.5rem;box-shadow:0 18px 50px rgba(0,0,0,.22)}
.card h2,.story h2,.faq-section h2{color:#fde047;margin-bottom:.75rem;font-size:1.45rem}
.card ul,.card ol,.story ol{padding-left:1.15rem;margin:.65rem 0 0}
.card li,.story li{margin:.35rem 0}
.faq-section{background:#24070d}
.faq-section h2{font-size:1.8rem;margin-bottom:1.25rem}
.faq-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.faq-item h3{color:#fff5c8;margin-bottom:.65rem;font-size:1.05rem}
.faq-item p{color:rgba(254,243,199,.85)}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 1.25rem;background:url(assets/hero-bg.jpg) center/cover no-repeat}
.overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.4),rgba(0,0,0,.3),rgba(0,0,0,.7))}
.hero-content{position:relative;z-index:1;max-width:720px;display:flex;flex-direction:column;align-items:center;gap:1.75rem}
.logo{width:min(86vw,560px);height:auto;filter:drop-shadow(0 10px 40px rgba(0,0,0,.6))}
.tagline{font-size:1.05rem;color:#fef3c7;max-width:560px}
.tagline strong{color:#fff}
.accent{color:#fde047;font-weight:700}
.cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:.9rem 2rem;border-radius:9999px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:transform .15s ease;font-size:1rem}
.btn:hover{transform:scale(1.03)}
.btn-yellow{background:linear-gradient(to bottom,#fde047,#f59e0b);color:#7f1d1d;box-shadow:0 8px 24px -6px rgba(245,158,11,.7)}
.btn-red{background:linear-gradient(to bottom,#ef4444,#b91c1c);color:#fffbeb;box-shadow:0 8px 24px -6px rgba(220,38,38,.7);box-shadow:0 0 0 1px rgba(253,224,71,.4) inset,0 8px 24px -6px rgba(220,38,38,.7)}
.age{font-size:.8rem;color:rgba(254,243,199,.7)}
.footer{background:#0f0205;padding:2.5rem 0 1.5rem;border-top:1px solid rgba(253,224,71,.15)}
.foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:1.5rem}
.footer h3{color:#fde047;margin-bottom:.6rem;font-size:1.05rem}
.footer ul{list-style:none}
.footer a{color:#fef3c7;text-decoration:none}
.footer a:hover{color:#fde047;text-decoration:underline}
.footer p{font-size:.9rem;color:rgba(254,243,199,.8)}
.copy{text-align:center;border-top:1px solid rgba(253,224,71,.1);padding-top:1rem;font-size:.85rem}
.content-grid[id],.story[id],.faq-section[id],section[id]{scroll-margin-top:1.5rem}
.legal{padding:3rem 0;background:#1a0508;min-height:70vh}
.legal h1{color:#fde047;margin-bottom:1rem}
.legal h2{color:#fde047;margin:1.5rem 0 .5rem;font-size:1.2rem}
.legal a{color:#fde047}
.notfound{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.notfound h1{font-size:5rem;color:#fde047}
.notfound a{color:#fde047}
