body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;

    font-family: system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, Arial, sans-serif;

    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.2px;

    color: #1f2937;
}


/*                                 MASAÜSTÜ                        */


/*-MASAÜSTÜ HEADER-*/
.aydn-skip-link{
  position:absolute;
  left:-9999px;
  top:0;
  z-index:3000;
  background:#fff;
  color:#000;
  padding:10px 14px;
  border-radius:10px;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  text-decoration:none;
}
.aydn-skip-link:focus{
  left:12px;
  top:12px;
}

:root{
  --aydn-dhdr-h: 80px;
  --aydn-dhdr-gap: 60px;
}

@media (min-width: 1025px){
  body{
    padding-top: calc(var(--aydn-dhdr-h) + var(--aydn-dhdr-gap));
  }
}

@media (max-width: 1024px){
  .aydn-only-desktop{ display:none !important; }
  body{ padding-top:0 !important; }
}

.aydn-dhdr{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  z-index: 1000;

  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.06);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aydn-dhdr__container{
  max-width: 1300px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  min-height: var(--aydn-dhdr-h);
}

.aydn-dhdr__logo{
  display:flex;
  align-items:center;
  gap:10px;
  flex: 0 0 auto;
}
.aydn-dhdr__logo img{
  display:block;
  height: 88px;
  width: 280px;
  object-fit: contain;
}

.aydn-dhdr__nav{
  flex: 1 1 auto;
  display:flex;
  justify-content:center;
}

.aydn-dhdr__menu{
  list-style:none;
  display:flex;
  align-items:center;
  gap: 30px;
  margin:0;
  padding:0;
}

.aydn-dhdr__link,
.aydn-dhdr__dd-toggle-label{
  text-decoration:none;
  color:#1f2937;
  font-weight:600;
  letter-spacing:.2px;
  cursor:pointer;
  transition: color .2s ease, transform .15s ease;
}

.aydn-dhdr__link:hover,
.aydn-dhdr__dd-toggle-label:hover{
  color:#ff0000;
}

.aydn-dhdr__link:focus-visible,
.aydn-dhdr__dd-toggle-label:focus-visible,
.aydn-dhdr__phone:focus-visible{
  outline: 2px solid rgba(255, 0, 0, 0.45);
  outline-offset: 3px;
  border-radius: 10px;
}

.aydn-dhdr__link:hover{
  transform: translateY(-1px);
}

.aydn-dhdr__item--dd{
  position:relative;
}

.aydn-dhdr__dd-toggle{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  margin:0;
  padding:0;
  pointer-events:none;
}

.aydn-dhdr__dd-menu{
  display:none;
  position:absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1200;

  background:#e0e0e0;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
  border-radius: 14px;

  min-width: 290px;
  list-style:none;
  margin:0;
  padding: 10px 0;

  contain: layout paint;
}

.aydn-dhdr__dd-toggle:checked + .aydn-dhdr__dd-toggle-label + .aydn-dhdr__dd-menu{
  display:block;
}

.aydn-dhdr__dd-menu a{
  display:block;
  padding: 11px 16px;
  color:#111827;
  font-weight:600;
  text-decoration:none;
  transition: background-color .15s ease, color .2s ease, padding-left .15s ease;
}
.aydn-dhdr__dd-menu a:hover{
  color:#ff0000;
  background: rgba(255,255,255,.55);
  padding-left: 18px;
}
.aydn-dhdr__dd-menu a:focus-visible{
  background: rgba(255,255,255,.55);
  color:#ff0000;
}

.aydn-dhdr__dd-toggle-label::after{
  content:"▾";
  display:inline-block;
  margin-left:8px;
  font-size: 12px;
  transform: translateY(-1px);
  opacity:.85;
}

.aydn-dhdr__dd-overlay{
  display:none;
}

.aydn-dhdr__dd-toggle:checked ~ .aydn-dhdr__dd-overlay{
  display:block;
  position:fixed;
  inset:0;
  z-index:1100;
  background: transparent;
  cursor: default;
}

.aydn-dhdr__phone{
  flex: 0 0 auto;
  background:#162a5d;
  color:#fff;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.2px;

  box-shadow: 0 10px 22px rgba(22,42,93,.18);
  transition: transform .15s ease, background-color .2s ease, box-shadow .2s ease;
  will-change: transform;
}

.aydn-dhdr__phone:hover{
  background:#0f1f44;
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 14px 28px rgba(22,42,93,.22);
}

@media (prefers-reduced-motion: reduce){
  .aydn-dhdr__link,
  .aydn-dhdr__dd-toggle-label,
  .aydn-dhdr__phone,
  .aydn-dhdr__dd-menu a{
    transition:none !important;
  }
  .aydn-dhdr__phone:hover,
  .aydn-dhdr__link:hover{
    transform:none !important;
  }
}
/*-MASAÜSTÜ HEADER BİTİŞ-*/




/* =MOBİL HEADER=                                        */
.mobile-header,
.mobile-logo,
.mobile-logo-link{
  display: none;
}

@media (max-width: 768px) {

  .mobile-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;

    background: #f2f2f2;

    position: static;

    z-index: 9000;

    padding: 10px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d5db;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  }

  .mobile-logo-link{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-logo{
    display: block;
    width: 200px;
    height: auto;
  }

  .mobile-logo-link:focus-visible{
    outline: 2px solid rgba(255, 0, 0, 0.45);
    outline-offset: 4px;
    border-radius: 10px;
  }
}
/* =MOBİL HEADER BİTİŞ=                                  */



/* =====================================
    MOBİL MENÜ VE ALT BUTONLAR BÖLÜMÜ
======================================== */

/* DEFAULT: HER YERDE KAPALI */
.zM4rP9xL2kQ7vA0nS6__btn,
.zM4rP9xL2kQ7vA0nS6__pnl,
.zM4rP9xL2kQ7vA0nS6__ovr,
.zM4rP9xL2kQ7vA0nS6__bar{
  display:none !important;
}

/* Checkboxlar */
.zM4rP9xL2kQ7vA0nS6__ck,
.zM4rP9xL2kQ7vA0nS6__sck{ display:none; }

