﻿body {
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --saffron: #E07B39;
    --saffron-light: #FAE8D8;
    --saffron-dark: #A0501C;
    --green: #2E7D52;
    --green-light: #D9F0E5;
    --green-dark: #1A4F34;
    --cream: #FDF8F3;
    --charcoal: #1A1A1A;
    --text: #2D2D2D;
    --text-muted: #6B6B6B;
    --white: #ffffff;
    --border: #E8E0D5;
    --pink: #C05080;
    --serif: 'Playfair Display', serif;
    --sans: 'DM Sans', sans-serif;
}

.btn-submit {
    font-family: sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button, input, select, textarea {
}

::selection {
    background: var(--saffron);
    color: white;
}

.bannerimg {
    border-radius: 10px;
}

.sec-bannerimg {
    margin-top: 20px;
    border-radius: 10px;
    padding: 40px 40px;
    padding-top: 0px;
}
/* ============================================================
     PAGE BANNER
     ============================================================ */
.page-banner {
    padding: 40px 80px 20px;
    background: linear-gradient(135deg, #FFF0E6 0%,white 70%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}

.say-no-banner {
    font-size: 43px;
    color: var(--saffron);
    font-weight: 800;
}

.sub-text-banner {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.page-banner::after {
    content: '🚫';
    position: absolute;
    top: -20px;
    right: -40px;
    font-size: 340px;
    opacity: 0.05;
    transform: rotate(-12deg);
    pointer-events: none;
}

.banner-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
}

    .breadcrumb a:hover {
        color: var(--saffron);
    }

    .breadcrumb .sep {
        color: var(--border);
    }

.banner-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1FE0B5;
    color: var(--green-dark);
    padding: 7px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    width: fit-content;
}

    .banner-pill .pulse-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green-dark);
        position: relative;
    }

        .banner-pill .pulse-dot::after {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            background: var(--green-dark);
            opacity: 0.4;
            animation: pulse 1.6s infinite;
        }

.banner-icon-block {
    width: 64px;
    height: 64px;
    background: var(--saffron);
    color: white;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 30px;
    margin-bottom: 24px;
    box-shadow: 0 8px 20px rgba(224,123,57,0.25);
}

.page-banner h1 {
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.05;
    color: var(--charcoal);
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

    .page-banner h1 em {
        color: var(--saffron);
        font-style: italic;
    }

.page-banner .lead {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 540px;
    font-weight: 500;
    margin-bottom: 32px;
}

    .page-banner .lead strong {
        color: var(--charcoal);
        font-weight: 600;
    }

.banner-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--saffron);
    color: white !important;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

    .btn-primary:hover {
        background: var(--saffron-dark) !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(224,123,57,0.3);
    }

.btn-secondary {
    background: transparent;
    color: #813908 !important;
    padding: 13px 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #813908;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-secondary:hover {
        border-color: var(--saffron-dark);
        transform: translateY(-2px);
        background: white;
    }

.banner-photo {
    position: relative;
    aspect-ratio: 5/5;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    box-shadow: 0 24px 60px -16px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner-photo .photo-emoji {
        font-size: 240px;
        opacity: 0.85;
        text-shadow: 0 8px 30px rgba(0,0,0,0.3);
    }

    .banner-photo .photo-tag {
        position: absolute;
        bottom: 24px;
        left: 24px;
        right: 24px;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        padding: 18px 22px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        gap: 14px;
    }

        .banner-photo .photo-tag .pt-num {
            font-size: 36px;
            font-weight: 900;
            color: var(--saffron);
            line-height: 1;
            letter-spacing: -0.02em;
        }

        .banner-photo .photo-tag .pt-lbl {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.4;
        }
/* ============================================================
     SECTIONS (shared)
     ============================================================ */
section.content {
    padding: 50px 80px;
}

.section-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

section.bg-white {
    background: var(--white);
}

section.bg-cream {
    background: var(--cream);
}

section.bg-green-l {
    background: var(--green-light);
}

.section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--saffron);
    margin-bottom: 16px;
}

section h2 {
    font-size: clamp(24px, 4vw, 45px);
    font-weight: 700;
    color: var(--charcoal);
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

    section h2 em {
        color: var(--saffron);
        font-style: italic;
    }

.r-card h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--charcoal);
    letter-spacing: -0.01em;
}

    .r-card h3 em {
        font-style: italic;
        color: var(--saffron);
        font-weight: 700;
        font-size: 20px;
    }

.section-desc {
    text-align: left;
    font-size: 17px;
    color: var(--text-muted);
    max-width: 620px;
    line-height: 1.7;
}

