:root{--red:#e84b4b}.page-hero{background:var(--dark2);border-bottom:.5px solid var(--border);padding:48px 40px 40px}.page-hero h1{font-family:'Unbounded',sans-serif;font-weight:800;font-size:38px;line-height:1.1;letter-spacing:-.5px;margin-bottom:12px}.page-hero h1 em{font-style:normal;color:var(--green)}.page-hero-sub{font-size:15px;color:var(--text2)}.content-wrap{max-width:800px;margin:0 auto;padding:56px 40px}.content-wrap h2{font-family:'Unbounded',sans-serif;font-size:22px;font-weight:700;margin:40px 0 16px}.content-wrap h2:first-child{margin-top:0}.content-wrap p{font-size:15px;color:var(--text2);line-height:1.8;margin-bottom:16px}.content-wrap ul{margin:0 0 16px 20px}.content-wrap ul li{font-size:15px;color:var(--text2);line-height:1.8;margin-bottom:6px}.content-wrap strong{color:var(--text);font-weight:500}.warning-box{background:rgba(232,75,75,.06);border:.5px solid rgba(232,75,75,.25);border-left:3px solid var(--red);border-radius:0 var(--radius) var(--radius) 0;padding:20px 24px;margin:24px 0}.warning-box h3{font-family:'Unbounded',sans-serif;font-size:16px;font-weight:700;margin-bottom:10px;color:var(--red)}.warning-box p{font-size:14px;color:var(--text2);line-height:1.7;margin:0}.quiz-box{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:24px;margin:24px 0}.quiz-box h3{font-family:'Unbounded',sans-serif;font-size:16px;font-weight:700;margin-bottom:14px}.quiz-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:.5px solid var(--border);font-size:14px;color:var(--text2)}.quiz-item:last-child{border-bottom:none}.quiz-item:before{content:'?';width:20px;height:20px;border-radius:50%;background:rgba(200,168,75,.15);color:var(--gold);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.helplines-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.helpline-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:16px 18px}.helpline-name{font-weight:500;font-size:14px;margin-bottom:4px}.helpline-detail{font-size:12px;color:var(--text3);margin-bottom:8px}.helpline-link{font-size:13px;color:var(--gold)}@media (max-width:900px){.page-hero,.content-wrap{padding-left:20px;padding-right:20px}.helplines-grid{grid-template-columns:1fr}}