/* ============================================================
   DEARDEN2007 — MENTAL HEALTH ASSISTANCE
   Bold red / black / blue resource page
   ============================================================ */

:root {
    --mha-black: #020305;
    --mha-panel: #0b111b;
    --mha-panel-2: #111b2a;
    --mha-red: #e32636;
    --mha-red-dark: #8b101b;
    --mha-blue: #2f7dff;
    --mha-blue-dark: #1545a8;
    --mha-blue-light: #78adff;
    --mha-white: #ffffff;
    --mha-muted: #bdcbe0;
    --mha-line: #29496f;
}

* {
    box-sizing: border-box;
}

body.mha-page {
    margin: 0;
    background:
        radial-gradient(circle at 8% 7%, rgba(47, 125, 255, .14), transparent 30rem),
        radial-gradient(circle at 92% 12%, rgba(227, 38, 54, .12), transparent 28rem),
        var(--mha-black);
    color: var(--mha-white);
}

.mha-page main {
    overflow: hidden;
}

.mha-hero,
.mha-statement,
.mha-section,
.mha-preparation,
.mha-final,
.mha-disclaimer {
    width: min(1420px, calc(100% - 40px));
    margin-inline: auto;
}

.mha-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
    gap: 34px;
    padding: 78px 0 58px;
}

