/* Hero section overrides - Afrasiab University layout */
:root {
    --primary-blue: #4169E1;
    --dark-blue: #182f61; /* Siz xohlagan to'q ko'k rang */
    --accent-blue: #4169E1;
    --accent-white: #fff;
    --text-white: #fff;
}

/* 1. Hero bo'limi foni */
.ispi-hero-wrapper {
    position: relative;
    height: 91vh;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.hero-slider, .swiper-wrapper, .swiper-slide { height: 100% !important; position: relative; }

.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-bg--hero {
    background-position: 72% center;
}

/* 2. JOZIBALI FON */
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(3, 7, 18, 0.82) 0%, rgba(3, 7, 18, 0.56) 32%, rgba(3, 7, 18, 0.18) 58%, rgba(3, 7, 18, 0.04) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.static-content-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 clamp(15px, 2vw, 45px);
    pointer-events: none;
}

/* 3. MATN SOZLAMALARI */
.ispi-hero-content {
    font-family: 'Almarai', sans-serif;
    text-align: center;
    padding: 0;
    margin-top: 0;
    transform: translateY(52px);
    color: #FFFFFF !important;
    width: min(60vw, 940px);
    max-width: 940px;
    pointer-events: auto;
}

.ispi-hero-title {
    position: relative;
    display: inline-block;
    isolation: isolate;
    font-family: 'Almarai', sans-serif;
    font-size: clamp(50px, 7vw, 80px);
    font-weight: 800;
    color: #FFFFFF !important;
    line-height: 0.92;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.34);
    text-align: center;
}

.ispi-hero-title__base {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.ispi-hero-title__shine {
    position: absolute;
    inset: 0;
    color: transparent;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    background-image: linear-gradient(
        115deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 26%,
        rgba(255, 244, 197, 0.98) 42%,
        rgba(232, 194, 93, 0.98) 49%,
        rgba(255, 247, 212, 0.99) 56%,
        rgba(189, 140, 35, 0.92) 61%,
        rgba(255, 255, 255, 0) 76%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 230% 100%;
    background-position: 140% 50%;
    -webkit-background-clip: text;
    background-clip: text;
}

.ispi-hero-title__line {
    display: block;
}

.ispi-hero-title.is-intro-active .ispi-hero-title__shine {
    animation: ispi-hero-title-shine 2s ease-in-out infinite;
}

@keyframes ispi-hero-title-shine {
    0% {
        opacity: 0;
        background-position: 145% 50%;
    }
    10% {
        opacity: 1;
    }
    68% {
        opacity: 1;
    }
    78% {
        opacity: 0;
        background-position: -45% 50%;
    }
    100% {
        opacity: 0;
        background-position: -45% 50%;
    }
}

.ispi-hero-copy {
    font-family: 'Almarai', sans-serif;
    font-size: clamp(16px, 1.18vw, 20px);
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 1.55;
    max-width: 100%;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.ispi-hero-copy__line {
    display: block;
    white-space: nowrap;
    text-align: center;
}

.mobile-hero-cta {
    display: none;
}

/* 4. TO'Q KO'K (DARK BLUE) TUGMA SOZLAMASI */
.ispi-hero-wrapper .theme-btn {
    font-family: 'Almarai', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: var(--dark-blue) !important; /* TO'Q KO'K RANG */
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.8px;
    transition: 0.3s ease;
}

.ispi-hero-wrapper .theme-btn:hover {
    background: var(--primary-blue) !important; /* Sichqoncha kelganda ochroq ko'k */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(24, 47, 97, 0.4);
}

/* Qolgan elementlar */
.social-icons a { color: #fff; font-size: 20px; transition: color 0.3s ease; }
.social-icons a:hover { color: var(--primary-blue); }

@media (max-width: 991px) {
    .slider-bg--hero {
        background-position: 64% center;
    }

    .static-content-layer {
        justify-content: flex-start;
        align-items: center;
        padding: 0 16px;
    }

    .ispi-hero-content {
        width: 100%;
        max-width: 680px;
        text-align: center;
        margin-top: 0;
        transform: translateY(36px);
    }

    .ispi-hero-title {
        font-size: clamp(38px, 8.6vw, 58px);
    }

    .ispi-hero-copy {
        max-width: 100%;
    }

    .ispi-hero-copy__line {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .slider-bg--hero {
        background-position: 60% center;
    }

    .ispi-hero-wrapper {
        min-height: 520px;
    }

    .ispi-hero-title {
        font-size: 40px;
    }

    .ispi-hero-content p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .mobile-hero-cta {
        display: flex;
        justify-content: center;
        margin-top: 34px;
        position: relative;
        z-index: 5;
    }

    .mobile-hero-cta__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 54px;
        padding: 0 30px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: linear-gradient(135deg, #ff2a2a 0%, #dc1010 55%, #b80606 100%);
        color: #ffffff;
        font-family: 'Almarai', sans-serif;
        font-size: 16px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.3px;
        text-decoration: none;
        box-shadow: 0 12px 28px rgba(220, 16, 16, 0.34);
        animation: mobileHeroCtaPulse 2.3s ease-in-out infinite;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-hero-cta__icon {
        font-size: 14px;
        flex-shrink: 0;
    }

    .mobile-hero-cta__button:hover,
    .mobile-hero-cta__button:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .mobile-hero-cta__button:active {
        transform: scale(0.97);
    }
}

@keyframes mobileHeroCtaPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 24px rgba(220, 16, 16, 0.26);
    }

    50% {
        transform: scale(1.045);
        box-shadow: 0 16px 38px rgba(255, 38, 38, 0.5);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 10px 24px rgba(220, 16, 16, 0.26);
    }
}
