/* --- HERO SECTION ANA YAPI --- */
main .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* Slider ve Görseller */
/* --- HERO SLIDER ANA AYARLARI --- */
main .hero-section .hero-slider .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 6s linear;
    z-index: 1;
}

/* --- AKTİF SLIDE (Görünen ve Hareket Eden) --- */
main .hero-section .hero-slider .slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

/* Karartma Overlay */
main .hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.8));
    z-index: 3;
    pointer-events: none;
}

/* --- SOL ALT BUTONLAR (Action) --- */
main .hero-section .hero-footer-content {
    position: absolute;
    bottom: 80px;
    left: 5%;
    z-index: 10;
}

main .hero-section .hero-footer-content .hero-buttons {
    display: flex;
    gap: 20px;
}

main .hero-section .hero-footer-content .hero-buttons .btn-main {
    padding: 18px 35px;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Buton Alt Çizgi Efekti (İçeride) */
main .hero-section .hero-footer-content .hero-buttons .btn-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: right;
}

/* Panel ve Butonların üstte kalması için z-index */
main .hero-section .hero-footer-content,
main .hero-section .premium-nav-panel-1 {
    z-index: 10;
    position: absolute;
}



/* 
        btn-main btn-blue-outline
        btn-main btn-orange-solid
        */

main .hero-section .hero-footer-content .hero-buttons .btn-main:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

main .hero-section .hero-footer-content .hero-buttons .btn-blue-outline {
    background-color: transparent !important;
    /* İçini boşalttık */
    border: 2px solid #103b7b !important;
    /* Kesin lacivert outline */
    color: #ffffff !important;
    /* Yazı beyaz */
    transition: all 0.4s ease;
}

main .hero-section .hero-footer-content .hero-buttons .btn-blue-outline:hover {
    background-color: #103b7b !important;
    /* Hoverda içi doluyor */
    box-shadow: 0 0 20px rgba(16, 59, 123, 0.6);
    /* Şık bir parlama */
    transform: translateY(-3px);
}

main .hero-section .hero-footer-content .hero-buttons .btn-blue-outline::after {
    background-color: var(--pars-blue);
}

main .hero-section .hero-footer-content .hero-buttons .btn-orange-solid {
    background-color: transparent !important;
    /* Bu da outline oldu */
    border: 2px solid #ff6b00 !important;
    /* Kesin turuncu outline */
    color: #ffffff !important;
    transition: all 0.4s ease;
}

main .hero-section .hero-footer-content .hero-buttons .btn-orange-solid:hover {
    background-color: #ff6b00 !important;
    /* Hoverda içi doluyor */
    box-shadow: 0 0 20px rgba(255, 107, 0, 0.6);
    transform: translateY(-3px);
}

main .hero-section .hero-footer-content .hero-buttons .btn-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    /* Hafif beyaz bir alt çizgi */
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

main .hero-section .hero-footer-content .hero-buttons .btn-main:hover::after {
    transform: scaleX(1);
}

main .hero-section .hero-footer-content .hero-buttons .btn-orange-solid::after {
    background-color: var(--pars-orange);
}

/* --- SAĞ PREMIUM PANEL --- */
/* ================================================================
   PREMIUM PANEL - MİNİMALİST ÇİZGİSEL TASARIM
   ================================================================ */

main .hero-section .premium-nav-panel-1 {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 420px;
    padding: 60px 20px 60px 40px;

    /* --- ARADIĞIN SIR BURADA: Renk belli olmaz ama kontrast sağlar --- */
    background: linear-gradient(to left,
            rgba(0, 0, 0, 0.5) 0%,
            /* En sağda (kenarda) hafif gölge başlar */
            rgba(0, 0, 0, 0.2) 50%,
            /* Ortada iyice şeffaflaşır */
            transparent 100%
            /* Sola doğru tamamen yok olur */
        );

    /* Panel çizgisi daha ince ve zarif */
    border-left: 1.5px solid rgba(255, 255, 255, 0.15);

    /* Cam efekti (blur) YOK, sadece temiz görüntü */
    backdrop-filter: none;
    z-index: 10;
}

