 /* --- TEMEL AYARLAR --- */
        :root {
            --bg: #3f3f3f;           
            --text: #c29d59;        
            --light-accent: #e0c58e; 
            --inv-bg: #c29d59;       
            --inv-text: #3f3f3f;    
            --grid-line: #555;       
            --okunakli-gri: #aaaaaa; 
            
            /* NAV İÇİN ÖZEL RENKLER */
            --nav-bg: #1a1a1a; 
            --nav-text: #ffffff;
            --nav-icon-color: #ffffff;
            --nav-accent: #ffc107;
            /* YENİ LOGO RENGİ (Artık --text ile aynı) */
            --logo-accent: var(--text); 
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            cursor: none; 
        }

        html {
            scroll-behavior: smooth; 
        }

        body {
            background-color: var(--bg);
            color: var(--text);
            font-family: 'Inter', sans-serif;
            overflow-x: hidden;
            font-size: 16px;
            padding-top: 80px; 
        }

        /* --- NOISE TEXTURE --- */
        .noise {
            position: fixed;
            top: 0; left: 0; width: 100vw; height: 100vh;
            pointer-events: none;
            z-index: 9999;
            opacity: 0.07;
            background: url('https://grainy-gradients.vercel.app/noise.svg');
        }

        /* --- ÖZEL CURSOR --- */
        .cursor-dot,
        .cursor-outline {
            position: fixed;
            top: 0; left: 0;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            z-index: 10000;
            pointer-events: none;
            mix-blend-mode: difference; 
        }

        .cursor-dot {
            width: 8px; height: 8px;
            background-color: var(--text);
        }

        .cursor-outline {
            width: 40px; height: 40px;
            border: 1px solid var(--text);
            transition: width 0.2s, height 0.2s;
        }

        body.hovering .cursor-outline {
            width: 70px; height: 70px;
            background: var(--text);
        }

        /* --- TİPOGRAFİ --- */
        h1, h2, h3, .brand {
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
        }

        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5vw;
        }

        .btn {
            display: inline-block;
            padding: 20px 40px;
            border: 1px solid var(--text);
            font-family: 'Oswald', sans-serif;
            font-size: 1.2rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 0%; height: 100%;
            background: var(--text);
            z-index: -1;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .btn:hover::before { width: 100%; }
        .btn:hover { color: var(--bg); } 

        /* =========================================
           HEADER TASARIMI
           ========================================= */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 80px;
            background-color: var(--nav-bg); 
            color: var(--nav-text);
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 30px;
            z-index: 1000;
            border-bottom: 2px solid #000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

        .header-left { display: flex; align-items: center; }

        .logo-area {
            font-family: 'Oswald', sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: #ffffff !important; 
            letter-spacing: 1px;
            display: flex;
            align-items: center; 
        }
        
        /* LOGO YUVARLAK BÖLÜMÜ ORİJİNAL HALE GETİRİLDİ */
        .logo-circle {
            width: 60px; 
            height: 60px;
            background-color: var(--text); 
            border-radius: 50%;
            display: flex; 
            justify-content: center; 
            align-items: center;
            border: 3px solid var(--nav-bg); 
            color: var(--nav-bg); 
            position: relative;
            z-index: 1001; 
            transition: transform 0.3s;
        }
        
        .logo-circle:hover {
            transform: scale(1.05); /* Yalnızca scale kaldı */
        }

        .logo-circle-text {
            /* ORİJİNAL BÜYÜKLÜK: 1.6rem */
            font-size: 1.6rem; 
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 1;
        }
        
        .logo-area span {
            font-size: 1.4rem;
            align-self: center; 
            margin: 10px; 
            padding-bottom: 0; 
        }
        /* LOGO YUVARLAK GÜNCELLEMESİ SONU */

        .header-center {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .desktop-nav { display: flex; gap: 30px; }

        .desktop-nav a {
            color: #ffffff !important; 
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: color 0.3s;
        }

        .desktop-nav a:hover { color: var(--text) !important; }

        .header-right { display: flex; align-items: center; gap: 15px; }

        .nav-icon {
            color: #ffffff !important;
            font-size: 1.1rem;
            transition: 0.3s;
        }
        .nav-icon:hover { color: var(--text) !important; }

        .sep {
            width: 1px; height: 20px;
            background-color: #555;
            margin: 0 5px;
        }

       /* --- NAVBAR SOSYAL MEDYA İKONLARI (GÜNCELLENMİŞ) --- */
        .social-icons {
            display: flex;
            gap: 8px; /* İkonlar arası mesafe */
            align-items: center;
        }

        .social-icons .nav-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;  /* Navbar için ideal küçük boyut */
            height: 32px;
            font-size: 0.9rem; /* İkon boyutu */
            color: white !important;
            border-radius: 15px; /* Hafif yuvarlatılmış köşeler */
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-icons .nav-icon:hover {
            transform: translateY(-3px);
            filter: brightness(1.2);
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }

        /* NAVBAR MARKA RENKLERİ (Sıralamaya Göre) */
        
       
        
        /* Instagram */
        .social-icons .nav-icon:nth-child(1) { 
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
        }
        
        /* YouTube */
        .social-icons .nav-icon:nth-child(2) { background-color: #FF0000; }
        
        /* LinkedIn */
        .social-icons .nav-icon:nth-child(3) { background-color: #0077B5; }
        
      
/* --- DROPDOWN MENÜ STİLLERİ --- */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--nav-bg);
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1100;
    top: 100%;
    left: 0;
    border: 1px solid var(--grid-line);
    padding: 10px 0;
}

.dropdown-content a {
    color: white !important;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-size: 0.85rem !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background-color: var(--text);
    color: var(--bg) !important;
    padding-left: 25px;
}

/* Hover durumunda menüyü göster */
.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeInDown 0.3s ease forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
        

        /* DİL SEÇENEĞİ İKONU */
        .lang-switch {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
        }

        .lang-flag {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #fff;
            transition: transform 0.3s;
        }
        
        .lang-flag:hover {
            transform: scale(1.1);
            border-color: var(--text);
        }

        .radio-badge {
            color: var(--nav-accent);
            font-size: 1.8rem;
            display: flex; align-items: center; justify-content: center;
        }

        .hamburger {
            display: none; 
            font-size: 1.5rem; color: #fff;
            cursor: pointer; z-index: 1001;
        }
        
        .mobile-menu-overlay {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100vh;
            background-color: var(--nav-bg);
            display: none; 
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px;
            transform: translateY(-100%);
            transition: transform 0.4s ease-in-out;
            z-index: 999;
        }

        @media (max-width: 1024px) {
            .header-center, .social-icons, .sep, .lang-switch, .radio-badge { display: none; }
            .hamburger { display: block; }
            .header-right { gap: 0; }
            
            .mobile-menu-overlay {
                display: flex; 
            }

            .mobile-menu-overlay.active { transform: translateY(0); }
            .mobile-menu-overlay a {
                font-size: 2rem; color: #fff;
                font-family: 'Oswald', sans-serif;
                text-transform: uppercase;
            }
        }

        /* =========================================
           HERO SECTION
           ========================================= */
        .hero {
            display: flex;
            flex-direction: row; 
            height: calc(100vh - 80px);
            width: 100%;
            border-bottom: 1px solid var(--grid-line);
            overflow: hidden;
        }

        .hero-left {
            flex: 1; 
            background-image: linear-gradient(160deg, var(--nav-bg) 0%, var(--bg) 100%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; 
            text-align: center;
            padding: 0 6vw;
            border-right: 1px solid var(--grid-line);
            z-index: 2;
            position: relative;
        }
        
        .hero-left h1 {
            font-size: 5.5rem; 
            font-weight: 700;
            letter-spacing: 5px; 
            line-height: 1.2; 
            margin-bottom: 20px;
            color: var(--text);
            animation: textReveal 1.5s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .hero-left p {
            font-size: 1.1rem;
            color: var(--okunakli-gri); 
            margin-bottom: 40px;
            max-width: 400px;
            font-weight: 300;
            align-self: center;
        }

        .hero-left::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 3px;
            background-color: var(--text); 
        }

        .wp-icon-box {
            font-size: 3.5rem;
            color: #25D366; 
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: inline-block;
        }

        .wp-icon-box:hover {
            transform: scale(1.15);
            color: #25D366; 
            opacity: 0.8;
        }

        .hero-right {
            flex: 2.5; 
            position: relative;
            background-color: #000;
        }

        .hero-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(100%) contrast(1.1);
            opacity: 0.6;
            transition: all 0.5s ease;
        }

        .hero-right:hover img {
            opacity: 0.8;
            transform: scale(1.02);
            filter: grayscale(0%) contrast(1);
        }

        @keyframes textReveal {
            0% { transform: translateY(50px); opacity: 0; }
            100% { transform: translateY(0); opacity: 1; }
        }

        /* Hero Mobil */
        @media (max-width: 900px) {
            body { padding-top: 0; }
            .hero {
                flex-direction: column-reverse; 
                height: auto;
                min-height: 100vh; 
            }
            .hero-right {
                flex: none;
                width: 100%;
                margin-top: 80px; 
                height: 55vh; 
            }
            .hero-left {
                flex: none;
                width: 100%;
                background-image: linear-gradient(160deg, var(--nav-bg) 0%, var(--bg) 100%);
                border-top: 3px solid var(--text); 
                display: flex;
                flex-direction: column;
                justify-content: center; 
                align-items: center; 
                text-align: center; 
                height: 45vh; 
                padding: 30px 30px;
                border-right: none;
            }
            .hero-left::before { display: none; }
            .hero-left h1 {
                font-size: 3rem; 
                letter-spacing: 3px; 
                line-height: 1.1;
                margin-bottom: 15px;
            }
            .hero-left p { max-width: 90%; }
        }

        /* --- MARQUEE --- */
        .marquee-container {
            background: var(--inv-bg);
            color: var(--inv-text);
            padding: 20px 0;
            border-top: 1px solid var(--text);
            border-bottom: 1px solid var(--text);
        }

        .marquee-content {
            display: flex;
            white-space: nowrap;
            animation: scroll 8s linear infinite; 
        }

        .marquee-item {
            font-family: 'Oswald', sans-serif;
            font-size: 4rem;
            font-weight: 700;
            margin-right: 80px;
            text-transform: uppercase;
        }

        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* --- BENTO GRID (HAKKIMIZDA) --- */
        .bento-section { padding: 100px 5vw; }

        .bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-template-rows: repeat(1, 400px);
            gap: 20px;
        }

        .bento-box {
            border: 1px solid var(--grid-line);
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            background-color: #313131; 
        }

        .bento-box:hover { background: var(--grid-line); }
        
        .bento-img {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            object-fit: cover;
            filter: grayscale(100%) contrast(1.2); 
            z-index: 0;
            opacity: 0.4;
            transition: 0.5s;
        }

        .bento-box:hover .bento-img {
            transform: scale(1.1);
            opacity: 0.2;
        }



/* --- HAKKIMIZDA HİKAYE BÖLÜMÜ (MODERN) --- */
.about-story-section {
    padding: 120px 0;
    background-color: var(--bg);
}

.story-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 180px; /* Maddeler arası geniş boşluk estetiği artırır */
}

