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

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

}

/*-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Ü GÖRÜNÜM 
=============================== */
.W2N8K4A1M{
    display:none;
}

.V6K1A9N3T{
    display:none;
}

.X1Q8V4N6M{
    display:none;
}

.A7N2V5K8M{
    display:none;
}

@media screen and (min-width:1023px){

.W2N8K4A1M{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:64px;
    padding-right:0;
    padding-bottom:48px;
    padding-left:0;
    overflow:hidden;
    font-family:Arial,sans-serif;
}

.P7L3C9V2X{
    width:1360px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    display:grid;
    grid-template-columns:1fr 540px;
    column-gap:86px;
    align-items:center;
}

.D1M6T8Q4A{
    display:block;
    width:100%;
}

.K9V2B5L1N{
    display:inline-block;
    margin-top:0;
    margin-right:0;
    margin-bottom:18px;
    margin-left:0;
    font-size:12px;
    line-height:18px;
    font-weight:800;
    letter-spacing:2px;
    color:#163b69;
}

.A4X7N1C8M{
    width:760px;
    margin-top:0;
    margin-right:0;
    margin-bottom:24px;
    margin-left:0;
    font-size:62px;
    line-height:1.02;
    font-weight:800;
    color:#102f55;
}

.T6Q2L9V3B{
    width:760px;
    margin-top:0;
    margin-right:0;
    margin-bottom:32px;
    margin-left:0;
    font-size:15px;
    line-height:1.95;
    color:#203247;
}

.R8B1M4K7Q{
    display:flex;
    align-items:center;
    justify-content:center;
    width:240px;
    height:60px;
    background:#102f55;
    border-radius:14px;
    text-decoration:none;
    color:#ffffff;
    font-size:15px;
    line-height:15px;
    font-weight:800;
}

.C5N2V7L9A{
    display:block;
    width:540px;
    height:560px;
}

.M3Q8X1T6P{
    display:block;
    width:540px;
    height:560px;
    object-fit:cover;
    border-radius:120px 120px 26px 26px;
}

.V6K1A9N3T{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:16px;
    padding-right:0;
    padding-bottom:48px;
    padding-left:0;
    overflow:hidden;
    font-family:Arial,sans-serif;
}

.L2X7C4M8Q{
    width:1360px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    display:grid;
    grid-template-columns:430px 1fr;
    column-gap:92px;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#cfd8e2;
    padding-top:34px;
}

.B9D1P6V3A{
    display:block;
    width:100%;
}

.Q4N8K2L7M{
    display:inline-block;
    margin-top:0;
    margin-right:0;
    margin-bottom:16px;
    margin-left:0;
    font-size:12px;
    line-height:18px;
    font-weight:800;
    letter-spacing:2px;
    color:#163b69;
}

.T1M5X9C3V{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:38px;
    line-height:1.16;
    font-weight:800;
    color:#102f55;
}

.N7A2Q6L1B{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:38px;
}

.C8V3M9T4K{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:15px;
    line-height:1.95;
    color:#203247;
}

.M4K7B1X9L{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:15px;
    line-height:1.95;
    color:#203247;
}

.X1Q8V4N6M{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:12px;
    padding-right:0;
    padding-bottom:46px;
    padding-left:0;
    overflow:hidden;
    font-family:Arial,sans-serif;
}

.K3L9A2C7T{
    width:1360px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap:34px;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#cfd8e2;
}

.P5M1B8Q4N{
    display:block;
    padding-top:30px;
    padding-right:28px;
    padding-bottom:30px;
    padding-left:0;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#cfd8e2;
}

.D2V7K9L1A{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:18px;
    margin-left:0;
    font-size:32px;
    line-height:1;
    font-weight:800;
    color:#163b69;
}

.T8X3M6C2Q{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:12px;
    margin-left:0;
    font-size:24px;
    line-height:1.25;
    font-weight:800;
    color:#102f55;
}

.N4B7L2V9K{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:15px;
    line-height:1.85;
    color:#203247;
}

.L6C1X8Q5M{
    display:block;
    padding-top:30px;
    padding-right:28px;
    padding-bottom:30px;
    padding-left:28px;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#cfd8e2;
}

.A9T4N2V7B{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:18px;
    margin-left:0;
    font-size:32px;
    line-height:1;
    font-weight:800;
    color:#163b69;
}

.Q1K8M3L6C{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:12px;
    margin-left:0;
    font-size:24px;
    line-height:1.25;
    font-weight:800;
    color:#102f55;
}

.B3V9D1X4T{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:15px;
    line-height:1.85;
    color:#203247;
}

.M2Q7A5K9L{
    display:block;
    padding-top:30px;
    padding-right:0;
    padding-bottom:30px;
    padding-left:28px;
}

.C4N8T1V6X{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:18px;
    margin-left:0;
    font-size:32px;
    line-height:1;
    font-weight:800;
    color:#163b69;
}

.V7L2B9M1Q{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:12px;
    margin-left:0;
    font-size:24px;
    line-height:1.25;
    font-weight:800;
    color:#102f55;
}

.K5X1C8N4A{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:15px;
    line-height:1.85;
    color:#203247;
}

.A7N2V5K8M{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:10px;
    padding-right:0;
    padding-bottom:70px;
    padding-left:0;
    overflow:hidden;
    font-family:Arial,sans-serif;
}

.Q9L4C1X6T{
    width:1360px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    display:grid;
    grid-template-columns:520px 1fr;
    column-gap:80px;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#cfd8e2;
    padding-top:34px;
}

.M1B8T3V7K{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:36px;
    line-height:1.16;
    font-weight:800;
    color:#102f55;
}

.X6K2N9A4L{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:15px;
    line-height:1.95;
    color:#203247;
}

}
/* ===============================
       MASAÜSTÜ GÖRÜNÜM BİTİŞ
=============================== */


