/* ============================================ */
/* ENHANCED "WOW" STYLES - GOD'S GLORY DESIGN */
/* Celestial Marian Glow - No White Space     */
/* ============================================ */

/* ELIMINATE WHITE SPACE - ADD RICH BACKGROUNDS */

/* Hero Section - Enhanced */
.hero {
    background: linear-gradient(135deg, #000428 0%, #004e92 50%, #00c6ff 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(0, 198, 255, 0.15) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    animation: patternFloat 30s linear infinite;
}

@keyframes patternFloat {
    0% { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 0 0, 0 0, 60px 60px; }
}

/* Add floating particles to hero */
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, white, transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255,215,0,0.8), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(0,198,255,0.6), transparent),
        radial-gradient(1px 1px at 80% 10%, white, transparent),
        radial-gradient(2px 2px at 90% 60%, rgba(255,215,0,0.5), transparent),
        radial-gradient(1px 1px at 30% 80%, rgba(0,198,255,0.4), transparent);
    background-size: 200% 200%;
    animation: particleFloat 20s ease-in-out infinite;
    opacity: 0.6;
    pointer-events: none;
}

@keyframes particleFloat {
    0%, 100% { background-position: 0% 0%, 10% 20%, 20% 80%, 80% 10%, 95% 50%, 25% 90%; }
    50% { background-position: 100% 100%, 90% 80%, 80% 20%, 20% 90%, 5% 50%, 75% 10%; }
}

/* Mission Section - No more plain white! */
.mission {
    background: 
        linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f0f9ff 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2300c6ff' fill-opacity='0.05'/%3E%3C/svg%3E");
    position: relative;
}

/* Maria AI Section - Cosmic enhancement */
.maria-ai-section {
    background: 
        linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #2a2f4a 100%);
    position: relative;
    overflow: hidden;
}

.maria-ai-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(0, 198, 255, 0.15), transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(255, 215, 0, 0.1), transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(0, 198, 255, 0.05), transparent 60%);
}

/* Add cosmic stars */
.maria-ai-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(1px 1px at 20% 30%, white, transparent),
        radial-gradient(1px 1px at 60% 70%, white, transparent),
        radial-gradient(1px 1px at 50% 50%, white, transparent),
        radial-gradient(1px 1px at 80% 10%, white, transparent),
        radial-gradient(1px 1px at 90% 60%, white, transparent),
        radial-gradient(1px 1px at 30% 80%, white, transparent),
        radial-gradient(2px 2px at 40% 20%, rgba(0,198,255,0.6), transparent),
        radial-gradient(1px 1px at 70% 40%, rgba(255,215,0,0.4), transparent);
    background-size: 200% 200%;
    animation: cosmicTwinkle 15s ease-in-out infinite;
    opacity: 0.7;
}

@keyframes cosmicTwinkle {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Divisions Section - Rich gradient background */
.divisions {
    background: 
        linear-gradient(180deg, 
            #f8fafc 0%, 
            #e0f2fe 25%, 
            #dbeafe 50%, 
            #e0f2fe 75%, 
            #f8fafc 100%
        ),
        url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300c6ff' fill-opacity='0.03'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
}

/* Division Cards - Enhanced with glow */
.division-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.division-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #00c6ff, #ffd700);
    border-radius: 25px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
}

.division-card:hover::before {
    opacity: 1;
}

.division-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 43, 91, 0.25),
        0 0 0 1px rgba(0, 198, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Impact Section - Deep background */
.impact {
    background: 
        linear-gradient(135deg, #002b5b 0%, #004e92 50%, #002b5b 100%);
    position: relative;
    overflow: hidden;
}

.impact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(0, 198, 255, 0.1), transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(255, 215, 0, 0.08), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0L61 39L100 50L61 61L50 100L39 61L0 50L39 39z' fill='%23ffffff' fill-opacity='0.02'/%3E%3C/svg%3E");
    background-size: auto, auto, 100px 100px;
    animation: rotatePattern 60s linear infinite;
}

@keyframes rotatePattern {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Impact items - glowing effect */
.impact-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s;
}

.impact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 198, 255, 0.5);
    box-shadow: 
        0 20px 40px rgba(0, 198, 255, 0.2),
        inset 0 0 30px rgba(0, 198, 255, 0.1);
    transform: translateY(-10px);
}

.impact-circle {
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    box-shadow: 
        0 0 30px rgba(0, 198, 255, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
}

/* About Section - Rich background */
.about {
    background: 
        linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300c6ff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: relative;
}

/* Leadership cards - elegant elevation */
.leader-card {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 2px solid rgba(0, 198, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.leader-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 198, 255, 0.3);
    box-shadow: 
        0 25px 50px rgba(0, 43, 91, 0.15),
        0 0 0 1px rgba(0, 198, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Founder highlight - special glow */
.founder-highlight {
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.95), 
            rgba(248, 250, 252, 0.95)
        );
    border: 3px solid;
    border-image: linear-gradient(135deg, #ffd700, #00c6ff) 1;
    position: relative;
    overflow: hidden;
}

.founder-highlight::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.1), transparent 70%);
    animation: founderGlow 3s ease-in-out infinite;
}

@keyframes founderGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Contact Section - Gradient background */
.contact {
    background: 
        linear-gradient(135deg, #f0f9ff 0%, #dbeafe 50%, #f0f9ff 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2300c6ff' fill-opacity='0.04'/%3E%3C/svg%3E");
}

/* Contact form - glassmorphism */
.contact-form-container {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 20px 60px rgba(0, 43, 91, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Donate Section - Richer gradient */
.donate {
    background: linear-gradient(135deg, #002b5b 0%, #004e92 25%, #0077b6 50%, #004e92 75%, #002b5b 100%);
    position: relative;
    overflow: hidden;
}

.donate::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.15), transparent 40%),
        radial-gradient(circle at 80% 50%, rgba(0, 198, 255, 0.15), transparent 40%);
    animation: donateGlow 8s ease-in-out infinite;
}

@keyframes donateGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Donate cards - enhanced */
.donate-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.95));
    border: 2px solid rgba(0, 198, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s;
}

.donate-card:hover {
    transform: translateY(-15px) scale(1.05);
    border-color: rgba(255, 215, 0, 0.6);
    box-shadow: 
        0 30px 60px rgba(0, 198, 255, 0.3),
        0 0 40px rgba(255, 215, 0, 0.2),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
}

/* Footer - Deep elegant background */
.footer {
    background: 
        linear-gradient(135deg, #000428 0%, #001a3a 50%, #002b5b 100%);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

/* STAT CARDS - Enhanced glow */
.stat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s;
}

.stat-card:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
    border-color: rgba(0, 198, 255, 0.5);
    box-shadow: 
        0 20px 40px rgba(0, 198, 255, 0.3),
        inset 0 0 30px rgba(0, 198, 255, 0.1);
    transform: translateY(-10px);
}