/* Panel Header (Logo Alanı) */
main .hero-section .premium-nav-panel-1 .panel-header-1 {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

/* Booklink Tarzı Dikey Menü */
main .hero-section .premium-nav-panel-1 .v-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Her linkin kendi alanını belirle */
main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link {
    display: flex;
    align-items: center;
    padding: 14px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.4s ease;
    
    /* KRİTİK: Çizgiyi bu linke kelepçeliyoruz */
    position: relative; 
}

/* Turuncu Belirteç Çizgisi (Her linkin kendi içinde gizli) */
main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link::before {
    content: "";
    position: absolute;
    
    /* Çizgiyi linkin tam soluna, numaranın biraz gerisine koyuyoruz */
    left: -20px; 
    top: 50%;
    transform: translateY(-50%); /* Tam dikey merkezleme */
    
    width: 0; /* Başlangıçta görünmez */
    height: 2px;
    background-color: var(--pars-orange, #ff6b00);
    transition: width 0.3s ease, left 0.3s ease;
    pointer-events: none;
}

/* Hover Anında: Çizgi belirir ve link sağa kayar */
main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link:hover {
    padding-left: 25px; /* Yazı sağa kaçar, çizgiye yer açar */
    color: var(--pars-orange, #ff6b00);
}

main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link:hover::before {
    width: 15px; /* Çizgi uzar */
    left: 0;     /* Çizgi "tak" diye linkin yanına yapışır */
}

/* Numara ve İkon Ayarları */
main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link .v-num {
    font-weight: 800;
    margin-right: 15px;
    font-size: 0.8rem;
    color: var(--pars-orange, #ff6b00);
    /* Numara sabit kalsın diye transition eklemiyoruz */
}

/*LOGO*/
/* ================================================================
   PREMIUM PANEL LOGO DÜZENLEMESİ (KORREKTUR)
   ================================================================ */

main .hero-section .premium-nav-panel-1 .panel-header-1 {
    margin-bottom: 40px;
    /* Logo ile menü arası şık bir boşluk */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

main .hero-section .premium-nav-panel-1 .logo-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    /* İkon ile yazı arası mesafe */
}

/* Sol taraftaki "P" İkon Kutusu */
main .hero-section .premium-nav-panel-1 .logo-icon-1 {
    background-color: var(--pars-orange);
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(255, 107, 0, 0.3);
    font-family: 'Expletus Sans', cursive;
}

/* Sağ taraftaki Yazı Grubu */
main .hero-section .premium-nav-panel-1 .logo-text-1 {
    color: white;
    font-family: 'Expletus Sans', cursive;
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* "PERSONAL GMBH" Kısmı */
main .hero-section .premium-nav-panel-1 .logo-text-1 span {
    color: var(--pars-orange);
    font-weight: 700;
    display: inline-block;
}

/* Alt Slogan: INDUSTRIE & HANDWERK */
main .hero-section .premium-nav-panel-1 .logo-text-1 small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4px;
    font-weight: 300;
}

/* Logo Hover Etkisi (Hafif bir parıltı) */
/**/
main .hero-section .premium-nav-panel-1 .logo-1:hover .logo-icon-1 {
    background-color: #ff8533;
    /*transform: rotate(-5deg) scale(1.05);*/
    transition: all 0.3s ease;
}
/* ================================================================
   HERO SECTION RESPONSIVE: MOBİL VE TABLET AYARLARI
   ================================================================ */

@media screen and (max-width: 992px) {
    /* 1. ANA PANEL: Merkeze al ve genişlet */
    main .hero-section .premium-nav-panel-1 {
        position: relative !important;
        top: 40% !important; /* Slider görselleri görünsün diye hafif yukarıda */
        right: auto !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 420px;
        padding: 40px 25px !important;
        border-left: none !important;
        border-top: 3px solid #ff6b00 !important; /* Dikey çizgiyi şık bir üst çizgiye çevirdik */
        background: rgba(0, 0, 0, 0.4) !important; /* Mobilde okunurluk için hafif karartma */
        text-align: left;
    }

    /* 2. PANEL İÇİNDEKİ LİNKLER: Mobilde çizgi animasyonunu sadeleştir */
    main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link::before {
        display: none !important; /* Mobilde yer darlığı için çizgiyi gizle */
    }
    
    main .hero-section .premium-nav-panel-1 .v-nav .v-nav-link:hover {
        padding-left: 10px !important; /* Daha az kayma */
    }

    /* 3. BUTONLAR: Sol alttan merkeze taşı ve alt alta diz */
    main .hero-section .hero-footer-content {
        position: absolute !important;
        bottom: 5% !important; /* Alt kısma yakın */
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 90% !important;
        max-width: 420px;
        text-align: center;
    }

    main .hero-section .hero-footer-content .hero-buttons {
        flex-direction: column !important; /* BUTONLARI ALT ALTA DİZ */
        gap: 12px !important;
        width: 100%;
    }

    main .hero-section .hero-footer-content .hero-buttons .btn-main {
        width: 100% !important;
        padding: 15px 0 !important;
        font-size: 0.85rem !important;
    }

    /* 4. OVERLAY: Mobilde daha koyu bir geçiş (Okunurluk için) */
    main .hero-section .hero-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent, rgba(0,0,0,0.8)) !important;
    }
}

/* Küçük Telefonlar İçin Ek Ayar (iPhone SE vb.) */
@media screen and (max-width: 480px) {
    main .hero-section .premium-nav-panel-1 {
        padding: 30px 20px !important;
        top: 45% !important;
    }
    
    main .hero-section .premium-nav-panel-1 .panel-header-1 {
        margin-bottom: 25px !important;
    }

    main .hero-section .premium-nav-panel-1 .logo-text-1 {
        font-size: 1.1rem !important;
    }
}