/* =========================
   SADECE TELEFON (≤600px)
========================= */
@media (max-width:600px){

  /* local box-sizing + font (SEO uyumlu, okunaklı) */
  .zM4rP9xL2kQ7vA0nS6,
  .zM4rP9xL2kQ7vA0nS6 *{
    box-sizing:border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  }


  .zM4rP9xL2kQ7vA0nS6{
    --z-ac-wa:#22c55e;
    --z-ac-ca:#3b82f6;
    --z-w:#ffffff;
    --z-b:#000000;
    --z-br: rgba(255,255,255,.18);
    --z-gl: rgba(255,255,255,.10);
  }

  .zM4rP9xL2kQ7vA0nS6__btn,
  .zM4rP9xL2kQ7vA0nS6__ovr,
  .zM4rP9xL2kQ7vA0nS6__bar{ display:flex !important; }
  .zM4rP9xL2kQ7vA0nS6__pnl{ display:block !important; }

  /* Katmanlar */
  .zM4rP9xL2kQ7vA0nS6__btn{ z-index:999999; }
  .zM4rP9xL2kQ7vA0nS6__ovr{ z-index:999997; }
  .zM4rP9xL2kQ7vA0nS6__pnl{ z-index:999998; }
  .zM4rP9xL2kQ7vA0nS6__bar{ z-index:999999; }

  /* =========================
     HAMBURGER
  ========================= */
  .zM4rP9xL2kQ7vA0nS6__btn{
    position:fixed;
    top:24px;
    right:14px;

    width:46px;
    height:46px;
    border-radius:14px;

    background:rgba(0,0,0,.70);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:none;

    align-items:center;
    justify-content:center;

    cursor:pointer;
    -webkit-tap-highlight-color: transparent;

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }

  .zM4rP9xL2kQ7vA0nS6__ham{ width:20px; height:16px; display:grid; gap:4px; }
  .zM4rP9xL2kQ7vA0nS6__ham i{
    height:2px;
    border-radius:999px;
    background:#fff;
    transition: transform .22s ease, opacity .18s ease;
    will-change: transform, opacity;
  }

  body:has(#zM4rP9xL2kQ7vA0nS6__tgl:checked) .zM4rP9xL2kQ7vA0nS6__ham i:nth-child(2){ opacity:0; }
  body:has(#zM4rP9xL2kQ7vA0nS6__tgl:checked) .zM4rP9xL2kQ7vA0nS6__ham i:nth-child(1){ transform:translateY(6px) rotate(45deg); }
  body:has(#zM4rP9xL2kQ7vA0nS6__tgl:checked) .zM4rP9xL2kQ7vA0nS6__ham i:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }

  /* Klavye odak */
  .zM4rP9xL2kQ7vA0nS6__btn:focus-visible,
  .zM4rP9xL2kQ7vA0nS6__mi:focus-visible,
  .zM4rP9xL2kQ7vA0nS6__shd:focus-visible,
  .zM4rP9xL2kQ7vA0nS6__si:focus-visible,
  .zM4rP9xL2kQ7vA0nS6__bb:focus-visible{
    outline: 2px solid rgba(255,255,255,.55);
    outline-offset: 3px;
    border-radius: 14px;
  }

  /* =========================
     OVERLAY
  ========================= */
  .zM4rP9xL2kQ7vA0nS6__ovr{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.80);
    opacity:0;
    pointer-events:none;
    transition: opacity .22s ease;
  }

  /* =========================
     PANEL (%80 – TAM SİYAH)
  ========================= */
  .zM4rP9xL2kQ7vA0nS6__pnl{
    position:fixed;
    top:0;
    right:0;

    width:80vw;
    max-width:430px;
    height:100dvh;

    background:#000;
    border-left:1px solid rgba(255,255,255,.18);

    transform:translateX(105%);
    transition: transform .28s ease;

    overflow-y:auto;
    overscroll-behavior:contain;

    padding:118px 12px 120px;

    contain: layout paint;
    will-change: transform;
  }

  .zM4rP9xL2kQ7vA0nS6__pnl::before{
    content:"";
    position:absolute;
    top:22px;
    left:18px;

    width:10px;
    height:10px;
    border-radius:50%;

    background: var(--z-ac-wa);
    box-shadow:
      0 0 0 6px rgba(34,197,94,.18),
      0 0 18px rgba(34,197,94,.55);
  }

  /* =========================
     MENU LIST
  ========================= */
  .zM4rP9xL2kQ7vA0nS6__nav{
    list-style:none;
    margin: 10px 0 0;
    padding:0;
  }

  .zM4rP9xL2kQ7vA0nS6__nav > li{ margin:8px 0; }

  .zM4rP9xL2kQ7vA0nS6__mi,
  .zM4rP9xL2kQ7vA0nS6__shd{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;

    padding:13px 12px;
    border-radius:12px;

    text-decoration:none;
    font-weight:850;
    color:#fff;

    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);

    -webkit-tap-highlight-color: transparent;
  }

  .zM4rP9xL2kQ7vA0nS6__shd{ cursor:pointer; }

  .zM4rP9xL2kQ7vA0nS6__sar{
    width:10px;
    height:10px;
    border-right:2px solid rgba(255,255,255,.86);
    border-bottom:2px solid rgba(255,255,255,.86);
    transform:rotate(45deg);
    transition: transform .20s ease;
  }

  /* ALT MENÜ */
  .zM4rP9xL2kQ7vA0nS6__smn{
    list-style:none;
    padding:0;
    margin:0;

    max-height:0;
    opacity:0;
    overflow:hidden;

    transition: max-height .14s ease, opacity .10s ease;
  }

  .zM4rP9xL2kQ7vA0nS6__smn li{ margin:6px 0; }

  .zM4rP9xL2kQ7vA0nS6__si{
    display:block;
    padding:12px;
    border-radius:10px;

    text-decoration:none;
    font-weight:700;
    color:#fff;

    background:rgba(255,255,255,.12);
  }

  #zM4rP9xL2kQ7vA0nS6__hz:checked ~ .zM4rP9xL2kQ7vA0nS6__smn{
    max-height:520px;
    opacity:1;
    margin-top:8px;
  }

  #zM4rP9xL2kQ7vA0nS6__hz:checked + .zM4rP9xL2kQ7vA0nS6__shd .zM4rP9xL2kQ7vA0nS6__sar{
    transform:rotate(225deg);
  }

  /* OPEN STATES */
  #zM4rP9xL2kQ7vA0nS6__tgl:checked ~ .zM4rP9xL2kQ7vA0nS6__ovr{
    opacity:1;
    pointer-events:auto;
  }
  #zM4rP9xL2kQ7vA0nS6__tgl:checked ~ .zM4rP9xL2kQ7vA0nS6__pnl{
    transform:translateX(0);
  }

  /* Menü açıkken sayfa kaymasını kapat (scoped) */
  body:has(#zM4rP9xL2kQ7vA0nS6__tgl:checked){
    overflow:hidden;
    touch-action:none;
  }

  /* =========================
     ALT BAR (DAHA KURUMSAL + HAFİF ANİMASYON)
  ========================= */
  .zM4rP9xL2kQ7vA0nS6__bar{
    position:fixed;
    left:12px;
    right:12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));

    display:flex;
    gap:10px;
  }

  .zM4rP9xL2kQ7vA0nS6__bb{
    flex:1;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    border-radius:14px;
    text-decoration:none;

    font-weight:950;
    letter-spacing:.2px;
    color:#fff;

    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);

    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.14),
      0 10px 24px rgba(0,0,0,.45);

    -webkit-tap-highlight-color: transparent;
    user-select:none;
    will-change: transform, filter;
    position: relative;
    overflow: hidden;
  }

  /* Kurumsal “shine” (abartısız) */
  .zM4rP9xL2kQ7vA0nS6__bb::after{
    content:"";
    position:absolute;
    top:-50%;
    left:-60%;
    width:60%;
    height:220%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
    transform: rotate(18deg);
    animation: zM4rP9xL2kQ7vA0nS6__sh 3.9s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes zM4rP9xL2kQ7vA0nS6__sh{
    0%{ left:-70%; opacity:0; }
    18%{ opacity:.7; }
    45%{ left:120%; opacity:0; }
    100%{ left:120%; opacity:0; }
  }

  .zM4rP9xL2kQ7vA0nS6__ico{
    width:21px;
    height:21px;
    fill: currentColor;
  }

  /* ✅ SADECE RENKLERİ KURUMSAL + BİR TIK AÇIK (WP) */
.zM4rP9xL2kQ7vA0nS6__wa{

  border-color: rgba(37,211,102,.55);

  background:
  linear-gradient(135deg,#25D366,#16a34a);

  box-shadow:
  inset 0 1px 0 rgba(255,255,255,.18),
  0 10px 24px rgba(0,0,0,.45),
  0 0 26px rgba(37,211,102,.25);

  animation: zM4rP9xL2kQ7vA0nS6__pl 3s ease-in-out infinite;

}

  /* ✅ SADECE RENKLERİ KURUMSAL + BİR TIK AÇIK (ARA) */
.zM4rP9xL2kQ7vA0nS6__ca{

  border-color: rgba(96,165,250,.55);

  background:
  linear-gradient(135deg,#3b82f6,#1d4ed8);

  box-shadow:
  inset 0 1px 0 rgba(255,255,255,.18),
  0 10px 24px rgba(0,0,0,.45),
  0 0 26px rgba(59,130,246,.22);

}

  @keyframes zM4rP9xL2kQ7vA0nS6__pl{
    0%,100%{ filter: saturate(1) brightness(1); }
    50%{ filter: saturate(1.08) brightness(1.02); }
  }

  .zM4rP9xL2kQ7vA0nS6__bb:active{ transform: translateY(1px); }

  /* Animasyon azalt seçeneği */
  @media (prefers-reduced-motion: reduce){
    .zM4rP9xL2kQ7vA0nS6__ham i,
    .zM4rP9xL2kQ7vA0nS6__ovr,
    .zM4rP9xL2kQ7vA0nS6__pnl,
    .zM4rP9xL2kQ7vA0nS6__smn,
    .zM4rP9xL2kQ7vA0nS6__sar,
    .zM4rP9xL2kQ7vA0nS6__bb,
    .zM4rP9xL2kQ7vA0nS6__bb::after{
      transition:none !important;
      animation:none !important;
    }
    .zM4rP9xL2kQ7vA0nS6__bb:active{ transform:none; }
  }
}

/* =====================================
   MOBİL MENÜ + ALT BAR BİTİŞ
===================================== */


/*===============================================================================================================================*/

/* =====MASAÜSTÜ=================== */

.R4p9T2mK {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 18px; /* ✅ dış boşluk buraya taşındı */
}

.R4p9T2mK,
.R4p9T2mK * {
  box-sizing: border-box;
}

/* ✅ MAVİ KART (artık padding yok, sadece kart) */
.K8m2Q1zP {
  --b1: #082a66;
  --b2: #0a49c0;
  --tx: #ffffff;
  --mt: rgba(255, 255, 255, .86);
  --rd: 24px;
  --sh: 0 18px 45px rgba(0, 0, 0, .18);
  --st: rgba(255, 255, 255, .14);

  --c1: #2b2f36;
  --c2: #1f2329;

  --w1: #0A7C3E;
  --w2: #086432;

  border-radius: var(--rd);
  overflow: hidden;
  box-shadow: var(--sh);
  background:
    radial-gradient(820px 260px at 18% 18%, rgba(255, 255, 255, .14), transparent 62%),
    radial-gradient(760px 260px at 84% 82%, rgba(30, 136, 255, .18), transparent 64%),
    linear-gradient(135deg, var(--b2), var(--b1));
}

/* İç grid */
.T6v1N9aR {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  padding: 20px 40px; /* ✅ senin ekrandaki oran */
  align-items: center;
}

/* Sol */
.F4c8L2mQ { min-width: 0; }

.J9r2B6xA {
  font-size: 40px;
  line-height: 1.08;
  color: var(--tx);
  margin: 0 0 12px 0;
  text-align: left;
}

.P3n7D1kV {
  color: var(--mt);
  line-height: 1.7;
  font-size: 15.5px;
  max-width: 70ch;
  margin: 0;
}

/* Badge’ler */
.S5y1H8qC {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.U2k9M3dE {
  padding: 7px 12px;
  font-size: 12.5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid var(--st);
  color: var(--tx);
}

/* Butonlar */
.A7w3X9pN {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.G1t8Z4cM {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--tx);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .14);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, border-color .18s ease;
  will-change: transform;
}

.G1t8Z4cM:hover { transform: translateY(-1px); }

.E3m7Q1sD {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: block;
  color: currentColor;
  shape-rendering: geometricPrecision;
}

/* Ara */
.G9c2V7nL {
  background: var(--c1);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .28);
}
.G9c2V7nL:hover {
  background: var(--c2);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .34);
}