/* BUTTONS - Enhanced with better gradients */
.btn-primary {
    background: linear-gradient(135deg, #00c6ff 0%, #0095cc 100%);
    box-shadow: 
        0 10px 30px rgba(0, 198, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.btn-primary:hover::before {
    transform: translateX(100%);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #00d4ff 0%, #00a3dd 100%);
    box-shadow: 
        0 15px 40px rgba(0, 198, 255, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

.btn-secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    border: 2px solid #00c6ff;
    box-shadow: 0 10px 30px rgba(0, 43, 91, 0.15);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.95));
    border-color: #ffd700;
    box-shadow: 
        0 15px 40px rgba(255, 215, 0, 0.3),
        inset 0 0 20px rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

/* GLOW ORBS - Enhanced */
.glow-orb {
    filter: blur(80px);
    opacity: 0.6;
}

.glow-orb-1 {
    background: radial-gradient(circle, rgba(0, 198, 255, 0.8) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

.glow-orb-2 {
    background: radial-gradient(circle, rgba(255, 215, 0, 0.6) 0%, transparent 70%);
    animation: float 25s ease-in-out infinite reverse;
}

.glow-orb-3 {
    background: radial-gradient(circle, rgba(0, 198, 255, 0.4) 0%, transparent 70%);
    animation: float 30s ease-in-out infinite;
}

/* SECTION LABELS - Glowing effect */
.section-label {
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.15), rgba(255, 215, 0, 0.15));
    border: 2px solid rgba(0, 198, 255, 0.3);
    box-shadow: 
        0 4px 15px rgba(0, 198, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Add shimmer animation to everything */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.division-card:hover,
.leader-card:hover,
.donate-card:hover {
    background-image: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent
        );
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* ============================================ */
/* FIXES: Button Visibility + Colorful Cards   */
/* ADD THIS TO styles-enhanced-wow.css         */
/* ============================================ */

/* FIX 1: BUTTON VISIBILITY - Make secondary button stand out */
.btn-secondary {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 3px solid #ffd700 !important;
    color: #002b5b !important;
    font-weight: 600 !important;
    box-shadow: 
        0 10px 30px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%) !important;
    border-color: #ffd700 !important;
    color: #002b5b !important;
    box-shadow: 
        0 15px 40px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    transform: translateY(-3px) scale(1.05) !important;
}

/* FIX 2: COLORFUL DIVISION CARDS */

/* Centro María Auxiliadora - Warm Sunset Orange/Gold */
.division-card:nth-child(1) {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
    border: 2px solid rgba(255, 165, 0, 0.2);
}

.division-card:nth-child(1):hover {
    border-color: rgba(255, 140, 0, 0.6);
    box-shadow: 
        0 30px 60px rgba(255, 140, 0, 0.3),
        0 0 40px rgba(255, 165, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(1) .division-icon {
    background: linear-gradient(135deg, rgba(255, 165, 0, 0.15), rgba(255, 215, 0, 0.15));
    color: #ff8c00;
}

/* Christown Records - Musical Purple */
.division-card:nth-child(2) {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    border: 2px solid rgba(156, 39, 176, 0.2);
}

.division-card:nth-child(2):hover {
    border-color: rgba(156, 39, 176, 0.6);
    box-shadow: 
        0 30px 60px rgba(156, 39, 176, 0.3),
        0 0 40px rgba(186, 104, 200, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(2) .division-icon {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.15), rgba(186, 104, 200, 0.15));
    color: #9c27b0;
}

/* F.M.A. Media - Vibrant Blue/Cyan */
.division-card:nth-child(3) {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
    border: 2px solid rgba(3, 169, 244, 0.2);
}

.division-card:nth-child(3):hover {
    border-color: rgba(3, 169, 244, 0.6);
    box-shadow: 
        0 30px 60px rgba(3, 169, 244, 0.3),
        0 0 40px rgba(41, 182, 246, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(3) .division-icon {
    background: linear-gradient(135deg, rgba(3, 169, 244, 0.15), rgba(41, 182, 246, 0.15));
    color: #03a9f4;
}

/* Radio Trinidad - Warm Red/Pink */
.division-card:nth-child(4) {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    border: 2px solid rgba(244, 67, 54, 0.2);
}

.division-card:nth-child(4):hover {
    border-color: rgba(244, 67, 54, 0.6);
    box-shadow: 
        0 30px 60px rgba(244, 67, 54, 0.3),
        0 0 40px rgba(239, 83, 80, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(4) .division-icon {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.15), rgba(239, 83, 80, 0.15));
    color: #f44336;
}

/* Inspiración Divina - Sage Green */
.division-card:nth-child(5) {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border: 2px solid rgba(76, 175, 80, 0.2);
}

.division-card:nth-child(5):hover {
    border-color: rgba(76, 175, 80, 0.6);
    box-shadow: 
        0 30px 60px rgba(76, 175, 80, 0.3),
        0 0 40px rgba(102, 187, 106, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(5) .division-icon {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15), rgba(102, 187, 106, 0.15));
    color: #4caf50;
}

/* Extrema Pobreza - Compassionate Teal */
.division-card:nth-child(6) {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
    border: 2px solid rgba(0, 150, 136, 0.2);
}

.division-card:nth-child(6):hover {
    border-color: rgba(0, 150, 136, 0.6);
    box-shadow: 
        0 30px 60px rgba(0, 150, 136, 0.3),
        0 0 40px rgba(38, 166, 154, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(6) .division-icon {
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.15), rgba(38, 166, 154, 0.15));
    color: #009688;
}

/* FMA Housing Hub - Royal Blue */
.division-card:nth-child(7) {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 2px solid rgba(33, 150, 243, 0.2);
}

.division-card:nth-child(7):hover {
    border-color: rgba(33, 150, 243, 0.6);
    box-shadow: 
        0 30px 60px rgba(33, 150, 243, 0.3),
        0 0 40px rgba(66, 165, 245, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.division-card:nth-child(7) .division-icon {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.15), rgba(66, 165, 245, 0.15));
    color: #2196f3;
}

/* ENHANCED HOVER SHIMMER for colored cards */
.division-card:hover {
    background-image: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent
        );
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out;
}

/* Division link button colors match card theme */
.division-card:nth-child(1) .division-link { color: #ff8c00; }
.division-card:nth-child(2) .division-link { color: #9c27b0; }
.division-card:nth-child(3) .division-link { color: #03a9f4; }
.division-card:nth-child(4) .division-link { color: #f44336; }
.division-card:nth-child(5) .division-link { color: #4caf50; }
.division-card:nth-child(6) .division-link { color: #009688; }
.division-card:nth-child(7) .division-link { color: #2196f3; }

.division-card:nth-child(1) .division-link:hover { color: #ff6f00; }
.division-card:nth-child(2) .division-link:hover { color: #7b1fa2; }
.division-card:nth-child(3) .division-link:hover { color: #0288d1; }
.division-card:nth-child(4) .division-link:hover { color: #e53935; }
.division-card:nth-child(5) .division-link:hover { color: #388e3c; }
.division-card:nth-child(6) .division-link:hover { color: #00796b; }
.division-card:nth-child(7) .division-link:hover { color: #1976d2; }

/* ============================================ */
/* COLORFUL TEAM CARDS - Leadership Section    */
/* ADD THIS TO styles-enhanced-wow.css         */
/* ============================================ */

/* FOUNDER CARD - Special Golden Royal Treatment */
.founder-highlight {
    background: 
        linear-gradient(135deg, 
            #fffbf0 0%,
            #fff8e1 50%,
            #fffbf0 100%
        ) !important;
    border: 3px solid !important;
    border-image: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%) 1 !important;
    box-shadow: 
        0 20px 60px rgba(255, 215, 0, 0.3),
        inset 0 0 40px rgba(255, 215, 0, 0.1) !important;
    position: relative;
    overflow: hidden;
}

.founder-highlight::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.15), transparent 70%);
    animation: founderGlow 4s ease-in-out infinite;
    pointer-events: none;
}

.founder-highlight::after {
    content: '⭐';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    opacity: 0.1;
    animation: starRotate 20s linear infinite;
}

@keyframes starRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.founder-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 30px 80px rgba(255, 215, 0, 0.4),
        0 0 60px rgba(255, 215, 0, 0.3),
        inset 0 0 60px rgba(255, 215, 0, 0.15) !important;
}

/* LEADERSHIP GRID - Colorful Cards */
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Base styling for all leader cards */
.leader-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

/* Individual Color Themes for Each Leader */

/* Patricia Vasquez - Vice President - Royal Purple */
.leader-card:nth-child(1) {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    border-color: rgba(156, 39, 176, 0.2);
}

.leader-card:nth-child(1)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(156, 39, 176, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(1):hover {
    border-color: rgba(156, 39, 176, 0.6);
    box-shadow: 
        0 25px 50px rgba(156, 39, 176, 0.3),
        0 0 40px rgba(156, 39, 176, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(1):hover::before {
    opacity: 1;
}

.leader-card:nth-child(1) h4 {
    color: #7b1fa2;
}

/* Isel Guzmán - Secretary - Ocean Blue */
.leader-card:nth-child(2) {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
    border-color: rgba(3, 169, 244, 0.2);
}

.leader-card:nth-child(2)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(3, 169, 244, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(2):hover {
    border-color: rgba(3, 169, 244, 0.6);
    box-shadow: 
        0 25px 50px rgba(3, 169, 244, 0.3),
        0 0 40px rgba(3, 169, 244, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(2):hover::before {
    opacity: 1;
}

.leader-card:nth-child(2) h4 {
    color: #0288d1;
}

/* Jannette Pérez - Treasurer - Emerald Green */
.leader-card:nth-child(3) {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-color: rgba(76, 175, 80, 0.2);
}

.leader-card:nth-child(3)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(76, 175, 80, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(3):hover {
    border-color: rgba(76, 175, 80, 0.6);
    box-shadow: 
        0 25px 50px rgba(76, 175, 80, 0.3),
        0 0 40px rgba(76, 175, 80, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(3):hover::before {
    opacity: 1;
}

.leader-card:nth-child(3) h4 {
    color: #388e3c;
}

/* Liliana Cruz - Event Coordinator - Coral Pink */
.leader-card:nth-child(4) {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
    border-color: rgba(233, 30, 99, 0.2);
}

.leader-card:nth-child(4)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(233, 30, 99, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(4):hover {
    border-color: rgba(233, 30, 99, 0.6);
    box-shadow: 
        0 25px 50px rgba(233, 30, 99, 0.3),
        0 0 40px rgba(233, 30, 99, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(4):hover::before {
    opacity: 1;
}

.leader-card:nth-child(4) h4 {
    color: #c2185b;
}

/* Cynthia Flores - Fundraising - Amber/Gold */
.leader-card:nth-child(5) {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-color: rgba(255, 160, 0, 0.2);
}

.leader-card:nth-child(5)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 160, 0, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(5):hover {
    border-color: rgba(255, 160, 0, 0.6);
    box-shadow: 
        0 25px 50px rgba(255, 160, 0, 0.3),
        0 0 40px rgba(255, 160, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(5):hover::before {
    opacity: 1;
}

.leader-card:nth-child(5) h4 {
    color: #f57c00;
}

/* Dianellys Reyes - Youth Coordinator - Vibrant Orange */
.leader-card:nth-child(6) {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-color: rgba(255, 87, 34, 0.2);
}

.leader-card:nth-child(6)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 87, 34, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(6):hover {
    border-color: rgba(255, 87, 34, 0.6);
    box-shadow: 
        0 25px 50px rgba(255, 87, 34, 0.3),
        0 0 40px rgba(255, 87, 34, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(6):hover::before {
    opacity: 1;
}

.leader-card:nth-child(6) h4 {
    color: #e64a19;
}

/* Francisco Flores - Missionary Speaker - Deep Teal */
.leader-card:nth-child(7) {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
    border-color: rgba(0, 150, 136, 0.2);
}

.leader-card:nth-child(7)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 150, 136, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(7):hover {
    border-color: rgba(0, 150, 136, 0.6);
    box-shadow: 
        0 25px 50px rgba(0, 150, 136, 0.3),
        0 0 40px rgba(0, 150, 136, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(7):hover::before {
    opacity: 1;
}

.leader-card:nth-child(7) h4 {
    color: #00796b;
}

/* DIGITAL TEAM SECTION CARDS */

/* We need a way to target these separately - assuming they're in a different container */
/* If they're in the same grid, we'll use higher nth-child numbers */

/* Maciel De Jesús - Web Developer - Tech Blue/Purple */
.leader-card:nth-child(8),
.leadership-grid + div .leader-card:nth-child(1) {
    background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
    border-color: rgba(63, 81, 181, 0.2);
}

.leader-card:nth-child(8)::before,
.leadership-grid + div .leader-card:nth-child(1)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(63, 81, 181, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(8):hover,
.leadership-grid + div .leader-card:nth-child(1):hover {
    border-color: rgba(63, 81, 181, 0.6);
    box-shadow: 
        0 25px 50px rgba(63, 81, 181, 0.3),
        0 0 40px rgba(63, 81, 181, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(8):hover::before,
.leadership-grid + div .leader-card:nth-child(1):hover::before {
    opacity: 1;
}

.leader-card:nth-child(8) h4,
.leadership-grid + div .leader-card:nth-child(1) h4 {
    color: #3949ab;
}

/* Randy Boom - Web Assistant - Cyan */
.leader-card:nth-child(9),
.leadership-grid + div .leader-card:nth-child(2) {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-color: rgba(0, 188, 212, 0.2);
}

.leader-card:nth-child(9)::before,
.leadership-grid + div .leader-card:nth-child(2)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 188, 212, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.leader-card:nth-child(9):hover,
.leadership-grid + div .leader-card:nth-child(2):hover {
    border-color: rgba(0, 188, 212, 0.6);
    box-shadow: 
        0 25px 50px rgba(0, 188, 212, 0.3),
        0 0 40px rgba(0, 188, 212, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.leader-card:nth-child(9):hover::before,
.leadership-grid + div .leader-card:nth-child(2):hover::before {
    opacity: 1;
}

.leader-card:nth-child(9) h4,
.leadership-grid + div .leader-card:nth-child(2) h4 {
    color: #0097a7;
}

/* Enhanced hover effects for ALL leader cards */
.leader-card:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Photo enhancement with colored glow matching card theme */
.leader-card:nth-child(1):hover img,
.leader-card:nth-child(2):hover img,
.leader-card:nth-child(3):hover img,
.leader-card:nth-child(4):hover img,
.leader-card:nth-child(5):hover img,
.leader-card:nth-child(6):hover img,
.leader-card:nth-child(7):hover img,
.leader-card:nth-child(8):hover img,
.leader-card:nth-child(9):hover img {
    transform: scale(1.05);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(var(--card-glow-color), 0.3);
}

/* Role text styling */
.leader-role {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.leader-description {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

/* Shimmer effect on hover for team cards */
.leader-card:hover {
    background-image: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
        );
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out;
}

/* Founder photo gets special treatment */
.founder-highlight img {
    border: 5px solid #ffd700 !important;
    box-shadow: 
        0 10px 40px rgba(255, 215, 0, 0.4),
        0 0 30px rgba(255, 215, 0, 0.2) !important;
}

.founder-highlight:hover img {
    transform: scale(1.05);
    box-shadow: 
        0 15px 50px rgba(255, 215, 0, 0.5),
        0 0 40px rgba(255, 215, 0, 0.3) !important;
}

/* ============================================ */
/* ABOUT PAGE - STUNNING ENHANCEMENTS          */
/* Make it WORTHY of God's glory!             */
/* ============================================ */

/* ABOUT HERO - More dramatic */
.about-hero {
    min-height: 70vh;
    background: 
        linear-gradient(135deg, 
            #000428 0%, 
            #002b5b 30%, 
            #004e92 60%, 
            #00c6ff 100%
        );
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(0, 198, 255, 0.2) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    animation: patternFloat 40s linear infinite;
}

/* Add floating light particles to About hero */
.about-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 15% 25%, white, transparent),
        radial-gradient(3px 3px at 65% 75%, rgba(255,215,0,0.8), transparent),
        radial-gradient(2px 2px at 45% 45%, rgba(0,198,255,0.6), transparent),
        radial-gradient(1px 1px at 85% 15%, white, transparent),
        radial-gradient(2px 2px at 25% 85%, rgba(255,215,0,0.5), transparent),
        radial-gradient(1px 1px at 75% 35%, rgba(0,198,255,0.4), transparent),
        radial-gradient(2px 2px at 35% 65%, white, transparent),
        radial-gradient(1px 1px at 90% 70%, rgba(255,215,0,0.6), transparent);
    background-size: 300% 300%;
    animation: particleFloat 25s ease-in-out infinite;
    opacity: 0.7;
    pointer-events: none;
}

/* STORY SECTION - Rich gradient background */
.story-section {
    padding: 8rem 0;
    background: 
        linear-gradient(135deg, 
            #f0f9ff 0%, 
            #e0f2fe 25%,
            #dbeafe 50%,
            #e0f2fe 75%,
            #f0f9ff 100%
        ),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%2300c6ff' fill-opacity='0.06'/%3E%3C/svg%3E");
    position: relative;
}

/* Enhanced story content */
.story-content {
    position: relative;
    z-index: 2;
}

.story-content .section-label {
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border: 2px solid rgba(0, 198, 255, 0.4);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    color: #002b5b;
    box-shadow: 
        0 4px 15px rgba(0, 198, 255, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

/* Story image with better styling */
.story-image-wrapper {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 
        0 40px 80px rgba(0, 43, 91, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.5),
        inset 0 0 30px rgba(0, 198, 255, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.story-image-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 50px 100px rgba(0, 43, 91, 0.3),
        0 0 60px rgba(0, 198, 255, 0.2),
        inset 0 0 40px rgba(0, 198, 255, 0.15);
}

.story-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.1), rgba(255, 215, 0, 0.1));
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 1;
}

.story-image-wrapper:hover::before {
    opacity: 1;
}

/* Enhanced badge with glow */
.story-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 15px 40px rgba(255, 215, 0, 0.5),
        0 0 40px rgba(255, 215, 0, 0.3),
        inset 0 -5px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border: 5px solid white;
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { 
        box-shadow: 
            0 15px 40px rgba(255, 215, 0, 0.5),
            0 0 40px rgba(255, 215, 0, 0.3),
            inset 0 -5px 20px rgba(0, 0, 0, 0.1);
    }
    50% { 
        box-shadow: 
            0 20px 50px rgba(255, 215, 0, 0.7),
            0 0 60px rgba(255, 215, 0, 0.5),
            inset 0 -5px 20px rgba(0, 0, 0, 0.1);
    }
}

/* VALUES SECTION - Enhanced */
.values-section {
    padding: 8rem 0;
    background: 
        linear-gradient(180deg, 
            #ffffff 0%, 
            #f8fafc 50%, 
            #ffffff 100%
        ),
        url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300c6ff' fill-opacity='0.04'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
}

/* Enhanced value cards */
.value-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #00c6ff, #ffd700);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
}

.value-card:hover::before {
    opacity: 1;
}

.value-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 198, 255, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.value-card:hover::after {
    opacity: 1;
}

/* TIMELINE SECTION - More dramatic */
.timeline-section {
    padding: 8rem 0;
    background: 
        linear-gradient(135deg, 
            #000428 0%, 
            #002b5b 50%, 
            #000428 100%
        );
    position: relative;
    overflow: hidden;
}

.timeline-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(0, 198, 255, 0.15), transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(255, 215, 0, 0.1), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0L61 39L100 50L61 61L50 100L39 61L0 50L39 39z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/svg%3E");
    background-size: auto, auto, 150px 150px;
    animation: rotatePattern 80s linear infinite;
}

/* Enhanced timeline line */
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(0, 198, 255, 0.5),
        rgba(255, 215, 0, 0.8),
        rgba(0, 198, 255, 0.5)
    );
    box-shadow: 
        0 0 20px rgba(0, 198, 255, 0.5),
        0 0 40px rgba(255, 215, 0, 0.3);
}

/* Timeline dots with glow */
.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: 5px solid #002b5b;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 40px rgba(255, 215, 0, 0.3);
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { 
        box-shadow: 
            0 0 20px rgba(255, 215, 0, 0.6),
            0 0 40px rgba(255, 215, 0, 0.3);
    }
    50% { 
        box-shadow: 
            0 0 30px rgba(255, 215, 0, 0.8),
            0 0 60px rgba(255, 215, 0, 0.5);
    }
}

/* Timeline year badges */
.timeline-year {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #002b5b;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 1rem;
    box-shadow: 
        0 5px 20px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* BELIEFS SECTION - Rich background */
.beliefs-section {
    padding: 8rem 0;
    background: 
        linear-gradient(135deg, 
            #f0f9ff 0%, 
            #dbeafe 50%, 
            #f0f9ff 100%
        ),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300c6ff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Enhanced belief items */
.belief-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9));
    border-left: 5px solid #00c6ff;
    backdrop-filter: blur(10px);
    transition: all 0.4s;
}

.belief-item:hover {
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.95));
    border-left-color: #ffd700;
    box-shadow: 
        0 15px 40px rgba(0, 43, 91, 0.15),
        0 0 30px rgba(0, 198, 255, 0.1);
    transform: translateX(10px);
}

/* QUOTE SECTION - Elevated */
.quote-section {
    padding: 8rem 0;
    background: 
        linear-gradient(135deg, 
            rgba(0, 198, 255, 0.08),
            rgba(255, 215, 0, 0.08)
        ),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z' fill='%2300c6ff' fill-opacity='0.05'/%3E%3C/svg%3E");
    position: relative;
}

.quote-icon {
    font-size: 5rem;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
    margin-bottom: 2rem;
}

.big-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 4vw, 2.8rem);
    font-style: italic;
    color: #002b5b;
    max-width: 1000px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    position: relative;
    padding: 2rem;
}

.big-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.05), rgba(255, 215, 0, 0.05));
    border-radius: 20px;
    z-index: -1;
}

/* CTA Section - More compelling */
.cta-section {
    padding: 8rem 0;
    background: 
        linear-gradient(135deg, 
            #002b5b 0%, 
            #004e92 25%,
            #0077b6 50%,
            #004e92 75%,
            #002b5b 100%
        );
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.2), transparent 40%),
        radial-gradient(circle at 80% 50%, rgba(0, 198, 255, 0.2), transparent 40%);
    animation: ctaGlow 10s ease-in-out infinite;
}

@keyframes ctaGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* ============================================ */
/* ENHANCED NAVIGATION - SEAMLESS & RESPONSIVE */
/* ADD THIS TO styles-enhanced-wow.css         */
/* ============================================ */

/* Navigation - Complete redesign */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #002b5b 0%, #004e92 100%);
    padding: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 43, 91, 0.3);
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* Logo */
.nav-logo {
    flex-shrink: 0;
}

.nav-logo a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.logo-icon {
    font-size: 2rem;
    filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.3));
}

.logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    white-space: nowrap;
    display: none; /* Hide on smaller screens */
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: flex-end;
}

/* Navigation Links */
.nav-link {
    padding: 0.6rem 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s;
    white-space: nowrap;
    position: relative;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
    transform: translateY(-2px);
}

.nav-link.active {
    background: rgba(0, 198, 255, 0.2);
    color: #00c6ff;
    box-shadow: 0 0 15px rgba(0, 198, 255, 0.3);
}

/* Maria AI - Special styling */
.nav-link-special {
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border: 1px solid rgba(0, 198, 255, 0.3);
    padding: 0.6rem 1.2rem !important;
    font-weight: 600;
    white-space: nowrap;
}

.nav-link-special:hover {
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.3), rgba(255, 215, 0, 0.3));
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 198, 255, 0.4);
}

/* Donate Button */
.nav-donate {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%) !important;
    color: #002b5b !important;
    padding: 0.7rem 1.5rem !important;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    margin-left: 0.5rem;
}

.nav-donate:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.6);
    color: #002b5b !important;
}

/* Mobile Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s;
}

.nav-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s;
}

/* ============================================ */
/* RESPONSIVE DESIGN - TABLET & MOBILE         */
/* ============================================ */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .nav-container {
        padding: 1rem 1.5rem;
    }
    
    .nav-menu {
        gap: 0.3rem;
    }
    
    .nav-link {
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .nav-donate {
        padding: 0.6rem 1.2rem !important;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .nav-container {
        padding: 0.75rem 1rem;
    }
    
    .nav-toggle {
        display: flex;
        z-index: 1001;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: linear-gradient(135deg, #002b5b 0%, #001a3a 100%);
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 2rem 2rem;
        gap: 0.5rem;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
        transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        overflow-y: auto;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu li {
        width: 100%;
    }
    
    .nav-link {
        display: block;
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        border-radius: 12px;
    }
    
    .nav-link-special {
        padding: 1rem 1.2rem !important;
    }
    
    .nav-donate {
        margin-left: 0 !important;
        margin-top: 1rem;
        text-align: center;
        padding: 1rem 1.5rem !important;
    }
    
    /* Logo text shows on mobile menu */
    .logo-text {
        display: inline;
    }
    
    /* Hamburger animation */
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
    
    /* Overlay when menu is open */
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
        backdrop-filter: blur(5px);
    }
    
    .nav-overlay.active {
        opacity: 1;
        pointer-events: all;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .nav-container {
        padding: 0.75rem 1rem;
    }
    
    .logo-text {
        font-size: 1.1rem;
    }
    
    .logo-icon {
        font-size: 1.75rem;
    }
    
    .nav-menu {
        width: 100%;
        right: -100%;
    }
}

/* ============================================ */
/* DROPDOWN FOR DIVISIONS (OPTIONAL)           */
/* ============================================ */

.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle::after {
    content: ' ▼';
    font-size: 0.7em;
    opacity: 0.7;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #002b5b 0%, #001a3a 100%);
    border-radius: 12px;
    padding: 0.5rem;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: 1000;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-menu .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

/* On mobile, dropdowns expand inline */
@media (max-width: 768px) {
    .nav-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.2);
        margin-top: 0.5rem;
        padding: 0.5rem;
    }
}

/* ============================================ */
/* STICKY NAVIGATION ENHANCEMENT               */
/* ============================================ */

.nav.scrolled {
    background: linear-gradient(135deg, #001a3a 0%, #002b5b 100%);
    box-shadow: 0 4px 30px rgba(0, 43, 91, 0.5);
}

/* Ensure body has proper padding for fixed nav */
body {
    padding-top: 80px; /* Adjust based on your nav height */
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }
}

/* Logo Image */
.logo-image {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.2));
    transition: all 0.3s;
}

.nav-logo a:hover .logo-image {
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.4));
    transform: scale(1.05);
}

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

.logo-icon {
    display: none;
}

 
/* DIVISION PAGES - COLORFUL DESIGNS (UPDATED) */
/* Matches YOUR actual HTML structure          */
/* APPEND TO styles-enhanced-wow.css            */
/* ============================================ */

/* ===== CENTRO MARÍA AUXILIADORA (ORANGE) ===== */
.centro-page .division-hero {
    background: linear-gradient(135deg, #ff8c00 0%, #ffa000 50%, #ff6f00 100%) !important;
}

.centro-page .division-overview,
.centro-page .programs,
.centro-page .facilities {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 50%, #fff8e1 100%);
}

.centro-page .program-card,
.centro-page .info-card,
.centro-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #fff8e1 100%);
    border: 2px solid #ff8c00;
    transition: all 0.4s;
}

.centro-page .program-card:hover,
.centro-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 140, 0, 0.3);
    border-color: #ff6f00;
}

.centro-page .program-icon,
.centro-page .division-icon-large {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.2), rgba(255, 160, 0, 0.2));
    color: #ff8c00;
}

/* ===== CHRISTOWN RECORDS (PURPLE) ===== */
.christown-page .division-hero {
    background: linear-gradient(135deg, #9c27b0 0%, #ab47bc 50%, #ba68c8 100%) !important;
}

.christown-page .division-overview,
.christown-page .programs,
.christown-page .facilities {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 50%, #f3e5f5 100%);
}

.christown-page .program-card,
.christown-page .info-card,
.christown-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 100%);
    border: 2px solid #9c27b0;
    transition: all 0.4s;
}

.christown-page .program-card:hover,
.christown-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(156, 39, 176, 0.3);
    border-color: #7b1fa2;
}

.christown-page .program-icon,
.christown-page .division-icon-large {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.2), rgba(186, 104, 200, 0.2));
    color: #9c27b0;
}

/* ===== F.M.A. MEDIA (BLUE) ===== */
.fma-media-page .division-hero {
    background: linear-gradient(135deg, #03a9f4 0%, #29b6f6 50%, #4fc3f7 100%) !important;
}

.fma-media-page .division-overview,
.fma-media-page .programs,
.fma-media-page .facilities {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 50%, #e1f5fe 100%);
}

.fma-media-page .program-card,
.fma-media-page .info-card,
.fma-media-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #e1f5fe 100%);
    border: 2px solid #03a9f4;
    transition: all 0.4s;
}

.fma-media-page .program-card:hover,
.fma-media-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(3, 169, 244, 0.3);
    border-color: #0288d1;
}

.fma-media-page .program-icon,
.fma-media-page .division-icon-large {
    background: linear-gradient(135deg, rgba(3, 169, 244, 0.2), rgba(41, 182, 246, 0.2));
    color: #03a9f4;
}

/* ===== RADIO TRINIDAD (RED/PINK) ===== */
.radio-page .division-hero {
    background: linear-gradient(135deg, #f44336 0%, #e91e63 50%, #ec407a 100%) !important;
}

.radio-page .division-overview,
.radio-page .programs,
.radio-page .facilities {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 50%, #ffebee 100%);
}

.radio-page .program-card,
.radio-page .info-card,
.radio-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #ffebee 100%);
    border: 2px solid #f44336;
    transition: all 0.4s;
}

.radio-page .program-card:hover,
.radio-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(244, 67, 54, 0.3);
    border-color: #e53935;
}

