/* VeteransAssist — MN Labs · Free forever */

/* Tabler icons — no square/cell backgrounds (fleet standard) */
.ti, .ti:before, .ti:after,
.navbar .ti, .navbar .ti:before, .navbar .ti:after,
.va-hero .ti, .va-hero .ti:before, .va-hero .ti:after,
.audit-page .ti, .audit-page .ti:before, .audit-page .ti:after,
.container .ti, .container .ti:before, .container .ti:after,
[class*=" ti-"]:before, [class*="ti-"]:after {
    font-style: normal !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle;
}
.ti:before, .ti:after { display: inline-block; }

.nav-brand-icon, .nav-icon, .icon-wrap, .icon-box,
.path-card-icon, .rights-card-icon, .va-panel-flag, .va-page-hero-icon,
.va-hero-icon, .va-hero-employer-icon, .card-info-icon, .audit-hero-icon, .audit-guide-icon,
.audit-section-icon, .section-result-icon, .va-free-strip-icon,
.audit-answer-icon {
    display: inline !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    line-height: 1 !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}

:root {
    --navy:#052e16;
    --navy-mid: #14532d;
    --navy-lt: #15803d;
    --red: #b91c1c;
    --red-lt: #dc2626;
    --gold: #4ade80;
    --gold-lt: #86efac;
    --white: #ffffff;
    --off: #f0fdf4;
    --surface: #ffffff;
    --border: #bbf7d0;
    --muted: #4b5563;
    --text: #052e16;
    --shadow: 0 4px 20px rgba(11, 22, 40, 0.08);
    --shadow-lg: 0 16px 48px rgba(11, 22, 40, 0.14);
    --radius: 12px;
    --radius-lg: 18px;
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: var(--font);
    background: var(--off);
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--navy-lt); text-decoration: none; }
.breadcrumb a:hover,
.va-footer a:hover { color: var(--red); }

img { max-width: 100%; display: block; }

.va-quick-card h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.va-quick-card h3 .ti,
.va-band-label .ti,
.path-card h2 .ti,
.va-resource-card h4 .ti {
    flex-shrink: 0;
    line-height: 1;
}

/* ── Free strip ─────────────────────────────────────────────── */

.va-free-strip {
    background: linear-gradient(90deg, #064e3b, #047857);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.va-free-strip-icon {
    font-size: 18px;
    color: #fde68a;
    flex-shrink: 0;
}

/* ── Medal motif ────────────────────────────────────────────── */

.va-medal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a, var(--gold) 45%, #92400e 100%);
    color: var(--navy);
    font-size: 34px;
    box-shadow:
        0 0 0 4px rgba(212, 160, 23, 0.35),
        0 8px 28px rgba(212, 160, 23, 0.45);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.va-medal-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a, var(--gold) 50%, #b45309 100%);
    color: var(--navy);
    font-size: 15px;
    box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.4);
    flex-shrink: 0;
}

.va-medal-lg {
    width: 88px;
    height: 88px;
    font-size: 42px;
    margin: 0 auto 18px;
}