/* WhatsApp */
.W8b1K6sR {
  background: var(--w1);
  box-shadow: 0 10px 22px rgba(10, 124, 62, .28);
}
.W8b1K6sR:hover {
  background: var(--w2);
  box-shadow: 0 12px 26px rgba(10, 124, 62, .34);
}

/* Sağ görsel */
.D2x6H1pT {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
  background: transparent;
}

.V9q2S6nJ {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 70%;
}

/* ✅ Mobil + Tablet kapalı */
@media (max-width: 1023px) {
  .R4p9T2mK { display: none !important; }
}

/*-----------------------------------------------------------------------*/

/* =========================================
   ✅ SADECE BU BLOK (Scoped)
   ✅ Desktop-only (mobil+tablet kapalı)
========================================= */

.M7k2Q9vA {
  margin: 35px 0;
}

.M7k2Q9vA,
.M7k2Q9vA * {
  box-sizing: border-box;
}

.H3p8N1cR {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 18px;
}

/* 2'li satır */
.D6t1L9bQ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Kart */
.Y8c4S2mK {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
  background: #000;
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease;
}

/* Resim (çok hafif kurumsal filtre) */
.V2n7P5xJ {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  opacity: .94;                /* ✅ çok hafif saydam */
  filter: saturate(.95) contrast(1.03);
}

