
:root {--rose:#be123c;--rose-soft:#ffe4e6;--border:#e5e7eb;--text:#1f2937;--muted:#6b7280}
body{background:#f8fafc;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.hero-section{background:linear-gradient(135deg,rgba(255,228,230,.96),rgba(255,255,255,.98),rgba(224,242,254,.95))}
.hero-card,.soft-card,.resource-card,.state-card .state-inner,.big-footer,.step-card,.highlight-card,.viewer-shell{background:#fff;border:1px solid var(--border);box-shadow:0 10px 28px rgba(15,23,42,.05);border-radius:1.35rem}
.hero-heart{width:86px;height:86px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--rose-soft);color:var(--rose);font-size:2rem;margin-inline:auto}
.small-kicker{font-size:.81rem;letter-spacing:.08em;text-transform:uppercase;color:var(--rose);font-weight:700}
.text-muted-soft{color:var(--muted)}
.step-card,.highlight-card,.viewer-shell{padding:1.25rem;height:100%}
.step-number{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--rose-soft);color:var(--rose);font-weight:700}
.quick-link-card,.state-card{text-decoration:none;color:inherit;display:block}
.quick-link-card .inner,.state-card .state-inner{padding:1.15rem;height:100%;transition:transform .15s ease,box-shadow .15s ease}
.quick-link-card:hover .inner,.state-card:hover .state-inner,.resource-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(15,23,42,.08)}
.state-name{font-weight:700;color:#111827;margin-bottom:.35rem}.state-link{color:#2563eb;font-size:.95rem}
.big-footer{background:linear-gradient(135deg,#ffffff,#fff7f8,#f8fbff)}
.footer-note{background:rgba(255,255,255,.85);border:1px solid var(--border);border-radius:1rem}
.get-help-bar{background:#fff1f2;border-bottom:1px solid #fecdd3}.get-help-bar strong{color:#9f1239}
.auto-card-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1rem;background:#f3f4f6}
.viewer-embed{width:100%;height:720px;border:0;border-radius:1rem;background:#fff}
@media (max-width: 992px){.viewer-embed{height:560px}}
