:root{--teal:#0c7c78;--teal-dark:#075b58;--teal-light:#dff4f2;--ink:#17313a;--muted:#5f7379;--surface:#fff;--background:#f3f8f7;--border:#dce8e6;--shadow:0 14px 40px rgba(17,65,70,.10);--radius:20px;--max-width:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--background);line-height:1.6}a{color:var(--teal-dark)}.wrap{width:min(calc(100% - 32px),var(--max-width));margin-inline:auto}.narrow{max-width:760px}.skip-link{position:absolute;left:-9999px;top:12px}.skip-link:focus{left:12px;z-index:999;padding:10px 14px;background:#fff;border-radius:8px}.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:20px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--teal);color:#fff;font-weight:800;font-size:1.25rem}.brand-name{font-size:1.05rem;font-weight:800}.brand-subtitle{color:var(--muted);font-size:.82rem}.header-link{font-weight:700;text-decoration:none}.hero{padding:88px 0 56px}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:center}.eyebrow{color:var(--teal);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin:0 0 12px}h1,h2,h3{line-height:1.15;margin-top:0}h1{font-size:clamp(2.7rem,6vw,5rem);max-width:760px;margin-bottom:22px}h2{font-size:clamp(1.8rem,3.2vw,2.7rem)}h3{font-size:1.3rem}.hero-copy{font-size:1.15rem;color:var(--muted);max-width:680px}.primary-actions,.card-links{display:flex;flex-wrap:wrap;gap:12px}.primary-actions{margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:0 24px;border-radius:14px;text-decoration:none;font-weight:800;transition:transform .15s ease,box-shadow .15s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--teal);color:#fff;box-shadow:0 10px 22px rgba(12,124,120,.24)}.button-secondary{background:var(--surface);border:2px solid var(--teal);color:var(--teal-dark)}.small-note{color:var(--muted);font-size:.92rem;margin-top:18px}.help-card,.resource-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.help-card{padding:32px}.urgent-card{position:relative;overflow:hidden}.urgent-card:before{content:"";display:block;height:6px;background:var(--teal);position:absolute;inset:0 0 auto}.status-dot{width:12px;height:12px;display:inline-block;background:#2baf79;border-radius:50%;margin-bottom:20px;box-shadow:0 0 0 6px rgba(43,175,121,.13)}.text-link{display:inline-block;margin-top:8px;font-weight:800}.section{padding:58px 0 78px}.soft-section{background:var(--teal-light)}.section-heading{margin-bottom:28px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resource-card{padding:26px;min-height:270px;display:flex;flex-direction:column}.resource-card p{color:var(--muted)}.icon{width:52px;height:52px;display:grid;place-items:center;background:var(--teal-light);color:var(--teal-dark);border-radius:14px;font-weight:900;margin-bottom:22px}.card-links{margin-top:auto}.card-links a{font-weight:800}.muted-card{box-shadow:none}.coming-soon{margin-top:auto;color:var(--muted);font-weight:700}.disclaimer{margin-top:24px;padding:18px;border-left:4px solid var(--teal);background:rgba(255,255,255,.62)}.site-footer{background:#0e2f34;color:rgba(255,255,255,.82)}.footer-inner{font-size:.9rem}@media(max-width:820px){.hero{padding-top:56px}.hero-grid,.card-grid{grid-template-columns:1fr}.hero-grid{gap:28px}.resource-card{min-height:230px}}@media(max-width:520px){.wrap{width:min(calc(100% - 22px),var(--max-width))}.header-link,.brand-subtitle{display:none}.button{width:100%}.help-card,.resource-card{padding:22px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:18px 0;gap:3px}}
