/* ==========================================================================
   TOGETHER FOR CHANGE — MODERN RESPONSIVE NGO DESIGN SYSTEM
   Humanitarian, Hopeful, Trustworthy, High-Impact Visual Architecture
   ========================================================================== */

:root {
    --site-primary: #0f766e;
    --site-primary-dark: #115e59;
    --site-primary-darker: #134e4a;
    --site-primary-light: #f0fdfa;
    --site-primary-subtle: #ccfbf1;
    
    --site-accent: #d97706;
    --site-accent-dark: #b45309;
    --site-accent-light: #fef3c7;
    --site-accent-glow: rgba(217, 119, 6, 0.45);
    
    --site-dark: #0f172a;
    --site-dark-surface: #1e293b;
    --site-dark-muted: #334155;
    
    --site-body-bg: #ffffff;
    --site-surface-alt: #f8fafc;
    --site-surface-warm: #faf9f6;
    
    --site-text: #334155;
    --site-text-light: #64748b;
    --site-heading: #0f172a;
    --site-border: #e2e8f0;
    
    --site-card-radius: 18px;
    --site-btn-radius: 50px;
    
    --site-gradient-primary: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
    --site-gradient-accent: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    --site-gradient-hero: linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.65) 50%, rgba(15, 23, 42, 0.94) 100%);
    --site-gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --site-gradient-emerald: linear-gradient(135deg, #064e3b 0%, #0f766e 60%, #0f172a 100%);
    
    --site-shadow-xs: 0 1px 3px rgba(15, 23, 42, 0.05);
    --site-shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.05);
    --site-shadow-md: 0 10px 30px rgba(15, 23, 42, 0.08);
    --site-shadow-lg: 0 20px 45px rgba(15, 23, 42, 0.12);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--site-text);
    background-color: var(--site-body-bg);
    overflow-x: hidden;
    line-height: 1.68;
}

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Outfit', 'Inter', sans-serif;
    color: var(--site-heading);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.bg-warm-surface {
    background-color: var(--site-surface-warm);
}

.max-w-600 { max-width: 600px; }
.max-w-700 { max-width: 700px; }
.max-w-800 { max-width: 800px; }

/* Custom Link Colors */
a {
    color: var(--site-primary);
    transition: all 0.2s ease;
}
a:hover {
    color: var(--site-primary-dark);
}

.hover-white:hover {
    color: #ffffff !important;
}

.hover-primary:hover {
    color: var(--site-primary) !important;
}

/* ==========================================================================
   TOP BAR & NAVIGATION
   ========================================================================== */
.site-topbar {
    background-color: var(--site-dark);
    color: #cbd5e1;
    font-size: 0.84rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.social-top-link {
    color: #94a3b8;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.social-top-link:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.site-navbar {
    padding: 0.85rem 0;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    transition: all 0.3s ease;
    z-index: 1030;
}

.site-navbar.scrolled {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    padding: 0.65rem 0;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar-brand {
    font-family: 'Outfit', sans-serif;
    color: var(--site-heading);
    padding: 0;
}

.brand-emblem {
    width: 44px;
    height: 44px;
    background: var(--site-gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.3);
    color: #ffffff;
}

.brand-emblem .emblem-globe {
    font-size: 1.4rem;
}

.brand-emblem .emblem-heart {
    position: absolute;
    bottom: -2px;
    right: -2px;
    font-size: 0.8rem;
    color: #f59e0b;
    background: #0f172a;
    border-radius: 50%;
    padding: 2px;
}

.brand-title {
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--site-heading);
    letter-spacing: -0.03em;
}

.brand-subtext {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--site-accent);
}

.site-navbar .nav-link {
    color: #334155;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.5rem 0.85rem !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--site-primary);
    background-color: var(--site-primary-light);
}

/* Glowing Pulsing Donate Button */
.btn-donate-pulse {
    background: var(--site-gradient-accent);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.94rem;
    letter-spacing: 0.02em;
    padding: 0.6rem 1.45rem;
    border-radius: var(--site-btn-radius);
    border: none;
    box-shadow: 0 4px 18px var(--site-accent-glow);
    position: relative;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.btn-donate-pulse:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.6);
    color: #ffffff;
}

.btn-donate-pulse i {
    color: #fef3c7;
    animation: heartbeat 1.8s infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    15% { transform: scale(1.25); }
    30% { transform: scale(1); }
    45% { transform: scale(1.2); }
}

/* Mobile Hamburger Button */
.navbar-toggler {
    background: #f1f5f9;
}
.hamburger-box {
    width: 22px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hamburger-box::before,
.hamburger-box::after,
.hamburger-inner {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0f172a;
    border-radius: 2px;
}

/* Mobile Offcanvas */
.mobile-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    width: 320px;
    max-width: 90vw;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    box-shadow: -10px 0 30px rgba(15, 23, 42, 0.15);
}
.mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
}
.offcanvas-backdrop {
    transition: opacity 0.3s ease-in-out;
}
.mobile-nav-links .mobile-link {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}
.mobile-nav-links .mobile-link:hover {
    background-color: var(--site-primary-light);
    color: var(--site-primary);
}

