/* ================================
   GLOBAL SETTINGS — ELITE LAYOUT
================================ */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f6f9fc;
    line-height: 1.7;
    overflow-x: hidden;
    color: #333;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ================================
   NAVBAR
================================ */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0A2A66;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

body {
    padding-top: 85px; /* prevent content hiding behind navbar */
}

.logo {
    font-weight: 800;
    font-size: 28px;
    color: white;
    letter-spacing: .5px;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: .3s;
}

.nav-links a:hover {
    color: #00FFD1;
}

/* ================================
   HERO
================================ */
.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    height: 90vh;
    padding: 0 6%;
    background: linear-gradient(rgba(4,20,60,.75), rgba(4,20,60,.85)),
                url('https://images.unsplash.com/photo-1531206715517-5c0ba140b2b8');
    background-size: cover;
    background-position: center;
    color: white;
}

.hero h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.15;
}

.hero p {
    font-size: 20px;
    max-width: 650px;
    opacity: .9;
}

.btn {
    background: linear-gradient(135deg,#00FFD1,#00A8FF);
    color: #002244;
    padding: 16px 34px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    transition: .4s;
}

.btn:hover {
    transform: translateY(-5px) scale(1.02);
}

/* ================================
   CONTAINER
================================ */
.container {
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

/* ================================
   GRID & CARDS
================================ */
.grid, .impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 35px;
}

.card {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    text-align: center;
    transition: .3s;
}

.card:hover {
    transform: translateY(-8px);
}

.card h2 {
    font-size: 42px;
    color: #00FFD1;
    margin-bottom: 10px;
}

/* ================================
   FOOTER
================================ */
.footer {
    background: #04143c;
    color: white;
    padding: 80px 6% 40px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 60px;
}

.footer-box h3 {
    margin-bottom: 18px;
    font-size: 20px;
}

.footer-box p {
    opacity: .85;
    line-height: 1.7;
}

.footer-donate {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 26px;
    background: #00FFD1;
    color: #002244;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.footer-donate:hover {
    transform: translateY(-5px);
}

.footer-line {
    border: none;
    height: 1px;
    background: rgba(255,255,255,.15);
    margin: 50px 0 20px;
}

.copyright {
    text-align: center;
    opacity: .7;
}

/* ================================
   FLOAT BUTTONS
================================ */
/* FLOATING BUTTON BASE */

.donate-float{
    position: fixed;
    left: 20px;
    bottom: 20px;

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 82px;   /* makes emoji bigger */
    border-radius: 50%; /* perfect circle */


    text-decoration: none;
    font-weight: 700;

    box-shadow: 0 8px 25px rgba(0,0,0,.30);
    transition: .3s;


    padding:18px 28px;
    border-radius:50px;
    font-size:18px;
    width:auto;
    height:auto;


}




.donate-float:hover{
    transform: scale(1.1);
}



.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 34px;
    text-decoration: none;
}

.whatsapp:hover {
    transform: scale(1.1);
}

.chat {
    position: fixed;
    right: 20px;
    bottom: 110px;
    width: 70px;
    height: 70px;
    background: #002244;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    text-decoration: none;
}

/* ================================
   DONATE PAGE SPECIFIC
================================ */
.donate-page {
    padding: 100px 6%;
    text-align: left;
}

/* HERO */
.donate-hero {
    max-width: 800px;
    margin: 0 auto 100px auto;
    text-align: center;
}

.donate-hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: #04143c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.donate-intro {
    font-size: 20px;
    color: #555;
    line-height: 1.8;
}

/* FOUNDERS BADGE */
.founder-badge {
    display: inline-block;
    margin-top: 35px;
    padding: 16px 32px;
    border-radius: 40px;
    background: linear-gradient(135deg,#00FFD1,#00A8FF);
    font-weight: 700;
    color: #002244;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

/* IMPACT STRIP */
.impact-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    margin: 100px 0;
}

.impact-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
    text-align: center;
    transition: .3s;
}

.impact-box h3 {
    margin-bottom: 15px;
    color: #04143c;
}

/* SECTION BACKGROUND */
.donation-section {
    padding: 80px 20px;
    background: #f4f6f9;
}

/* DONATION CARD */
.donation-card {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0,0,0,.08);
    margin: auto;
    max-width: 850px;
    transition: 0.3s;
}

.donation-card:hover {
    transform: translateY(-5px);
}

/* TITLE */
.donation-card h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.form-intro {
    text-align: center;
    color: #666;
    margin-bottom: 35px;
    font-size: 15px;
}

