:root {
    --bg-deep: #030303; 
    --text-primary: #ffffff;
    --text-muted: #888888;
    --accent-aggressive: #ff1e00;
}

html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }
scrollbar-width: none; 
body::-webkit-scrollbar { display: none; }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tomorrow', sans-serif;
}

body {
    background-color: var(--bg-deep);
    color: var(--text-primary);
    overflow-x: hidden;
}

/* YENİ: TAG HEUER LÜKS MENÜ SİSTEMİ */
.th-header {
    position: fixed;
    top: 0; left: 0; width: 100%;
    height: 70px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,0.05); 
}

.th-header-left, .th-header-right {
    display: flex;
    align-items: center;
    gap: 30px; 
}

.th-header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.th-header button {
    background: none; border: none;
    color: #ffffff;
    display: flex; align-items: center; gap: 8px;
    cursor: pointer;
    font-family: 'Tomorrow', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    transition: color 0.3s, opacity 0.3s;
}

.th-header button:hover, .th-contact-text:hover {
    color: var(--accent-aggressive);
}

.th-icon-btn {
    padding: 0; 
    opacity: 0.8;
}

.th-icon-btn:hover {
    opacity: 1;
}

a.th-icon-btn {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s, opacity 0.3s;
}

a.th-icon-btn:hover {
    color: var(--accent-aggressive);
}

.th-contact-text {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-right: 5px;
    transition: color 0.3s;
}

.brand-logo {
    height: 30px; 
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1); 
}

/* MOBİL KORUMA KALKANI */
@media (max-width: 1400px) {
    .hidden-mobile { display: none !important; }
    .th-header { padding: 0 80px; }
}

/* AÇILIR MENÜ ARKA PLANI */
.fullscreen-menu {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    z-index: 90; pointer-events: none;
    display: flex; align-items: center; justify-content: center;
}

.menu-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    /* DİKKAT: Simsiyah renk iptal edildi, yerine %60 geçirgen koyu bir füme eklendi */
    background-color: rgba(3, 3, 3, 0.7); 
    /* SİHİRLİ DOKUNUŞ: Arkadaki sayfayı 25px şiddetinde buğulandırır (Buzlu Cam) */
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px); /* Apple/Safari cihazlar için koruma zırhı */
    transform: translateY(-100%);
    border-bottom: 3px solid var(--accent-aggressive);
}
.menu-inner {
    position: relative; z-index: 91; width: 80%;
    display: flex; justify-content: space-between; align-items: center;
}
.menu-links { list-style: none; }
.menu-links li { overflow: hidden; margin-bottom: 15px; }

.menu-link-wrapper { 
    display: inline-flex; align-items: center; cursor: pointer; transform: translateY(100%); 
}

.menu-link {
    font-size: clamp(1.4rem, 3vw, 3rem); 
    font-weight: 300;
    color: var(--text-primary); text-decoration: none;
    display: inline-block; position: relative; transition: color 0.3s;
}
.menu-link::before {
    content: attr(data-text); position: absolute; left: 0; top: 0;
    color: var(--accent-aggressive); width: 0; overflow: hidden;
    white-space: nowrap; transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 0 20px rgba(255, 30, 0, 0.5);
}
.menu-link:hover::before { width: 100%; }

.sub-menu {
    list-style: none; height: 0; overflow: hidden;
    padding-left: 20px; border-left: 2px solid var(--accent-aggressive);
    margin-left: 5px; margin-top: 0;
}
.sub-menu li { margin: 15px 0; transform: translateX(-20px); opacity: 0; }

.sub-menu a {
    color: var(--text-muted); text-decoration: none; font-size: 0.9rem;
    font-weight: 300; letter-spacing: 2px;
    transition: all 0.3s ease; display: inline-block;
}
.sub-menu a:hover {
    color: var(--text-primary); transform: translateX(10px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.menu-contact { text-align: right; opacity: 0; }
.menu-contact p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 10px; letter-spacing: 3px; font-weight: 300; }

/* =========================================================================
   ANASAYFA: MASK REVEAL VE SABİTLENMİŞ (PINNED) BÖLÜM
   ========================================================================= */
.sticky-hero-wrapper {
    position: relative;
    width: 100%;
    /* GSAP bu alanı 5000px gibi uzatacak, biz min-height verip korumaya alıyoruz */
    min-height: 100vh;
    background-color: var(--bg-deep);
}

.hero-pinned-content {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 
   SİHİRLİ DOKUNUŞ: MASK-IMAGE
   Bu değişken GSAP tarafından scroll yapıldıkça 15vw'den 4000vw'ye büyütülecek.
*/
:root {
    --ges-mask-size: 10vw; 
}

/* =========================================================================
   TEMEL MASKE İSKELETİ (Dokunmayın)
   ========================================================================= */
.mask-reveal-container {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: var(--ges-mask-size); 
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: var(--ges-mask-size);
    /* GSAP ile dönüş (spin) eklersek merkezden dönmesini sağlar */
    transform-origin: center center; 
}

/* =========================================================================
   MASKE KÜTÜPHANESİ (Tek tıkla değiştirilebilir modüller)
   ========================================================================= */

/* MODÜL 1: TAKTİKSEL RADAR (İç içe geçmiş halkalar) */
/* MODÜL 1: TAKTİKSEL RADAR (Kendi Tasarımınız) */
.mask-radar {
    /* DİKKAT: 'assets' klasörüne attığınız kendi SVG dosyanızın adını buraya yazıyorsunuz */
    -webkit-mask-image: url('assets/ozel-radar.svg');
    mask-image: url('assets/ozel-radar.svg');
}

/* MODÜL 2: ZIRHLI ALTIGEN (Askeri / Karbon hissiyatı) */
.mask-hexagon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100,30 160,65 160,135 100,170 40,135 40,65' fill='black'/%3E%3Cpolygon points='100,10 177,55 177,145 100,190 23,145 23,55' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100,30 160,65 160,135 100,170 40,135 40,65' fill='black'/%3E%3Cpolygon points='100,10 177,55 177,145 100,190 23,145 23,55' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E");
}

/* MODÜL 3: SİBER KAPI (Ortadan yarılıp açılan lazer çizgisi) */
.mask-slit {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Crect x='0' y='95' width='200' height='10' fill='black'/%3E%3Crect x='40' y='80' width='120' height='4' fill='black'/%3E%3Crect x='40' y='116' width='120' height='4' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Crect x='0' y='95' width='200' height='10' fill='black'/%3E%3Crect x='40' y='80' width='120' height='4' fill='black'/%3E%3Crect x='40' y='116' width='120' height='4' fill='black'/%3E%3C/svg%3E");
}

/* MODÜL 4: MEKANİK İRİS (Kamera / Kasa kapağı gibi keskin açılım) */
.mask-iris {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100,10 160,40 190,100 160,160 100,190 40,160 10,100 40,40' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpolygon points='100,10 160,40 190,100 160,160 100,190 40,160 10,100 40,40' fill='black'/%3E%3C/svg%3E");
}

#hero-sequence-canvas {
    width: 100%; height: 100%;
    object-fit: cover;
}

.sequence-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 2;
}