.radio-page .program-icon,
.radio-page .division-icon-large {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.2), rgba(233, 30, 99, 0.2));
    color: #f44336;
}

/* ===== INSPIRACIÓN DIVINA (GREEN) ===== */
.inspiracion-page .division-hero {
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 50%, #81c784 100%) !important;
}

.inspiracion-page .division-overview,
.inspiracion-page .programs,
.inspiracion-page .facilities {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 50%, #e8f5e9 100%);
}

.inspiracion-page .program-card,
.inspiracion-page .info-card,
.inspiracion-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #e8f5e9 100%);
    border: 2px solid #4caf50;
    transition: all 0.4s;
}

.inspiracion-page .program-card:hover,
.inspiracion-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(76, 175, 80, 0.3);
    border-color: #388e3c;
}

.inspiracion-page .program-icon,
.inspiracion-page .division-icon-large {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.2), rgba(129, 199, 132, 0.2));
    color: #4caf50;
}

/* ===== EXTREMA POBREZA (TEAL) ===== */
.pobreza-page .division-hero {
    background: linear-gradient(135deg, #009688 0%, #26a69a 50%, #4db6ac 100%) !important;
}

.pobreza-page .division-overview,
.pobreza-page .programs,
.pobreza-page .facilities {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #e0f2f1 100%);
}

.pobreza-page .program-card,
.pobreza-page .info-card,
.pobreza-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #e0f2f1 100%);
    border: 2px solid #009688;
    transition: all 0.4s;
}

