/* =============================================
   ARITMA TEKNOLOJİLERİ - ANA STİL
   Enterprise Tasarım | Mobil Uyumlu | SEO Odaklı
   ============================================= */

/* Inter Font - Yerel */
@font-face {
    font-family: 'Inter';
    src: url('../yazitipi/inter/inter-latin-ext.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    src: url('../yazitipi/inter/inter-variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --ana: #0a5c7f;
    --ana-koyu: #084a66;
    --ana-acik: #e8f4f8;
    --vurgu: #27ae60;
    --vurgu-koyu: #219a52;
    --turuncu: #e67e22;
    --koyu: #2c3e50;
    --koyu-2: #1a252f;
    --gri-1: #f8fffe;
    --gri-2: #e9ecef;
    --gri-3: #dee2e6;
    --gri-4: #adb5bd;
    --gri-5: #6c757d;
    --beyaz: #ffffff;
    --golge: 0 4px 20px rgba(0,0,0,0.08);
    --golge-hover: 0 8px 30px rgba(0,0,0,0.15);
    --radius: 12px;
    --gecis: all 0.3s ease;
}

/* overflow-x: clip — sticky position'i kirmaz (overflow:hidden kirardi).
   Modern tum tarayicilar destekler (Chrome 90+, Firefox 81+, Safari 16+). */
html { scroll-behavior: smooth; font-size: 16px; overflow-x: clip; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--koyu);
    background: var(--gri-1);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

body.rtl { direction: rtl; }

.kapsayici {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ana); text-decoration: none; transition: var(--gecis); }
a:hover { color: var(--ana-koyu); }

/* =============================================
   ÜST BAR
   ============================================= */
.ust-bar {
    position: relative;
    background: var(--koyu-2);
    color: rgba(255,255,255,0.8);
    font-size: 12.5px;
    padding: 9px 0;
    letter-spacing: 0.1px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.ust-bar .kapsayici {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ust-bar-sol { display: flex; gap: 20px; align-items: center; }
.ust-bar-sol a, .ub-iletisim {
    color: rgba(255,255,255,0.75);
    transition: color 0.2s ease;
    text-decoration: none;
    font-weight: 500;
}
.ust-bar-sol a:hover { color: var(--beyaz); }
.ust-bar-sol i { margin-right: 6px; font-size: 11px; opacity: 0.85; }

/* Canlı destek durumu */
.ub-durum {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 600;
    padding: 3px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}
.ub-durum-nokta {
    width: 7px; height: 7px; border-radius: 50%;
    position: relative;
}
.ub-durum.aktif { color: #4ade80; }
.ub-durum.aktif .ub-durum-nokta {
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.6);
    animation: ubDurumNabiz 2s ease-out infinite;
}
.ub-durum.pasif { color: rgba(251,191,36,0.95); }
.ub-durum.pasif .ub-durum-nokta { background: #f59e0b; }
@keyframes ubDurumNabiz {
    0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); }
    70%  { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

/* Mesai saatleri (sağ tarafta) */
.ub-mesai {
    display: inline-flex; align-items: center; gap: 6px;
    color: rgba(255,255,255,0.55);
    font-size: 11.5px;
    font-weight: 500;
    padding-right: 14px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.ub-mesai i { font-size: 11px; opacity: 0.8; }

@media (max-width: 992px) {
    .ub-mesai, .ub-eposta { display: none; }
}

.ust-bar-sag { display: flex; align-items: center; gap: 16px; }

.sosyal-linkler { display: flex; gap: 10px; }
.sosyal-linkler a {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    transition: var(--gecis);
}
.sosyal-linkler a:hover { color: var(--beyaz); }

.ust-bar-blog {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 16px;
    transition: var(--gecis);
    display: inline-flex; align-items: center; gap: 6px;
}
.ust-bar-blog:hover { color: #ffffff; opacity: 0.85; }
.ust-bar-blog i { font-size: 11px; color: #ffffff; }

.dil-secici { display: flex; gap: 6px; border-left: 1px solid rgba(255,255,255,0.2); padding-left: 16px; }
.dil-secici a {
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    transition: var(--gecis);
}
.dil-secici a:hover, .dil-secici a.aktif {
    background: var(--ana);
    color: var(--beyaz);
}

/* Dil Dropdown - Mega Panel (kategorize edilmis, SVG bayrak destekli) */
.dil-dropdown {
    position: relative;
    margin-left: 12px;
    padding-left: 14px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.dil-dropdown-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;
    cursor: pointer;
    transition: var(--gecis);
}
.dil-dropdown-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}
.dil-dropdown-btn .dd-bayrak { font-size: 14px; line-height: 1; }
.dil-dropdown-btn .dd-bayrak-img {
    width: 18px; height: 13px;
    border-radius: 2px;
    object-fit: cover;
    display: block;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.15);
}
.dil-dropdown-btn .dd-ok { font-size: 9px; transition: transform 0.2s; opacity: 0.7; }
.dil-dropdown.acik .dil-dropdown-btn { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.4); color: #fff; }
.dil-dropdown.acik .dd-ok { transform: rotate(180deg); }

/* Mega Panel - Kurumsal Sade Tasarim */
.dil-dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 460px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(10,30,60,0.14), 0 2px 8px rgba(10,30,60,0.05);
    border: 1px solid #e2e8f0;
    padding: 0;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    overflow: hidden;
}
.dil-dropdown.acik .dil-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Panel baslik - sade beyaz, sade font, ince border */
.ddp-baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.2px;
}
.ddp-baslik-sayi {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* Otomatik sutun grid (2 veya 3 sutun, dengeli dagilim) */
.ddp-grid {
    display: grid;
    gap: 4px;
    padding: 12px;
    background: #fafbfc;
}
.ddp-grid[data-sutun-sayisi="1"] { grid-template-columns: 1fr; }
.ddp-grid[data-sutun-sayisi="2"] { grid-template-columns: repeat(2, 1fr); }
.ddp-grid[data-sutun-sayisi="3"] { grid-template-columns: repeat(3, 1fr); }

/* Dil ogesi - kurumsal, sade, hover'da hafif vurgu */
.ddp-oge {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #1e293b;
    font-size: 13px;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.15s;
}
.ddp-oge:hover {
    background: #fff;
    border-color: #0a5c7f;
    box-shadow: 0 2px 8px rgba(10,92,127,0.08);
}
.ddp-oge.aktif {
    background: rgba(10,92,127,0.06);
    border-color: #0a5c7f;
    color: #0a5c7f;
    font-weight: 600;
}
.ddp-bayrak-img {
    width: 24px; height: 17px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
    flex-shrink: 0;
    display: block;
}
.ddp-bayrak {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}
.ddp-bayrak-bos {
    font-size: 10px;
    background: #f1f5f9;
    color: #64748b;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 700;
    height: 17px;
    line-height: 13px;
}
.ddp-ad {
    flex: 1;
    font-weight: 500;
}
.ddp-oge.aktif .ddp-ad { font-weight: 600; }
.ddp-kod {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 6px;
    background: #f1f5f9;
    border-radius: 4px;
}
.ddp-oge.aktif .ddp-kod {
    color: #0a5c7f;
    background: rgba(10,92,127,0.1);
}
.ddp-check {
    font-size: 10px;
    color: #16a34a;
}

/* Mobil */
@media (max-width: 768px) {
    .dil-dropdown { margin-left: 6px; padding-left: 8px; }
    .dil-dropdown-btn { padding: 4px 8px; font-size: 11px; }
    /* Panel ekrana yerleşsin: button'a göre değil, viewport sağ kenarına göre */
    .dil-dropdown-panel {
        position: fixed;
        top: 60px;
        right: 12px;
        left: auto;
        min-width: 0;
        width: calc(100vw - 24px);
        max-width: 360px;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    .ddp-grid[data-sutun-sayisi="2"],
    .ddp-grid[data-sutun-sayisi="3"] { grid-template-columns: 1fr; }
    .ddp-baslik { padding: 12px 16px; }
    .ddp-grid { padding: 8px; }
}

/* =============================================
   HEADER
   ============================================= */
.ana-header {
    background: var(--beyaz);
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
    transition: box-shadow 0.3s ease, background 0.3s ease;
    backdrop-filter: saturate(180%) blur(8px);
}
.ana-header.kompakt {
    box-shadow: 0 4px 18px rgba(10,61,92,0.08);
    background: rgba(255,255,255,0.96);
}

.header-icerik {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    min-height: 74px;
    position: relative;
    transition: min-height 0.3s ease;
}
.ana-header.kompakt .header-icerik { min-height: 58px; }

.logo { display: flex; align-items: center; padding: 12px 0; transition: padding 0.3s ease; }
.ana-header.kompakt .logo { padding: 8px 0; }
.logo img { height: 50px; width: auto; transition: height 0.3s ease; }
.ana-header.kompakt .logo img { height: 38px; }
.logo-metin {
    font-size: 22px;
    font-weight: 800;
    color: var(--ana);
    letter-spacing: -0.5px;
}

.ana-nav { flex: 1; display: flex; justify-content: center; align-items: stretch; }

.menu-listesi {
    list-style: none;
    display: flex;
    gap: 4px;
    align-items: stretch;
}

.menu-listesi > li { position: relative; display: flex; align-items: center; }
.menu-listesi > li.mega-menusu-var { position: static; }

.menu-listesi > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    color: var(--koyu);
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.1px;
    border-radius: 8px;
    transition: color 0.25s ease;
    position: relative;
}

.menu-listesi > li > a::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 6px;
    height: 2px;
    background: linear-gradient(90deg, var(--ana), #5ab8df);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}

.menu-listesi > li > a:hover,
.menu-listesi > li.aktif > a {
    color: var(--ana);
    background: transparent;
}

.menu-listesi > li > a:hover::after,
.menu-listesi > li.aktif > a::after,
.menu-listesi > li.mega-menusu-var:hover > a::after,
.menu-listesi > li.alt-menusu-var:hover > a::after { transform: scaleX(1); }

.menu-listesi > li > a i { font-size: 10px; }

/* Alt Menü */
.alt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--beyaz);
    min-width: 240px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    border-top: 3px solid var(--ana);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--gecis);
    padding: 8px;
    z-index: 200;
}

.alt-menusu-var:hover .alt-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.alt-menu li a {
    display: block;
    padding: 10px 16px;
    color: var(--koyu);
    font-size: 14px;
    border-radius: 8px;
    transition: var(--gecis);
}

.alt-menu li a:hover {
    background: var(--ana-acik);
    color: var(--ana);
}

.menu-ok { font-size: 10px; transition: transform 0.3s; }
.alt-menusu-var:hover .menu-ok,
.mega-menusu-var:hover .menu-ok { transform: rotate(180deg); }

/* =============================================
   MEGA MENÜ
   ============================================= */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: var(--mega-genislik, 700px);
    margin: 0 auto;
    transform: translateY(8px);
    background: var(--beyaz);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    border-top: 3px solid var(--ana);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 300;
}