.story-item:last-child {
    margin-bottom: 0;
}

/* Zikzak Dizilim Mantığı */
.story-item.reverse {
    flex-direction: row-reverse;
}

/* Metin Alanı */
.story-text {
    flex: 1;
    max-width: 550px;
}

.story-subtitle {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.story-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.story-divider {
    width: 60px;
    height: 4px;
    background-color: var(--text);
    margin-bottom: 30px;
}

.story-text p {
    font-family: 'Inter', sans-serif;
    color: #e0e0e0;
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: 300;
}

/* Görsel Alanı */
.story-image-wrapper {
    flex: 1.2;
    position: relative;
    height: 500px;
    overflow: hidden;
    box-shadow: 20px 20px 0px rgba(194, 157, 89, 0.1); /* Altın rengi hafif gölge */
    transition: all 0.5s ease;
}

.story-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.2);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover Etkisi */
.story-image-wrapper:hover {
    box-shadow: 0px 0px 40px rgba(194, 157, 89, 0.2);
    transform: translateY(-10px);
}

.story-image-wrapper:hover img {
    filter: grayscale(0%) contrast(1.1);
    transform: scale(1.1);
}

/* Mobil Uyumluluk */
@media (max-width: 1024px) {
    .story-item, .story-item.reverse {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        margin-bottom: 100px;
    }

    .story-text {
        max-width: 100%;
        order: 2; /* Metin her zaman görselin altında kalsın */
    }

    .story-image-wrapper {
        width: 100%;
        height: 400px;
        order: 1;
    }

    .story-divider {
        margin: 0 auto 30px;
    }

    .story-title {
        font-size: 2.5rem;
    }
}

        .box-content { position: relative; z-index: 2; }

        .span-4 { grid-column: span 4; }
        .span-8 { grid-column: span 8; }
        
        .bento-title { font-size: 2.5rem; margin-bottom: 10px; }
        .bento-desc { font-size: 1rem; color: var(--okunakli-gri); }

        /* --- SÜREÇ İÇİNDEKİ STİLLER (Bento) --- */
        .process-steps {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 50px; 
            gap: 20px;
            flex-wrap: wrap;
        }

        .step-item {
            flex: 1;
            min-width: 150px;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            text-align: center;
        }



        /* --- HAKKIMIZDA FULL EKRAN KAPAK STİLLERİ --- */
