/* ============================================================
   National Mesothelioma Trusts — Design System v2 (FORGE)
   Teams 4, 5, 10, 17, 22, 29, 36 + DesignDNA
   - No icons / emojis (per feedback_minimize_icons.md)
   - Vibrant on dark (per feedback_color_vibrant_not_washed.md)
   - Authority navy + medal gold + signal red
   ============================================================ */

:root {
    --primary:        #1e3a5f;
    --primary-dark:   #0e2541;
    --primary-darker: #081a2f;
    --primary-light:  #eef3fa;
    --primary-bright: #2c5282;

    --accent:         #c5302a;
    --accent-dark:    #9a221d;
    --accent-bright:  #e63946;

    --gold:           #f0c030;
    --gold-bright:    #ffd040;
    --gold-dark:      #b88a14;

    --text:           #1c2730;
    --text-light:     #4a5662;
    --text-muted:     #6b7780;

    --bg:             #ffffff;
    --bg-alt:         #f7f9fb;
    --bg-tint:        #f0f4f9;
    --surface:        #ffffff;
    --border:         #e1e6eb;
    --border-strong:  #c8d0d8;

    --trust-green:    #1f9d55;
    --warm-cream:     #fbf6e9;

    --shadow-sm:      0 1px 2px rgba(14, 37, 65, 0.06);
    --shadow-md:      0 4px 14px rgba(14, 37, 65, 0.08);
    --shadow-lg:      0 12px 32px rgba(14, 37, 65, 0.14);
    --shadow-card:    0 2px 8px rgba(14, 37, 65, 0.06);

    --font-body:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-display:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    --container-max:  1200px;
    --content-max:    760px;

    --radius-sm:      4px;
    --radius:         8px;
    --radius-lg:      12px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
    body { padding-bottom: 80px; }
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.5rem;
}
@media (max-width: 600px) { .container { padding: 0 1.1rem; } }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.18;
    color: var(--primary-dark);
    margin: 1.4em 0 0.4em;
    letter-spacing: -0.015em;
}
h1 { font-size: 2.6rem; letter-spacing: -0.022em; }
h2 { font-size: 2rem; letter-spacing: -0.018em; }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1em; }
a  { color: var(--primary-bright); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--accent); text-decoration: underline; }
strong { font-weight: 700; color: var(--primary-dark); }

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.55rem; }
    h3 { font-size: 1.2rem; }
}

/* ===== HEADER ===== */
.site-header {
    background: var(--primary-dark);
    color: #fff;
    position: relative;
    z-index: 50;
}
.header-top {
    background: var(--primary-dark);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    gap: 1.25rem;
}
.brand {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}
.brand:hover { text-decoration: none; color: #fff; }
.brand-name {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.018em;
    color: #fff;
}
.brand-tag {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 4px;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.header-cta {
    background: var(--accent);
    color: #fff;
    padding: 0.65rem 1.15rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    line-height: 1.1;
    transition: background 0.15s, transform 0.1s;
    min-height: 46px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-cta:hover { background: var(--accent-dark); color: #fff; text-decoration: none; }
.header-cta-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    opacity: 0.92;
}
.header-cta-num { font-size: 1rem; font-weight: 800; white-space: nowrap; }

/* Hamburger */
.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--radius-sm);
    width: 46px;
    height: 46px;
    padding: 12px 10px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}
.nav-toggle-bar {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle.is-open .nav-toggle-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle.is-open .nav-toggle-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Primary nav row */
.primary-nav {
    background: var(--primary);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 3px solid var(--gold);
}
.primary-nav-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
}
.primary-nav a {
    color: #e3ebf5;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.85rem 1.05rem;
    transition: color 0.15s, background 0.15s, border-color 0.15s;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.005em;
}
.primary-nav a:hover {
    color: #fff;
    background: rgba(255,255,255,0.04);
    border-bottom-color: var(--gold);
    text-decoration: none;
}
.primary-nav .nav-divider {
    flex: 1 1 auto;
    min-width: 1rem;
}
.primary-nav .nav-cta {
    color: var(--gold);
    font-weight: 700;
}
.primary-nav .nav-cta:hover { color: var(--gold-bright); background: rgba(240,192,48,0.08); }
.primary-nav a.is-active {
    color: #fff;
    background: rgba(255,255,255,0.06);
    border-bottom-color: var(--gold);
}
.primary-nav a.nav-cta.is-active { color: var(--gold-bright); background: rgba(240,192,48,0.12); }

@media (max-width: 960px) {
    .nav-toggle { display: flex; }
    .header-inner { flex-wrap: nowrap; }
    .brand-name { font-size: 1.1rem; }
    .brand-tag { display: none; }
    .header-cta { padding: 0.5rem 0.8rem; }
    .header-cta-label { display: none; }
    .header-cta-num { font-size: 0.92rem; }

    .primary-nav { display: none; }
    .primary-nav.is-open {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        box-shadow: var(--shadow-lg);
    }
    .primary-nav.is-open .primary-nav-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 0;
    }
    .primary-nav.is-open a {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        font-size: 1rem;
    }
    .primary-nav.is-open .nav-divider { display: none; }
    body.nav-open { overflow: hidden; }
}

