:root {
    --navy: #102447;
    --navy-dark: #071936;

    --gold: #c49322;
    --gold-dark: #9b7319;

    /* Accessible dark gold for white text */
    --gold-aa: #102447;
    --gold-aa-hover: #071936;

    --cream: #f8f1e4;
    --white: #ffffff;
    --text: #17233a;
    --border: rgba(16, 36, 71, 0.14);
    --shadow: 0 18px 50px rgba(16, 36, 71, 0.16);
    --soft-shadow: 0 12px 30px rgba(16, 36, 71, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    direction: rtl;
}

body {
    margin: 0;
    font-family: "Heebo", Arial, sans-serif;
    color: var(--text);
    background: #eee8df;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    width: min(1880px, calc(100% - 24px));
    margin: 14px auto 28px;
    overflow: hidden;
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: var(--shadow);
}

/* Header */

.site-header {
    height: 106px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 10;
}

.logo {
    order: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    text-align: right;
}

.logo-text strong {
    font-size: 42px;
    font-weight: 900;
    color: var(--navy);
    letter-spacing: -1.8px;
}

.logo-text span {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
}

.logo-heart {
    color: var(--gold);
    font-size: 74px;
    line-height: 1;
    font-weight: 300;
}

.main-nav {
    order: 2;
    display: flex;
    align-items: center;
    gap: clamp(24px, 3vw, 62px);
}

.main-nav a {
    position: relative;
    padding: 40px 0 36px;
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    white-space: nowrap;
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 20px;
    width: 0;
    height: 4px;
    border-radius: 999px;
    background: var(--gold);
    transform: translateX(50%);
    transition: width 0.22s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 76%;
}

.menu-button {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    color: white;
    background: var(--navy);
    font-size: 24px;
}

.logo.image-logo {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo.image-logo img {
    height: calc(100% - 6px);
    width: auto;
    max-width: 280px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1350px) {
    .site-header {
        min-height: 82px;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .logo.image-logo {
        height: 66px;
    }

    .logo.image-logo img {
        height: 100%;
        width: auto;
        max-width: 220px;
    }
}

@media (max-width: 760px) {
    .logo.image-logo {
        height: 54px;
    }

    .logo.image-logo img {
        height: 100%;
        max-width: 180px;
    }
}

/* Hero */

.hero {
    min-height: 840px;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 74px;
    padding-bottom: 88px;
    background:
            linear-gradient(
                    90deg,
                    rgba(245, 231, 200, 0.04) 0%,
                    rgba(245, 231, 200, 0.12) 34%,
                    rgba(245, 231, 200, 0.70) 57%,
                    rgba(245, 231, 200, 0.96) 100%
            ),
            url("./hero.png");
    background-size: cover;
    background-position: center left;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
                    180deg,
                    rgba(16, 36, 71, 0.06) 0%,
                    rgba(16, 36, 71, 0) 50%,
                    rgba(16, 36, 71, 0.10) 100%
            );
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(860px, 54%);
    margin-inline-start: 7.2%;
    margin-inline-end: auto;
    text-align: center;
}

.hero-content h1 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(56px, 4.8vw, 100px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -4px;
}

.hero-content h1 span {
    display: block;
    color: var(--gold);
    font-size: 1.08em;
}

.title-divider {
    margin: 28px auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--gold);
}

.title-divider span {
    width: 230px;
    max-width: 28%;
    height: 2px;
    background: currentColor;
}

.title-divider b {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
}

.hero-content p {
    max-width: 790px;
    margin: 0 auto;
    font-size: clamp(21px, 1.45vw, 29px);
    line-height: 1.62;
    font-weight: 500;
    color: #17233a;
}

.hero-cards {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.hero-card {
    min-height: 170px;
    padding: 24px 22px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(196, 147, 34, 0.22);
    box-shadow: var(--soft-shadow);
    text-align: center;
    transition: 0.22s ease;
}

.hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(16, 36, 71, 0.17);
}

.card-icon {
    color: var(--gold);
    font-size: 46px;
    line-height: 1;
}

.hero-card strong {
    display: block;
    font-size: 21px;
    font-weight: 900;
    color: var(--gold-dark);
}

.hero-card small {
    display: block;
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--navy);
}

.hero-card.dark {
    background: linear-gradient(135deg, var(--navy), var(--navy-dark));
    border-color: rgba(255, 255, 255, 0.16);
}

.hero-card.dark .card-icon,
.hero-card.dark strong,
.hero-card.dark small {
    color: white;
}

/* Support strip */

.support-strip {
    position: relative;
    z-index: 3;
    padding: 46px 96px 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(180deg, #fffdf8, #fbf6ed);
    border-bottom: 1px solid var(--border);
}

.support-strip article {
    min-height: 112px;
    padding: 0 34px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 22px;
    border-inline-start: 1px solid rgba(16, 36, 71, 0.16);
}

.support-strip article:last-child {
    border-inline-start: 0;
}

.support-icon {
    color: var(--gold);
    font-size: 52px;
    line-height: 1;
}

.support-strip h2 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 22px;
    font-weight: 900;
}

.support-strip p {
    margin: 0;
    color: #273a5d;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

/* Bottom CTA */

.bottom-cta {
    width: min(1630px, calc(100% - 160px));
    min-height: 136px;
    margin: 34px auto 40px;
    padding: 26px 56px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    color: white;
    border-radius: 14px;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.25), transparent 280px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
    box-shadow: 0 16px 38px rgba(16, 36, 71, 0.18);
}

.cta-text {
    text-align: right;
}

.bottom-cta h2 {
    margin: 0 0 8px;
    font-size: 38px;
    font-weight: 900;
}

.bottom-cta p {
    margin: 0;
    font-size: 20px;
}

.cta-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.btn {
    min-width: 230px;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
    transition: 0.2s ease;
}

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

.btn.whatsapp {
    color: white;
    background: #39b54a;
}

.btn.email {
    color: var(--navy);
    background: white;
}

/* Responsive */

@media (max-width: 1600px) {
    .site-header {
        height: auto;
        min-height: 92px;
        padding: 14px 28px;
        gap: 18px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: initial;
    }

    .logo {
        order: 1;
        flex-shrink: 0;
        justify-content: flex-start;
    }

    .language-switch {
        order: 2;
        flex-shrink: 0;
        margin-inline-start: auto;
    }

    .menu-button {
        display: block;
        order: 3;
        flex-shrink: 0;
    }

    .main-nav {
        display: none;
        width: 100%;
        order: 10;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 10px;
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        width: 100%;
        padding: 14px 4px;
        border-top: 1px solid var(--border);
        text-align: center;
    }

    .main-nav a::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .site-shell {
        width: 100%;
        margin: 0;
        border-radius: 0;
        overflow-x: hidden;
    }

    .site-header {
        height: auto;
        min-height: 82px;
        padding: 14px 18px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 14px;
    }

    .logo {
        order: 1;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .logo.image-logo {
        height: 54px;
        width: 100%;
        justify-content: center;
    }

    .logo.image-logo img {
        height: 100%;
        width: auto;
        max-width: 180px;
        margin: 0 auto;
    }

    .language-switch {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .menu-button {
        display: block;
        order: 3;
        margin: 0 auto;
    }

    .main-nav {
        display: none;
        width: 100%;
        order: 10;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        text-align: center;
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        width: 100%;
        padding: 14px 4px;
        border-top: 1px solid var(--border);
        text-align: center;
    }

    .main-nav a::after {
        display: none;
    }

    .logo-heart {
        font-size: 46px;
    }

    .logo-text {
        text-align: center;
    }

    .logo-text strong {
        font-size: 25px;
    }

    .logo-text span {
        font-size: 12px;
    }

    .hero {
        min-height: auto;
        padding: 56px 18px 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-content {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding: 0;
        text-align: center;
    }

    .hero-content h1 {
        width: 100%;
        margin: 0 auto;
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -2px;
        text-align: center;
    }

    .hero-content h1 span {
        display: block;
        width: 100%;
        text-align: center;
    }

    .title-divider {
        margin: 24px auto;
        justify-content: center;
    }

    .hero-content p {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }

    .hero-content p br {
        display: none;
    }

    .hero-cards {
        width: 100%;
        max-width: 340px;
        margin: 42px auto 0;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 22px;
    }

    .hero-card {
        width: 100%;
        text-align: center;
        justify-items: center;
    }

    .support-strip {
        grid-template-columns: 1fr;
        padding: 24px 18px;
        text-align: center;
        justify-items: center;
    }

    .support-strip article {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding: 24px 0;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        border-inline-start: 0;
        border-bottom: 1px solid rgba(16, 36, 71, 0.12);
    }

    .support-strip article:last-child {
        border-bottom: 0;
    }

    .support-strip h2,
    .support-strip p {
        text-align: center;
    }

    .bottom-cta,
    .about-cta-v4 {
        width: calc(100% - 28px);
        margin: 28px auto 34px;
        padding: 28px 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 24px;
    }

    .bottom-cta h2,
    .about-cta-v4 h2 {
        font-size: 28px;
        text-align: center;
    }

    .bottom-cta p,
    .about-cta-v4 p {
        font-size: 17px;
        text-align: center;
    }

    .cta-text,
    .about-cta-text-v4 {
        text-align: center;
    }

    .cta-buttons,
    .about-cta-actions-v4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .btn,
    .about-btn-v4 {
        width: 100%;
        max-width: 330px;
        min-width: 0;
        text-align: center;
    }

    .site-credit {
        width: calc(100% - 36px);
        margin: 18px auto 28px;
        text-align: center;
    }
}

/* =========================
   ABOUT PAGE - CLEAN FINAL
   Delete old about-v3/about-v4 duplicates before this block.
   ========================= */

/* Page shell */
.about-page-body,
.about-body-v4 {
    background: #eee7dd;
}

.about-page-body .site-shell,
.about-shell-v4 {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
}

.about-page,
.about-page-v4 {
    background: #fffdf8;
}

/* =========================
   HERO
   image left / Hebrew text right
   accessibility-safe: grows with text
   ========================= */

.about-hero,
.about-hero-v4 {
    min-height: 430px;
    height: auto;

    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";

    background: #fbf6ed;
    overflow: visible;
    direction: ltr;
}

.about-hero-image,
.about-hero-image-v4 {
    grid-area: image;
    position: relative;

    min-height: 430px;
    height: auto;

    background: url("./yarid.png") center center / cover no-repeat;
}

.about-hero-content,
.about-hero-content-v4 {
    grid-area: content;
    direction: rtl;

    min-height: 430px;
    height: auto;

    padding: 54px 88px 54px 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    position: relative;
    z-index: 2;

    overflow: visible;
}

.about-hero-image::after,
.about-hero-image-v4::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 270px;
    height: 100%;
    min-height: 430px;

    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.95) 20%,
            rgba(251, 246, 237, 0.65) 48%,
            rgba(251, 246, 237, 0.2) 75%,
            rgba(251, 246, 237, 0) 100%
    );

    pointer-events: none;
    z-index: 1;
}