.mega-menusu-var:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-icerik {
    padding: 20px 24px;
}

.mega-menu-kolonlar {
    display: grid;
    gap: 0;
}

.mega-kolon {
    padding: 0 16px;
    border-right: 1px solid var(--gri-2);
}

.mega-kolon:last-child { border-right: none; }
.mega-kolon:first-child { padding-left: 0; }
.mega-kolon:last-child { padding-right: 0; }

.mega-kolon-baslik {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--ana);
    padding: 0 12px 10px;
    margin-bottom: 8px;
    border-bottom: 2px solid var(--ana-acik);
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mega-kolon-baslik .mkb-ikon {
    width: 26px; height: 26px;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--ana), #0e7a9f);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

/* Mega Menü Alt CTA Bandı */
.mega-cta-bant {
    background: linear-gradient(135deg, #f8fafb, #eef4f8);
    border-top: 1px solid #e8edf2;
    padding: 14px 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    border-radius: 0 0 12px 12px;
}
.mega-cta-bant .mcb-metin {
    font-size: 13px; color: #475569; font-weight: 500;
    display: flex; align-items: center; gap: 10px;
}
.mega-cta-bant .mcb-metin i {
    color: var(--ana); font-size: 16px;
}
.mega-cta-bant .mcb-metin strong {
    color: #1a2332; font-weight: 700; font-size: 14px;
}
.mega-cta-bant .mcb-link {
    background: var(--ana);
    color: #fff;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 13px; font-weight: 700;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px;
    transition: all 0.25s ease;
}
.mega-cta-bant .mcb-link:hover {
    background: #0e7a9f;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(10,92,127,0.25);
}
.mega-cta-bant .mcb-link i { font-size: 11px; }

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 8px;
}

.mega-menu-oge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--koyu);
    transition: all 0.2s;
    text-decoration: none;
}

.mega-menu-oge:hover {
    background: var(--ana-acik);
}

.mega-ikon {
    width: 36px;
    height: 36px;
    background: var(--ana-acik);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--ana);
    flex-shrink: 0;
    transition: all 0.2s;
}

.mega-menu-oge:hover .mega-ikon {
    background: var(--ana);
    color: var(--beyaz);
}

.mega-bilgi strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--koyu);
    line-height: 1.3;
}

.mega-bilgi span {
    display: block;
    font-size: 11px;
    color: var(--gri-5);
    line-height: 1.3;
    margin-top: 1px;
}

.teklif-btn {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 5px;
    padding: 7px 16px;
    background: var(--ana);
    color: var(--beyaz) !important;
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
    transition: var(--gecis);
    white-space: nowrap;
}
.teklif-btn i { font-size: 11px; }
.teklif-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(10,92,127,0.3); background: var(--ana-koyu); }

/* Mobil Menü Butonu */
.mobil-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    align-self: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobil-menu-btn span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--koyu);
    border-radius: 3px;
    transition: var(--gecis);
}

/* =============================================
   HERO
   ============================================= */
.hero-bolum {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--koyu-2) 0%, var(--ana) 100%);
    overflow: hidden;
}

.hero-arka {
    position: absolute;
    inset: 0;
    background: url('../gorseller/arkaplan/hero.jpg') center/cover;
    opacity: 0.2;
}

.hero-katman {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,92,127,0.9) 0%, rgba(44,62,80,0.8) 100%);
}

.hero-icerik {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: var(--beyaz);
    padding: 80px 0;
}

.hero-baslik {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-aciklama {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 36px;
}

.hero-butonlar { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-hero {
    display: inline-flex;
    align-items: center;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: var(--gecis);
    border: none;
    cursor: pointer;
}

.btn-hero-ana {
    background: var(--turuncu);
    color: var(--beyaz) !important;
}

.btn-hero-ana:hover { background: #d35400; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(230,126,34,0.4); }

.btn-hero-ikincil {
    background: transparent;
    color: var(--beyaz) !important;
    border: 2px solid rgba(255,255,255,0.5);
}

.btn-hero-ikincil:hover { border-color: var(--beyaz); background: rgba(255,255,255,0.1); }

/* =============================================
   İSTATİSTİK BÖLÜMÜ
   ============================================= */
.istatistik-bolum {
    background: var(--beyaz);
    padding: 60px 0;
    border-bottom: 1px solid var(--gri-2);
}

.istatistik-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.istatistik-oge { padding: 20px; }

.istatistik-sayi {
    font-size: 48px;
    font-weight: 800;
    color: var(--ana);
    display: inline;
}

.istatistik-birim {
    font-size: 28px;
    font-weight: 700;
    color: var(--vurgu);
}

.istatistik-oge p {
    color: var(--gri-5);
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
}

/* =============================================
   BÖLÜM GENEL
   ============================================= */
.bolum { padding: 90px 0; }
.arka-acik { background: var(--gri-1); }
.arka-koyu { background: linear-gradient(135deg, var(--koyu-2), var(--ana-koyu)); }

.bolum-baslik {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}

.bolum-baslik h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--koyu);
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.bolum-baslik h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, var(--ana), var(--ana-koyu));
    border-radius: 2px;
}

.bolum-baslik p {
    color: var(--gri-5);
    font-size: 15px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.bolum-baslik.beyaz h2 { color: var(--beyaz); }
.bolum-baslik.beyaz h2::after { background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.4)); }
.bolum-baslik.beyaz p { color: rgba(255,255,255,0.7); }

.bolum-btn-alani { text-align: center; margin-top: 40px; }

/* =============================================
   ÜLKE PANELİ (Top bar slide-down)
   - HTML her zaman DOM'da, visibility/opacity ile gizleniyor (SEO için).
   - display:none KULLANILMAZ - botlar linkleri görebilsin.
   ============================================= */