/* ===== LEGAL BANNER ===== */
.legal-banner {
    background: var(--primary-darker);
    color: #c5d0de;
    font-size: 0.78rem;
    text-align: center;
    padding: 0.5rem 1rem;
    line-height: 1.4;
}
.legal-banner strong { color: #fff; }

/* ===== HERO ===== */
.hero {
    background:
        linear-gradient(135deg, rgba(8,26,47,0.96) 0%, rgba(14,37,65,0.92) 45%, rgba(30,58,95,0.85) 100%),
        url('/img/hero-money.jpg') center right / cover no-repeat,
        var(--primary-dark);
    color: #fff;
    padding: 4.5rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 80% 0%, rgba(240,192,48,0.12) 0%, rgba(240,192,48,0) 60%),
        radial-gradient(ellipse 70% 90% at 0% 50%, rgba(8,26,47,0.55) 0%, rgba(8,26,47,0) 70%);
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 90%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 40%);
    pointer-events: none;
}
@media (max-width: 768px) {
    .hero {
        background:
            linear-gradient(135deg, rgba(8,26,47,0.97) 0%, rgba(14,37,65,0.95) 100%),
            url('/img/hero-money-mobile.jpg') center right / cover no-repeat,
            var(--primary-dark);
    }
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1.1rem;
    padding-left: 2.5rem;
    position: relative;
}
.hero-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2rem;
    height: 2px;
    background: var(--gold);
}
.hero h1 {
    color: #fff;
    margin: 0 0 1.4rem;
    font-size: 3rem;
    line-height: 1.08;
    letter-spacing: -0.025em;
    max-width: 16ch;
}
.hero h1 .gold { color: var(--gold-bright); }
.hero p.lead {
    font-size: 1.18rem;
    color: #d8e1ec;
    line-height: 1.55;
    max-width: 56ch;
    margin: 0 0 2rem;
}
.hero strong,
.hero p strong,
.hero .lead strong {
    color: #fff;
    font-weight: 700;
}
.hero .gold-text { color: var(--gold-bright); font-weight: 700; }
.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #d8e1ec;
    font-size: 0.92rem;
    font-weight: 500;
}
.hero-trust-item .check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(240,192,48,0.18);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.8rem;
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .hero { padding: 3rem 0 3.5rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 2.25rem; }
    .hero h1 { font-size: 2.2rem; max-width: 100%; }
    .hero p.lead { font-size: 1.05rem; }
}
@media (max-width: 600px) {
    .hero { padding: 2.5rem 0 3rem; }
    .hero h1 { font-size: 1.85rem; }
    .hero-trust-row { gap: 0.75rem 1.5rem; padding-top: 1.25rem; margin-top: 1.5rem; }
    .hero-trust-item { font-size: 0.85rem; }
}

/* ===== INTAKE FORM CARD (hero) ===== */
.intake-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 50px rgba(8, 26, 47, 0.30), 0 4px 12px rgba(8, 26, 47, 0.18);
    padding: 2rem 1.85rem 1.85rem;
    color: var(--text);
    position: relative;
    border-top: 4px solid var(--gold);
}
.intake-card-eyebrow {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin-bottom: 0.5rem;
}
.intake-card h2 {
    margin: 0 0 0.4rem;
    font-size: 1.45rem;
    color: var(--primary-dark);
    line-height: 1.2;
}
.intake-card .reviewer-line {
    font-size: 0.88rem;
    color: var(--text-light);
    margin: 0 0 1.4rem;
    line-height: 1.5;
}
.intake-card .reviewer-line strong { color: var(--primary-dark); }