.about-hero-image::before,
.about-hero-image-v4::before {
    content: "";
    position: absolute;
    top: -26px;
    right: -78px;
    width: 170px;
    height: calc(100% + 52px);

    background: #fbf6ed;
    z-index: 2;
    pointer-events: none;

    clip-path: polygon(
            64% 0%,
            100% 0%,
            100% 100%,
            66% 100%,
            48% 96%,
            78% 92%,
            42% 88%,
            72% 84%,
            50% 79%,
            80% 74%,
            38% 69%,
            74% 64%,
            46% 59%,
            82% 54%,
            40% 49%,
            75% 44%,
            45% 39%,
            80% 34%,
            41% 29%,
            72% 24%,
            50% 19%,
            78% 14%,
            43% 9%
    );
}

.about-hero-content h1,
.about-hero-content-v4 h1 {
    margin: 0;
    color: var(--navy);

    font-size: clamp(54px, 5vw, 94px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -3px;
}

.about-divider,
.about-divider-v4 {
    margin: 20px auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    color: var(--gold);
    flex-shrink: 0;
}

.about-divider span,
.about-divider-v4 span {
    width: 145px;
    height: 2px;
    background: currentColor;
}

.about-divider b,
.about-divider-v4 b {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.about-divider.small,
.about-divider-v4.small {
    margin: 12px auto 18px;
}

.about-divider.small span,
.about-divider-v4.small span {
    width: 74px;
}

.about-hero-content p,
.about-hero-content-v4 p {
    max-width: 760px;
    margin: 0 auto 11px;

    color: var(--navy);
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;

    overflow-wrap: anywhere;
}

.about-hero-content .gold,
.about-hero-content-v4 .gold {
    color: var(--gold-dark);
    font-weight: 900;
}

/* When accessibility text size is active */
html.a11y-bigger-text .about-hero,
html.a11y-extra-big-text .about-hero,
html.a11y-bigger-text .about-hero-v4,
html.a11y-extra-big-text .about-hero-v4 {
    min-height: 520px;
}

html.a11y-bigger-text .about-hero-content,
html.a11y-extra-big-text .about-hero-content,
html.a11y-bigger-text .about-hero-content-v4,
html.a11y-extra-big-text .about-hero-content-v4 {
    min-height: 520px;
    padding-top: 70px;
    padding-bottom: 70px;
}

html.a11y-bigger-text .about-hero-image,
html.a11y-extra-big-text .about-hero-image,
html.a11y-bigger-text .about-hero-image-v4,
html.a11y-extra-big-text .about-hero-image-v4 {
    min-height: 520px;
}

/* =========================
   TOP ROW
   left: values / right: vision
   ========================= */

.about-top-grid {
    padding: 18px 20px 16px;
    display: grid;
    grid-template-columns: 1fr 520px;
    grid-template-areas: "way vision";
    gap: 20px;
    background: #fffdf8;
    direction: ltr;
    align-items: start;
}

.about-way,
.about-way-v4 {
    grid-area: way;
    direction: rtl;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title,
.about-section-title-v4 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title h2,
.about-section-title-v4 h2 {
    margin: 0;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
}

.section-title span,
.about-section-title-v4 span {
    display: block;
    width: 66px;
    height: 3px;
    background: var(--gold);
    border-radius: 999px;
    margin: 10px auto 0;
}

.about-values,
.about-values-v4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-values article,
.about-values-v4 article {
    min-height: 128px;
    padding: 16px 28px;
    text-align: center;
    border-inline-start: 1px solid rgba(16, 36, 71, 0.12);
}

.about-values article:last-child,
.about-values-v4 article:last-child {
    border-inline-start: 0;
}

.about-value-img {
    width: 92px;
    height: 68px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.about-value-icon,
.about-icon-v4 {
    color: var(--gold);
    font-size: 46px;
    line-height: 1;
    margin-bottom: 8px;
}

.about-values h3,
.about-values-v4 h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.about-values p,
.about-values-v4 p {
    margin: 0 auto;
    max-width: 220px;
    color: #273a5d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

/* Vision card */
.about-vision,
.about-vision-v4 {
    grid-area: vision;
    direction: rtl;
    width: 100%;
    max-width: 520px;
    justify-self: end;
    min-height: 178px;
    border-radius: 24px;
    padding: 22px 34px 24px;
    align-self: stretch;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.03), transparent 180px),
            linear-gradient(135deg, #0d2d63 0%, #0a2553 52%, #081c40 100%);
    box-shadow: 0 14px 32px rgba(9, 30, 67, 0.16);
}

.about-vision::after,
.about-vision-v4::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 50%;
    height: 82%;
    transform: translateY(-50%);
    background: url("./heart.png") right center / contain no-repeat;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.about-vision > *,
.about-vision-v4 > * {
    position: relative;
    z-index: 1;
}

.about-vision h2,
.about-vision-v4 h2 {
    margin: 0;
    color: #d19a22;
    font-size: 27px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.4px;
}

.about-vision .about-divider.small,
.about-vision-v4 .about-divider-v4.small {
    margin: 10px auto 14px;
}

.about-vision .about-divider.small span,
.about-vision-v4 .about-divider-v4.small span {
    width: 64px;
}

.about-vision p,
.about-vision-v4 p {
    max-width: 460px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

/* =========================
   BOTTOM GRID
   left: numbers / middle: story / right: photo
   ========================= */

.about-main-grid,
.about-grid-v4 {
    padding: 18px 20px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "numbers story photo";
    gap: 20px;
    direction: ltr;
    background: #fffdf8;
}

.about-numbers,
.about-numbers-v4 {
    grid-area: numbers;
    direction: rtl;
}

.about-story,
.about-story-v4 {
    grid-area: story;
    direction: rtl;
}

.about-bottom-photo,
.about-photo-v4 {
    grid-area: photo;
    min-height: 300px;
    border-radius: 16px;
    background: url("./aboutTogether.png") center center / cover no-repeat;
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.10);
}

.about-card,
.about-story-v4,
.about-numbers-v4 {
    min-height: 300px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 28px rgba(16, 36, 71, 0.07);
    text-align: center;
}

.about-numbers,
.about-story,
.about-numbers-v4,
.about-story-v4 {
    padding: 24px 28px 18px;
}

.about-story,
.about-story-v4 {
    padding-inline: 40px;
}

.about-story h2,
.about-numbers h2,
.about-story-v4 h2,
.about-numbers-v4 h2 {
    margin: 0;
    color: var(--navy);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
}

.mini-heart,
.about-heart-v4 {
    margin: 6px 0 18px;
    color: var(--gold);
    font-size: 21px;
    line-height: 1;
}

.numbers-grid,
.about-number-grid-v4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4px;
}

.numbers-grid div,
.about-number-grid-v4 div {
    padding: 0 14px;
    min-height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    border-bottom: 0;
    border-inline-start: 1px solid rgba(16, 36, 71, 0.13);
}

.numbers-grid div:last-child,
.about-number-grid-v4 div:last-child {
    border-inline-start: 0;
}

.number-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
}

.numbers-grid strong,
.about-number-grid-v4 strong {
    display: block;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 6px;
}

.numbers-grid span,
.about-number-grid-v4 span {
    display: block;
    color: #273a5d;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.about-numbers small,
.about-numbers-v4 small {
    display: block;
    margin-top: 20px;
    color: #273a5d;
    font-size: 13px;
}

.about-story p,
.about-story-v4 p {
    margin: 0 auto 14px;
    max-width: 620px;
    color: #273a5d;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.about-story strong,
.about-story-v4 strong {
    display: block;
    margin-top: 12px;
    color: var(--gold-dark);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 900;
}

.about-full-section {
    padding: 34px 20px 44px;
    background: #fffdf8;
}

.about-full-card {
    width: auto;
    margin: 0 auto;
    padding: 42px 54px;
    border-radius: 24px;
    background:
            radial-gradient(circle at 12% 10%, rgba(196, 147, 34, 0.10), transparent 280px),
            linear-gradient(180deg, #ffffff 0%, #fbf6ed 100%);
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 16px 38px rgba(16, 36, 71, 0.10);
    text-align: center;
    color: var(--navy);
}

.about-full-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -1px;
}

.about-full-card h3 {
    margin: 34px 0 14px;
    color: var(--gold-dark);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.about-full-card p {
    margin: 0 auto;
    color: #273a5d;
    font-size: 18px;
    line-height: 1.85;
    font-weight: 500;
    white-space: pre-line;
}

.about-full-divider {
    margin: 18px auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--gold);
}

.about-full-divider span {
    width: 110px;
    height: 2px;
    background: currentColor;
}

.about-full-divider b {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

html[lang="en"] .about-full-card,
html[dir="ltr"] .about-full-card {
    direction: ltr;
}

@media (max-width: 760px) {
    .about-full-section {
        padding: 24px 14px 34px;
    }

    .about-full-card {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .about-full-card h2 {
        font-size: 34px;
    }

    .about-full-card h3 {
        font-size: 24px;
    }

    .about-full-card p {
        font-size: 16px;
        line-height: 1.75;
    }

    .about-full-divider span {
        width: 72px;
    }
}


/* =========================
   ABOUT CTA
   ========================= */

.about-cta,
.about-cta-v4 {
    width: calc(100% - 40px);
    margin: 4px auto 22px;
    min-height: 102px;
    border-radius: 14px;
    background:
            radial-gradient(circle at 10% 50%, rgba(196, 147, 34, 0.22), transparent 220px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
    box-shadow: 0 14px 34px rgba(16, 36, 71, 0.17);
    color: #fff;
    padding: 18px 34px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;

    direction: rtl;
    text-align: center;
}

.about-cta-text,
.about-cta-text-v4 {
    text-align: center;
}

.about-cta-actions,
.about-cta-actions-v4 {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.about-cta-text h2,
.about-cta-v4 h2 {
    margin: 0 0 6px;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 900;
}

.about-cta-text p,
.about-cta-v4 p {
    margin: 0;
    font-size: 17px;
}

.about-btn,
.about-btn-v4 {
    min-width: 210px;
    min-height: 52px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
    transition: transform 0.2s ease;
}

.about-btn:hover,
.about-btn-v4:hover {
    transform: translateY(-2px);
}

.btn-mail,
.about-btn-v4.mail {
    color: var(--navy);
    background: #fff;
}

.btn-wa,
.about-btn-v4.whatsapp {
    color: #fff;
    background: #c89422;
}

/* =========================
   ABOUT RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
    .about-hero,
    .about-hero-v4 {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .about-hero-image,
    .about-hero-image-v4 {
        height: 320px;
    }

    .about-hero-image::before,
    .about-hero-image-v4::before {
        display: none;
    }

    .about-hero-image::after,
    .about-hero-image-v4::after {
        top: auto;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .about-hero-content,
    .about-hero-content-v4 {
        height: auto;
        padding: 36px 22px;
    }

    .about-top-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "vision"
            "way";
        padding: 22px;
    }

    .about-vision,
    .about-vision-v4 {
        max-width: none;
        justify-self: stretch;
    }

    .about-values,
    .about-values-v4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .about-values article,
    .about-values-v4 article {
        border: 1px solid rgba(16, 36, 71, 0.12);
        border-radius: 14px;
    }

    .about-main-grid,
    .about-grid-v4 {
        grid-template-columns: 1fr;
        grid-template-areas:
            "photo"
            "story"
            "numbers";
        padding: 22px;
    }

    .about-bottom-photo,
    .about-photo-v4 {
        min-height: 240px;
    }

    .about-numbers,
    .about-story,
    .about-numbers-v4,
    .about-story-v4 {
        min-height: auto;
    }

    .about-cta,
    .about-cta-v4 {
        width: calc(100% - 44px);
        grid-template-columns: 1fr;
        direction: rtl;
        text-align: center;
    }

    .about-cta-text,
    .about-cta-text-v4 {
        text-align: center;
    }

    .about-cta-actions,
    .about-cta-actions-v4 {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .about-hero-content h1,
    .about-hero-content-v4 h1 {
        font-size: 48px;
    }

    .about-hero-content p,
    .about-hero-content-v4 p {
        font-size: 18px;
    }

    .about-values,
    .about-values-v4 {
        grid-template-columns: 1fr;
    }

    .numbers-grid,
    .about-number-grid-v4 {
        grid-template-columns: 1fr;
    }

    .numbers-grid div,
    .about-number-grid-v4 div {
        border-inline-start: 0;
        border-bottom: 1px solid rgba(16, 36, 71, 0.12);
    }

    .numbers-grid div:last-child,
    .about-number-grid-v4 div:last-child {
        border-bottom: 0;
    }

    .about-btn,
    .about-btn-v4,
    .about-cta-actions,
    .about-cta-actions-v4 {
        width: 100%;
    }
}


/* =========================
   VOLUNTEER PAGE
   ========================= */

.volunteer-body {
    background: #eee7dd;
}

.volunteer-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
}

.header-whatsapp {
    margin-inline-start: auto;
    min-width: 128px;
    height: 46px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.volunteer-page {
    background: #fffdf8;
}

/* HERO */

.volunteer-hero {
    height: 330px;
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";
    background: #fbf6ed;
    overflow: hidden;
    direction: ltr;
}

.volunteer-hero-image {
    grid-area: image;
    position: relative;
    background: url("./together.png") center center / cover no-repeat;
}

.volunteer-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 260px;
    height: 100%;
    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.96) 22%,
            rgba(251, 246, 237, 0.68) 48%,
            rgba(251, 246, 237, 0.22) 76%,
            rgba(251, 246, 237, 0) 100%
    );
}

.volunteer-hero-content {
    grid-area: content;
    direction: rtl;
    padding: 38px 80px 38px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.volunteer-hero-content h1 {
    margin: 0;
    color: var(--navy);
    font-size: 62px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -2px;
}

.volunteer-hero-content h1 span {
    color: var(--gold-dark);
}

.volunteer-divider {
    margin: 16px auto 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--gold);
}

.volunteer-divider span {
    width: 88px;
    height: 2px;
    background: currentColor;
}

.volunteer-divider b {
    font-size: 22px;
    font-weight: 400;
}

.volunteer-hero-content p {
    margin: 0;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

/* CONTENT */

.volunteer-content {
    padding: 42px 64px 46px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    align-items: start;
    direction: ltr;
}

.volunteer-form {
    direction: rtl;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 36, 71, 0.08);
    padding: 28px 34px 26px;
}

.volunteer-form h2 {
    margin: 0 0 22px;
    color: var(--navy);
    text-align: center;
    font-size: 28px;
    font-weight: 900;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.volunteer-form input,
.volunteer-form textarea {
    width: 100%;
    min-height: 48px;
    margin-bottom: 14px;
    padding: 0 16px;
    border: 1px solid rgba(16, 36, 71, 0.16);
    border-radius: 8px;
    background: white;
    color: var(--navy);
    font-family: inherit;
    font-size: 15px;
    outline: 2px solid transparent;
}

.volunteer-form textarea {
    min-height: 120px;
    padding-top: 14px;
    resize: vertical;
}

.volunteer-form input:focus,
.volunteer-form textarea:focus {
    border-color: var(--gold);
}

.form-group {
    margin: 4px 0 14px;
}

.form-group > label:first-child {
    display: block;
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 15px;
    font-weight: 800;
}

.form-group > label:first-child span {
    color: #667085;
    font-weight: 500;
}

.check-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
}

.check-row input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-height: auto;
    margin: 0;
    accent-color: var(--gold);
}

.other-row {
    gap: 10px;
}

.other-input {
    max-width: 160px;
    min-height: 36px !important;
    margin: 0 !important;
}

.volunteer-form button {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-family: inherit;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s ease;
}

.volunteer-form button:hover {
    transform: translateY(-2px);
    background: var(--gold-dark);
}

.volunteer-form small {
    display: block;
    margin-top: 14px;
    color: #667085;
    text-align: center;
    font-size: 12px;
}

/* SIDE */

.volunteer-side {
    direction: rtl;
    display: grid;
    gap: 24px;
}

.why-card,
.quote-card {
    border-radius: 16px;
    background: #fbf6ed;
    border: 1px solid rgba(16, 36, 71, 0.08);
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.06);
}

.why-card {
    padding: 28px 28px;
}

.why-card h2 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: 23px;
    font-weight: 900;
    text-align: center;
}

.why-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 16px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(16, 36, 71, 0.12);
}

.why-item:last-child {
    border-bottom: 0;
}

.why-item img {
    width: 150px;
    height: 100px;
    object-fit: contain;
    display: block;
    grid-column: 1;
    justify-self: center;
    position: static;
    z-index: auto;
}

.why-item div {
    grid-column: 2;
    position: relative;
    z-index: 1;
}

.why-item h3 {
    margin: 0 0 4px;
    color: var(--navy);
    font-size: 17px;
    font-weight: 900;
}

.why-item p {
    margin: 0;
    color: #273a5d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.quote-card {
    min-height: 126px;
    padding: 24px 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.quote-card p {
    margin: 0;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.quote-card img {
    position: absolute;
    left: 16px;
    bottom: 8px;
    width: 110px;
    height: 110px;
    object-fit: contain;
    opacity: 0.75;
}

/* FOOTER */

.volunteer-footer {
    min-height: 220px;
    padding: 42px 80px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 42px;
    color: white;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.22), transparent 260px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-brand strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.footer-brand span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

.volunteer-footer h3 {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 900;
}

.volunteer-footer a,
.volunteer-footer p {
    display: block;
    margin: 0 0 8px;
    color: rgba(255,255,255,0.84);
    font-size: 14px;
}

.footer-social span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    margin-inline-start: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: var(--navy);
    font-weight: 900;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .header-whatsapp {
        display: none;
    }

    .volunteer-hero {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .volunteer-hero-image {
        min-height: 280px;
    }

    .volunteer-hero-image::after {
        top: auto;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .volunteer-hero-content {
        padding: 36px 22px;
    }

    .volunteer-content {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }

    .volunteer-footer {
        grid-template-columns: repeat(2, 1fr);
        padding: 34px 28px;
    }
}

@media (max-width: 760px) {
    .volunteer-hero-content h1 {
        font-size: 44px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .volunteer-form {
        padding: 24px 18px;
    }

    .volunteer-footer {
        grid-template-columns: 1fr;
    }
}

/* make phone/input text align right */
.volunteer-form input,
.volunteer-form textarea {
    direction: rtl;
    text-align: right;
}

/* make the "ספר קצת על עצמך" textarea fill the empty space */
.volunteer-form textarea {
    min-height: 229px;
    height: 229px;
}

/* optional: make the whole form taller/better balanced */
.volunteer-form {
    min-height: 610px;
}





/* =========================
   SOLDIER HELP PAGE
   ========================= */

.soldier-help-body {
    background: #eee7dd;
}

.soldier-help-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
}

.soldier-help-page {
    background: #fffdf8;
}

/* header button */

.soldier-header-btn {
    margin-inline-start: auto;
    min-width: 128px;
    height: 46px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* hero */

.soldier-help-hero {
    height: 330px;
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";
    background: #fbf6ed;
    overflow: hidden;
    direction: ltr;
}

.soldier-help-hero-image {
    grid-area: image;
    position: relative;
    background: url("./soldierSitting.png") center center / cover no-repeat;
}

.soldier-help-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 270px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.96) 22%,
            rgba(251, 246, 237, 0.68) 50%,
            rgba(251, 246, 237, 0.22) 76%,
            rgba(251, 246, 237, 0) 100%
    );
}

.soldier-help-hero-content {
    grid-area: content;
    direction: rtl;
    padding: 38px 82px 38px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.soldier-help-hero-content h1 {
    margin: 0;
    color: var(--navy);
    font-size: 64px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -2px;
}

.soldier-help-hero-content h1 span {
    color: var(--gold-dark);
}

.soldier-help-divider {
    margin: 16px auto 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--gold);
}

.soldier-help-divider span {
    width: 88px;
    height: 2px;
    background: currentColor;
}

.soldier-help-divider b {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.soldier-help-hero-content p {
    margin: 0;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.6;
    font-weight: 600;
}

/* content */

.soldier-help-content {
    padding: 42px 64px 28px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    align-items: start;
    direction: ltr;
}

.soldier-help-form {
    direction: rtl;
    min-height: 500px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 36, 71, 0.08);
    padding: 28px 34px 26px;
}

.soldier-help-form h2 {
    margin: 0 0 22px;
    color: var(--navy);
    text-align: center;
    font-size: 28px;
    font-weight: 900;
}

.soldier-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.soldier-help-form input,
.soldier-help-form select,
.soldier-help-form textarea {
    width: 100%;
    min-height: 48px;
    margin-bottom: 14px;
    padding: 0 16px;
    border: 1px solid rgba(16, 36, 71, 0.16);
    border-radius: 8px;
    background: white;
    color: var(--navy);
    font-family: inherit;
    font-size: 15px;
    outline: 2px solid transparent;
    direction: rtl;
    text-align: right;
}

.soldier-help-form textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.soldier-help-form input:focus,
.soldier-help-form select:focus,
.soldier-help-form textarea:focus {
    border-color: var(--gold);
}

.soldier-help-form button {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-family: inherit;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s ease;
}

.soldier-help-form button:hover {
    transform: translateY(-2px);
    background: var(--gold-dark);
}

.soldier-help-form small {
    display: block;
    margin-top: 14px;
    color: #667085;
    text-align: center;
    font-size: 12px;
}

/* side */

.soldier-help-side {
    direction: rtl;
}

.soldier-topics-card {
    border-radius: 16px;
    background: #fbf6ed;
    border: 1px solid rgba(16, 36, 71, 0.08);
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.06);
    padding: 28px;
}

.soldier-topics-card h2 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: 23px;
    font-weight: 900;
    text-align: center;
}