/* Overlay */
.F9q1Z6rT {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, .30),
    rgba(0, 0, 0, .46)
  );
  text-align: center;
  pointer-events: none;
}

/* Çizgi */
.B4m9K2dE {
  width: 72px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .30);
}

/* Yazı */
.U1x6H3nP {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #f2f2f2;
  text-shadow: 0 8px 18px rgba(0, 0, 0, .45);
}

/* Hover (premium) */
.Y8c4S2mK:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.Y8c4S2mK:hover .F9q1Z6rT {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, .22),
    rgba(0, 0, 0, .38)
  );
}

.Y8c4S2mK:hover .V2n7P5xJ {
  opacity: .97; /* hover’da çok hafif canlı */
}

/* ORTA METİN (kutu gibi değil, sayfa metni gibi) */
.C2v8R1sM {
  margin: 30px 0;
  padding: 6px 2px;            /* ✅ kutu hissini kırdık */
  border-radius: 16px;
  background: transparent;      /* ✅ kart değil */
  box-shadow: none;             /* ✅ kart değil */
  border-top: 1px solid rgba(11, 42, 102, .10);
  border-bottom: 1px solid rgba(11, 42, 102, .10);
}

.J5n1Q9xD {
  margin: 0 0 12px;
  font-size: 26px;
  color: #0b2a66;
  letter-spacing: .2px;
}

.P7m2D9kV {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #3f4652; /* ✅ daha kurumsal gri */
}

.P7m2D9kV:last-child {
  margin-bottom: 0;
}

/* ✅ Mobil + Tablet gizle */
@media (max-width: 1023px) {
  .M7k2Q9vA {
    display: none !important;
  }
}


/* =================================================================================================== */

.Q7m2V9kR {
  margin: 90px 0 50px;
}

.Q7m2V9kR,
.Q7m2V9kR * {
  box-sizing: border-box;
}

.L4p8N1cT {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 18px;
}

.H9d3S6xQ {
  margin-bottom: 26px;
}

.T2k7B1mP {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -0.3px;
  color: #0b2a66;
}

.P6n1D8qV {
  margin: 0;                 /* ✅ görseldeki gibi düzgün */
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
  max-width: 150ch;
}

/* Grid */
.G3v9Q1sN {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 34px;
}

/* Item: kart değil, çizgili blok */
.A8c2L6mJ {
  padding: 14px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .10);
}

.S1r6H9pD {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: #0b2a66;
}

.C5m2X8tK {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #444;
}

/* Alt not */
.N6q1V8sC {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px dashed rgba(0, 0, 0, .16);
}

.E9m2D7kL {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: #555;
}

/* ✅ Mobil+Tablet kapalı */
@media (max-width: 1023px) {
  .Q7m2V9kR {
    display: none !important;
  }
}

/*                                                                                                                */


/* =========================================
   KOMBI PRATİK BİLGİ KARTLARI
   Scoped + Desktop Only
========================================= */

@media (max-width:1023px){
.R7k2V9mQ{display:none!important;}
}

.R7k2V9mQ{
max-width:1320px;
margin:64px auto;
padding:0 20px;
}

.R7k2V9mQ,
.R7k2V9mQ *{
box-sizing:border-box;
}

/* BAŞLIK */

.T3x7B2mL h2{
margin:0 0 18px;
font-size:34px;
font-weight:900;
color:#0033AB;
letter-spacing:-0.3px;
}

/* GRID */

.G6v2S9nK{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:28px!important;
}

/* KART */

.A8c3L5mR{
border-radius:22px;
overflow:hidden;
background:#000;
box-shadow:0 18px 45px rgba(15,23,42,.10);
transition:transform .25s ease,box-shadow .25s ease;
}

.A8c3L5mR:hover{
transform:translateY(-4px);
box-shadow:0 28px 70px rgba(15,23,42,.16);
}

/* GÖRSEL KUTUSU */

.P9d1X6tQ{
position:relative;
height:300px;
overflow:hidden;
border-radius:22px;
}

/* RESİM */

.I2n7P5xJ{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
display:block;
transform:scale(1.01);
transition:transform .35s ease;
will-change:transform;
}

/* RESİM ÜSTÜ SAYDAM SİYAH */

.P9d1X6tQ::after{
content:"";
position:absolute;
inset:0;
z-index:1;
background:linear-gradient(
180deg,
rgba(0,0,0,.05) 0%,
rgba(0,0,0,.25) 40%,
rgba(0,0,0,.78) 100%
);
}

/* HOVER ZOOM */

.A8c3L5mR:hover .I2n7P5xJ{
transform:scale(1.06);
}

/* TAG */

.Z2m7Q4pB,
.Z8p2M4xD,
.Z6k1T9rC,
.Z3v7H1mF,
.Z5x8L2pN{
position:absolute;
top:14px;
left:14px;
z-index:2;
padding:6px 12px;
border-radius:999px;
font-size:12px;
font-weight:900;
background:rgba(255,255,255,.92);
border:1px solid rgba(255,255,255,.65);
backdrop-filter:blur(6px);
}

/* TAG RENKLER */

.Z2m7Q4pB{box-shadow:inset 0 0 0 999px rgba(29,78,216,.12);}
.Z8p2M4xD{box-shadow:inset 0 0 0 999px rgba(4,120,87,.12);}
.Z6k1T9rC{box-shadow:inset 0 0 0 999px rgba(109,40,217,.12);}
.Z3v7H1mF{box-shadow:inset 0 0 0 999px rgba(185,28,28,.12);}
.Z5x8L2pN{box-shadow:inset 0 0 0 999px rgba(146,64,14,.12);}