.form-field { margin-bottom: 0.95rem; }
.form-field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 0.35rem;
    letter-spacing: 0.01em;
}
.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 0.72rem 0.85rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--text);
    transition: border-color 0.15s, box-shadow 0.15s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--primary-bright);
    box-shadow: 0 0 0 3px rgba(44,82,130,0.18);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.btn-submit {
    width: 100%;
    background: linear-gradient(180deg, var(--accent-bright) 0%, var(--accent) 100%);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    padding: 0.95rem 1.5rem;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: filter 0.15s, transform 0.1s, box-shadow 0.15s;
    margin-top: 0.4rem;
    letter-spacing: 0.005em;
    box-shadow: 0 4px 10px rgba(197,48,42,0.25);
}
.btn-submit:hover { filter: brightness(1.08); box-shadow: 0 6px 14px rgba(197,48,42,0.32); }
.btn-submit:active { transform: translateY(1px); }
.btn-submit.loading { background: var(--text-muted); cursor: wait; }

.form-disclaimer {
    font-size: 0.74rem;
    color: var(--text-muted);
    margin: 0.85rem 0 0;
    text-align: center;
    line-height: 1.5;
}

.form-error-block,
.intake-card .form-error-block {
    background: #fdecea;
    color: var(--accent-dark);
    padding: 0.75rem 0.9rem;
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--accent);
    margin-bottom: 1rem;
    font-size: 0.88rem;
}

/* Honeypot */
.hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* ===== STATS BAR ===== */
.trust-stats {
    background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%);
    border-bottom: 1px solid var(--border);
    padding: 2.5rem 0;
}
.trust-stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.trust-stats-inner > div {
    text-align: center;
    padding: 0.5rem 1rem;
    position: relative;
}
.trust-stats-inner > div + div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, var(--border-strong) 50%, transparent 100%);
}
.trust-stats .stat-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary-dark);
    display: block;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 0.35rem;
}
.trust-stats .stat-num .accent { color: var(--accent); }
.trust-stats .stat-num .gold {
    color: var(--gold-dark);
    font-size: 0.55em;
    font-weight: 700;
    margin-left: 0.18em;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    vertical-align: 0.18em;
}
.trust-stats .stat-label {
    font-size: 0.78rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
@media (max-width: 800px) {
    .trust-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 0; }
    .trust-stats-inner > div:nth-child(3)::before { display: none; }
    .trust-stats .stat-num { font-size: 1.95rem; }
}
@media (max-width: 460px) {
    .trust-stats-inner { grid-template-columns: 1fr; gap: 1.25rem; }
    .trust-stats-inner > div::before { display: none !important; }
}

/* ===== SECTION SCAFFOLDING ===== */
.section { padding: 4.5rem 0; }
.section.section-tight { padding: 3rem 0; }
.section.section-alt { background: var(--bg-alt); }
.section h2 { margin-top: 0; }

.section-eyebrow {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0 0 0.75rem;
    display: block;
}
.section-heading {
    font-size: 2.1rem;
    margin: 0 0 0.5rem;
    color: var(--primary-dark);
}
.section-sub {
    font-size: 1.08rem;
    color: var(--text-light);
    max-width: 60ch;
    margin: 0 0 2.25rem;
    line-height: 1.55;
}
@media (max-width: 768px) {
    .section { padding: 3rem 0; }
    .section-heading { font-size: 1.65rem; }
    .section-sub { font-size: 1rem; margin-bottom: 1.75rem; }
}

