﻿:root {
    --bg: #f0fafb;
    --bg-2: #e0f4f7;
    --surface: #f7fcfd;
    --surface-2: #d4eef3;
    --border: #b8dce5;
    --primary: #0e7490;
    --primary-2: #155e75;
    --accent: #14b8a6;
    --accent-2: #2dd4bf;
    --accent-glow: rgba(14, 116, 144, 0.20);
    --call-shell: #111111;
    --call-fill: #14b8a6;
    --lilac: #14b8a6;
    --lilac-light: #5eead4;
    --text: #0f2a32;
    --text-soft: #3d5a66;
    --muted: #6b8a96;
    --danger: #c0392b;
    --ok: #198754;
    --radius: 18px;
    --radius-sm: 10px;
    --shadow-1: 0 12px 34px rgba(15, 42, 50, 0.08);
    --shadow-2: 0 24px 70px rgba(15, 42, 50, 0.12);
    --container: 1200px;
    --header-h: 82px;
    --transition: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
    overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .2s var(--transition); }
a:hover { color: var(--primary); }
h1, h2, h3, h4 {
    font-family: 'Bebas Neue', 'Manrope', sans-serif;
    letter-spacing: .5px;
    line-height: 1.1;
    margin: 0 0 .5em;
    color: var(--text);
    font-weight: 400;
}
h1 { font-size: clamp(2.4rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-family: 'Manrope', sans-serif; font-size: clamp(1.15rem, 1.8vw, 1.55rem); font-weight: 800; letter-spacing: 0; }
p { margin: 0 0 1em; color: var(--text-soft); }
.tt-soluk { color: var(--muted); }
.tt-vault { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.tt-orta { text-align: center; }
.tt-ust-sifir { margin-top: 0; }
.tt-alt-sifir { margin-bottom: 0; }
.tt-aralik { height: var(--header-h); }

.tt-dugme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    border: 2px solid transparent;
    font-weight: 800;
    font-size: .95rem;
    cursor: pointer;
    transition: all .25s var(--transition);
    text-decoration: none;
    line-height: 1;
    background: var(--surface-2);
    color: var(--text);
}
.tt-ates {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
    color: #fff;
    border-color: rgba(14, 116, 144, .25);
    box-shadow: 0 10px 28px rgba(14, 116, 144, .32);
}
.tt-ates:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(21, 94, 117, .38);
}
.tt-ara-dugme {
    background: var(--call-fill);
    color: #fff;
    border: 4px solid var(--call-shell);
    box-shadow: 0 6px 20px rgba(17, 17, 17, .22);
    text-shadow: none;
    animation: none;
}
.tt-ara-dugme::before,
.tt-ara-dugme::after {
    display: none;
}
.tt-ara-dugme:hover {
    color: #fff;
    background: var(--lilac-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(17, 17, 17, .28);
}
.tt-cizgi {
    background: transparent;
    border-color: var(--accent);
    color: var(--accent);
}
.tt-cizgi:hover {
    background: var(--accent);
    color: #fff;
}
.tt-sis {
    background: var(--surface);
    color: var(--text);
    border-color: var(--border);
}
.tt-sis:hover { border-color: var(--accent); color: var(--accent); }

.tt-kizilbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    height: var(--header-h);
    background: var(--bg-2);
    color: var(--text);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(31, 22, 48, .06);
    transition: box-shadow .25s var(--transition), background .25s;
}
.tt-kizilbar.tt-kaymis { background: var(--surface); box-shadow: 0 8px 28px rgba(31, 22, 48, .10); }
.tt-rota-kemer { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 24px; }
.tt-imza { display: inline-flex; align-items: center; gap: 12px; color: var(--text); flex-shrink: 0; }
.tt-imza:hover { color: var(--text); }
.tt-imza-muhur {
    width: 42px; height: 42px;
    background: var(--surface);
    color: var(--primary);
    display: grid; place-items: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 27px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 2px rgba(126, 87, 194, .15);
    border: 1px solid var(--border);
}
.tt-imza-yazi strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.92rem, 1.8vw, 1.22rem);
    letter-spacing: 0.9px;
    line-height: 1.12;
    color: var(--text);
    max-width: 17.5rem;
}
.tt-imza-yazi small {
    display: block;
    color: var(--muted);
    font-size: .7rem;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-top: 3px;
}
.tt-imza-tel {
    display: block;
    margin-top: 4px;
    color: var(--primary);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.tt-imza-tel:hover { color: var(--primary-2); }
.tt-imza-buyuk .tt-imza-muhur { width: 54px; height: 54px; font-size: 34px; }
.tt-rota { display: flex; align-items: center; gap: 22px; position: relative; }
.tt-rota ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 20px; align-items: center; }
.tt-rota li { position: relative; }
.tt-rota a {
    color: var(--text-soft);
    font-weight: 700;
    font-size: .92rem;
    position: relative;
    padding: 8px 0;
}
.tt-rota a:hover, .tt-rota a.tt-aktif { color: var(--primary); }
.tt-rota a.tt-aktif::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: var(--primary);
    border-radius: 999px;
}
.tt-rota .tt-ara-kivilcim {
    padding: 8px 16px;
    font-size: .85rem;
}
.tt-rota .tt-ara-kivilcim:hover {
    color: #fff;
    transform: translateY(-2px);
}
.tt-gizli-gecit {
    padding: 18px 0;
    margin: -18px 0;
}
.tt-gizli-gecit > a::after { content: '▾'; font-size: .68rem; margin-left: 6px; }
.tt-gizli-gecit::after {
    content: '';
    position: absolute;
    left: -18px;
    right: -18px;
    top: 100%;
    height: 18px;
}
.tt-gecit-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translate(-50%, 8px);
    min-width: 210px;
    display: grid !important;
    gap: 0 !important;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow-2);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity .2s var(--transition), transform .2s var(--transition);
}
.tt-gizli-gecit:hover .tt-gecit-panel:not(.tt-gecit-mega-panel),
.tt-gizli-gecit:focus-within .tt-gecit-panel:not(.tt-gecit-mega-panel) {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.tt-gecit-panel a {
    display: block;
    color: var(--text);
    padding: 13px 16px;
    white-space: nowrap;
}
.tt-gecit-panel a:hover { color: #fff; background: var(--primary); }
.tt-bolge-panel {
    min-width: 420px;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    padding: 10px !important;
}
.tt-bolge-satir {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 12px;
}
.tt-bolge-satir:hover {
    background: rgba(126, 87, 194,.08);
}
.tt-bolge-satir strong {
    color: var(--primary);
    font-size: .92rem;
}
.tt-bolge-satir span {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.tt-bolge-panel .tt-bolge-satir a {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--bg-2);
    color: var(--text);
    font-size: .78rem;
    font-weight: 800;
}
.tt-bolge-panel .tt-bolge-satir a:hover {
    background: var(--primary);
    color: #fff;
}
.tt-bolge-doku {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.tt-bolge-kart {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, var(--surface), var(--bg-2)),
        radial-gradient(circle at 12% 12%, rgba(126, 87, 194,.14), transparent 34%);
    border: 1px solid rgba(126, 87, 194,.18);
    border-radius: 24px;
    padding: 26px;
    box-shadow: var(--shadow-1);
}
.tt-bolge-kart h2 {
    margin-bottom: 10px;
}
.tt-bolge-kart p {
    margin-bottom: 18px;
}
.tt-bolge-linkler {
    display: grid;
    gap: 10px;
}
.tt-bolge-linkler .tt-dugme {
    width: 100%;
    text-align: center;
}
.tt-sosyal-yuva { display: none; align-items: center; gap: 10px; margin-top: 16px; }
.tt-sosyal-yuva a {
    width: 40px; height: 40px;
    border-radius: 12px;
    border: 1px solid var(--border);
    color: var(--primary);
    background: var(--surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tt-sosyal-mercek {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.tt-sosyal-cagri {
    color: rgba(255,255,255,.82);
    font-weight: 800;
    letter-spacing: .5px;
}
.tt-sosyal-mercek a {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    backdrop-filter: blur(8px);
    transition: transform .25s var(--transition), background .25s, color .25s;
}
.tt-sosyal-mercek a:hover {
    transform: translateY(-4px);
    background: var(--accent);
    color: #fff;
}
.tt-rota-tetik {
    display: none;
    background: transparent;
    border: 0;
    width: 44px; height: 44px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
}
.tt-rota-tetik span { display: block; width: 24px; height: 2px; background: var(--text); transition: transform .3s var(--transition), opacity .2s; }
.tt-rota-acik .tt-rota-tetik span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tt-rota-acik .tt-rota-tetik span:nth-child(2) { opacity: 0; }
.tt-rota-acik .tt-rota-tetik span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.tt-rota-kapat { display: none; }
body.tt-rota-acik { overflow: hidden; }

.tt-ana-sahne {
    position: relative;
    min-height: 94vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(126, 87, 194,.96) 0%, rgba(126, 87, 194,.86) 52%, rgba(106, 69, 176,.82) 100%),
        radial-gradient(700px 500px at 80% 20%, rgba(255,255,255,.22), transparent 58%);
}
.tt-ana-sahne::before {
    content: '';
    position: absolute;
    width: min(42vw, 480px);
    aspect-ratio: 1;
    right: clamp(-160px, -8vw, -60px);
    top: clamp(80px, 16vh, 170px);
    z-index: 2;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 38% 62% 48% 52%;
    background:
        radial-gradient(circle at 35% 35%, rgba(179, 157, 219,.32), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
    filter: blur(.2px);
    transform: rotate(-12deg);
    animation: tt-orbit-motif 9s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes tt-orbit-motif {
    0% { transform: translate3d(0, 0, 0) rotate(-12deg) scale(1); }
    100% { transform: translate3d(-22px, 18px, 0) rotate(8deg) scale(1.05); }
}
.tt-sahne-arka, .tt-sahne-perde { position: absolute; inset: 0; z-index: 1; }
.tt-sahne-arka { width: 100%; height: 100%; object-fit: cover; }
.tt-sahne-perde { background-size: cover; background-position: center; }
.tt-ana-sahne::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(126, 87, 194,.58), rgba(126, 87, 194,.38) 48%, rgba(106, 69, 176,.28)),
        linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.10));
    z-index: 2;
}
.tt-sahne-oz { position: relative; z-index: 3; padding: calc(var(--header-h) + 70px) 0 85px; max-width: 820px; }
.tt-kivilcim-etiket, .tt-mini-kivilcim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(126, 87, 194,.10);
    border: 1px solid rgba(126, 87, 194,.24);
    color: var(--accent);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.tt-ana-sahne .tt-kivilcim-etiket { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); color: #fff; }
.tt-dev-yazi { font-size: clamp(2.8rem, 7vw, 6rem); line-height: 1; margin-bottom: 20px; color: #fff; }
.tt-dev-yazi em { font-style: normal; color: var(--lilac-light); }
.tt-sahne-soz { font-size: clamp(1rem, 1.4vw, 1.18rem); color: rgba(255,255,255,.88); max-width: 680px; margin-bottom: 30px; }
.tt-eylem-nehri { display: flex; gap: 14px; flex-wrap: wrap; }
.tt-ana-sahne .tt-cizgi { border-color: rgba(255,255,255,.78); color: #fff; }
.tt-ana-sahne .tt-cizgi:hover { background: #fff; color: var(--primary); }
.tt-skor-kervan { display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.tt-skor-kervan .tt-skor-tas strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: #fff; line-height: 1; }
.tt-skor-kervan .tt-skor-tas span { color: rgba(255,255,255,.78); font-size: .82rem; text-transform: uppercase; letter-spacing: 1.2px; }
.tt-ses-muhur {
    position: absolute;
    top: calc(var(--header-h) + 24px);
    right: 24px;
    z-index: 4;
    width: 50px; height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.45);
    background: rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    backdrop-filter: blur(10px);
}

.tt-katman { padding: clamp(70px, 9vw, 110px) 0; position: relative; }
.tt-katman.tt-ayna { background: var(--bg-2); }
.tt-bolum-bas { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.tt-bolum-yazi { margin-bottom: 14px; }
.tt-bolum-soz { color: var(--text-soft); font-size: 1.05rem; }
.tt-vitrin-sira { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 30px; }
.tt-hikaye-kalbi { max-width: 900px; margin: 0 auto; text-align: center; color: var(--text-soft); font-size: 1.05rem; line-height: 1.85; }
.tt-hikaye-kalbi p { margin-bottom: 1.2em; }

.tt-hizmet-dokusu { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.tt-hizmet-kapsul {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 34px 28px;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    transition: transform .35s, border-color .3s, box-shadow .3s;
    color: var(--text);
    box-shadow: var(--shadow-1);
}
.tt-hizmet-kapsul::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--primary), var(--accent));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .35s var(--transition);
}
.tt-hizmet-kapsul:hover { transform: translateY(-7px); border-color: rgba(126, 87, 194,.48); color: var(--text); box-shadow: var(--shadow-2); }
.tt-hizmet-kapsul:hover::before { transform: scaleY(1); transform-origin: top; }
.tt-hizmet-nisane {
    width: 58px; height: 58px;
    border-radius: 16px;
    background: rgba(126, 87, 194,.12);
    color: var(--accent);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}
.tt-hizmet-kapsul h3 { margin-bottom: 10px; }
.tt-hizmet-kapsul p { font-size: .95rem; margin-bottom: 16px; }

.tt-ic-sahne {
    position: relative;
    padding: calc(var(--header-h) + 86px) 0 70px;
    background:
        linear-gradient(135deg, rgba(126, 87, 194,.96), rgba(126, 87, 194,.86) 56%, rgba(106, 69, 176,.82)),
        radial-gradient(600px 380px at 85% 20%, rgba(255,255,255,.22), transparent 60%);
    color: #fff;
}
.tt-ic-sahne h1, .tt-ic-sahne p { color: #fff; }
.tt-ic-sahne .tt-iz-yolu { color: rgba(255,255,255,.72); font-size: .86rem; margin-bottom: 18px; letter-spacing: 1px; }
.tt-ic-sahne .tt-iz-yolu a { color: #fff; }
.tt-ic-sahne .tt-iz-yolu .tt-ayrac { margin: 0 8px; color: var(--lilac-light); }
.tt-metin-vadi { padding: 70px 0; }
.tt-metin-vadi article, .tt-metin-kart {
    background: var(--surface);
    padding: 30px 32px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    margin-bottom: 24px;
    border-left: 5px solid var(--primary);
    line-height: 1.85;
    color: var(--text-soft);
    box-shadow: var(--shadow-1);
}
.tt-metin-vadi article p:last-child { margin-bottom: 0; }
.tt-servis-vitrin {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: clamp(24px, 4vw, 46px);
    align-items: start;
    margin-bottom: 34px;
}
.tt-servis-yazi article:last-child { margin-bottom: 0; }
.tt-servis-gorsel {
    position: sticky;
    top: calc(var(--header-h) + 22px);
    background:
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,247,239,.92)),
        radial-gradient(circle at 16% 12%, rgba(126, 87, 194,.16), transparent 34%);
    border: 1px solid rgba(126, 87, 194,.20);
    border-radius: 28px;
    padding: clamp(18px, 3vw, 26px);
    box-shadow: 0 26px 70px rgba(40, 22, 15, .13);
    overflow: hidden;
}
.tt-servis-gorsel::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    right: -60px;
    top: -60px;
    border-radius: 45% 55% 60% 40%;
    background: rgba(126, 87, 194,.12);
    pointer-events: none;
}
.tt-servis-gorsel .tt-bolum-yazi {
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    margin-bottom: 8px;
}
.tt-ozellik-dizgi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 28px 0;
}
.tt-ozellik-tas {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 20px;
    box-shadow: var(--shadow-1);
}
.tt-ozellik-tas strong { color: var(--primary); display: block; margin-bottom: 6px; }

.tt-galeri-dokusu, .tt-foto-dokusu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 18px;
}
.tt-foto-mozaik {
    grid-auto-flow: dense;
}
.tt-servis-gorsel .tt-foto-dokusu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.tt-servis-gorsel .tt-foto-kapsul {
    border-radius: 20px;
    aspect-ratio: 1 / 1;
}
.tt-servis-gorsel .tt-foto-kapsul:first-child {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
}
.tt-servis-gorsel .tt-foto-sineklik .tt-foto-kapsul:first-child {
    grid-column: auto;
    aspect-ratio: 1 / 1;
}
.tt-foto-kapsul {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--surface-2);
    box-shadow: var(--shadow-1);
    aspect-ratio: 4 / 3;
    cursor: pointer;
    transform: translateY(0) scale(1);
    opacity: 1;
    transition: transform .45s var(--transition), box-shadow .35s, border-color .35s, opacity .35s;
}
.tt-foto-kapsul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s var(--transition), filter .35s;
}
.tt-foto-kapsul:hover {
    transform: translateY(-7px) scale(1.015);
    border-color: rgba(126, 87, 194,.55);
    box-shadow: 0 26px 60px rgba(40, 22, 15, .18);
}
.tt-foto-kapsul:hover img { transform: scale(1.10); filter: saturate(1.08) contrast(1.04); }
.tt-foto-kapsul.tt-jq-parilti {
    box-shadow: 0 22px 54px rgba(126, 87, 194,.24);
}
.tt-foto-sineklik {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.tt-foto-sineklik .tt-foto-kapsul {
    aspect-ratio: 1 / 1;
    background:
        linear-gradient(145deg, var(--surface), var(--bg-2)),
        radial-gradient(circle at 50% 50%, rgba(126, 87, 194,.10), transparent 55%);
}
.tt-foto-sineklik .tt-foto-kapsul img {
    object-fit: contain;
    background: var(--surface);
    padding: 8px;
}
.tt-foto-sineklik .tt-foto-kapsul:hover img {
    transform: scale(1.045);
}
.tt-foto-kapsul span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    right: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(106, 69, 176, .88);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    backdrop-filter: blur(8px);
}
.tt-foto-golge {
    display: grid;
    place-items: center;
    cursor: default;
    background:
        linear-gradient(135deg, rgba(126, 87, 194,.08), rgba(179, 157, 219,.12)),
        repeating-linear-gradient(45deg, rgba(126, 87, 194,.06) 0 12px, rgba(126, 87, 194,.07) 12px 24px);
}
.tt-foto-golge::before {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px dashed rgba(126, 87, 194,.32);
    border-radius: 14px;
}
.tt-golge-muhur {
    color: var(--primary);
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.72);
    box-shadow: var(--shadow-1);
}
.tt-bos-vaha {
    background: var(--bg-2);
    border: 1px dashed var(--border);
    border-radius: var(--radius);
    padding: 30px;
    color: var(--muted);
    text-align: center;
}
.tt-sinema-kat {
    background:
        linear-gradient(180deg, #2d1f4a, #3d2d5c),
        radial-gradient(circle at 20% 20%, rgba(126, 87, 194,.20), transparent 35%);
    color: #fff;
}
.tt-sinema-kat .tt-bolum-yazi,
.tt-sinema-kat .tt-bolum-soz {
    color: #fff;
}
.tt-foto-sinema {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.tt-foto-sinema .tt-foto-kapsul {
    aspect-ratio: 16 / 10;
    background: #050505;
    border-color: rgba(255,255,255,.14);
    padding: 10px;
}
.tt-foto-sinema .tt-foto-kapsul img {
    object-fit: contain;
    border-radius: 12px;
    background: #050505;
}
.tt-foto-sinema .tt-foto-kapsul span {
    background: rgba(126, 87, 194,.90);
}
.tt-filtre-kusagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: -20px 0 34px;
}
.tt-filtre-muhur {
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 800;
    cursor: pointer;
}
.tt-filtre-muhur.tt-aktif, .tt-filtre-muhur:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.tt-foto-sahne {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(10, 15, 22, .92);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 26px 76px;
    opacity: 0;
    transition: opacity .25s;
}
.tt-foto-sahne.tt-aktif { display: flex; opacity: 1; }
.tt-foto-sahne img {
    max-width: min(1120px, 100%);
    max-height: 86vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius);
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
    background: var(--surface);
}
.tt-foto-yon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px; height: 64px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: var(--primary);
    font-size: 42px;
    cursor: pointer;
}
.tt-foto-yon.tt-onceki { left: 18px; }
.tt-foto-yon.tt-sonraki { right: 18px; }