/* LÜKS YAZI EFEKTLERİ */
.hero-typography {
    position: relative;
    z-index: 10;
    width: 100%;          /* Kutuyu ekranın bir ucundan diğerine uzatır */
    padding: 0 5%;        /* Sitenizin geneliyle aynı hizaya oturması için sol/sağ boşluk */
    text-align: left;     /* SİHİRLİ DOKUNUŞ: Yazıları sola çiviler */
    pointer-events: none; 
    opacity: 0; 
    transform: translateY(50px);
}

.hero-sub-text {
    font-size: 1rem;
    color: var(--text-muted);
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-main-text {
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.text-line { display: block; }
.text-red { color: var(--accent-aggressive); }

.hero-tech-specs {
    display: flex; 
    justify-content: flex-start; /* DİKKAT: 'center' emri iptal edildi, sola kilitlendi */
    gap: 30px;
    font-size: 0.8rem; color: #aaaaaa; letter-spacing: 2px;
}

/* Lazer Scroll İkonu */
.scroll-indicator {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 15px;
    opacity: 1; transition: opacity 0.3s;
}

.mouse {
    width: 24px; height: 36px; border: 2px solid var(--text-muted);
    border-radius: 12px; position: relative;
}

.mouse::before {
    content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
    width: 2px; height: 6px; background: var(--accent-aggressive);
    border-radius: 2px; animation: scroll-laser 2s infinite;
}

@keyframes scroll-laser {
    0% { top: 6px; opacity: 1; }
    100% { top: 20px; opacity: 0; }
}
.scroll-indicator span { font-size: 0.7rem; color: var(--text-muted); letter-spacing: 2px; }

/* Mobil Ekran Koruması */
@media (max-width: 768px) {
    :root { --ges-mask-size: 80vw; }
}
/* =========================================================================
   2. BÖLÜM: SİBER PNG SERGİ SALONU KODLARI
   ========================================================================= */
.png-showcase {
    margin-top: -43vh;
    width: 100%; height: 100vh; background-color: var(--bg-deep); position: relative;
    z-index: 10; border-top: 1px solid rgba(255, 255, 255, 0.05); display: flex; align-items: center;
}

.showcase-layout {
    display: flex; width: 100%; height: 100%; align-items: center; justify-content: space-between;
}

.swiper-mask-container {
    width: 65%; height: 100%; display: flex; align-items: center;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 95%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 95%);
}

.swiper { width: 100%; padding: 50px 0; }

.swiper-slide {
    background-position: center; 
    background-size: cover; 
    width: 400px; 
    height: 520px;
    display: flex; justify-content: center; align-items: center;
}

.swiper-slide img {
    display: block; width: 100%; height: 100%; object-fit: contain;
    filter: drop-shadow(0px 30px 40px rgba(0, 0, 0, 0.9)); transition: filter 0.4s ease;
}

.swiper-slide-active img { filter: drop-shadow(0px 40px 50px rgba(255, 30, 0, 0.2)); }

.product-info-panel {
    width: 35%; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-right: 5%;
}

.decoder-box { border-left: 2px solid var(--accent-aggressive); padding-left: 30px; }
.decoder-label { font-size: 0.8rem; color: var(--accent-aggressive); letter-spacing: 4px; margin-bottom: 15px; display: block; }
.decoder-title { font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; line-height: 1.1; margin-bottom: 20px; color: var(--text-primary); text-transform: uppercase; }
.decoder-line { width: 50px; height: 2px; background-color: var(--text-muted); margin-bottom: 20px; opacity: 0.3; }
.decoder-desc { font-size: 1.1rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

/* =========================================================================
   3. BÖLÜM: TEKNİK DETAY VE GEÇİŞ ALANI
   ========================================================================= */
.tech-specs {
    width: 100%;
    padding: 100px 5%;
    background: radial-gradient(circle at center, #1a1a1a 0%, #000000 70%);
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
    border-top: 1px solid rgba(255,255,255,0.05);
}

.tech-content {
    max-width: 800px; 
    margin-bottom: 50px;
}

.tech-subtitle {
    font-size: 0.8rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.tech-title {
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 600;
    color: var(--text-primary);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.tech-desc {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 auto; 
}

.tech-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.tech-main-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.8));
}

.crosshair {
    position: absolute;
    width: 20px;
    height: 20px;
}
.crosshair::before, .crosshair::after {
    content: ''; position: absolute; background-color: var(--accent-aggressive);
}
.crosshair::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }
.crosshair::after { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }

.top-left { top: 0; left: 0; }
.top-right { top: 0; right: 0; }
.bottom-left { bottom: 0; left: 0; }
.bottom-right { bottom: 0; right: 0; }

/* =========================================================================
   4. BÖLÜM: LÜKS TAG HEUER FOOTER
   ========================================================================= */
.th-footer {
    width: 100%;
    background-color: #050505;
    padding: 60px 5% 30px 5%;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-promo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.promo-box {
    border: 1px dashed var(--accent-aggressive);
    padding: 30px 60px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.promo-box::before, .promo-box::after {
    content: ''; position: absolute; width: 4px; height: 4px; background: var(--accent-aggressive);
}
.promo-box::before { top: -2px; left: -2px; }
.promo-box::after { bottom: -2px; right: -2px; }

.promo-logo { height: 40px; filter: brightness(0) invert(1); }
.promo-text { color: var(--text-primary); font-size: 1.2rem; font-weight: 300; letter-spacing: 1px; }

.footer-brand-center {
    display: flex; justify-content: center; margin-bottom: 40px;
}
.footer-main-logo { height: 35px; filter: brightness(0) invert(1); }

.footer-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    margin-bottom: 60px;
}

.footer-socials a {
    color: var(--text-primary); text-decoration: none; margin-right: 20px;
    font-size: 1rem; opacity: 0.7; transition: opacity 0.3s; font-weight: 600;
}
.footer-socials a:hover { opacity: 1; color: var(--accent-aggressive); }

.footer-store, .footer-newsletter {
    display: flex; align-items: center; gap: 10px; color: var(--text-primary);
    font-size: 0.9rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; transition: color 0.3s;
}
.footer-store:hover, .footer-newsletter:hover { color: var(--accent-aggressive); }

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px;
}

.footer-col h3 {
    color: var(--text-primary); font-size: 1rem; font-weight: 600;
    letter-spacing: 2px; margin-bottom: 20px;
}

.footer-col a {
    display: block; color: var(--text-muted); text-decoration: none;
    font-size: 0.9rem; margin-bottom: 15px; transition: color 0.3s;
}
.footer-col a:hover { 
    color: var(--accent-aggressive); 
}

@media (max-width: 900px) {
    .promo-box { flex-direction: column; text-align: center; }
    .footer-top-bar { flex-direction: column; gap: 20px; }
    .footer-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .footer-links-grid { grid-template-columns: 1fr; text-align: center; }
}

/* =========================================================================
   KURUMSAL SAYFA: HERO (AÇILIŞ) BÖLÜMÜ
   ========================================================================= */
.corporate-hero {
    padding: 80px 5%;
}

/* =========================================================================
   KURUMSAL SAYFA: MANİFESTO (MERKEZİ YERLEŞİM)
   ========================================================================= */
.hero-layout {
    display: flex; 
    width: 100%; 
    max-width: 700px; 
    margin: 0 auto; 
    position: relative; 
    z-index: 1;
}

.hero-text { 
    width: 100%; 
    display: flex; 
    flex-direction: column; 
    gap: 30px; 
    text-align: center; 
    align-items: center;
}

.main-desc {
    font-size: 1.2rem; color: #e0e0e0; line-height: 1.7; font-weight: 300;
    border-left: none; padding-left: 0;
    max-width: 900px;
}

.capabilities-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
    background-color: transparent; 
    border: 1px solid rgba(255,255,255,0.05); 
    padding: 30px;
    text-align: left; 
    width: 100%;
}

