
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:#0b2341;background:#f5f8fb;line-height:1.6}
.container{max-width:1100px;margin:0 auto;padding:1rem}
header{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:.75rem 0}
.nav-bar{display:flex;align-items:center;justify-content:space-between}
.logo{height:40px}
nav ul{list-style:none;display:flex;gap:1.25rem}
nav a{text-decoration:none;color:#0b2341;font-weight:700}
h1,h2,h3{color:#0b2341;margin:.5rem 0 1rem}
.btn{display:inline-block;padding:.75rem 1.25rem;border-radius:6px;text-decoration:none;font-weight:700}
.btn.primary{background:#0063db;color:#fff;border:0}
.btn.secondary{background:#e6ecf5;color:#0b2341;border:0}
.hero{background:#062d66;color:#fff;text-align:center;padding:3rem 1rem}
.hero h1{font-size:2.3rem;margin-bottom:1rem}
.hero-buttons .btn{margin:.4rem}
.info,.tiers,.mission,.pricing-section,.activity-feed,.billing-section,.dashboard-section,.contact-section,.intake-form-section,.settings-section,.cert-section,.application-section,.about-section{background:#fff;padding:2rem 1rem}
.info-columns,.tier-cards{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem;margin-top:1rem}
.tier-card{background:#f0f4f8;border-radius:10px;padding:1rem;width:260px;box-shadow:0 1px 3px rgba(0,0,0,.05);text-align:center}
footer{background:#062d66;color:#fff;margin-top:2rem}
.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem}
.footer-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.footer-text{font-weight:600}
form input,form select,form textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #cfd6e3;border-radius:6px}
form label{font-weight:700;display:block;margin-top:1rem}
table{width:100%;border-collapse:collapse}
th,td{text-align:left;padding:.6rem;border-bottom:1px solid #e4e9f2}
.mission-icons{display:flex;justify-content:center;gap:2rem;margin-top:1rem;font-weight:700}
.activity-log{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;max-width:760px;margin-left:auto;margin-right:auto}
.activity-item{display:flex;align-items:center;gap:1rem;background:#f5f8fb;padding:1rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.activity-item .time{width:90px;color:#667;flex-shrink:0}
.activity-filters{margin-top:1.25rem;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.billing-grid,.dashboard-grid,.settings-grid,.cert-grid{display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:2rem auto 0}
.billing-card,.dashboard-box,.settings-box,.cert-box,.boxed-section{background:#f5f8fb;padding:2rem;border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.boxed-section{max-width:900px;margin:2rem auto}
.login-body,.thankyou-body{background:#f5f8fb;height:100vh;display:flex;align-items:center;justify-content:center}
.login-container,.thankyou-container{width:100%;max-width:420px;padding:1rem}
.login-box,.thankyou-box{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);text-align:center}
.login-form{display:flex;flex-direction:column;gap:1rem;text-align:left}
.login-options{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}
.full-width{width:100%}
.center{text-align:center}
.tags span{display:inline-block;background:#dfe6f0;padding:.5rem 1rem;margin:.25rem;border-radius:20px;font-weight:700}