.ub-ulke-aktif {
    display: inline-flex; align-items: center; gap: 8px;
    margin-left: 16px; padding: 4px 12px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px; color: #fff; font-size: 12px; font-weight: 600;
    cursor: pointer; transition: all 0.2s;
    font-family: inherit;
}
.ub-ulke-aktif:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
.ub-ulke-aktif[aria-expanded="true"] { background: rgba(34,211,238,0.15); border-color: rgba(34,211,238,0.4); color: #67e8f9; }
.ub-ulke-aktif i.fa-globe-europe { font-size: 13px; color: #22d3ee; }
.ub-ulke-aktif .ub-ulke-ok { font-size: 10px; opacity: 0.7; transition: transform 0.2s; }
.ub-ulke-aktif[aria-expanded="true"] .ub-ulke-ok { transform: rotate(180deg); }

.ulke-paneli {
    position: absolute; top: 100%; left: 0; right: 0;
    background: linear-gradient(180deg, #1a252f 0%, #0f1820 100%);
    color: #fff; z-index: 998;
    box-shadow: 0 16px 40px rgba(0,0,0,0.35);
    /* SEO-guvenli gizleme: display:none DEGIL */
    visibility: hidden; opacity: 0; transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
    pointer-events: none;
}
.ulke-paneli.acik {
    visibility: visible; opacity: 1; transform: translateY(0);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0s;
    pointer-events: auto;
}
.ulke-paneli .kapsayici { padding: 18px 20px; }

/* Tam panel genisliginde ayrac cizgisi (kapsayici dışında, panel kenarlarina kadar) */
.up-ayrac {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 0;
}

.up-baslik { display: flex; align-items: center; gap: 14px; min-width: 0; }
.up-baslik i.fa-globe-americas { font-size: 28px; color: #22d3ee; flex-shrink: 0; }
.up-baslik strong { display: block; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.up-baslik span { display: block; font-size: 12px; color: rgba(255,255,255,0.6); }
/* X butonu - panelin sag ust kosesinde absolute (layout etkilemez) */
.up-kapat {
    position: absolute; top: 14px; right: 18px;
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75); font-size: 20px; line-height: 1;
    cursor: pointer; transition: all 0.2s; font-family: inherit;
    display: flex; align-items: center; justify-content: center;
    z-index: 2;
}
.up-kapat:hover { background: rgba(239,68,68,0.2); border-color: rgba(239,68,68,0.45); color: #fff; }

/* Alt CTA bant - mega menu pattern'i (koyu tema + cyan renk) */
.up-cta-bant {
    background: linear-gradient(135deg, rgba(34,211,238,0.06), rgba(59,130,246,0.06));
    border-top: 1px solid rgba(255,255,255,0.08);
}
.ucb-icerik {
    padding: 12px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.ucb-metin {
    font-size: 12.5px; color: rgba(255,255,255,0.85); font-weight: 500;
    display: flex; align-items: center; gap: 10px;
    min-width: 0;
}
.ucb-metin i {
    color: #22d3ee; font-size: 16px; flex-shrink: 0;
}
.ucb-metin strong {
    color: #fff; font-weight: 700; font-size: 13px;
}
.ucb-metin span { min-width: 0; }
.ucb-link {
    background: #22d3ee;
    color: #0a3d5c !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12.5px; font-weight: 700;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px;
    transition: all 0.22s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.ucb-link:hover {
    background: #67e8f9;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(34,211,238,0.35);
}
.ucb-link i { font-size: 10px; }

@media (max-width: 768px) {
    .ucb-icerik { flex-direction: column; align-items: stretch; gap: 10px; padding: 10px 0; }
    .ucb-link { justify-content: center; }
    .ucb-metin { font-size: 11.5px; gap: 8px; }
    .ucb-metin i { font-size: 14px; }
    .ucb-metin strong { font-size: 12px; }
}

/* Tier'lar 3 sutunda yan yana - panel kisaltir */
.up-icerik {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.up-grup { min-width: 0; }
.up-grup-baslik {
    display: flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: rgba(255,255,255,0.85);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.up-grup-nokta { width: 8px; height: 8px; border-radius: 50%; background: var(--tier-renk, #94a3b8); box-shadow: 0 0 8px var(--tier-renk, #94a3b8); flex-shrink: 0; }
.up-grup-sayi {
    margin-left: auto;
    padding: 2px 10px; border-radius: 50px;
    background: rgba(255,255,255,0.08);
    font-size: 11px; color: rgba(255,255,255,0.8);
    letter-spacing: 0;
}

/* Her tier kendi icinde 2 sutun - kompakt liste */
.up-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.up-kart {
    display: flex; align-items: center; gap: 10px;
    padding: 7px 10px; border-radius: 8px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    color: #fff; text-decoration: none;
    transition: all 0.22s;
    min-width: 0;
}
.up-kart:hover {
    background: rgba(34,211,238,0.08); border-color: rgba(34,211,238,0.3);
    transform: translateX(2px);
}
.up-bayrak {
    width: 24px; height: 17px; object-fit: cover;
    border-radius: 3px; flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.up-bayrak-emoji { font-size: 20px; flex-shrink: 0; line-height: 1; }
.up-bayrak-kod {
    width: 24px; height: 17px; flex-shrink: 0;
    background: rgba(255,255,255,0.1); border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    font-size: 9px; font-weight: 700; color: #fff;
}
.up-ad {
    font-size: 12.5px; font-weight: 600; color: #fff;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    min-width: 0;
}

@media (max-width: 1024px) {
    .up-icerik { grid-template-columns: 1fr; gap: 18px; }
    .up-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}

@media (max-width: 768px) {
    .ub-ulke-aktif { font-size: 11px; padding: 3px 10px; margin-left: 8px; }
    .ub-ulke-aktif span { display: none; }
    .ulke-paneli .kapsayici { padding: 16px 14px 20px; }
    .up-baslik-bar { flex-wrap: wrap; gap: 10px; padding-bottom: 12px; margin-bottom: 14px; }
    .up-baslik strong { font-size: 14px; }
    .up-baslik span { font-size: 11px; }
    .up-tum-link { font-size: 11px; padding: 6px 12px; }
    .up-grid { grid-template-columns: repeat(2, 1fr); }
    .up-kart { padding: 6px 8px; gap: 8px; }
    .up-ad { font-size: 12px; }
}

/* =============================================
   HİZMET KARTLARI
   ============================================= */
.hizmet-grid {
    display: grid;
    grid-template-columns: repeat(var(--kolonlar, 3), 1fr);
    gap: 24px;
}

.hizmet-kart {
    background: var(--beyaz);
    border-radius: var(--radius);
    padding: 36px 28px;
    box-shadow: var(--golge);
    transition: var(--gecis);
    border: 1px solid transparent;
}

.hizmet-kart:hover {
    transform: translateY(-6px);
    box-shadow: var(--golge-hover);
    border-color: var(--ana-acik);
}

.hizmet-ikon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--ana), var(--vurgu));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--beyaz);
    margin-bottom: 20px;
}

.hizmet-kart h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--koyu);
}

.hizmet-kart p {
    color: var(--gri-5);
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.hizmet-link {
    color: var(--ana);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hizmet-link:hover { gap: 10px; color: var(--vurgu); }

/* Hizmet Kartları V2 - Enterprise */
.hizmet-kart-v2 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid #e8edf2;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
}
.hizmet-kart-v2::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--ana);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}
.hizmet-kart-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(10,92,127,0.12);
    border-color: transparent;
}
.hizmet-kart-v2:hover::before { transform: scaleX(1); }

.hkv2-ust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.hkv2-ikon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, var(--ana), #0a3d5c);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    transition: transform 0.3s;
}
.hizmet-kart-v2:hover .hkv2-ikon { transform: scale(1.08); }

.hkv2-numara {
    font-size: 32px;
    font-weight: 800;
    color: #e8edf2;
    letter-spacing: -1px;
    line-height: 1;
}
.hizmet-kart-v2:hover .hkv2-numara { color: rgba(10,92,127,0.15); }

.hizmet-kart-v2 h3 {
    font-size: 18px; font-weight: 700;
    color: #1a2332; margin-bottom: 10px;
}
.hizmet-kart-v2 p {
    font-size: 14px; line-height: 1.65;
    color: #64748b; margin-bottom: 18px;
    flex: 1;
}
.hkv2-link {
    font-size: 14px; font-weight: 600;
    color: var(--ana);
    display: inline-flex; align-items: center; gap: 6px;
    transition: gap 0.3s;
}
.hizmet-kart-v2:hover .hkv2-link { gap: 10px; }

/* =============================================
   HAKKIMIZDA
   ============================================= */
.hakkimizda-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hakkimizda-grid.gorsel-solda .hakkimizda-gorsel { order: -1; }

/* Widget vurgulu başlık stili */
.is-sutun-baslik {
    display: block;
    background: none;
    color: #1a2332;
    padding: 0 0 14px 0;
    border-radius: 0;
    font-weight: 800;
    margin-bottom: 28px;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    line-height: 1.3;
    letter-spacing: -0.4px;
    position: relative;
}
.is-sutun-baslik::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--ana, #0a5c7f);
    border-radius: 2px;
}

.hakkimizda-metin h2,
.hakkimizda-metin h3,
.hakkimizda-metin h4 {
    font-weight: 800;
    margin-bottom: 20px;
}

.hakkimizda-metin p {
    color: inherit;
    margin-bottom: 16px;
    font-size: inherit;
    line-height: 1.8;
}

.gorsel-cerceve {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.gorsel-cerceve img { width: 100%; height: 420px; object-fit: cover; }

/* =============================================
   PROJELER
   ============================================= */
/* ============ PROJE PAGE WELCOME (urun-detay ile uyumlu) ============ */
.proje-page-welcome {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0a5c7f 100%);
    color: #fff; padding: 30px 0 36px;
}
.ppw-arkaplan-deseni {
    position: absolute; inset: 0; opacity: 0.1;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(56,189,248,0.4), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(34,211,238,0.3), transparent 50%);
    pointer-events: none;
}
.proje-page-welcome .kapsayici { position: relative; z-index: 2; }
.proje-page-welcome .ekmek-kirmitisi { margin-bottom: 16px; font-size: 13px; color: #fff; }
.proje-page-welcome .ekmek-kirmitisi ol {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; align-items: center; gap: 0;
}
.proje-page-welcome .ekmek-kirmitisi li {
    display: inline-flex; align-items: center; color: #fff;
}
.proje-page-welcome .ekmek-kirmitisi li + li::before {
    content: "›"; margin: 0 10px; color: rgba(255,255,255,0.5); font-size: 16px;
}
.proje-page-welcome .ekmek-kirmitisi span,
.proje-page-welcome .ekmek-kirmitisi a { color: #fff; }
.proje-page-welcome .ekmek-kirmitisi a { opacity: 0.8; text-decoration: none; }
.proje-page-welcome .ekmek-kirmitisi a:hover { opacity: 1; text-decoration: underline; }
.proje-page-welcome .ekmek-kirmitisi li:last-child span { font-weight: 600; }
.ppw-baslik-bolum { max-width: 920px; }
.ppw-baslik {
    margin: 0 0 10px; font-size: 34px; font-weight: 700;
    color: #fff; line-height: 1.2; letter-spacing: -0.5px;
}
.ppw-altyazi {
    margin: 0; font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.6;
    max-width: 760px;
}

/* ============ İSTATİSTİK BANDI ============ */
.proje-stat-band-bolum { background: #f8fafc; padding: 32px 0; }
.proje-stat-band {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
    background: #e2e8f0;
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(15,23,42,0.06);
}
.psb-oge {
    background: #fff; padding: 28px 20px; text-align: center;
    transition: background 0.2s;
}
.psb-oge:hover { background: #fafbfc; }
.psb-sayi {
    font-size: 36px; font-weight: 800;
    background: linear-gradient(135deg, #0a5c7f, #0891b2);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px; line-height: 1;
}
.psb-etiket {
    margin-top: 8px; font-size: 12px; color: #64748b;
    text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
}

/* ============ LİSTE BÖLÜMÜ ============ */
.proje-liste-bolum { padding: 56px 0 36px; }
.proje-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.proje-kart {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: all 0.25s ease;
    text-decoration: none;
    color: var(--koyu);
    display: flex; flex-direction: column;
}

.proje-kart:hover {
    border-color: var(--ana);
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(10,92,127,0.1);
}

/* === DAHA BÜYÜK LOGO ALANI === */
.proje-logo-alan {
    height: 200px;
    display: flex; align-items: center; justify-content: center;
    padding: 28px;
    background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
    border-bottom: 1px solid #f0f2f5;
}
.proje-logo-alan img {
    max-height: 140px; max-width: 90%; width: auto;
    object-fit: contain;
    filter: none; opacity: 1;
    transition: all 0.3s;
}
.proje-kart:hover .proje-logo-alan { background: #fff; }
.proje-kart:hover .proje-logo-alan img { transform: scale(1.04); }
.proje-logo-bos { color: #cbd5e1; font-size: 42px; }

/* ============ CTA BANT ============ */
.proje-cta-bant {
    background: linear-gradient(135deg, #0a5c7f 0%, #0d7090 60%, #0891b2 100%);
    color: #fff;
    padding: 56px 0;
    position: relative; overflow: hidden;
}
.proje-cta-bant::before {
    content: ""; position: absolute; top: -100px; right: -100px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
}
.pcb-grid {
    display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: center;
    position: relative; z-index: 2;
}
.pcb-rozet {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px; font-size: 12px; font-weight: 700;
    color: #fff; letter-spacing: 0.5px; margin-bottom: 14px;
    backdrop-filter: blur(8px);
}
.pcb-icerik h2 {
    font-size: 30px; color: #fff; margin: 0 0 12px;
    line-height: 1.25; font-weight: 800; letter-spacing: -0.5px;
}
.pcb-icerik h2 span { color: #22d3ee; }
.pcb-icerik p { margin: 0; color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.6; }
.pcb-aksiyon { display: flex; flex-direction: column; gap: 10px; }
.pcb-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 24px; border-radius: 12px;
    font-weight: 700; font-size: 15px; text-decoration: none;
    transition: all 0.2s;
}
.pcb-btn-ana { background: #fff; color: var(--ana); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
.pcb-btn-ana:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.2); }
.pcb-btn-ikincil { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.pcb-btn-ikincil:hover { background: rgba(255,255,255,0.2); }

/* ============ BOŞ DURUM ============ */
.proje-bos {
    text-align: center; padding: 80px 20px;
    background: #fff; border: 1px dashed #cbd5e1; border-radius: 14px;
}
.proje-bos i { font-size: 60px; color: #cbd5e1; display: block; margin-bottom: 16px; }
.proje-bos h3 { margin: 0 0 8px; color: #475569; font-size: 18px; }
.proje-bos p { margin: 0; color: #94a3b8; font-size: 14px; }

@media (max-width: 760px) {
    .proje-page-welcome { padding: 22px 0 26px; }
    .ppw-baslik { font-size: 24px; }
    .ppw-altyazi { font-size: 14px; }
    .proje-stat-band { grid-template-columns: repeat(2, 1fr); }
    .psb-sayi { font-size: 28px; }
    .psb-oge { padding: 20px 14px; }
    .pcb-grid { grid-template-columns: 1fr; }
    .proje-logo-alan { height: 170px; padding: 22px; }
    .proje-logo-alan img { max-height: 120px; }
}
.proje-konum-alt { font-size: 11px; color: var(--ana); display: flex; align-items: center; gap: 4px; margin-bottom: 6px; }
.proje-konum-alt i { font-size: 10px; }

.proje-katman {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.proje-konum { color: var(--beyaz); font-size: 13px; }
.proje-konum i { margin-right: 4px; }

.proje-bilgi { padding: 20px; }
.proje-bilgi { padding: 14px 16px; }
.proje-bilgi h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: var(--koyu); line-height: 1.3; }
.proje-meta { display: flex; flex-direction: column; gap: 2px; }
.proje-meta span { font-size: 11px; color: var(--gri-5); display: flex; align-items: center; gap: 5px; }
.proje-meta span i { color: var(--ana); font-size: 10px; width: 12px; text-align: center; }

/* =============================================
   NEDEN BİZ
   ============================================= */
.neden-grid {
    display: grid;
    grid-template-columns: repeat(var(--kolonlar, 4), 1fr);
    gap: 22px;
}

.neden-oge {
    text-align: left;
    color: var(--beyaz);
    padding: 28px 24px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    backdrop-filter: blur(6px);
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
}
.neden-oge::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #5ab8df, #80c8e0);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}
.neden-oge:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.25);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}
.neden-oge:hover::before { transform: scaleX(1); }

.neden-ikon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin: 0 0 18px;
    transition: all 0.35s ease;
}
.neden-oge:hover .neden-ikon {
    background: linear-gradient(135deg, #5ab8df, #0e7a9f);
    border-color: transparent;
    transform: rotate(-6deg) scale(1.08);
}
.neden-oge h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
    line-height: 1.35;
}
.neden-oge p {
    opacity: 0.75;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0;
}

/* Açık temalı (arka plan beyaz/gri) varyant */
.neden-biz-bolum:not(.arka-koyu) .neden-oge {
    background: #ffffff;
    border-color: #e8edf2;
    color: #1a2332;
    box-shadow: 0 2px 10px rgba(10,61,92,0.04);
    backdrop-filter: none;
}
.neden-biz-bolum:not(.arka-koyu) .neden-oge:hover {
    border-color: var(--ana);
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(10,61,92,0.10);
}
.neden-biz-bolum:not(.arka-koyu) .neden-ikon {
    background: linear-gradient(135deg, var(--ana-acik), #e8f4fa);
    border-color: rgba(10,92,127,0.15);
    color: var(--ana);
}
.neden-biz-bolum:not(.arka-koyu) .neden-oge:hover .neden-ikon {
    background: linear-gradient(135deg, var(--ana), #0e7a9f);
    color: #fff;
}
.neden-biz-bolum:not(.arka-koyu) .neden-oge h3 { color: #1a2332; }
.neden-biz-bolum:not(.arka-koyu) .neden-oge p { color: #475569; opacity: 1; }

/* =============================================
   BLOG
   ============================================= */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-kart {
    background: var(--beyaz);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--golge);
    transition: var(--gecis);
    color: var(--koyu);
}

.blog-kart:hover { transform: translateY(-4px); box-shadow: var(--golge-hover); }

.blog-gorsel img { width: 100%; height: 200px; object-fit: cover; }
.blog-bilgi { padding: 24px; }
.blog-tarih { color: var(--vurgu); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.blog-bilgi h3 { font-size: 18px; font-weight: 700; margin: 8px 0 10px; line-height: 1.4; }
.blog-bilgi p { color: var(--gri-5); font-size: 14px; }

/* =============================================
   TEKLİF FORMU
   ============================================= */
.teklif-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.teklif-metin h2 { font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.teklif-metin p { color: var(--gri-5); font-size: 16px; }

.teklif-form { display: flex; flex-direction: column; gap: 14px; }

.teklif-form .form-satir {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.teklif-form input,
.teklif-form textarea {
    padding: 14px 18px;
    border: 2px solid var(--gri-3);
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: var(--gecis);
    width: 100%;
}

.teklif-form input:focus,
.teklif-form textarea:focus { border-color: var(--ana); }
.teklif-form textarea { resize: vertical; }

/* Captcha */
.captcha-alan {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f0f7fb, #e8f5e9);
    border: 2px solid var(--gri-3);
    border-radius: 10px;
}
.captcha-soru {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--koyu);
    white-space: nowrap;
}
.captcha-soru i { color: var(--ana); font-size: 18px; }
.captcha-input {
    width: 70px !important;
    padding: 10px 14px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: 2px solid var(--gri-3) !important;
    border-radius: 8px !important;
}
.captcha-input:focus { border-color: var(--ana) !important; }

/* =============================================
   GENEL BUTONLAR
   ============================================= */
.btn-genel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: var(--gecis);
}

.btn-ana-renk {
    background: var(--ana);
    color: var(--beyaz) !important;
}

.btn-ana-renk:hover { background: var(--ana-koyu); transform: translateY(-2px); }

/* =============================================
   FOOTER
   ============================================= */
.ana-footer { background: linear-gradient(180deg, var(--koyu-2) 0%, #0a1f30 100%); color: rgba(255,255,255,0.75); }

.footer-ust { padding: 60px 0 36px; position: relative; }
/* Footer kapsayıcısı standart genişlikte */
.ana-footer .kapsayici { max-width: 1280px; }
.footer-ust::before {
    content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 2px;
    background: linear-gradient(90deg, transparent, var(--ana), transparent);
    opacity: 0.5;
}

/* === MARKA ŞERİDİ (logo + tagline + kuruluş rozeti) === */
.footer-marka-seridi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 0 0 28px;
    margin: 0 0 36px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap;
}
.footer-marka-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.footer-marka-logo img {
    height: 48px; width: auto; display: block; max-width: 240px;
    opacity: 0.95; transition: opacity 0.25s ease;
}
.footer-marka-logo:hover img { opacity: 1; }
/* Renkli logo varsa beyaza çevir; logo_beyaz varsa hiç dokunma */
.footer-marka-logo:not(.beyaz-logo) img {
    filter: brightness(0) invert(1);
}
.footer-marka-yazi {
    font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.3px;
}
.footer-marka-bilgi {
    display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
    text-align: right; max-width: 70%;
}
.footer-marka-tagline {
    margin: 0; font-size: 13.5px; color: rgba(255,255,255,0.72);
    line-height: 1.55; font-weight: 500;
}
.footer-marka-rozet {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 12px; color: rgba(255,255,255,0.85);
}
.footer-marka-rozet i { color: #f5b942; font-size: 12px; }
.footer-marka-rozet strong { color: #fff; font-weight: 700; }
@media (max-width: 768px) {
    .footer-marka-seridi { gap: 18px; padding-bottom: 22px; margin-bottom: 28px; }
    .footer-marka-bilgi { align-items: flex-start; text-align: left; max-width: 100%; }
    .footer-marka-tagline { font-size: 12.5px; }
}

/* FLEXBOX TABANLI FOOTER GRID — kesin eşit kolon */
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    width: 100%;
    box-sizing: border-box;
}
.footer-grid > .footer-blok {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
    position: relative;
}
/* Sütunlar arası fade'li dikey ayırıcı çizgi — gap'in tam ortasında */
.footer-grid > .footer-blok + .footer-blok::before {
    content: "";
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: -28px;
    width: 1px;
    background: linear-gradient(180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.12) 20%,
        rgba(255,255,255,0.16) 50%,
        rgba(255,255,255,0.12) 80%,
        rgba(255,255,255,0) 100%);
    pointer-events: none;
}
/* 1 kolon (sadece iletişim açık) */
.footer-grid.footer-1kol > .footer-blok {
    flex-basis: 100%; min-width: 100%; max-width: 100%;
}
/* 2 kolon (hizmet kolonları sadece) */
.footer-grid.footer-2kol > .footer-blok {
    flex-basis: calc((100% - 56px) / 2);
    min-width: calc((100% - 56px) / 2);
    max-width: calc((100% - 56px) / 2);
}
/* 3 kolon: her biri (100% - 2*gap)/3 */
.footer-grid.footer-3kol > .footer-blok {
    flex-basis: calc((100% - 112px) / 3);
    min-width: calc((100% - 112px) / 3);
    max-width: calc((100% - 112px) / 3);
}
/* 4 kolon */
.footer-grid.footer-4kol > .footer-blok,
.footer-grid.footer-5kol > .footer-blok {
    flex-basis: calc((100% - 168px) / 4);
    min-width: calc((100% - 168px) / 4);
    max-width: calc((100% - 168px) / 4);
}
/* Ayırıcı çizgileri kapalı modu */
.ana-footer.footer-ayirici-yok .footer-grid > .footer-blok + .footer-blok::before {
    display: none;
}
@media (max-width: 992px) {
    .footer-grid { gap: 36px; }
    .footer-grid > .footer-blok + .footer-blok::before { left: -18px; }
    .footer-grid.footer-3kol > .footer-blok {
        flex-basis: calc((100% - 36px) / 2);
        min-width: calc((100% - 36px) / 2);
        max-width: calc((100% - 36px) / 2);
    }
    .footer-grid.footer-3kol > .footer-blok:last-child {
        flex-basis: 100%; min-width: 100%; max-width: 100%;
    }
    /* Wrap olduğunda 3. eleman alta düşer; alta düşen elemanın çizgisini gizle */
    .footer-grid.footer-3kol > .footer-blok:last-child::before { display: none; }
    .footer-grid.footer-4kol > .footer-blok,
    .footer-grid.footer-5kol > .footer-blok {
        flex-basis: calc((100% - 72px) / 3);
        min-width: calc((100% - 72px) / 3);
        max-width: calc((100% - 72px) / 3);
    }
}
@media (max-width: 640px) {
    .footer-grid > .footer-blok,
    .footer-grid.footer-3kol > .footer-blok,
    .footer-grid.footer-4kol > .footer-blok,
    .footer-grid.footer-5kol > .footer-blok {
        flex-basis: 100% !important; min-width: 100% !important; max-width: 100% !important;
    }
    .footer-grid > .footer-blok + .footer-blok::before { display: none; }
}
/* 4 kolon fallback */
.footer-grid:not(.footer-5kol) {
    grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
    gap: 24px;
}

.footer-marka { padding-right: 0; }
.footer-logo { height: 44px; width: auto; margin-bottom: 14px; display: block; transition: opacity 0.25s ease; }
.footer-logo:hover { opacity: 0.85; }

.footer-baslik {
    color: var(--beyaz);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    position: relative;
}
.footer-baslik::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 32px; height: 2px;
    background: linear-gradient(90deg, var(--ana), #5ab8df);
    border-radius: 2px;
}

.footer-aciklama {
    font-size: 13px; line-height: 1.75; margin-bottom: 18px;
    color: rgba(255,255,255,0.85);
    max-width: 280px;
}

/* Marka kolonu rozetleri (logo altı) */
.footer-rozetler {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-bottom: 16px;
}
.footer-rozet {
    font-size: 10px; font-weight: 800;
    color: var(--ana);
    background: rgba(255,255,255,0.95);
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.footer-kurulus {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: rgba(255,255,255,0.7);
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-kurulus i { color: #fbbf24; font-size: 14px; }
.footer-kurulus strong { color: #fff; font-weight: 700; }

/* Sosyal medya başlığı (iletişim altında) */
.footer-sosyal-baslik {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 11px; font-weight: 700;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase; letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.footer-sosyal { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-sosyal a {
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
}
.footer-sosyal a:hover {
    background: var(--ana); border-color: var(--ana); color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(10,92,127,0.3);
}
.footer-sosyal-bos {
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.02);
    border: 1px dashed rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.18);
    font-size: 13px;
    cursor: help;
}

.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 9px; }
.footer-menu a {
    color: rgba(255,255,255,0.85);
    font-size: 13px; line-height: 1.5;
    transition: color 0.2s ease;
    text-decoration: none;
}
.footer-menu a:hover { color: #fff; }

.footer-iletisim { list-style: none; padding: 0; margin: 0; }
.footer-iletisim li {
    display: flex;
    gap: 11px;
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 1.55;
}
.footer-iletisim i {
    color: var(--ana); margin-top: 3px;
    width: 16px; font-size: 13px; flex-shrink: 0;
    text-align: center;
}
.footer-iletisim span, .footer-iletisim a { color: rgba(255,255,255,0.85); transition: color 0.2s ease; text-decoration: none; }
.footer-iletisim a:hover { color: #fff; }
.footer-iletisim .footer-mesai {
    padding-top: 11px;
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 12px;
}
.footer-iletisim .footer-mesai span { color: rgba(255,255,255,0.5); }

/* Footer alt — copyright + linkler */
.footer-alt-icerik {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    flex-wrap: wrap;
}
.footer-alt-linkler {
    display: flex; align-items: center; gap: 10px;
    font-size: 12px;
}
.footer-alt-linkler a { color: rgba(255,255,255,0.55); transition: color 0.2s ease; text-decoration: none; }
.footer-alt-linkler a:hover { color: #fff; }
.footer-alt-ayrac { color: rgba(255,255,255,0.2); }

.footer-alt {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 16px 0;
    text-align: center;
    font-size: 11px;
    color: rgba(255,255,255,0.4);
}

/* =============================================
   YUKARI GİT
   ============================================= */
.yukari-git {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--ana);
    color: var(--beyaz);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    box-shadow: var(--golge);
    opacity: 0;
    visibility: hidden;
    transition: var(--gecis);
    z-index: 50;
}

.yukari-git.gorunsun { opacity: 1; visibility: visible; }
.yukari-git:hover { background: var(--ana-koyu); transform: translateY(-3px); }

/* =============================================
   BREADCRUMB
   ============================================= */
.ekmek-kirmitisi {
    padding: 14px 0;
    font-size: 13px;
}

.ekmek-kirmitisi ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.ekmek-kirmitisi li::after { content: '/'; margin: 0 8px; color: var(--gri-4); }
.ekmek-kirmitisi li:last-child::after { content: ''; }
.ekmek-kirmitisi a { color: var(--ana); }
.ekmek-kirmitisi li:last-child span { color: var(--gri-5); }

/* =============================================
   SAYFALAMA
   ============================================= */
.sayfalama { text-align: center; margin-top: 50px; }
.sayfalama ul { list-style: none; display: inline-flex; gap: 6px; }
.sayfalama li a, .sayfalama li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--gri-3);
    border-radius: 8px;
    color: var(--koyu);
    font-size: 14px;
    font-weight: 500;
    transition: var(--gecis);
}
.sayfalama li a:hover, .sayfalama li.aktif a {
    background: var(--ana);
    color: var(--beyaz);
    border-color: var(--ana);
}

/* =============================================
   SAYFA HERO (Alt sayfalar)
   ============================================= */
.sayfa-hero {
    background: linear-gradient(135deg, #0a2a40 0%, var(--koyu-2) 35%, var(--ana) 70%, #0e7a9f 100%);
    padding: 100px 0 130px;
    color: var(--beyaz);
    position: relative;
    overflow: hidden;
}
.sayfa-hero > .kapsayici { position: relative; z-index: 5; }

/* Alt taraftaki yumusak gecis - altindaki bolumun arka plan rengini alir.
   Varsayilan body rengi (--gri-1: #f8fffe = 248,255,254).
   Sayfa duzeyinde override: style="--fade-bg:248,250,251" (RGB triple, virgulle) */
/* Default --fade-bg parent (.sayfa-hero) seviyesinde,
   inline override (style="--fade-bg:...") parent'tan calisir */
.sayfa-hero { --fade-bg: 248, 255, 254; }

.sayfa-hero-fade {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 180px;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(to top,
        rgb(var(--fade-bg)) 0%,
        rgba(var(--fade-bg), 0.9) 15%,
        rgba(var(--fade-bg), 0.7) 30%,
        rgba(var(--fade-bg), 0.45) 45%,
        rgba(var(--fade-bg), 0.25) 58%,
        rgba(var(--fade-bg), 0.12) 70%,
        rgba(var(--fade-bg), 0.05) 82%,
        transparent 100%);
}

/* Caustic ışık efekti (su altındaki ışık dansı) */
.sayfa-hero::before {
    content: "";
    position: absolute; inset: -20%;
    background:
        radial-gradient(ellipse 60% 40% at 15% 80%, rgba(90,184,223,0.18) 0%, transparent 50%),
        radial-gradient(ellipse 50% 50% at 85% 25%, rgba(255,255,255,0.08) 0%, transparent 55%),
        radial-gradient(ellipse 70% 35% at 50% 50%, rgba(14,122,159,0.15) 0%, transparent 60%),
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04) 0%, transparent 35%);
    animation: heroCaustic 18s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 1;
    filter: blur(2px);
}

/* SVG katmanlı dalgalar (3 katman) */
.sayfa-hero::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 140px;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'><path d='M0,60 C240,90 480,30 720,60 C960,90 1200,30 1440,60 L1440,140 L0,140 Z' fill='%23ffffff' opacity='0.06'/></svg>"),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'><path d='M0,80 C180,50 420,110 720,80 C1020,50 1260,110 1440,80 L1440,140 L0,140 Z' fill='%23ffffff' opacity='0.10'/></svg>"),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'><path d='M0,100 C320,70 560,130 720,100 C880,70 1120,130 1440,100 L1440,140 L0,140 Z' fill='%23ffffff' opacity='0.20'/></svg>");
    background-size: 1440px 140px, 1440px 140px, 1440px 140px;
    background-repeat: repeat-x;
    background-position: 0 0, 0 0, 0 0;
    animation: heroWave1 25s linear infinite, heroWave2 18s linear infinite reverse, heroWave3 12s linear infinite;
    z-index: 3;
    pointer-events: none;
}
@keyframes heroCaustic {
    0%   { transform: translate(0, 0) rotate(0deg) scale(1); }
    33%  { transform: translate(2%, -3%) rotate(2deg) scale(1.08); }
    66%  { transform: translate(-3%, 2%) rotate(-1deg) scale(1.04); }
    100% { transform: translate(1%, 1%) rotate(1deg) scale(1.1); }
}
@keyframes heroWave1 {
    0%   { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 1440px 0, 0 0, 0 0; }
}
@keyframes heroWave2 {
    0%   { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 0 0, 1440px 0, 0 0; }
}
@keyframes heroWave3 {
    0%   { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 0 0, 0 0, 1440px 0; }
}

/* Kabarcık yağmuru — daha zengin */
.hero-kabarciklar {
    position: absolute; inset: 0;
    pointer-events: none; z-index: 2;
    overflow: hidden;
}
.hero-kabarciklar span {
    position: absolute; bottom: -80px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 35%, rgba(90,184,223,0.05) 70%, transparent 100%);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: inset 0 0 8px rgba(255,255,255,0.15), 0 0 12px rgba(90,184,223,0.1);
    animation: kabarcikYuksel 16s linear infinite;
    opacity: 0;
}
.hero-kabarciklar span:nth-child(1)  { left: 4%;  width: 20px; height: 20px; animation-duration: 18s; animation-delay: 0s; }
.hero-kabarciklar span:nth-child(2)  { left: 14%; width: 10px; height: 10px; animation-duration: 13s; animation-delay: 2.5s; }
.hero-kabarciklar span:nth-child(3)  { left: 24%; width: 26px; height: 26px; animation-duration: 22s; animation-delay: 1s; }
.hero-kabarciklar span:nth-child(4)  { left: 36%; width: 14px; height: 14px; animation-duration: 15s; animation-delay: 5s; }
.hero-kabarciklar span:nth-child(5)  { left: 48%; width: 22px; height: 22px; animation-duration: 17s; animation-delay: 3s; }
.hero-kabarciklar span:nth-child(6)  { left: 60%; width: 12px; height: 12px; animation-duration: 14s; animation-delay: 6s; }
.hero-kabarciklar span:nth-child(7)  { left: 72%; width: 18px; height: 18px; animation-duration: 19s; animation-delay: 1.5s; }
.hero-kabarciklar span:nth-child(8)  { left: 82%; width: 9px;  height: 9px;  animation-duration: 12s; animation-delay: 4s; }
.hero-kabarciklar span:nth-child(9)  { left: 90%; width: 16px; height: 16px; animation-duration: 16s; animation-delay: 2s; }
.hero-kabarciklar span:nth-child(10) { left: 96%; width: 8px;  height: 8px;  animation-duration: 11s; animation-delay: 0.5s; }
@keyframes kabarcikYuksel {
    0%   { transform: translateY(0) translateX(0) scale(0.6); opacity: 0; }
    8%   { opacity: 0.85; transform: translateY(-5vh) translateX(2px) scale(0.9); }
    50%  { transform: translateY(-55vh) translateX(28px) scale(1); opacity: 0.55; }
    85%  { opacity: 0.25; }
    100% { transform: translateY(-110vh) translateX(-20px) scale(1.1); opacity: 0; }
}

/* Hero başlığı & metni daha güçlü */
.sayfa-hero h1 { text-shadow: 0 4px 24px rgba(0,0,0,0.25); }
.sayfa-hero h1, .sayfa-hero p { animation: heroIcerikGir 0.8s cubic-bezier(.4,0,.2,1) both; }
.sayfa-hero h1 { animation-delay: 0.1s; }
.sayfa-hero p { animation-delay: 0.25s; }
.sayfa-hero .ekmek-kirmitisi { animation: heroIcerikGir 0.6s cubic-bezier(.4,0,.2,1) both; }
@keyframes heroIcerikGir {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.sayfa-hero h1 { font-size: 42px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; text-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.sayfa-hero p { opacity: 0.85; font-size: 17px; max-width: 700px; }
.sayfa-hero .ekmek-kirmitisi { padding: 0 0 20px; }
.sayfa-hero .ekmek-kirmitisi a { color: rgba(255,255,255,0.7); }
.sayfa-hero .ekmek-kirmitisi a:hover { color: var(--beyaz); }
.sayfa-hero .ekmek-kirmitisi li::after { color: rgba(255,255,255,0.4); }
.sayfa-hero .ekmek-kirmitisi li:last-child span { color: rgba(255,255,255,0.9); }

/* =============================================
   DETAY SAYFALARI
   ============================================= */
.detay-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: flex-start;
}

.detay-gorsel { width: 100%; border-radius: var(--radius); margin-bottom: 28px; }

.detay-ozet {
    font-size: 18px;
    line-height: 1.85;
    color: #2c3e50;
    max-width: 860px;
    position: relative;
    padding-left: 24px;
    border-left: 4px solid var(--ana, #0a5c7f);
}

.detay-metin { font-size: 15px; line-height: 1.9; color: #2c3e50; }
.detay-metin span[style*="color"], .detay-metin p[style*="color"] { color: inherit !important; }
.detay-metin h2 { font-size: 24px; margin: 28px 0 12px; color: var(--koyu); }
.detay-metin h3 { font-size: 20px; margin: 24px 0 10px; color: var(--koyu); }
.detay-metin p { margin-bottom: 16px; font-size: inherit; }
.detay-metin ul, .detay-metin ol { margin: 16px 0; padding-left: 0; list-style: none; }

/* Ulke detay sayfasi icerigi — editorden gelen liste/baslik/paragraf/tablo stilleri */
.ulke-icerik p { margin-bottom: 14px; }
.ulke-icerik p:last-child { margin-bottom: 0; }
.ulke-icerik h2 { font-size: 22px; margin: 22px 0 12px; color: #0f172a; font-weight: 800; }
.ulke-icerik h3 { font-size: 18px; margin: 18px 0 10px; color: #0f172a; font-weight: 700; }
.ulke-icerik h4 { font-size: 16px; margin: 14px 0 8px; color: #1a2332; font-weight: 700; }
.ulke-icerik ul { margin: 14px 0; padding-left: 0; list-style: none; }
.ulke-icerik ol { margin: 14px 0; padding-left: 28px; list-style: decimal; }
.ulke-icerik ul li {
    position: relative; padding-left: 26px; margin-bottom: 8px; line-height: 1.7;
}
.ulke-icerik ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute; left: 0; top: 3px;
    color: #0a5c7f; font-size: 13px;
}
.ulke-icerik ol li { margin-bottom: 8px; line-height: 1.7; padding-left: 6px; }
.ulke-icerik strong, .ulke-icerik b { color: #0f172a; font-weight: 700; }
.ulke-icerik a { color: #0a5c7f; text-decoration: underline; }
.ulke-icerik a:hover { color: #0e7a9f; }
.ulke-icerik blockquote {
    border-left: 4px solid #0a5c7f; padding: 8px 16px; margin: 16px 0;
    background: #f0f9ff; border-radius: 0 8px 8px 0; color: #475569; font-style: italic;
}
.ulke-icerik table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
.ulke-icerik table th, .ulke-icerik table td {
    padding: 10px 14px; border: 1px solid #e2e8f0; text-align: left;
}
.ulke-icerik table th { background: #f8fafc; font-weight: 700; color: #0f172a; }
.ulke-icerik img { max-width: 100%; height: auto; border-radius: 8px; margin: 14px 0; }
.ulke-icerik code {
    background: #f1f5f9; padding: 2px 6px; border-radius: 4px;
    font-family: 'JetBrains Mono', Consolas, monospace; font-size: 0.9em; color: #0a5c7f;
}
.detay-metin li {
    margin-bottom: 10px; font-size: inherit;
    padding-left: 28px; position: relative; line-height: 1.7;
}
.detay-metin li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute; left: 0; top: 2px;
    font-size: 12px; color: var(--ana, #0a5c7f);
    width: 20px; height: 20px;
    background: rgba(10,92,127,0.08);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
}
.detay-metin ol { counter-reset: detay-li; }
.detay-metin ol li::before {
    content: counter(detay-li);
    counter-increment: detay-li;
    font-family: inherit; font-weight: 700; font-size: 11px;
}
.detay-metin img { border-radius: var(--radius); margin: 20px 0; }

.sayfa-icerik { max-width: 800px; margin: 0 auto; }

/* Kenar Çubuğu */
.kenar-kart {
    background: var(--beyaz);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--golge);
    margin-bottom: 20px;
}
.kenar-kart h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--ana); }
.kenar-menu { list-style: none; }
.kenar-menu li { border-bottom: 1px solid var(--gri-2); }
.kenar-menu li:last-child { border-bottom: none; }
.kenar-menu li a { display: block; padding: 12px 0; color: var(--koyu); font-size: 14px; }
.kenar-menu li a:hover { color: var(--ana); padding-left: 6px; }
.kenar-menu li.aktif a { color: var(--ana); font-weight: 600; }

.kenar-teklif { background: linear-gradient(135deg, var(--ana), var(--ana-koyu)); color: var(--beyaz); text-align: center; }
.kenar-teklif h3 { color: var(--beyaz); border-bottom-color: rgba(255,255,255,0.3); }
.kenar-teklif p { opacity: 0.9; font-size: 14px; margin-bottom: 16px; }
.kenar-teklif .btn-genel { background: var(--beyaz); color: var(--ana) !important; display: block; width: 100%; text-align: center; border-radius: 8px; padding: 12px; font-size: 14px; }

/* Son Yazılar (kenar) */
.kenar-yazilar { list-style: none; }
.kenar-yazilar li { margin-bottom: 14px; }
.kenar-yazilar li a { display: flex; gap: 12px; color: var(--koyu); }
.kenar-yazilar li a img { width: 70px; height: 50px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.kenar-yazilar li a strong { display: block; font-size: 13px; line-height: 1.4; }
.kenar-yazilar li a small { color: var(--gri-5); font-size: 11px; }

/* =============================================
   BLOG DETAY
   ============================================= */
.blog-detay-baslik { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; font-size: 13px; color: var(--gri-5); }
.blog-detay-baslik i { margin-right: 4px; }
.blog-detay-h1 { font-size: 32px; font-weight: 800; margin-bottom: 24px; line-height: 1.3; }

.blog-etiketler { margin-top: 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.blog-etiket { background: var(--ana-acik); color: var(--ana); padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; }

.paylasim { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--gri-2); display: flex; align-items: center; gap: 12px; }
.paylasim span { font-weight: 600; font-size: 14px; color: var(--gri-5); }
.paylasim a {
    width: 38px; height: 38px; border-radius: 50%; background: var(--gri-1); border: 1px solid var(--gri-2);
    display: flex; align-items: center; justify-content: center; color: var(--gri-5); font-size: 15px;
}
.paylasim a:hover { background: var(--ana); color: var(--beyaz); border-color: var(--ana); }

/* =============================================
   PROJE BİLGİ KARTI
   ============================================= */
.proje-bilgi-kart {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
    background: var(--gri-1); border-radius: var(--radius); padding: 24px; margin-bottom: 28px;
}
.pbi { display: flex; gap: 12px; align-items: flex-start; }
.pbi i { width: 40px; height: 40px; background: var(--ana-acik); color: var(--ana); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pbi strong { display: block; font-size: 12px; color: var(--gri-5); text-transform: uppercase; }
.pbi span { font-size: 14px; font-weight: 600; color: var(--koyu); }

/* =============================================
   İLETİŞİM
   ============================================= */
.iletisim-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; }
.iletisim-bilgi { display: flex; flex-direction: column; gap: 28px; }
.iletisim-oge { display: flex; gap: 16px; }
.iletisim-ikon {
    width: 56px; height: 56px; background: var(--ana-acik); color: var(--ana);
    border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.iletisim-oge h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.iletisim-oge p { color: var(--gri-5); font-size: 14px; }
.iletisim-oge a { color: var(--gri-5); }
.iletisim-oge a:hover { color: var(--ana); }
.iletisim-form-alan h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; }
.iletisim-harita { margin-top: 50px; border-radius: var(--radius); overflow: hidden; }
.iletisim-harita iframe { width: 100%; height: 400px; border: 0; }

/* =============================================
   ARAMA
   ============================================= */
.arama-form { display: flex; gap: 0; margin-bottom: 20px; }
.arama-form input {
    flex: 1; padding: 16px 20px; border: 2px solid var(--gri-3); border-radius: 12px 0 0 12px;
    font-size: 16px; outline: none; font-family: inherit;
}
.arama-form input:focus { border-color: var(--ana); }
.arama-form button {
    padding: 16px 24px; background: var(--ana); color: var(--beyaz); border: none;
    border-radius: 0 12px 12px 0; font-size: 18px; cursor: pointer;
}
.arama-sonuclar { display: flex; flex-direction: column; gap: 16px; }
.arama-sonuc {
    display: flex; gap: 16px; padding: 20px; background: var(--beyaz); border-radius: var(--radius);
    box-shadow: var(--golge); color: var(--koyu); transition: var(--gecis);
}
.arama-sonuc:hover { box-shadow: var(--golge-hover); transform: translateY(-2px); }
.arama-sonuc img { width: 120px; height: 80px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.arama-tur { display: inline-block; background: var(--ana-acik); color: var(--ana); font-size: 11px; font-weight: 600; padding: 2px 10px; border-radius: 12px; margin-bottom: 6px; }
.arama-sonuc h3 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.arama-sonuc p { font-size: 13px; color: var(--gri-5); }

/* =============================================
   MOBİL UYUM
   ============================================= */
@media (max-width: 992px) {
    .hero-baslik { font-size: 36px; }
    .hizmet-grid { grid-template-columns: repeat(2, 1fr); }
    .proje-grid { grid-template-columns: repeat(3, 1fr); }
    /* Neden Biz: 4 sutun -> 2 sutun, 1-3 sutunlar oldugu gibi kalsin */
    .neden-grid { grid-template-columns: repeat(min(var(--kolonlar, 4), 2), 1fr); }
    .hakkimizda-grid { grid-template-columns: 1fr; }
    .iki-sutun-grid { grid-template-columns: 1fr !important; }
    .iki-sutun-sag { border-left: none !important; padding-left: 0 !important; border-top: 1px solid #e8edf2; padding-top: 24px; margin-top: 8px; }
    .teklif-grid { grid-template-columns: 1fr; }
    .footer-grid, .footer-grid.footer-5kol { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .footer-marka { grid-column: 1 / -1; padding-right: 0; }
    .footer-aciklama { max-width: none; }
    .istatistik-grid { grid-template-columns: repeat(2, 1fr); }

    .mobil-menu-btn { display: flex; }

    .ana-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--koyu-2, #1a252f);
        box-shadow: -4px 0 20px rgba(0,0,0,0.3);
        z-index: 1000;
        transition: right 0.3s ease;
        padding: 80px 20px 20px;
        overflow-y: auto;
    }

    .ana-nav.acik { right: 0; }

    .menu-listesi { flex-direction: column; gap: 0; align-items: normal; }
    .menu-listesi > li { display: block; }
    .menu-listesi > li > a { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.1); color: #fff !important; font-size: 15px; border-radius: 0; background: transparent; }
    .menu-listesi > li > a:hover { background: rgba(255,255,255,0.08); }

    .alt-menu, .mega-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border-top: none !important;
        width: 100% !important;
        background: rgba(255,255,255,0.05) !important;
    }

    .alt-menu { padding: 0 0 0 16px; }
    .alt-menu li a { color: rgba(255,255,255,0.7) !important; font-size: 14px; }
    .alt-menu li a:hover { color: #fff !important; }

    .mega-menu-icerik { padding: 8px 0; }
    .mega-menu-kolonlar { grid-template-columns: 1fr !important; }
    .mega-kolon { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 8px 0; }
    .mega-kolon-baslik { color: var(--ana) !important; }
    .mega-menu-oge { padding: 10px 16px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: #fff !important; }
    .mega-menu-oge:hover { background: rgba(255,255,255,0.08) !important; }
    .mega-bilgi strong { color: #fff !important; }
    .mega-bilgi span { color: rgba(255,255,255,0.5) !important; }
    .mega-ikon { width: 32px; height: 32px; font-size: 14px; border-radius: 8px; background: rgba(255,255,255,0.1) !important; color: var(--ana) !important; }

    .teklif-btn { display: none; }
    .detay-grid { grid-template-columns: 1fr; }
    .detay-kenar { position: static !important; }
    .iletisim-grid { grid-template-columns: 1fr; }
    .proje-bilgi-kart { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .hero-baslik { font-size: 28px; }
    .hero-icerik { padding: 50px 0; }
    .bolum { padding: 50px 0; }
    .bolum-baslik h2 { font-size: 28px; }
    .hizmet-grid { grid-template-columns: 1fr; }
    .proje-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: 1fr; }
    .neden-grid { grid-template-columns: 1fr; }
    .footer-grid, .footer-grid.footer-5kol { grid-template-columns: 1fr !important; gap: 28px; }
    .footer-marka { grid-column: auto; }
    .footer-alt-icerik { flex-direction: column; text-align: center; gap: 10px; }
    .footer-ust { padding: 40px 0 24px; }
    .footer-baslik { font-size: 15px; }
    .footer-menu a { font-size: 14px; }
    .footer-menu li { margin-bottom: 8px; }
    .footer-iletisim li { font-size: 13px; }
    .footer-aciklama { font-size: 13px; }
    .footer-alt { font-size: 12px; }
    .istatistik-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .istatistik-sayi { font-size: 36px; }
    .ust-bar-sol { display: none; }
    .teklif-form .form-satir { grid-template-columns: 1fr; }
    .hero-butonlar { flex-direction: column; }
    .btn-hero { justify-content: center; }
}

/* =============================================
   TRUST SIGNALS ŞERİDİ
   ============================================= */
.trust-strip {
    background: linear-gradient(135deg, #f8fafb 0%, #eef4f8 100%);
    padding: 60px 0 70px;
    border-top: 1px solid #e8edf2;
    position: relative;
    overflow: hidden;
}
.trust-strip::before {
    content: ""; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(10,92,127,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.trust-ust { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.trust-baslik {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(10,92,127,0.08); color: var(--ana);
    padding: 6px 16px; border-radius: 20px;
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.trust-baslik i { font-size: 13px; }
.trust-ust h3 {
    font-size: 28px; font-weight: 800; color: #1a2332;
    margin: 0 0 12px; letter-spacing: -0.5px; line-height: 1.3;
}
.trust-ust p { font-size: 15px; color: #64748b; line-height: 1.7; margin: 0; }

.trust-grid {
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 36px;
    background: #fff; border-radius: 18px;
    border: 1px solid #e8edf2; padding: 32px;
    box-shadow: 0 4px 24px rgba(10,61,92,0.04);
}
.trust-grup-baslik {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 800; color: var(--ana);
    text-transform: uppercase; letter-spacing: 0.5px;
    padding-bottom: 16px; margin-bottom: 18px;
    border-bottom: 2px solid var(--ana-acik);
}
.trust-grup-baslik i {
    width: 28px; height: 28px; border-radius: 8px;
    background: linear-gradient(135deg, var(--ana), #0e7a9f);
    color: #fff; display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px;
}

.trust-sertifika-liste {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.trust-sertifika {
    padding: 14px 16px; background: #f8fafb;
    border: 1px solid #e8edf2; border-radius: 12px;
    transition: all 0.25s ease;
}
.trust-sertifika:hover {
    border-color: var(--ana); transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(10,92,127,0.08);
}
.ts-kod {
    font-size: 16px; font-weight: 800; color: var(--ana);
    letter-spacing: -0.3px; margin-bottom: 4px;
}
.ts-aciklama { font-size: 12px; color: #64748b; line-height: 1.4; }

.trust-musteri-liste {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.trust-musteri-logo {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 18px 12px; background: #f8fafb;
    border: 1px solid #e8edf2; border-radius: 12px;
    min-height: 80px; gap: 6px;
    transition: all 0.25s ease;
}
.trust-musteri-logo:hover {
    border-color: var(--ana); transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(10,92,127,0.08);
}
.trust-musteri-logo i { font-size: 20px; color: #94a3b8; }
.trust-musteri-logo span {
    font-size: 11px; color: #475569; font-weight: 600;
    text-align: center; line-height: 1.3;
}

@media (max-width: 768px) {
    .trust-strip { padding: 40px 0 50px; }
    .trust-ust h3 { font-size: 22px; }
    .trust-grid { grid-template-columns: 1fr; gap: 24px; padding: 22px; }
    .trust-musteri-liste { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   STICKY CTA (WhatsApp + Teklif + Yukarı)
   ============================================= */
.sticky-cta {
    position: fixed; right: 22px; bottom: 22px;
    display: flex; flex-direction: column; gap: 12px;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.scta-btn {
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    cursor: pointer; border: none;
    position: relative;
}
.scta-btn:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 10px 28px rgba(0,0,0,0.25); }
.scta-wa { background: #25d366; }
.scta-wa::before {
    content: ""; position: absolute; inset: -4px; border-radius: 50%;
    border: 2px solid #25d366; opacity: 0; animation: sctaPulse 2s ease-out infinite;
}
.scta-teklif { background: linear-gradient(135deg, var(--ana), #0e7a9f); }
.scta-yukari { background: #1a2332; opacity: 0; pointer-events: none; transform: scale(0.6); }
.sticky-cta.aktif .scta-yukari { opacity: 1; pointer-events: auto; transform: scale(1); }
.scta-tooltip {
    position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%);
    background: #1a2332; color: #fff; padding: 7px 14px; border-radius: 8px;
    font-size: 13px; font-weight: 600; white-space: nowrap;
    opacity: 0; pointer-events: none; transition: opacity 0.25s ease;
}
.scta-tooltip::after {
    content: ""; position: absolute; left: 100%; top: 50%; transform: translateY(-50%);
    border: 6px solid transparent; border-left-color: #1a2332;
}
.scta-btn:hover .scta-tooltip { opacity: 1; }
@keyframes sctaPulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.4); opacity: 0; } }

@media (max-width: 600px) {
    .sticky-cta { right: 14px; bottom: 14px; gap: 10px; }
    .scta-btn { width: 48px; height: 48px; font-size: 18px; }
    .scta-tooltip { display: none; }
}

/* =============================================
   KVKK COOKIE BANNER
   ============================================= */
.kvkk-banner {
    position: fixed; left: 22px; right: 22px; bottom: 22px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    box-shadow: 0 14px 42px rgba(10,61,92,0.18);
    z-index: 1100;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.kvkk-banner.goster { opacity: 1; transform: translateY(0); }
.kvkk-icerik { padding: 16px 22px; display: flex; gap: 18px; align-items: center; }
.kvkk-metin { flex: 1; display: flex; align-items: center; gap: 12px; }
.kvkk-info-ikon { color: var(--ana); font-size: 18px; flex-shrink: 0; }
.kvkk-metin p { font-size: 13px; color: #475569; line-height: 1.6; margin: 0; }
.kvkk-metin p a { color: var(--ana); text-decoration: underline; font-weight: 600; margin-left: 4px; }
.kvkk-butonlar { display: flex; gap: 8px; flex-shrink: 0; align-items: center; }
.kvkk-btn {
    padding: 10px 22px; border-radius: 8px; font-size: 13px; font-weight: 700;
    cursor: pointer; transition: all 0.2s ease; border: none;
}
.kvkk-kabul { background: var(--ana); color: #fff; letter-spacing: 0.3px; }
.kvkk-kabul:hover { background: #0e7a9f; }
.kvkk-link { background: transparent; color: #475569; border: 1px solid #e2e8f0; }
.kvkk-link:hover { background: #f8fafb; color: var(--ana); border-color: var(--ana); }
.kvkk-banner { max-width: 880px; }

@media (max-width: 720px) {
    .kvkk-banner { left: 10px; right: 10px; bottom: 10px; }
    .kvkk-icerik { flex-direction: column; align-items: stretch; padding: 14px 16px; gap: 12px; }
    .kvkk-metin { flex-direction: column; align-items: flex-start; gap: 8px; }
    .kvkk-butonlar { justify-content: stretch; gap: 8px; }
    .kvkk-btn { flex: 1; text-align: center; }
}

/* KVKK Modal */
.kvkk-modal {
    position: fixed; inset: 0;
    z-index: 2000;
    opacity: 0; transition: opacity 0.3s ease;
}
.kvkk-modal.goster { opacity: 1; }
.kvkk-modal-overlay {
    position: absolute; inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}
.kvkk-modal-icerik {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -48%);
    background: #fff; border-radius: 16px;
    width: calc(100% - 32px); max-width: 640px; max-height: calc(100vh - 40px);
    display: flex; flex-direction: column;
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.kvkk-modal.goster .kvkk-modal-icerik { transform: translate(-50%, -50%); }

.kvkk-modal-baslik {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; border-bottom: 1px solid #e8edf2;
    flex-shrink: 0;
}
.kvkk-modal-baslik h3 { margin: 0; font-size: 17px; font-weight: 800; color: #1a2332; display: flex; align-items: center; gap: 10px; }
.kvkk-modal-baslik h3 i { color: var(--ana); font-size: 18px; }
.kvkk-modal-kapat {
    background: transparent; border: none; width: 32px; height: 32px;
    border-radius: 8px; color: #94a3b8; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all 0.2s ease;
}
.kvkk-modal-kapat:hover { background: #f1f5f9; color: #475569; }

.kvkk-modal-govde {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1;
}
.kvkk-modal-aciklama { font-size: 13px; color: #64748b; line-height: 1.7; margin: 0 0 20px; padding: 14px; background: #f8fafb; border-radius: 10px; border-left: 3px solid var(--ana); }

.kvkk-kategori {
    padding: 18px 0;
    border-bottom: 1px solid #f1f5f9;
}
.kvkk-kategori:last-child { border-bottom: none; }
.kvkk-kategori-ust { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.kvkk-kategori-bilgi { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; }
.kvkk-kategori-bilgi > i {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--ana-acik); color: var(--ana);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0;
}
.kvkk-kategori-bilgi h4 { font-size: 14px; font-weight: 700; color: #1a2332; margin: 0; }
.kvkk-kategori-bilgi span {
    display: inline-block; margin-top: 4px;
    font-size: 11px; font-weight: 600; color: #64748b;
    text-transform: uppercase; letter-spacing: 0.4px;
}
.kvkk-rozet-zorunlu { color: #16a34a !important; background: #dcfce7; padding: 2px 8px; border-radius: 4px; }
.kvkk-kategori p { font-size: 13px; color: #64748b; line-height: 1.6; margin: 12px 0 0 54px; }

/* Toggle switch */
.kvkk-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.kvkk-switch input { opacity: 0; width: 0; height: 0; }
.kvkk-slider {
    position: absolute; cursor: pointer; inset: 0;
    background: #cbd5e1; border-radius: 24px;
    transition: 0.25s;
}
.kvkk-slider::before {
    content: ""; position: absolute; height: 18px; width: 18px;
    left: 3px; top: 3px;
    background: #fff; border-radius: 50%;
    transition: 0.25s; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.kvkk-switch input:checked + .kvkk-slider { background: var(--ana); }
.kvkk-switch input:checked + .kvkk-slider::before { transform: translateX(20px); }
.kvkk-switch-pasif .kvkk-slider { background: #16a34a; cursor: not-allowed; opacity: 0.7; }
.kvkk-switch-pasif input + .kvkk-slider::before { transform: translateX(20px); }

.kvkk-modal-alt {
    display: flex; gap: 10px; padding: 18px 24px;
    border-top: 1px solid #e8edf2;
    background: #f8fafb;
    border-radius: 0 0 16px 16px;
    flex-shrink: 0;
}
.kvkk-modal-alt .kvkk-btn { flex: 1; justify-content: center; display: inline-flex; align-items: center; gap: 6px; }

@media (max-width: 560px) {
    .kvkk-modal-icerik { width: calc(100% - 16px); max-height: calc(100vh - 20px); border-radius: 12px; }
    .kvkk-kategori p { margin-left: 0; margin-top: 10px; }
    .kvkk-kategori-bilgi > i { width: 36px; height: 36px; font-size: 14px; }
    .kvkk-modal-alt { flex-direction: column-reverse; }
}
