/* css/hunint.css - ORİJİNAL TASARIM + SEMİNER RENGİ */

/* EN ÖNEMLİ KISIM: ARKA PLAN */
body { 
    background-color: #050505 !important; /* Bootstrap'i ezmek için !important koyduk */
    color: #fff !important; 
    font-family: 'Open Sans', sans-serif; 
    overflow-x: hidden; 
    margin: 0; padding: 0; 
}

/* --- MENÜ (NAVBAR) --- */
.cyber-nav { 
    position: fixed; top: 0; left: 0; width: 100%; height: 90px; 
    background: rgba(5, 5, 5, 0.95); 
    border-bottom: 1px solid #222; 
    z-index: 1000; 
    display: flex; align-items: center; justify-content: space-between; 
    padding: 0 50px; 
}

.nav-logo img {
    height: 120px; width: auto;
    mix-blend-mode: screen; 
    filter: grayscale(1) brightness(130%) 
            drop-shadow(0 0 2px rgba(255, 255, 255, 1))
            drop-shadow(0 0 5px rgba(255, 255, 255, 0.8))
            drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.nav-menu { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0; }
.nav-link { color: #aaa; font-family: 'Oswald'; font-size: 1rem; transition: 0.3s; text-decoration: none; text-transform: uppercase; }
.nav-link:hover { color: #e63946; }
.nav-cta { padding: 10px 25px; border: 1px solid #e63946; color: #e63946; font-family: 'Oswald'; transition: 0.3s; text-decoration: none; border-radius:4px; font-weight: bold; }
.nav-cta:hover { background: #e63946; color: #fff; box-shadow: 0 0 15px #e63946; }
.menu-toggle { display: none; background: transparent; border: none; color: #fff; font-size: 1.8rem; cursor: pointer; }

/* --- HERO SECTION --- */
.hero-section { 
    text-align: center; padding: 150px 20px 50px; margin-top: 60px; 
    background: linear-gradient(to bottom, rgba(5,5,5,0.8), #050505), url('../img/akademi/akademi-hero-istihbarat-egitimi.jpg'); 
    background-size: cover; background-position: center; 
}
.hero-title { font-family: 'Oswald'; font-size: 4rem; color: #fff; text-transform: uppercase; letter-spacing: 3px; }

/* --- STATİK KARTLAR (SENİN AMİRAL GEMİSİ) --- */
.package-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 50px 20px; max-width: 1600px; margin: 0 auto; position: relative; z-index: 10; }
.smart-card { width: 380px; height: 620px; border-radius: 15px; position: relative; overflow: hidden; border: 1px solid #333; background: #000; cursor: pointer; }
.smart-card-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0.8; transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
.smart-content { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; padding: 30px; background: linear-gradient(to top, #000 40%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; transition: 0.5s; }
.smart-card:hover .smart-card-bg { opacity: 0.2; transform: scale(1.1); }
.card-title { font-family: 'Oswald'; font-size: 2.8rem; margin: 5px 0; line-height: 1; text-transform: uppercase; }
.curriculum-list { margin-top: 20px; border-top: 1px solid #444; padding-top: 20px; display: block !important; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.5s; }
.smart-card:hover .curriculum-list { opacity: 1; visibility: visible; transform: translateY(0); }
.curr-step { display: flex; gap: 15px; margin-bottom: 15px; text-align: left; }
.curr-num { color: #e63946; font-family: 'Oswald'; font-size: 1.3rem; font-weight: bold; }
.curr-text h4 { font-family: 'Oswald'; font-size: 1.1rem; margin: 0; color: #fff; text-transform: uppercase; }
.curr-text p { font-size: 0.85rem; color: #aaa; margin: 2px 0 0; }

/* --- SLIDER GENEL --- */
.dynamic-section { position: relative; padding: 60px 0; overflow: hidden; }
.section-divider { text-align:center; margin-bottom: 40px; color:#e63946; font-family:'Oswald'; font-size:2.2rem; letter-spacing:2px; }
.slider-wrapper-outer { position: relative; max-width: 1400px; margin: 0 auto; padding: 0 60px; }
.slider-container { width: 100%; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding-bottom: 20px; }
.slider-container::-webkit-scrollbar { display: none; }
.slider-track { display: flex; gap: 25px; width: max-content; }

.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: rgba(230, 57, 70, 0.9); color: #fff; border: none; border-radius: 50%; z-index: 100; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.slider-btn:hover { background: #ff1f3a; transform: translateY(-50%) scale(1.1); box-shadow: 0 0 20px rgba(230, 57, 70, 0.5); }
.prev-btn { left: 0px; } .next-btn { right: 0px; }

/* --- SLIDER KARTLARI --- */
.dynamic-card { width: 300px; height: 450px; background: #111; border: 1px solid #333; border-radius: 12px; overflow: hidden; transition: 0.3s; flex-shrink: 0; cursor: pointer; position: relative; }
.dynamic-card:hover { border-color: #20ffe4; transform: translateY(-10px); }
.dc-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); }
.dc-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 25px; background: linear-gradient(to top, #000 80%, transparent); }
.dc-cat { color: #20ffe4; font-family: 'Share Tech Mono'; font-size: 0.85rem; }
.dc-title { font-family: 'Oswald'; font-size: 1.5rem; text-transform: uppercase; margin-top: 5px; line-height: 1.2; }

/* --- MODAL --- */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.98); backdrop-filter: blur(15px); z-index: 10000; display: none; align-items: center; justify-content: center; opacity: 0; transition: 0.4s; }
.modal-overlay.active { display: flex; opacity: 1; }

.modal-box.split-layout { background: #0a0a0a; border: 1px solid #222; width: 95%; max-width: 1100px; height: 85vh; max-height: 750px; display: flex; border-radius: 15px; overflow: hidden; position: relative; box-shadow: 0 0 50px rgba(230, 57, 70, 0.3); }
.modal-image-side { flex: 1.2; background: #000; border-right: 1px solid #1a1a1a; overflow: hidden; }
.modal-image-side img { width: 100%; height: 100%; object-fit: cover; }
.modal-content-side { flex: 1; padding: 45px; display: flex; flex-direction: column; background: #0a0a0a; text-align: left; height: 100%; overflow: hidden; }

#m-cat { color: #20ffe4 !important; font-family: 'Share Tech Mono'; letter-spacing: 2px; font-size: 0.95rem; font-weight: bold; margin-bottom: 15px; display: block; flex-shrink: 0; }
#m-title { font-family: 'Oswald'; font-size: 2.6rem; color: #fff; margin-bottom: 15px; line-height: 1.1; text-transform: uppercase; border-left: 4px solid #e63946; padding-left: 15px; flex-shrink: 0; }

.content-body { flex-grow: 1; overflow-y: auto; padding-right: 15px; color: #ccc; line-height: 1.8; font-size: 1.1rem; -webkit-overflow-scrolling: touch; min-height: 0; margin-bottom: 20px; }
.content-body::-webkit-scrollbar { width: 5px; }
.content-body::-webkit-scrollbar-thumb { background: #e63946; border-radius: 10px; }

.m-action-btn { background: #e63946; color: #fff; border: none; padding: 18px; width: 100%; font-family: 'Oswald'; text-transform: uppercase; font-size: 1.2rem; letter-spacing: 1px; transition: 0.3s; text-decoration: none; text-align: center; border-radius: 4px; display: block; font-weight: bold; flex-shrink: 0; }
.m-action-btn:hover { background: #ff1f3a; color:#fff; box-shadow: 0 0 25px rgba(230, 57, 70, 0.5); }
.modal-close { position: absolute; top: 15px; right: 20px; color: #fff; font-size: 2.8rem; cursor: pointer; z-index: 20; opacity: 0.6; }

/* --- FOOTER --- */
.cyber-footer-v2 { background: #020202; border-top: 1px solid #111; color: #888; font-size: 0.9rem; }
.footer-top { padding: 80px 20px; max-width: 1400px; margin: 0 auto; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 40px; }
.f-col { flex: 1; min-width: 200px; }
.brand-col { flex: 1.5; }
.f-logo { height: 60px; width: auto; margin-bottom: 20px; mix-blend-mode: screen; filter: grayscale(1) brightness(130%) drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)); background: transparent !important; border: none !important; opacity: 1 !important; }
.f-title { font-family: 'Oswald'; color: #fff; font-size: 1.1rem; margin-bottom: 25px; border-left: 3px solid #e63946; padding-left: 15px; text-transform: uppercase; }
.f-links { list-style: none; padding: 0; }
.f-links li { margin-bottom: 12px; }
.f-links a { color: #888; transition: 0.3s; text-decoration: none; }
.f-links a:hover { color: #e63946; padding-left: 5px; }
.footer-bottom { background: #000; padding: 25px; text-align: center; border-top: 1px solid #111; font-size: 0.85rem; color: #555; }

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .cyber-nav { padding: 0 20px; } .menu-toggle { display: block; }
    .nav-menu { display: none; } .nav-menu.active { display: flex; flex-direction: column; position: fixed; top: 90px; left: 0; width: 100%; background: #000; padding: 30px; border-bottom: 1px solid #222; }
    .modal-box.split-layout { flex-direction: column; height: 90vh; }
    .modal-image-side { height: 180px; flex: none; border-right: none; }
    .modal-content-side { padding: 25px; flex: 1; }
    #m-title { font-size: 1.8rem; }
    .hero-title { font-size: 2.5rem; }
    .slider-wrapper-outer { padding: 0 50px; }
    .slider-btn { width: 40px; height: 40px; }
}