/* FORM GROUP */
.form-group {
    margin-bottom: 25px;
}

/* LABEL */
.donation-form label {
    font-weight: 600;
    color: #222;
    display: block;
    margin-bottom: 8px;
}

/* INPUTS */
.donation-form input,
.donation-form textarea,
.donation-form select {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #e2e6ea;
    transition: 0.2s;
    font-size: 14px;
}

.donation-form input:focus,
.donation-form textarea:focus,
.donation-form select:focus {
    border-color: #00A8FF;
    box-shadow: 0 0 0 3px rgba(0,168,255,0.1);
    outline: none;
}

/* ========================= */
/* DONATION TYPE (UPGRADED) */
/* ========================= */

.donation-type {
    display: flex;
    gap: 15px;
}

.donation-type label {
    flex: 1;
    border: 2px solid #e2e6ea;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
    position: relative;
}

/* Hide radio */
.donation-type input {
    display: none;
}

/* Hover */
.donation-type label:hover {
    border-color: #00FFD1;
    background: #f4fffd;
}

/* Active (SELECTED) */
.donation-type input:checked + span {
    color: #002244;
}

.donation-type input:checked + span::before {
    content: "✔ ";
}

.donation-type input:checked + span {
    font-weight: 700;
}

.donation-type input:checked + span,
.donation-type input:checked {
}

.donation-type input:checked + span {
}

/* Highlight selected box */
.donation-type input:checked + span {
}

.donation-type label:has(input:checked) {
    border-color: #00A8FF;
    background: #f0f8ff;
}

/* ========================= */
/* DONATION TIERS */
/* ========================= */

.donation-tiers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

.tier {
    border: 2px solid #eee;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
    position: relative;
}

/* Hide radio */
.tier input {
    display: none;
}

/* Hover */
.tier:hover {
    border-color: #00FFD1;
    background: #f4fffd;
}

/* Selected tier */
.tier:has(input:checked) {
    border-color: #00A8FF;
    background: #f0f8ff;
    transform: scale(1.02);
}