.content p {
    text-align: left;
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.section-head {
    margin-bottom: 56px;
}

    .section-head.center {
        text-align: center;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }

        .section-head.center .section-desc {
            margin-left: auto;
            margin-right: auto;
        }
/* ============================================================
     STAT BAND (the problem in numbers)
     ============================================================ */
.stat-band {
    background: linear-gradient(135deg, #305C23 0%, #5f9c4c 100%);
    color: white;
    padding: 40px 80px;
}

.stat-band-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: #5f9c4c8c;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
}

.stat-cell {
    background: #5f9c4c00;
    padding: 40px 32px;
    transition: background 0.2s;
}

    .stat-cell:hover {
        background: #ffffff21;
    }

.stat-eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c9ffb8;
    margin-bottom: 14px;
    font-weight: 700;
}

.stat-num {
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 900;
    /* line-height: 1; */
    margin-bottom: 12px;
    color: rgb(229 229 229);
    letter-spacing: -0.02em;
}

    .stat-num .small {
        font-size: 0.5em;
        color: #fff;
        margin-left: 4px;
        font-weight: 700;
    }

.stat-lbl {
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 1.55;
}
/* ============================================================
     OBJECTIVES — 4 cards
     ============================================================ */
.obj-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.obj-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 36px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

    .obj-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    }

    .obj-card .obj-num {
        font-size: 72px;
        color: var(--border);
        line-height: 1;
        position: absolute;
        top: 18px;
        right: 28px;
        font-weight: 900;
    }

    .obj-card .obj-icon {
        width: 60px;
        height: 60px;
        padding: 8px;
        background: var(--saffron-light);
        color: var(--saffron-dark);
        border-radius: 14px;
        display: grid;
        place-items: center;
        font-size: 26px;
        margin-bottom: 22px;
    }

    .obj-card h3 {
        font-size: 24px;
        font-weight: 700;
        color: var(--charcoal);
        margin-bottom: 14px;
        letter-spacing: -0.01em;
    }

    .obj-card p {
        font-size: 15px;
        color: var(--text-muted);
        line-height: 1.65;
        margin-bottom: 20px;
    }

.obj-list {
    list-style: none;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid var(--border);
}

    .obj-list li {
        position: relative;
        padding: 6px 0 6px 26px;
        font-size: 14px;
        line-height: 1.6;
        color: var(--text);
    }

        .obj-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 8px;
            background: var(--saffron-light);
            color: var(--saffron-dark);
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            font-size: 10px;
            font-weight: 700;
        }
/* ============================================================
     3R BLOCK
     ============================================================ */
.threer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
}

.r-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 40px 32px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

    .r-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.06);
        border-color: var(--saffron);
    }

    .r-card .r-ico {
        width: 100px;
        height: 100px;
        padding: 15px;
        background: #8bf9693d;
        color: var(--green-dark);
        border-radius: 18px;
        display: grid;
        place-items: center;
        font-size: 30px;
        margin-bottom: 24px;
        transition: all 0.3s;
    }

    .r-card:hover .r-ico {
        background: var(--saffron-light);
        color: var(--saffron-dark);
        transform: rotate(-6deg);
    }

    .r-card h3 {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 14px;
        color: var(--charcoal);
        letter-spacing: -0.01em;
    }

        .r-card h3 em {
            font-style: italic;
            color: var(--saffron);
            font-weight: 700;
        }

    .r-card p {
        font-size: 15px;
        color: var(--text-muted);
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .r-card .r-tip {
        background: var(--cream);
        border-left: 3px solid var(--saffron);
        padding: 14px 18px;
        border-radius: 10px;
        font-size: 13.5px;
        line-height: 1.5;
        color: var(--text);
    }

        .r-card .r-tip strong {
            color: var(--saffron-dark);
            font-weight: 700;
            display: block;
            margin-bottom: 4px;
            font-size: 11.5px;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
/* ============================================================
     ACTIONS GRID
     ============================================================ */
.actions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.action {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.25s;
}

    .action:hover {
        border-color: var(--saffron);
        transform: translateY(-3px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.04);
    }

.action-ic {
    width: 60px;
    padding: 8px;
    height: 60px;
    border-radius: 12px;
    background: var(--saffron-light);
    display: grid;
    place-items: center;
    font-size: 24px;
    flex-shrink: 0;
}

.action h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--charcoal);
    letter-spacing: -0.005em;
}

.action p {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.6;
}
/* ============================================================
     PLEDGE
     ============================================================ */
.pledge-section {
    background: #ffffff;
}

.pledge-headline {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: end;
    margin-bottom: 64px;
}

.pledge-counter {
    text-align: right;
}

    .pledge-counter .n {
        font-size: clamp(72px, 11vw, 140px);
        font-weight: 900;
        color: var(--saffron);
        line-height: 0.9;
        letter-spacing: -0.03em;
        font-variant-numeric: tabular-nums;
    }

    .pledge-counter .lbl {
        font-size: 12px;
        color: var(--text-muted);
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 8px;
    }

