/* ============================================================
   ULTRA PREMIUM HERO SLIDER (CEO LEVEL)
   ============================================================ */

.hero-premium {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    margin-top: 0;
}

/* Premium JS Video Slider Styling */
.hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-video.active {
    opacity: 1;
}

/* Elegant Dark Overlay */
.slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 20, 31, 0.4) 0%, rgba(15, 20, 31, 0.85) 100%);
    z-index: 2;
}

.hero-title-image-wrap {
    margin: 0 auto 20px;
    max-width: 550px;
    width: 100%;
}

.hero-title-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 15px rgba(227, 18, 26, 0.15));
}

/* Premium Content Panel - Ultra-Compact & Slim Version */
.hero-content-premium {
    position: relative;
    z-index: 3;
    max-width: 680px;
    /* Even tighter width */
    width: 90%;
    text-align: center;
    padding: 10px 20px;
    /* Minimal vertical padding */
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    opacity: 1;
}

.hero-main-logo {
    max-height: 105px;
    /* Large logo maintained */
    width: auto;
    margin: 35px auto -8px; /* High top margin, negative bottom to pull text up */
    display: block;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.hero-title-image-wrap {
    margin: 0 auto 4px;
    /* Ultra-tight vertical margin */
    max-width: 360px;
    width: 100%;
}

.hero-title-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 12px rgba(227, 18, 26, 0.15));
}

.hero-desc-premium {
    font-size: 0.84rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.35;
    margin-bottom: 12px;
    /* Tight vertical margin */
    letter-spacing: 0.5px;
}

.hero-desc-premium strong {
    color: #fff;
    font-weight: 600;
}

.hero-ctas-premium {
    display: flex;
    flex-direction: column; /* Stacked for perfect symmetry */
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.btn-royal {
    padding: 12px 0; /* Vertical focus */
    background: #e3121a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(227, 18, 26, 0.25);
    width: 250px; /* Unified width */
    text-align: center;
}

.btn-royal:hover {
    background: #fff;
    color: #e3121a;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
}

.btn-royal-outline {
    padding: 12px 0; /* Vertical focus */
    background: transparent;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 250px; /* Unified width */
    text-align: center;
}

.btn-royal-outline:hover {
    background: #fff;
    color: #242841;
    border-color: #fff;
    transform: translateY(-3px);
}

/* Scroll Hint Override */
.hero-scroll-hint-premium {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    animation: fadeIn 1s ease 1.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .hero-premium {
        width: 100%;
        max-width: 100vw;
    }

    .hero-title-image-wrap {
        max-width: 80%;
    }

    .hero-content-premium {
        padding: 30px 20px;
        width: 90%;
        max-width: 400px;
        box-sizing: border-box;
    }

    .hero-desc-premium {
        font-size: 0.88rem;
    }

    .hero-main-logo {
        max-height: 55px;
    }

    .btn-royal,
    .btn-royal-outline {
        padding: 14px 0;
        width: 100%;
        max-width: 280px;
        box-sizing: border-box;
    }

    .hero-ctas-premium {
        width: 100%;
        align-items: center;
    }
}

/* === AKILLI TELEFON: Hero Derin Optimizasyon === */
@media (max-width: 480px) {
    .hero-premium {
        height: 55vh;
        min-height: 420px;
    }

    .hero-content-premium {
        padding: 16px 16px 20px;
        width: 92%;
        max-width: 340px;
        border-radius: 10px;
    }

    .hero-main-logo {
        max-height: 42px;
        margin: 12px auto -4px;
    }

    .hero-title-image-wrap {
        max-width: 72%;
        margin: 0 auto 2px;
    }

    .hero-desc-premium {
        font-size: 0.78rem;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .hero-desc-premium strong {
        font-size: 0.82rem;
    }

    .hero-ctas-premium {
        gap: 8px;
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .btn-royal,
    .btn-royal-outline {
        padding: 12px 0;
        font-size: 0.72rem;
        letter-spacing: 1.5px;
        width: 100%;
        max-width: 240px;
    }

    .hero-scroll-hint-premium {
        bottom: 15px;
    }

    .scroll-line {
        height: 30px;
    }

    .hero-scroll-hint-premium span {
        font-size: 0.5rem;
    }

    .slider-overlay {
        background: linear-gradient(180deg, rgba(15, 20, 31, 0.5) 0%, rgba(15, 20, 31, 0.9) 100%);
    }
}