.brand-emblem-sm {
    width: 32px;
    height: 32px;
    background: var(--site-gradient-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

/* ==========================================================================
     HERO BANNER
     ========================================================================== */
.hero-humanitarian {
    position: relative;
    min-height: 640px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    padding: 6.5rem 0 7rem 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--site-gradient-hero);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.15rem;
    border-radius: var(--site-btn-radius);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fef3c7;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.35rem;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.035em;
    color: #ffffff;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.hero-lead {
    font-size: 1.25rem;
    color: #f1f5f9;
    line-height: 1.65;
    margin-bottom: 2.25rem;
    font-weight: 400;
    max-width: 720px;
}

.explore-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: #ffffff;
}

/* Hero Stats Bar */
.hero-stat-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem 0;
    z-index: 2;
}

.stat-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #f59e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.stat-number {
    font-size: 1.45rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.stat-label {
    font-size: 0.78rem;
    color: #cbd5e1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ==========================================================================
   QUICK DONATION STRIP
   ========================================================================== */
.quick-donate-container {
    margin-top: -3.5rem;
    margin-bottom: 2rem;
}

.quick-donate-strip {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid var(--site-border);
    padding: 1.75rem 2rem;
    position: relative;
    z-index: 10;
}

.quick-gift-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--site-accent-light);
    color: var(--site-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.amount-pill-btn {
    border: 1.5px solid var(--site-border);
    background: #ffffff;
    color: var(--site-heading);
    font-weight: 700;
    border-radius: 12px;
    padding: 0.55rem 1.1rem;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 0.95rem;
}

.amount-pill-btn:hover,
.amount-pill-btn.active {
    background: var(--site-primary);
    color: #ffffff;
    border-color: var(--site-primary);
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}

/* ==========================================================================
   ABOUT US SECTION
   ========================================================================== */
.about-image-wrapper {
    position: relative;
}

.about-img {
    border-radius: var(--site-card-radius);
    object-fit: cover;
    height: 460px;
}

.floating-trust-card {
    border-radius: 14px;
    max-width: 300px;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.trust-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-pillar-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: var(--site-shadow-xs);
    height: 100%;
    border: 1px solid var(--site-border);
}

.value-chip {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--site-border);
    padding: 0.45rem 0.9rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--site-dark);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.2s ease;
}

.value-chip:hover {
    transform: translateY(-2px);
    box-shadow: var(--site-shadow-sm);
    border-color: var(--site-primary);
}

/* ==========================================================================
   FOCUS AREAS / OUR WORK CARDS
   ========================================================================== */
.focus-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    padding: 2rem;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.focus-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--site-shadow-md);
    border-color: var(--site-primary-subtle);
}

.focus-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.focus-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.focus-card:hover .focus-icon-circle {
    transform: scale(1.08);
}

.icon-education { background: #e0f2fe; color: #0284c7; }
.icon-health { background: #fee2e2; color: #e11d48; }
.icon-community { background: #dcfce7; color: #16a34a; }
.icon-youth { background: #fef3c7; color: #d97706; }
.icon-women { background: #f3e8ff; color: #9333ea; }
.icon-emergency { background: #ffedd5; color: #ea580c; }

.focus-pill-badge {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    background: #f8fafc;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
}

.focus-link {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--site-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: gap 0.2s ease;
}

.focus-card:hover .focus-link {
    gap: 0.6rem;
}

/* ==========================================================================
   IMPACT SECTION & COUNTERS
   ========================================================================== */
.impact-counter-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    padding: 1.75rem 1rem;
    border: 1px solid var(--site-border);
    text-align: center;
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s ease;
    height: 100%;
}

.impact-counter-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--site-shadow-sm);
    border-color: var(--site-primary);
}

.impact-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.impact-number {
    font-family: 'Outfit', sans-serif;
    font-size: 1.85rem;
    font-weight: 900;
    color: var(--site-heading);
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.impact-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ==========================================================================
   FEATURED PROJECTS
   ========================================================================== */
.project-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    overflow: hidden;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--site-shadow-md);
}

.project-img-wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #f1f5f9;
}

.project-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-img-wrap img {
    transform: scale(1.06);
}

.project-badge-top {
    position: absolute;
    top: 12px;
    right: 12px;
}

.project-card-body {
    padding: 1.5rem;
}

.project-progress-bar {
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.project-progress-fill {
    height: 100%;
    background: var(--site-gradient-primary);
    border-radius: 10px;
    transition: width 1s ease-in-out;
}

.project-cta-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--site-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

/* ==========================================================================
   DONATION SUPPORT CARD (HIGH IMPACT)
   ========================================================================== */
.donation-hero-card {
    background: var(--site-gradient-emerald);
    border-radius: 24px !important;
}

.donation-card-bg-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.25) 0%, rgba(245, 158, 11, 0) 70%);
    pointer-events: none;
}