/* ===== HOMEPAGE: SECTION BROWSER (numbered cards, NO icons) ===== */
.section-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0 0 1rem;
}
.section-nav-card {
    display: block;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.4rem 1.25rem 1.25rem;
    text-decoration: none;
    color: var(--text);
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
    position: relative;
    overflow: hidden;
}
.section-nav-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--gold);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.25s ease-out;
}
.section-nav-card:hover {
    border-color: var(--primary-bright);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    color: var(--text);
    text-decoration: none;
}
.section-nav-card:hover::before { transform: scaleY(1); }
.section-nav-num {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--gold-dark);
    letter-spacing: 0.18em;
    margin: 0 0 0.5rem;
}
.section-nav-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1.1rem;
    color: var(--primary-dark);
    line-height: 1.25;
}
.section-nav-card p {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.5;
}
.section-nav-arrow {
    color: var(--primary-bright);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.section-nav-card:hover .section-nav-arrow { color: var(--accent); }

.section-nav-card.is-cta {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: var(--primary-dark);
    color: #fff;
}
.section-nav-card.is-cta::before { background: var(--gold-bright); transform: scaleY(1); }
.section-nav-card.is-cta .section-nav-num { color: var(--gold-bright); }
.section-nav-card.is-cta h3 { color: #fff; }
.section-nav-card.is-cta p { color: #cdd8e6; }
.section-nav-card.is-cta .section-nav-arrow { color: var(--gold-bright); }
.section-nav-card.is-cta:hover {
    color: #fff;
    box-shadow: 0 12px 28px rgba(14,37,65,0.35);
    transform: translateY(-3px);
}

@media (max-width: 1100px) { .section-nav-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .section-nav-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } }
@media (max-width: 460px)  { .section-nav-grid { grid-template-columns: 1fr; } }

/* ===== HOW IT WORKS (3 steps) ===== */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0;
    counter-reset: step;
}
.step-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    text-align: left;
}
.step-card .step-num {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--gold-dark);
    line-height: 1;
    margin-bottom: 0.85rem;
    letter-spacing: -0.02em;
}
.step-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    color: var(--primary-dark);
}
.step-card p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.55;
}
@media (max-width: 800px) {
    .steps-grid { grid-template-columns: 1fr; gap: 1rem; }
}

/* ===== FEATURED TRUSTS (homepage) ===== */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    margin: 0 0 2rem;
}
.trust-grid-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem 1.4rem 1.1rem;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
    position: relative;
}
.trust-grid-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--primary-bright);
    border-radius: var(--radius) 0 0 var(--radius);
}
.trust-grid-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: var(--primary-bright);
}
.trust-grid-card a {
    text-decoration: none;
    color: var(--primary-dark);
    display: block;
}
.trust-grid-card a:hover { color: var(--primary-bright); text-decoration: none; }
.trust-grid-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.08rem;
    line-height: 1.25;
}
.trust-grid-card .meta {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.45;
}
.trust-grid-card .badge-row {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}
.trust-badge {
    display: inline-block;
    background: var(--bg-tint);
    color: var(--primary-dark);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.18rem 0.55rem;
    border-radius: 3px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.trust-badge.gold { background: rgba(240,192,48,0.18); color: var(--gold-dark); }
.trust-badge.green { background: rgba(31,157,85,0.12); color: var(--trust-green); }
.trust-badge.navy { background: var(--primary-dark); color: #fff; }

/* ===== TOOLS GRID (homepage) ===== */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0 0 2rem;
}
.tool-card {
    display: block;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    text-decoration: none;
    color: var(--text);
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.tool-card:hover {
    border-color: var(--primary-bright);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    text-decoration: none;
}
.tool-card .tool-eyebrow {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.55rem;
    display: block;
}
.tool-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1.18rem;
    color: var(--primary-dark);
}
.tool-card p {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.5;
}
.tool-card .tool-arrow {
    color: var(--primary-bright);
    font-size: 0.85rem;
    font-weight: 700;
}
.tool-card:hover .tool-arrow { color: var(--accent); }
@media (max-width: 700px) { .tools-grid { grid-template-columns: 1fr; } }

/* ===== DOWNLOADS GRID ===== */
.downloads-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 0;
}
.download-card {
    display: block;
    background: var(--warm-cream);
    border: 1px solid #efe2c0;
    border-radius: var(--radius);
    padding: 1.4rem;
    text-decoration: none;
    color: var(--text);
    transition: box-shadow 0.15s, transform 0.15s;
}
.download-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    text-decoration: none;
}
.download-card .dl-eyebrow {
    color: var(--gold-dark);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin-bottom: 0.5rem;
    display: block;
}
.download-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    color: var(--primary-dark);
    line-height: 1.3;
}
.download-card p {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.5;
}
.download-card .dl-arrow {
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
}
@media (max-width: 800px) { .downloads-grid { grid-template-columns: 1fr; } }