.form-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.04);
}

.form-eyebrow {
    font-size: 12px;
    color: var(--saffron);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--charcoal);
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

    .form-title em {
        font-style: italic;
        color: var(--saffron);
        font-weight: 700;
    }

.form-sub {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.6;
}

.pledge-options {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
}

.pledge-opt {
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 14px 18px 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

    .pledge-opt:hover {
        border-color: var(--saffron);
    }

    .pledge-opt input {
        width: 20px;
        height: 20px;
        accent-color: var(--saffron);
        flex-shrink: 0;
        cursor: pointer;
    }

    .pledge-opt:has(input:checked) {
        background: var(--saffron-light);
        border-color: var(--saffron);
    }

.pledge-opt-ic {
    font-size: 20px;
    flex-shrink: 0;
}

.pledge-opt-text {
    font-size: 12px;
    color: var(--text);
    line-height: 1.5;
    flex: 1;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

    .form-field.full {
        grid-column: 1 / -1;
    }

    .form-field label {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--charcoal);
    }

    .form-field input,
    .form-field textarea,
    .form-field select {
        padding: 13px 16px;
        border: 1.5px solid var(--border);
        border-radius: 12px;
        font-size: 15px;
        background: white;
        color: var(--text);
        outline: none;
        transition: all 0.2s;
        width: 100%;
        -webkit-appearance: none;
        appearance: none;
    }

        .form-field input::placeholder,
        .form-field textarea::placeholder {
            color: #b8b1a3;
        }

        .form-field input:focus,
        .form-field textarea:focus,
        .form-field select:focus {
            border-color: var(--saffron);
            background: var(--white);
            box-shadow: 0 0 0 4px rgba(224,123,57,0.1);
        }

    .form-field select {
        cursor: pointer;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='%232D2D2D' d='M6 8L0 0h12z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 10px;
        padding-right: 40px;
    }

    .form-field textarea {
        resize: vertical;
        min-height: 100px;
    }

    .form-field .hint {
        font-size: 12px;
        color: var(--text-muted);
        line-height: 1.4;
    }

.form-fineprint {
    text-align:
}

.btn-submit {
    background: var(--saffron);
    color: white;
    padding: 16px 28px;
    border-radius: 100px !important;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    letter-spacing: 0.02em;
}

    .btn-submit:hover:not(:disabled) {
        background: var(--saffron-dark);
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(224,123,57,0.3);
    }

    .btn-submit:disabled {
        opacity: 0.7;
        cursor: wait;
    }

.form-fineprint {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.55;
    text-align: center;
    margin-top: 14px;
}
/* Success state */
.form-success {
    display: none;
    text-align: center;
    padding: 40px 20px;
}

    .form-success.active {
        display: block;
    }

    .form-success .check {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: var(--green);
        color: white;
        display: grid;
        place-items: center;
        margin: 0 auto 24px;
        font-size: 38px;
        animation: bump 0.5s cubic-bezier(0.34,1.56,0.64,1);
        box-shadow: 0 12px 32px rgba(46,125,82,0.25);
    }

@keyframes bump {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.form-success h4 {
    font-size: 28px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.form-success p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 420px;
    margin: 0 auto 24px;
}
/* ============================================================
     HOST SESSION (form #2)
     ============================================================ */
.host-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
}

.host-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 36px;
}

.host-type {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 22px;
    transition: all 0.25s;
}

    .host-type:hover {
        border-color: var(--saffron);
        transform: translateY(-3px);
    }

    .host-type .ic {
        width: 60px;
        height: 60px;
        padding: 8px;
        background: var(--saffron-light);
        border-radius: 10px;
        display: grid;
        place-items: center;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .host-type h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
        color: var(--charcoal);
    }

    .host-type p {
        font-size: 13px;
        color: var(--text-muted);
        line-height: 1.5;
    }
/* ============================================================
     VOLUNTEER
     ============================================================ */
.cleanup-inner {
    max-width: 900px;
    margin: 0 auto;
}
/* ============================================================
     RESPONSIVE — mobile-friendly
     ============================================================ */