/* ===============================
       MOBİL GÖRÜNÜM 
=============================== */
.S8M2K6V1A{
    display:none;
}

.I7A1M9K4V{
    display:none;
}

.R5V2N8K1M{
    display:none;
}

.J9K2V7A4L{
    display:none;
}

@media screen and (max-width:768px){

.S8M2K6V1A{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:30px;
    padding-right:18px;
    padding-bottom:30px;
    padding-left:18px;
    overflow:hidden;
    font-family:Arial,sans-serif;
    box-sizing:border-box;
}

.F4N9L2X7B{
    display:block;
    width:100%;
    box-sizing:border-box;
}

.J1V6A8M3K{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:12px;
    margin-left:0;
    font-size:11px;
    line-height:16px;
    font-weight:800;
    letter-spacing:1.8px;
    color:#163b69;
}

.G9Q3T7N2C{
    margin-top:0;
    margin-right:0;
    margin-bottom:16px;
    margin-left:0;
    font-size:36px;
    line-height:1.08;
    font-weight:800;
    color:#102f55;
}

.H5K8M1V4Q{
    margin-top:0;
    margin-right:0;
    margin-bottom:22px;
    margin-left:0;
    font-size:14px;
    line-height:1.85;
    color:#203247;
}

.E2C7V9A1L{
    display:block;
    width:100%;
    height:310px;
    margin-top:0;
    margin-right:0;
    margin-bottom:24px;
    margin-left:0;
    overflow:hidden;
    border-radius:18px;
    box-sizing:border-box;
}

.U6B1K8N4T{
    display:block;
    width:100%;
    height:310px;
    object-fit:cover;
    border-radius:18px;
}

.O3V8K2L6Q{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:56px;
    background:#102f55;
    border-radius:12px;
    text-decoration:none;
    color:#ffffff;
    font-size:14px;
    line-height:14px;
    font-weight:800;
    box-sizing:border-box;
}

.I7A1M9K4V{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:0;
    padding-right:18px;
    padding-bottom:30px;
    padding-left:18px;
    overflow:hidden;
    font-family:Arial,sans-serif;
    box-sizing:border-box;
}

.Y8L2C6N1X{
    display:block;
    width:100%;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#cfd8e2;
    padding-top:24px;
    box-sizing:border-box;
}

.E4K9V2A7M{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:12px;
    margin-left:0;
    font-size:11px;
    line-height:16px;
    font-weight:800;
    letter-spacing:1.8px;
    color:#163b69;
}

.F1N7Q3L8B{
    margin-top:0;
    margin-right:0;
    margin-bottom:18px;
    margin-left:0;
    font-size:28px;
    line-height:1.16;
    font-weight:800;
    color:#102f55;
}

.Z9M2A5K1C{
    margin-top:0;
    margin-right:0;
    margin-bottom:16px;
    margin-left:0;
    font-size:14px;
    line-height:1.85;
    color:#203247;
}

.W6X1C8V3N{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:14px;
    line-height:1.85;
    color:#203247;
}

.R5V2N8K1M{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:0;
    padding-right:18px;
    padding-bottom:30px;
    padding-left:18px;
    overflow:hidden;
    font-family:Arial,sans-serif;
    box-sizing:border-box;
}

.O3C9A4Q7X{
    display:block;
    width:100%;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#cfd8e2;
    box-sizing:border-box;
}

.I8M1B6V2K{
    display:grid;
    grid-template-columns:54px 1fr;
    column-gap:14px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#cfd8e2;
    padding-top:22px;
    padding-right:0;
    padding-bottom:22px;
    padding-left:0;
    box-sizing:border-box;
}

.F2Q7K9L1C{
    display:block;
    font-size:25px;
    line-height:1;
    font-weight:800;
    color:#163b69;
}

.S4N8M2V6Q{
    display:block;
    width:100%;
    box-sizing:border-box;
}

.E4N8V2M6A{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:8px;
    margin-left:0;
    font-size:21px;
    line-height:1.22;
    font-weight:800;
    color:#102f55;
}

.J7L1C5K9V{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:14px;
    line-height:1.75;
    color:#203247;
}

.U9V3M1A7L{
    display:grid;
    grid-template-columns:54px 1fr;
    column-gap:14px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#cfd8e2;
    padding-top:22px;
    padding-right:0;
    padding-bottom:22px;
    padding-left:0;
    box-sizing:border-box;
}

.Y6T2N8Q4B{
    display:block;
    font-size:25px;
    line-height:1;
    font-weight:800;
    color:#163b69;
}

.R1K7V3M9A{
    display:block;
    width:100%;
    box-sizing:border-box;
}

.I1X7A5V9K{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:8px;
    margin-left:0;
    font-size:21px;
    line-height:1.22;
    font-weight:800;
    color:#102f55;
}

.S8N4L2C6Q{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:14px;
    line-height:1.75;
    color:#203247;
}

.P2A8K5V1M{
    display:grid;
    grid-template-columns:54px 1fr;
    column-gap:14px;
    padding-top:22px;
    padding-right:0;
    padding-bottom:22px;
    padding-left:0;
    box-sizing:border-box;
}

.Z4L9C2T7A{
    display:block;
    font-size:25px;
    line-height:1;
    font-weight:800;
    color:#163b69;
}

.A7V2K8M1Q{
    display:block;
    width:100%;
    box-sizing:border-box;
}

.U7M1B8K3X{
    display:block;
    margin-top:0;
    margin-right:0;
    margin-bottom:8px;
    margin-left:0;
    font-size:21px;
    line-height:1.22;
    font-weight:800;
    color:#102f55;
}

.F6C2Q9N4V{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:14px;
    line-height:1.75;
    color:#203247;
}

.J9K2V7A4L{
    display:block;
    width:100%;
    background:#f2f2f2;
    padding-top:0;
    padding-right:18px;
    padding-bottom:44px;
    padding-left:18px;
    overflow:hidden;
    font-family:Arial,sans-serif;
    box-sizing:border-box;
}

.E1C8N3Q6B{
    display:block;
    width:100%;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#cfd8e2;
    padding-top:26px;
    box-sizing:border-box;
}

.R4L9V1K7M{
    margin-top:0;
    margin-right:0;
    margin-bottom:16px;
    margin-left:0;
    font-size:28px;
    line-height:1.14;
    font-weight:800;
    color:#102f55;
}

.Y8N2Q5A1L{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    font-size:14px;
    line-height:1.85;
    color:#203247;
}

}
/* ===============================
       MOBİL GÖRÜNÜM BİTİŞ
=============================== */


/* ===============================
       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İŞ
=============================== */




/* ===============================
       MASAÜSTÜ 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;
  }
}
/* ===============================
       MASAÜSTÜ FOOTER FOOTER
=============================== */