.soldier-topic-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(16, 36, 71, 0.12);
}

.soldier-topic-item:last-child {
    border-bottom: 0;
}

.soldier-topic-item img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    justify-self: center;
}

.soldier-topic-item h3 {
    margin: 0 0 4px;
    color: var(--navy);
    font-size: 17px;
    font-weight: 900;
}

.soldier-topic-item p {
    margin: 0;
    color: #273a5d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

/* quote */

.soldier-help-quote {
    width: calc(100% - 128px);
    min-height: 126px;
    margin: 0 auto 42px;
    padding: 24px 56px;
    border-radius: 16px;
    background: #fbf6ed;
    border: 1px solid rgba(16, 36, 71, 0.08);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    direction: ltr;
}

.soldier-help-quote div {
    text-align: center;
    flex: 1;
}

.soldier-help-quote img {
    width: 140px;
    height: 110px;
    object-fit: contain;
    flex: 0 0 140px;
}

/* footer */

.soldier-help-footer {
    min-height: 220px;
    padding: 42px 80px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 42px;
    color: white;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.22), transparent 260px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
}

.soldier-footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.soldier-footer-brand strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.soldier-footer-brand span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

.soldier-help-footer h3 {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 900;
}

.soldier-help-footer a,
.soldier-help-footer p {
    display: block;
    margin: 0 0 8px;
    color: rgba(255,255,255,0.84);
    font-size: 14px;
}