/* CUSTOM AMOUNT */
.custom-amount {
    margin-top: 10px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    font-size: 17px;
    padding: 16px;
    margin-top: 10px;
    background: linear-gradient(135deg,#00FFD1,#00A8FF);
    color: #002244;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,168,255,0.3);
}

/* MOBILE */
@media(max-width: 600px) {
    .donation-card {
        padding: 30px 20px;
    }

    .donation-tiers {
      grid-template-columns: fr;
    }

    .donation-type {
        flex-direction: column;
    }
}
/* IMPACT PROMISE */
.impact-promise {
    max-width: 750px;
    margin: 120px auto 0 auto;
    text-align: center;
}

.impact-promise h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.impact-promise p {
    color: #555;
    margin-bottom: 30px;
}

.impact-promise li {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

/* ================================
   CENTER SECTIONS — HEADINGS & CTA
================================ */
.center-section {
    text-align: center;
    max-width: 900px;
    margin: 60px auto;
    padding: 0 15px;
   
}

.center-section h1 {
    font-size: 42px;
    font-weight: 800;
    color: #04143c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.center-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.center-section .btn {
    padding: 16px 36px;
    font-size: 18px;
}

/* ================================
   RESPONSIVE — CENTER SECTIONS
================================ */
@media (max-width: 768px) {
    .center-section {
        transform: translateX(0);
    }

    .center-section h1 {
        font-size: 36px;
    }

    .center-section p {
        font-size: 16px;
    }

    .center-section .btn {
        padding: 14px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .center-section {
        transform: translateX(0);
    }

    .center-section h1 {
        font-size: 28px;
    }

    .center-section p {
        font-size: 14px;
    }

    .center-section .btn {
        padding: 12px 26px;
        font-size: 14px;
    }
}

/* ================================
   RESPONSIVE GENERAL
================================ */
@media(max-width:1024px){
    .hero h1 { font-size:50px; }
    .hero p { font-size:18px; }
}

@media(max-width:768px){
    .hero h1 { font-size:38px; }
    .hero p { font-size:16px; }
    .nav-links { gap: 20px; flex-wrap: wrap; }
    .donation-card { padding: 50px 30px; }
    .impact-strip { gap: 25px; }
}

@media(max-width:480px){
    .hero h1 { font-size:28px; }
    .hero p { font-size:14px; }
    .btn, .submit-btn { padding: 14px; font-size:16px; }
}

/* ================================
   CONTACT PAGE STYLING
================================ */
.contact-page {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 6%;
    text-align: center;
}

.contact-page h1 {
    font-size: 42px;
    font-weight: 800;
    color: #04143c;
    margin-bottom: 15px;
}

.contact-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto 50px;
}

/* CONTACT WRAPPER */
.contact-wrapper {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* FORM */
.contact-form {
    flex: 1 1 450px;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px;
    margin-bottom: 25px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 16px;
    transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #00A8FF;
    outline: none;
}

.contact-form button.contact-btn {
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    background: linear-gradient(135deg, #00FFD1, #00A8FF);
    color: #002244;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button.contact-btn:hover {
    transform: translateY(-3px) scale(1.02);
}

/* CONTACT INFO */
.contact-info {
    flex: 1 1 350px;
    text-align: left;
    background: #f9f9f9;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,.05);
}

.contact-info h2 {
    font-size: 28px;
    font-weight: 700;
    color: #04143c;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.contact-info a {
    color: #00A8FF;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* RESPONSIVE CONTACT */
@media (max-width: 1024px) {
    .contact-wrapper {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .contact-info {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .contact-page h1 { font-size: 32px; }
    .contact-intro { font-size: 16px; }
    .contact-form,
    .contact-info { padding: 30px; }
    .contact-form button.contact-btn { font-size: 16px; padding: 14px; }
    
}
/* ================================
   ABOUT US — NEW SECTIONS
================================ */

/* CENTERING & CONTAINER STYLE */
.center-section {
    text-align: center;
    max-width: 900px;
    margin: 60px auto;
    padding: 0 15px;
}

/* HEADINGS */
.center-section h1,
.center-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #04143c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.center-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* BUTTONS */
.center-section .btn {
    padding: 16px 36px;
    font-size: 18px;
}

/* ================================
   FOUNDER VIDEO
================================ */
.founder-video .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.1);
}

.founder-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ================================
   WHY WE EXIST SECTION
================================ */
.why-exist {
    background: #f4f9ff;  /* subtle light blue background */
    padding: 60px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.05);
    margin: 60px 0;
}

.why-exist p {
    font-size: 18px;
    color: #333;
}

/* ================================
   PILOT PROJECT SECTION
================================ */
.pilot-project {
    background: #fff9f4;  /* subtle cream background */
    padding: 60px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.05);
    margin: 60px 0;
}

.pilot-project ul {
    list-style: disc inside;
    text-align: left;
    max-width: 700px;
    margin: 20px auto;
    padding-left: 0;
}

.pilot-project li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #333;
}

/* ================================
   PARTNERS SECTION UPDATE
================================ */
.partners {
    max-width: 1200px;      /* optional: control overall width */
    margin: 60px auto;      /* centers the section horizontally */
    text-align: center;     /* centers heading and intro text */
    padding: 0 15px;        /* small side padding for mobile */
}


.partners h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.partners-intro {
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 35px;
}

.partner-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
    text-align: center;
    transition: .3s;
}

.partner-card img {
    max-width: 120px;
    margin-bottom: 15px;
}

.partner-card h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #04143c;
}

.partner-card p {
    font-size: 16px;
    color: #555;
}

/* ================================
   RESPONSIVE
================================ */
@media(max-width:1024px){
    .center-section h1,
    .center-section h2 { font-size:36px; }
    .center-section p { font-size:16px; }
    .pilot-project ul { max-width: 100%; }
}

@media(max-width:768px){
    .center-section h1,
    .center-section h2 { font-size:32px; }
    .center-section p { font-size:15px; }
}

@media(max-width:480px){
    .center-section h1,
    .center-section h2 { font-size:28px; }
    .center-section p { font-size:14px; }
    .partner-card { padding: 20px; }
    
}

@media(max-width:480px){
    .donate-float{
        width:60px;
        height:60px;
        font-size:26px;
        left:15px;
        bottom:15px;
    }
}


/* ================================
   FIXED PROFESSIONAL MOBILE NAV
================================ */

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: .3s;
}