/* YAZI ALANI */

.K4s9D1mT{
position:absolute;
left:0;
right:0;
bottom:0;
z-index:2;
padding:18px 20px 20px;
background:linear-gradient(
180deg,
rgba(0,0,0,0) 0%,
rgba(0,0,0,.35) 35%,
rgba(0,0,0,.85) 100%
);
}

/* BAŞLIK */

.K4s9D1mT h3{
margin:0 0 8px;
font-size:19px;
font-weight:900;
color:#ffffff;
letter-spacing:-0.2px;
text-shadow:0 10px 24px rgba(0,0,0,.65);
}

/* METİN */

.K4s9D1mT p{
margin:0;
font-size:14px;
line-height:1.55;
color:rgba(255,255,255,.92);
text-shadow:0 8px 20px rgba(0,0,0,.55);
}

/*=================================================================MOBİL====================================================*/

/* Global (mobil performans / tutarlılık) */
*{ box-sizing:border-box; }

/* MOBILE ONLY */
@media (min-width: 768px){
  .K7m2Q9v1T4a{ display:none !important; }
  .T2m9Q1v6S8k{ display:none !important; }
  .Q8m2T9v1Q6d{ display:none !important; }
  .A9m2V8q1Q6t{ display:none !important; }
  .P7m2Q9v1T6x{ display:none !important; }
}

/* ===============================
   HERO
=============================== */
.K7m2Q9v1T4a{ background:#f4f6fb; padding:0; }

.R3q8M1t6V9n{ max-width:560px; margin:0 auto; padding:0px; }

.N6v1Q9m2T8k{
  position:relative;
  border-radius:0 0 22px 22px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 45px rgba(15,23,42,.10);
  margin:0;
}

.B9t2Q6m1V8r{
  width:100%;
  height:clamp(260px, 74vw, 360px);
  object-fit:cover;
  display:block;
  transform:none;
}

.X4m9Q1t6V2p{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.40) 52%, rgba(0,0,0,.82) 100%);
}

.H2v8Q1m6T9s{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:2;
  text-align:left;
}

.P1t9Q6m2V8x{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
}

.M8q2V9t1Q6n{
  margin:10px 0 4px;
  font-size:clamp(26px, 7vw, 32px);
  line-height:1.06;
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
}

.S6m1V8q2T9d{
  margin:0;
  font-size:clamp(12.5px, 3.3vw, 14px);
  color:rgba(255,255,255,.92);
}

.D9m2Q6t1V8h{
  margin:18px 10px 0;
  font-size:clamp(14px, 3.7vw, 15.6px);
  line-height:1.85;
  color:rgba(15,23,42,.86);
}

.F1q8T2m9V6s{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 10px 0;
}

.L8m1Q9t2V6p{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  color:rgba(15,23,42,.88);
  box-shadow:0 12px 24px rgba(15,23,42,.06);
}
.J2v9Q1m6T8r{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  color:rgba(15,23,42,.88);
  box-shadow:0 12px 24px rgba(15,23,42,.06);
}
.C6t1V8m2Q9w{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  color:rgba(15,23,42,.88);
  box-shadow:0 12px 24px rgba(15,23,42,.06);
}
.U9m2Q6t1V8b{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  color:rgba(15,23,42,.88);
  box-shadow:0 12px 24px rgba(15,23,42,.06);
}
.E1q8T2m9V6k{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  color:rgba(15,23,42,.88);
  box-shadow:0 12px 24px rgba(15,23,42,.06);
}

.G9t2V8m1Q6z{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin:12px 10px 16px;
}

.A6m1Q9t2V8n{
  background:#fff;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 16px 34px rgba(15,23,42,.08);
  padding:12px 10px;
  text-align:center;
}

.Z8q2V9t1Q6a{
  width:34px;
  height:34px;
  margin:0 auto 8px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#f59e0b;
  background:rgba(245,158,11,.16);
}
.Y2m9Q1t6V8c{
  width:34px;
  height:34px;
  margin:0 auto 8px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#e11d48;
  background:rgba(225,29,72,.14);
}
.V8m1Q9t2V6g{
  width:34px;
  height:34px;
  margin:0 auto 8px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#16a34a;
  background:rgba(22,163,74,.14);
}

.W1t8Q2m9V6d{
  display:block;
  font-weight:900;
  font-size:clamp(11.5px, 3vw, 13px);
  color:#1f2a44;
}

/* ===============================
   HİZMETLER
=============================== */
.T2m9Q1v6S8k{ background:#f4f6fb; padding:18px 0 0; }

.V6q1M9t2Q8a{ max-width:560px; margin:0 auto; padding:0 10px 6px; }

.H8m2Q9t1V6p{ margin:0 0 10px; }

.K9t2V8m1Q6r{
  margin:0;
  font-size:clamp(20px, 5.4vw, 24px);
  font-weight:900;
  color:#0b2a66;
  letter-spacing:-0.2px;
}

.P6m1V8q2T9s{
  margin:6px 0 0;
  font-size:clamp(13px, 3.3vw, 14px);
  color:rgba(15,23,42,.82);
}

.G6t1V8m2Q9a{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.F8m2Q9t1V6c{
  margin:0;
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}
.I9t2V8m1Q6x{
  width:100%;
  height:clamp(120px, 32vw, 150px);
  object-fit:cover;
  display:block;
  transform:none;
}
.O1q8T2m9V6n{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.55));
}
.C9m2Q6t1V8s{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:2;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  font-size:clamp(12px, 3.1vw, 13px);
  color:#fff;
  background:rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.14);
}

.Y7t1V8m2Q9b{
  margin:0;
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}
.N2m9Q1t6V8p{
  width:100%;
  height:clamp(120px, 32vw, 150px);
  object-fit:cover;
  display:block;
  transform:none;
}
.R8m1Q9t2V6e{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.55));
}
.D1q8T2m9V6t{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:2;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  font-size:clamp(12px, 3.1vw, 13px);
  color:#fff;
  background:rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.14);
}

.L9m2Q6t1V8k{
  margin:0;
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}
.Z1q8T2m9V6v{
  width:100%;
  height:clamp(120px, 32vw, 150px);
  object-fit:cover;
  display:block;
  transform:none;
}
.S8m2Q9t1V6h{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.55));
}
.M2m9Q1t6V8y{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:2;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  font-size:clamp(12px, 3.1vw, 13px);
  color:#fff;
  background:rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.14);
}