/* ===== FINAL CTA BAND ===== */
.cta-band {
    background:
        radial-gradient(ellipse 60% 80% at 100% 50%, rgba(240,192,48,0.12) 0%, transparent 60%),
        linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: #fff;
    padding: 4rem 0;
    border-top: 4px solid var(--gold);
    text-align: center;
}
.cta-band h2 {
    color: #fff;
    font-size: 2.1rem;
    margin: 0 0 0.85rem;
    line-height: 1.2;
}
.cta-band p {
    font-size: 1.1rem;
    color: #d8e1ec;
    max-width: 56ch;
    margin: 0 auto 2rem;
}
.cta-band-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-cta-primary {
    background: var(--accent);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: var(--radius-sm);
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 6px 16px rgba(197,48,42,0.32);
    transition: filter 0.15s, transform 0.1s;
    font-size: 1.05rem;
}
.btn-cta-primary:hover { filter: brightness(1.08); color: #fff; text-decoration: none; transform: translateY(-1px); }

.btn-cta-secondary {
    background: transparent;
    color: var(--gold);
    padding: 1rem 2rem;
    border: 2px solid var(--gold);
    border-radius: var(--radius-sm);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.15s, color 0.15s;
    font-size: 1.05rem;
}
.btn-cta-secondary:hover { background: var(--gold); color: var(--primary-dark); text-decoration: none; }

@media (max-width: 600px) {
    .cta-band { padding: 3rem 0; }
    .cta-band h2 { font-size: 1.55rem; }
    .cta-band p { font-size: 1rem; }
    .btn-cta-primary, .btn-cta-secondary { padding: 0.85rem 1.4rem; width: 100%; justify-content: center; }
}

/* ===== "WHAT THIS SITE IS" READING SECTION ===== */
.about-reading {
    max-width: var(--content-max);
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--text);
}
.about-reading p { margin-bottom: 1.1em; }
.about-reading p strong { color: var(--primary-dark); }

/* ===== FOOTER ===== */
.site-footer {
    background: linear-gradient(180deg, #0b1a2e 0%, #07111f 100%);
    color: #b9c5d4;
    padding: 4rem 0 2rem;
    margin-top: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    border-top: 4px solid var(--gold);
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #1c3148;
}
.footer-col h4 {
    color: #fff;
    font-size: 0.85rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 700;
}
.footer-col h4::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: var(--gold);
    margin-top: 0.55rem;
}
.footer-col a {
    display: block;
    color: #b9c5d4;
    text-decoration: none;
    font-size: 0.88rem;
    padding: 0.32rem 0;
    line-height: 1.4;
    transition: color 0.15s, padding-left 0.15s;
}
.footer-col a:hover { color: var(--gold); padding-left: 4px; text-decoration: none; }

.footer-disclaimers p {
    margin-bottom: 0.85rem;
    color: #a8b5c4;
    font-size: 0.86rem;
    line-height: 1.55;
}
.footer-disclaimers strong { color: #fff; }
.footer-disclaimers a { color: var(--gold); }
.footer-copyright {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #1c3148;
    font-size: 0.78rem;
    color: #7d8a99;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ===== STICKY MOBILE CALL BAR ===== */
.sticky-call-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #15803d 0%, #14532d 100%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    padding: 1rem;
    z-index: 1000;
    box-shadow: 0 -4px 14px rgba(0,0,0,0.22);
    font-size: 1rem;
    letter-spacing: 0.01em;
}
.sticky-call-bar:hover { color: #fff; text-decoration: none; }
@media (max-width: 768px) { .sticky-call-bar { display: block; } }

/* ===== MOBILE UX REFINEMENTS ===== */
@media (max-width: 768px) {
    input[type="text"], input[type="tel"], input[type="email"],
    input[type="number"], select, textarea {
        font-size: 16px;
        min-height: 48px;
        padding: 0.75rem 0.85rem;
    }
    .btn-submit {
        min-height: 52px;
        font-size: 1.05rem;
    }
    .quiz-option {
        min-height: 56px;
        padding: 1rem;
    }
    .quiz-option input[type="radio"],
    .quiz-option input[type="checkbox"] {
        width: 22px;
        height: 22px;
    }
    .quiz-step { width: 32px; height: 32px; line-height: 32px; font-size: 0.85rem; }
}

/* ===== TRUST PAGES (kept from prior) ===== */
.trust-hero {
    background: var(--bg-alt);
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--border);
}
.trust-hero h1 { font-size: 1.95rem; margin-bottom: 0.5rem; line-height: 1.25; }
@media (max-width: 900px) {
    .trust-hero > .container > div { grid-template-columns: 1fr !important; }
}
.trust-quick-facts {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    margin-top: 1rem;
    box-shadow: var(--shadow-sm);
}
.trust-quick-facts > div {
    padding: 0.45rem 0;
    border-bottom: 1px solid var(--bg-alt);
    font-size: 0.92rem;
}
.trust-quick-facts > div:last-child { border-bottom: 0; }

.occupation-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 1.5rem; }
.occupation-tag {
    background: var(--bg-tint);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 0.35rem 0.85rem;
    font-size: 0.85rem;
    color: var(--primary-dark);
    font-weight: 500;
}