.tt-video-dokusu { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 24px; }
.tt-video-kapsul {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: transform .35s var(--transition), border-color .25s, box-shadow .35s;
    position: relative;
    box-shadow: var(--shadow-1);
}
.tt-video-kapsul:hover { transform: translateY(-6px); border-color: rgba(126, 87, 194,.48); box-shadow: var(--shadow-2); }
.tt-video-perde {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    background: #111;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}
.tt-video-perde img,
.tt-video-mini {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--transition), filter .35s;
}
.tt-video-kapsul:hover .tt-video-perde img,
.tt-video-kapsul:hover .tt-video-mini {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}
.tt-oynat-muhur { position: absolute; inset: 0; display: grid; place-items: center; transition: transform .3s var(--transition); }
.tt-video-kapsul:hover .tt-oynat-muhur { transform: scale(1.1); }
.tt-video-saat {
    position: absolute;
    bottom: 12px; right: 12px;
    background: rgba(0,0,0,.72);
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: .8rem;
    font-weight: 700;
}
.tt-video-govde { padding: 18px 20px 22px; }
.tt-video-ad { font-size: 1.05rem; margin: 0 0 8px; }
.tt-video-not { color: var(--muted); font-size: .9rem; margin: 0 0 12px; line-height: 1.55; }
.tt-video-rozetler { display: flex; flex-wrap: wrap; gap: 6px; }
.tt-rozet {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    background: rgba(126, 87, 194,.12);
    color: var(--accent);
    border: 1px solid rgba(126, 87, 194,.22);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.tt-video-golge .tt-video-perde {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 50%, rgba(179, 157, 219,.22), transparent 40%),
        linear-gradient(135deg, rgba(126, 87, 194,.13), rgba(126, 87, 194,.14));
    cursor: default;
}
.tt-video-golge .tt-golge-muhur {
    color: #fff;
    background: var(--primary);
    box-shadow: 0 18px 34px rgba(126, 87, 194,.26);
}

