/* ==========================================================
   AJMF GET INVOLVED PAGE STYLES (getinvolved.css)
   Scoped strictly under .get-involved-page / .get-involved-body
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Poppins:wght@300;400;500;600;700&display=swap');

html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* SOFT COOL-TONED LIGHT BLUE / OFF-WHITE PAGE BACKGROUND (#F4F8FA) */
body.get-involved-body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: #F4F8FA;
    color: #1e293b;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.get-involved-body * {
    box-sizing: border-box;
}

.get-involved-page {
    background-color: #F4F8FA;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.get-container {
    width: 92%;
    max-width: 1320px;
    margin: 0 auto;
}

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

/* ================= GLOBAL SECTION TITLES ================= */
.get-involved-page .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.get-involved-page .section-top-tag,
.get-involved-page .hero-eyebrow-tag {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #F97316;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.get-involved-page .section-title h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    color: #0b1f44;
    font-weight: 700;
    margin-bottom: 14px;
}

.get-involved-page .section-title p {
    font-size: 17px;
    color: #475569;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ================= 1. HERO SPLIT SECTION ================= */
.get-involved-page .hero-split-section {
    position: relative;
    background: #fffcf8;
    padding: 70px 0 100px;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.get-involved-page .hero-section-cutout-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
    opacity: 0.28;
}

/* Background Soft Accent Circles */
.get-involved-page .hero-bg-accent-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(60px);
    opacity: 0.45;
}

.get-involved-page .hero-bg-accent-circle.circle-1 {
    width: 320px;
    height: 320px;
    background: rgba(249, 115, 22, 0.15);
    top: -60px;
    left: -80px;
}

.get-involved-page .hero-bg-accent-circle.circle-2 {
    width: 400px;
    height: 400px;
    background: rgba(6, 63, 50, 0.12);
    bottom: -80px;
    right: -100px;
}

.get-involved-page .hero-split-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.get-involved-page .hero-text-content {
    text-align: left;
}

.get-involved-page .hero-eyebrow-tag {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #F97316;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: rgba(249, 115, 22, 0.08);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(249, 115, 22, 0.2);
}

.get-involved-page .hero-main-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 50px;
    font-weight: 700;
    color: #0b1f44;
    line-height: 1.18;
    margin-bottom: 22px;
}

.get-involved-page .highlight-orange {
    color: #F97316;
    display: inline-block;
}

.get-involved-page .script-highlight {
    font-family: 'Caveat', cursive, sans-serif;
    color: #F97316;
    font-size: 68px;
    font-weight: 700;
    display: inline-block;
}

.get-involved-page .hero-sub-text {
    font-size: 17.5px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 36px;
    max-width: 560px;
}

.get-involved-page .hero-actions-row {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.get-involved-page .btn-hero-primary {
    background-color: #063F32;
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(6, 63, 50, 0.25);
}

.get-involved-page .btn-hero-primary:hover {
    background-color: #F97316;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(249, 115, 22, 0.35);
}

.get-involved-page .btn-hero-secondary,
.get-involved-page .btn-hero-secondary-white {
    background-color: #ffffff;
    color: #063F32;
    padding: 14px 30px;
    border-radius: 30px;
    border: 2px solid #063F32;
    font-weight: 600;
    font-size: 15.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.get-involved-page .btn-hero-secondary:hover,
.get-involved-page .btn-hero-secondary-white:hover {
    background-color: #063F32;
    color: #ffffff;
    border-color: #063F32;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(6, 63, 50, 0.2);
}

.get-involved-page .hero-visual-column {
    position: relative;
    display: flex;
    justify-content: center;
}

.get-involved-page .hero-image-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(11, 31, 68, 0.14);
    border: 4px solid #ffffff;
    width: 100%;
    max-width: 520px;
    background: #ffffff;
}

.get-involved-page .hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.get-involved-page .hero-image-card:hover .hero-img {
    transform: scale(1.03);
}

.get-involved-page .hero-badge-floating {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 14px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.get-involved-page .badge-icon {
    width: 44px;
    height: 44px;
    background: #FFF3EB;
    color: #F97316;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.get-involved-page .badge-info strong {
    display: block;
    font-size: 15px;
    color: #0b1f44;
    font-weight: 700;
    line-height: 1.2;
}

.get-involved-page .badge-info span {
    font-size: 12.5px;
    color: #64748b;
}

.get-involved-page .hero-bottom-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}

.get-involved-page .hero-bottom-curve svg {
    width: 100%;
    height: 50px;
    display: block;
}

/* ================= 2. WAYS TO GET INVOLVED ================= */
.get-involved-page .ways-section {
    padding: 85px 0 100px;
    background-color: #fffcf8;
    position: relative;
    overflow: hidden;
}

.get-involved-page .ways-section-cutout-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
    opacity: 0.28;
}

.get-involved-page .ways-section .get-container {
    position: relative;
    z-index: 2;
}

.get-involved-page .ways-grid-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.get-involved-page .way-feature-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 44px 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(11, 31, 68, 0.05);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-involved-page .way-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(11, 31, 68, 0.1);
    border-color: #cbd5e1;
}

.get-involved-page .way-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
}

.get-involved-page .badge-green {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #dcfce7;
}

.get-involved-page .badge-orange {
    background-color: #fff7ed;
    color: #F97316;
    border: 1px solid #ffedd5;
}

.get-involved-page .badge-teal {
    background-color: #f0fdfa;
    color: #0d9488;
    border: 1px solid #ccfbf1;
}