.about-hero-full {
    position: relative;
    width: 100%;
    height: 100vh; /* Tam ekran yükseklik */
    background-image: url('https://images.unsplash.com/photo-1522071823991-b9671f9d7f1f?q=80&w=1920&auto=format&fit=crop'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: -80px; /* Navbar'ın altına girmesi ve full ekran görünmesi için */
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text);
    max-width: 1000px;
}

.about-hero-content h1 {
    font-size: 8rem; /* Daha vurucu büyüklük */
    font-family: 'Oswald', sans-serif;
    letter-spacing: 25px;
    margin-bottom: 20px;
    line-height: 1;
}

.hero-line {
    width: 100px;
    height: 3px;
    background-color: var(--text);
    margin: 30px auto;
}

.about-hero-content p {
    font-size: 1.5rem;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 300;
    text-transform: uppercase;
}

/* Sayfa Kaydırma İndikatörü */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: var(--text);
    font-size: 2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
    40% {transform: translateY(-10px) translateX(-50%);}
    60% {transform: translateY(-5px) translateX(-50%);}
}

/* Mobil Düzenleme */
@media (max-width: 900px) {
    .about-hero-content h1 {
        font-size: 4rem;
        letter-spacing: 10px;
    }
    .about-hero-content p {
        font-size: 1rem;
        letter-spacing: 2px;
    }
}

        .step-number {
            width: 70px; height: 70px;
            border-radius: 50%;
            background-color: var(--nav-bg); 
            border: 2px solid var(--text);
            display: flex; justify-content: center; align-items: center;
            font-size: 2rem;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 15px;
            transition: all 0.4s ease;
        }

        .step-item:hover .step-number {
            background-color: var(--text);
            color: var(--nav-bg);
            transform: scale(1.1);
        }

        .step-title {
            font-size: 1.1rem;
            color: #ffffff;
            margin-bottom: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .step-desc {
            font-size: 0.75rem; 
            color: var(--okunakli-gri); 
            line-height: 1.4; 
            max-width: 180px;
        }

        /* --- MEDYA BÖLÜMÜ STİLLERİ --- */
.media-section {
    padding: 100px 5vw;
    background-color: var(--bg);
}

.section-title {
    font-size: 3rem;
    color: var(--text);
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 5px;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Yan yana 3 adet */
    gap: 30px;
}

.media-item {
    aspect-ratio: 16 / 9;
    border: 1px solid var(--grid-line);
    overflow: hidden;
    position: relative;
    background: #000;
}

.media-item iframe, .media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Gazete Görselleri İçin Özel Stil */
.news-item img {
    filter: grayscale(100%) contrast(1.2); /* Siyah beyaz tema uyumu */
    opacity: 0.8;
}

.news-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
    opacity: 1;
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.7);
    color: var(--text);
    font-family: 'Oswald', sans-serif;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.news-item:hover .news-overlay {
    transform: translateY(0);
}