.tt-video-sahne {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(3, 3, 4, .96);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(8px, 1.5vw, 18px);
    opacity: 0;
    transition: opacity .25s;
}
.tt-video-sahne.tt-aktif { display: flex; opacity: 1; }
.tt-video-cember {
    width: min(98vw, calc(98vh * 16 / 9));
    height: min(98vh, calc(98vw * 9 / 16));
    max-width: none;
    aspect-ratio: auto;
    background: #000;
    border-radius: clamp(8px, 1.2vw, 18px);
    overflow: hidden;
    box-shadow:
        0 30px 90px rgba(0,0,0,.65),
        0 0 0 1px rgba(255,255,255,.10),
        0 0 70px rgba(126, 87, 194,.18);
    transform: translateY(16px) scale(.96);
    opacity: 0;
    transition: transform .35s var(--transition), opacity .35s var(--transition);
}
.tt-video-sahne.tt-aktif .tt-video-cember {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.tt-video-cember video { width: 100%; height: 100%; background: #000; object-fit: cover; }
.tt-sahne-kilit {
    position: absolute;
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    width: 48px; height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--surface);
    color: var(--primary);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transition: transform .25s, background .25s;
    z-index: 10000;
    box-shadow: 0 12px 34px rgba(0,0,0,.32);
}
.tt-sahne-kilit:hover { background: var(--accent-2); color: #fff; transform: rotate(90deg); }

.tt-cagri-sancak {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 58%, var(--accent) 100%);
    color: #fff;
    padding: 46px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 26px;
    box-shadow: 0 30px 60px -24px rgba(126, 87, 194,.48);
}
.tt-cagri-sancak h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.7rem, 3vw, 2.5rem); color: #fff; letter-spacing: 1.5px; margin: 0 0 6px; }
.tt-cagri-sancak p { color: rgba(255,255,255,.82); margin: 0; font-weight: 600; }
.tt-cagri-sancak .tt-dugme {
    background: var(--surface);
    color: var(--primary);
    padding: 16px 30px;
    box-shadow: 0 8px 24px rgba(31, 22, 48, .12);
}
.tt-cagri-sancak .tt-dugme:hover {
    color: #fff;
    background: var(--primary);
    transform: translateY(-3px);
}