.va-emblem {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.va-emblem-lg { width: 120px; height: 120px; }
.va-emblem-sm { width: 32px; height: 32px; filter: none; }

.va-poppy {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.va-poppy-lg { width: 36px; height: 36px; }

.va-remembrance {
    background: linear-gradient(135deg, #1a0505, #450a0a);
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    border-top: 3px solid #b91c1c;
}

.va-remembrance p { margin: 0; max-width: 560px; line-height: 1.6; }

.va-quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.va-quick-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 3px solid var(--gold);
}

.va-quick-step {
    font-size: 11px;
    font-weight: 800;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.va-quick-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
}

.va-quick-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
    flex: 1;
}

.va-quick-link {
    font-size: 13px;
    font-weight: 800;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.va-quick-link-employer { color: var(--navy-lt); }
.va-quick-link-employer:hover { color: var(--navy); }

.va-quick-card-employer { border-top-color: var(--navy-lt); }
.va-quick-card-employer .va-quick-step { color: var(--navy-lt); }

.va-employer-band {
    background: linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 55%, #1e3a6a 100%);
    color: #fff;
    padding: 48px 0 52px;
    margin-bottom: 0;
}

.va-band-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 28px;
}

.va-band-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 99px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 800;
    color: var(--gold-lt);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.va-band-head h2 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.va-band-head p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

.va-employer-band .va-quick-card {
    border-top-color: var(--navy-lt);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.va-employer-band .va-quick-card h3 { color: var(--navy); }

.va-resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.va-resource-card {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px;
    color: var(--text);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.va-resource-card:hover {
    border-color: var(--navy-lt);
    box-shadow: var(--shadow);
    color: var(--text);
}

.va-resource-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.va-resource-card p { font-size: 12px; color: var(--muted); line-height: 1.5; }

.va-search-wrap {
    max-width: 480px;
    margin: 0 auto 28px;
    position: relative;
}

.va-search-wrap i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 18px;
    pointer-events: none;
}

.va-search {
    width: 100%;
    padding: 12px 14px 12px 44px;
    border: 2px solid var(--border);
    border-radius: 99px;
    font-size: 15px;
    font-family: var(--font);
    outline: none;
    background: #fff;
}

.va-search:focus {
    border-color: var(--navy-lt);
    box-shadow: 0 0 0 3px rgba(35, 70, 128, 0.12);
}

.va-crisis-float {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 150;
    background: linear-gradient(135deg, #7f1d1d, var(--red));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 99px;
    box-shadow: 0 8px 28px rgba(185, 28, 28, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.va-crisis-float:hover { color: #fff; background: linear-gradient(135deg, var(--red-lt), var(--red)); }

@media (max-width: 640px) {
    .va-crisis-float {
        left: 16px;
        right: 16px;
        justify-content: center;
        bottom: 14px;
    }
}

/* ── Nav (mobile burger — desktop uses fleet .navbar in base.html) ── */

.va-nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.va-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
}

.va-nav-toggle.is-open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.va-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.va-nav-toggle.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Layout ─────────────────────────────────────────────────── */

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-section { padding: 56px 0; }

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.breadcrumb a { font-weight: 600; }

.page-header { margin-bottom: 28px; }
.page-header h1 {
    font-size: clamp(26px, 4vw, 34px);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.15;
}
.page-header p { color: var(--muted); font-size: 15px; }

/* ── Hero (home) ────────────────────────────────────────────── */

.va-hero {
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(212, 160, 23, 0.18), transparent),
        linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 55%, #1e3a6e 100%);
    color: #fff;
    padding: 72px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.va-hero-glow {
    position: absolute;
    inset: -20% -10%;
    background:
        radial-gradient(ellipse 50% 40% at 50% 20%, rgba(212, 160, 23, 0.22), transparent 70%),
        radial-gradient(ellipse 60% 50% at 80% 80%, rgba(185, 28, 28, 0.12), transparent 65%);
    pointer-events: none;
    animation: va-hero-glow 14s ease-in-out infinite alternate;
}

@keyframes va-hero-glow {
    0% { opacity: 0.55; transform: scale(1) translateY(0); }
    100% { opacity: 1; transform: scale(1.04) translateY(-8px); }
}

.va-hero-reveal {
    opacity: 0;
    transform: translateY(14px);
    animation: va-hero-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--d, 0ms);
}

@keyframes va-hero-in {
    to { opacity: 1; transform: translateY(0); }
}

.va-hero-emblem {
    animation: va-emblem-glow 4s ease-in-out infinite alternate;
}

@keyframes va-emblem-glow {
    0% { filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 0 rgba(212, 160, 23, 0)); }
    100% { filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 24px rgba(212, 160, 23, 0.35)); }
}

.va-home-crisis {
    background: linear-gradient(90deg, #7f1d1d, var(--red));
    color: #fff;
    border-bottom: 3px solid var(--gold);
}

.va-home-crisis-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
    flex-wrap: wrap;
    font-size: 13px;
}

.va-home-crisis-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    color: #fde68a;
}

.va-home-crisis-item strong { margin-right: 6px; }

.va-home-crisis-item a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.va-home-crisis-item a:hover { color: #fde68a; }

.va-home-crisis-more {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.va-home-crisis-more:hover { color: #fde68a; }

.va-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.va-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .va-hero-glow,
    .va-hero-emblem,
    .va-hero-medal-emoji,
    .va-rights-hero-shimmer,
    .audit-hero-ring,
    .result-score-ring-animate { animation: none; }
    .va-hero-reveal {
        opacity: 1;
        transform: none;
        animation: none;
    }
    .va-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.va-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.va-hero-inner { position: relative; max-width: 780px; margin: 0 auto; }

.va-hero-medal-wrap {
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
}

.va-hero-icon {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: var(--gold-lt);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.va-hero-medal-emoji {
    font-size: 88px;
    line-height: 1;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
    user-select: none;
    animation: va-emblem-glow 4s ease-in-out infinite alternate;
}

.va-hero-employer-icon {
    font-size: 80px;
    line-height: 1;
    color: var(--gold-lt);
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
    user-select: none;
    animation: va-emblem-glow 4s ease-in-out infinite alternate;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.va-hero-salute {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.va-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 99px;
    padding: 8px 18px 8px 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--gold-lt);
}

.va-hero-badge .ti {
    font-size: 16px;
    color: var(--gold-lt);
}

.va-hero h1 {
    font-size: clamp(30px, 5.5vw, 52px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin-bottom: 14px;
}

.va-hero h1 em {
    font-style: normal;
    color: var(--gold-lt);
}

.va-hero-quote {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.88);
    font-style: italic;
    margin-bottom: 12px;
}

.va-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
    max-width: 580px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.va-hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Stats strip ────────────────────────────────────────────── */

.va-stats {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.va-stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.va-stat {
    padding: 22px 16px;
    text-align: center;
    border-right: 1px solid var(--border);
}

.va-stat:last-child { border-right: none; }

.va-stat-val {
    font-size: 28px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 4px;
}

.va-stat-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 640px) {
    .va-stats-inner { grid-template-columns: 1fr 1fr; }
    .va-stat:nth-child(2) { border-right: none; }
    .va-stat { border-bottom: 1px solid var(--border); }
    .va-stat:nth-child(3), .va-stat:nth-child(4) { border-bottom: none; }
}

/* ── Path cards ─────────────────────────────────────────────── */

.path-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}

@media (max-width: 700px) { .path-grid { grid-template-columns: 1fr; } }

.path-card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 36px 32px;
    border: 2px solid transparent;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: var(--text);
    position: relative;
    overflow: hidden;
}

.path-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.path-card.employer-path::before { background: linear-gradient(90deg, var(--navy), var(--navy-lt)); }
.path-card.veteran-path::before { background: linear-gradient(90deg, var(--red), var(--red-lt)); }

.path-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    color: var(--text);
}

.path-card:hover h2 { color: var(--navy); }
.path-card:hover p,
.path-card:hover .path-features { color: #475569; }

.path-card.employer-path:hover { border-color: rgba(35, 70, 128, 0.25); }
.path-card.veteran-path:hover { border-color: rgba(185, 28, 28, 0.25); }

.path-card.employer-path {
    background: linear-gradient(160deg, #f8fafc 0%, #eef3fb 100%);
}



.path-card h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.02em;
}

.path-card h2 .ti {
    font-size: 26px;
    flex-shrink: 0;
    line-height: 1;
}

.employer-path .path-card h2 .ti { color: var(--navy-lt); }
.veteran-path .path-card h2 .ti { color: var(--red); }

.path-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    flex: 1;
}

.path-features {
    list-style: none;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #475569;
    line-height: 1.9;
}

.path-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.path-features i { color: #16a34a; font-size: 14px; margin-top: 3px; flex-shrink: 0; }

.path-cta {
    margin-top: 4px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
}

.employer-path .path-cta { background: var(--navy); color: #fff; }
.veteran-path .path-cta { background: var(--red); color: #fff; }

.path-card:hover .path-cta { color: #fff !important; }
.employer-path:hover .path-cta { background: var(--navy-mid); }
.veteran-path:hover .path-cta { background: var(--red-lt); }



/* ── Section panels ─────────────────────────────────────────── */

.va-panel {
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    text-align: center;
}

.va-panel-gold {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
}

.va-panel h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 12px;
}

.va-panel p { font-size: 15px; color: #475569; line-height: 1.7; }

.va-panel-flag {
    color: var(--navy);
    font-size: 28px;
    margin: 0 auto 12px;
    line-height: 1;
}

/* ── Page hero (subpages) ───────────────────────────────────── */

.va-rights-hero {
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(212, 160, 23, 0.2), transparent),
        linear-gradient(155deg, #7f1d1d 0%, var(--red) 50%, #991b1b 100%);
    color: #fff;
    padding: 64px 24px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.va-rights-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.va-rights-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
}

.va-rights-hero-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.06) 45%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.06) 55%,
        transparent 60%
    );
    background-size: 200% 100%;
    animation: va-rights-shimmer 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes va-rights-shimmer {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}

.va-rights-hero h1 {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin-bottom: 14px;
}

.va-rights-hero h1 em {
    font-style: normal;
    color: var(--gold-lt);
}

.va-rights-hero-stats {
    display: flex;
    justify-content: center;
    gap: 28px 40px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.va-rights-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.va-rights-hero-stat-val {
    font-size: 32px;
    font-weight: 900;
    color: var(--gold-lt);
    line-height: 1;
}

.va-rights-hero-stat-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.72);
}

.va-page-hero {
    padding: 52px 24px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.va-page-hero .va-page-hero-inner { position: relative; z-index: 1; }

.va-page-hero.navy {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
}

.va-page-hero.red {
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(212, 160, 23, 0.22), transparent),
        linear-gradient(155deg, #7f1d1d 0%, var(--red) 55%, #991b1b 100%);
}

.va-page-hero-section {
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, color-mix(in srgb, var(--section-color, var(--navy-lt)) 35%, transparent), transparent),
        linear-gradient(155deg, var(--navy) 0%, color-mix(in srgb, var(--section-color, var(--navy-lt)) 55%, var(--navy-mid)) 100%);
}

.va-page-hero-inner { max-width: 680px; margin: 0 auto; }

.va-page-hero-icon {
    font-size: 30px;
    margin: 0 auto 16px;
    line-height: 1;
}

.va-page-hero .va-medal,
.va-page-hero .va-medal-lg {
    margin-bottom: 16px;
}

.va-page-hero h1,
.va-page-hero p,
.va-page-hero em {
    color: #fff;
}

.va-page-hero h1 {
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.va-page-hero p {
    font-size: 15px;
    opacity: 0.92;
    line-height: 1.7;
}

/* ── Cards ──────────────────────────────────────────────────── */

.card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 24px 28px;
    border: 1px solid var(--border);
}

.card-info {
    background: linear-gradient(135deg, #f0f4ff, #f8fafc);
    border-color: #c7d7f5;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.card-info-icon {
    color: var(--navy);
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
}

/* ── Buttons ────────────────────────────────────────────────── */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    font-family: var(--font);
    cursor: pointer;
    border: none;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
    text-decoration: none;
    line-height: 1;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color: #fff;
    box-shadow: 0 4px 14px rgba(11, 22, 40, 0.2);
}

.btn-primary:hover { color: #fff; }

.btn-danger {
    background: linear-gradient(135deg, var(--red), #7f1d1d);
    color: #fff;
    box-shadow: 0 4px 14px rgba(185, 28, 28, 0.28);
}

.btn-danger:hover { color: #fff; }

.btn-outline {
    background: #fff;
    color: var(--navy);
    border: 2px solid var(--border);
}

.btn-outline:hover { border-color: var(--navy-lt); color: var(--navy-lt); }

.btn-lg { padding: 15px 28px; font-size: 15px; }
.btn-hero-light {
    background: #fff;
    color: var(--navy) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.btn-hero-light:hover {
    color: var(--navy) !important;
    background: #f8fafc;
}

.btn-hero-red,
.btn-hero-red:hover,
.btn-hero-red:focus,
.btn-hero-red:active {
    background: linear-gradient(135deg, var(--red), #991b1b);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 28px rgba(185, 28, 28, 0.35);
}

.btn-hero-red:hover {
    background: linear-gradient(135deg, var(--red-lt), var(--red));
}

.btn-hero-red i { color: var(--gold-lt) !important; }

/* ── Audit form ─────────────────────────────────────────────── */

.audit-page {
    background:
        radial-gradient(ellipse 90% 60% at 50% 0%, rgba(35, 70, 128, 0.06), transparent 55%),
        var(--off);
}

.audit-hero {
    background:
        radial-gradient(ellipse 80% 60% at 50% -20%, rgba(212, 160, 23, 0.28), transparent 55%),
        radial-gradient(ellipse 50% 40% at 85% 80%, rgba(185, 28, 28, 0.12), transparent),
        linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 50%, #1a3260 100%);
    color: #fff;
    padding: 52px 24px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.audit-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.035'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.audit-hero-glow {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 520px;
    height: 280px;
    background: radial-gradient(ellipse, rgba(245, 200, 66, 0.18), transparent 70%);
    pointer-events: none;
}

.audit-hero-inner { position: relative; max-width: 720px; margin: 0 auto; z-index: 1; text-align: center; }

.audit-hero .va-hero-medal-wrap { margin-bottom: 18px; }

.audit-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 99px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gold-lt);
    margin-bottom: 22px;
}

.audit-hero h1 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 900;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
    line-height: 1.1;
}

.audit-hero h1 em {
    font-style: normal;
    color: var(--gold-lt);
}

.audit-hero-lead {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
}

.audit-stats-band {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(11, 22, 40, 0.06);
    margin-bottom: 4px;
}

.audit-stats-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.audit-stat {
    text-align: center;
    padding: 22px 16px;
    border-right: 1px solid var(--border);
}

.audit-stat:last-child { border-right: none; }

.audit-stat-val {
    font-size: 28px;
    font-weight: 900;
    color: var(--navy);
    letter-spacing: -0.03em;
    line-height: 1;
}

.audit-stat-gold .audit-stat-val {
    color: var(--gold);
    font-size: 32px;
}

.audit-stat-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-top: 6px;
}

@media (max-width: 640px) {
    .audit-stats-inner { grid-template-columns: 1fr 1fr; }
    .audit-stat:nth-child(2) { border-right: none; }
    .audit-stat { border-bottom: 1px solid var(--border); }
    .audit-stat:nth-child(3), .audit-stat:nth-child(4) { border-bottom: none; }
}

.audit-shell {
    padding-top: 36px;
    padding-bottom: 72px;
    max-width: 960px;
}

.audit-guide-panel {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 16px;
    margin-bottom: 22px;
}

@media (max-width: 800px) {
    .audit-guide-panel { grid-template-columns: 1fr; }
}

.audit-guide-block {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 22px 24px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.audit-guide-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--navy-lt), var(--gold));
}

.audit-guide-block h2 {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.audit-guide-block p,
.audit-guide-note {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
}

.audit-guide-block:first-child {
    display: block;
}

.audit-guide-scoring {
    background: linear-gradient(135deg, #fffbeb, #fff);
    border-color: #fde68a;
}

.audit-guide-scoring::before {
    background: linear-gradient(90deg, var(--gold), #fde68a);
}

.audit-score-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.audit-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 99px;
}

.audit-pill-yes { background: #dcfce7; color: #15803d; }
.audit-pill-partial { background: #fef9c3; color: #92400e; }
.audit-pill-no { background: #fee2e2; color: #b91c1c; }

.audit-progress-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 22px;
    align-items: center;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 22px 24px;
    margin-bottom: 32px;
    box-shadow: var(--shadow-lg);
    position: sticky;
    top: 66px;
    z-index: 50;
}

@media (max-width: 700px) {
    .audit-progress-card {
        grid-template-columns: 1fr;
        position: static;
    }
}

.audit-progress-ring-wrap {
    display: flex;
    justify-content: center;
}

.audit-progress-ring {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: conic-gradient(
        var(--navy-lt) calc(var(--pct, 0) * 1%),
        #e2e8f0 0
    );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(11, 22, 40, 0.12);
    transition: background 0.4s ease;
}

.audit-progress-ring-inner {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--navy), var(--navy-mid));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.audit-progress-pct {
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    color: var(--gold-lt);
}

.audit-progress-label {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.7;
    margin-top: 3px;
}

.audit-progress-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 8px;
}

.audit-progress-bar {
    background: #e2e8f0;
    border-radius: 99px;
    height: 12px;
    overflow: hidden;
    margin-bottom: 14px;
}

.audit-progress-fill {
    background: linear-gradient(90deg, var(--navy-lt), var(--gold), #16a34a);
    height: 100%;
    border-radius: 99px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    position: relative;
}

.audit-progress-fill::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    animation: audit-shimmer 2.5s ease-in-out infinite;
}

@keyframes audit-shimmer {
    0%, 100% { opacity: 0; transform: translateX(-100%); }
    50% { opacity: 1; transform: translateX(100%); }
}

.audit-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.audit-section-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #f8fafc;
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    transition: all 0.15s;
}

.audit-section-pill:hover {
    border-color: var(--navy-lt);
    background: #fff;
    color: var(--navy);
}

.audit-section-pill-num {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: var(--navy);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.audit-section-pill-text {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audit-section-pill-count {
    font-size: 10px;
    font-weight: 800;
    color: var(--muted);
    background: #e2e8f0;
    padding: 2px 7px;
    border-radius: 99px;
}

.audit-section-pill.is-active {
    border-color: var(--gold);
    background: #fffbeb;
}

.audit-section-pill.is-active .audit-section-pill-num {
    background: var(--gold);
    color: var(--navy);
}

.audit-section-pill.is-complete {
    border-color: #86efac;
    background: #f0fdf4;
}

.audit-section-pill.is-complete .audit-section-pill-num {
    background: #16a34a;
}

.audit-section {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    overflow: hidden;
    margin-bottom: 32px;
    scroll-margin-top: 160px;
    position: relative;
}

.audit-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--gold), var(--navy-lt));
    opacity: 0.85;
}

.audit-section-header {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    padding: 22px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.audit-section-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.audit-section-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--gold-lt);
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.audit-section-header h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.audit-section-header .audit-inline-icon {
    color: var(--gold-lt);
}

.audit-section-ref {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.audit-section-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 120px;
}

.audit-section-progress {
    width: 120px;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 99px;
    overflow: hidden;
}

.audit-section-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--gold-lt), #86efac);
    border-radius: 99px;
    transition: width 0.35s ease;
}

