*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Atkinson Hyperlegible',sans-serif;background:#eff6ff;color:#1e3a5f}
.inner{max-width:900px;margin:0 auto;padding:0 2rem}
.access-header{background:#1d4ed8;color:#fff;padding:1rem 0}
.access-header .inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.access-header strong{font-size:1.15rem}
.access-header nav{display:flex;gap:1.5rem;flex-wrap:wrap}
.access-header a{color:#bfdbfe;text-decoration:none}
.wide-hero{background:#1e40af;color:#fff;padding:4rem 0}
.wide-hero h1{font-size:2.25rem;margin-bottom:1rem;max-width:700px}
.wide-hero p{opacity:.9;line-height:1.7;max-width:600px}
.wide-block{padding:3.5rem 0}
.wide-block.alt{background:#dbeafe}
.wide-block h2{color:#1d4ed8;margin-bottom:1.25rem;font-size:1.5rem}
.wide-block p{line-height:1.8;margin-bottom:1rem;color:#334155}
.ico-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.ico-list li{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem;border-radius:8px;font-weight:700}
.ico-list .ico{color:#2563eb}
.bars{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}
.bar label{display:block;font-weight:700;margin-bottom:.35rem;color:#1e40af}
.bar .fill{height:12px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:6px}
.commitment{background:#1d4ed8;color:#fff;text-align:center;padding:2.5rem 2rem}
.commitment a{color:#93c5fd}
.pricing{padding:3.5rem 2rem;max-width:900px;margin:0 auto}
.pricing h2{color:#1d4ed8;text-align:center;margin-bottom:2rem}
.tiers{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.tiers article{background:#fff;border:2px solid #bfdbfe;border-radius:12px;padding:2rem}
.tiers .featured{border-color:#2563eb;box-shadow:0 4px 20px rgba(37,99,235,.15)}
.tiers h3{color:#1d4ed8;margin-bottom:.75rem}
.tiers p,.tier-feats{color:#334155;font-size:.95rem;line-height:1.7}
.tier-feats{list-style:none;margin:1rem 0}
.price{font-size:2rem;font-weight:700;color:#1e40af;margin:1rem 0}
.btn{display:inline-block;background:#2563eb;color:#fff;padding:.8rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:700}
.btn-alt{background:#1d4ed8}
.faq{padding:2rem;max-width:700px;margin:0 auto 2rem}
.faq h2{color:#1d4ed8;margin-bottom:1rem}
.faq details{background:#fff;border:2px solid #bfdbfe;border-radius:8px;padding:1rem;margin-bottom:.5rem}
.faq summary{cursor:pointer;font-weight:700;color:#1e40af}
.faq p{margin-top:.5rem;color:#334155}
footer{text-align:center;padding:2rem;color:#64748b}
footer a{color:#2563eb}
@media(max-width:768px){.ico-list,.tiers{grid-template-columns:1fr}}