.pobreza-page .program-card:hover,
.pobreza-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 150, 136, 0.3);
    border-color: #00796b;
}

.pobreza-page .program-icon,
.pobreza-page .division-icon-large {
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.2), rgba(77, 182, 172, 0.2));
    color: #009688;
}

/* ===== HOUSING HUB (BRIGHT BLUE) ===== */
.housing-page .division-hero {
    background: linear-gradient(135deg, #2196f3 0%, #42a5f5 50%, #64b5f6 100%) !important;
}

.housing-page .division-overview,
.housing-page .programs,
.housing-page .facilities {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 50%, #e3f2fd 100%);
}

.housing-page .program-card,
.housing-page .info-card,
.housing-page .facility-item {
    background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
    border: 2px solid #2196f3;
    transition: all 0.4s;
}

.housing-page .program-card:hover,
.housing-page .facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(33, 150, 243, 0.3);
    border-color: #1976d2;
}

.housing-page .program-icon,
.housing-page .division-icon-large {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.2), rgba(100, 181, 246, 0.2));
    color: #2196f3;
}

/* ===== UNIVERSAL ENHANCEMENTS ===== */

/* Testimonial cards */
.centro-page .testimonial-card { border-left-color: #ff8c00; }
.christown-page .testimonial-card { border-left-color: #9c27b0; }
.fma-media-page .testimonial-card { border-left-color: #03a9f4; }
.radio-page .testimonial-card { border-left-color: #f44336; }
.inspiracion-page .testimonial-card { border-left-color: #4caf50; }
.pobreza-page .testimonial-card { border-left-color: #009688; }
.housing-page .testimonial-card { border-left-color: #2196f3; }

/* Registration sections */
.centro-page .registration { background: linear-gradient(135deg, #fff8e1 0%, #ffffff 100%); }
.christown-page .registration { background: linear-gradient(135deg, #f3e5f5 0%, #ffffff 100%); }
.fma-media-page .registration { background: linear-gradient(135deg, #e1f5fe 0%, #ffffff 100%); }
.radio-page .registration { background: linear-gradient(135deg, #ffebee 0%, #ffffff 100%); }
.inspiracion-page .registration { background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%); }
.pobreza-page .registration { background: linear-gradient(135deg, #e0f2f1 0%, #ffffff 100%); }
.housing-page .registration { background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%); }

/* Add shimmer effect on hover */
.program-card:hover,
.facility-item:hover {
    background-image: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent
        );
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}


/* Form section titles - make them dark blue */
.centro-page .registration h2,
.centro-page .registration p,
.christown-page .registration h2,
.christown-page .registration p,
.fma-media-page .registration h2,
.fma-media-page .registration p,
.radio-page .registration h2,
.radio-page .registration p,
.inspiracion-page .registration h2,
.inspiracion-page .registration p,
.pobreza-page .registration h2,
.pobreza-page .registration p,
.housing-page .registration h2,
.housing-page .registration p {
    color: #002b5b !important;
    text-shadow: none !important;
}

/* Also fix any section titles that appear above forms */
.centro-page .submission h2,
.centro-page .submission p,
.christown-page .submission h2,
.christown-page .submission p,
.fma-media-page .submission h2,
.fma-media-page .submission p,
.radio-page .submission h2,
.radio-page .submission p,
.inspiracion-page .submission h2,
.inspiracion-page .submission p,
.pobreza-page .submission h2,
.pobreza-page .submission p,
.housing-page .submission h2,
.housing-page .submission p {
    color: #002b5b !important;
    text-shadow: none !important;
}

/* Fix any white text in form sections */
.registration-content h2,
.registration-content p,
.submission-content h2,
.submission-content p {
    color: #002b5b !important;
}

/* Make sure section labels are also visible */
.section-label {
    color: #002b5b !important;
}

/* Fix CTA sections too (same issue) */
.cta-section h2,
.cta-section p {
    color: #ffffff !important; /* Keep white since CTA has dark background */
}

/* Registration/submission sections should have darker text */
.centro-page section[class*="registration"],
.centro-page section[class*="submission"],
.christown-page section[class*="registration"],
.christown-page section[class*="submission"],
.fma-media-page section[class*="registration"],
.fma-media-page section[class*="submission"],
.radio-page section[class*="registration"],
.radio-page section[class*="submission"],
.inspiracion-page section[class*="registration"],
.inspiracion-page section[class*="submission"],
.pobreza-page section[class*="registration"],
.pobreza-page section[class*="submission"],
.housing-page section[class*="registration"],
.housing-page section[class*="submission"] {
    color: #002b5b !important;
}

/* Ensure headings in colored sections are dark */
.division-overview h2,
.division-overview p,
.programs h2,
.programs p,
.facilities h2,
.facilities p,
.registration h2,
.registration p {
    color: #002b5b !important;
}

/* Section subtitles */
.section-subtitle {
    color: #555 !important;
}

/* Make sure all paragraph text in light sections is dark */
.centro-page p,
.christown-page p,
.fma-media-page p,
.radio-page p,
.inspiracion-page p,
.pobreza-page p,
.housing-page p {
    color: #333 !important;
}

/* But keep hero text white (dark background) */
.division-hero h1,
.division-hero p,
.division-tagline {
    color: #ffffff !important;
}

/* Keep footer text white too */
.footer p,
.footer h4,
.footer a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.maria-ai-section .ai-label {
    color: #ffffff !important;
    background: rgba(0, 198, 255, 0.2);
    border: 1px solid rgba(0, 198, 255, 0.5);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.maria-ai-section .section-label {
    color: #ffffff !important;
}

/* Make AI PRAYER COMPANION text white and visible */
.ai-label {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(0, 198, 255, 0.5);
}

/* FIX #2: Make donate cards look more clickable */
.donate-card {
    cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 198, 255, 0.3);
}

.donate-card button {
    cursor: pointer;
    transition: all 0.3s ease;
}

.donate-card button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 198, 255, 0.4);
}


/* ---- HIDE DUPLICATE FAB ---- */
.maria-ai-fab-new {
    display: none !important;
}

/* ---- FOOTER SOCIAL LINKS (SVG-based, guaranteed clickable) ---- */
.fma-social-links {
    margin-top: 1.5rem;
}

.fma-social-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #00c6ff !important;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.fma-social-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fma-social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #00c6ff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.fma-social-icon:hover {
    background: rgba(0, 198, 255, 0.15);
    color: #ffffff !important;
    transform: translateX(5px);
    text-decoration: none !important;
}

.fma-social-icon svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.fma-social-icon:hover svg {
    transform: scale(1.2);
}

.fma-social-icon span {
    color: inherit !important;
}

/* ---- FOOTER Z-INDEX + CLICKABILITY FIX ---- */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-section {
    position: relative;
    z-index: 2;
}

.footer a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 3;
}

/* Override the blanket footer color rule for social icons */
.footer .fma-social-icon {
    color: #00c6ff !important;
}

.footer .fma-social-icon:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Fix mailto link */
.footer a[href^="mailto:"] {
    color: #00c6ff !important;
    text-decoration: none;
}

.footer a[href^="mailto:"]:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

/* ---- SINGLE CLEAN FAB BUTTON ---- */
.maria-ai-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #002b5b 0%, #003d7a 100%);
    color: #ffffff;
    border: 2.5px solid #00c6ff;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    outline: none;
    animation: fabBreathGlow 3s ease-in-out infinite;
}

@keyframes fabBreathGlow {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 0 rgba(0, 198, 255, 0.4);
    }
    50% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 10px rgba(0, 198, 255, 0);
    }
}

.maria-ai-fab:hover {
    background: linear-gradient(135deg, #00c6ff 0%, #00a3d9 100%);
    color: #002b5b;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 198, 255, 0.6);
    border-color: #ffffff;
    animation: none;
}

.maria-ai-fab:active {
    transform: translateY(-1px);
}

.maria-ai-fab .fab-icon {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.maria-ai-fab .fab-text {
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .maria-ai-fab {
        right: 18px;
        bottom: 18px;
        padding: 12px 18px;
        font-size: 14px;
    }
    .maria-ai-fab .fab-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .maria-ai-fab {
        padding: 14px;
        right: 14px;
        bottom: 14px;
    }
    .maria-ai-fab .fab-text {
        display: none;
    }
    .maria-ai-fab .fab-icon {
        font-size: 26px;
    }
}

/* ============================================ */
/* FIX: SOCIAL LINKS + SINGLE FAB BUTTON       */
/* Append to END of styles-enhanced-wow.css     */
/* ============================================ */

/* ---- HIDE DUPLICATE FAB ---- */
.maria-ai-fab-new {
    display: none !important;
}

/* ---- FOOTER SOCIAL LINKS (SVG-based, guaranteed clickable) ---- */
.fma-social-links {
    margin-top: 1.5rem;
}

.fma-social-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #00c6ff !important;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.fma-social-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fma-social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #00c6ff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.fma-social-icon:hover {
    background: rgba(0, 198, 255, 0.15);
    color: #ffffff !important;
    transform: translateX(5px);
    text-decoration: none !important;
}

.fma-social-icon svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.fma-social-icon:hover svg {
    transform: scale(1.2);
}

.fma-social-icon span {
    color: inherit !important;
}

/* ---- FOOTER Z-INDEX + CLICKABILITY FIX ---- */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-section {
    position: relative;
    z-index: 2;
}

.footer a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 3;
}

/* Override the blanket footer color rule for social icons */
.footer .fma-social-icon {
    color: #00c6ff !important;
}

.footer .fma-social-icon:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Fix mailto link */
.footer a[href^="mailto:"] {
    color: #00c6ff !important;
    text-decoration: none;
}

.footer a[href^="mailto:"]:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

/* ---- SINGLE CLEAN FAB BUTTON ---- */
.maria-ai-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #002b5b 0%, #003d7a 100%);
    color: #ffffff;
    border: 2.5px solid #00c6ff;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    outline: none;
    animation: fabBreathGlow 3s ease-in-out infinite;
}

@keyframes fabBreathGlow {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 0 rgba(0, 198, 255, 0.4);
    }
    50% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 10px rgba(0, 198, 255, 0);
    }
}

.maria-ai-fab:hover {
    background: linear-gradient(135deg, #00c6ff 0%, #00a3d9 100%);
    color: #002b5b;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 198, 255, 0.6);
    border-color: #ffffff;
    animation: none;
}

.maria-ai-fab:active {
    transform: translateY(-1px);
}

.maria-ai-fab .fab-icon {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.maria-ai-fab .fab-text {
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .maria-ai-fab {
        right: 18px;
        bottom: 18px;
        padding: 12px 18px;
        font-size: 14px;
    }
    .maria-ai-fab .fab-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .maria-ai-fab {
        padding: 14px;
        right: 14px;
        bottom: 14px;
    }
    .maria-ai-fab .fab-text {
        display: none;
    }
    .maria-ai-fab .fab-icon {
        font-size: 26px;
    }
}

/* ============================================ */
/* VIDEO SHOWCASE SECTION - Cinematic Celestial */
/* ============================================ */

.fma-video-section {
    padding: 6rem 0;
    background:
        linear-gradient(180deg,
            #000a1f 0%,
            #001233 40%,
            #002b5b 70%,
            #001a3a 100%
        );
    position: relative;
    overflow: hidden;
}

/* Ambient glow orbs */
.fma-video-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fma-video-glow-left {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 198, 255, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 12s ease-in-out infinite;
}

.fma-video-glow-right {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 15s ease-in-out infinite reverse;
}

@keyframes videoGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.1); }
}

/* Section header overrides for dark bg */
.fma-video-section .section-header {
    position: relative;
    z-index: 2;
}

.fma-video-section .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.fma-video-title {
    color: #ffffff !important;
    text-shadow: 0 2px 20px rgba(0, 198, 255, 0.3);
}

.fma-video-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Video container */
.fma-video-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

/* 16:9 responsive wrapper with cinematic border */
.fma-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid rgba(0, 198, 255, 0.3);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(0, 198, 255, 0.15),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    background: #000;
}

.fma-video-wrapper:hover {
    border-color: rgba(0, 198, 255, 0.6);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.6),
        0 0 80px rgba(0, 198, 255, 0.25),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.fma-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 17px;
}

/* Language helper note */
.fma-video-info {
    margin-top: 1.5rem;
}

.fma-video-lang-note {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    max-width: fit-content;
}

.fma-lang-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.fma-video-lang-note p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.fma-video-lang-note strong {
    color: #00c6ff;
    background: rgba(0, 198, 255, 0.15);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.fma-video-info {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .fma-video-section {
        padding: 4rem 0;
    }

    .fma-video-wrapper {
        border-radius: 14px;
        border-width: 2px;
    }

    .fma-video-wrapper iframe {
        border-radius: 12px;
    }

    .fma-video-lang-note {
        flex-direction: column;
        text-align: center;
        border-radius: 16px;
        padding: 1rem 1.25rem;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .fma-video-section {
        padding: 3rem 0;
    }

    .fma-video-lang-note p {
        font-size: 0.85rem;
    }
}

/* ============================================ */
/* FIX: SOCIAL LINKS + SINGLE FAB BUTTON       */
/* Append to END of styles-enhanced-wow.css     */
/* ============================================ */

/* ---- HIDE DUPLICATE FAB ---- */
.maria-ai-fab-new {
    display: none !important;
}

/* ---- FOOTER SOCIAL LINKS (SVG-based, guaranteed clickable) ---- */
.fma-social-links {
    margin-top: 1.5rem;
}

.fma-social-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #00c6ff !important;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.fma-social-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fma-social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #00c6ff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.fma-social-icon:hover {
    background: rgba(0, 198, 255, 0.15);
    color: #ffffff !important;
    transform: translateX(5px);
    text-decoration: none !important;
}

.fma-social-icon svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.fma-social-icon:hover svg {
    transform: scale(1.2);
}

.fma-social-icon span {
    color: inherit !important;
}

/* ---- FOOTER Z-INDEX + CLICKABILITY FIX ---- */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-section {
    position: relative;
    z-index: 2;
}

.footer a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 3;
}

/* Override the blanket footer color rule for social icons */
.footer .fma-social-icon {
    color: #00c6ff !important;
}

.footer .fma-social-icon:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Fix mailto link */
.footer a[href^="mailto:"] {
    color: #00c6ff !important;
    text-decoration: none;
}

.footer a[href^="mailto:"]:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

/* ---- SINGLE CLEAN FAB BUTTON ---- */
.maria-ai-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #002b5b 0%, #003d7a 100%);
    color: #ffffff;
    border: 2.5px solid #00c6ff;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    outline: none;
    animation: fabBreathGlow 3s ease-in-out infinite;
}