.donation-freq-toggle.active {
    background: var(--site-primary);
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.3);
}

.home-amount-btn {
    border-width: 1.5px;
    font-size: 1.05rem;
}
.home-amount-btn.active {
    background-color: var(--site-primary);
    border-color: var(--site-primary);
    color: #ffffff;
}

/* ==========================================================================
   STORIES & TESTIMONIALS
   ========================================================================== */
.story-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    overflow: hidden;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--site-shadow-md);
}

.story-img-wrap {
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #f1f5f9;
}

.story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-badge-quote {
    position: absolute;
    bottom: -15px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--site-accent);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.35);
}

.story-quote-box {
    padding: 1.75rem;
}

.story-quote-text {
    font-style: italic;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.65;
}

.story-read-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--site-primary);
    text-decoration: none;
}

/* ==========================================================================
   GET INVOLVED CARDS
   ========================================================================== */
.get-involved-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    padding: 2.25rem 1.75rem;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    text-align: center;
    transition: all 0.3s ease;
}

.get-involved-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--site-shadow-md);
    border-color: var(--site-primary-subtle);
}

.involved-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    transition: transform 0.3s ease;
}

.get-involved-card:hover .involved-icon-wrap {
    transform: scale(1.1);
}

.involved-donate { background: #fef3c7; color: #d97706; }
.involved-volunteer { background: #dcfce7; color: #16a34a; }
.involved-partner { background: #e0f2fe; color: #0284c7; }
.involved-fundraise { background: #fae8ff; color: #a855f7; }

/* ==========================================================================
   ARTICLES & BLOG CARDS
   ========================================================================== */
.article-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    overflow: hidden;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--site-shadow-md);
}

.article-img-wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.article-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.article-card:hover .article-img-wrap img {
    transform: scale(1.05);
}

.article-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-card-body {
    padding: 1.5rem;
}

.article-read-link {
    font-weight: 700;
    font-size: 0.86rem;
    color: var(--site-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

/* ==========================================================================
   EVENT CARDS
   ========================================================================== */
.event-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    overflow: hidden;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--site-shadow-md);
}

.event-img-wrap {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.event-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-date-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffffff;
    border-radius: 12px;
    padding: 0.35rem 0.75rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    line-height: 1;
}

.event-month {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    color: #dc2626;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.event-day {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
}

.event-card-body {
    padding: 1.5rem;
}

/* ==========================================================================
   PARTNERS SECTION
   ========================================================================== */
.partner-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 1.5rem 1rem;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-card:hover {
    transform: translateY(-3px);
    border-color: var(--site-primary);
    box-shadow: var(--site-shadow-sm);
}

.partner-icon-box {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    filter: grayscale(80%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-icon-box {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* ==========================================================================
   TRANSPARENCY CARDS
   ========================================================================== */
.transparency-card {
    background: #ffffff;
    border-radius: var(--site-card-radius);
    padding: 1.75rem;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-xs);
    transition: all 0.3s ease;
}

.transparency-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--site-shadow-md);
    border-color: var(--site-primary-subtle);
}

.transparency-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.transparency-link {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--site-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

/* ==========================================================================
   NEWSLETTER CARD
   ========================================================================== */
.newsletter-card {
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 24px;
}

.newsletter-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--site-accent-light);
    color: var(--site-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.newsletter-form {
    max-width: 650px;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.map-card-container {
    border-radius: 14px;
}

/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
.site-footer {
    background-color: var(--site-dark);
    color: #94a3b8;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
    font-size: 0.9rem;
}

.brand-emblem-footer {
    width: 40px;
    height: 40px;
    background: var(--site-gradient-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
}

.brand-emblem-footer .emblem-heart {
    position: absolute;
    bottom: -2px;
    right: -2px;
    font-size: 0.7rem;
    color: #f59e0b;
}

.footer-mission-text {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.6;
}

.footer-tax-badge {
    color: #cbd5e1;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
}

.footer-col-title {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-link-list a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-link-list a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.social-circle-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-circle-btn:hover {
    background: var(--site-primary);
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-legal-links a {
    color: #94a3b8;
    text-decoration: none;
}
.footer-legal-links a:hover {
    color: #ffffff;
}

/* Back To Top Button */
.back-to-top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--site-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top-btn:hover {
    background: var(--site-accent);
    color: #ffffff;
    transform: translateY(-3px);
}

/* Mobile Floating Donate Bar */
.mobile-donate-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0f172a;
    padding: 0.65rem 0;
    z-index: 1020;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
}

/* Alerts and feedback */
.alert-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-lead {
        font-size: 1.1rem;
    }
    .quick-donate-container {
        margin-top: 1rem;
    }
    .hero-humanitarian {
        min-height: auto;
        padding: 5rem 0 3rem 0;
    }
    .hero-stat-strip {
        position: relative;
        margin-top: 2rem;
    }
}