.cap-item {
    display: flex; align-items: flex-start; gap: 15px;
    font-size: 0.95rem; color: #aaaaaa; line-height: 1.5;
}
.cap-dot {
    min-width: 6px; height: 6px; background-color: var(--accent-aggressive);
    margin-top: 8px; box-shadow: 0 0 10px var(--accent-aggressive);
}
.cap-item strong { color: var(--text-primary); display: block; margin-bottom: 5px; font-weight: 600; letter-spacing: 1px;}

.sub-desc { font-size: 0.95rem; color: #888888; line-height: 1.6; font-style: italic; max-width: 800px; }

@media (max-width: 900px) {
    .capabilities-grid { grid-template-columns: 1fr; }
}

.hero-visual {
    flex: 1; position: relative; padding: 20px;
}
.hero-img {
    width: 100%; height: auto; object-fit: cover; display: block;
    filter: grayscale(100%) contrast(1.2); 
    transition: filter 0.6s ease;
}
.hero-img:hover { filter: grayscale(0%) contrast(1.1); } 

.manifesto-title {
    font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 600; line-height: 1.1;
    color: var(--text-primary); margin-bottom: 5px; text-transform: uppercase;
}
.text-red { color: var(--accent-aggressive); }

@media (max-width: 1024px) {
    .hero-layout { flex-direction: column; gap: 50px; }
    .hero-visual { width: 100%; max-width: 600px; }
}

/* =========================================================================
   KURUMSAL SAYFA: TAM EKRAN VİDEO GİRİŞİ
   ========================================================================= */
.corporate-video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -70px; 
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(80%) brightness(0.6); 
}

.red-dot-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(var(--accent-aggressive) 1px, transparent 1px);
    background-size: 12px 12px; 
    opacity: 0.7; 
    pointer-events: none;
}

.video-fade-bottom {
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 40vh;
    background: linear-gradient(to bottom, transparent, var(--bg-deep));
    pointer-events: none;
}

/* =========================================================================
   KURUMSAL SAYFA: AKREDİTASYON (ZIRHLI PLAKALAR)
   ========================================================================= */
.vault-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px;
    width: 100%;
    max-width: 1200px; 
}

@media (max-width: 768px) {
    .vault-grid { 
        grid-template-columns: 1fr; 
        gap: 20px; 
    }
}

.vault-card {
    display: flex; flex-direction: column; justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px; text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative; overflow: hidden;
}

.vault-card:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: var(--accent-aggressive);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 30, 0, 0.1);
}

.card-icon { margin-bottom: 25px; opacity: 0.6; transition: opacity 0.3s; }
.vault-card:hover .card-icon { opacity: 1; stroke: var(--accent-aggressive); }

.card-content h3 {
    font-size: 1.8rem; font-weight: 600; color: var(--text-primary); 
    margin-bottom: 10px; letter-spacing: 1px;
}

.card-content p { font-size: 1rem; color: #a0a0a0; line-height: 1.5; font-weight: 300; margin-bottom: 30px; }

.card-action {
    font-size: 0.85rem; font-weight: 600; color: var(--accent-aggressive);
    letter-spacing: 2px; display: flex; align-items: center;
    opacity: 0.5; transition: opacity 0.3s;
}
.vault-card:hover .card-icon img { 
    opacity: 1; 
    filter: grayscale(0%) brightness(100%) !important; 
}

/* =========================================================================
   5'Lİ HİZMETLER VİDEO MONOLİTLERİ (KUSURSUZ TEK ŞERİT ZIRHI)
   ========================================================================= */
.arsenal-grid-section {
    width: 100%;
    padding: 60px 5% 100px 5%;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.arsenal-grid {
    display: grid;
    /* SİHİRLİ DOKUNUŞ: Ekran ne kadar küçülürse küçülsün 5 kutuyu tek satıra zorlar, min-width ile ezilmesini önler */
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px; /* Boşluklar 5'inin de sığması için optimize edildi */
    width: 100%;
    max-width: 1450px;
}

.arsenal-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    min-width: 0; /* Grid içindeki flex taşmalarını %100 engeller */
}

.arsenal-visual {
    position: relative; 
    width: 100%; 
    height: 420px; /* Dikey oran korundu */
    background-color: rgba(15,15,15,0.8);
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 15px; 
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.4s ease;
}

.arsenal-img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    filter: grayscale(100%) opacity(0.5); 
    transition: all 0.5s ease;
}

.arsenal-video {
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; height: 100%;
    object-fit: cover; 
    opacity: 0; 
    pointer-events: none;
    transition: opacity 0.5s ease;
}

/* FARE ÜZERİNE GELDİĞİNDE */
.arsenal-card:hover .arsenal-visual {
    border-color: #cc0000;
    box-shadow: 0 0 25px rgba(204, 0, 0, 0.15);
    transform: translateY(-5px);
}

.arsenal-card:hover .arsenal-img { opacity: 0; }
.arsenal-card:hover .arsenal-video { opacity: 1; }

.arsenal-info {
    text-align: center;
    padding: 0 2px;
}