.soldier-socials span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    margin-inline-start: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: var(--navy);
    font-weight: 900;
}

/* responsive */

@media (max-width: 1100px) {
    .soldier-header-btn {
        display: none;
    }

    .soldier-help-hero {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .soldier-help-hero-image {
        min-height: 280px;
    }

    .soldier-help-hero-image::after {
        top: auto;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .soldier-help-hero-content {
        padding: 36px 22px;
    }

    .soldier-help-content {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }

    .soldier-help-quote {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
        text-align: center;
    }

    .soldier-help-quote img {
        margin: 0 auto;
    }

    .soldier-help-footer {
        grid-template-columns: repeat(2, 1fr);
        padding: 34px 28px;
    }
}

@media (max-width: 760px) {
    .soldier-help-hero-content h1 {
        font-size: 44px;
    }

    .soldier-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .soldier-help-form {
        padding: 24px 18px;
    }

    .soldier-help-footer {
        grid-template-columns: 1fr;
    }
}

.soldier-help-quote strong {
    display: block;
    color: var(--navy);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 900;
}

.soldier-help-quote p {
    font-weight: 900;
}




/* =========================
   HELP OPTIONS PAGE
   ========================= */

.help-options-body {
    background: #eee7dd;
}

.help-options-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
}

.help-options-page {
    background: #fffdf8;
}

.help-header-btn {
    margin-inline-start: auto;
    min-width: 128px;
    height: 46px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* HERO */

.help-options-hero {
    min-height: 420px;
    height: auto;

    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";

    background: #fbf6ed;
    overflow: visible;
    direction: ltr;
}

.help-options-hero-image {
    grid-area: image;
    position: relative;

    min-height: 420px;
    height: auto;

    background: url("./yarid.png") center center / cover no-repeat;
}

.help-options-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;

    width: 285px;
    height: 100%;
    min-height: 420px;

    pointer-events: none;
    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.96) 22%,
            rgba(251, 246, 237, 0.68) 50%,
            rgba(251, 246, 237, 0.22) 76%,
            rgba(251, 246, 237, 0) 100%
    );
}

.help-options-hero-content {
    grid-area: content;
    direction: rtl;

    min-height: 420px;
    height: auto;

    padding: 54px 94px 54px 80px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    overflow: visible;
}

.help-options-hero-content h1 {
    margin: 0;
    color: var(--navy);

    font-size: clamp(54px, 5vw, 94px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -3px;

    overflow-wrap: anywhere;
}

.help-options-divider {
    margin: 22px auto 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    color: var(--gold);
    flex-shrink: 0;
}

.help-options-divider span {
    width: 130px;
    height: 2px;
    background: currentColor;
}

.help-options-divider b {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.help-options-divider.small {
    margin: 12px auto 0;
}

.help-options-divider.small span {
    width: 95px;
}

.help-options-hero-content p {
    max-width: 760px;
    margin: 0 auto 10px;

    color: var(--navy);
    font-size: 23px;
    line-height: 1.55;
    font-weight: 600;

    overflow-wrap: anywhere;
}

.help-options-hero-content .gold {
    color: var(--gold-dark);
    font-weight: 900;
}

/* Accessibility text-size support */
html.a11y-bigger-text .help-options-hero,
html.a11y-extra-big-text .help-options-hero {
    min-height: 530px;
}

html.a11y-bigger-text .help-options-hero-content,
html.a11y-extra-big-text .help-options-hero-content {
    min-height: 530px;
    padding-top: 70px;
    padding-bottom: 70px;
}

html.a11y-bigger-text .help-options-hero-image,
html.a11y-extra-big-text .help-options-hero-image {
    min-height: 530px;
}

/* OPTIONS */

.help-options-section {
    padding: 28px 90px 34px;
    background: #fffdf8;
}

.help-options-title {
    text-align: center;
    margin-bottom: 28px;
}

.help-options-title h2 {
    margin: 0;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
}

.help-options-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.help-options-grid article {
    min-height: 205px;
    padding: 10px 36px 0;
    text-align: center;
    border-inline-start: 1px solid rgba(16, 36, 71, 0.14);
}

.help-options-grid article:last-child {
    border-inline-start: 0;
}

.help-options-grid img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
    mix-blend-mode: multiply;
}

.help-options-grid h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.help-options-grid p {
    margin: 0 auto;
    max-width: 240px;
    color: #273a5d;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
}

/* CTA */

.help-options-cta {
    width: calc(100% - 220px);
    min-height: 140px;
    margin: 4px auto 38px;
    padding: 24px 54px;
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 42px;
    color: white;
    border-radius: 14px;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.24), transparent 280px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
    box-shadow: 0 16px 38px rgba(16, 36, 71, 0.18);
    direction: ltr;
}

.help-options-cta img {
    width: 130px;
    height: 100px;
    object-fit: contain;
    opacity: 0.85;
}

.help-options-cta div {
    direction: rtl;
    text-align: center;
}

.help-options-cta h2 {
    margin: 0 0 8px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
}

.help-options-cta p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.help-options-cta a {
    min-width: 260px;
    min-height: 64px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 20px;
    font-weight: 900;
    transition: 0.2s ease;
}

.help-options-cta a:hover {
    transform: translateY(-2px);
    background: var(--gold-dark);
}

.help-options-cta a span {
    font-size: 32px;
    line-height: 1;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .help-header-btn {
        display: none;
    }

    .help-options-hero {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .help-options-hero-image {
        min-height: 320px;
    }

    .help-options-hero-image::after {
        top: auto;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 110px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .help-options-hero-content {
        padding: 42px 24px;
    }

    .help-options-section {
        padding: 34px 28px;
    }

    .help-options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .help-options-grid article {
        border: 1px solid rgba(16, 36, 71, 0.12);
        border-radius: 14px;
        padding: 24px;
    }

    .help-options-cta {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
        text-align: center;
    }

    .help-options-cta img {
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .help-options-hero-content h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .help-options-hero-content p {
        font-size: 18px;
    }

    .help-options-grid {
        grid-template-columns: 1fr;
    }

    .help-options-cta {
        width: calc(100% - 28px);
        padding: 26px 18px;
    }

    .help-options-cta h2 {
        font-size: 26px;
    }

    .help-options-cta a {
        width: 100%;
        min-width: 0;
    }
}


/* =========================
   WHO WE HELP PAGE
   ========================= */

.who-body {
    background: #eee7dd;
}

.who-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
}

.who-page {
    background: #fffdf8;
}

.who-header-btn {
    margin-inline-start: auto;
    min-width: 128px;
    height: 46px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* HERO */

.who-hero {
    min-height: 390px;
    height: auto;

    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";

    background: #fbf6ed;
    overflow: visible;
    direction: ltr;
}

.who-hero-image {
    grid-area: image;
    position: relative;

    min-height: 390px;
    height: auto;

    background: url("./helpTogether.png") center center / cover no-repeat;
}

.who-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;

    width: 285px;
    height: 100%;
    min-height: 390px;

    pointer-events: none;
    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.96) 22%,
            rgba(251, 246, 237, 0.68) 50%,
            rgba(251, 246, 237, 0.22) 76%,
            rgba(251, 246, 237, 0) 100%
    );
}

.who-hero-content {
    grid-area: content;
    direction: rtl;

    min-height: 390px;
    height: auto;

    padding: 54px 94px 54px 80px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    overflow: visible;
}