.U8m1Q9t2V6z{
  margin:0;
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}
.X9t2V8m1Q6q{
  width:100%;
  height:clamp(120px, 32vw, 150px);
  object-fit:cover;
  display:block;
  transform:none;
}
.B1q8T2m9V6x{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.55));
}
.H2m9Q1t6V8w{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:2;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  font-size:clamp(12px, 3.1vw, 13px);
  color:#fff;
  background:rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.14);
}

/* ===============================
   SEO METİN
=============================== */
.Q8m2T9v1Q6d{ background:#f4f6fb; padding:18px 0 0; }

.N1q8T2m9V6z{ max-width:560px; margin:0 auto; padding:0 10px; }

.S7t1V8m2Q9n{
  margin:0 0 10px;
  font-size:clamp(18px, 4.9vw, 22px);
  font-weight:900;
  color:#0b2a66;
  letter-spacing:-0.2px;
}

.P9m2Q6t1V8g{
  margin:0 0 10px;
  font-size:clamp(14px, 3.7vw, 15.6px);
  line-height:1.85;
  color:rgba(15,23,42,.86);
}
.V2m9Q1t6V8r{
  margin:0 0 10px;
  font-size:clamp(14px, 3.7vw, 15.6px);
  line-height:1.85;
  color:rgba(15,23,42,.86);
}

/* ===============================
   İLÇELER + MARKALAR
=============================== */
.A9m2V8q1Q6t{ background:#f4f6fb; padding:14px 0 0; }

.C8m2Q9t1V6y{ max-width:560px; margin:0 auto; padding:0 10px; }

.H6t1V8m2Q9p{
  margin:0;
  font-size:clamp(20px, 5.4vw, 24px);
  font-weight:900;
  color:#0b2a66;
  letter-spacing:-0.2px;
}

.R1q8T2m9V6c{
  margin:6px 0 10px;
  font-size:clamp(13px, 3.3vw, 14px);
  color:rgba(15,23,42,.82);
}

.D9m2Q6t1V8n{
  margin:10px 0 12px;
  background:#0b1220;
  border-radius:18px;
  padding:14px 14px 16px;
  color:#fff;
  box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.M8m2Q9t1V6b{ margin:0 0 8px; font-size:16px; font-weight:900; }

.K1q8T2m9V6m{
  margin:0;
  font-size:13.8px;
  line-height:1.65;
  color:rgba(255,255,255,.90);
}

.G2m9Q1t6V8h{ display:grid; gap:10px; }

.T1q8T2m9V6v{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
}
.P8m2Q9t1V6q{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
}
.X1q8T2m9V6b{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
}
.J8m2Q9t1V6w{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
}
.K8m2Q9t1V6d{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
}
.V8m2Q9t1V6j{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  overflow:hidden;
}

.S2m9Q1t6V8y{
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  color:rgba(15,23,42,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.L2m9Q1t6V8a{
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  color:rgba(15,23,42,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.Q2m9Q1t6V8v{
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  color:rgba(15,23,42,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.E2m9Q1t6V8r{
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  color:rgba(15,23,42,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.U2m9Q1t6V8q{
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  color:rgba(15,23,42,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.Y2m9Q1t6V8t{
  cursor:pointer;
  padding:14px 14px;
  font-weight:900;
  color:rgba(15,23,42,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.V9m2Q6t1V8x{
  padding:0 14px 14px;
  font-size:13.8px;
  line-height:1.7;
  color:rgba(15,23,42,.84);
}
.B9m2Q6t1V8z{
  padding:0 14px 14px;
  font-size:13.8px;
  line-height:1.7;
  color:rgba(15,23,42,.84);
}
.N9m2Q6t1V8c{
  padding:0 14px 14px;
  font-size:13.8px;
  line-height:1.7;
  color:rgba(15,23,42,.84);
}
.D1q8T2m9V6p{
  padding:0 14px 14px;
  font-size:13.8px;
  line-height:1.7;
  color:rgba(15,23,42,.84);
}
.F9m2Q6t1V8e{
  padding:0 14px 14px;
  font-size:13.8px;
  line-height:1.7;
  color:rgba(15,23,42,.84);
}
.R9m2Q6t1V8j{
  padding:0 14px 14px;
  font-size:13.8px;
  line-height:1.7;
  color:rgba(15,23,42,.84);
}

.Z9m2Q6t1V8m{
  margin:6px 0 0;
  padding:14px;
  border-radius:16px;
  border:1px dashed rgba(15,23,42,.18);
  color:rgba(15,23,42,.84);
  background:rgba(255,255,255,.55);
  font-size:13.4px;
  line-height:1.65;
}

/* ===============================
   ÖN BİLGİLENDİRME
=============================== */
.P7m2Q9v1T6x{ background:#f4f6fb; padding:14px 0 0; }

.M3q8T2m9V6y{ max-width:560px; margin:0 auto; padding:0 10px 18px; }

.H1t9Q6m2V8n{ margin:0 0 10px; }

.T9m2Q6t1V8w{
  margin:0;
  font-size:clamp(18px, 4.9vw, 22px);
  font-weight:900;
  color:#0b2a66;
  letter-spacing:-0.2px;
}

.G1q8T2m9V6r{ display:grid; gap:12px; }

.A8m2Q9t1V6s{
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.N9m2Q6t1V8r{
  position:relative;
  height:clamp(190px, 54vw, 240px);
  overflow:hidden;
}
.B1t9Q6m2V8s{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
}
.X2m9Q1t6V8n{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,.86) 100%);
}
.S1q8T2m9V6d{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.60);
  color:rgba(15,23,42,.90);
}
.U6m2Q9t1V8p{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:14px 14px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.38) 35%, rgba(0,0,0,.92) 100%);
}
.H9m2Q6t1V8a{
  margin:0 0 6px;
  font-size:clamp(16px, 4.4vw, 18px);
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
  text-shadow:0 10px 22px rgba(0,0,0,.60);
}
.P1q8T2m9V6h{
  margin:0;
  font-size:clamp(13px, 3.4vw, 14.2px);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* Kart 2 */
.C8m2Q9t1V6h{
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.L9m2Q6t1V8p{
  position:relative;
  height:clamp(190px, 54vw, 240px);
  overflow:hidden;
}
.D1t9Q6m2V8c{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
}
.V2m9Q1t6V8s{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,.86) 100%);
}
.R1q8T2m9V6w{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.60);
  color:rgba(15,23,42,.90);
}
.J6m2Q9t1V8m{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:14px 14px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.38) 35%, rgba(0,0,0,.92) 100%);
}
.Q9m2Q6t1V8d{
  margin:0 0 6px;
  font-size:clamp(16px, 4.4vw, 18px);
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
  text-shadow:0 10px 22px rgba(0,0,0,.60);
}
.Y1q8T2m9V6a{
  margin:0;
  font-size:clamp(13px, 3.4vw, 14.2px);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* Kart 3 */
.E8m2Q9t1V6n{
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.K9m2Q6t1V8t{
  position:relative;
  height:clamp(190px, 54vw, 240px);
  overflow:hidden;
}
.F1t9Q6m2V8q{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
}
.W2m9Q1t6V8e{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,.86) 100%);
}
.D1q8T2m9V6z{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.60);
  color:rgba(15,23,42,.90);
}
.T6m2Q9t1V8v{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:14px 14px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.38) 35%, rgba(0,0,0,.92) 100%);
}
.S9m2Q6t1V8f{
  margin:0 0 6px;
  font-size:clamp(16px, 4.4vw, 18px);
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
  text-shadow:0 10px 22px rgba(0,0,0,.60);
}
.U1q8T2m9V6p{
  margin:0;
  font-size:clamp(13px, 3.4vw, 14.2px);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* Kart 4 */
.G8m2Q9t1V6t{
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.P9m2Q6t1V8l{
  position:relative;
  height:clamp(190px, 54vw, 240px);
  overflow:hidden;
}
.H1t9Q6m2V8x{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
}
.A2m9Q1t6V8l{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,.86) 100%);
}
.E1q8T2m9V6q{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.60);
  color:rgba(15,23,42,.90);
}
.B6m2Q9t1V8z{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:14px 14px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.38) 35%, rgba(0,0,0,.92) 100%);
}
.V9m2Q6t1V8u{
  margin:0 0 6px;
  font-size:clamp(16px, 4.4vw, 18px);
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
  text-shadow:0 10px 22px rgba(0,0,0,.60);
}
.F1q8T2m9V6b{
  margin:0;
  font-size:clamp(13px, 3.4vw, 14.2px);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* Kart 5 */
.H8m2Q9t1V6x{
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.R9m2Q6t1V8v{
  position:relative;
  height:clamp(190px, 54vw, 240px);
  overflow:hidden;
}
.J1t9Q6m2V8m{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
}
.C2m9Q1t6V8x{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,.86) 100%);
}
.G1q8T2m9V6x{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.60);
  color:rgba(15,23,42,.90);
}
.D6m2Q9t1V8k{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:14px 14px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.38) 35%, rgba(0,0,0,.92) 100%);
}
.W9m2Q6t1V8n{
  margin:0 0 6px;
  font-size:clamp(16px, 4.4vw, 18px);
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
  text-shadow:0 10px 22px rgba(0,0,0,.60);
}
.H1q8T2m9V6f{
  margin:0;
  font-size:clamp(13px, 3.4vw, 14.2px);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}