/* Mobil Uyumluluk */
@media (max-width: 900px) {
    .media-grid {
        grid-template-columns: 1fr; /* Mobilde tek sütun */
    }
}



        /* --- VİDEO BÖLÜMÜ STİLLERİ --- */
        .media-section {
            padding: 100px 5vw;
            border-top: 1px solid var(--grid-line);
        }
        
        .media-header {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .media-header h2 {
            font-size: 3rem;
            color: var(--text);
            letter-spacing: 2px;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .video-card {
            border: 1px solid var(--grid-line);
            transition: all 0.3s;
            overflow: hidden;
        }

        .video-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.5);
        }

        .video-wrapper {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 Oran */
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            border: none;
        }

        .video-info {
            padding: 15px;
            background-color: #313131;
            display: flex; 
            justify-content: space-between; 
            align-items: flex-start;
        }

        .video-source {
            flex: 1;
            text-align: left;
        }

        .video-broadcast {
            flex: 1;
            text-align: right;
        }

        .video-channel {
            font-size: 0.8rem;
            color: var(--text);
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .video-tv-channel {
             font-size: 0.9rem;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .video-date {
            font-size: 0.75rem;
            color: var(--okunakli-gri);
        }

        /* --- KİMLERİ ANLAŞTIRIYORUZ GRID (Expertise) --- */
        .expertise-section { padding: 100px 5vw; }
        
        .expertise-header {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .expertise-header h2 {
            font-size: 3rem;
            color: var(--text);
            letter-spacing: 2px;
        }

        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr); 
            gap: 20px;
        }

        .expertise-card {
            position: relative;
            height: 350px;
            border: 1px solid var(--grid-line);
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .expertise-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(100%) contrast(1.1);
            transition: transform 0.6s ease, filter 0.6s ease;
        }

        .expertise-card:hover img {
            transform: scale(1.1);
            filter: grayscale(0%) contrast(1);
        }

        .expertise-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px 20px;
            background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
            color: #fff;
            transform: translateY(10px);
            transition: all 0.4s;
        }
        
        .expertise-card:hover .expertise-overlay {
            transform: translateY(0);
        }

        .expertise-overlay h3 {
            font-size: 1.4rem;
            color: var(--text);
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 2px solid transparent;
            display: inline-block;
            transition: border-color 0.3s;
        }

        .expertise-card:hover .expertise-overlay h3 {
            border-color: var(--text);
        }

        /* --- İŞ ORTAKLARIMIZ (PARTNERS) SECTION - YENİ --- */
        .partners-section {
            padding: 100px 5vw;
            border-top: 1px solid var(--grid-line);
            text-align: center;
        }

        .partners-section h2 {
            font-size: 3rem;
            color: var(--text);
            letter-spacing: 2px;
            margin-bottom: 60px;
        }

        .partner-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
        }

        .partner-logo-container {
            width: 250px; 
            height: 100px;
            background-color: #fff; 
            border: 1px solid var(--grid-line);
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            transition: all 0.3s;
            padding: 10px 20px;
        }

        .partner-logo-container:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
            border-color: var(--text);
        }

        .partner-logo-container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.8;
            transition: all 0.5s;
        }

        .partner-logo-container:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }
        /* --- İŞ ORTAKLARIMIZ (PARTNERS) SECTION - SONU --- */

        /* --- S.S.S. SECTION (FAQ) --- */
        .faq-section {
            padding: 100px 5vw;
            border-top: 1px solid var(--grid-line);
        }

        .faq-item {
            border-bottom: 1px solid var(--grid-line);
            padding: 20px 0;
            cursor: pointer;
            transition: background 0.3s;
        }

        .faq-item:hover {
            background-color: #444;
        }

        .faq-question {
            font-size: 1.2rem;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-in-out, padding 0.4s;
            color: var(--okunakli-gri); 
            padding-left: 15px;
        }

        .faq-item.open .faq-answer {
            max-height: 500px; 
            padding-top: 15px;
        }
        
        .faq-item.open .faq-question i {
            transform: rotate(180deg);
        }

        /* --- FOOTER --- */
        footer {
            padding: 100px 5vw 50px;
            border-top: 1px solid var(--grid-line);
            text-align: center;
        }

        .footer-cta p { color: var(--okunakli-gri) !important; } 

        .footer-cta h2 {
            font-size: 8vw;
            letter-spacing: 15px; 
            line-height: 1.2; 
            margin-bottom: 40px;
        }
        
        @media (max-width: 900px) {
            .footer-cta h2 {
                font-size: 12vw; 
                letter-spacing: 8px;
            }
            .bento-grid { display: flex; flex-direction: column; }
            .bento-box { height: auto; min-height: 300px; } 
            .marquee-item { font-size: 2.5rem; }
            
            .expertise-grid { grid-template-columns: 1fr; }
            .expertise-card { height: 250px; }

            .process-steps { flex-direction: column; align-items: center; gap: 40px; }
            .step-item { width: 100%; min-width: 250px; } 

            .video-grid { grid-template-columns: 1fr; }
            .video-info { flex-direction: column; align-items: flex-start; }
            .video-broadcast { text-align: left; margin-top: 5px; }

            .partner-logo-container { width: 80%; }
        }
        
        @media (min-width: 901px) and (max-width: 1300px) {
             .expertise-grid { grid-template-columns: repeat(2, 1fr); }
             .video-grid { grid-template-columns: repeat(2, 1fr); }
        }