@media (max-width: 1024px) {


    .page-banner {
        padding: 30px 24px 30px;
    }

    .banner-inner {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .banner-photo {
        aspect-ratio: 16/10;
        max-width: 480px;
    }

        .banner-photo .photo-emoji {
            font-size: 160px;
        }

    section.content {
        padding: 40px 24px;
    }

    .stat-band {
        padding: 60px 24px;
    }



    footer.site-footer {
        padding: 60px 24px 32px;
    }

    .stat-band-inner {
        grid-template-columns: 1fr 1fr;
    }

    .obj-grid {
        grid-template-columns: 1fr;
    }

    .threer-grid {
        grid-template-columns: 1fr;
    }

    .actions-grid {
        grid-template-columns: 1fr;
    }

    .pledge-headline {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .pledge-counter {
        text-align: left;
    }

    .host-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .form-card {
        padding: 32px 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 640px) {
    nav.site-nav {
        padding: 0 16px;
    }

    .say-no-banner {
        font-size: 30px;
        color: var(--saffron);
        font-weight: 800;
    }

    .sub-text-banner {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 17px;
    }

    .logo-text, .logo-sub {
        display: block;
    }

    .ribbon {
        padding: 10px 16px;
        font-size: 12px;
    }

    .nav-cta {
        padding: 8px 16px;
        font-size: 13px;
    }

        .nav-cta .pulse {
            display: none;
        }

    .page-banner {
        padding: 40px 20px 64px;
    }

    section.content {
        padding: 56px 20px;
    }

    .stat-band {
        padding: 48px 20px;
    }


    footer.site-footer {
        padding: 48px 20px 28px;
    }

    .page-banner h1 {
        font-size: 36px;
    }

    .page-banner .lead {
        font-size: 16px;
    }


    .banner-ctas .btn-primary,
    .banner-ctas .btn-secondary {
        width: max-content;
        justify-content: center;
    }

    .banner-photo .photo-emoji {
        font-size: 120px;
    }

    .banner-photo .photo-tag {
        padding: 14px 16px;
        gap: 12px;
    }

        .banner-photo .photo-tag .pt-num {
            font-size: 28px;
        }

    .stat-band-inner {
        grid-template-columns: 1fr;
    }

    .stat-cell {
        padding: 13px 24px;
    }

    .obj-card {
        padding: 28px 22px;
    }

        .obj-card .obj-num {
            font-size: 52px;
            top: 12px;
            right: 18px;
        }

    .r-card {
        padding: 32px 24px;
    }

    .actions-grid {
        gap: 12px;
    }

    .form-card {
        padding: 26px 20px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .form-title {
        font-size: 26px;
    }

    .pledge-counter .n {
        font-size: 72px;
    }

    .host-types {
        grid-template-columns: 1fr;
    }


    /*
        .cta-buttons {
            flex-direction: row;
        }

            .cta-buttons .btn-white,
            .cta-buttons .btn-outline-white {
                width: 100%;
                justify-content: center;
            }
*/
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 380px) {
    .page-banner h1 {
        font-size: 30px;
    }

    section h2 {
        font-size: 26px;
    }

    .form-title {
        font-size: 22px;
    }
}
/* Touch devices — no hover transforms */
@media (hover: none) {
    .obj-card:hover, .action:hover, .host-type:hover, .r-card:hover,
    .stat-cell:hover, .pledge-opt:hover {
        transform: none;
    }
}
/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* iOS focus / zoom prevention */
input, textarea, select {
    font-size: 16px;
}




.btn-secondary:active {
    border-color: var(--saffron-dark) !important;
    background: white !important;
}

.btn-secondary:focus {
    border-color: var(--saffron-dark) !important;
    background: white !important;
    box-shadow: none;
}

.btn-primary:active:focus {
    box-shadow: none;
}

.pledge-opt {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.pledge-check input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.pledge-opt input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    opacity: 1 !important;
    position: relative !important;
    cursor: pointer;
    accent-color: var(--saffron);
}

.pledge-opt-ic {
    display: none;
}

.pledge-opt:has(input:checked) {
    background: var(--saffron-light) !important;
    border-color: var(--saffron) !important;
}

@media (max-width: 800px) {
    .banner-inner {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .say-no-banner {
        font-size: 30px;
        color: var(--saffron);
        font-weight: 800;
        margin-bottom: 5px;
    }

    .btn-primary {
        background: var(--saffron);
        color: white !important;
        padding: 8px 17px;
        border-radius: 100px;
        font-weight: 600;
        font-size: 13px;
        transition: all 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: none;
        cursor: pointer;
    }

    .page-banner .lead {
        font-size: 16px;
        color: var(--text-muted);
        line-height: 1.7;
        max-width: 540px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .banner-inner {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .btn-primary {
        background: var(--saffron);
        color: white !important;
        padding: 16px 17px;
        border-radius: 100px;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: none;
        cursor: pointer;
    }
}
/* Default: Desktop */
.bannerimg {
    display: block;
}

.bannerimg1 {
    display: none;
}

/* Mobile View */
@media (max-width: 768px) {
    .bannerimg {
        display: none;
    }

    .bannerimg1 {
        display: block;
    }
}