/* Mobile Navigation */
@media (max-width: 900px) {

    .logo {
        font-size: 18px;
    }

    .nav-links {
        position: fixed;
        top: 85px;
        right: -100%;
        width: 260px;
        height: calc(100vh - 85px);
        background: #0A2A66;
        flex-direction: column;
        padding: 40px 25px;
        gap: 25px;
        transition: .4s ease;
        box-shadow: -10px 0 30px rgba(0,0,0,.15);
    }

    .nav-links.active {
        right: 0;
    }

    .menu-toggle {
        display: flex;
    }
    /* ================================
   NAVBAR ALIGNMENT FIX
================================ */

.nav-container {
    display: flex;
    justify-content: space-between; /* logo left, menu right */
    align-items: center;
    width: 100%;
}

@media (max-width: 900px) {
    .nav-container {
        justify-content: space-between; /* logo left, hamburger right */
    }

    .nav-links {
        position: fixed !important;
        top: 85px;
        right: -100% !important;
        width: 260px;
        height: calc(100vh - 85px);
        background: #0A2A66;
        flex-direction: column !important;
        align-items: flex-start;
        padding: 40px 25px;
        gap: 25px;
        transition: .4s ease;
        box-shadow: -10px 0 30px rgba(0,0,0,.15);
        flex-wrap: unset !important;
    }

    .nav-links.active {
        right: 0 !important;
    }

    .menu-toggle {
        display: flex;
    }
}

}
/* ================================
   DESKTOP NAVBAR LINKS RIGHT ALIGN
================================ */

@media (min-width: 901px) {
    .nav-container {
        display: flex;
        justify-content: space-between; /* logo left, nav right */
        align-items: center;
        width: 100%;
    }

    .nav-links {
        display: flex !important;      /* horizontal flex */
        flex-direction: row !important;
        gap: 30px;
        margin-left: auto;             /* push links to the right */
        position: static !important;   /* remove any fixed/mobile styles */
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .menu-toggle {
        display: none; /* hide hamburger on desktop */
    }
}
/* ================================
   MOBILE LOGO + HAMBURGER FIX
================================ */

/* Mobile view (≤ 900px) */
@media (max-width: 900px) {
    .logo {
        font-size: 22px;       /* bigger, readable */
        font-weight: 800;
        letter-spacing: 0.5px;
        white-space: normal;   /* allows wrapping if needed on tiny screens */
    }

    .menu-toggle {
        display: flex;         /* show hamburger only on mobile */
    }

    .nav-links {
        position: fixed;
        top: 85px;
        right: -100%;
        width: 260px;
        height: calc(100vh - 85px);
        background: #0A2A66;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 25px;
        gap: 25px;
        transition: .4s ease;
        box-shadow: -10px 0 30px rgba(0,0,0,.15);
    }

    .nav-links.active {
        right: 0;
    }
}

/* Desktop view (≥ 901px) */
@media (min-width: 901px) {
    .menu-toggle {
        display: none !important; /* hide hamburger on desktop */
    }

    .nav-links {
        display: flex !important;      
        flex-direction: row !important;
        margin-left: auto;         
        position: static !important;  
        gap: 30px;
        background: none;
        box-shadow: none;
        padding: 0;
    }
}
/* ================================
   PAGE HERO
================================ */

.page-hero{
    height:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
    padding:0 20px;
}

.mission-hero{
    background:
        linear-gradient(rgba(4,20,60,.75), rgba(4,20,60,.85)),
        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f');
    background-size:cover;
    background-position:center;
}

.page-hero h1{
    font-size:52px;
    font-weight:900;
    margin-bottom:10px;
}

.page-hero p{
    font-size:20px;
    opacity:.9;
}
/* ================================
   OBJECTIVES CARDS STYLE
================================ */
.mission-block .elite-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    margin-top: 30px;
}

.mission-block .elite-list li {
    background: #fff;
    padding: 30px 25px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    transition: transform .3s, box-shadow .3s;
}

.mission-block .elite-list li:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 70px rgba(0,0,0,.08);
}

/* ================================
   SECTION HEADINGS
================================ */
.mission-block .section-title {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    color: #04143c;
    margin-bottom: 30px;
}

/* RESPONSIVE ADJUSTMENTS */
@media(max-width: 1024px) {
    .mission-block .elite-list {
        gap: 25px;
    }
}

@media(max-width: 768px) {
    .mission-block .elite-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mission-block .section-title {
        font-size: 32px;
    }
}

@media(max-width: 480px) {
    .mission-block .elite-list li {
        padding: 20px 18px;
        font-size: 16px;
    }

    .mission-block .section-title {
        font-size: 28px;
    }
}
/* ===============================
        SECTION SPACING
=================================*/
section {
    padding: 80px 0;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #0A2A66;
    margin-bottom: 15px;
}

.impact-hero {
    text-align: center;
    background: #f8fafc;
}

.impact-hero h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.lead-text {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.85;
}