.who-hero-content h1 {
    margin: 0;
    color: var(--navy);

    font-size: clamp(52px, 5vw, 92px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -3px;

    overflow-wrap: anywhere;
}

.who-divider {
    margin: 22px auto 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    color: var(--gold);
    flex-shrink: 0;
}

.who-divider span {
    width: 130px;
    height: 2px;
    background: currentColor;
}

.who-divider b {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.who-divider.small {
    margin: 10px auto 0;
}

.who-divider.small span {
    width: 88px;
}

.who-hero-content p {
    max-width: 760px;
    margin: 0 auto 10px;

    color: var(--navy);
    font-size: 23px;
    line-height: 1.55;
    font-weight: 600;

    overflow-wrap: anywhere;
}

.who-hero-content .gold {
    color: var(--gold-dark);
    font-weight: 900;
}

/* Accessibility text-size support */
html.a11y-bigger-text .who-hero,
html.a11y-extra-big-text .who-hero {
    min-height: 500px;
}

html.a11y-bigger-text .who-hero-content,
html.a11y-extra-big-text .who-hero-content {
    min-height: 500px;
    padding-top: 70px;
    padding-bottom: 70px;
}

html.a11y-bigger-text .who-hero-image,
html.a11y-extra-big-text .who-hero-image {
    min-height: 500px;
}

/* MAIN CARDS */

.who-main-section {
    padding: 22px 108px 18px;
    background: #fffdf8;
}

.who-title {
    text-align: center;
    margin-bottom: 22px;
}

.who-title h2 {
    margin: 0;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
}

.who-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.who-card-grid article {
    min-height: 190px;
    padding: 28px 36px 26px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 26px rgba(16, 36, 71, 0.06);
    text-align: center;
}

.who-card-grid img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 auto 12px;
    display: block;
    mix-blend-mode: multiply;
}

.who-card-grid h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.who-card-grid p {
    margin: 0 auto;
    max-width: 440px;
    color: #273a5d;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

/* CARE */

.who-care-section {
    width: calc(100% - 216px);
    margin: 0 auto 18px;
    padding: 18px 34px 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbf6ed, #fffdf8);
    border: 1px solid rgba(16, 36, 71, 0.08);
}

.who-care-grid {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.who-care-grid article {
    min-height: 112px;
    padding: 8px 18px 0;
    text-align: center;
    border-inline-start: 1px solid rgba(16, 36, 71, 0.13);
}

.who-care-grid article:last-child {
    border-inline-start: 0;
}

.who-care-grid img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
    mix-blend-mode: multiply;
}

.who-care-grid h3 {
    margin: 0;
    color: var(--navy);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

/* CTA */

.who-cta {
    width: calc(100% - 216px);
    min-height: 110px;
    margin: 0 auto 34px;
    padding: 18px 42px;
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 32px;
    border-radius: 14px;
    color: white;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.24), transparent 280px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
    box-shadow: 0 16px 38px rgba(16, 36, 71, 0.18);
    direction: ltr;
}

.who-cta img {
    width: 120px;
    height: 86px;
    object-fit: contain;
    opacity: 0.85;
}

.who-cta div {
    direction: rtl;
    text-align: center;
}

.who-cta h2 {
    margin: 0 0 6px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.who-cta p {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}

.who-cta-actions {
    display: flex;
    gap: 18px;
    align-items: center;
}

.who-cta a {
    min-height: 54px;
    border-radius: 8px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
    transition: 0.2s ease;
}

.who-cta a:hover {
    transform: translateY(-2px);
}

.who-cta .gold-btn {
    background: var(--gold);
    color: white;
}

.who-cta .outline-btn {
    border: 1px solid rgba(255,255,255,0.9);
    color: white;
}

.who-cta .gold-btn span {
    font-size: 28px;
    line-height: 1;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .who-header-btn {
        display: none;
    }

    .who-hero {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .who-hero-image {
        min-height: 320px;
    }

    .who-hero-image::after {
        top: auto;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 110px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .who-hero-content {
        padding: 42px 24px;
    }

    .who-main-section,
    .who-care-section {
        width: auto;
        padding: 30px 28px;
        margin-inline: 0;
    }

    .who-card-grid {
        grid-template-columns: 1fr;
    }

    .who-care-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .who-care-grid article {
        border: 1px solid rgba(16, 36, 71, 0.12);
        border-radius: 14px;
        padding: 18px;
    }

    .who-cta {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
        text-align: center;
    }

    .who-cta img {
        margin: 0 auto;
    }

    .who-cta-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px) {
    .who-hero-content h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .who-hero-content p {
        font-size: 18px;
    }

    .who-care-grid {
        grid-template-columns: 1fr;
    }

    .who-cta {
        width: calc(100% - 28px);
        padding: 26px 18px;
    }

    .who-cta-actions,
    .who-cta a {
        width: 100%;
    }
}




/* =========================
   CONTACT PAGE
   ========================= */

.contact-body {
    background: #eee7dd;
}

.contact-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
}

.contact-page {
    background: #fffdf8;
}

.contact-header-btn {
    margin-inline-start: auto;
    min-width: 166px;
    height: 46px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* HERO */

.contact-hero {
    height: 390px;
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";
    background: #fbf6ed;
    overflow: hidden;
    direction: ltr;
}

.contact-hero-image {
    grid-area: image;
    position: relative;
    background: url("./contactUs.png") center center / cover no-repeat;
}

.contact-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 310px;
    height: 100%;
    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.96) 22%,
            rgba(251, 246, 237, 0.68) 50%,
            rgba(251, 246, 237, 0.22) 76%,
            rgba(251, 246, 237, 0) 100%
    );
    pointer-events: none;
}

.contact-hero-content {
    grid-area: content;
    direction: rtl;
    padding: 48px 88px 48px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-hero-content h1 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(62px, 5vw, 90px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -3px;
}

.contact-hero-content h2 {
    margin: 0 0 16px;
    color: var(--gold-dark);
    font-size: 42px;
    line-height: 1.1;
    font-weight: 500;
}

.contact-hero-content p {
    max-width: 620px;
    margin: 0 auto 6px;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

.contact-divider {
    margin: 16px auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--gold);
}

.contact-divider span {
    width: 88px;
    height: 2px;
    background: currentColor;
}

.contact-divider b {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.contact-divider.small span {
    width: 66px;
}

/* METHOD CARDS */

.contact-methods-section {
    padding: 28px 84px 18px;
}

.contact-section-title {
    text-align: center;
    margin-bottom: 24px;
}

.contact-section-title h2 {
    margin: 0;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.contact-section-title span {
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--gold);
    margin: 10px auto 0;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.contact-method-card {
    min-height: 210px;
    padding: 26px 22px 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.05);
    text-align: center;
}

.contact-method-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
}

.contact-method-card h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.contact-method-card p {
    min-height: 42px;
    margin: 0 auto 14px;
    color: #273a5d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.contact-method-card a {
    min-width: 128px;
    height: 38px;
    padding: 0 18px;
    border-radius: 6px;
    background: var(--gold);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
}

/* FORM + SUPPORT */

.contact-content {
    padding: 2px 84px 34px;
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 36px;
    align-items: stretch;
    direction: ltr;
}

.contact-form {
    direction: rtl;
    background: white;
    border: 1px solid rgba(16, 36, 71, 0.12);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(16, 36, 71, 0.07);
    padding: 28px 34px 22px;
}

.contact-form h2 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    margin-bottom: 12px;
    padding: 0 16px;
    border: 1px solid rgba(16, 36, 71, 0.16);
    border-radius: 8px;
    background: white;
    color: var(--navy);
    font-family: inherit;
    font-size: 15px;
    outline: 2px solid transparent;
    direction: rtl;
    text-align: right;
}

.contact-form textarea {
    min-height: 118px;
    padding-top: 14px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--gold);
}

.contact-form button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-family: inherit;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.contact-form small {
    display: block;
    margin-top: 14px;
    color: #667085;
    text-align: center;
    font-size: 12px;
}

.contact-support-card {
    direction: rtl;
    min-height: 100%;
    padding: 42px 40px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbf6ed, #fffdf8);
    border: 1px solid rgba(16, 36, 71, 0.08);
    text-align: center;
}

.contact-support-card img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    margin: 0 auto 18px;
    display: block;
    mix-blend-mode: multiply;
}

.contact-support-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.contact-support-card p {
    margin: 18px auto 24px;
    color: #273a5d;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

.contact-support-card a {
    min-width: 240px;
    height: 52px;
    border-radius: 8px;
    background: var(--navy);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
}

/* FOOTER */

.contact-footer {
    min-height: 220px;
    padding: 42px 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 42px;
    color: white;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.22), transparent 260px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
}

.contact-footer h3 {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 900;
}

.contact-footer a,
.contact-footer p {
    display: block;
    margin: 0 0 8px;
    color: rgba(255,255,255,0.84);
    font-size: 14px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-brand strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.footer-brand span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

.footer-social span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-inline-start: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: var(--navy);
    font-weight: 900;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .contact-header-btn {
        display: none;
    }

    .contact-hero {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .contact-hero-image {
        min-height: 300px;
    }

    .contact-hero-image::after {
        top: auto;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 110px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .contact-hero-content {
        padding: 42px 24px;
    }

    .contact-methods-section {
        padding: 30px 28px;
    }

    .contact-methods-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-content {
        grid-template-columns: 1fr;
        padding: 0 28px 34px;
    }

    .contact-footer {
        grid-template-columns: repeat(2, 1fr);
        padding: 34px 28px;
    }
}

@media (max-width: 760px) {
    .contact-hero-content h1 {
        font-size: 48px;
    }

    .contact-hero-content h2 {
        font-size: 30px;
    }

    .contact-methods-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-footer {
        grid-template-columns: 1fr;
    }
}





/* =========================
   DONATIONS PAGE
   ========================= */

.donations-body {
    background: #eee7dd;
}

.donations-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
}

.donations-page {
    background: #fffdf8;
}

.donations-header-btn {
    margin-inline-start: auto;
    min-width: 128px;
    height: 46px;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* HERO */

.donations-hero {
    min-height: 390px;
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-areas: "image content";
    background: #fbf6ed;
    overflow: hidden;
    direction: ltr;
}

.donations-hero-image {
    grid-area: image;
    position: relative;
    background: url("./yarid.png") center center / cover no-repeat;
}

.donations-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 290px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
            to left,
            #fbf6ed 0%,
            rgba(251, 246, 237, 0.96) 22%,
            rgba(251, 246, 237, 0.68) 50%,
            rgba(251, 246, 237, 0.22) 76%,
            rgba(251, 246, 237, 0) 100%
    );
}

.donations-hero-content {
    grid-area: content;
    direction: rtl;
    padding: 46px 86px 42px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.donations-hero-content h1 {
    margin: 0 0 8px;
    color: var(--gold-dark);
    font-size: clamp(48px, 4.8vw, 78px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
}

.donations-hero-content h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 900;
}

.donations-hero-content p {
    max-width: 740px;
    margin: 0 auto 22px;
    color: var(--navy);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

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

.donate-main-btn,
.donate-whatsapp-btn,
.full-donate-btn,
.donate-outline-btn {
    min-height: 52px;
    border-radius: 8px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 900;
    transition: 0.2s ease;
}

.donate-main-btn,
.full-donate-btn {
    background: var(--gold);
    color: white;
}

.donate-whatsapp-btn {
    background: white;
    color: #149c3f;
    border: 1px solid #149c3f;
}

.donate-outline-btn {
    color: white;
    border: 1px solid rgba(255,255,255,0.9);
}

.donate-main-btn:hover,
.donate-whatsapp-btn:hover,
.full-donate-btn:hover,
.donate-outline-btn:hover {
    transform: translateY(-2px);
}

/* CONTENT */

.donations-content {
    padding: 26px 78px 18px;
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 42px;
    direction: ltr;
    align-items: start;
}

.donations-left,
.donations-right {
    direction: rtl;
}

.donations-title {
    text-align: center;
    margin-bottom: 18px;
}

.donations-title h2 {
    margin: 0;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.donations-title span {
    display: block;
    color: var(--gold);
    font-size: 22px;
    line-height: 1;
    margin-top: 4px;
}

/* AMOUNTS */

.amount-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.donation-amount-btn {
    min-height: 170px;
    padding: 20px 18px;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(16, 36, 71, 0.11);
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.06);
    text-align: center;
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s ease;
}

.donation-amount-btn:hover {
    transform: translateY(-3px);
    border-color: var(--gold);
    box-shadow: 0 16px 34px rgba(16, 36, 71, 0.12);
}

.donation-amount-btn:focus-visible {
    outline: 3px solid rgba(196, 147, 34, 0.35);
    outline-offset: 3px;
}

.donation-amount-btn.selected {
    border-color: var(--gold);
    background: #fff8e8;
    box-shadow: 0 16px 34px rgba(196, 147, 34, 0.18);
}

.donation-amount-btn img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
    mix-blend-mode: multiply;
}

.donation-amount-btn strong {
    display: block;
    color: var(--gold-dark);
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
}

.donation-amount-btn p {
    margin: 6px 0 0;
    color: var(--navy);
    font-size: 16px;
    font-weight: 900;
}

/* WHERE MONEY */

.where-money-goes {
    margin-top: 28px;
}

.money-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.money-grid article {
    min-height: 160px;
    padding: 22px 18px;
}

.money-grid img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
    mix-blend-mode: multiply;
}