@keyframes fabBreathGlow {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 0 rgba(0, 198, 255, 0.4);
    }
    50% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 10px rgba(0, 198, 255, 0);
    }
}

.maria-ai-fab:hover {
    background: linear-gradient(135deg, #00c6ff 0%, #00a3d9 100%);
    color: #002b5b;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 198, 255, 0.6);
    border-color: #ffffff;
    animation: none;
}

.maria-ai-fab:active {
    transform: translateY(-1px);
}

.maria-ai-fab .fab-icon {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.maria-ai-fab .fab-text {
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .maria-ai-fab {
        right: 18px;
        bottom: 18px;
        padding: 12px 18px;
        font-size: 14px;
    }
    .maria-ai-fab .fab-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .maria-ai-fab {
        padding: 14px;
        right: 14px;
        bottom: 14px;
    }
    .maria-ai-fab .fab-text {
        display: none;
    }
    .maria-ai-fab .fab-icon {
        font-size: 26px;
    }
}

/* ============================================ */
/* VIDEO SHOWCASE SECTION - Cinematic Celestial */
/* ============================================ */

.fma-video-section {
    padding: 6rem 0;
    background:
        linear-gradient(180deg,
            #000a1f 0%,
            #001233 40%,
            #002b5b 70%,
            #001a3a 100%
        );
    position: relative;
    overflow: hidden;
}

/* Ambient glow orbs */
.fma-video-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fma-video-glow-left {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 198, 255, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 12s ease-in-out infinite;
}

.fma-video-glow-right {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 15s ease-in-out infinite reverse;
}

@keyframes videoGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.1); }
}