.faq-list { margin: 1rem 0 2rem; }
.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1.1rem;
    margin-bottom: 0.5rem;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.faq-item summary { cursor: pointer; font-weight: 600; color: var(--primary-dark); }
.faq-item[open] summary { margin-bottom: 0.5rem; }
.faq-answer { font-size: 0.95rem; color: var(--text); padding-top: 0.5rem; }

.trust-directory-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.92rem;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.trust-directory-table th, .trust-directory-table td {
    padding: 0.75rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}
.trust-directory-table th {
    background: var(--bg-alt);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.trust-directory-table tr:hover { background: var(--bg-alt); }
.trust-directory-table a { color: var(--primary-bright); text-decoration: none; font-weight: 600; }
.trust-directory-table a:hover { text-decoration: underline; }
@media (max-width: 700px) {
    .trust-directory-table { font-size: 0.85rem; }
    .trust-directory-table th, .trust-directory-table td { padding: 0.5rem 0.4rem; }
    .trust-directory-table .col-products,
    .trust-directory-table .col-est { display: none; }
}

/* Quiz pages */
.quiz-progress { display: flex; justify-content: center; gap: 0.5rem; margin: 1.5rem 0 2rem; }
.quiz-step {
    width: 36px; height: 36px; line-height: 36px;
    text-align: center; border-radius: 50%;
    background: #fff; border: 2px solid var(--border);
    color: var(--text-muted); font-weight: 700; font-size: 0.95rem;
}
.quiz-step.current { background: var(--primary); border-color: var(--primary); color: #fff; }
.quiz-step.done { background: var(--trust-green); border-color: var(--trust-green); color: #fff; }
.quiz-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 2rem; }
.quiz-card h2 { margin-top: 0; font-size: 1.3rem; color: var(--primary-dark); }
.quiz-help { color: var(--text-light); font-size: 0.95rem; margin: -0.5rem 0 1.25rem; }
.quiz-options { display: flex; flex-direction: column; gap: 0.5rem; margin: 1rem 0 1.25rem; }
.quiz-option {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.85rem 1rem; border: 1.5px solid var(--border);
    border-radius: var(--radius-sm); background: #fff; cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}
.quiz-option:hover { border-color: var(--primary-bright); background: var(--primary-light); }
.quiz-option input { flex-shrink: 0; }
.quiz-option:has(input:checked) { border-color: var(--primary-bright); background: var(--primary-light); }

.trust-result-list { display: flex; flex-direction: column; gap: 0.75rem; }
.trust-result-card {
    background: #fff;
    border: 1px solid var(--border);
    border-left: 3px solid var(--primary-bright);
    border-radius: var(--radius-sm);
    padding: 1rem 1.25rem;
    box-shadow: var(--shadow-sm);
}
.trust-result-name { font-size: 1.05rem; margin-bottom: 0.35rem; }
.trust-result-num { color: var(--text-muted); margin-right: 0.5rem; font-weight: 600; }
.trust-result-meta { font-size: 0.85rem; color: var(--text-light); margin-bottom: 0.35rem; }
.trust-result-products { font-size: 0.85rem; color: var(--text); }
.trust-tag {
    display: inline-block; padding: 0.15rem 0.55rem; border-radius: 3px;
    font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.04em; margin-left: 0.5rem; vertical-align: middle;
}
.tool-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
@media (max-width: 600px) { .tool-controls { grid-template-columns: 1fr; } }