.money-grid h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

.money-grid p {
    margin: 0;
    color: #273a5d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

/* RIGHT */

.monthly-donation {
    margin-bottom: 28px;
}

.monthly-donation > p {
    margin: -8px auto 18px;
    text-align: center;
    color: #273a5d;
    font-size: 15px;
    font-weight: 600;
}

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

.monthly-donation-btn {
    min-height: 150px;
    padding: 18px 14px;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(16, 36, 71, 0.11);
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.06);
    text-align: center;
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s ease;
}

.monthly-donation-btn:hover {
    transform: translateY(-3px);
    border-color: var(--gold);
    box-shadow: 0 16px 34px rgba(16, 36, 71, 0.12);
}

.monthly-donation-btn:focus-visible {
    outline: 3px solid rgba(196, 147, 34, 0.35);
    outline-offset: 3px;
}

.monthly-donation-btn.selected {
    border-color: var(--gold);
    background: #fff8e8;
    box-shadow: 0 16px 34px rgba(196, 147, 34, 0.18);
}

.monthly-donation-btn img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
    mix-blend-mode: multiply;
}

.monthly-donation-btn h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 16px;
    font-weight: 900;
}

.monthly-donation-btn strong {
    display: block;
    color: var(--gold-dark);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
}

.monthly-donation-btn span {
    color: #273a5d;
    font-size: 14px;
    font-weight: 700;
}

/* TRUST */

.donations-trust {
    padding-top: 8px;
    border-top: 1px solid rgba(16, 36, 71, 0.12);
}

.donations-trust h2 {
    margin: 0 0 16px;
    color: var(--navy);
    text-align: center;
    font-size: 27px;
    font-weight: 900;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
    min-height: 104px;
    padding: 0 14px;
    text-align: center;
    border-inline-start: 1px solid rgba(16, 36, 71, 0.13);
}

.trust-grid article:last-child {
    border-inline-start: 0;
}

.trust-grid img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin: 0 auto 8px;
    display: block;
    mix-blend-mode: multiply;
}

.trust-grid h3 {
    margin: 0;
    color: var(--navy);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
}

.donation-stats {
    margin-top: 22px;
    padding: 18px;
    border-radius: 12px;
    background: #fbf6ed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.donation-stats div:first-child {
    border-inline-start: 1px solid rgba(16, 36, 71, 0.13);
}

.donation-stats strong {
    display: block;
    color: var(--navy);
    font-size: 30px;
    font-weight: 900;
}

.donation-stats span {
    color: #273a5d;
    font-size: 15px;
    font-weight: 800;
}

/* CTA */

.donations-cta {
    width: calc(100% - 156px);
    min-height: 112px;
    margin: 0 auto 22px;
    padding: 20px 42px;
    border-radius: 14px;
    color: white;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.24), transparent 280px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
    box-shadow: 0 16px 38px rgba(16, 36, 71, 0.18);
    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 32px;
    align-items: center;
    direction: ltr;
}

.donations-cta img {
    width: 110px;
    height: 80px;
    object-fit: contain;
    opacity: 0.85;
}

.donations-cta div {
    direction: rtl;
    text-align: center;
}

.donations-cta h2 {
    margin: 0 0 6px;
    color: var(--gold);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.donations-cta p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.donations-cta-actions {
    display: flex;
    gap: 18px;
}

/* FOOTER */

.donations-footer {
    min-height: 190px;
    padding: 34px 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 42px;
    background: #fffdf8;
    border-top: 1px solid rgba(16, 36, 71, 0.08);
}

.donations-footer h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 18px;
    font-weight: 900;
}

.donations-footer a,
.donations-footer p {
    display: block;
    margin: 0 0 7px;
    color: #273a5d;
    font-size: 14px;
    font-weight: 600;
}

.donations-socials span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-inline-start: 8px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: white;
    font-weight: 900;
}