/* ===============================
        STATS GRID
=================================*/
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.stat-card {
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.stat-card h2 {
    font-size: 36px;
    color: #0A2A66;
    margin-bottom: 10px;
}

/* ===============================
        MESSAGE BOX
=================================*/
.impact-message {
    background: #0A2A66;
    color: white;
}

.message-box {
    max-width: 850px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}

/* ===============================
        GALLERY
=================================*/
.gallery-section {
    text-align: center;
}
/* Reduce spacing between sections */
.donate-hero {
    padding: 40px 20px; /* was 60px */
}

.impact-strip {
    margin: 40px 0; /* was 50px 0 */
    gap: 15px; /* reduce space between boxes */
}

.donation-card {
    margin: 0 auto 40px auto; /* was 0 auto 60px */
    padding: 30px; /* was 40px */
}

.alternative-donations {
    margin: 40px auto; /* was 60px */
    padding: 15px; /* was 20px */
}

.impact-promise {
    margin: 40px auto; /* was 60px */
}

/* Reduce gap in donation tiers */
.donation-tiers {
    gap: 8px; /* was 10px */
}

/* Reduce padding inside alt-box */
.alt-box {
    padding: 20px; /* was 30px */
}

/* Optional: reduce hero h1 margin */
.donate-hero h1 {
    margin-bottom: 15px; /* was 20px */
}
/* ALTERNATIVE DONATIONS */
.alternative-donations {
    max-width: 800px;
    margin: 60px auto;
    padding: 20px;
}
.alternative-donations h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
}
.alt-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 12px;
    border-left: 5px solid #2e7d32;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.alt-box h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.alt-box p {
    margin-bottom: 8px;
}
.alt-box strong {
    color: #2e7d32;
}

/* IMPACT PROMISE */
.impact-promise {
    max-width: 800px;
    margin: 60px auto;
    text-align: center;
}
.impact-promise ul {
    list-style: none;
    padding: 0;
}
.impact-promise ul li {
    margin: 10px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .impact-strip {
        flex-direction: column;
    }
}
/* Container */
.story-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 6%;
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* HERO / INTRO */
.story-hero h1 {
    font-size: 32px;
    text-align: center;
    color: #04143c;
    margin-bottom: 15px; /* reduced from large spacing */
}

.story-hero .intro {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

/* SECTIONS HEADINGS */
.story-home-summary h2,
.troya-spotlight h2 {
    font-size: 26px;
    color: #002244;
    margin-top: 40px; /* reduced top spacing */
    margin-bottom: 15px; /* reduced bottom spacing */
}

/* SECTION PARAGRAPHS */
.story-detail p,
.story-home-summary p,
.troya-spotlight p {
    font-size: 16px;
    margin-bottom: 15px; /* tighter spacing between paragraphs */
}

/* TROYA SPOTLIGHT CARDS */
.troya-option {
    background: #f8f9fa;
    border-left: 4px solid #00A8FF;
    padding: 12px 18px; /* smaller padding */
    margin-bottom: 15px; /* smaller spacing */
    border-radius: 6px;
}

.troya-option h3 {
    font-size: 20px;
    margin-bottom: 8px; /* smaller spacing under subtitle */
}
.blink-link {
    display: inline-block;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(circle at center, #ff2d2d 40%, #b30000 100%);
    border-radius: 50px;
    position: relative;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 10px rgba(255,0,0,0.6);
    transition: 0.3s ease;
}

.blink-link {
    display: inline-block;
    padding: 6px 14px;          /* reduced padding */
    font-size: 13px;            /* smaller text */
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(circle at center, #ff2d2d 40%, #b30000 100%);
    border-radius: 30px;        /* slightly smaller radius */
    position: relative;
    animation: pulse 1.8s infinite;
    box-shadow: 0 0 6px rgba(255,0,0,0.5);  /* softer glow */
    transition: 0.3s ease;
}

/* Smaller sparkle */
.blink-link::before {
    content: "✨";
    position: absolute;
    left: -8px;     /* closer to badge */
    top: -6px;
    font-size: 12px;   /* smaller sparkle */
    animation: sparkle 1.5s infinite alternate;
}

/* Softer pulse */
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 5px rgba(255,0,0,0.4); }
    50% { transform: scale(1.03); box-shadow: 0 0 12px rgba(255,0,0,0.7); }
    100% { transform: scale(1); box-shadow: 0 0 5px rgba(255,0,0,0.4); }
}

@keyframes sparkle {
    from { transform: translateY(0px); opacity: 0.7; }
    to { transform: translateY(-3px); opacity: 1; }
}

.blink-link:hover {
    background: #cc0000;
    transform: scale(1.05);   /* smaller hover zoom */
}