/* Section header overrides for dark bg */
.fma-video-section .section-header {
    position: relative;
    z-index: 2;
}

.fma-video-section .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.fma-video-title {
    color: #ffffff !important;
    text-shadow: 0 2px 20px rgba(0, 198, 255, 0.3);
}

.fma-video-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Video container */
.fma-video-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

/* 16:9 responsive wrapper with cinematic border */
.fma-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid rgba(0, 198, 255, 0.3);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(0, 198, 255, 0.15),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    background: #000;
}

.fma-video-wrapper:hover {
    border-color: rgba(0, 198, 255, 0.6);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.6),
        0 0 80px rgba(0, 198, 255, 0.25),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.fma-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 17px;
}

/* Language helper note */
.fma-video-info {
    margin-top: 1.5rem;
}

.fma-video-lang-note {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    max-width: fit-content;
}

.fma-lang-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.fma-video-lang-note p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.fma-video-lang-note strong {
    color: #00c6ff;
    background: rgba(0, 198, 255, 0.15);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.fma-video-info {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .fma-video-section {
        padding: 4rem 0;
    }

    .fma-video-wrapper {
        border-radius: 14px;
        border-width: 2px;
    }

    .fma-video-wrapper iframe {
        border-radius: 12px;
    }

    .fma-video-lang-note {
        flex-direction: column;
        text-align: center;
        border-radius: 16px;
        padding: 1rem 1.25rem;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .fma-video-section {
        padding: 3rem 0;
    }

    .fma-video-lang-note p {
        font-size: 0.85rem;
    }
}

/* ============================================ */
/* FIX: Text visibility on dark-bg sections    */
/* Impact, Donate, and any dark-bg headers     */
/* ============================================ */

.impact .section-label,
.impact .section-title,
.impact .section-subtitle,
.impact h3,
.impact p {
    color: #ffffff !important;
}

.impact .section-subtitle {
    color: rgba(255, 255, 255, 0.75) !important;
}

.impact .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.donate .section-label,
.donate .section-title,
.donate h2,
.donate .donate-subtitle {
    color: #ffffff !important;
}

/* ============================================ */
/* FIX: SOCIAL LINKS + SINGLE FAB BUTTON       */
/* Append to END of styles-enhanced-wow.css     */
/* ============================================ */

/* ---- HIDE DUPLICATE FAB ---- */
.maria-ai-fab-new {
    display: none !important;
}

/* ---- FOOTER SOCIAL LINKS (SVG-based, guaranteed clickable) ---- */
.fma-social-links {
    margin-top: 1.5rem;
}

.fma-social-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #00c6ff !important;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.fma-social-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fma-social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #00c6ff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.fma-social-icon:hover {
    background: rgba(0, 198, 255, 0.15);
    color: #ffffff !important;
    transform: translateX(5px);
    text-decoration: none !important;
}

.fma-social-icon svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.fma-social-icon:hover svg {
    transform: scale(1.2);
}

.fma-social-icon span {
    color: inherit !important;
}

/* ---- FOOTER Z-INDEX + CLICKABILITY FIX ---- */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-section {
    position: relative;
    z-index: 2;
}

.footer a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 3;
}