.arsenal-title {
    font-size: 1.7rem; /* 5'li düzene tam oturması için font hafifçe dengelendi */
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.arsenal-desc {
    font-size: 1rem;
    color: #888888;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.arsenal-action {
    font-size: 0.75rem;
    font-weight: 600;
    color: #cc0000;
    letter-spacing: 1.5px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.arsenal-card:hover .arsenal-title { color: #cc0000; }
.arsenal-card:hover .arsenal-action { opacity: 1; }

/* DUYARLI KORUMA KALKANI (Responsive Grid Kırılımları) */
@media (max-width: 1300px) { 
    .arsenal-grid { grid-template-columns: repeat(3, 1fr); } /* Büyük tabletlerde 3'lü */
}
@media (max-width: 900px) { 
    .arsenal-grid { grid-template-columns: repeat(2, 1fr); } /* Mobil/Küçük tabletlerde 2'li */
}
@media (max-width: 600px) { 
    .arsenal-grid { grid-template-columns: 1fr; } /* Akıllı telefonda alt alta tekli */
}
/* =========================================================================
   İLETİŞİM SAYFASI: TESİS KARTLARI (FABRİKALAR)
   ========================================================================= */
.facilities-section {
    width: 100%;
    padding: 0 5% 100px 5%;
    max-width: 1250px; 
    margin: 0 auto;
}

.facility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
}

.facility-card {
    position: relative;
    height: 420px; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.facility-card:hover {
    border-color: rgba(255, 30, 0, 0.5); 
    transform: translateY(-10px);
}

.facility-img-wrapper {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
}

.facility-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05) translateX(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s ease;
    filter: grayscale(40%) brightness(0.8);
}

.facility-card:hover .facility-img {
    transform: scale(1.15) translateX(-4%);
    filter: grayscale(0%) brightness(1);
}

.facility-info {
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 100%;
    z-index: 2; 
    padding: 40px 30px 30px 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 40%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.facility-info h3 {
    font-size: 1.3rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-line {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 12px;
    color: #e0e0e0; 
    font-size: 0.85rem;
    line-height: 1.5;
}

.contact-line svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-route {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 0;
    color: var(--accent-aggressive);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
    align-self: flex-start;
}

.btn-route:hover {
    border-color: var(--accent-aggressive);
}

@media (max-width: 992px) {
    .facility-grid {
        grid-template-columns: 1fr; 
    }
}

/* =========================================================================
   GENİŞLETİLMİŞ OPERASYON MERKEZİ FORMU (SİBER TERMİNAL)
   ========================================================================= */
.ops-center-section {
    width: 100%;
    padding: 60px 5% 150px 5%;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.ops-container {
    width: 100%;
    max-width: 1250px; 
    display: grid;
    grid-template-columns: 1fr 1.3fr; 
    gap: 80px;
    align-items: center;
}

.ops-label {
    color: var(--accent-aggressive);
    font-size: 0.8rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.ops-title {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: var(--text-primary);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.ops-desc {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 50px;
    font-weight: 300;
}

.ops-stats {
    display: flex;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-val {
    font-size: 2.5rem;
    color: var(--text-primary);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-name {
    font-size: 0.8rem;
    color: var(--accent-aggressive);
    letter-spacing: 2px;
}

.ops-form {
    background: rgba(20, 20, 20, 0.5); 
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.ops-form::before, .ops-form::after {
    content: ''; position: absolute; width: 20px; height: 20px;
    border: 2px solid var(--accent-aggressive); pointer-events: none;
}
.ops-form::before { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.ops-form::after { bottom: -2px; right: -2px; border-left: none; border-top: none; }

.ops-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ops-input-group {
    margin-bottom: 30px;
}

.ops-input-group label {
    display: block;
    font-size: 0.85rem;
    color: #888888;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

.ops-input-group input, .ops-input-group textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 16px 20px;
    font-family: 'Tomorrow', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: all 0.4s ease;
}

.ops-input-group textarea {
    resize: none;
}

.ops-input-group input:focus, .ops-input-group textarea:focus {
    border-color: var(--accent-aggressive);
    background: rgba(255, 30, 0, 0.03); 
    box-shadow: 0 0 20px rgba(255, 30, 0, 0.1);
}

.ops-input-group input::placeholder, .ops-input-group textarea::placeholder {
    color: #444444;
}

.ops-btn-massive {
    width: 100%;
    background: transparent;
    border: 1px solid var(--accent-aggressive);
    color: var(--text-primary);
    padding: 20px 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
    cursor: pointer;
    font-family: 'Tomorrow', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: all 0.4s ease;
    margin-top: 10px;
}

.ops-btn-massive:hover {
    background: var(--accent-aggressive);
    color: #ffffff;
    box-shadow: 0 0 30px rgba(255, 30, 0, 0.3);
}

@media (max-width: 1024px) {
    .ops-container { grid-template-columns: 1fr; gap: 50px; }
    .ops-form { padding: 40px 20px; }
}

@media (max-width: 600px) {
    .ops-input-row { grid-template-columns: 1fr; gap: 0; }
}
/* =========================================================================
   TAKTİKSEL RADAR VE HARİTA (KARANLIK MOD ZIRHI)
   ========================================================================= */
.radar-section {
    width: 100%;
    padding: 0 5% 150px 5%; /* Form ile arasına ferah bir boşluk bırakır */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.radar-header {
    text-align: center;
    margin-bottom: 50px;
}

.radar-frame {
    width: 100%;
    max-width: 1250px; /* Tesisler ve Form ile kusursuz aynı hizada başlar/biter */
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #000;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* Radar Köşelerindeki Taktiksel İşaretçiler */
.radar-frame::before, .radar-frame::after {
    content: ''; position: absolute; width: 30px; height: 30px;
    border: 2px solid var(--accent-aggressive); pointer-events: none; z-index: 5;
}
.radar-frame::before { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.radar-frame::after { bottom: -2px; right: -2px; border-left: none; border-top: none; }

/* 
   DİKKAT (SİHRİN OLDUĞU YER): 
   Sıradan Google haritasını CSS filtresi ile renklerini tersine çevirip (invert), 
   siyah-beyaz yapıp (grayscale) taktiksel bir gece görüşü radarına dönüştürürüz.
*/
.radar-frame iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) invert(90%) contrast(85%);
    opacity: 0.7; /* Lüks bir karanlık hissi için hafif soluk başlar */
    transition: all 0.6s ease;
}

/* Ziyaretçi haritanın üzerine geldiğinde sistem hafifçe aydınlanıp aktifleşir */
.radar-frame:hover iframe {
    opacity: 1;
    filter: grayscale(80%) invert(90%) contrast(95%);
}
/* =========================================================================
   YENİ EKLENTİ 1: ÜRETİM KAPASİTESİ (3'LÜ NİZAMİ KUTULAR)
   ========================================================================= */
.production-grid-section {
    width: 100%; padding: 50px 5% 100px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.production-container {
    max-width: 1250px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.prod-box {
    border: 1px solid rgba(255, 255, 255, 0.05); background: rgba(20, 20, 20, 0.3);
    transition: all 0.4s ease; display: flex; flex-direction: column;
}
.prod-box:hover {
    border-color: var(--accent-aggressive); transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 30, 0, 0.1);
}
.prod-visual {
    width: 100%; height: 200px; background: #111; position: relative; overflow: hidden;
    /* Buraya ileride background-image eklenebilir */
}
.prod-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 30, 0, 0.05) 2px, rgba(255, 30, 0, 0.05) 4px);
}
.prod-text { padding: 30px; }
.prod-text h3 {
    font-size: 1.2rem; color: var(--text-primary); margin-bottom: 15px; letter-spacing: 2px;
}
.prod-text p {
    font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; font-weight: 300;
}

/* =========================================================================
   YENİ EKLENTİ 2: SİBER SAYAÇLAR (TEK SIRA)
   ========================================================================= */
.cyber-counters-section {
    width: 100%; padding: 50px 5%; background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
    border-top: 1px dashed rgba(255,255,255,0.1); border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.counters-container {
    max-width: 1250px; margin: 0 auto;
    display: flex; justify-content: space-between; align-items: center; text-align: center;
}
.counter-item { flex: 1; }
.counter-number-group {
    display: flex; justify-content: center; align-items: baseline; gap: 5px; margin-bottom: 10px;
}
.counter-value {
    font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 600; color: var(--text-primary); line-height: 1;
}
.counter-plus {
    font-size: 2rem; color: var(--accent-aggressive); font-weight: 600;
}
.counter-label {
    font-size: 0.85rem; color: var(--accent-aggressive); letter-spacing: 4px; font-weight: 600;
}

/* =========================================================================
   OTOMATİK KAYAN PARTNER ŞERİDİ STİLLERİ
   ========================================================================= */
.partners-ticker-section {
    width: 100%; padding: 80px 0; overflow: hidden; background: #000;
}
.ticker-category-label {
    text-align: center; font-size: 0.8rem; color: #555; letter-spacing: 5px; margin-bottom: 50px; font-weight: 600;
}
.ticker-wrapper { 
    width: 100%; overflow: hidden; position: relative; display: flex;
}
/* Karanlıkta erime efekti */
.ticker-wrapper::before, .ticker-wrapper::after {
    content: ''; position: absolute; top: 0; width: 15%; height: 100%; z-index: 2; pointer-events: none;
}
.ticker-wrapper::before { left: 0; background: linear-gradient(to right, #000, transparent); }
.ticker-wrapper::after { right: 0; background: linear-gradient(to left, #000, transparent); }

.ticker-track { 
    display: flex; 
    width: max-content; 
    align-items: center;
    /* Kayma hızı: 30s. Hızlandırmak için 20s yapabilirsiniz */
    animation: scrollLeftAuto 30s linear infinite; 
}
/* =========================================================================
   EŞİTLENMİŞ VE DENGELENMİŞ PARTNER LOGOLARI
   ========================================================================= */
.ticker-logo {
    height: auto;
    max-height: 55px;     /* Yükseklik sınırı */
    width: auto;
    max-width: 160px;     /* Genişlik sınırı */
    object-fit: contain;
    margin: 0 40px;       /* Logolar arası yatay mesafe */
    
    /* SİHİRLİ EŞİTLEME MOTORU: Bütün logoları aynı tonda beyaz/gri yapar */
    filter: brightness(0) invert(1); 
    opacity: 0.5; /* Hepsi eşit olarak %50 soluklukta bekler */
    transition: all 0.4s ease;
}

/* Fare üzerine geldiğinde orijinal canlı renklerine döner ve parlar */
.ticker-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.1); 
}

/* Yarıya kadar kayıp başa saran kusursuz döngü motoru */
@keyframes scrollLeftAuto {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}
/* =========================================================================
   ÜRETİM VİDEOLARI (UYUYAN DEV EFEKTİ)
   ========================================================================= */
.prod-video {
    width: 100%; 
    height: 100%; 
    object-fit: cover; /* Videonun en-boy oranını bozmadan kutuyu tam doldurmasını sağlar */
    position: absolute;
    top: 0; 
    left: 0;
    
    /* 1. FAZ (UYKU MODU): Tamamen siyah-beyaz, karanlık ve normal boyut */
    filter: grayscale(100%) brightness(0.4) contrast(1.2);
    transform: scale(1);
    
    /* Pürüzsüz geçiş motoru (İsviçre saati hassasiyetinde) */
    transition: filter 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 2. FAZ (TETİKLENME MODU): Fare kutunun üzerine geldiğinde video uyanır */
.prod-box:hover .prod-video {
    /* Renkler %100 geri döner, aydınlanır ve kontrastı artar */
    filter: grayscale(0%) brightness(1) contrast(1.1);
    
    /* Ağır çekim sinematik yakınlaştırma (Zoom in) */
    transform: scale(1.1);
}

/* Kutunun üstündeki ızgara dokusunu da videoya göre biraz şeffaflaştıralım ki video netleşsin */
.prod-box:hover .prod-overlay {
    opacity: 0.3;
    transition: opacity 0.8s ease;
}
/* =========================================================================
   GSAP FOUC (TİTREME VE ANLIK GÖRÜNME) KORUMA ZIRHI
   ========================================================================= */
.sequence-text .tech-subtitle, 
.sequence-text .manifesto-title, 
.technical-specs li {
    visibility: hidden; /* JS yüklenene kadar sahnede hayalet modunda beklerler, titremeyi engeller */
}
/* =========================================================================
   SİBER İMLEÇ MİMARİSİ (GÜNCELLENDİ - KURŞUN GEÇİRMEZ ZIRH)
   ========================================================================= */
/* 1. Eski nesil imleci yokediyoruz */
body, a, button, .prod-box, input, textarea { cursor: none !important; }

/* 2. Çekirdek Lazer (Sıfır Gecikme) */
.cyber-cursor-dot {
    position: fixed; top: 0; left: 0;
    width: 8px; height: 8px;
    background-color: #ff0000; /* Sistem değişkeni yerine saf agresif kırmızı */
    border-radius: 50%;
    pointer-events: none; 
    z-index: 999999; /* Katman seviyesi en tepeye kilitlendi */
    /* Merkezleme GSAP'ı bozmaması için margin ile yapıldı */
    margin-top: -4px; 
    margin-left: -4px; 
}

/* 3. Dış Zırh (Ağır Çekim Takip) */
.cyber-cursor-ring {
    position: fixed; top: 0; left: 0;
    width: 40px; height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999998;
    transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, border-color 0.3s ease, margin 0.3s ease;
    margin-top: -20px; 
    margin-left: -20px;
}

/* 4. Taktiksel Köşebentler (Kilitlenme Mekanizması) */
.bracket {
    position: absolute; width: 8px; height: 8px;
    border: 2px solid transparent; 
    transition: all 0.3s ease;
}
.b-top-left { top: -2px; left: -2px; border-top-color: #ff0000; border-left-color: #ff0000; opacity: 0; }
.b-top-right { top: -2px; right: -2px; border-top-color: #ff0000; border-right-color: #ff0000; opacity: 0; }
.b-bottom-left { bottom: -2px; left: -2px; border-bottom-color: #ff0000; border-left-color: #ff0000; opacity: 0; }
.b-bottom-right { bottom: -2px; right: -2px; border-bottom-color: #ff0000; border-right-color: #ff0000; opacity: 0; }

/* 5. KİLİTLENME MODU (Hover State) - DARALTILMIŞ KESKİN NİŞANGAH */
.cyber-cursor-ring.locked {
    width: 44px; height: 44px; /* 60px'lik devasa büyüme 44px'e düşürüldü */
    border-radius: 0; 
    border-color: transparent; 
    margin-top: -22px; /* Büyüklüğün tam yarısı (Merkezin kaymaması için kritik) */
    margin-left: -22px;
}
.cyber-cursor-ring.locked .bracket { opacity: 1; }

/* Köşebentlerin dışarı fırlama mesafesi 5px'den 2px'e düşürüldü */
.cyber-cursor-ring.locked .b-top-left { transform: translate(-2px, -2px); }
.cyber-cursor-ring.locked .b-top-right { transform: translate(2px, -2px); }
.cyber-cursor-ring.locked .b-bottom-left { transform: translate(-2px, 2px); }
.cyber-cursor-ring.locked .b-bottom-right { transform: translate(2px, 2px); }

/* Mobil cihazlarda sistemi kapat */
@media (max-width: 1024px) {
    body, a, button, .prod-box, input, textarea { cursor: auto !important; }
    .cyber-cursor-dot, .cyber-cursor-ring { display: none !important; }
}
/* =========================================================================
   KURUMSAL HABERLER (AĞIR SANAYİ MİMARİSİ)
   ========================================================================= */
.intel-header {
    width: 100%; padding: 60px 5% 40px 5%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.intel-hub-section {
    width: 100%; max-width: 1300px; margin: 0 auto;
    padding: 60px 5% 100px 5%;
}

/* ANA MANŞET KUTUSU (YATAY HİZALAMA) */
.featured-intel-card {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(15, 15, 15, 0.4);
    text-decoration: none; margin-bottom: 60px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative; overflow: hidden;
}

/* Yeni Efekt: Sol taraftan süzülen ince kırmızı zırh çizgisi */
.featured-intel-card::before {
    content: ''; position: absolute; left: 0; top: 0; 
    width: 3px; height: 0%; background: var(--accent-aggressive); 
    transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1); z-index: 10;
}

.featured-intel-card:hover::before { height: 100%; }

.featured-intel-card:hover {
    background: rgba(20, 20, 20, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.8);
}

.featured-visual { position: relative; overflow: hidden; height: 100%; min-height: 400px; }

/* Fotoğraf sadece ufak bir zoom ve renk alır (Ağırbaşlı) */
.intel-img {
    width: 100%; height: 100%; object-fit: cover;
    filter: grayscale(100%) brightness(0.6); 
    transition: filter 0.8s ease, transform 1.5s ease;
}

.featured-intel-card:hover .intel-img, .intel-card:hover .intel-img { 
    filter: grayscale(0%) brightness(0.9); transform: scale(1.03); 
}

.featured-content { padding: 50px 60px; display: flex; flex-direction: column; justify-content: center; }

.intel-date {
    font-size: 0.8rem; color: #888; letter-spacing: 2px; font-weight: 600; margin-bottom: 20px;
}
.intel-title-large {
    font-size: clamp(1.8rem, 3vw, 2.3rem); color: var(--text-primary); font-weight: 600;
    line-height: 1.2; margin-bottom: 20px; transition: color 0.3s;
}
.intel-summary {
    font-size: 1.05rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; margin-bottom: 30px;
}

/* HABERLER GRİD SİSTEMİ (NİZAMİ 3'LÜ YAPI) */
.intel-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}

.intel-card {
    display: flex; flex-direction: column; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(15, 15, 15, 0.3); text-decoration: none; 
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative; overflow: hidden;
}

/* Grid kartları için de alttan çekilen ciddi çizgi efekti */
.intel-card::before {
    content: ''; position: absolute; left: 0; bottom: 0; 
    width: 0%; height: 2px; background: var(--accent-aggressive); 
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1); z-index: 10;
}

.intel-card:hover::before { width: 100%; }

.intel-card:hover { 
    border-color: rgba(255, 255, 255, 0.1); 
    transform: translateY(-5px); 
    background: rgba(20, 20, 20, 0.7);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.intel-card-visual { height: 220px; overflow: hidden; }

.intel-card-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }

.intel-title {
    font-size: 1.2rem; color: var(--text-primary); font-weight: 600; line-height: 1.4;
    margin-bottom: 15px; transition: color 0.3s;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.intel-excerpt {
    font-size: 0.95rem; color: var(--text-muted); line-height: 1.5; font-weight: 300; margin-bottom: 25px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; flex-grow: 1;
}

/* Mobil Uyum */
@media (max-width: 1024px) {
    .featured-intel-card { grid-template-columns: 1fr; }
    .featured-visual { min-height: 300px; }
    .featured-content { padding: 40px 30px; }
    .intel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .intel-grid { grid-template-columns: 1fr; }
}
/* =========================================================================
   İNSAN KAYNAKLARI FORMU 
   ========================================================================= */
.hr-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #e2e8f0;
}

.hr-intro {
    text-align: center;
    margin-bottom: 50px;
}

.hr-intro h2 {
    font-size: 1.8rem; /* BOYUT KONTROLÜ: 2.2rem yerine 1.8rem yaparak küçülttük. (Daha da küçültmek isterseniz 1.5rem yapabilirsiniz) */
    font-weight: 600;  /* KALINLIK KONTROLÜ: 700 veya bold yerine 400 yaparak incelttik. (Daha da ince isterseniz 300 yapın) */
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px; /* Harflerin arasını hafifçe açarak daha lüks bir hava verdik */
}

.hr-intro p {
    color: #94a3b8;
    line-height: 1.6;
}

.luxury-form {
    background: #0f1115;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.form-row {
    display: flex;
    gap: 20px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.input-group label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #94a3b8;
}

.luxury-form input, 
.luxury-form select, 
.luxury-form textarea {
    background: #15181e;
    border: 1px solid #2a2e37;
    color: #fff;
    padding: 14px 16px;
    border-radius: 6px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.luxury-form input:focus, 
.luxury-form select:focus, 
.luxury-form textarea:focus {
    outline: none;
    border-color: #3b82f6;
    background: #1a1d24;
}

/* ÖZEL CV YÜKLEME PANELİ */
.file-upload-panel {
    margin-bottom: 30px;
}

.file-title {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #94a3b8;
}

.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 25px;
    background: rgba(59, 130, 246, 0.05);
    border: 2px dashed #2a2e37;
    border-radius: 8px;
    cursor: pointer;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.custom-file-label:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
    color: #fff;
}

/* GÖNDER BUTONU */
.submit-btn {
    width: 100%;
    padding: 16px;
    background: #3b82f6;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #2563eb;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}
/* =========================================================================
   İNSAN KAYNAKLARI (HR) SAYFASI - KURUMSAL KIRMIZI TEMA
   ========================================================================= */
.hr-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #e2e8f0;
}

.hr-intro {
    text-align: center;
    margin-bottom: 50px;
}

.hr-intro h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 15px;
}

.hr-intro p {
    color: #94a3b8;
    line-height: 1.6;
}

.luxury-form {
    background: #0f1115;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.form-row {
    display: flex;
    gap: 20px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.input-group label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #94a3b8;
}

/* FONT SORUNUNU ÇÖZEN SİBER MÜDAHALE */
.luxury-form input, 
.luxury-form select, 
.luxury-form textarea,
.submit-btn {
    font-family: inherit !important; /* Tarayıcının çirkin fontunu ezip sitenin ana fontunu zorla çeker */
    background: #15181e;
    border: 1px solid #2a2e37;
    color: #fff;
    padding: 14px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.luxury-form input:focus, 
.luxury-form select:focus, 
.luxury-form textarea:focus {
    outline: none;
    border-color: #cc0000; /* KURUMSAL KIRMIZI */
    background: #1a1d24;
}

/* ÖZEL CV YÜKLEME PANELİ */
.file-upload-panel {
    margin-bottom: 30px;
}

.file-title {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #94a3b8;
}

.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 25px;
    background: rgba(204, 0, 0, 0.02);
    border: 2px dashed #2a2e37;
    border-radius: 8px;
    cursor: pointer;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.custom-file-label:hover {
    background: rgba(204, 0, 0, 0.05); /* KURUMSAL KIRMIZI YANSIMA */
    border-color: #cc0000;
    color: #fff;
}

/* GÖNDER BUTONU */
.submit-btn {
    width: 100%;
    padding: 16px;
    background: #cc0000; /* KURUMSAL KIRMIZI */
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #990000; /* KOYU KIRMIZI */
}

/* Cover Badge Vurgusu */
.cover-badge-text span {
    color: #cc0000;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}
/* =========================================================================
   TAM SAYFA DAR BANNER (EDGE-TO-EDGE)
   ========================================================================= */
.full-width-narrow-banner {
    position: relative;
    width: 100%;
    height: 45vh; /* Dar ve yatay: Ekranın sadece %30'unu kaplar */
    min-height: 270px;
    max-height: 370px;
    margin-top: 0; /* Header'a tam sıfır yapışır */
    margin-bottom: 50px; /* Form ile arasına nefes alma boşluğu bırakır */
    background-color: #0d0d11;
    overflow: hidden;
    /* Dikkat: Kenar yumuşatma (border-radius) ve sağ-sol boşlukları tamamen kaldırıldı */
}

/* Arka plan görseli karartma ve yayma */
.full-width-narrow-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%; /* Görselin en iyi yerini ortalar */
    filter: brightness(0.4) contrast(1.1); /* Yazıların okunması için güçlü sinematik karartma */
}

/* Banner İçindeki Yazıların Sol Hizalı Lüks Konumu */
.banner-content {
    position: absolute;
    top: 50%;
    left: 8%; /* Ekranın solundan çok hafif içeride durur */
    transform: translateY(-50%);
    z-index: 2;
    color: #ffffff;
}

.banner-content span {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 4px;
    color: #cc0000; /* KURUMSAL KIRMIZI VURGU */
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.banner-content h1 {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0px 4px 15px rgba(0,0,0,0.8); /* Yazıya derinlik katar */
}

/* Mobil cihazlarda banner'ın daha da daralması ve fontların küçülmesi */
@media (max-width: 768px) {
    .full-width-narrow-banner {
        height: 20vh;
        min-height: 180px;
    }
    .banner-content h1 {
        font-size: 1.6rem;
    }
    .banner-content left {
        left: 5%;
    }
}
/* =========================================================================
   KARARGAH EKRANI: HUD İSTATİSTİKLERİ & SİBER TARİHÇE
   ========================================================================= */
.company-hq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 80px 20px;
    color: #fff;
}

/* 1. HUD İSTATİSTİKLERİ */
.hud-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 120px;
    background: #0f1115;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(204, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(204, 0, 0, 0.05); /* Kurumsal Kırmızı Hafif Işıma */
}

.hud-stat-box {
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.05);
}
.hud-stat-box:last-child { border-right: none; }

.hud-number {
    font-size: 3rem;
    font-weight: 700;
    color: #cc0000;
    margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(204, 0, 0, 0.3);
}

.hud-label {
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: #94a3b8;
}

/* 2. SİBER TARİHÇE */
.cyber-timeline-wrapper {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

/* Kılavuz Çizgi */
.timeline-center-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-50%);
}

/* İçi Dolacak Lazer (Animasyon İçin) */
.timeline-laser-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%; 
    background: #cc0000;
    box-shadow: 0 0 15px #cc0000;
}

.timeline-node {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding-right: 40px;
    position: relative;
    margin-bottom: 60px;
    opacity: 0; /* Başlangıçta görünmez (GSAP ile gelecek) */
    transform: translateY(30px);
}

.timeline-node.right-node {
    justify-content: flex-start;
    margin-left: 50%;
    padding-left: 40px;
    padding-right: 0;
}

/* Transparan Yıl Vurgusu (Arka Planda Su İzi Gibi) */
.node-year {
    font-size: 3rem;
    font-weight: 900;
    color: #cc0000;
    position: absolute;
    top: -20px;
    opacity: 0.08;
    z-index: 1;
}
.left-node .node-year { right: 50px; }
.right-node .node-year { left: 50px; }

/* Kutu Tasarımı */
.node-content {
    background: #15181e;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    width: 80%;
    z-index: 2;
    transition: border-color 0.3s;
}
.node-content:hover { border-color: rgba(204, 0, 0, 0.5); }
.node-content h3 { margin: 0 0 10px 0; color: #fff; font-size: 1.3rem; letter-spacing: 1px; }
.node-content p { margin: 0; color: #94a3b8; line-height: 1.6; font-size: 0.95rem; }

/* Hedef Noktaları (Kırmızı Yuvarlaklar) */
.node-content::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #0a0a0e;
    border: 2px solid #cc0000;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: background 0.3s, box-shadow 0.3s;
}
.node-content:hover::before {
    background: #cc0000;
    box-shadow: 0 0 10px #cc0000;
}
.left-node .node-content::before { right: -48px; }
.right-node .node-content::before { left: -48px; }

/* Mobil Operasyon Görünümü */
@media (max-width: 768px) {
    .hud-stats-wrapper { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .hud-stat-box:nth-child(2) { border-right: none; }
    .hud-number { font-size: 2.2rem; }
    
    .timeline-center-line { left: 20px; }
    .timeline-node { width: 100%; justify-content: flex-start; padding-left: 50px; padding-right: 0; }
    .timeline-node.left-node, .timeline-node.right-node { margin-left: 0; }
    .left-node .node-content::before { left: -38px; right: auto; }
    .right-node .node-content::before { left: -38px; }
    .left-node .node-year { left: 50px; right: auto; }
    .node-content { width: 100%; }
}
/* =========================================================================
   SİBER SİYAH-BEYAZ & YAKINLAŞTIRMA (ZOOM) EFEKTİ
   ========================================================================= */
.interactive-image-box {
    width: 100%;
    height: 180px; /* Fotoğrafın yüksekliği */
    margin-top: 25px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05); /* Normalde soluk ve belli belirsiz çerçeve */
    transition: all 0.4s ease; /* Çerçevenin parlaması için geçiş süresi */
    cursor: pointer;
}

.interactive-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.1); /* Başlangıçta zırhlı SİYAH-BEYAZ */
    transform: scale(1); /* Başlangıçta normal boyut */
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Yavaş ve sinematik geçiş */
}

/* FARE ÜZERİNE GELDİĞİNDE (HOVER) TETİKLENEN GÜÇ */
.interactive-image-box:hover {
    border-color: #cc0000; /* Çerçeve Kurumsal Kırmızıya döner */
    box-shadow: 0 0 20px rgba(204, 0, 0, 0.3); /* Dışarıya kırmızı ışıma yapar */
}

.interactive-image-box:hover img {
    filter: grayscale(0%) contrast(1); /* Orijinal, CANLI RENKLERE döner */
    transform: scale(1.08); /* %8 oranında pürüzsüzce İÇERİ YAKLAŞIR */
}
/* =========================================================================
   SİBER TARİH ROZETLERİ (ÇİZGİ KENARI)
   ========================================================================= */
.timeline-date-badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.5rem;
    font-weight: 900;
    color: transparent; /* İçi boş siber görünüm */
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15); /* Saydam dış hat */
    letter-spacing: 2px;
    z-index: 5;
    transition: all 0.4s ease;
    cursor: default;
}

/* Kutu Sağdaysa, Tarih Çizginin SOLUNA Taşar */
.right-node .timeline-date-badge {
    left: -170px;
    text-align: right;
}

/* Kutu Soldaysa, Tarih Çizginin SAĞINA Taşar */
.left-node .timeline-date-badge {
    right: -170px;
    text-align: left;
}

/* 🎯 Kutuya Veya Tarihe Fare Geldiğinde Neon Parlaması */
.timeline-node:hover .timeline-date-badge {
    color: #cc0000;
    -webkit-text-stroke: 1px #cc0000;
    text-shadow: 0 0 20px rgba(204, 0, 0, 0.6);
    transform: translateY(-50%) scale(1.1); /* Hafifçe büyür */
}

/* Mobil Operasyon Görünümü (Tarihler Kutu İçine Alınır) */
@media (max-width: 768px) {
    .timeline-date-badge {
        position: relative;
        top: 0; left: 0 !important; right: 0 !important;
        transform: none !important;
        font-size: 2rem;
        margin-bottom: 10px;
        color: #cc0000;
        -webkit-text-stroke: 0;
    }
}
/* =========================================================================
   DOĞRUDAN VİDEO MONOLİT EKRANLARI (SADE VE GÜÇLÜ)
   ========================================================================= */
.arsenal-visual {
    position: relative; 
    width: 100%; 
    height: 420px; 
    background-color: #050505;
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 15px; 
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.4s ease;
}

.arsenal-video-direct {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Başlangıçta hafif soluk ve gri tonlu (Uyku Modu) */
    filter: grayscale(80%) brightness(0.6) contrast(1.1);
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* FARE ÜZERİNE GELDİĞİNDE VİDEO UYANIR */
.arsenal-card:hover .arsenal-visual {
    border-color: #cc0000;
    box-shadow: 0 0 25px rgba(204, 0, 0, 0.2);
    transform: translateY(-5px);
}

.arsenal-card:hover .arsenal-video-direct {
    /* Renkler canlanır, aydınlanır ve hafifçe zoom yapar */
    filter: grayscale(0%) brightness(1) contrast(1);
    transform: scale(1.08);
}
/* SİBER ÜRÜN BULUCU ARAMA TERMİNALİ STİLLERİ */
.cyber-search-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(3, 3, 3, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cyber-search-box {
    position: relative;
    width: 90%;
    max-width: 700px;
    background: #0f1115;
    border: 1px dashed var(--accent-aggressive);
    padding: 40px;
    box-shadow: 0 0 40px rgba(204, 0, 0, 0.2);
}

.cyber-search-box::before, .cyber-search-box::after {
    content: ''; position: absolute; width: 15px; height: 15px;
    border: 2px solid var(--accent-aggressive); pointer-events: none;
}
.cyber-search-box::before { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.cyber-search-box::after { bottom: -2px; right: -2px; border-left: none; border-top: none; }

.cyber-search-close {
    position: absolute;
    top: 15px; right: 20px;
    background: none; border: none;
    color: var(--text-primary);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s;
}
.cyber-search-close:hover { color: var(--accent-aggressive); }

.cyber-search-label {
    display: block;
    font-size: 0.75rem;
    color: var(--accent-aggressive);
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
}

#cyber-search-input {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 18px 20px;
    font-family: 'Tomorrow', sans-serif;
    font-size: 1.1rem;
    outline: none;
    transition: all 0.3s ease;
}

#cyber-search-input:focus {
    border-color: var(--accent-aggressive);
    box-shadow: 0 0 20px rgba(204, 0, 0, 0.2);
}

.cyber-search-results {
    margin-top: 20px;
    max-height: 350px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-placeholder, .search-no-result {
    color: var(--text-muted);
    font-size: 0.9rem;
    text-align: center;
    padding: 20px;
    letter-spacing: 1px;
}

.search-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
}

.search-result-item:hover {
    background: rgba(204, 0, 0, 0.08);
    border-color: var(--accent-aggressive);
    transform: translateX(5px);
}

.result-title {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
}

.result-tag {
    font-size: 0.75rem;
    color: var(--accent-aggressive);
    letter-spacing: 2px;
}
/* GOOGLE TRANSLATE KAMUFLAJ ZIRHI */
body { top: 0 !important; }
.skiptranslate { display: none !important; }
#goog-gt-tt { display: none !important; }
.goog-te-banner-frame { display: none !important; }
.goog-text-highlight { background-color: transparent !important; box-shadow: none !important; }
/* SİBER İMLECİ HER ŞEYİN (MENÜ DAHİL) EN ÜSTÜNE ÇIKARAN ZIRH */
.cyber-cursor-dot {
    z-index: 999999 !important;
}
.cyber-cursor-ring {
    z-index: 999998 !important;
}
/* =========================================================================
   SİBER İNDİRME BUTONLARI (ZARİF & TRANSPARAN V2)
   ========================================================================= */
.product-download-actions {
    display: flex;
    gap: 15px; /* Butonlar arası boşluk biraz daraldı */
    margin-top: 30px;
    flex-wrap: wrap;
}

/* 1. Buton: Transparan Arka Plan, Kırmızı Çerçeve ve Kırmızı Yazı */
.cyber-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* İkon ile yazı arası daraldı */
    padding: 10px 20px; /* Boyutlar küçültüldü ve zarifleştirildi */
    background: transparent; /* Arka plan TAMAMEN ŞEFFAF */
    color: #cc0000; /* Yazı Kırmızı */
    text-decoration: none;
    font-family: 'Tomorrow', sans-serif;
    font-size: 0.85rem; /* Font küçültüldü */
    font-weight: 600;
    letter-spacing: 1.5px;
    border: 1px solid #cc0000; /* Kırmızı siber çerçeve */
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Üzerine gelince içi kırmızı dolup yazı beyaza döner */
.cyber-download-btn:hover {
    background: #cc0000;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(204, 0, 0, 0.3);
    transform: translateY(-2px);
}

/* 2. Buton: Teknik Döküman (Beyaz Transparan) */
.cyber-download-btn.outline-btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.cyber-download-btn.outline-btn:hover {
    border-color: #cc0000;
    background: rgba(204, 0, 0, 0.08);
    color: #cc0000;
}
/* =========================================================================
   FORM ETKİLEŞİM ZIRHI (GSAP ÇATIŞMASINI ÖNLER)
   ========================================================================= */
.ops-form, .luxury-form, form {
    position: relative;
    z-index: 9999 !important; /* Formu tüm animasyon camlarının üstüne çıkarır */
    pointer-events: auto !important; /* Tıklamaların zorla form içine geçmesini sağlar */
}

.ops-form input, .ops-form textarea, .ops-form button,
.luxury-form input, .luxury-form textarea, .luxury-form select, .luxury-form button {
    position: relative;
    z-index: 10000 !important;
    pointer-events: auto !important;
}
/* =========================================================================
   SİBER HOLOGRAM (HABER MODAL) SİSTEMİ
   ========================================================================= */
.cyber-modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10, 10, 14, 0.9); backdrop-filter: blur(15px);
    z-index: 99999; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.cyber-modal-overlay.active {
    opacity: 1; pointer-events: auto;
}
.cyber-modal-content {
    background: #000; border: 1px solid var(--accent-aggressive, #cc0000);
    width: 90%; max-width: 800px; max-height: 85vh; overflow-y: auto;
    position: relative; padding: 40px; transform: translateY(50px);
    transition: transform 0.4s ease;
    box-shadow: 0 0 30px rgba(204, 0, 0, 0.2);
}
.cyber-modal-overlay.active .cyber-modal-content {
    transform: translateY(0);
}
.cyber-modal-close {
    position: absolute; top: 20px; right: 20px;
    background: none; border: none; color: var(--accent-aggressive, #cc0000);
    font-size: 2.5rem; line-height: 1; cursor: pointer; transition: 0.3s;
}
.cyber-modal-close:hover { color: #fff; transform: rotate(90deg); }