.tt-iletisim-doku { display: grid; grid-template-columns: 1fr 1.4fr; gap: 30px; margin-top: 30px; }
.tt-iletisim-kapsul {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow-1);
}
.tt-iletisim-kapsul h3 { color: var(--primary); }
.tt-iletisim-kapsul ul { list-style: none; padding: 0; margin: 16px 0 0; }
.tt-iletisim-kapsul li {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    color: var(--text-soft);
    display: flex;
    align-items: center;
    gap: 12px;
}
.tt-iletisim-kapsul li:last-child { border-bottom: 0; }
.tt-iletisim-kapsul li strong { display: block; color: var(--text); font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; }
.tt-harita-kapsul { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); min-height: 380px; box-shadow: var(--shadow-1); }
.tt-harita-kapsul iframe { width: 100%; height: 100%; border: 0; display: block; min-height: 380px; }

.tt-dip-sahne {
    background: var(--bg-2);
    color: var(--text);
    padding: 72px 0 24px;
    margin-top: 60px;
    border-top: 1px solid var(--border);
}
.tt-dip-doku { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 46px; }
.tt-dip-sahne p, .tt-dip-sahne .tt-soluk { color: var(--text-soft); }
.tt-dip-kule h4 { font-size: 1rem; color: var(--text); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 18px; font-family: 'Manrope', sans-serif; font-weight: 900; }
.tt-dip-izler { list-style: none; margin: 0; padding: 0; }
.tt-dip-izler li { margin-bottom: 10px; }
.tt-dip-izler a { color: var(--text-soft); font-size: .92rem; display: inline-flex; align-items: center; gap: 8px; }
.tt-dip-izler a:hover { color: var(--primary); }
.tt-dip-imza { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; color: var(--muted); font-size: .82rem; flex-wrap: wrap; gap: 8px; }
.tt-dip-sahne .tt-imza { color: var(--text); }
.tt-dip-sahne .tt-imza-yazi strong { color: var(--text); }
.tt-dip-sahne .tt-imza-yazi small { color: var(--muted); }
.tt-dip-imza a { color: var(--primary); }