.audit-section-qcount {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gold-lt);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 6px 12px;
    border-radius: 99px;
}

.audit-section-desc {
    padding: 16px 26px;
    background: linear-gradient(90deg, #f8fafc, #fff);
    border-bottom: 1px solid var(--border);
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
    border-left: 4px solid var(--gold);
}

.audit-questions {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}

.audit-question-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px 22px;
    box-shadow: var(--shadow);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.audit-question-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--navy-lt), transparent);
    opacity: 0.4;
    transition: opacity 0.2s;
}

.audit-question-card.is-answered {
    border-color: #c7d7f5;
    box-shadow: 0 6px 24px rgba(35, 70, 128, 0.08);
}

.audit-question-card.is-answered::before { opacity: 1; }

.audit-question-card.answer-yes { border-left: 4px solid #16a34a; }
.audit-question-card.answer-partial { border-left: 4px solid var(--gold); }
.audit-question-card.answer-no { border-left: 4px solid var(--red); }

.audit-q-top {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}

.audit-q-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--navy), var(--navy-lt));
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(11, 22, 40, 0.2);
}

.audit-q-main { flex: 1; min-width: 0; }

.audit-q-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
}

.audit-q-priority {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 99px;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.audit-q-priority-standard {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.audit-q-priority-important {
    background: #fef9c3;
    color: #92400e;
    border: 1px solid #fde68a;
}

.audit-q-priority-critical {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.audit-priority-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 12px;
    font-size: 12px;
    color: #64748b;
}

.audit-priority-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.audit-q-text {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    flex: 1;
    line-height: 1.5;
}

.audit-q-guidance {
    font-size: 13px;
    color: #475569;
    line-height: 1.65;
    margin: 12px 0 10px;
    padding: 12px 14px 12px 16px;
    background: linear-gradient(135deg, #f0f9ff, #fff);
    border: 1px solid #bae6fd;
    border-radius: 10px;
    border-left: 4px solid #0ea5e9;
}

.audit-q-guidance-label {
    font-size: 11px;
    font-weight: 800;
    color: #0369a1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.audit-q-ref {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 0;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.5;
}

.audit-answer-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 640px) {
    .audit-answer-group { grid-template-columns: 1fr; }
}

.audit-answer-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px 8px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 2px solid var(--border);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.2s, color 0.2s;
    user-select: none;
    background: #fff;
    text-align: center;
    position: relative;
}

.audit-glyph {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: var(--muted);
    flex-shrink: 0;
    font-family: inherit;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.audit-answer-main {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.audit-guide-block h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.audit-inline-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

.audit-answer-label {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy);
}

.audit-answer-btn small {
    width: 100%;
    flex-basis: 100%;
    font-size: 10px;
    font-weight: 600;
    color: var(--muted);
    margin-top: 2px;
}

.audit-answer-btn input { display: none; }

.audit-answer-btn.answer-yes:hover {
    border-color: #86efac;
    background: #f0fdf4;
    transform: translateY(-2px);
}
.audit-answer-btn.answer-yes:hover .audit-glyph {
    color: #16a34a;
}

.audit-answer-btn.answer-partial:hover {
    border-color: #fde68a;
    background: #fffbeb;
    transform: translateY(-2px);
}
.audit-answer-btn.answer-partial:hover .audit-glyph {
    color: var(--gold);
}

.audit-answer-btn.answer-no:hover {
    border-color: #fecaca;
    background: #fef2f2;
    transform: translateY(-2px);
}
.audit-answer-btn.answer-no:hover .audit-glyph {
    color: var(--red);
}

.audit-answer-btn.answer-yes:has(input:checked) {
    border-color: #16a34a;
    background: linear-gradient(180deg, #f0fdf4, #dcfce7);
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.18);
}
.audit-answer-btn.answer-yes:has(input:checked) .audit-answer-label { color: #15803d; }
.audit-answer-btn.answer-yes:has(input:checked) .audit-glyph {
    color: #16a34a;
}

.audit-answer-btn.answer-partial:has(input:checked) {
    border-color: var(--gold);
    background: linear-gradient(180deg, #fffbeb, #fef9c3);
    box-shadow: 0 6px 20px rgba(212, 160, 23, 0.18);
}
.audit-answer-btn.answer-partial:has(input:checked) .audit-answer-label { color: #92400e; }
.audit-answer-btn.answer-partial:has(input:checked) .audit-glyph {
    color: #92400e;
}

.audit-answer-btn.answer-no:has(input:checked) {
    border-color: var(--red);
    background: linear-gradient(180deg, #fef2f2, #fee2e2);
    box-shadow: 0 6px 20px rgba(185, 28, 28, 0.15);
}
.audit-answer-btn.answer-no:has(input:checked) .audit-answer-label { color: var(--red); }
.audit-answer-btn.answer-no:has(input:checked) .audit-glyph {
    color: var(--red);
}

.audit-submit-panel {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 24px;
    align-items: start;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 32px 34px;
    margin-top: 8px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.audit-submit-glow {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(212, 160, 23, 0.2), transparent 70%);
    pointer-events: none;
}

.audit-submit-panel > * { position: relative; z-index: 1; }

.audit-submit-features {
    list-style: none;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.audit-submit-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.audit-submit-features .ti {
    color: var(--gold-lt);
    font-size: 16px;
    flex-shrink: 0;
}

@media (max-width: 760px) {
    .audit-submit-panel { grid-template-columns: 1fr; }
}

.audit-submit-copy h2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.audit-submit-copy p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.audit-submit-fields .form-label { color: var(--gold-lt); }

.audit-optional {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.audit-submit-btn {
    width: 100%;
    margin-top: 14px;
    background: linear-gradient(135deg, var(--gold), var(--gold-lt)) !important;
    color: var(--navy) !important;
    font-weight: 900 !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(212, 160, 23, 0.35);
}

.audit-submit-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.audit-resources-panel {
    margin-top: 48px;
    background: linear-gradient(160deg, #f8fafc 0%, var(--surface) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 30px;
    box-shadow: var(--shadow);
    border-top: 3px solid var(--navy-lt);
}

.audit-resources-panel .va-resource-card {
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.audit-resources-panel .va-resource-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.audit-resources-head h2 {
    font-size: 17px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.audit-resources-head p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
}

/* ── Audit result ───────────────────────────────────────────── */

.audit-result-page {
    background:
        radial-gradient(ellipse 90% 60% at 50% 0%, rgba(35, 70, 128, 0.06), transparent 55%),
        var(--off);
}

.audit-result-hero {
    background:
        radial-gradient(ellipse 80% 60% at 50% -20%, rgba(212, 160, 23, 0.28), transparent 55%),
        linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 50%, #1a3260 100%);
    color: #fff;
    padding: 36px 24px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.audit-result-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.audit-result-hero .va-hero-medal-wrap {
    margin-bottom: 14px;
}

.audit-result-body {
    padding-top: 28px;
    padding-bottom: 60px;
}

.result-stats-band {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.result-stats-inner {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.result-stat {
    padding: 20px 16px;
    border-right: 1px solid var(--border);
}

.result-stat:last-child { border-right: none; }

.result-stat-val {
    font-size: 28px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.result-stat-yes { color: #16a34a; }
.result-stat-partial { color: #d97706; }
.result-stat-no { color: var(--red); }

.result-stat-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
    margin-top: 6px;
}

@media (max-width: 640px) {
    .result-stats-inner { grid-template-columns: 1fr 1fr; }
    .result-stat:nth-child(2) { border-right: none; }
    .result-stat { border-bottom: 1px solid var(--border); }
    .result-stat:nth-child(3), .result-stat:nth-child(4) { border-bottom: none; }
}

.result-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 14px 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.result-priority-card {
    background: linear-gradient(135deg, #fffbeb, #fef9c3);
    border: 1px solid #fde68a;
    border-radius: var(--radius-lg);
    padding: 22px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 18px rgba(217, 119, 6, 0.08);
}

.result-priority-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.result-priority-head .ti {
    font-size: 26px;
    color: #d97706;
    flex-shrink: 0;
    margin-top: 2px;
}

.result-priority-head h2 {
    font-size: 17px;
    font-weight: 900;
    color: #78350f;
    margin-bottom: 4px;
}

.result-priority-head p {
    font-size: 13px;
    color: #92400e;
    line-height: 1.5;
}

.result-priority-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.result-priority-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 12px 14px;
}

.result-priority-item .ti {
    font-size: 18px;
    color: #b45309;
    grid-row: span 2;
}

.result-priority-copy strong {
    display: block;
    font-size: 14px;
    color: #78350f;
}

.result-priority-copy span {
    font-size: 12px;
    color: #92400e;
    font-weight: 600;
}

.result-priority-bar {
    grid-column: 2;
    height: 6px;
    background: #fef3c7;
    border-radius: 99px;
    overflow: hidden;
}

.result-priority-fill {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b, #d97706);
    border-radius: 99px;
}

.result-notes-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px 22px;
    margin-bottom: 24px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--navy-lt);
}

.result-notes-card h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 8px;
}

.result-notes-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    white-space: pre-wrap;
}

.result-sections-head {
    margin-bottom: 16px;
}

.result-sections-head h2 {
    font-size: 20px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 4px;
}

.result-sections-head p {
    font-size: 13px;
    color: var(--muted);
}

/* ── Action plan (tick-off) ─────────────────────────────────── */

.audit-result-page .va-result-show,
.audit-result-page .va-action-plan-head,
.audit-result-page .va-action-plan,
.audit-result-page .va-action-item,
.audit-result-page .va-action-all-clear {
    opacity: 1 !important;
    transform: none !important;
}

.va-action-plan-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.va-action-plan-head h2 {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.va-action-plan-head p {
    font-size: 12px;
    color: var(--muted);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.va-action-plan-head .ti {
    color: var(--navy-lt);
    font-size: 15px;
}

.va-action-plan {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.va-action-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 3px solid var(--navy-lt);
    border-radius: var(--radius);
    padding: 14px 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: opacity 0.2s;
}

.va-action-item.completed {
    opacity: 0.58;
}

.va-action-item.completed .va-action-title {
    text-decoration: line-through;
    color: #94a3b8;
}

.va-action-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.va-action-check {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 2px solid #94a3b8;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    margin-top: 2px;
    background: #fff;
    padding: 0;
    color: #fff;
}

.va-action-check:hover {
    border-color: var(--navy-lt);
}

.va-action-check.checked {
    background: #16a34a;
    border-color: #16a34a;
}

.va-action-check .ti {
    font-size: 14px;
    line-height: 1;
}

.va-action-body {
    flex: 1;
    min-width: 0;
}

.va-action-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.va-action-section {
    font-size: 11px;
    font-weight: 800;
    color: var(--navy-lt);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.va-action-section .ti {
    font-size: 14px;
    line-height: 1;
}

.va-action-tag {
    font-size: 10px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}

.va-action-tag-no { background: #fee2e2; color: #b91c1c; }
.va-action-tag-partial { background: #fef9c3; color: #92400e; }

.va-action-ref {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    margin: 4px 0 0;
}

.va-action-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    margin: 6px 0 0;
    line-height: 1.5;
}

.va-action-guidance {
    font-size: 13px;
    color: #475569;
    margin: 8px 0 0;
    line-height: 1.55;
    background: #f8fafc;
    border-radius: 8px;
    padding: 10px 12px;
}

.va-action-all-clear {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #bbf7d0;
    border-radius: var(--radius-lg);
    padding: 24px;
    text-align: center;
    margin-bottom: 28px;
}

.va-action-all-clear .ti {
    font-size: 32px;
    color: #16a34a;
    display: block;
    margin: 0 auto 10px;
}

.va-action-all-clear p {
    font-size: 15px;
    font-weight: 700;
    color: #15803d;
    margin: 0;
}

.breadcrumb-light,
.breadcrumb-light a {
    color: rgba(255, 255, 255, 0.82);
}

.breadcrumb-light a:hover { color: #fff; }

.breadcrumb-light {
    justify-content: center;
    margin-bottom: 24px;
    font-size: 13px;
}

.result-hero {
    background: transparent;
    color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.audit-result-hero .result-hero {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 0 0;
}

.result-score-ring {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: conic-gradient(var(--ring-color, #4ade80) calc(var(--pct, 0) * 1%), rgba(255,255,255,0.12) 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
}

.result-score-ring-animate {
    animation: result-ring-pop 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes result-ring-pop {
    0% { transform: scale(0.88); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}

.result-score-ring::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: var(--navy-mid);
}

.result-score-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.result-score-pct {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.result-score-label { font-size: 11px; opacity: 0.7; margin-top: 2px; }

.result-rating {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 8px;
}

.result-rating.green { color: #4ade80; }
.result-rating.blue { color: #60a5fa; }
.result-rating.amber { color: var(--gold-lt); }
.result-rating.red { color: #f87171; }

.result-summary { opacity: 0.85; font-size: 15px; max-width: 520px; margin: 0 auto; }

.section-result {
    background: var(--surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--navy-lt);
}

.section-result-green { border-left-color: #16a34a; }
.section-result-blue { border-left-color: #2563eb; }
.section-result-amber { border-left-color: var(--gold); }
.section-result-red { border-left-color: var(--red); }

.section-result-header {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    flex-wrap: wrap;
}

.section-result-header:hover { background: #f8fafc; }

.section-result-main {
    flex: 1;
    min-width: 180px;
}

.section-result-bar {
    height: 5px;
    background: #eef2f7;
    border-radius: 99px;
    overflow: hidden;
    margin-top: 6px;
}

.section-result-bar-fill {
    height: 100%;
    border-radius: 99px;
    transition: width 0.4s ease;
}

.section-result-bar-fill.badge-green { background: #16a34a; }
.section-result-bar-fill.badge-blue { background: #2563eb; }
.section-result-bar-fill.badge-amber { background: var(--gold); }
.section-result-bar-fill.badge-red { background: var(--red); }

.section-result-chevron {
    color: #94a3b8;
    font-size: 12px;
    flex-shrink: 0;
}

.section-result-icon {
    color: var(--navy-lt);
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1;
}
.section-result-title { flex: 1; font-weight: 800; font-size: 14px; color: var(--navy); min-width: 140px; }
.section-result-score { font-size: 12px; font-weight: 700; color: var(--muted); }

.section-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 99px;
}

.badge-green { background: #dcfce7; color: #15803d; }
.badge-blue { background: #dbeafe; color: #1d4ed8; }
.badge-amber { background: #fef9c3; color: #92400e; }
.badge-red { background: #fee2e2; color: #b91c1c; }

.section-result-questions { padding: 0 18px 14px; display: none; }
.section-result-questions.open { display: block; }

.q-result-item {
    padding: 11px 0;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
}

.q-result-item:last-child { border-bottom: none; }

.q-answer-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
}

.q-answer-dot.yes { background: #16a34a; }
.q-answer-dot.partial { background: var(--gold); }
.q-answer-dot.no { background: var(--red); }

.q-result-text { color: var(--navy); font-weight: 600; flex: 1; min-width: 0; }
.q-result-pts { font-size: 11px; color: var(--muted); flex-shrink: 0; font-weight: 700; }

.q-answer-pill {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: 99px;
    flex-shrink: 0;
}

.q-answer-pill-yes { background: #dcfce7; color: #15803d; }
.q-answer-pill-partial { background: #fef9c3; color: #92400e; }
.q-answer-pill-no { background: #fee2e2; color: #b91c1c; }

.q-guidance-block {
    padding: 0 0 10px 20px;
    font-size: 12px;
    color: var(--muted);
    border-left: 3px solid #e2e8f0;
    margin-left: 5px;
    padding-left: 14px;
    margin-bottom: 6px;
    line-height: 1.6;
}

.q-ref-block {
    padding: 0 0 10px 20px;
    font-size: 11px;
    color: #94a3b8;
    margin-left: 5px;
    padding-left: 14px;
    margin-bottom: 6px;
    line-height: 1.5;
}

/* ── Rights guide ───────────────────────────────────────────── */

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.rights-card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    color: var(--text);
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
    border: 1px solid var(--border);
}

.rights-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    color: var(--text);
}

.rights-card:hover .rights-card-title { color: var(--navy); }
.rights-card:hover .rights-card-count,
.rights-card:hover .rights-card-body { color: var(--muted); }

.rights-card-top {
    padding: 22px 22px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.rights-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
}

.rights-card-title .ti {
    font-size: 22px;
    flex-shrink: 0;
    line-height: 1;
}

.rights-card-count {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
    font-weight: 600;
}

.rights-card-strip { height: 4px; }

.rights-card-body {
    padding: 14px 22px 22px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
}

.right-item {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 22px 24px;
    border: 1px solid var(--border);
    margin-bottom: 14px;
    border-left: 4px solid var(--navy-lt);
}

.right-item-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.right-item-title i { color: var(--gold); font-size: 16px; margin-top: 2px; }

.right-item-detail {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 10px;
}

.right-item-ref {
    font-size: 11px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 10px;
}

.right-item-action {
    background: #f0f4ff;
    border-left: 3px solid var(--navy-lt);
    padding: 10px 14px;
    font-size: 13px;
    color: var(--navy);
    border-radius: 0 8px 8px 0;
    font-weight: 600;
    line-height: 1.55;
}

.right-item-action strong { color: var(--red); }

/* ── Crisis box ─────────────────────────────────────────────── */

.crisis-box {
    background: linear-gradient(135deg, var(--navy), #1a3260);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    color: #fff;
    box-shadow: var(--shadow-lg);
}

.crisis-box h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.crisis-box-sub {
    opacity: 0.75;
    font-size: 14px;
    margin-bottom: 24px;
}

.crisis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 12px;
}

.crisis-item {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    padding: 16px;
    transition: background 0.15s;
}

.crisis-item:hover { background: rgba(255, 255, 255, 0.11); }

.crisis-name { font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.crisis-desc { font-size: 12px; opacity: 0.7; margin-bottom: 10px; line-height: 1.5; }

.crisis-phone {
    font-size: 15px;
    font-weight: 800;
    color: var(--gold-lt);
    display: block;
    margin-bottom: 4px;
}

.crisis-phone:hover { color: #fff; }

.crisis-avail { font-size: 11px; opacity: 0.55; font-weight: 600; }

.crisis-web {
    font-size: 11px;
    opacity: 0.75;
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    word-break: break-all;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.crisis-web:hover {
    opacity: 1;
    color: #fff;
}

/* ── Forms ──────────────────────────────────────────────────── */

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 6px;
}

.form-input, .form-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid var(--border);
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--font);
    color: var(--text);
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
    outline: none;
}

.form-input:focus, .form-textarea:focus {
    border-color: var(--navy-lt);
    box-shadow: 0 0 0 3px rgba(35, 70, 128, 0.12);
}

.form-textarea { resize: vertical; min-height: 96px; }

/* ── Export / promo box ─────────────────────────────────────── */

.va-promo-box {
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 2px solid #cbd5e1;
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    text-align: center;
    box-shadow: var(--shadow);
}

.va-promo-box h3 {
    font-size: 18px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 8px;
}

.va-export-actions,
.va-result-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.va-result-actions {
    justify-content: center;
}

.va-promo-box p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 20px;
    line-height: 1.55;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Footer ─────────────────────────────────────────────────── */

.va-footer {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.6);
    padding: 40px 24px;
    margin-top: 64px;
}

.va-footer-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.va-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 99px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 800;
    color: var(--gold-lt);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}

.va-footer-lead { font-size: 14px; margin-bottom: 8px; }
.va-footer-note { font-size: 12px; opacity: 0.7; margin-bottom: 16px; }
.va-footer a { color: rgba(255, 255, 255, 0.8); font-weight: 600; }
.va-footer a:hover { color: #fff; }

.va-footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
}

/* ── Utilities ──────────────────────────────────────────────── */

.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }

.flash-list { list-style: none; }
.va-flash-wrap { padding-top: 16px; }

.flash-msg {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #78350f;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.no-print {}

@media print {
    .va-free-strip, .navbar, .va-footer, .no-print { display: none !important; }
    body { background: #fff; }
    .result-hero { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

@media (max-width: 640px) {
    .audit-answer-group, .audit-q-guidance, .audit-q-ref { margin-left: 0; }
    .container { padding: 0 16px; }
    .audit-questions { padding: 8px 16px 16px; }
    .audit-section-header, .audit-section-desc { padding-left: 16px; padding-right: 16px; }
}

/* MN Labs themed back buttons */
.dc-back-btn,.pa-back-btn,.ce-back-btn,.dbs-back-btn,.cr-back-btn,.fca-back-btn,.mn-back-btn,
a.dc-back-btn,a.pa-back-btn,a.ce-back-btn,a.dbs-back-btn,a.cr-back-btn,a.fca-back-btn,a.mn-back-btn{
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  background:linear-gradient(135deg,#091224,#0d9488)!important;
  color:#fff!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;
  padding:10px 20px!important;border-radius:99px!important;margin-bottom:22px!important;
  box-shadow:0 3px 14px rgba(13,148,136,0.28)!important;white-space:nowrap!important;border:0!important
}

/* MN Labs themed back buttons */
.dc-back-btn,.pa-back-btn,.ce-back-btn,.dbs-back-btn,.cr-back-btn,.fca-back-btn,.mn-back-btn,
a.dc-back-btn,a.pa-back-btn,a.ce-back-btn,a.dbs-back-btn,a.cr-back-btn,a.fca-back-btn,a.mn-back-btn{
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  background:linear-gradient(135deg,#160404,#450a0a)!important;
  color:#fff!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;
  padding:10px 20px!important;border-radius:99px!important;margin-bottom:22px!important;
  box-shadow:0 3px 14px rgba(69,10,10,0.28)!important;white-space:nowrap!important;border:0!important
}

/* tool-theme: recovery-emerald — unique palette for this free tool */
.va-free-strip {
  background: linear-gradient(90deg,#14532d,#16a34a) !important;
}
.va-hero {
  background: linear-gradient(155deg,#052e16 0%,#14532d 50%,#166534 100%) !important;
}
.va-hero h1 em,
.va-hero h1 .accent {
  color: #86efac !important;
}
.va-home-crisis {
  background: linear-gradient(90deg,#991b1b,#b91c1c) !important;
}
.va-hero-badge {
  border-color: rgba(255,255,255,.28) !important;
}
.btn-hero-red,
.btn-hero-red:hover,
.btn-hero-red:focus {
  background: linear-gradient(135deg, var(--red), var(--navy-mid)) !important;
  border-color: rgba(255,255,255,.2) !important;
}
.btn-hero-red i {
  color: #86efac !important;
}
.hh-urgent-card.hh-urgent-red {
  border-top-color: var(--red) !important;
}
.va-quick-card {
  border-top-color: var(--gold) !important;
}
.va-quick-step {
  color: var(--navy-lt) !important;
}
.va-resource-card::before {
  background: linear-gradient(90deg, var(--navy), var(--navy-lt)) !important;
}
.hh-section-head .hh-label,
.container .va-band-label {
  background: color-mix(in srgb, var(--navy-lt) 12%, white) !important;
  border-color: color-mix(in srgb, var(--navy-lt) 28%, white) !important;
  color: var(--navy) !important;
}
.hh-filters button[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid)) !important;
}
.hh-num:hover {
  color: var(--red) !important;
}
.hh-urgent-cta,
.hh-call,
.va-quick-link {
  color: var(--red) !important;
}