.donations-footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.donations-footer-brand strong {
    display: block;
    color: var(--navy);
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.donations-footer-brand span {
    color: var(--navy);
    font-weight: 700;
}

.donations-footer-brand p {
    margin-top: 10px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .donations-header-btn {
        display: none;
    }

    .donations-hero {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .donations-hero-image {
        min-height: 320px;
    }

    .donations-hero-image::after {
        top: auto;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 110px;
        background: linear-gradient(180deg, transparent, #fbf6ed);
    }

    .donations-content {
        grid-template-columns: 1fr;
        padding: 30px 28px;
    }

    .amount-grid,
    .money-grid,
    .monthly-grid,
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .donations-cta {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
        text-align: center;
    }

    .donations-cta img {
        margin: 0 auto;
    }

    .donations-cta-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .donations-footer {
        grid-template-columns: repeat(2, 1fr);
        padding: 34px 28px;
    }
}

@media (max-width: 760px) {
    .donations-hero-content {
        padding: 38px 22px;
    }

    .donations-hero-content h1 {
        font-size: 42px;
    }

    .donations-hero-content h2 {
        font-size: 25px;
    }

    .amount-grid,
    .money-grid,
    .monthly-grid,
    .trust-grid,
    .donation-stats {
        grid-template-columns: 1fr;
    }

    .donations-cta-actions,
    .donations-cta-actions a {
        width: 100%;
    }

    .donations-footer {
        grid-template-columns: 1fr;
    }
}

/* FIX DONATION AMOUNTS */

.donation-amounts {
    max-width: 940px;
    margin: 0 auto;
}

.amount-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.donation-amount-btn {
    min-height: 170px;
    padding: 22px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 24px rgba(16, 36, 71, 0.06);
    text-align: center;
    font-family: inherit;
    cursor: pointer;
}

.donation-amount-btn img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
    mix-blend-mode: multiply;
}

.donation-amount-btn strong {
    display: block;
    color: var(--gold-dark);
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
}

.donation-amount-btn p {
    margin: 8px 0 0;
    color: var(--navy);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.full-donate-btn {
    width: 100%;
    min-height: 54px;
    margin: 14px 0 0;
    border-radius: 8px;
    background: var(--gold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 900;
}

.money-grid article {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.money-grid img {
    margin-left: auto;
    margin-right: auto;
}

.money-grid h3,
.money-grid p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.money-grid p {
    max-width: 180px;
}

.section-title {
    text-align: center;
}

.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
    height: 18px;
}

.title-divider span {
    width: 62px;
    height: 1.5px;
    background: #c89a2b;
    display: block;
}

.title-divider i {
    font-style: normal;
    color: #c89a2b;
    font-size: 18px;
    line-height: 1;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(3px);
}

.title-divider-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
    height: 18px;
}

.title-divider-v2 span {
    width: 62px;
    height: 1.5px;
    background: #c89a2b;
    display: block;
}

.title-divider-v2 i {
    font-style: normal;
    color: #c89a2b;
    font-size: 18px;
    line-height: 1;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0px);
}

/* Money goes blocks */
.donations-body .money-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.donations-body .money-grid article {
    min-height: 190px;
    padding: 26px 22px;

    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 26px rgba(16, 36, 71, 0.08);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.donations-body .money-grid article img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
}

.donations-body .money-grid article h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
}

.donations-body .money-grid article p {
    margin: 0 auto;
    max-width: 230px;
    color: #273a5d;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

/* Donations trust cards */
.donations-body .trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.donations-body .trust-grid article {
    min-height: 190px;
    padding: 26px 22px;

    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 26px rgba(16, 36, 71, 0.08);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.donations-body .trust-grid article img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
}

.donations-body .trust-grid article h3 {
    margin: 0;
    max-width: 260px;
    color: var(--navy);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
    text-align: center;
}

/* =========================
   DONATIONS PAGE - MOBILE / SMALL SCREENS ONLY
   ========================= */

@media (max-width: 900px) {
    .donations-body .donations-shell {
        width: 100%;
        margin: 0;
        border-radius: 0;
        overflow-x: hidden;
    }

    .donations-body .donations-page {
        text-align: center;
    }

    .donations-body .donations-hero {
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
        text-align: center;
    }

    .donations-body .donations-hero-image {
        min-height: 260px;
        grid-area: image;
    }

    .donations-body .donations-hero-content {
        grid-area: content;
        padding: 36px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .donations-body .donations-hero-content h1,
    .donations-body .donations-hero-content h2,
    .donations-body .donations-hero-content p {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .donations-body .donations-hero-content h1 {
        font-size: clamp(42px, 11vw, 58px);
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .donations-body .donations-hero-content h2 {
        font-size: 22px;
        line-height: 1.45;
    }

    .donations-body .donations-hero-content p {
        font-size: 17px;
        line-height: 1.7;
    }

    .donations-body .donations-hero-content br {
        display: none;
    }

    .donations-body .donations-hero-actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .donations-body .donate-main-btn,
    .donations-body .donate-whatsapp-btn,
    .donations-body .donate-outline-btn,
    .donations-body .full-donate-btn {
        width: 100%;
        max-width: 340px;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .donations-body .full-donate-btn {
        width: 100%;
        max-width: 340px;
        min-width: 0;

        margin-left: auto;
        margin-right: auto;
        margin-inline-start: auto;
        margin-inline-end: auto;

        display: flex;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .donations-body .donations-content {
        display: grid;
        grid-template-columns: 1fr;
        padding: 28px 18px;
        gap: 28px;
        text-align: center;
    }

    .donations-body .donations-left,
    .donations-body .donations-right {
        width: 100%;
        max-width: 100%;
    }

    .donations-body .donations-title,
    .donations-body .section-title {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .donations-body .donations-title h2,
    .donations-body .section-title h2 {
        text-align: center;
    }

    .donations-body .title-divider-v2,
    .donations-body .title-divider {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .donations-body .amount-grid,
    .donations-body .monthly-grid,
    .donations-body .money-grid,
    .donations-body .trust-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 16px;
    }

    .donations-body .donation-amount-btn,
    .donations-body .monthly-donation-btn,
    .donations-body .money-grid article,
    .donations-body .trust-grid article {
        width: 100%;
        max-width: 340px;
        text-align: center;
        justify-items: center;
    }

    .donations-body .donation-amount-btn img,
    .donations-body .monthly-donation-btn img,
    .donations-body .money-grid img,
    .donations-body .trust-grid img {
        margin-left: auto;
        margin-right: auto;
    }

    .donations-body .donation-amount-btn strong,
    .donations-body .donation-amount-btn p,
    .donations-body .monthly-donation-btn h3,
    .donations-body .monthly-donation-btn strong,
    .donations-body .monthly-donation-btn span,
    .donations-body .money-grid h3,
    .donations-body .money-grid p,
    .donations-body .trust-grid h3 {
        text-align: center;
    }

    .donations-body .monthly-donation,
    .donations-body .donations-trust,
    .donations-body .donation-stats {
        text-align: center;
    }

    .donations-body .donation-stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .donations-body .donations-cta {
        width: calc(100% - 28px);
        margin: 28px auto 34px;
        padding: 28px 18px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 22px;
        text-align: center;
    }

    .donations-body .donations-cta img {
        margin: 0 auto;
    }

    .donations-body .donations-cta h2,
    .donations-body .donations-cta p {
        width: 100%;
        text-align: center;
    }

    .donations-body .donations-cta-actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
}






/* =========================
   STORIES PAGE ONLY
   Scoped to this page wrapper
   ========================= */

.site-shell.contact-shell {
    width: min(1920px, 100%);
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    background: #fffdf8;
}

/* Main page */

.site-shell.contact-shell .page {
    width: 100%;
    margin: 0;
    padding: 0 0 38px;
    background: #fffdf8;
}

/* Hero */

.site-shell.contact-shell .hero {
    width: 100%;
    height: 550px;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background:
            linear-gradient(
                    90deg,
                    rgba(0, 0, 0, 0.62) 0%,
                    rgba(0, 0, 0, 0.38) 34%,
                    rgba(0, 0, 0, 0.34) 58%,
                    rgba(0, 0, 0, 0.66) 100%
            ),
            url("../public/goldSoldiersStoriesMain.png");

    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
}

.site-shell.contact-shell .hero::before {
    content: none;
    display: none;
}

.site-shell.contact-shell .hero::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    height: 115px;
    background: linear-gradient(
            180deg,
            rgba(255, 253, 248, 0) 0%,
            rgba(255, 253, 248, 0.28) 48%,
            rgba(255, 253, 248, 0.86) 86%,
            #fffdf8 100%
    );
    pointer-events: none;
    z-index: 1;
}

.site-shell.contact-shell .hero-content {
    position: relative;
    z-index: 2;
    width: min(920px, 92%);
    margin: 0 auto;
    padding: 0 24px;
    color: #ffffff;
    text-align: center;
}

.site-shell.contact-shell .hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(54px, 5.4vw, 92px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -3px;
    text-shadow: 0 9px 26px rgba(0, 0, 0, 0.58);
}

.site-shell.contact-shell .hero-divider {
    margin: 22px auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--gold);
    font-size: 26px;
    line-height: 1;
}

.site-shell.contact-shell .hero-divider::before,
.site-shell.contact-shell .hero-divider::after {
    content: "";
    width: 118px;
    height: 2px;
    background: linear-gradient(
            90deg,
            transparent,
            currentColor,
            transparent
    );
}

.site-shell.contact-shell .hero-content p {
    margin: 0 auto;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.55;
    font-weight: 800;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.62);
}

/* Stories grid */

.site-shell.contact-shell .stories-section {
    padding: 34px 90px 18px;
    background: #fffdf8;
}

.site-shell.contact-shell .stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.site-shell.contact-shell .story-card {
    min-height: 230px;
    display: grid;
    grid-template-columns: 46% 54%;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
    box-shadow: 0 10px 26px rgba(16, 36, 71, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.site-shell.contact-shell .story-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(16, 36, 71, 0.15);
}

.site-shell.contact-shell .story-image {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    display: block;
}

.site-shell.contact-shell .story-content {
    padding: 26px 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.site-shell.contact-shell .story-content h2 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
}

.site-shell.contact-shell .story-content p {
    margin: 0;
    color: #273a5d;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
}

.site-shell.contact-shell .read-more-btn {
    margin-top: 18px;
    min-width: 112px;
    width: fit-content;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(196, 147, 34, 0.34);
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 900;
    transition: 0.22s ease;
}

.site-shell.contact-shell .read-more-btn span {
    color: var(--gold);
    font-size: 25px;
    line-height: 1;
}

.site-shell.contact-shell .read-more-btn:hover {
    color: #ffffff;
    border-color: transparent;
    background: var(--gold);
    transform: translateY(-2px);
}

.site-shell.contact-shell .read-more-btn:hover span {
    color: #ffffff;
}

/* Blue CTA */

.site-shell.contact-shell .cta {
    width: calc(100% - 180px);
    min-height: 150px;
    margin: 14px auto 26px;
    padding: 28px 56px;
    border-radius: 14px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 12% 50%, rgba(196, 147, 34, 0.25), transparent 280px),
            linear-gradient(135deg, var(--navy), var(--navy-dark));
    box-shadow: 0 16px 38px rgba(16, 36, 71, 0.18);
}

.site-shell.contact-shell .cta::before {
    content: "♡";
    position: absolute;
    left: 42px;
    top: 12px;
    color: transparent;
    -webkit-text-stroke: 5px var(--gold);
    font-size: 120px;
    line-height: 1;
    opacity: 0.75;
    transform: rotate(-8deg);
}

.site-shell.contact-shell .cta::after {
    content: none;
    display: none;
}

.site-shell.contact-shell .cta-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.site-shell.contact-shell .cta h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
}

.site-shell.contact-shell .cta p {
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.6;
    font-weight: 600;
}

.site-shell.contact-shell .cta-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-shell.contact-shell .cta-btn {
    min-width: 250px;
    min-height: 54px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 900;
    transition: 0.22s ease;
}

.site-shell.contact-shell .cta-btn.primary {
    color: white;
    background: var(--gold);
}

.site-shell.contact-shell .cta-btn.secondary {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.04);
}

.site-shell.contact-shell .cta-btn:hover {
    transform: translateY(-2px);
}

/* Bottom CTA */

.site-shell.contact-shell .about-cta-v4 {
    width: calc(100% - 180px);
    min-height: 116px;
    margin: 0 auto 34px;
    padding: 24px 46px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbf6ed, #fffdf8);
    border: 1px solid rgba(16, 36, 71, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: var(--navy);
    box-shadow: none;
}

.site-shell.contact-shell .about-cta-text-v4 {
    text-align: right;
}

.site-shell.contact-shell .about-cta-text-v4 h2 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.site-shell.contact-shell .about-cta-text-v4 p {
    margin: 0;
    color: #273a5d;
    font-size: 18px;
    font-weight: 600;
}

.site-shell.contact-shell .about-cta-actions-v4 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.site-shell.contact-shell .about-btn-v4 {
    min-width: 210px;
    min-height: 52px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
    transition: 0.22s ease;
}

.site-shell.contact-shell .about-btn-v4.mail {
    color: var(--navy);
    background: #ffffff;
    border: 1px solid rgba(16, 36, 71, 0.12);
}

.site-shell.contact-shell .about-btn-v4.whatsapp {
    color: #ffffff;
    background: var(--gold);
}

.site-shell.contact-shell .about-btn-v4:hover {
    transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 1100px) {
    .site-shell.contact-shell .stories-section {
        padding: 30px 28px 18px;
    }

    .site-shell.contact-shell .stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-shell.contact-shell .cta,
    .site-shell.contact-shell .about-cta-v4 {
        width: calc(100% - 56px);
    }

    .site-shell.contact-shell .about-cta-v4 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .site-shell.contact-shell .about-cta-text-v4 {
        text-align: center;
    }

    .site-shell.contact-shell .about-cta-actions-v4 {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .site-shell.contact-shell .hero {
        height: 330px;
        min-height: 330px;
        background-position: center center;
    }

    .site-shell.contact-shell .hero-content h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .site-shell.contact-shell .hero-content p {
        font-size: 18px;
    }

    .site-shell.contact-shell .hero-divider::before,
    .site-shell.contact-shell .hero-divider::after {
        width: 64px;
    }

    .site-shell.contact-shell .stories-section {
        padding: 24px 18px 16px;
    }

    .site-shell.contact-shell .stories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .site-shell.contact-shell .story-card {
        grid-template-columns: 1fr;
    }

    .site-shell.contact-shell .story-image {
        height: 240px;
        min-height: 240px;
    }

    .site-shell.contact-shell .cta,
    .site-shell.contact-shell .about-cta-v4 {
        width: calc(100% - 36px);
        padding: 26px 18px;
    }

    .site-shell.contact-shell .cta h2,
    .site-shell.contact-shell .about-cta-text-v4 h2 {
        font-size: 28px;
    }

    .site-shell.contact-shell .cta p,
    .site-shell.contact-shell .about-cta-text-v4 p {
        font-size: 17px;
    }

    .site-shell.contact-shell .cta-btn,
    .site-shell.contact-shell .about-btn-v4 {
        width: 100%;
        min-width: 0;
    }

    .site-shell.contact-shell .about-cta-actions-v4 {
        width: 100%;
    }
}



/* =========================
   LANGUAGE SWITCH
   ========================= */

.language-switch {
    order: 3;
    margin-inline-start: auto;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.language-switch button {
    min-width: 44px;
    height: 34px;
    border: 1px solid rgba(16, 36, 71, 0.18);
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 760px) {
    .language-switch {
        order: 2;
        margin-inline-start: auto;
        margin-inline-end: 8px;
    }

    .menu-button {
        order: 3;
    }

    .main-nav {
        order: 10;
    }
}

.site-credit {
    padding: 18px 16px;
    text-align: center;
    background: #fffdf8;
    border-top: 1px solid rgba(16, 36, 71, 0.10);
}

.site-credit p {
    margin: 0;
    color: rgba(16, 36, 71, 0.72);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.site-credit strong {
    color: var(--gold-dark);
    font-weight: 900;
}

@media (max-width: 760px) {
    .site-credit {
        padding: 14px 16px;
    }

    .site-credit p {
        font-size: 13px;
        line-height: 1.45;
    }
}













/* screen reader things */


.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99999;
    padding: 12px 18px;
    background: #08234a;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 900;
    transform: translateY(-140%);
}

.skip-link:focus {
    transform: translateY(0);
}

/* =========================================================
   WCAG 2.0 AA / WCAG 2.1 AA ACCESSIBILITY HARDENING
   Added after the original styles so it overrides unsafe rules.
   Goals:
   - visible keyboard focus
   - AA contrast for text on action buttons
   - usable target sizes
   - safe zoom/reflow behavior
   - reduced motion support
   - screen-reader utility fixes
   ========================================================= */

:root {
    --focus-ring: #005fcc;
    --focus-ring-soft: rgba(0, 95, 204, 0.24);
    --accessible-gold-text: var(--navy-dark);
    --accessible-whatsapp: #187d2b;
    --link-underline-thickness: 0.12em;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-padding-top: 120px;
}

body {
    min-width: 320px;
    line-height: 1.5;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
[type="button"],
[type="submit"],
[type="reset"],
a.btn,
.about-btn,
.about-btn-v4,
.header-whatsapp,
.soldier-header-btn,
.help-header-btn,
.who-header-btn,
.contact-header-btn,
.donations-header-btn,
.donate-main-btn,
.full-donate-btn,
.contact-method-card a,
.help-options-cta a,
.who-cta a,
.cta-btn,
.read-more-btn,
.language-switch button,
.menu-button {
    min-width: 44px;
    min-height: 44px;
}

a[href],
button,
[role="button"],
input,
select,
textarea,
summary,
[tabindex]:not([tabindex="-1"]) {
    touch-action: manipulation;
}

a[href]:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
    outline: 3px solid var(--focus-ring) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px var(--focus-ring-soft) !important;
    border-radius: 8px;
}

.main-nav a:focus-visible,
.footer a:focus-visible,
.volunteer-footer a:focus-visible,
.soldier-help-footer a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: var(--link-underline-thickness);
    text-underline-offset: 0.22em;
}

.main-nav a:focus-visible::after {
    width: 76%;
}

/*a[href]:not(.btn):not(.about-btn):not(.about-btn-v4):not(.logo):not(.image-logo):not(.contact-method-card a):not(.donate-main-btn):not(.full-donate-btn):not(.cta-btn):hover {*/
/*    text-decoration: underline;*/
/*    text-decoration-thickness: var(--link-underline-thickness);*/
/*    text-underline-offset: 0.22em;*/
/*}*/

.skip-link {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 999999;
    max-width: calc(100vw - 24px);
    padding: 14px 20px;
    background: var(--navy-dark);
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 10px;
    font-weight: 900;
    line-height: 1.35;
    transform: translateY(-180%);
    transition: transform 0.18s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
}

/* Keep visually-hidden text available to assistive technologies. */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:focus-visible {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip-path: none !important;
    clip: auto !important;
    white-space: normal !important;
}

/* Gold + white failed AA contrast. These actions now use dark readable text. */
/* =========================
   HEADER BUTTONS
   blue background + white text
   ========================= */

.header-whatsapp,
.soldier-header-btn,
.help-header-btn,
.who-header-btn,
.contact-header-btn,
.donations-header-btn,
.language-switch button.active {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.header-whatsapp:hover,
.soldier-header-btn:hover,
.help-header-btn:hover,
.who-header-btn:hover,
.contact-header-btn:hover,
.donations-header-btn:hover,
.language-switch button.active:hover {
    background: var(--navy-dark);
    color: var(--white);
    border-color: var(--navy-dark);
}


/* =========================
   PAGE BUTTONS
   gold background + readable dark text
   ========================= */

.volunteer-form button,
.soldier-help-form button,
.contact-form button,
.help-options-cta a,
.who-cta .gold-btn,
.contact-method-card a,
.donate-main-btn,
.full-donate-btn,
.site-shell.contact-shell .cta-btn.primary,
.site-shell.contact-shell .read-more-btn:hover,
.site-shell.contact-shell .about-btn-v4.whatsapp,
.btn-wa,
.about-btn-v4.whatsapp {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}

.volunteer-form button:hover,
.soldier-help-form button:hover,
.contact-form button:hover,
.help-options-cta a:hover,
.who-cta .gold-btn:hover,
.contact-method-card a:hover,
.donate-main-btn:hover,
.full-donate-btn:hover,
.site-shell.contact-shell .cta-btn.primary:hover,
.site-shell.contact-shell .about-btn-v4.whatsapp:hover,
.btn-wa:hover,
.about-btn-v4.whatsapp:hover {
    background: var(--gold-dark);
    color: var(--white);
    border-color: var(--gold-dark);
}

/* WhatsApp green with white is darkened to pass AA. */
.btn.whatsapp {
    background: var(--accessible-whatsapp) !important;
    color: #ffffff !important;
}

/* Inputs: focus must be visible without relying only on border color. */
.volunteer-form input:focus,
.volunteer-form textarea:focus,
.soldier-help-form input:focus,
.soldier-help-form select:focus,
.soldier-help-form textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--focus-ring) !important;
}

/* Error/help text readable contrast. */
.volunteer-form small,
.soldier-help-form small,
.contact-form small {
    color: #4b5563;
}

/* Decorative hover movement should not be the only affordance. */
.btn:hover,
.about-btn:hover,
.about-btn-v4:hover,
.hero-card:hover,
.volunteer-form button:hover,
.soldier-help-form button:hover,
.contact-form button:hover {
    text-decoration: none;
}

/* Improve readability when users increase text size or zoom. */
.hero-content p,
.about-hero-content p,
.about-hero-content-v4 p,
.volunteer-hero-content p,
.soldier-help-hero-content p,
.help-options-hero-content p,
.about-story p,
.about-story-v4 p,
.help-options-grid p,
.why-item p,
.soldier-topic-item p {
    overflow-wrap: anywhere;
}

@media (max-width: 760px) {
    .site-shell {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .main-nav a,
    .btn,
    .about-btn,
    .about-btn-v4,
    .donate-main-btn,
    .full-donate-btn,
    .contact-method-card a {
        min-height: 48px;
    }
}

/* WCAG 2.1: respect reduced motion preferences. */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .hero-card:hover,
    .btn:hover,
    .about-btn:hover,
    .about-btn-v4:hover,
    .volunteer-form button:hover,
    .soldier-help-form button:hover,
    .contact-form button:hover {
        transform: none !important;
    }
}

/* High-contrast / Windows forced-colors support. */
@media (forced-colors: active) {
    a[href],
    button,
    input,
    select,
    textarea {
        forced-color-adjust: auto;
    }

    a[href]:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible,
    summary:focus-visible {
        outline: 3px solid Highlight !important;
        box-shadow: none !important;
    }

    .main-nav a::after,
    .title-divider span,
    .about-divider span,
    .about-divider-v4 span,
    .volunteer-divider span,
    .soldier-help-divider span,
    .help-options-divider span {
        background: CanvasText;
    }
}

fieldset {
    border: 1px solid;
    color: #ffffff;
}

.cta-btn,
.about-btn-v4,
.about-btn-v4.mail,
.about-btn-v4.whatsapp {
    padding-inline: 24px;
    white-space: nowrap;
}

.site-credit {
    margin: 0;
    color: #06101f !important;
    line-height: 1.8;
    font-weight: 700;
}

.brand-credit {
    display: inline-flex;
    align-items: center;
    padding: 0.08em 0.38em;
    border-radius: 999px;

    color: #06101f !important;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-decoration: none;

    background: linear-gradient(135deg, #ffffff 0%, #dff7ff 42%, #69d2ff 100%);
    box-shadow: 0 0 18px rgba(105, 210, 255, 0.35);
}

.brand-credit:hover,
.brand-credit:focus-visible {
    color: #06101f !important;
    transform: translateY(-1px);
    box-shadow: 0 0 26px rgba(105, 210, 255, 0.58);
}

.coming-soon-hero {
    background-image: none !important;
}

.coming-soon-hero::before,
.coming-soon-hero::after {
    background-image: none !important;
}

.coming-soon-hero {
    min-height: 70vh;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 32px;
    overflow: hidden;
    background:
            radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.45), transparent 28%),
            radial-gradient(circle at 80% 20%, rgba(255, 236, 170, 0.5), transparent 32%),
            linear-gradient(135deg, #fff7d1 0%, #f5d56f 35%, #c99420 70%, #8a5a10 100%) !important;
    box-shadow: 0 28px 90px rgba(138, 90, 16, 0.28);
}

.coming-soon-hero::before,
.coming-soon-hero::after {
    background-image: none !important;
}

.coming-soon-hero .hero-content {
    max-width: 820px;
    padding: clamp(32px, 6vw, 72px);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(82, 50, 5, 0.22);
}

.coming-soon-hero .hero-kicker,
.coming-soon-hero h1,
.coming-soon-hero p,
.coming-soon-hero .hero-divider {
    color: #3f2704 !important;
}

.coming-soon-hero .hero-kicker {
    font-weight: 900;
    letter-spacing: 0.16em;
}

.coming-soon-hero h1 {
    text-shadow: 0 2px 16px rgba(255, 255, 255, 0.45);
}

.coming-soon-hero .cta-btn.primary {
    background: #3f2704;
    color: #fff7d1;
}

.coming-soon-hero .cta-btn.secondary {
    border-color: rgba(63, 39, 4, 0.35);
    color: #3f2704;
    background: rgba(255, 255, 255, 0.28);
}


/* =========================================================
   Temporary donation contact page
   donations-contact-us.html
   Keeps the original donations page design, only adapts cards
========================================================= */

.donations-contact-temp .temporary-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 16px;
    border: 1px solid rgba(191, 139, 34, 0.28);
    border-radius: 999px;
    color: #7a4d05;
    background: rgba(255, 244, 214, 0.82);
    font-size: 0.95rem;
    font-weight: 900;
}

.donations-contact-temp .temporary-donation-note {
    margin: 0 0 24px;
    padding: 18px 20px;
    border: 1px solid rgba(191, 139, 34, 0.22);
    border-radius: 20px;
    color: #102447;
    background:
            radial-gradient(circle at top right, rgba(255, 215, 90, 0.18), transparent 34%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 229, 0.92));
    font-weight: 700;
    line-height: 1.8;
}

.donations-contact-temp a.donation-amount-btn {
    text-decoration: none;
    color: inherit;
}

.donations-contact-temp .temp-contact-card {
    cursor: pointer;
    min-height: 205px;
}

.donations-contact-temp .temp-contact-card p[dir="ltr"] {
    direction: ltr;
    unicode-bidi: isolate;
    font-size: 0.95rem;
}

.donations-contact-temp .temp-contact-card:hover,
.donations-contact-temp .temp-contact-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(16, 36, 71, 0.17);
}

.donations-contact-temp .monthly-donation-btn {
    cursor: default;
}

.donations-contact-temp .monthly-donation-btn:hover,
.donations-contact-temp .monthly-donation-btn:focus-visible {
    transform: none;
}

.donations-contact-temp .monthly-donation-btn strong {
    color: #bd8a19;
    line-height: 1;
}

.donations-contact-temp .monthly-donation-btn span {
    color: #4f5e76;
    font-weight: 700;
}

.donations-contact-temp .donate-main-btn,
.donations-contact-temp .donate-whatsapp-btn,
.donations-contact-temp .full-donate-btn,
.donations-contact-temp .donate-outline-btn {
    text-decoration: none;
}

.donations-contact-temp .full-donate-btn {
    margin-top: 28px;
}

.donations-contact-temp .donations-hero-actions {
    align-items: center;
}

/* fallback if phone.png is missing: hide broken icon space less aggressively */
.donations-contact-temp .temp-contact-card img {
    object-fit: contain;
}

/* Mobile fixes */
@media (max-width: 900px) {
    .donations-contact-temp .temp-contact-card {
        min-height: 175px;
    }

    .donations-contact-temp .temporary-donation-note {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .donations-contact-temp .donations-hero-actions,
    .donations-contact-temp .donations-cta-actions {
        display: grid;
        width: 100%;
    }

    .donations-contact-temp .donate-main-btn,
    .donations-contact-temp .donate-whatsapp-btn,
    .donations-contact-temp .full-donate-btn,
    .donations-contact-temp .donate-outline-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .donations-contact-temp .temporary-label {
        margin-inline: auto;
    }
}

.temp-contact-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(180px, 220px));
     justify-content: center;
     justify-items: center;
     align-items: stretch;
     gap: 18px;
     margin-inline: auto;
 }

.temp-contact-grid .donation-amount-btn {
    width: 100%;
}

@media (max-width: 760px) {
    .temp-contact-grid {
        grid-template-columns: 1fr;
    }

    .temp-contact-grid .donation-amount-btn {
        max-width: 100%;
    }
}