.tt-whatsapp-kanat {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    width: 60px; height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 30px rgba(37,211,102,.36);
    transition: transform .25s, box-shadow .25s;
    animation: pulse-wa 2.5s infinite;
}
.tt-whatsapp-kanat:hover { transform: scale(1.08); color: #fff; }
@keyframes pulse-wa {
    0% { box-shadow: 0 12px 30px rgba(37,211,102,.36), 0 0 0 0 rgba(37,211,102,.48); }
    70% { box-shadow: 0 12px 30px rgba(37,211,102,.36), 0 0 0 18px rgba(37,211,102,0); }
    100% { box-shadow: 0 12px 30px rgba(37,211,102,.36), 0 0 0 0 rgba(37,211,102,0); }
}
.tt-mobil-cagri {
    display: none;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 89;
    background: var(--call-shell);
    color: #fff;
    text-align: center;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    font-weight: 900;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 1rem;
    box-shadow: 0 -10px 32px rgba(17, 17, 17, .35);
}
.tt-mobil-cagri-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: linear-gradient(110deg, #0e7490 0%, #14b8a6 45%, #2dd4bf 100%);
    border-radius: 999px;
    padding: 14px 18px;
    border: 3px solid #fff;
    box-shadow:
        0 0 0 0 rgba(20, 184, 166, .55),
        0 10px 28px rgba(14, 116, 144, .45);
    animation: mobil-ara-pulse 1.6s ease-in-out infinite;
}
.tt-mobil-cagri-inner::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -50%;
    width: 40%;
    height: 180%;
    background: linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent);
    transform: rotate(18deg);
    animation: mobil-ara-shine 2.2s ease-in-out infinite;
    pointer-events: none;
}
.tt-mobil-cagri-inner::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    border: 2px solid rgba(255,255,255,.65);
    animation: mobil-ara-ring 1.6s ease-out infinite;
    pointer-events: none;
}
.tt-mobil-cagri:hover { color: #fff; }
.tt-mobil-cagri:hover .tt-mobil-cagri-inner {
    transform: scale(1.02);
}
@keyframes mobil-ara-pulse {
    0%, 100% {
        box-shadow:
            0 0 0 0 rgba(20, 184, 166, .55),
            0 10px 28px rgba(14, 116, 144, .45);
    }
    50% {
        box-shadow:
            0 0 0 14px rgba(20, 184, 166, 0),
            0 14px 36px rgba(14, 116, 144, .55);
    }
}
@keyframes mobil-ara-shine {
    0% { left: -55%; opacity: 0; }
    25% { opacity: 1; }
    55% { left: 120%; opacity: 1; }
    100% { left: 130%; opacity: 0; }
}
@keyframes mobil-ara-ring {
    0% { transform: scale(.98); opacity: .75; }
    100% { transform: scale(1.18); opacity: 0; }
}

.tt-rota-marka { display: none; }

.tt-anons-kule { padding-top: calc(var(--header-h) + 12px); position: relative; z-index: 50; }
.tt-anons { padding: 12px 18px; border-radius: var(--radius-sm); margin-bottom: 8px; border-left: 4px solid var(--accent); background: var(--surface); box-shadow: var(--shadow-1); }
.tt-anons-tamam { border-left-color: var(--ok); }
.tt-anons-hata { border-left-color: var(--danger); color: var(--danger); }

.tt-yonetim-govde { background: var(--bg-2); min-height: 100vh; color: var(--text); }
.tt-yonetim-kabuk { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.tt-yonetim-yan { background: var(--primary-2); border-right: 1px solid rgba(255,255,255,.12); padding: 24px 18px; color: #fff; }
.tt-yonetim-yan .tt-imza-muhur { width: 40px; height: 40px; font-size: 24px; }
.tt-yonetim-yan .tt-imza-yazi strong { font-size: 1.1rem; }
.tt-yonetim-yan ul { list-style: none; padding: 0; margin: 30px 0 0; }
.tt-yonetim-yan li a { display: block; padding: 12px 14px; color: rgba(255,255,255,.8); border-radius: 8px; margin-bottom: 6px; font-size: .92rem; }
.tt-yonetim-yan li a.tt-aktif, .tt-yonetim-yan li a:hover { background: rgba(255,255,255,.12); color: #fff; }
.tt-yonetim-ana { padding: 32px 36px; max-width: 1100px; width: 100%; }
.tt-yonetim-kart { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; margin-bottom: 24px; box-shadow: var(--shadow-1); }
.tt-yonetim-kart h2 { margin-top: 0; color: var(--primary); }
.tt-yonetim-form .field { margin-bottom: 18px; }
.tt-yonetim-form label { display: block; margin-bottom: 8px; font-weight: 800; color: var(--text); font-size: .9rem; }
.tt-yonetim-form input[type=text], .tt-yonetim-form input[type=password], .tt-yonetim-form input[type=number], .tt-yonetim-form input[type=file], .tt-yonetim-form select, .tt-yonetim-form textarea {
    width: 100%;
    padding: 12px 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
}
.tt-yonetim-form textarea { resize: vertical; min-height: 120px; }
.tt-yonetim-form input:focus, .tt-yonetim-form textarea:focus, .tt-yonetim-form select:focus { outline: 2px solid rgba(126, 87, 194,.22); border-color: var(--accent); }
.tt-yonetim-form .checkbox { display: flex; align-items: center; gap: 8px; }
.tt-yonetim-form .checkbox input { width: 18px; height: 18px; }
.tt-yonetim-tablo { width: 100%; border-collapse: collapse; margin-top: 14px; }
.tt-yonetim-tablo th, .tt-yonetim-tablo td { padding: 12px; border-bottom: 1px solid var(--border); text-align: left; font-size: .92rem; }
.tt-yonetim-tablo th { color: var(--primary); text-transform: uppercase; letter-spacing: 1px; font-size: .78rem; font-weight: 900; }
.tt-yonetim-tablo tr:hover td { background: var(--bg-2); }
.tt-yonetim-tablo img.tt-kapak { width: 90px; height: 56px; object-fit: cover; border-radius: 6px; border: 1px solid var(--border); }
.tt-kapak-onizleme {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 16/9;
    background: var(--surface-2);
    border: 1px dashed var(--border);
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: var(--muted);
    margin-top: 10px;
    background-size: cover;
    background-position: center;
}
.tt-yukleme-izi { height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; margin-top: 10px; display: none; }
.tt-yukleme-izi.tt-aktif { display: block; }
.tt-yukleme-izi > div { height: 100%; background: var(--accent); width: 0%; transition: width .2s; }
.tt-giris-sahne {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    padding: 30px;
}
.tt-giris-kart { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; width: 100%; max-width: 400px; box-shadow: var(--shadow-2); }
.tt-giris-kart h1 { margin: 0 0 6px; color: var(--primary); text-align: center; }
.tt-giris-kart p { text-align: center; color: var(--muted); margin-bottom: 24px; }

@media (max-width: 980px) {
    .tt-imza-yazi strong { max-width: 11.2rem; font-size: 0.9rem; }
    .tt-imza-tel { font-size: .76rem; }
    .tt-imza-muhur { width: 38px; height: 38px; font-size: 24px; }
    .tt-rota-tetik { display: flex; }
    .tt-rota {
        position: fixed;
        inset: 0;
        height: 100dvh;
        background: var(--bg);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
        padding: calc(76px + env(safe-area-inset-top)) 24px calc(110px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        transform: translateY(-110%);
        opacity: 0;
        pointer-events: none;
        transition: transform .35s var(--transition), opacity .25s;
        z-index: 110;
    }
    .tt-rota-kapat {
        display: inline-flex;
        position: absolute;
        top: max(8px, env(safe-area-inset-top));
        right: max(8px, env(safe-area-inset-right));
        width: 42px; height: 42px;
        border-radius: 12px;
        border: 1px solid var(--border);
        background: var(--surface);
        color: var(--text);
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .tt-rota-kapat span { position: absolute; width: 18px; height: 2px; background: currentColor; border-radius: 2px; top: 50%; left: 50%; transform-origin: center; }
    .tt-rota-kapat span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
    .tt-rota-kapat span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
    .tt-rota-marka {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: min(430px, 100%);
        margin: 8px 0 18px;
        padding: 22px 18px 20px;
        border-radius: 18px;
        background:
            linear-gradient(160deg, rgba(14, 116, 144, .12), rgba(20, 184, 166, .08)),
            var(--surface);
        border: 1px solid var(--border);
        box-shadow: var(--shadow-1);
    }
    .tt-rota-marka strong {
        display: block;
        font-family: 'Bebas Neue', sans-serif;
        font-size: clamp(1.55rem, 5.5vw, 2rem);
        letter-spacing: 1.2px;
        line-height: 1.1;
        color: var(--primary);
        font-weight: 400;
    }
    .tt-rota-slogan {
        margin: 10px 0 14px;
        color: var(--text-soft);
        font-size: .95rem;
        font-weight: 600;
        line-height: 1.45;
        max-width: 280px;
    }
    .tt-rota-tel {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--primary), var(--accent));
        color: #fff !important;
        font-weight: 800;
        font-size: 1rem;
        letter-spacing: .3px;
        border: 2px solid var(--call-shell);
        box-shadow: 0 8px 22px rgba(14, 116, 144, .28);
    }
    .tt-rota-tel:hover {
        color: #fff !important;
        transform: translateY(-1px);
    }
    .tt-rota ul { flex-direction: column; gap: 0; width: min(430px, 100%); flex: 0 0 auto; }
    .tt-rota ul a { display: block; padding: 14px 16px; font-size: 1.08rem; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); margin-bottom: 10px; text-align: center; color: var(--text); }
    .tt-gizli-gecit { padding: 0; margin: 0; width: 100%; }
    .tt-gizli-gecit::after { display: none; }
    .tt-gizli-gecit > a::after {
        display: inline-block;
        transition: transform .22s var(--transition);
    }
    .tt-gizli-gecit.tt-gecit-acik > a::after {
        transform: rotate(180deg);
    }
    .tt-gizli-gecit .tt-gecit-panel {
        display: none !important;
        position: relative !important;
        left: 50% !important;
        right: auto;
        top: auto;
        transform: translateX(-50%) !important;
        opacity: 0;
        pointer-events: none;
        min-width: 0;
        width: calc(100vw - 48px) !important;
        max-width: 360px;
        box-sizing: border-box;
        background: transparent;
        border: 0;
        box-shadow: none;
        margin: 0 !important;
        padding: 0 !important;
        max-height: 0 !important;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: opacity .22s var(--transition), margin .22s;
    }
    .tt-gizli-gecit.tt-gecit-acik .tt-gecit-panel {
        display: grid !important;
        opacity: 1;
        pointer-events: auto;
        height: auto;
        max-height: min(70vh, 520px);
        margin: 4px 0 10px !important;
        padding: 0 !important;
        overflow-y: auto;
        visibility: visible;
    }
    .tt-gizli-gecit:hover:not(.tt-gecit-acik) .tt-gecit-panel,
    .tt-gizli-gecit:focus-within:not(.tt-gecit-acik) .tt-gecit-panel {
        display: none !important;
        opacity: 0;
        pointer-events: none;
        max-height: 0 !important;
        height: 0;
        margin: 0 !important;
        padding: 0 !important;
        visibility: hidden;
        transform: translateX(-50%) !important;
    }
    .tt-gecit-panel:not(.tt-bolge-panel) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px !important;
    }
    .tt-gecit-panel:not(.tt-bolge-panel) li {
        width: 100%;
    }
    .tt-gecit-panel:not(.tt-bolge-panel) a {
        width: 100%;
        white-space: normal;
        margin: 0;
        box-sizing: border-box;
    }
    .tt-gecit-panel a {
        color: var(--text) !important;
        background: var(--surface-2) !important;
        padding: 10px 10px !important;
        font-size: .92rem !important;
        border: 1px solid var(--border) !important;
    }
    .tt-gecit-panel a:visited,
    .tt-gecit-panel a:link,
    .tt-gecit-panel a:hover,
    .tt-gecit-panel a:active,
    .tt-gecit-panel a.tt-aktif,
    .tt-gecit-panel a.tt-aktif:visited {
        color: var(--text) !important;
    }
    .tt-gecit-panel a:hover,
    .tt-gecit-panel a.tt-aktif {
        background: rgba(126, 87, 194, .18) !important;
        color: var(--primary) !important;
        border-color: rgba(126, 87, 194, .35) !important;
    }
    .tt-gecit-grup-bas,
    .tt-gecit-grup-bas:visited,
    .tt-gecit-grup-bas:link,
    .tt-gecit-grup-bas:hover,
    .tt-gecit-grup-bas:active {
        color: var(--primary) !important;
        background: var(--surface) !important;
        font-weight: 700;
    }
    .tt-rota a:visited,
    .tt-rota a:link {
        color: var(--text);
    }
    .tt-rota > ul > li > a:visited,
    .tt-rota > ul > li > a:link {
        color: var(--text);
    }
    .tt-rota > ul > li > a.tt-aktif:visited,
    .tt-rota > ul > li > a.tt-aktif {
        color: var(--primary);
        background: rgba(126, 87, 194, .12);
        border-color: rgba(126, 87, 194, .28);
    }
    .tt-gizli-gecit.tt-gecit-acik .tt-gecit-mega-panel {
        max-height: none;
        overflow: visible;
        padding: 6px 0 !important;
        grid-template-columns: 1fr;
        gap: 6px !important;
    }
    .tt-bolge-panel {
        min-width: 100%;
        max-height: none;
        padding: 0 !important;
    }
    .tt-bolge-satir {
        display: block;
        padding: 0;
        margin-bottom: 8px;
    }
    .tt-bolge-satir strong {
        display: block;
        color: var(--primary);
        text-align: center;
        margin: 6px 0 8px;
    }
    .tt-bolge-satir span {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .tt-bolge-panel .tt-bolge-satir a {
        margin: 0;
        padding: 10px 8px !important;
        font-size: .82rem !important;
        border-radius: 10px;
        background: var(--surface-2) !important;
        color: var(--text) !important;
        border: 1px solid var(--border) !important;
    }
    .tt-sosyal-yuva { display: flex; justify-content: center; }
    .tt-ara-kivilcim { margin-top: 2px; justify-content: center; padding: 14px 20px; font-size: 1rem; flex: 0 0 auto; }
    .tt-rota-acik .tt-rota { transform: translateY(0); opacity: 1; pointer-events: auto; }
}
@media (max-width: 820px) {
    .tt-dip-doku { grid-template-columns: 1fr 1fr; gap: 30px; }
    .tt-iletisim-doku { grid-template-columns: 1fr; }
    .tt-servis-vitrin {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .tt-servis-gorsel {
        position: relative;
        top: auto;
        width: 100%;
        margin-top: -18px;
    }
    .tt-yonetim-kabuk { grid-template-columns: 1fr; }
    .tt-yonetim-yan { position: sticky; top: 0; z-index: 30; padding: 14px; border-right: 0; }
    .tt-yonetim-yan ul { display: flex; gap: 6px; overflow-x: auto; margin-top: 12px; }
    .tt-yonetim-yan li a { white-space: nowrap; padding: 8px 12px; }
}
@media (max-width: 720px) {
    .tt-mobil-cagri { display: flex; }
    .tt-whatsapp-kanat { bottom: 78px; }
    body { padding-bottom: 60px; }
    .tt-foto-sahne { padding: 24px 16px; }
    .tt-foto-yon { width: 42px; height: 52px; font-size: 34px; background: rgba(255,255,255,.82); }
}
@media (max-width: 560px) {
    .tt-vault { padding: 0 18px; }
    .tt-skor-kervan { gap: 18px; }
    .tt-cagri-sancak { padding: 32px 24px; }
    .tt-dip-doku { grid-template-columns: 1fr; }
    .tt-metin-vadi article, .tt-metin-kart { padding: 24px 22px; }
    .tt-servis-gorsel {
        padding: 18px;
        border-radius: 22px;
    }
    .tt-servis-gorsel .tt-foto-dokusu {
        gap: 10px;
    }
    .tt-foto-sinema {
        grid-template-columns: 1fr;
    }
}

/* === Hero Slider === */
.tt-hero-slider {
    position: relative;
    min-height: clamp(520px, 82vh, 760px);
    overflow: hidden;
    background: #0a0a0a;
}
.tt-hero-slides { position: relative; min-height: inherit; }
.tt-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s ease;
}
.tt-hero-slide.tt-aktif {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}
.tt-hero-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    transition: transform 8s ease;
}
.tt-hero-slide.tt-aktif .tt-hero-slide-bg { transform: scale(1); }
.tt-hero-slide-perde {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.55) 55%, rgba(8,8,8,.35) 100%);
}
.tt-hero-slide-oz {
    position: relative;
    z-index: 2;
    min-height: clamp(520px, 82vh, 760px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 80px;
}
.tt-hero-nav {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
}
.tt-hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.55);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s;
}
.tt-hero-dot.tt-aktif {
    background: var(--primary);
    border-color: var(--primary);
    transform: scale(1.15);
}

