﻿.hero-slider {
    position: relative;
    min-height: 100vh;
    min-height: 860px;
    overflow: hidden;
    background: #07111f;
    font-family: 'Inter', Arial, sans-serif;
}

.hero-slides {
    height: 100%;
    position: relative;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top right, rgba(215,25,32,0.18), transparent 25%), linear-gradient(135deg, #07111f 0%, #081523 45%, #13233d 100%);
}

    .hero-slide.active {
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.08;
}

.hero-container {
    width: 90%;
    max-width: 1320px;
    margin: auto;
    position: relative;
    z-index: 3;
}

/*.hero-slide-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}*/

/*.hero-slide-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
    box-sizing: border-box;
}*/
.hero-slide-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 160px;
    box-sizing: border-box;
}

.hero-badge {
    display: inline-flex;
    padding: 14px 24px;
    border-radius: 999px;
    background: rgba(0,255,170,0.10);
    border: 1px solid rgba(0,255,170,0.35);
    color: #7fffd4;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 32px;
}

.hero-left h1 {
    font-size: 84px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -4px;
    color: #fff;
    margin-bottom: 30px;
}

    .hero-left h1 span {
        color: #ff5b5b;
    }

.hero-left p {
    font-size: 22px;
    line-height: 1.8;
    color: #dbe4ff;
    max-width: 720px;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 18px 34px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #d71920, #ff4d4d);
    color: #fff !important;
    box-shadow: 0 20px 45px rgba(215,25,32,0.28);
}

.hero-btn-secondary {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff !important;
}

.hero-glass-card {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(24px);
    box-shadow: 0 25px 80px rgba(0,0,0,0.45), 0 0 80px rgba(215,25,32,0.10);
    color: #fff;
}

.hero-logo {
    width: 120px;
    margin-bottom: 30px;
}

.hero-glass-card h2 {
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 24px;
    color: #fff;
}

.hero-glass-card p {
    font-size: 18px;
    color: #dbe4ff;
    line-height: 1.8;
}

.hero-imda-box {
    margin-top: 36px;
    background: linear-gradient(135deg, #d71920, #8f0f14);
    padding: 32px;
    border-radius: 24px;
}

    .hero-imda-box img {
        width: 240px;
        display: block;
        margin-bottom: 24px;
        background: #fff;
        padding: 18px;
        border-radius: 18px;
    }

    .hero-imda-box h3 {
        font-size: 64px;
        line-height: 1;
        margin-bottom: 12px;
        color: #fff;
    }

.hero-slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 10;
}

.hero-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    transition: 0.3s ease;
}

    .hero-dot.active {
        background: #ff4d4d;
        transform: scale(1.2);
    }

/*@media(max-width:1100px) {
    .hero-slide-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-left h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .hero-glass-card h2 {
        font-size: 36px;
    }
}*/
@media(max-width:1100px) {

    .hero-slide-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 160px;
        padding-bottom: 100px;
    }

    .hero-left h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .hero-glass-card h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        min-height: 1050px;
        height: auto;
        overflow: hidden;
    }

    .hero-slides {
        min-height: 1050px;
        height: auto;
        position: relative;
    }

    /*.hero-slide {
        min-height: 1050px;
        height: auto;
        padding: 50px 0 120px;
        overflow: visible;
    }*/
    .hero-slide {
        min-height: 1080px;
        height: auto;
        padding: 80px 0 120px;
        overflow: visible;
    }

    .hero-slide-content {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 32px;
        min-height: auto;
        padding: 55px 28px 180px;
        box-sizing: border-box;
    }

    .hero-left h1 {
        font-size: 38px !important;
        line-height: 1.04;
        letter-spacing: -1.5px;
        margin-bottom: 22px;
    }

    .hero-left p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .hero-badge {
        font-size: 10px;
        padding: 10px 14px;
        margin-bottom: 22px;
    }

    .hero-buttons {
        gap: 10px;
    }

    .hero-btn {
        padding: 14px 16px;
        font-size: 11px;
        border-radius: 10px;
    }

    .hero-right {
        width: 100%;
    }

    .hero-glass-card {
        width: 100%;
        max-width: none;
        padding: 28px 22px 36px;
        border-radius: 24px;
    }

    .hero-logo {
        width: 80px;
        margin-bottom: 18px;
    }

    .hero-glass-card h2 {
        font-size: 28px !important;
        line-height: 1.12;
    }

    .hero-glass-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-imda-box {
        padding: 22px;
        margin-top: 24px;
    }

        .hero-imda-box img {
            width: 160px;
        }

        .hero-imda-box h3 {
            font-size: 40px;
        }

    .hero-slider-dots {
        bottom: 80px;
    }
}
