﻿/* Enhanced Hero Section Styles - No Conflicts */
.hero-enhanced {
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);
    color: white;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

    /* Animated Background Particles */
    .hero-enhanced::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
        animation: hero-float 20s ease-in-out infinite;
        pointer-events: none;
    }

    .hero-enhanced::after {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        animation: hero-pulse 8s ease-in-out infinite;
        pointer-events: none;
    }

/* Wave Design */
.hero-wave-enhanced {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" fill="white"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: 1;
}

/* Container */
.hero-container-enhanced {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative;
    z-index: 2;
}

/* Content Layout */
.hero-content-enhanced {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Text Section */
.hero-text-enhanced {
    animation: hero-slideInLeft 1s ease-out;
}

.hero-badge-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: hero-fadeIn 1s ease-out 0.2s both;
}

    .hero-badge-enhanced i {
        animation: hero-spin 2s linear infinite;
    }

.hero-title-enhanced {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    animation: hero-fadeInUp 1s ease-out 0.3s both;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

    .hero-title-enhanced .hero-gradient-text {
        background: linear-gradient(90deg, #fff 0%, #e0e7ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.hero-subtitle-enhanced {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    animation: hero-fadeInUp 1s ease-out 0.5s both;
    font-weight: 400;
}

/* Stats Section */
.hero-stats-enhanced {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    animation: hero-fadeInUp 1s ease-out 0.6s both;
}

.hero-stat-item-enhanced {
    display: flex;
    flex-direction: column;
}

.hero-stat-number-enhanced {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.hero-stat-label-enhanced {
    font-size: 0.9rem;
    opacity: 0.85;
    font-weight: 500;
}

/* Buttons */
.hero-buttons-enhanced {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: hero-fadeInUp 1s ease-out 0.7s both;
}

.btn-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.1rem 2.2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    position: relative;
    overflow: hidden;
}

    .btn-enhanced::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .btn-enhanced:hover::before {
        left: 100%;
    }

.btn-primary-enhanced {
    background: white;
    color: #6366f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

    .btn-primary-enhanced:hover {
        background: #f8fafc;
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    }

    .btn-primary-enhanced:active {
        transform: translateY(-1px) scale(1);
    }

.btn-ghost-enhanced {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

    .btn-ghost-enhanced:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

/* Image Section */
.hero-image-enhanced {
    position: relative;
    animation: hero-slideInRight 1s ease-out;
}

.hero-image-wrapper-enhanced {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

/* Main Image Card */
.hero-image-card-enhanced {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    animation: hero-float-gentle 6s ease-in-out infinite;
}

    .hero-image-card-enhanced::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
        animation: hero-shine 3s ease-in-out infinite;
    }

.hero-image-placeholder-enhanced {
    width: 100%;
    height: 380px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .hero-image-placeholder-enhanced i {
        font-size: 9rem;
        opacity: 0.25;
        animation: hero-pulse-icon 3s ease-in-out infinite;
    }

/* Floating Cards */
.hero-floating-card-enhanced {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: hero-float-card 4s ease-in-out infinite;
}

    .hero-floating-card-enhanced.card-top {
        top: -20px;
        right: -30px;
        animation-delay: 0s;
    }

    .hero-floating-card-enhanced.card-bottom {
        bottom: -20px;
        left: -30px;
        animation-delay: 2s;
    }

.hero-card-icon-enhanced {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.hero-card-content-enhanced {
    flex: 1;
}

.hero-card-label-enhanced {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-card-value-enhanced {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
}

/* Animations */
@keyframes hero-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hero-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hero-slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hero-float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.02);
    }
}

@keyframes hero-float-gentle {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes hero-float-card {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes hero-pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }

    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@keyframes hero-pulse-icon {
    0%, 100% {
        transform: scale(1);
        opacity: 0.25;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.3;
    }
}

@keyframes hero-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes hero-shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-enhanced {
        padding: 100px 0 80px;
        min-height: auto;
    }

    .hero-content-enhanced {
        gap: 60px;
    }

    .hero-title-enhanced {
        font-size: 3rem;
    }

    .hero-stats-enhanced {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-enhanced {
        padding: 80px 0 60px;
    }

    .hero-container-enhanced {
        padding: 0 1.5rem;
    }

    .hero-content-enhanced {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .hero-text-enhanced {
        order: 1;
    }

    .hero-image-enhanced {
        order: 2;
    }

    .hero-badge-enhanced {
        justify-content: center;
    }

    .hero-title-enhanced {
        font-size: 2.2rem;
    }

    .hero-subtitle-enhanced {
        font-size: 1.1rem;
    }

    .hero-stats-enhanced {
        justify-content: center;
        gap: 1.5rem;
    }

    .hero-stat-number-enhanced {
        font-size: 1.6rem;
    }

    .hero-stat-label-enhanced {
        font-size: 0.8rem;
    }

    .hero-buttons-enhanced {
        justify-content: center;
    }

    .btn-enhanced {
        padding: 1rem 1.8rem;
        font-size: 1rem;
    }

    .hero-image-wrapper-enhanced {
        max-width: 400px;
    }

    .hero-image-card-enhanced {
        padding: 2rem;
    }

    .hero-image-placeholder-enhanced {
        height: 300px;
    }

        .hero-image-placeholder-enhanced i {
            font-size: 6rem;
        }

    .hero-floating-card-enhanced {
        padding: 1rem 1.2rem;
    }

        .hero-floating-card-enhanced.card-top {
            top: -15px;
            right: -20px;
        }

        .hero-floating-card-enhanced.card-bottom {
            bottom: -15px;
            left: -20px;
        }

    .hero-card-icon-enhanced {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .hero-card-value-enhanced {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .hero-enhanced {
        padding: 60px 0 50px;
    }

    .hero-container-enhanced {
        padding: 0 1rem;
    }

    .hero-title-enhanced {
        font-size: 1.8rem;
    }

    .hero-subtitle-enhanced {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .hero-stats-enhanced {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .hero-stat-item-enhanced {
        align-items: center;
    }

    .hero-buttons-enhanced {
        flex-direction: column;
        width: 100%;
    }

    .btn-enhanced {
        width: 100%;
        justify-content: center;
    }

    .hero-image-wrapper-enhanced {
        max-width: 100%;
    }

    .hero-image-card-enhanced {
        padding: 1.5rem;
    }

    .hero-image-placeholder-enhanced {
        height: 250px;
    }

        .hero-image-placeholder-enhanced i {
            font-size: 5rem;
        }

    .hero-floating-card-enhanced {
        padding: 0.8rem 1rem;
        gap: 0.8rem;
    }

        .hero-floating-card-enhanced.card-top {
            top: -10px;
            right: -10px;
        }

        .hero-floating-card-enhanced.card-bottom {
            bottom: -10px;
            left: -10px;
        }

    .hero-card-icon-enhanced {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .hero-card-label-enhanced {
        font-size: 0.7rem;
    }

    .hero-card-value-enhanced {
        font-size: 1rem;
    }

    .hero-wave-enhanced {
        height: 80px;
    }
}
