/* ==================================================================
   BLUE THEME ENHANCEMENTS
   Enhanced styling for #1e3c93 background with improved title and tag design
================================================================== */

/* Enhanced Hero Section for Blue Background */
.hero-content-simple {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(248, 250, 252, 0.9) 50%,
        rgba(255, 255, 255, 0.95) 100%
    );
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

/* Add subtle animated background pattern */
.hero-content-simple::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(30, 60, 147, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(16, 185, 129, 0.03) 0%, transparent 50%);
    animation: heroPattern 12s ease-in-out infinite;
    z-index: -1;
}

@keyframes heroPattern {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }
    33% {
        transform: translateY(-5px) rotate(1deg);
        opacity: 0.5;
    }
    66% {
        transform: translateY(5px) rotate(-1deg);
        opacity: 0.4;
    }
}

/* Enhanced Hero Title */
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #1a1a1a;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    position: relative;
}



/* Enhanced Hero Description */
.hero-description {
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Campaign Tag Overlay - Simplified */
.campaign-tag-overlay {
    background: rgba(30, 60, 147, 0.1);
    border: 1px solid rgba(30, 60, 147, 0.2);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.campaign-hashtag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}

.hashtag-symbol {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e3c93;
}

.hashtag-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e3c93;
    letter-spacing: 0.5px;
}

.campaign-urgency {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.campaign-urgency i {
    color: #ef4444;
    font-size: 1rem;
}

/* Simple hover effect */
.campaign-tag-overlay:hover {
    background: rgba(30, 60, 147, 0.15);
    border-color: rgba(30, 60, 147, 0.3);
}

/* Enhanced Hero Section Background with Icons */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'%3E%3C/path%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.07)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4'%3E%3C/path%3E%3Cpath d='M21 12c0 4.97-4.03 9-9 9s-9-4.03-9-9 4.03-9 9-9 9 4.03 9 9z'%3E%3C/path%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22,4 12,14.01 9,11.01'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: 
        8% 15%,
        88% 20%,
        15% 75%,
        85% 80%,
        75% 25%,
        25% 45%;
    background-repeat: no-repeat;
    background-size: 60px 60px, 45px 45px, 35px 35px, 40px 40px, 30px 30px;
    z-index: -1;
    opacity: 0.8;
    animation: floatingIcons 15s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatingIcons {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }
    33% {
        transform: translateY(-20px) rotate(5deg);
        opacity: 0.5;
    }
    66% {
        transform: translateY(10px) rotate(-3deg);
        opacity: 0.4;
    }
}

/* Responsive enhancements */
@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .campaign-tag-overlay {
        transform: translateY(-5px);
    }
    
    .hashtag-text::after {
        font-size: 1.4rem;
        top: -10px;
        right: -15px;
    }
}

/* Add subtle animation to the entire hero section */
.hero-section {
    animation: heroEntrance 1.5s ease-out;
}

@keyframes heroEntrance {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}