/* Override the blanket footer color rule for social icons */
.footer .fma-social-icon {
    color: #00c6ff !important;
}

.footer .fma-social-icon:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Fix mailto link */
.footer a[href^="mailto:"] {
    color: #00c6ff !important;
    text-decoration: none;
}

.footer a[href^="mailto:"]:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

/* ---- SINGLE CLEAN FAB BUTTON ---- */
.maria-ai-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #002b5b 0%, #003d7a 100%);
    color: #ffffff;
    border: 2.5px solid #00c6ff;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    outline: none;
    animation: fabBreathGlow 3s ease-in-out infinite;
}

@keyframes fabBreathGlow {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 0 rgba(0, 198, 255, 0.4);
    }
    50% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 10px rgba(0, 198, 255, 0);
    }
}

.maria-ai-fab:hover {
    background: linear-gradient(135deg, #00c6ff 0%, #00a3d9 100%);
    color: #002b5b;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 198, 255, 0.6);
    border-color: #ffffff;
    animation: none;
}

.maria-ai-fab:active {
    transform: translateY(-1px);
}

.maria-ai-fab .fab-icon {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.maria-ai-fab .fab-text {
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .maria-ai-fab {
        right: 18px;
        bottom: 18px;
        padding: 12px 18px;
        font-size: 14px;
    }
    .maria-ai-fab .fab-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .maria-ai-fab {
        padding: 14px;
        right: 14px;
        bottom: 14px;
    }
    .maria-ai-fab .fab-text {
        display: none;
    }
    .maria-ai-fab .fab-icon {
        font-size: 26px;
    }
}

/* ============================================ */
/* VIDEO SHOWCASE SECTION - Cinematic Celestial */
/* ============================================ */

.fma-video-section {
    padding: 6rem 0;
    background:
        linear-gradient(180deg,
            #000a1f 0%,
            #001233 40%,
            #002b5b 70%,
            #001a3a 100%
        );
    position: relative;
    overflow: hidden;
}

/* Ambient glow orbs */
.fma-video-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fma-video-glow-left {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 198, 255, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 12s ease-in-out infinite;
}

.fma-video-glow-right {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 15s ease-in-out infinite reverse;
}

@keyframes videoGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.1); }
}