.get-involved-page .badge-amber {
    background-color: #fffbebfb;
    color: #d97706;
    border: 1px solid #fef3c7;
}

.get-involved-page .way-feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0b1f44;
    margin-bottom: 14px;
}

.get-involved-page .way-feature-card p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 28px;
}

.get-involved-page .way-action-link {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.get-involved-page .link-dark {
    color: #0b1f44;
}

.get-involved-page .link-orange {
    color: #F97316;
}

.get-involved-page .way-action-link:hover {
    color: #F97316;
    transform: translateX(4px);
}

/* ================= 3. OUR IMPACT SO FAR ================= */
.get-involved-page .impact-stats-section {
    padding: 85px 0 95px;
    background-color: #F4F8FA;
}

.get-involved-page .impact-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 44px 38px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(11, 31, 68, 0.05);
}

.get-involved-page .stat-unit {
    display: flex;
    align-items: center;
    gap: 20px;
}

.get-involved-page .stat-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.get-involved-page .bg-teal {
    background-color: #063F32;
    color: #ffffff;
}

.get-involved-page .bg-orange {
    background-color: #F97316;
    color: #ffffff;
}

.get-involved-page .bg-dark {
    background-color: #0b1f44;
    color: #ffffff;
}

.get-involved-page .bg-gold {
    background-color: #f59e0b;
    color: #ffffff;
}

.get-involved-page .stat-number-box h3 {
    font-size: 38px;
    font-weight: 700;
    color: #0b1f44;
    line-height: 1.1;
    margin: 0 0 4px;
}

.get-involved-page .stat-number-box span {
    font-size: 15.5px;
    color: #64748b;
    font-weight: 600;
}

/* ================= 4. VOLUNTEER & PARTNER TWIN BLOCKS ================= */
.get-involved-page .vol-partner-blocks-section {
    padding: 90px 0 105px;
    background-color: #fff9f3;
    position: relative;
    overflow: hidden;
}

.get-involved-page .vol-partner-section-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
    opacity: 0.16;
}

.get-involved-page .vol-partner-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 249, 243, 0.4);
    pointer-events: none;
    z-index: 2;
}

.get-involved-page .vol-partner-blocks-section .get-container {
    position: relative;
    z-index: 3;
}

.get-involved-page .twin-blocks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.get-involved-page .twin-card {
    background-color: #ffffff;
    border-radius: 26px;
    padding: 44px 38px;
    box-shadow: 0 12px 35px rgba(11, 31, 68, 0.05);
    border: 1px solid #e2e8f0;
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 28px;
    align-items: center;
}

.get-involved-page .card-mini-tag {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #063F32;
    margin-bottom: 12px;
}

.get-involved-page .orange-tag {
    color: #F97316;
}

.get-involved-page .twin-card h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    color: #0b1f44;
    line-height: 1.25;
    margin-bottom: 14px;
}

.get-involved-page .twin-card p {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 22px;
}

.get-involved-page .twin-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.get-involved-page .twin-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15.5px;
    font-weight: 500;
    color: #334155;
}

.get-involved-page .twin-check-list i {
    color: #063F32;
    font-size: 17px;
}

.get-involved-page .orange-check i {
    color: #F97316;
}

.get-involved-page .btn-twin {
    padding: 15px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    width: fit-content;
}

.get-involved-page .btn-dark {
    background-color: #063F32;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(6, 63, 50, 0.2);
}

.get-involved-page .btn-dark:hover {
    background-color: #F97316;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
}

.get-involved-page .btn-orange {
    background-color: #F97316;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.25);
}

.get-involved-page .btn-orange:hover {
    background-color: #e0650d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35);
}

.get-involved-page .twin-card-media {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.get-involved-page .twin-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}



/* ================= RESPONSIVE MEDIA QUERIES ================= */
@media screen and (max-width: 1024px) {
    .get-involved-page .hero-main-heading {
        font-size: 44px;
    }

    .get-involved-page .script-highlight {
        font-size: 56px;
    }

    .get-involved-page .ways-grid-four {
        grid-template-columns: repeat(2, 1fr);
    }

    .get-involved-page .impact-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .get-involved-page .twin-blocks-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {

    html,
    body.get-involved-body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .get-involved-page {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .get-involved-page .hero-split-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .get-involved-page .hero-img {
        height: 360px;
    }

    .get-involved-page .twin-card {
        grid-template-columns: 1fr;
    }

    .get-involved-page .twin-card-media {
        order: -1;
    }

    .get-involved-page .twin-img {
        height: 250px;
        min-height: auto;
    }

    .get-involved-page .cta-content-wrapper h2 {
        font-size: 34px;
    }

    .get-involved-page .section-title h2 {
        font-size: 32px;
    }

    .get-involved-page .stat-number-box h3,
    .get-involved-page .counter {
        font-family: 'Poppins', sans-serif !important;
        font-size: clamp(2rem, 7vw, 2.5rem) !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
    }
}

@media screen and (max-width: 480px) {
    .get-involved-page .hero-main-heading {
        font-size: 34px;
    }

    .get-involved-page .script-highlight {
        font-size: 44px;
    }

    .get-involved-page .ways-grid-four {
        grid-template-columns: 1fr;
    }

    .get-involved-page .impact-stats-row {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .get-involved-page .hero-actions-row {
        flex-direction: column;
        width: 100%;
    }

    .get-involved-page .btn-hero-primary,
    .get-involved-page .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }
}