.mha-hero-copy {
    padding: 48px;
    border: 1px solid var(--mha-line);
    border-left: 8px solid var(--mha-red);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(16, 25, 39, .98), rgba(5, 8, 13, .98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.mha-back-link {
    display: inline-block;
    margin-bottom: 28px;
    color: #a9c8ff;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-decoration: none;
}

.mha-eyebrow {
    color: var(--mha-blue-light);
    font-size: .77rem;
    font-weight: 1000;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.mha-hero h1 {
    max-width: 980px;
    margin: 18px 0 24px;
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: .94;
    letter-spacing: -.045em;
}

.mha-hero h1 strong {
    display: block;
    margin-top: 12px;
    color: var(--mha-red);
}

.mha-lead {
    color: #fff !important;
    font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
    font-weight: 800;
}

.mha-hero-copy p {
    max-width: 870px;
    color: var(--mha-muted);
    font-size: 1.07rem;
    line-height: 1.75;
}

.mha-hero-actions {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mha-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 10px;
    color: #fff;
    font-weight: 1000;
    letter-spacing: .04em;
    text-decoration: none;
}

.mha-button-red {
    background: linear-gradient(135deg, var(--mha-red), var(--mha-red-dark));
    box-shadow: 0 12px 28px rgba(227, 38, 54, .25);
}

.mha-button-blue {
    background: linear-gradient(135deg, var(--mha-blue), var(--mha-blue-dark));
    box-shadow: 0 12px 28px rgba(47, 125, 255, .23);
}

.mha-hero-panel {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 14px;
    padding: 34px;
    border: 1px solid #355985;
    border-top: 7px solid var(--mha-blue);
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(10, 29, 57, .98), rgba(5, 8, 13, .98));
    text-align: center;
}

.mha-hero-panel img {
    width: min(210px, 72%);
    border: 4px solid var(--mha-red);
    border-radius: 50%;
}

.mha-hero-panel > span {
    color: var(--mha-blue-light);
    font-size: .8rem;
    font-weight: 1000;
    letter-spacing: .14em;
}

.mha-hero-panel blockquote {
    margin: 10px 0;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.45;
}

.mha-hero-panel p {
    color: var(--mha-muted);
    line-height: 1.65;
}

.mha-statement {
    padding: 42px;
    border: 1px solid #70202a;
    border-left: 8px solid var(--mha-red);
    background:
        linear-gradient(100deg, rgba(75, 11, 19, .9), rgba(13, 18, 27, .98));
}

.mha-statement > span {
    color: #ff8e97;
    font-size: .78rem;
    font-weight: 1000;
    letter-spacing: .15em;
}

.mha-statement h2 {
    margin: 12px 0;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.mha-statement p {
    max-width: 1120px;
    color: #dbe4f1;
    font-size: 1.08rem;
    line-height: 1.75;
}

.mha-section {
    padding: 82px 0;
}

.mha-section-heading {
    max-width: 980px;
    margin-bottom: 34px;
}

.mha-section-heading h2 {
    margin: 12px 0;
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
    line-height: 1;
}

.mha-section-heading p {
    color: var(--mha-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.mha-grid {
    display: grid;
    gap: 19px;
}

.mha-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mha-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mha-card {
    min-height: 270px;
    padding: 29px;
    border: 1px solid var(--mha-line);
    border-radius: 17px;
    background:
        linear-gradient(145deg, rgba(15, 24, 38, .98), rgba(6, 9, 14, .98));
}

.mha-card-red {
    border-top: 5px solid var(--mha-red);
}

.mha-card-blue {
    border-top: 5px solid var(--mha-blue);
}

.mha-card-split {
    border-top: 5px solid transparent;
    background:
        linear-gradient(#0d1521, #0d1521) padding-box,
        linear-gradient(90deg, var(--mha-red), var(--mha-blue)) border-box;
}

.mha-card > span {
    color: var(--mha-blue-light);
    font-size: .78rem;
    font-weight: 1000;
    letter-spacing: .14em;
}

.mha-card h3 {
    margin: 18px 0 10px;
    font-size: 1.55rem;
}

.mha-card p {
    margin: 0;
    color: var(--mha-muted);
    line-height: 1.7;
}

.mha-boundary {
    margin-top: 24px;
    padding: 24px;
    border-left: 6px solid var(--mha-red);
    background: #0b1018;
}

.mha-boundary strong {
    color: #ff8d96;
    letter-spacing: .1em;
}

.mha-boundary p {
    margin-bottom: 0;
    color: var(--mha-muted);
    line-height: 1.7;
}

.mha-symptom-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 26px;
}

.mha-large-panel,
.mha-decision-panel {
    border-radius: 20px;
}

.mha-large-panel {
    padding: 34px;
    border: 1px solid var(--mha-line);
    border-left: 7px solid var(--mha-blue);
    background: var(--mha-panel);
}

.mha-large-panel h3 {
    margin-top: 0;
    font-size: 2rem;
}

.mha-check-list {
    display: grid;
    gap: 14px;
    padding-left: 23px;
}

.mha-check-list li {
    color: #d9e2ef;
    line-height: 1.55;
}

.mha-decision-panel {
    display: grid;
    gap: 15px;
}

.mha-decision-panel > div {
    padding: 24px;
    border: 1px solid #345780;
    border-radius: 15px;
    background: linear-gradient(145deg, #101b2a, #080c13);
}

.mha-decision-panel > div:last-child {
    border-color: #77242d;
}

.mha-decision-panel span {
    color: var(--mha-blue-light);
    font-size: .74rem;
    font-weight: 1000;
    letter-spacing: .12em;
}

.mha-decision-panel h3 {
    margin: 11px 0 8px;
}

.mha-decision-panel p {
    margin: 0;
    color: var(--mha-muted);
    line-height: 1.65;
}

.mha-pathway-list {
    display: grid;
    gap: 14px;
}

.mha-pathway-list article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px;
    align-items: center;
    padding: 23px 26px;
    border: 1px solid var(--mha-line);
    border-radius: 15px;
    background: var(--mha-panel);
}

.mha-pathway-list article > strong {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mha-blue), var(--mha-blue-dark));
    font-size: 1.1rem;
}

.mha-pathway-list article:nth-child(even) > strong {
    background: linear-gradient(135deg, var(--mha-red), var(--mha-red-dark));
}

.mha-pathway-list h3 {
    margin: 0 0 6px;
    font-size: 1.4rem;
}

.mha-pathway-list p {
    margin: 0;
    color: var(--mha-muted);
    line-height: 1.65;
}

.mha-preparation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 32px;
    padding: 40px;
    border: 1px solid #355985;
    border-left: 8px solid var(--mha-blue);
    background:
        linear-gradient(120deg, rgba(12, 32, 62, .95), rgba(8, 11, 17, .98));
}

.mha-preparation h2 {
    margin: 12px 0;
    font-size: clamp(2rem, 4vw, 4rem);
}

.mha-preparation > div:first-child p {
    color: var(--mha-muted);
    line-height: 1.7;
}

.mha-preparation-list {
    display: grid;
    gap: 9px;
}

.mha-preparation-list p {
    margin: 0;
    padding: 11px 14px;
    border-left: 4px solid var(--mha-red);
    background: rgba(0, 0, 0, .26);
    font-weight: 800;
}

.mha-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mha-resource-grid a {
    display: block;
    min-height: 285px;
    padding: 28px;
    border: 1px solid var(--mha-line);
    border-left: 5px solid var(--mha-blue);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(14, 25, 41, .98), rgba(6, 9, 14, .98));
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease;
}

.mha-resource-grid a:nth-child(odd) {
    border-left-color: var(--mha-red);
}

.mha-resource-grid a:hover {
    transform: translateY(-4px);
    border-color: var(--mha-blue-light);
}

.mha-resource-grid span {
    color: var(--mha-blue-light);
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .13em;
}

.mha-resource-grid h3 {
    margin: 17px 0 10px;
    font-size: 1.5rem;
}

.mha-resource-grid p {
    color: var(--mha-muted);
    line-height: 1.65;
}

.mha-final {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    gap: 30px;
    align-items: center;
    margin-bottom: 28px;
    padding: 36px;
    border: 1px solid #70202a;
    border-bottom: 7px solid var(--mha-red);
    border-radius: 21px;
    background:
        linear-gradient(135deg, rgba(62, 10, 17, .9), rgba(8, 11, 17, .98));
}

.mha-final img {
    width: 100%;
    border: 4px solid var(--mha-blue);
    border-radius: 50%;
}

.mha-final span {
    color: #ff8e97;
    font-size: .76rem;
    font-weight: 1000;
    letter-spacing: .13em;
}

.mha-final h2 {
    margin: 10px 0;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.mha-final h2 strong {
    display: block;
    color: var(--mha-blue-light);
}

.mha-final p {
    margin: 0;
    color: var(--mha-muted);
}

.mha-disclaimer {
    margin-bottom: 45px;
    padding: 20px;
    border-left: 5px solid var(--mha-red);
    background: #0a0d13;
    color: #9ca9ba;
    font-size: .88rem;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .mha-hero,
    .mha-symptom-layout,
    .mha-preparation {
        grid-template-columns: 1fr;
    }

    .mha-grid-three,
    .mha-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mha-final {
        grid-template-columns: 120px 1fr;
    }

    .mha-final > a {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .mha-hero,
    .mha-statement,
    .mha-section,
    .mha-preparation,
    .mha-final,
    .mha-disclaimer {
        width: min(100% - 24px, 1420px);
    }

    .mha-hero {
        padding-top: 32px;
    }

    .mha-hero-copy,
    .mha-hero-panel,
    .mha-statement,
    .mha-preparation,
    .mha-final {
        padding: 24px;
    }

    .mha-hero h1 {
        font-size: clamp(2.6rem, 13vw, 4.4rem);
    }

    .mha-grid-three,
    .mha-grid-two,
    .mha-resource-grid {
        grid-template-columns: 1fr;
    }

    .mha-pathway-list article {
        grid-template-columns: 50px 1fr;
        padding: 18px;
    }

    .mha-pathway-list article > strong {
        width: 46px;
        height: 46px;
    }

    .mha-final {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mha-final img {
        width: 140px;
        margin: 0 auto;
    }

    .mha-button {
        width: 100%;
    }
}