/* Section header overrides for dark bg */
.fma-video-section .section-header {
    position: relative;
    z-index: 2;
}

.fma-video-section .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.fma-video-title {
    color: #ffffff !important;
    text-shadow: 0 2px 20px rgba(0, 198, 255, 0.3);
}

.fma-video-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Video container */
.fma-video-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

/* 16:9 responsive wrapper with cinematic border */
.fma-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid rgba(0, 198, 255, 0.3);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(0, 198, 255, 0.15),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    background: #000;
}

.fma-video-wrapper:hover {
    border-color: rgba(0, 198, 255, 0.6);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.6),
        0 0 80px rgba(0, 198, 255, 0.25),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.fma-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 17px;
}

/* Language helper note */
.fma-video-info {
    margin-top: 1.5rem;
}

.fma-video-lang-note {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    max-width: fit-content;
}

.fma-lang-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.fma-video-lang-note p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.fma-video-lang-note strong {
    color: #00c6ff;
    background: rgba(0, 198, 255, 0.15);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.fma-video-info {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .fma-video-section {
        padding: 4rem 0;
    }

    .fma-video-wrapper {
        border-radius: 14px;
        border-width: 2px;
    }

    .fma-video-wrapper iframe {
        border-radius: 12px;
    }

    .fma-video-lang-note {
        flex-direction: column;
        text-align: center;
        border-radius: 16px;
        padding: 1rem 1.25rem;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .fma-video-section {
        padding: 3rem 0;
    }

    .fma-video-lang-note p {
        font-size: 0.85rem;
    }
}

/* ============================================ */
/* FIX: Text visibility on dark-bg sections    */
/* Impact, Donate, and any dark-bg headers     */
/* ============================================ */

.impact .section-label,
.impact .section-title,
.impact .section-subtitle,
.impact h3,
.impact p {
    color: #ffffff !important;
}

.impact .section-subtitle {
    color: rgba(255, 255, 255, 0.75) !important;
}

.impact .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.donate .section-label,
.donate .section-title,
.donate h2,
.donate .donate-subtitle {
    color: #ffffff !important;
}

/* ============================================ */
/* FIX: SOCIAL LINKS + SINGLE FAB BUTTON       */
/* Append to END of styles-enhanced-wow.css     */
/* ============================================ */

/* ---- HIDE DUPLICATE FAB ---- */
.maria-ai-fab-new {
    display: none !important;
}

/* ---- FOOTER SOCIAL LINKS (SVG-based, guaranteed clickable) ---- */
.fma-social-links {
    margin-top: 1.5rem;
}

.fma-social-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #00c6ff !important;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.fma-social-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fma-social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #00c6ff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.fma-social-icon:hover {
    background: rgba(0, 198, 255, 0.15);
    color: #ffffff !important;
    transform: translateX(5px);
    text-decoration: none !important;
}

.fma-social-icon svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.fma-social-icon:hover svg {
    transform: scale(1.2);
}

.fma-social-icon span {
    color: inherit !important;
}

/* ---- FOOTER Z-INDEX + CLICKABILITY FIX ---- */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-section {
    position: relative;
    z-index: 2;
}

.footer a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 3;
}

/* Override the blanket footer color rule for social icons */
.footer .fma-social-icon {
    color: #00c6ff !important;
}

.footer .fma-social-icon:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Fix mailto link */
.footer a[href^="mailto:"] {
    color: #00c6ff !important;
    text-decoration: none;
}

.footer a[href^="mailto:"]:hover {
    text-decoration: underline;
    opacity: 1 !important;
}

/* ---- SINGLE CLEAN FAB BUTTON ---- */
.maria-ai-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #002b5b 0%, #003d7a 100%);
    color: #ffffff;
    border: 2.5px solid #00c6ff;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    outline: none;
    animation: fabBreathGlow 3s ease-in-out infinite;
}

@keyframes fabBreathGlow {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 0 rgba(0, 198, 255, 0.4);
    }
    50% {
        box-shadow: 0 6px 25px rgba(0, 198, 255, 0.35), 0 0 0 10px rgba(0, 198, 255, 0);
    }
}

.maria-ai-fab:hover {
    background: linear-gradient(135deg, #00c6ff 0%, #00a3d9 100%);
    color: #002b5b;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 198, 255, 0.6);
    border-color: #ffffff;
    animation: none;
}

.maria-ai-fab:active {
    transform: translateY(-1px);
}

.maria-ai-fab .fab-icon {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.maria-ai-fab .fab-text {
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .maria-ai-fab {
        right: 18px;
        bottom: 18px;
        padding: 12px 18px;
        font-size: 14px;
    }
    .maria-ai-fab .fab-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .maria-ai-fab {
        padding: 14px;
        right: 14px;
        bottom: 14px;
    }
    .maria-ai-fab .fab-text {
        display: none;
    }
    .maria-ai-fab .fab-icon {
        font-size: 26px;
    }
}

/* ============================================ */
/* VIDEO SHOWCASE SECTION - Cinematic Celestial */
/* ============================================ */

.fma-video-section {
    padding: 6rem 0;
    background:
        linear-gradient(180deg,
            #000a1f 0%,
            #001233 40%,
            #002b5b 70%,
            #001a3a 100%
        );
    position: relative;
    overflow: hidden;
}

/* Ambient glow orbs */
.fma-video-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fma-video-glow-left {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 198, 255, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 12s ease-in-out infinite;
}

.fma-video-glow-right {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
    filter: blur(80px);
    animation: videoGlowFloat 15s ease-in-out infinite reverse;
}

@keyframes videoGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.1); }
}

/* Section header overrides for dark bg */
.fma-video-section .section-header {
    position: relative;
    z-index: 2;
}

.fma-video-section .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.fma-video-title {
    color: #ffffff !important;
    text-shadow: 0 2px 20px rgba(0, 198, 255, 0.3);
}

.fma-video-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Video container */
.fma-video-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

/* 16:9 responsive wrapper with cinematic border */
.fma-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid rgba(0, 198, 255, 0.3);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(0, 198, 255, 0.15),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    background: #000;
}

.fma-video-wrapper:hover {
    border-color: rgba(0, 198, 255, 0.6);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.6),
        0 0 80px rgba(0, 198, 255, 0.25),
        inset 0 0 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.fma-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 17px;
}

/* Language helper note */
.fma-video-info {
    margin-top: 1.5rem;
}

.fma-video-lang-note {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    max-width: fit-content;
}

.fma-lang-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.fma-video-lang-note p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.fma-video-lang-note strong {
    color: #00c6ff;
    background: rgba(0, 198, 255, 0.15);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.fma-video-info {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .fma-video-section {
        padding: 4rem 0;
    }

    .fma-video-wrapper {
        border-radius: 14px;
        border-width: 2px;
    }

    .fma-video-wrapper iframe {
        border-radius: 12px;
    }

    .fma-video-lang-note {
        flex-direction: column;
        text-align: center;
        border-radius: 16px;
        padding: 1rem 1.25rem;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .fma-video-section {
        padding: 3rem 0;
    }

    .fma-video-lang-note p {
        font-size: 0.85rem;
    }
}

/* ============================================ */
/* FIX: Text visibility on dark-bg sections    */
/* Impact, Donate, and any dark-bg headers     */
/* ============================================ */

.impact .section-label,
.impact .section-title,
.impact .section-subtitle,
.impact h3,
.impact p {
    color: #ffffff !important;
}

.impact .section-subtitle {
    color: rgba(255, 255, 255, 0.75) !important;
}

.impact .section-label {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(255, 215, 0, 0.2));
    border-color: rgba(0, 198, 255, 0.4);
}

.donate .section-label,
.donate .section-title,
.donate h2,
.donate .donate-subtitle {
    color: #ffffff !important;
}