/* === Mega Menu === */
.tt-gecit-mega-panel {
    min-width: min(92vw, 680px);
    max-height: min(78vh, 560px);
    overflow-y: auto;
    padding: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
}
.tt-gecit-grup { list-style: none; margin: 0; padding: 0; }
.tt-gecit-grup-bas {
    display: block;
    font-weight: 700;
    font-size: .88rem;
    color: var(--primary) !important;
    padding: 10px 12px 6px !important;
    background: transparent !important;
}
.tt-gecit-grup-bas:hover { color: var(--primary-2) !important; background: rgba(14, 116, 144, .08) !important; }
.tt-gecit-alt {
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
}
.tt-gecit-alt li { margin: 0; }
.tt-gecit-alt a {
    font-size: .84rem !important;
    padding: 8px 12px 8px 18px !important;
    white-space: normal !important;
    line-height: 1.35;
}

@media (min-width: 981px) {
    .tt-kizilbar,
    .tt-rota-kemer,
    .tt-rota,
    .tt-rota > ul {
        overflow: visible;
    }

    .tt-rota-marka { display: none; }

    .tt-gizli-gecit {
        padding: 0;
        margin: 0;
    }

    .tt-gizli-gecit.tt-gecit-mega {
        position: relative;
    }

    .tt-gizli-gecit.tt-gecit-mega > .tt-gecit-tetik {
        display: inline-flex;
        align-items: center;
        padding: 14px 4px;
    }

    .tt-gecit-mega .tt-gecit-mega-panel {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        right: auto;
        width: min(720px, calc(100vw - 48px));
        min-width: 560px;
        max-height: min(72vh, 640px);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 14px !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px 14px !important;
        align-content: start;
        border-radius: 16px;
        background: var(--surface);
        border: 1px solid var(--border);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition:
            opacity .18s ease,
            transform .18s ease,
            visibility 0s linear .18s;
        z-index: 130;
        box-shadow: 0 22px 54px rgba(15, 42, 50, .16);
    }

    /* Fare boşluğunu kapatan görünmez köprü */
    .tt-gecit-mega .tt-gecit-mega-panel::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -18px;
        height: 18px;
    }

    .tt-gizli-gecit.tt-gecit-mega:hover .tt-gecit-mega-panel,
    .tt-gizli-gecit.tt-gecit-mega:focus-within .tt-gecit-mega-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition:
            opacity .2s ease,
            transform .2s ease,
            visibility 0s linear 0s;
    }

    .tt-gecit-mega .tt-gecit-grup {
        min-width: 0;
        padding: 12px 12px 10px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: var(--bg);
        display: flex;
        flex-direction: column;
    }

    .tt-gecit-mega .tt-gecit-grup:last-child {
        border-right: 1px solid var(--border);
    }

    .tt-gecit-mega .tt-gecit-grup-bas {
        font-size: .74rem !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: var(--primary) !important;
        background: transparent !important;
        padding: 0 0 8px !important;
        margin: 0 0 6px !important;
        border-bottom: 1px solid var(--border);
        border-radius: 0;
        white-space: normal !important;
        line-height: 1.3;
    }

    .tt-gecit-mega .tt-gecit-grup-bas:hover {
        color: var(--primary-2) !important;
        background: transparent !important;
    }

    .tt-gecit-mega .tt-gecit-alt {
        padding: 0 !important;
        flex: 1;
    }

    .tt-gecit-mega .tt-gecit-alt a {
        display: block;
        padding: 7px 8px !important;
        margin-bottom: 2px;
        font-size: .82rem !important;
        font-weight: 600;
        color: var(--text-soft) !important;
        border-radius: 8px;
        white-space: normal !important;
        line-height: 1.35;
        transition: background .15s var(--transition), color .15s var(--transition);
    }

    .tt-gecit-mega .tt-gecit-alt a:hover {
        background: rgba(14, 116, 144, .12) !important;
        color: var(--primary) !important;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {
    .tt-gecit-mega .tt-gecit-mega-panel {
        width: min(640px, calc(100vw - 40px));
        min-width: 480px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px !important;
        padding: 12px !important;
    }
}

/* === Hizmet Thumb === */
.tt-hizmet-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.tt-hizmet-nisane {
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 16/10;
    background: rgba(255,255,255,.06);
}
.tt-hizmet-nisane img.tt-hizmet-thumb { display: block; }
.tt-ozellik-dort {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 980px) {
    .tt-gecit-mega-panel {
        min-width: 100%;
        grid-template-columns: 1fr;
    }
    .tt-ozellik-dort { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .tt-ozellik-dort { grid-template-columns: 1fr; }
    .tt-hero-slide-oz { padding-top: 100px; }
}
