:root{--color-navy:#0b2545;--color-navy-dark:#071a33;--color-navy-light:#13396e;--color-gold:#b08d3f;--color-gold-light:#d8bf85;--color-bg:#f6f7f9;--color-surface:#fff;--color-text:#1c2530;--color-text-muted:#4b5563;--color-border:#dde3ec;--radius:10px;--max-width:1120px;--shadow:0 6px 20px #0b254514;font-size:16px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:Georgia,Times New Roman,serif;line-height:1.6;overflow-x:hidden}a{color:var(--color-navy-light)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.skip-link{background:var(--color-navy);color:#fff;z-index:1000;border-radius:0 0 var(--radius) 0;padding:.75rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.site-header{background:var(--color-navy);color:#fff;z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.site-header .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.85rem;padding-bottom:.85rem;display:flex}.brand{color:#fff;align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand-mark{flex-shrink:0}.brand-name{font-size:1.05rem;font-weight:700;line-height:1.2}.brand-tagline{color:var(--color-gold-light);letter-spacing:.04em;font-size:.7rem;display:block}.main-nav{width:100%}.main-nav ul{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.main-nav a{color:#fff;border-radius:var(--radius);align-items:center;min-height:44px;padding:.4rem .85rem;font-size:.95rem;text-decoration:none;display:inline-flex}.main-nav a:hover,.main-nav a:focus,.main-nav a[aria-current=page]{background:#ffffff24;outline:none}.main-nav a.nav-cta{background:var(--color-gold);color:var(--color-navy-dark);font-weight:700}.main-nav a.nav-cta:hover,.main-nav a.nav-cta:focus{background:var(--color-gold-light)}@media (width>=640px){.site-header .container{flex-wrap:nowrap}.main-nav{width:auto}}.hero{background:linear-gradient(135deg,var(--color-navy) 0%,var(--color-navy-light) 60%,var(--color-navy-dark) 100%);color:#fff;padding:3rem 0}.hero .container{flex-direction:column;gap:1.5rem;display:flex}.hero h1{color:#fff;margin:0 0 .75rem;font-size:1.9rem;line-height:1.25}.hero p{color:#e7edf6;max-width:60ch;font-size:1.05rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-gold-light);margin:0 0 .5rem;font-size:.78rem;font-weight:700}@media (width>=800px){.hero h1{font-size:2.6rem}.hero p{font-size:1.15rem}}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:.7rem 1.4rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-gold);color:var(--color-navy-dark)}.btn-primary:hover,.btn-primary:focus{background:var(--color-gold-light)}.btn-secondary{color:#fff;background:0 0;border-color:#fff9}.btn-secondary:hover,.btn-secondary:focus{background:#ffffff1f}.btn-outline{color:var(--color-navy);border-color:var(--color-navy);background:0 0}.btn-outline:hover,.btn-outline:focus{background:var(--color-navy);color:#fff}.cta-row{flex-wrap:wrap;gap:.9rem;display:flex}.cta-row.spaced{margin-top:1.75rem}.cta-row.centered{justify-content:center}section{padding:2.75rem 0}section.alt{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}h1,h2,h3,h4{color:var(--color-navy-dark);font-family:Georgia,serif}h2{margin-top:0;font-size:1.55rem}h3{font-size:1.15rem}.section-intro{max-width:68ch;color:var(--color-text-muted)}.grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.75rem;display:grid}@media (width>=640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media (width>=860px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.card h3{color:var(--color-navy);margin-top:0}.card p{color:var(--color-text-muted);margin-bottom:0}.check-list{gap:.9rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.check-list li{color:var(--color-text-muted);align-items:flex-start;gap:.7rem;display:flex}.check-list .mark{background:var(--color-gold);width:24px;height:24px;color:var(--color-navy-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.resource-list{gap:1rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.resource-link{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;text-decoration:none;display:flex}.resource-link:hover,.resource-link:focus{border-color:var(--color-gold)}.resource-link .label{color:var(--color-navy-dark);font-size:1.02rem;font-weight:700}.resource-link .desc{color:var(--color-text-muted);margin-top:.2rem;font-size:.92rem;font-weight:400;display:block}.resource-link .arrow{color:var(--color-gold);font-size:1.2rem;font-weight:700}.notice{border:1px solid var(--color-gold-light);border-radius:var(--radius);color:var(--color-text);background:#fdf6e6;margin-top:1.75rem;padding:1rem 1.25rem}.callout{background:var(--color-navy);color:#fff;text-align:center}.callout h2{color:#fff}.callout p{color:#e7edf6;max-width:60ch;margin:0 auto 1.5rem}.form-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:640px;margin-top:1.75rem;padding:1.75rem}.form-field{margin-bottom:1.25rem}.form-field label{color:var(--color-navy-dark);margin-bottom:.4rem;font-weight:700;display:block}.form-field input,.form-field textarea{border:1px solid var(--color-border);width:100%;min-height:44px;color:var(--color-text);background:#fff;border-radius:8px;padding:.7rem .85rem;font-family:inherit;font-size:1rem}.form-field textarea{resize:vertical;min-height:130px}.form-field input:focus,.form-field textarea:focus{outline:3px solid var(--color-gold-light);outline-offset:1px;border-color:var(--color-gold)}.hp-field{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.required-note{color:var(--color-text-muted);margin-top:-.5rem;margin-bottom:1.25rem;font-size:.9rem}.form-status{border-radius:var(--radius);border:1px solid;max-width:640px;padding:1rem 1.25rem}.form-status.success{color:#174f26;background:#ecf7ef;border-color:#8fc49b}.form-status.error{color:#7b2020;background:#fff0f0;border-color:#d9a0a0}.site-footer{background:var(--color-navy-dark);color:#cfd8e6;padding:2.5rem 0 1.75rem}.footer-grid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.site-footer h2{color:#fff;margin-top:0;font-size:1.05rem}.site-footer a{color:#cfd8e6}.site-footer ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.footer-bottom{color:#9aa8bd;border-top:1px solid #ffffff24;margin-top:2rem;padding-top:1.25rem;font-size:.85rem}.page-header{background:linear-gradient(135deg,var(--color-navy) 0%,var(--color-navy-light) 100%);color:#fff;padding:2.5rem 0}.page-header h1{color:#fff;margin:0 0 .6rem;font-size:1.8rem}.page-header p{color:#e7edf6;max-width:62ch;margin:0}@media (width>=800px){.page-header h1{font-size:2.3rem}}