/* Kart 6 */
.J8m2Q9t1V6z{
  border-radius:18px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.T9m2Q6t1V8y{
  position:relative;
  height:clamp(190px, 54vw, 240px);
  overflow:hidden;
}
.K1t9Q6m2V8t{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
}
.D2m9Q1t6V8d{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,.86) 100%);
}
.K1q8T2m9V6t{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.60);
  color:rgba(15,23,42,.90);
}
.E6m2Q9t1V8h{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:14px 14px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.38) 35%, rgba(0,0,0,.92) 100%);
}
.X9m2Q6t1V8p{
  margin:0 0 6px;
  font-size:clamp(16px, 4.4vw, 18px);
  font-weight:900;
  color:#fff;
  letter-spacing:-0.2px;
  text-shadow:0 10px 22px rgba(0,0,0,.60);
}
.L1q8T2m9V6n{
  margin:0;
  font-size:clamp(13px, 3.4vw, 14.2px);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 10px 22px rgba(0,0,0,.55);
}


/*-----------------------------------------------------------------------------------------------*/

/* ===============================
       MOBİL FOOTER
=============================== */
.mF8kQ1zP7vR3nX0aL2 { display: none; }

@media (max-width: 768px) {

  .mF8kQ1zP7vR3nX0aL2{
    --mf-bg1:#0b1f2b;
    --mf-bg2:#07121a;
    --mf-card:#0a141c;
    --mf-stroke:rgba(255,255,255,.08);
    --mf-text:rgba(255,255,255,.92);
    --mf-muted:rgba(255,255,255,.78);
    --mf-accent:#35c7ff;
    --mf-shadow: 0 18px 40px rgba(0,0,0,.45);
  }

  .mF8kQ1zP7vR3nX0aL2{
    display:block;
    padding: 18px 14px 14px;
    background:
      radial-gradient(1200px 400px at 20% -10%, rgba(53,199,255,.18), transparent 60%),
      linear-gradient(180deg, var(--mf-bg1), var(--mf-bg2));
    color: var(--mf-text);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  }

  .mF8kQ1zP7vR3nX0aL2__iNn3r9B0x{
    max-width: 560px;
    margin: 0 auto;
  }

  .mF8kQ1zP7vR3nX0aL2__gR1d7T2pM{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .mF8kQ1zP7vR3nX0aL2__t1T1eK6yQ{
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: .06em;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
  }

  /* Başlık altı çizgi (mavi) */
  .mF8kQ1zP7vR3nX0aL2__t1T1eK6yQ::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mf-accent), rgba(53,199,255,.25));
    box-shadow: 0 0 18px rgba(53,199,255,.25);
  }

  .mF8kQ1zP7vR3nX0aL2__l1sT0x7Hj{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
  }

  .mF8kQ1zP7vR3nX0aL2__l1sT0x7Hj li{
    font-size: 13px;
    color: var(--mf-muted);
    line-height: 1.25;
    position: relative;
    padding-left: 14px;
  }

  /* Nokta bullet (mavi) */
  .mF8kQ1zP7vR3nX0aL2__l1sT0x7Hj li::before{
    content:"";
    position:absolute;
    left:0;
    top: .55em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--mf-accent);
    box-shadow: 0 0 12px rgba(53,199,255,.35);
    transform: translateY(-50%);
  }

  /* İletişim kartı */
  .mF8kQ1zP7vR3nX0aL2__c4rD6pS1v{
    margin-top: 16px;
    padding: 14px 14px 10px;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid var(--mf-stroke);
    box-shadow: var(--mf-shadow);
    backdrop-filter: blur(6px);
  }

  .mF8kQ1zP7vR3nX0aL2__r0W2mC8nD{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 6px;
    border-radius: 12px;
    color: var(--mf-text);
    text-decoration: none;
    transition: transform .12s ease, background-color .12s ease;
  }

  .mF8kQ1zP7vR3nX0aL2__r0W2mC8nD:active{
    transform: scale(.99);
    background-color: rgba(255,255,255,.05);
  }

  .mF8kQ1zP7vR3nX0aL2__1c0N9Z5yS{
    width: 28px;
    height: 28px;
    display:grid;
    place-items:center;
    border-radius: 10px;
    background: rgba(53,199,255,.10);
    border: 1px solid rgba(53,199,255,.18);
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    color: var(--mf-accent);
    flex: 0 0 auto;
  }

  .mF8kQ1zP7vR3nX0aL2__1c0N9Z5yS svg{
    width: 18px;
    height: 18px;
  }

  .mF8kQ1zP7vR3nX0aL2__t3xT7qW4e{
    font-size: 13px;
    color: var(--mf-muted);
    line-height: 1.25;
  }

  .mF8kQ1zP7vR3nX0aL2__c0pY8uN1k{
    margin-top: 14px;
    text-align:center;
    font-size: 12px;
    color: rgba(255,255,255,.55);
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.06);
  }
}

