:root {
    --renk-siyah: #000000;
    --renk-turuncu: #FF4800;
    --renk-koyu-gri: #111111;
    --renk-orta-gri: #2A2A2A;
    --renk-metin: #CCCCCC;
    --renk-beyaz: #FFFFFF;
    --gecis-hizi: 0.4s;
    --neon-parlama: 0 0 15px rgba(255, 72, 0, 0.6), 0 0 30px rgba(255, 72, 0, 0.4);
    --koyu-cam: rgba(17, 17, 17, 0.6);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: var(--renk-siyah);
    color: var(--renk-metin);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.kapsayici {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.icerik-bolmesi {
    padding: 100px 0;
}

.turuncu-metin {
    color: var(--renk-turuncu);
}

/* === HEADER VE MENÜ === */
.ust-bilgi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 1000;
    transition: all var(--gecis-hizi) ease;
}

.ust-bilgi.kaydirilmis {
    background: rgba(0, 0, 0, 0.95);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 72, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ust-bilgi-kapsayici {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    z-index: 1002;
}

.header-logo-img {
    max-height: 110px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: transform var(--gecis-hizi);
}

.header-logo-img:hover {
    transform: scale(1.05);
}

.gezinti-menusu ul {
    list-style: none;
    display: flex;
    gap: 35px;
}

.gezinti-menusu a {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color var(--gecis-hizi);
}

.gezinti-menusu a:hover, 
.aktif-menu {
    color: var(--renk-turuncu);
}

.hamburger-menu, 
.mobil-menu-aura, 
.mobil-iletisim {
    display: none;
}

/* === BUTONLAR & SEKMELER === */
.vurgulu-buton {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all var(--gecis-hizi);
    background-color: var(--renk-turuncu);
    color: var(--renk-beyaz);
    border: 2px solid var(--renk-turuncu);
    text-align: center;
}

.neon-buton:hover {
    background-color: transparent;
    color: var(--renk-turuncu);
    box-shadow: var(--neon-parlama);
    transform: translateY(-3px);
}

.sosyal-sekmeler {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.sekme-link {
    padding: 12px 25px;
    border-radius: 30px;
    border: 1px solid var(--renk-orta-gri);
    color: var(--renk-metin);
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.sekme-link:hover {
    border-color: var(--renk-turuncu);
    color: var(--renk-beyaz);
}

.sekme-link.aktif-sekme {
    background: var(--renk-turuncu);
    color: var(--renk-beyaz);
    border-color: var(--renk-turuncu);
    box-shadow: var(--neon-parlama);
}

/* === ORTAK HERO ALANI (ALT SAYFALAR) === */
.sosyal-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 100px;
    background: radial-gradient(circle at left top, rgba(255,72,0,0.1) 0%, var(--renk-siyah) 70%);
    overflow: hidden;
}

.hero-arkaplan-efekti {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 40px 40px;
    animation: ag-kaydir 40s linear infinite alternate;
    z-index: 0;
}

@keyframes ag-kaydir {
    0% {
        transform: translateY(0) translateX(0);
    }
    100% {
        transform: translateY(40px) translateX(40px);
    }
}

.hero-icerik {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.alt-baslik {
    color: var(--renk-turuncu);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 20px;
}

.dev-baslik {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 900;
    color: var(--renk-beyaz);
    margin-bottom: 30px;
}

.text-gradient {
    background: linear-gradient(90deg, var(--renk-beyaz) 0%, var(--renk-turuncu) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-aciklama {
    font-size: 1.25rem;
    margin-bottom: 30px;
    max-width: 500px;
}

.hero-gorsel-sov {
    perspective: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* === 3D SOSYAL MEDYA TELEFON ŞOVU === */
.sosyal-sahnesi {
    position: relative;
    width: 100%;
    height: 450px;
    transform-style: preserve-3d;
}

.sahne-aura {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,72,0,0.15) 0%, transparent 60%);
    filter: blur(25px);
    z-index: 0;
    animation: aura-pulse 3s infinite alternate;
}

@keyframes aura-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

.sosyal-katmani {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 400px;
    border-radius: 16px;
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.feed-katmani {
    transform: translate(-70%, -60%) translateZ(-80px) rotateY(15deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.profil-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.profil-pp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    padding: 2px;
}

.profil-pp::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #111;
    border-radius: 50%;
}

.profil-info {
    flex: 1;
}

.profil-info .line-1 {
    width: 60%;
    height: 8px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 8px;
    border-radius: 4px;
}

.profil-info .line-2 {
    width: 40%;
    height: 8px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.grid-item {
    aspect-ratio: 1;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
}

.grid-item:nth-child(5) {
    background: var(--renk-turuncu);
    box-shadow: 0 0 10px rgba(255,72,0,0.3);
}

.etkilesim-katmani {
    transform: translate(-50%, -50%) translateZ(0px) rotateY(15deg);
    background: transparent;
    box-shadow: none;
    z-index: 2;
    pointer-events: none;
    border: none;
}

.kalp-ikon, 
.yorum-ikon, 
.paylas-ikon, 
.bildirim-balonu {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
}

.kalp-ikon {
    width: 50px;
    height: 50px;
    background: rgba(220, 39, 67, 0.2);
    border: 1px solid rgba(220, 39, 67, 0.5);
    border-radius: 50%;
    top: 20%;
    left: 10%;
    animation: float 3s ease-in-out infinite;
}

.kalp-ikon::after {
    content: '❤️';
    font-size: 1.5rem;
}

.yorum-ikon {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    bottom: 30%;
    right: 10%;
    animation: float 4s ease-in-out infinite reverse;
}

.yorum-ikon::after {
    content: '💬';
    font-size: 1.2rem;
}

.paylas-ikon {
    width: 40px;
    height: 40px;
    background: rgba(255,72,0,0.15);
    border: 1px solid var(--renk-turuncu);
    border-radius: 50%;
    top: 60%;
    left: 20%;
    animation: float 3.5s ease-in-out infinite 1s;
}

.paylas-ikon::after {
    content: '🚀';
    font-size: 1rem;
}

.bildirim-balonu {
    background: var(--renk-turuncu);
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 20px;
    top: 10%;
    right: 5%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.telefon-katmani {
    transform: translate(-30%, -40%) translateZ(80px) rotateY(15deg);
    background: rgba(10, 10, 10, 0.95);
    border: 2px solid rgba(255, 72, 0, 0.4);
    border-radius: 30px;
    box-shadow: -15px 20px 40px rgba(0,0,0,0.7), 0 0 25px rgba(255,72,0,0.15);
    z-index: 3;
    padding: 15px;
}

.telefon-celtik {
    width: 40%;
    height: 15px;
    background: #000;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    left: 30%;
}

.post-gorsel {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,72,0,0.2));
    border-radius: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-eylemler {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.post-eylemler span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
}

.post-eylemler span:first-child {
    border-color: var(--renk-turuncu);
    background: var(--renk-turuncu);
    box-shadow: 0 0 10px rgba(255,72,0,0.5);
}

.post-aciklama .line {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 8px;
    border-radius: 3px;
}

.post-aciklama .short {
    width: 60%;
}

.hero-gorsel-sov:hover .feed-katmani {
    transform: translate(-90%, -60%) translateZ(-150px) rotateY(5deg);
}

.hero-gorsel-sov:hover .etkilesim-katmani {
    transform: translate(-50%, -50%) translateZ(0px) rotateY(5deg);
}

.hero-gorsel-sov:hover .telefon-katmani {
    transform: translate(-10%, -40%) translateZ(150px) rotateY(5deg);
}

/* === 3D KAMERA DRONE ŞOVU === */
.kristal-kart {
    background: var(--koyu-cam);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.05);
    transform: rotateY(-15deg) rotateX(10deg);
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 450px;
}

.kristal-kart:hover {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(255,72,0,0.2), inset 0 0 0 1px rgba(255,255,255,0.1);
}

.rec-ui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.rec-dot {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    box-shadow: 0 0 15px red;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.rec-time {
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
}

.cam-details span {
    display: block;
    font-family: monospace;
    color: var(--renk-turuncu);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

/* === DİJİTAL GEÇİŞ PORTALI (GATEWAY / 2 KARTLI AKORDEON) === */
.gateway-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 160px 0 100px;
    background: var(--renk-siyah);
    overflow: hidden;
}

.gateway-bg-animasyon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at center, rgba(255, 72, 0, 0.12) 0%, transparent 60%);
    z-index: 0;
    animation: nefes-al 6s ease-in-out infinite alternate;
}

.gateway-baslik-alani {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.gateway-baslik {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 900;
    color: var(--renk-beyaz);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.gateway-aciklama {
    font-size: 1.25rem;
    color: var(--renk-metin);
    max-width: 650px;
    margin: 0 auto;
}

.gateway-akordeon-kapsayici {
    display: flex;
    gap: 25px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    z-index: 2;
}

.gateway-panel {
    flex: 1;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s ease, border-color 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}

.gateway-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 72, 0, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.gateway-panel:hover {
    flex: 2;
    border-color: var(--renk-turuncu);
    box-shadow: 0 0 50px rgba(255, 72, 0, 0.3), inset 0 0 20px rgba(255, 72, 0, 0.2);
}

.gateway-panel:hover::before {
    opacity: 1;
}

.panel-icerik {
    position: relative;
    z-index: 2;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.panel-ikon {
    width: 80px;
    height: 80px;
    color: var(--renk-beyaz);
    margin-bottom: auto;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.5;
}

.gateway-panel:hover .panel-ikon {
    color: var(--renk-turuncu);
    opacity: 1;
    transform: scale(1.2) translateY(10px);
    filter: drop-shadow(0 0 15px rgba(255,72,0,0.8));
}

.panel-baslik {
    font-size: 2.2rem;
    color: var(--renk-beyaz);
    font-weight: 900;
    white-space: nowrap;
    margin-bottom: 10px;
    transition: transform 0.6s ease;
}

.panel-detay {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.panel-detay p {
    color: #e0e0e0;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.panel-buton {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--renk-beyaz);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.panel-buton svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.gateway-panel:hover .panel-detay {
    height: 150px;
    opacity: 1;
    margin-top: 15px;
}

.gateway-panel:hover .panel-buton svg {
    transform: translateX(10px);
    color: var(--renk-turuncu);
}

/* === SEO MAKALE ALANI === */
.seo-saha {
    background: linear-gradient(to bottom, var(--renk-siyah) 0%, #0a0a0a 100%);
    position: relative;
    border-top: 1px solid var(--renk-orta-gri);
}

.seo-saha::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,72,0,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.seo-makale-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.seo-metin-blogu h2 {
    font-size: 2.4rem;
    color: var(--renk-beyaz);
    margin-bottom: 30px;
    line-height: 1.3;
}

.seo-metin-blogu p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    color: #bbbbbb;
    text-align: justify;
}

.seo-metin-blogu p:first-of-type::first-letter {
    font-size: 4rem;
    color: var(--renk-turuncu);
    float: left;
    margin-right: 15px;
    line-height: 1;
    font-weight: 900;
    text-shadow: var(--neon-parlama);
}

.seo-metin-blogu h3 {
    font-size: 1.8rem;
    color: var(--renk-beyaz);
    margin: 40px 0 20px;
    border-left: 4px solid var(--renk-turuncu);
    padding-left: 15px;
}

.seo-vurgu-kart {
    background: var(--koyu-cam);
    border: 1px solid rgba(255, 72, 0, 0.3);
    border-radius: 16px;
    padding: 40px;
    position: sticky;
    top: 180px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.seo-vurgu-kart h4 {
    color: var(--renk-turuncu);
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.seo-liste {
    list-style: none;
}

.seo-liste li {
    margin-bottom: 18px;
    font-size: 1.05rem;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: var(--renk-beyaz);
}

.seo-liste li::before {
    content: '✓';
    color: var(--renk-turuncu);
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(255,72,0,0.8);
}

/* === PROJELER (KARTLAR) BÖLÜMÜ === */
.bolum-basligi-alani {
    text-align: center;
    margin-bottom: 70px;
    padding-top: 50px;
}

.bolum-basligi {
    font-size: 2.8rem;
    color: var(--renk-beyaz);
    margin-bottom: 15px;
    font-weight: 800;
}

.baslik-cizgisi {
    width: 80px;
    height: 4px;
    background-color: var(--renk-turuncu);
    margin: 0 auto 20px;
}

.bolum-aciklamasi {
    font-size: 1.1rem;
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
    color: var(--renk-metin);
}

.projeler-alani {
    background-color: var(--renk-koyu-gri);
}

.projeler-izgarasi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.proje-karti {
    background: var(--renk-siyah);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--renk-orta-gri);
    transition: all 0.5s ease;
    position: relative;
}

.proje-karti:hover {
    border-color: rgba(255, 72, 0, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 72, 0, 0.15);
    transform: translateY(-10px);
}

.proje-gorsel {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #080808;
}

.proje-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.proje-karti:hover .proje-gorsel img {
    transform: scale(1.08);
}

.proje-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.proje-link-btn {
    display: inline-block;
    padding: 14px 35px;
    background: rgba(255, 72, 0, 0.1);
    color: var(--renk-beyaz);
    border: 1px solid var(--renk-turuncu);
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 4px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.proje-link-btn:hover {
    background: var(--renk-turuncu);
    box-shadow: var(--neon-parlama);
}

.proje-karti:hover .proje-overlay {
    opacity: 1;
}

.proje-karti:hover .proje-link-btn {
    transform: translateY(0);
    opacity: 1;
}

.proje-bilgi {
    padding: 40px 30px;
    position: relative;
}

.proje-etiket {
    position: absolute;
    top: -15px;
    right: 30px;
    background: var(--renk-turuncu);
    color: var(--renk-beyaz);
    padding: 6px 15px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(255, 72, 0, 0.3);
    z-index: 10;
}

.proje-bilgi h3 {
    font-size: 1.6rem;
    color: var(--renk-beyaz);
    margin-bottom: 15px;
}

.proje-bilgi p {
    color: var(--renk-metin);
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.proje-teknolojiler {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.proje-teknolojiler span {
    background: var(--renk-orta-gri);
    color: var(--renk-metin);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    border: 1px solid rgba(255,255,255,0.05);
}

/* === CTA & MODAL === */
.cta-alani {
    padding: 120px 0;
    background: url('https://images.unsplash.com/photo-1611162617474-5b21e879e113?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover fixed;
    position: relative;
}

.cta-alani::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(17,17,17,0.8));
}

.cta-kutu {
    position: relative;
    z-index: 1;
    text-align: center;
    background: rgba(17,17,17,0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,72,0,0.3);
    padding: 80px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.cta-kutu h2 {
    font-size: 3rem;
    color: var(--renk-beyaz);
    margin-bottom: 20px;
}

.cta-kutu p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: var(--renk-metin);
}

.form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.form-modal.goster {
    opacity: 1;
    visibility: visible;
}

.form-modal-icerik {
    background: var(--renk-koyu-gri);
    border: 1px solid rgba(255, 72, 0, 0.4);
    border-radius: 16px;
    padding: 40px;
    width: 90%;
    max-width: 500px;
    position: relative;
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s ease;
    box-shadow: 0 25px 50px rgba(0,0,0,0.8), 0 0 30px rgba(255,72,0,0.15);
}

.form-modal.goster .form-modal-icerik {
    transform: scale(1) translateY(0);
}

.form-kapat {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: var(--renk-metin);
    cursor: pointer;
    transition: color var(--gecis-hizi);
    line-height: 1;
}

.form-kapat:hover {
    color: var(--renk-turuncu);
}

.premium-form .form-title {
    color: var(--renk-beyaz);
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.premium-form .form-alt-metin {
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.input-group {
    margin-bottom: 20px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    background: rgba(0,0,0,0.5);
    border: 1px solid var(--renk-orta-gri);
    color: var(--renk-beyaz);
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--renk-turuncu);
    box-shadow: 0 0 15px rgba(255, 72, 0, 0.2);
    background: rgba(0,0,0,0.8);
}

.form-submit-btn {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
}

.form-bildirim {
    margin-top: 15px;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    display: none;
}

/* === FOOTER === */
.alt-bilgi {
    background-color: var(--renk-koyu-gri);
    border-top: 1px solid rgba(255, 72, 0, 0.3);
    padding: 80px 0 20px;
}

.alt-bilgi-icerik {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.alt-bilgi-kolon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-img {
    max-height: 55px;
    margin-bottom: 20px;
    filter: grayscale(20%);
}

.alt-bilgi-kolon h4 {
    color: var(--renk-beyaz);
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.alt-bilgi-menu {
    list-style: none;
}

.alt-bilgi-menu li {
    margin-bottom: 12px;
}

.alt-bilgi-menu a:hover {
    color: var(--renk-turuncu);
}

.alt-bilgi-alt {
    text-align: center;
    border-top: 1px solid var(--renk-orta-gri);
    padding-top: 25px;
    font-size: 0.9rem;
}

/* === ANİMASYON SINIFLARI === */
.kaydirma-animasyonu {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.asagidan-gel {
    transform: translateY(50px);
}

.kaydirma-animasyonu.aktif {
    opacity: 1;
    transform: translate(0, 0);
}

.gecikmeli-1 {
    transition-delay: 0.2s;
}

/* =========================================
   KUSURSUZ MEDYA SORGULARI (RESPONSIVE)
   ========================================= */

@media (max-width: 1400px) {
    .kapsayici {
        width: 95%;
    }
}

@media (max-width: 1200px) {
    .dev-baslik {
        font-size: 4rem;
    }
    .bolum-basligi {
        font-size: 2.5rem;
    }
    .projeler-izgarasi {
        gap: 30px;
    }
    .alt-bilgi-icerik {
        gap: 30px;
    }
    .seo-makale-grid {
        gap: 40px;
    }
    .gateway-baslik {
        font-size: 3.8rem;
    }
    .gateway-akordeon-kapsayici {
        height: 480px;
        width: 95%;
    }
    .panel-baslik {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    .hero-icerik {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-aciklama {
        margin: 0 auto 40px auto;
    }
    .hero-gorsel-sov {
        padding-bottom: 60px;
        margin-top: 40px;
    }
    .sosyal-sekmeler {
        justify-content: center;
    }
    .sosyal-sahnesi {
        height: 350px;
    }
    .kristal-kart {
        margin: 0 auto;
        transform: rotateY(0) rotateX(0);
    }
    .projeler-izgarasi {
        grid-template-columns: 1fr;
    }
    .seo-makale-grid {
        grid-template-columns: 1fr;
    }
    .seo-vurgu-kart {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
    .dev-baslik {
        font-size: 3.5rem;
    }
    .cta-kutu h2 {
        font-size: 2.2rem;
    }
    .alt-bilgi-icerik {
        grid-template-columns: 1fr 1fr;
    }
    .icerik-bolmesi {
        padding: 80px 0;
    }
    .gateway-baslik {
        font-size: 3.2rem;
    }
    .gateway-akordeon-kapsayici {
        height: 450px;
        gap: 15px;
    }
    .panel-icerik {
        padding: 30px 20px;
    }
    .panel-ikon {
        width: 60px;
        height: 60px;
    }
    .gateway-panel:hover .panel-detay {
        height: 180px;
    }

    @keyframes mobilFeed {
        0%, 100% {
            transform: translate(-70%, -60%) translateZ(-80px) rotateY(15deg);
        }
        50% {
            transform: translate(-90%, -60%) translateZ(-150px) rotateY(5deg);
        }
    }
    @keyframes mobilEtkilesim {
        0%, 100% {
            transform: translate(-50%, -50%) translateZ(0px) rotateY(15deg);
        }
        50% {
            transform: translate(-50%, -50%) translateZ(0px) rotateY(5deg);
        }
    }
    @keyframes mobilTelefon {
        0%, 100% {
            transform: translate(-30%, -40%) translateZ(80px) rotateY(15deg);
        }
        50% {
            transform: translate(-10%, -40%) translateZ(150px) rotateY(5deg);
        }
    }

    .feed-katmani {
        animation: mobilFeed 6s ease-in-out infinite;
    }
    .etkilesim-katmani {
        animation: mobilEtkilesim 6s ease-in-out infinite;
    }
    .telefon-katmani {
        animation: mobilTelefon 6s ease-in-out infinite;
    }
}

@media (max-width: 768px) {
    .ust-bilgi {
        padding: 15px 0;
    }
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        z-index: 1003;
        padding: 10px;
        background: rgba(0,0,0,0.5);
        border-radius: 8px;
    }
    .hamburger-menu span {
        width: 30px;
        height: 2px;
        background-color: var(--renk-beyaz);
        transition: all 0.4s ease;
        border-radius: 2px;
    }
    .hamburger-menu.acik span {
        background-color: var(--renk-turuncu);
    }
    .hamburger-menu.acik span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger-menu.acik span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.acik span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .gezinti-menusu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(15px);
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        z-index: 1001;
    }
    .gezinti-menusu.acik {
        transform: translateX(0);
    }
    .menu-icerik {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .gezinti-menusu ul {
        flex-direction: column;
        gap: 25px;
        width: 100%;
    }
    .gezinti-menusu li {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.5s ease;
        transition-delay: calc(0.06s * var(--i));
    }
    .gezinti-menusu.acik li {
        opacity: 1;
        transform: translateY(0);
    }
    .gezinti-menusu a {
        font-size: 2rem;
        font-weight: 800;
        display: inline-block;
    }
    
    .mobil-iletisim {
        display: block;
        margin-top: 40px;
        padding-top: 25px;
        border-top: 1px solid rgba(255,255,255,0.1);
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease 0.4s;
        width: 100%;
    }
    .gezinti-menusu.acik .mobil-iletisim {
        opacity: 1;
        transform: translateY(0);
    }
    .mobil-iletisim .iletisim-baslik {
        color: var(--renk-turuncu);
        font-weight: 700;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .dev-baslik {
        font-size: 3rem;
    }
    .seo-metin-blogu h2 {
        font-size: 2rem;
    }
    .proje-gorsel {
        height: 300px;
    }
    .cta-alani {
        padding: 80px 0;
    }
    .cta-kutu h2 {
        font-size: 2rem;
    }
    .alt-bilgi-icerik {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .alt-bilgi-kolon {
        align-items: center;
    }
    
    .gateway-hero {
        padding: 130px 0 80px;
        height: auto;
    }
    .gateway-akordeon-kapsayici {
        flex-direction: column;
        height: auto;
        gap: 25px;
    }
    .gateway-panel {
        flex: none;
        height: 260px;
    }
    .gateway-panel:hover {
        flex: none;
        transform: translateY(-5px);
    }
    .panel-icerik {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .panel-ikon {
        margin-bottom: 20px;
        opacity: 1;
        color: var(--renk-turuncu);
    }
    .panel-detay {
        display: none;
    }
    .panel-baslik {
        white-space: normal;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .dev-baslik {
        font-size: 2.5rem;
    }
    .hero-aciklama {
        font-size: 1.1rem;
    }
    .alt-baslik {
        font-size: 0.85rem;
    }
    .sosyal-sekmeler {
        flex-direction: column;
        gap: 10px;
    }
    .sekme-link {
        text-align: center;
        width: 100%;
    }
    .sosyal-katmani {
        width: 260px;
        height: 340px;
        padding: 20px;
    }
    .kristal-kart {
        padding: 20px;
        font-size: 0.9rem;
    }
    .proje-gorsel {
        height: 250px;
    }
    .proje-bilgi {
        padding: 30px 20px;
    }
    .proje-bilgi h3 {
        font-size: 1.4rem;
    }
    .form-modal-icerik {
        padding: 30px 20px;
        width: 95%;
    }
    .premium-form .form-title {
        font-size: 1.5rem;
    }
    .gateway-baslik {
        font-size: 2.5rem;
    }
    .gateway-panel {
        height: 220px;
        border-radius: 20px;
    }
    .panel-baslik {
        font-size: 1.5rem;
    }
    .panel-ikon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 430px) {
    .kapsayici {
        width: 92%;
    }
    .icerik-bolmesi {
        padding: 60px 0;
    }
    .header-logo-img {
        max-height: 45px;
    }
    .dev-baslik {
        font-size: 2.2rem;
    }
    .bolum-basligi {
        font-size: 1.8rem;
    }
    .seo-metin-blogu h2 {
        font-size: 1.8rem;
    }
    .seo-vurgu-kart {
        padding: 25px 15px;
    }
    .vurgulu-buton {
        padding: 12px 20px;
        font-size: 0.8rem;
        width: 100%;
        text-align: center;
    }
    .alt-bilgi {
        padding: 60px 0 20px;
    }
    .alt-bilgi-icerik {
        gap: 30px;
        margin-bottom: 30px;
    }
    .sosyal-sahnesi {
        transform: scale(0.65);
        transform-origin: center top;
        height: 240px;
    }
}