/* ========================================
   Part 3: Hero Slider Section
======================================== */

/* Hero */
.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.hero-slider {
    height: 100vh;
}

.hero-slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.slide-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}

.slide-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image: 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='%23d4af37' 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/g%3E%3C/svg%3E");
    z-index: -1;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding-top: 160px;
}

.slide-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    margin-bottom: var(--space-xl);
}

.badge-icon {
    width: 28px;
    height: 28px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 0.75rem;
}

.slide-badge span:last-child {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.slide-title {
    margin-bottom: var(--space-xl);
}

.title-line {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.7);
    margin-bottom: var(--space-md);
}

.title-main {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.1;
}

.title-main em {
    font-style: normal;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slide-desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: var(--space-2xl);
    max-width: 600px;
}

.slide-actions {
    display: flex;
    gap: var(--space-lg);
    flex-wrap: wrap;
    margin-bottom: var(--space-3xl);
}

.slide-stats {
    display: flex;
    align-items: center;
    gap: var(--space-2xl);
    padding: var(--space-xl) var(--space-2xl);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(10px);
}

.stat {
    text-align: center;
}

.stat-value {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.stat-value sup {
    font-size: 0.5em;
}

.stat-label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    margin-top: var(--space-xs);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(212,175,55,0.5), transparent);
}

.slide-features {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.feature-tag {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-lg);
    background: rgba(255,255,255,0.1);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    color: var(--white);
}

.feature-tag i {
    color: var(--gold);
}

/* Slide Visual */
.slide-visual {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 450px;
    height: 450px;
}

.visual-circle {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(212,175,55,0.3);
    border-radius: 50%;
    animation: rotateSlow 30s linear infinite;
    background: radial-gradient(circle at center, rgba(212,175,55,0.08) 0%, transparent 70%);
}

.visual-circle::before {
    content: '';
    position: absolute;
    inset: 30px;
    border: 2px dashed rgba(212,175,55,0.25);
    border-radius: 50%;
    animation: rotateReverse 25s linear infinite;
}

.visual-circle::after {
    content: '';
    position: absolute;
    inset: 60px;
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(212,175,55,0.1) 0%, transparent 60%);
}

.slide-visual::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0.15;
    animation: pulse 3s ease-in-out infinite;
}

.slide-visual::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -30px;
    width: 50px;
    height: 50px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0.1;
    animation: pulse 3s ease-in-out infinite 1s;
}

.visual-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(212,175,55,0.2) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: var(--gold);
    border: 1px solid rgba(212,175,55,0.3);
    box-shadow: 0 0 60px rgba(212,175,55,0.2), inset 0 0 40px rgba(212,175,55,0.1);
}

@keyframes rotateSlow {
    to { transform: rotate(360deg); }
}

@keyframes rotateReverse {
    to { transform: rotate(-360deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.15; }
    50% { transform: scale(1.2); opacity: 0.25; }
}

/* Visual decorative dots */
.visual-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.visual-dots .dot {
    position: absolute;
    border-radius: 50%;
    background: var(--gold);
}

.visual-dots .dot-1 {
    width: 12px;
    height: 12px;
    top: 10%;
    right: 15%;
    opacity: 0.6;
    animation: floatDot 4s ease-in-out infinite;
}

.visual-dots .dot-2 {
    width: 8px;
    height: 8px;
    bottom: 20%;
    right: 10%;
    opacity: 0.4;
    animation: floatDot 5s ease-in-out infinite 1s;
}

.visual-dots .dot-3 {
    width: 6px;
    height: 6px;
    top: 30%;
    left: 5%;
    opacity: 0.5;
    animation: floatDot 3.5s ease-in-out infinite 0.5s;
}

.visual-dots .dot-4 {
    width: 10px;
    height: 10px;
    bottom: 35%;
    left: 15%;
    opacity: 0.3;
    animation: floatDot 4.5s ease-in-out infinite 1.5s;
}

@keyframes floatDot {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-15px) scale(1.2); }
}

/* Visual decorative lines */
.visual-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.visual-lines .line {
    position: absolute;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.2;
}

.visual-lines .line-1 {
    width: 150px;
    height: 2px;
    top: 25%;
    right: -30px;
    transform: rotate(-30deg);
    animation: shimmer 3s ease-in-out infinite;
}

.visual-lines .line-2 {
    width: 100px;
    height: 1px;
    bottom: 30%;
    left: -20px;
    transform: rotate(45deg);
    animation: shimmer 3s ease-in-out infinite 1s;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.35; }
}

/* Hero Controls */
.hero-controls {
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 10%;
    transform: none;
    display: flex;
    align-items: center;
    gap: var(--space-xl);
    z-index: 10;
}

.hero-pagination {
    display: flex;
    gap: var(--space-sm);
}

.hero-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: var(--radius-full);
    opacity: 1;
    transition: var(--transition-base);
}

.hero-pagination .swiper-pagination-bullet-active {
    background: var(--gold);
    width: 60px;
}

.hero-nav {
    display: flex;
    gap: var(--space-sm);
}

.hero-prev, .hero-next {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: var(--transition-base);
    cursor: pointer;
    background: rgba(255,255,255,0.05);
}

.hero-prev:hover, .hero-next:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    z-index: 10;
}

.scroll-text {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold);
    writing-mode: vertical-rl;
}

.scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    position: relative;
    overflow: hidden;
}

.scroll-line::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--gold);
    animation: scrollLine 2s ease infinite;
}

@keyframes scrollLine {
    0% { top: -50%; }
    100% { top: 100%; }
}

/* Mobile Hero */
@media (max-width: 1024px) {
    .slide-visual,
    .visual-dots,
    .visual-lines {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
    }

    .hero-slider {
        height: auto;
        min-height: auto;
    }

    .hero-slide {
        padding: 110px 0 60px;
        min-height: auto;
        display: flex;
        align-items: center;
    }

    .slide-content {
        padding-top: 0;
        text-align: center;
    }

    .slide-badge {
        margin-left: auto;
        margin-right: auto;
        padding: var(--space-xs) var(--space-md);
        font-size: 0.75rem;
    }

    .badge-icon {
        width: 24px;
        height: 24px;
        font-size: 0.65rem;
    }

    .title-line {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
        margin-bottom: var(--space-sm);
    }

    .title-main {
        font-size: clamp(2.2rem, 10vw, 3.5rem);
    }

    .slide-desc {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: var(--space-xl);
        padding: 0 var(--space-sm);
    }

    .slide-actions {
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-md);
        margin-bottom: var(--space-xl);
    }

    .slide-actions .btn {
        width: 100%;
        padding: var(--space-md) var(--space-lg);
        font-size: 0.9rem;
    }

    .slide-stats {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: var(--space-md);
        padding: var(--space-md);
    }

    .stat {
        flex: 1;
        min-width: 80px;
    }

    .stat-value {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.65rem;
    }

    .stat-divider {
        width: 1px;
        height: 40px;
        background: linear-gradient(to bottom, transparent, rgba(212,175,55,0.5), transparent);
    }

    .slide-features {
        justify-content: center;
        gap: var(--space-sm);
    }

    .feature-tag {
        padding: var(--space-xs) var(--space-md);
        font-size: 0.75rem;
    }

    .hero-controls {
        bottom: 20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        flex-direction: row;
        gap: var(--space-md);
    }

    .hero-pagination .swiper-pagination-bullet {
        width: 25px;
        height: 3px;
    }

    .hero-pagination .swiper-pagination-bullet-active {
        width: 40px;
    }

    .hero-nav {
        display: none;
    }

    .scroll-indicator {
        display: none;
    }
}