/* Çok dar ekranlarda (örn 360px) iki kolon yine kalsın ama boşluk azalsın */
@media (max-width: 420px) {
  .mF8kQ1zP7vR3nX0aL2__gR1d7T2pM{ gap: 14px; }
  .mF8kQ1zP7vR3nX0aL2{ padding-left: 12px; padding-right: 12px; }
}
/* ===============================
   MOBİL FOOTER BİTİŞ
=============================== */




/* == DESKTOP FOOTER ========== */

/* Default: kapalı */
.q7N3xP9k { display: none; }

@media (min-width: 1024px) {

  .q7N3xP9k{
    display:block;
    position:relative;
    color:#eaf2ff;
    font-family:"Segoe UI", Arial, sans-serif;
    padding:30px 0 18px;
    background:
      radial-gradient(circle at 20% 0%, rgba(0,140,255,0.25), transparent 30%),
      radial-gradient(circle at 80% 0%, rgba(0,90,200,0.25), transparent 30%),
      linear-gradient(180deg, #050b14 0%, #000 70%);
  }

  .q7N3xP9k::after{
    content:"";
    position:absolute;
    left:0; bottom:0;
    width:100%;
    height:45px;
    background:linear-gradient(to bottom, transparent, #000);
    pointer-events:none;
  }

  /* 1 ve 2. kartı genişlet, 3. kartı biraz daha dar bırak */
  .q7N3xP9k__vK8m2{
    max-width:1560px;
    margin:0 auto;
    padding:0 18px;

    display:grid;
    grid-template-columns: 1.55fr 1.55fr 1.10fr;
    gap:30px;
    align-items:stretch;
  }

  /* KART */
  .q7N3xP9k__cR4t1{
    position:relative;
    border-radius:18px;
    padding:26px 28px;
    border:1px solid rgba(255,255,255,0.10);
    background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    transition:transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;

    overflow:visible;          /* yazı kesilmesin */
    min-height:255px;          /* kartlar eşit dursun */
    display:flex;
    flex-direction:column;
    z-index:0;
  }

  /* IŞIK EFEKTİ */
  .q7N3xP9k__cR4t1::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:18px;
    background:linear-gradient(120deg, transparent, rgba(0,170,255,0.30), transparent);
    opacity:0;
    transition:opacity 0.35s ease;
    pointer-events:none;
  }

  .q7N3xP9k__cR4t1:hover::before{ opacity:1; }
  .q7N3xP9k__cR4t1:hover{
    transform:translateY(-4px) scale(1.025);
    box-shadow:0 18px 45px rgba(0,160,255,0.35);
    border-color: rgba(0,198,255,0.35);
    z-index:1;
  }

  /* 3. kart: diğerleriyle aynı “seviye” (üstte durma hissi yok) */
  .q7N3xP9k__cR4t1--a9X2{
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: none;
  }

  /* Çok hafif mavi ton (abartmadan) */
  .q7N3xP9k__cR4t1--a9X2::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:18px;
    background: linear-gradient(160deg, rgba(0,120,255,0.10), rgba(0,120,255,0.00));
    pointer-events:none;
  }

  /* BAŞLIK */
  .q7N3xP9k__tL6e0{
    font-size:17px;
    margin:0 0 14px;
    font-weight:600;
    letter-spacing:0.3px;
  }

  .q7N3xP9k__tL6e0::after{
    content:"";
    display:block;
    width:38px;
    height:2px;
    margin-top:6px;
    background:linear-gradient(90deg, #00c6ff, #0077ff);
  }

  /* LİSTE GRID */
  .q7N3xP9k__gD1z7{
    width:100%;
    max-width:100%;
    display:grid;
    grid-template-columns: repeat(2, max-content);
    column-gap:56px;
    row-gap:10px;
    align-items:start;
  }

  /* ITEM */
  .q7N3xP9k__iM5n8{
    display:inline-flex;
    align-items:center;
    gap:8px;

    font-size:13.5px;
    line-height:1.25;
    opacity:0.92;
    color:inherit;
    text-decoration:none;

    white-space:nowrap;
    transition:transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
  }

  /* Nokta */
  .q7N3xP9k__iM5n8::before{
    content:"•";
    opacity:0.75;
    transform: translateY(-0.5px);
  }

  .q7N3xP9k__iM5n8:hover{
    opacity:1;
    color:#00c6ff;
    transform:translateX(4px);
  }

  /* İLETİŞİM */
  .q7N3xP9k__uB3p6{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:12px;
  }

  .q7N3xP9k__uB3p6i{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    line-height:1.35;
    white-space:nowrap;
  }

  .q7N3xP9k__uB3p6i::before{
    content:"•";
    opacity:0.75;
  }

  .q7N3xP9k__uB3p6l{
    font-weight:600;
    opacity:0.95;
  }

  .q7N3xP9k__lK9w4{
    color:inherit;
    text-decoration:none;
    opacity:0.95;
    transition:color 0.25s ease, opacity 0.25s ease;
    white-space:nowrap;
  }

  .q7N3xP9k__lK9w4:hover{
    color:#00c6ff;
    opacity:1;
  }

  /* ALT BAR */
  .q7N3xP9k__bO2m5{
    margin-top:25px;
    text-align:center;
    font-size:13px;
    opacity:0.55;
    padding:0 16px;
  }
}
/* == DESKTOP FOOTER bitiş ========== */