/* --- SOSYAL MEDYA İKONLARI (GÜNCELLENMİŞ) --- */
        .socials {
            display: flex;
            justify-content: center;
            gap: 25px; /* İkonlar arası boşluk */
            margin-top: 50px;
        }

        .socials a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 65px;  /* Kutu genişliği */
            height: 65px; /* Kutu yüksekliği */
            font-size: 2rem; /* İkon boyutu */
            color: white; /* İkon rengi beyaz */
            border-radius: 30px; /* Yuvarlatılmış köşeler */
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: none; /* Eski kenarlığı kaldır */
            box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Hafif gölge */
        }

        /* Hover Efekti - Yukarı doğru hafif hareket */
        .socials a:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
            /* Eski hover renk değişimini iptal et, kendi arka planını koru */
            background: inherit; 
            color: white;
        }

        /* MARKA RENKLERİ */
        
        /* 1. İkon: YouTube (Kırmızı) */
        /* NOT: HTML sıranız YouTube, Instagram, LinkedIn ise bu çalışır. Değilse sırayı HTML'de düzeltmelisiniz. */
        .socials a:nth-child(2) {
            background-color: #FF0000;
        }

        /* 2. İkon: Instagram (Gradyan) */
        .socials a:nth-child(1) {
            /* Instagram'ın orijinal marka gradyanı */
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        /* 3. İkon: LinkedIn (Mavi) */
        .socials a:nth-child(3) {
            background-color: #0077B5;
        }
        
        .designer-info {
            margin-top: 10px;
            font-size: 0.8rem;
            color: var(--okunakli-gri); 
        }

        .designer-info a {
            color: var(--text);
            transition: color 0.3s;
        }
        .designer-info a:hover {
            color: #fff;
        }


        /* --- İLETİŞİM VE HARİTA STİLLERİ --- */
.contact-info-section {
    padding: 60px 5vw;
    display: flex;
    justify-content: center;
    background-color: var(--bg);
}

.contact-container {
    width: 100%;
    max-width: 1200px;
    border: 2px solid var(--text); /* Altın çerçeve */
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    transition: all 0.3s ease;
}

.contact-container:hover {
    box-shadow: 0 0 30px rgba(194, 157, 89, 0.2);
}

.map-wrapper {
    flex: 1;
    height: 300px;
    background: #222;
    border: 1px solid var(--grid-line);
}

.contact-text {
    flex: 1.5;
    color: #ffffff; /* Görseldeki gibi beyaz metin */
    font-family: 'Inter', sans-serif;
}

.address-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}

.phone-text {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Mobil Uyumluluk */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    
    .map-wrapper {
        width: 100%;
        height: 250px;
    }
    
    .address-text {
        font-size: 1.1rem;
    }
    
    .phone-text {
        font-size: 1.5rem;
    }
}
