/*
 * Map Chip Theme Patch v1.1.1
 * Ana sayfadaki eski front-page header kurallarını, iç sayfalardaki ortak header ile eşitler.
 */

.mct-header.topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  inset:0 0 auto!important;
  width:100%!important;
  z-index:1500!important;
  background:rgba(7,8,11,.86)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  box-shadow:none!important;
  backdrop-filter:blur(22px)!important;
  transform:none!important;
}
.mct-header.topbar:after{
  display:none!important;
}
.mct-header.topbar.is-scrolled{
  background:rgba(7,8,11,.97)!important;
  box-shadow:0 14px 42px rgba(0,0,0,.42)!important;
}
html[data-theme="light"] .mct-header.topbar{
  background:rgba(255,255,255,.86)!important;
  border-bottom-color:rgba(15,23,42,.08)!important;
}
html[data-theme="light"] .mct-header.topbar.is-scrolled{
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 12px 34px rgba(15,23,42,.12)!important;
}

.mct-header .mct-container.mct-nav{
  width:min(1320px,calc(100% - 40px))!important;
  min-height:96px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:26px!important;
}
.mct-header .mct-brand{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  min-width:0!important;
}
.mct-header .mct-brand img,
.mct-header .brand-logo{
  display:block!important;
  width:auto!important;
  height:58px!important;
  max-width:250px!important;
  object-fit:contain!important;
}
.mct-header .mct-menu-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:1 1 auto!important;
  min-width:0!important;
}
.mct-header .mct-menu{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 1 auto!important;
  gap:3px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  list-style:none!important;
}
.mct-header .mct-menu>li{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.mct-header .mct-menu>li>a{
  min-height:43px!important;
  width:auto!important;
  padding:0 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  color:#aeb5bf!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.mct-header .mct-menu>li>a:hover,
.mct-header .mct-menu>li.current-menu-item>a,
.mct-header .mct-menu>li.current_page_item>a,
.mct-header .mct-menu>li.is-active>a{
  color:#fff!important;
  background:rgba(255,255,255,.055)!important;
}
html[data-theme="light"] .mct-header .mct-menu>li>a{
  color:#475467!important;
}
html[data-theme="light"] .mct-header .mct-menu>li>a:hover,
html[data-theme="light"] .mct-header .mct-menu>li.current-menu-item>a,
html[data-theme="light"] .mct-header .mct-menu>li.current_page_item>a,
html[data-theme="light"] .mct-header .mct-menu>li.is-active>a{
  color:#111827!important;
  background:rgba(15,23,42,.055)!important;
}
.mct-header .mct-menu>li.is-featured>a{
  color:#ff7068!important;
  background:rgba(225,6,0,.07)!important;
  border-color:rgba(225,6,0,.15)!important;
}
.mct-header .mct-nav-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex:0 0 auto!important;
  gap:9px!important;
}
.mct-header .mct-dealer-btn{
  min-height:48px!important;
  padding:0 18px!important;
  font-size:12px!important;
}
.mct-header .mct-theme-toggle,
.mct-header .mct-menu-toggle{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  padding:0!important;
  border-radius:14px!important;
}
.mct-header .mct-menu-toggle{
  display:none!important;
}
.mct-header .mct-menu>li.mct-mobile-dealer{
  display:none!important;
}

@media(max-width:1100px){
  .mct-header .mct-container.mct-nav{
    position:relative!important;
    min-height:82px!important;
    gap:12px!important;
  }
  .mct-header .mct-menu-wrap{
    justify-content:flex-end!important;
    flex:1 1 auto!important;
  }
  .mct-header .mct-dealer-btn{
    display:none!important;
  }
  .mct-header .mct-menu-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
  }
  .mct-header .mct-menu{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    z-index:1600!important;
    width:100%!important;
    max-height:calc(100vh - 112px)!important;
    overflow-y:auto!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:4px!important;
    padding:12px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:20px!important;
    background:rgba(8,10,14,.98)!important;
    box-shadow:0 26px 70px rgba(0,0,0,.50)!important;
    backdrop-filter:blur(22px)!important;
  }
  html[data-theme="light"] .mct-header .mct-menu{
    background:rgba(255,255,255,.98)!important;
    border-color:rgba(15,23,42,.09)!important;
    box-shadow:0 24px 60px rgba(15,23,42,.14)!important;
  }
  .mct-header .mct-menu.is-open{
    display:flex!important;
  }
  .mct-header .mct-menu>li,
  .mct-header .mct-menu>li>a{
    width:100%!important;
  }
  .mct-header .mct-menu>li>a{
    min-height:46px!important;
    padding:12px 14px!important;
    justify-content:space-between!important;
    font-size:13px!important;
  }
  .mct-header .mct-menu>li.mct-mobile-dealer{
    display:block!important;
  }
  .mct-header .mct-menu>li.mct-mobile-dealer>a{
    display:flex!important;
    margin-top:5px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#e10600,#b90803)!important;
    border-color:rgba(255,255,255,.12)!important;
  }
}

@media(max-width:782px){
  body.admin-bar .mct-header.topbar{
    top:46px!important;
  }
}
@media(min-width:783px){
  body.admin-bar .mct-header.topbar{
    top:32px!important;
  }
}

@media(max-width:620px){
  .mct-header .mct-container.mct-nav{
    width:min(100%,calc(100% - 24px))!important;
    min-height:76px!important;
    gap:8px!important;
  }
  .mct-header .mct-brand{
    max-width:calc(100% - 102px)!important;
  }
  .mct-header .mct-brand img,
  .mct-header .brand-logo{
    height:42px!important;
    max-width:156px!important;
  }
  .mct-header .mct-nav-actions{
    gap:7px!important;
  }
  .mct-header .mct-theme-toggle,
  .mct-header .mct-menu-toggle{
    width:43px!important;
    height:43px!important;
    flex-basis:43px!important;
    border-radius:13px!important;
  }
  .mct-header .mct-menu{
    top:calc(100% + 7px)!important;
    border-radius:17px!important;
  }
}

@media(max-width:360px){
  .mct-header .mct-brand img,
  .mct-header .brand-logo{
    height:38px!important;
    max-width:136px!important;
  }
  .mct-header .mct-theme-toggle,
  .mct-header .mct-menu-toggle{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
  }
}

/* =========================================================
 * Map Chip Theme Patch v1.1.2
 * Header buton eşitleme + Bayimiz Olun + mobil üst boşluk
 * ======================================================= */

/* Ana sayfadaki .dealer-login kurallarını tamamen geçersiz kılar. */
.mct-header .mct-dealer-btn,
.mct-header .mct-dealer-btn.dealer-login{
  order:1!important;
  min-height:48px!important;
  height:48px!important;
  padding:0 17px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#e10600,#b50904)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 12px 30px rgba(225,6,0,.25)!important;
  transform:none!important;
}
.mct-header .mct-dealer-btn:hover,
.mct-header .mct-dealer-btn.dealer-login:hover{
  background:linear-gradient(135deg,#f02019,#c20a04)!important;
  box-shadow:0 16px 38px rgba(225,6,0,.34)!important;
  transform:translateY(-2px)!important;
}
.mct-header .mct-dealer-btn .mct-live-dot,
.mct-header .mct-dealer-btn .dealer-dot{
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.11),0 0 13px rgba(255,255,255,.75)!important;
}

.mct-header .mct-apply-btn{
  order:2!important;
  min-height:48px!important;
  height:48px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:1px solid rgba(255,78,69,.40)!important;
  border-radius:14px!important;
  background:rgba(225,6,0,.075)!important;
  color:#ff726b!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
  transform:none!important;
}
.mct-header .mct-apply-btn:hover{
  background:rgba(225,6,0,.15)!important;
  border-color:rgba(255,78,69,.62)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
}
.mct-header .mct-apply-btn:before{
  content:"+";
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  flex:0 0 19px;
  border-radius:7px;
  background:rgba(225,6,0,.16);
  color:currentColor;
  font-size:15px;
  font-weight:800;
  line-height:1;
}
html[data-theme="light"] .mct-header .mct-apply-btn{
  background:#fff!important;
  color:#c81a14!important;
  border-color:rgba(225,6,0,.25)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.07)!important;
}
html[data-theme="light"] .mct-header .mct-apply-btn:hover{
  background:#fff3f2!important;
  color:#a90b06!important;
}

.mct-header .mct-theme-toggle{order:3!important}
.mct-header .mct-menu-toggle{order:4!important}

/* Masaüstünde menüye yeni buton eklendiğinde sıkışmayı önler. */
@media(min-width:1101px) and (max-width:1280px){
  .mct-header .mct-container.mct-nav{
    gap:14px!important;
  }
  .mct-header .mct-brand img,
  .mct-header .brand-logo{
    height:52px!important;
    max-width:210px!important;
  }
  .mct-header .mct-menu>li>a{
    padding:0 9px!important;
    font-size:11px!important;
  }
  .mct-header .mct-dealer-btn,
  .mct-header .mct-apply-btn{
    padding-left:12px!important;
    padding-right:12px!important;
    font-size:11px!important;
  }
}

.mct-header .mct-menu>li.mct-mobile-apply{
  display:none!important;
}

@media(max-width:1100px){
  /* Mobilde sayfa header arkasından görünmez. */
  html,
  body{
    overscroll-behavior-y:none;
  }
  .mct-header.topbar,
  .mct-header.topbar.is-scrolled{
    top:0!important;
    inset:0 0 auto!important;
    background:#07080b!important;
    border-bottom-color:rgba(255,255,255,.10)!important;
    box-shadow:0 10px 30px rgba(0,0,0,.34)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .mct-header.topbar:before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:-72px!important;
    height:72px!important;
    display:block!important;
    background:#07080b!important;
    pointer-events:none!important;
  }
  html[data-theme="light"] .mct-header.topbar,
  html[data-theme="light"] .mct-header.topbar.is-scrolled,
  html[data-theme="light"] .mct-header.topbar:before{
    background:#fff!important;
  }

  .mct-header .mct-dealer-btn,
  .mct-header .mct-apply-btn{
    display:none!important;
  }

  .mct-header .mct-menu{
    top:100%!important;
    margin-top:0!important;
    border-radius:0 0 20px 20px!important;
    background:#080a0e!important;
  }
  html[data-theme="light"] .mct-header .mct-menu{
    background:#fff!important;
  }

  .mct-header .mct-menu>li.mct-mobile-apply{
    display:block!important;
    width:100%!important;
  }
  .mct-header .mct-menu>li.mct-mobile-apply>a{
    width:100%!important;
    min-height:48px!important;
    margin-top:5px!important;
    padding:12px 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    border:1px solid rgba(255,80,71,.34)!important;
    border-radius:13px!important;
    background:rgba(225,6,0,.09)!important;
    color:#ff756e!important;
    font-size:13px!important;
    font-weight:900!important;
  }
  .mct-header .mct-menu>li.mct-mobile-apply>a:hover{
    background:rgba(225,6,0,.16)!important;
    color:#fff!important;
  }
  html[data-theme="light"] .mct-header .mct-menu>li.mct-mobile-apply>a{
    background:#fff4f3!important;
    color:#b8140e!important;
    border-color:rgba(225,6,0,.20)!important;
  }
  .mct-apply-dot{
    width:9px;
    height:9px;
    margin-left:auto;
    border-radius:50%;
    background:#ff665f;
    box-shadow:0 0 0 5px rgba(255,102,95,.10),0 0 14px rgba(255,102,95,.55);
  }
}

/* WordPress mobil yönetici çubuğunun bıraktığı üst boşluğu kaldırır. */
@media(max-width:782px){
  html{
    margin-top:0!important;
  }
  body.admin-bar{
    padding-top:0!important;
  }
  body.admin-bar #wpadminbar{
    display:none!important;
  }
  body.admin-bar .mct-header,
  body.admin-bar .mct-header.topbar{
    top:0!important;
  }
}

@media(max-width:620px){
  .mct-header .mct-container.mct-nav{
    width:calc(100% - 20px)!important;
    min-height:74px!important;
    gap:8px!important;
  }
  .mct-header .mct-brand img,
  .mct-header .brand-logo{
    height:40px!important;
    max-width:150px!important;
  }
  .mct-header .mct-nav-actions{
    gap:7px!important;
  }
  .mct-header .mct-theme-toggle,
  .mct-header .mct-menu-toggle{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
    border-radius:12px!important;
  }
}

@media(max-width:360px){
  .mct-header .mct-brand img,
  .mct-header .brand-logo{
    height:36px!important;
    max-width:128px!important;
  }
  .mct-header .mct-theme-toggle,
  .mct-header .mct-menu-toggle{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
  }
}


/* =========================================================
 * Map Chip Theme Patch v1.1.3
 * iOS üst alan + mobil menü + zengin hizmet alanları
 * ======================================================= */

/* iOS Safari sayfa üstü/overscroll alanında içerik görünmesini engeller. */
html,
body{
  background-color:#07080b!important;
}
html[data-theme="light"],
html[data-theme="light"] body{
  background-color:#f3f5f7!important;
}
.mct-header.topbar::after,
.mct-header.topbar:after{
  content:none!important;
  display:none!important;
  height:0!important;
  box-shadow:none!important;
}

@media(max-width:1100px){
  :root{--mct-mobile-header-h:74px}
  .mct-header.topbar,
  .mct-header.topbar.is-scrolled{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-height:var(--mct-mobile-header-h)!important;
    background:#07080b!important;
    background-color:#07080b!important;
    opacity:1!important;
    isolation:isolate!important;
    contain:paint!important;
  }
  html[data-theme="light"] .mct-header.topbar,
  html[data-theme="light"] .mct-header.topbar.is-scrolled{
    background:#fff!important;
    background-color:#fff!important;
  }
  .mct-header.topbar::before,
  .mct-header.topbar:before{
    content:""!important;
    position:fixed!important;
    z-index:-1!important;
    left:0!important;
    right:0!important;
    top:-260px!important;
    height:calc(260px + env(safe-area-inset-top,0px))!important;
    display:block!important;
    background:#07080b!important;
    pointer-events:none!important;
  }
  html[data-theme="light"] .mct-header.topbar::before,
  html[data-theme="light"] .mct-header.topbar:before{
    background:#fff!important;
  }
  body.mct-mobile-menu-open{
    overflow:hidden!important;
    touch-action:none!important;
  }

  /* Mobil açılır menü: tek panel, kompakt satırlar, çift çerçeve yok. */
  .mct-header .mct-menu{
    position:fixed!important;
    top:var(--mct-mobile-header-h)!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-height:calc(100dvh - var(--mct-mobile-header-h) - 10px)!important;
    margin:0!important;
    padding:12px!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:7px!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:0 0 19px 19px!important;
    background:#080a0e!important;
    box-shadow:0 24px 68px rgba(0,0,0,.52)!important;
  }
  .mct-header .mct-menu.is-open{
    display:grid!important;
  }
  html[data-theme="light"] .mct-header .mct-menu{
    background:#fff!important;
    border-color:rgba(15,23,42,.10)!important;
  }
  .mct-header .mct-menu>li{
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .mct-header .mct-menu>li>a{
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    border:1px solid transparent!important;
    border-radius:13px!important;
    background:transparent!important;
    color:#b9c0ca!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.2!important;
    box-shadow:none!important;
  }
  .mct-header .mct-menu>li.current-menu-item>a,
  .mct-header .mct-menu>li.current_page_item>a,
  .mct-header .mct-menu>li.is-active>a{
    background:rgba(255,255,255,.055)!important;
    color:#fff!important;
  }
  .mct-header .mct-menu>li.is-featured>a{
    background:rgba(225,6,0,.09)!important;
    border-color:rgba(225,6,0,.25)!important;
    color:#ff746d!important;
  }
  html[data-theme="light"] .mct-header .mct-menu>li>a{
    color:#475467!important;
  }
  html[data-theme="light"] .mct-header .mct-menu>li.current-menu-item>a,
  html[data-theme="light"] .mct-header .mct-menu>li.current_page_item>a,
  html[data-theme="light"] .mct-header .mct-menu>li.is-active>a{
    background:rgba(15,23,42,.055)!important;
    color:#111827!important;
  }

  .mct-header .mct-menu>li.mct-mobile-dealer,
  .mct-header .mct-menu>li.mct-mobile-apply{
    display:block!important;
    grid-column:auto!important;
    width:100%!important;
    margin-top:3px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  .mct-header .mct-menu>li.mct-mobile-dealer>a,
  .mct-header .mct-menu>li.mct-mobile-apply>a{
    min-height:50px!important;
    margin:0!important;
    padding:0 10px!important;
    justify-content:center!important;
    gap:8px!important;
    border-radius:13px!important;
    font-size:12px!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
  .mct-header .mct-menu>li.mct-mobile-dealer>a{
    border:1px solid rgba(255,255,255,.14)!important;
    background:linear-gradient(135deg,#e10600,#b50904)!important;
    color:#fff!important;
    box-shadow:0 10px 24px rgba(225,6,0,.22)!important;
  }
  .mct-header .mct-menu>li.mct-mobile-dealer>a::before{
    content:"";
    width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#fff;
    box-shadow:0 0 0 4px rgba(255,255,255,.11),0 0 12px rgba(255,255,255,.75);
  }
  .mct-header .mct-menu>li.mct-mobile-dealer>a .dealer-dot{
    display:none!important;
  }
  .mct-header .mct-menu>li.mct-mobile-apply>a{
    border:1px solid rgba(255,82,73,.34)!important;
    background:rgba(225,6,0,.08)!important;
    color:#ff7b74!important;
  }
  .mct-header .mct-menu>li.mct-mobile-apply>a::before{
    content:"+";
    width:19px;height:19px;display:grid;place-items:center;flex:0 0 19px;
    border-radius:7px;background:rgba(225,6,0,.16);font-size:14px;line-height:1;
  }
  .mct-header .mct-menu>li.mct-mobile-apply .mct-apply-dot{
    display:none!important;
  }
  html[data-theme="light"] .mct-header .mct-menu>li.mct-mobile-apply>a{
    background:#fff3f2!important;
    color:#b8140e!important;
    border-color:rgba(225,6,0,.22)!important;
  }
}

@media(max-width:380px){
  .mct-header .mct-menu>li.mct-mobile-dealer>a,
  .mct-header .mct-menu>li.mct-mobile-apply>a{
    min-height:47px!important;
    padding:0 7px!important;
    gap:6px!important;
    font-size:11px!important;
  }
}

/* Ana sayfa premium uzmanlık alanları */
.mct-expertise-section{
  position:relative;
  overflow:hidden;
}
.mct-expertise-section::before{
  content:"";position:absolute;inset:8% auto auto 50%;width:780px;height:420px;transform:translateX(-50%);
  border-radius:50%;background:rgba(225,6,0,.055);filter:blur(90px);pointer-events:none;
}
.mct-expertise-section .container{position:relative;z-index:1}
.mct-expertise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}
.mct-expertise-card{
  position:relative;overflow:hidden;min-width:0;padding:25px;border:1px solid rgba(255,255,255,.09);border-radius:23px;
  background:radial-gradient(circle at 100% 0,rgba(225,6,0,.08),transparent 31%),linear-gradient(180deg,#151920,#0d1015);
  box-shadow:0 22px 60px rgba(0,0,0,.26);transition:.25s ease;
}
.mct-expertise-card:hover{transform:translateY(-5px);border-color:rgba(255,86,77,.28);box-shadow:0 28px 72px rgba(0,0,0,.35)}
.mct-expertise-card--featured{border-color:rgba(255,74,65,.30);background:radial-gradient(circle at 100% 0,rgba(225,6,0,.18),transparent 36%),linear-gradient(180deg,#181a20,#0d1015)}
.mct-expertise-card::after{content:"";position:absolute;left:25px;right:25px;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#e10600,transparent);opacity:.65}
.mct-expertise-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.mct-expertise-code{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:rgba(225,6,0,.10);border:1px solid rgba(225,6,0,.20);color:#ff6c64;font:800 12px 'Orbitron',sans-serif}
.mct-expertise-badge{padding:7px 9px;border-radius:999px;background:rgba(38,201,103,.10);border:1px solid rgba(38,201,103,.22);color:#3bd178;font-size:9px;font-weight:900;letter-spacing:.06em}
.mct-expertise-card h3{margin:19px 0 9px;font-size:21px}
.mct-expertise-card p{margin:0;color:#9ba4af;font-size:12px;line-height:1.72}
.mct-expertise-card ul{display:grid;gap:7px;margin:17px 0 0;padding:0;list-style:none}
.mct-expertise-card li{position:relative;padding-left:18px;color:#c9ced5;font-size:11px}
.mct-expertise-card li::before{content:"✓";position:absolute;left:0;color:#2bd46d;font-weight:900}
.mct-expertise-card>a{display:flex;align-items:center;justify-content:space-between;margin-top:21px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);color:#ff6d65;font-size:11px;font-weight:900}
.mct-expertise-card>a span{font-size:17px}
.mct-expertise-footer{display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:center;gap:10px;margin-top:18px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.025)}
.mct-expertise-footer>div{padding:8px 12px;border-right:1px solid rgba(255,255,255,.08)}
.mct-expertise-footer>div:nth-child(4){border-right:0}
.mct-expertise-footer strong,.mct-expertise-footer span{display:block}.mct-expertise-footer strong{color:#ff6c64;font:800 15px 'Orbitron',sans-serif}.mct-expertise-footer span{margin-top:4px;color:#8f98a5;font-size:9px}
html[data-theme="light"] .mct-expertise-card{background:radial-gradient(circle at 100% 0,rgba(225,6,0,.055),transparent 31%),linear-gradient(180deg,#fff,#f7f8fa);border-color:rgba(15,23,42,.09);box-shadow:0 18px 48px rgba(15,23,42,.08)}
html[data-theme="light"] .mct-expertise-card p{color:#667085}html[data-theme="light"] .mct-expertise-card li{color:#344054}html[data-theme="light"] .mct-expertise-card>a{border-top-color:rgba(15,23,42,.08)}html[data-theme="light"] .mct-expertise-footer{background:#fff;border-color:rgba(15,23,42,.09)}html[data-theme="light"] .mct-expertise-footer>div{border-right-color:rgba(15,23,42,.08)}

/* Dolu Hizmetler sayfası */
.mct-services-hero h1{max-width:1050px}.mct-service-jump{position:sticky;top:96px;z-index:60;border-bottom:1px solid var(--mct-line);background:rgba(7,8,11,.94);backdrop-filter:blur(16px)}
.mct-service-jump .mct-container{min-height:58px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.mct-service-jump .mct-container::-webkit-scrollbar{display:none}.mct-service-jump a{flex:0 0 auto;padding:9px 12px;border:1px solid var(--mct-line);border-radius:999px;color:var(--mct-muted);font-size:10px;font-weight:900;white-space:nowrap}.mct-service-jump a:hover{color:#fff;border-color:rgba(225,6,0,.35);background:rgba(225,6,0,.08)}html[data-theme="light"] .mct-service-jump{background:rgba(255,255,255,.95)}html[data-theme="light"] .mct-service-jump a:hover{color:#111827}
.mct-service-rich-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.mct-service-rich{position:relative;display:grid;grid-template-columns:68px 1fr;gap:20px;padding:28px;border:1px solid var(--mct-line);border-radius:26px;background:radial-gradient(circle at 100% 0,rgba(225,6,0,.07),transparent 31%),linear-gradient(180deg,var(--mct-panel2),var(--mct-panel));box-shadow:var(--mct-shadow);overflow:hidden}.mct-service-rich--primary{border-color:rgba(225,6,0,.25)}.mct-rich-code{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:rgba(225,6,0,.11);border:1px solid rgba(225,6,0,.20);color:#ff6d65;font:800 14px 'Orbitron',sans-serif}.mct-service-rich small{color:#ff6d65;font-size:9px;font-weight:900;letter-spacing:.14em}.mct-service-rich h3{margin:9px 0 8px;font-size:25px}.mct-service-rich p{margin:0;color:var(--mct-muted);font-size:12px;line-height:1.7}.mct-service-rich ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin:18px 0 0;padding:0;list-style:none}.mct-service-rich li{position:relative;padding-left:17px;color:var(--mct-muted);font-size:10px}.mct-service-rich li::before{content:"✓";position:absolute;left:0;color:#2bd46d;font-weight:900}.mct-service-rich a{display:inline-flex;gap:9px;margin-top:20px;color:#ff6d65;font-size:11px;font-weight:900}.mct-service-rich a b{font-size:15px}
.mct-service-compare{overflow:hidden;border:1px solid var(--mct-line);border-radius:23px;background:var(--mct-panel);box-shadow:var(--mct-shadow)}.mct-compare-row{display:grid;grid-template-columns:1.4fr repeat(3,1fr);align-items:center;min-height:62px;border-bottom:1px solid var(--mct-line)}.mct-compare-row:last-child{border-bottom:0}.mct-compare-row>*{height:100%;padding:15px 18px;display:flex;align-items:center;border-right:1px solid var(--mct-line);font-size:11px}.mct-compare-row>*:last-child{border-right:0}.mct-compare-row span{color:var(--mct-muted)}.mct-compare-row b{color:var(--mct-text)}.mct-compare-head{background:rgba(225,6,0,.055)}.mct-compare-head strong{color:#ff6d65;font-size:10px;letter-spacing:.10em;text-transform:uppercase}.mct-process-5{grid-template-columns:repeat(5,1fr)}

@media(max-width:1050px){.mct-expertise-grid{grid-template-columns:repeat(2,1fr)}.mct-expertise-footer{grid-template-columns:repeat(2,1fr)}.mct-expertise-footer .btn{grid-column:1/-1}.mct-expertise-footer>div{border-right:0}.mct-process-5{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.mct-service-jump{top:82px}.mct-service-rich-grid{grid-template-columns:1fr}.mct-service-compare{overflow-x:auto}.mct-compare-row{min-width:760px}.mct-process-5{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.mct-expertise-grid{grid-template-columns:1fr}.mct-expertise-card{padding:21px}.mct-expertise-footer{grid-template-columns:1fr 1fr}.mct-service-jump{top:74px}.mct-service-rich{grid-template-columns:1fr;padding:22px}.mct-service-rich ul{grid-template-columns:1fr}.mct-process-5{grid-template-columns:1fr}}

/* =========================================================
 * Map Chip Theme Patch v1.1.4
 * Mobil hamburger kesin düzeltme
 * ======================================================= */
@media(max-width:1100px){
  .mct-header.topbar,
  .mct-header.topbar.is-scrolled{
    contain:none!important;
    overflow:visible!important;
    clip:auto!important;
  }
  .mct-header .mct-container.mct-nav,
  .mct-header .mct-menu-wrap,
  .mct-header .mct-nav-actions{
    overflow:visible!important;
  }
  .mct-header .mct-menu{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateY(-8px)!important;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  }
  .mct-header .mct-menu.is-open{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  html.mct-menu-open-v114,
  body.mct-menu-open-v114{
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:none!important;
  }
  .mct-header .mct-menu-toggle{
    position:relative!important;
    z-index:1702!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .mct-header .mct-menu-toggle span{
    pointer-events:none!important;
  }
}

@media(min-width:1101px){
  .mct-header .mct-menu{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
  }
}


/* v1.1.6 — Dinamik Hizmetler Eklentisi */
.mct-services-shortcode-slot{width:100%;margin:0;padding:0;background:transparent;border:0}
.mct-services-shortcode-slot>p{margin:0!important;padding:0!important}
.mct-shortcode-notice{padding:22px;border:1px dashed rgba(225,6,0,.34);border-radius:18px;background:rgba(225,6,0,.05);color:var(--mct-muted,#98a2ad);text-align:center}
.mct-shortcode-notice b{color:var(--mct-text,#fff)}
.mct-services-footer{margin-top:25px}
.mct-dynamic-services{padding-bottom:48px}
.mct-process-5{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1100px){.mct-process-5{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.mct-process-5{grid-template-columns:1fr}.mct-services-footer{display:grid!important;grid-template-columns:1fr 1fr!important}.mct-services-footer>a{grid-column:1/-1!important}}

/* =========================================================
 * Map Chip Theme Patch v1.1.7
 * Tema karşılama penceresi, çerez tercihi ve hesaplama UX
 * ======================================================= */
html.mct-theme-dialog-open,
body.mct-theme-dialog-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
.mct-theme-welcome[hidden],
.mct-cookie-consent[hidden]{display:none!important}
.mct-theme-welcome{
  position:fixed;
  inset:0;
  z-index:2147483600;
  display:grid;
  place-items:center;
  padding:24px;
}
.mct-theme-welcome__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,4,8,.78);
  backdrop-filter:blur(18px) saturate(115%);
  -webkit-backdrop-filter:blur(18px) saturate(115%);
}
.mct-theme-welcome__panel{
  position:relative;
  width:min(760px,100%);
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(17,20,27,.98),rgba(6,8,12,.98));
  color:#f7f8fa;
  box-shadow:0 35px 110px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.06);
}
.mct-theme-welcome__panel:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  top:-235px;
  right:-95px;
  border-radius:50%;
  background:rgba(225,6,0,.22);
  filter:blur(18px);
  pointer-events:none;
}
.mct-theme-welcome__brand{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  color:#c7cbd2;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
}
.mct-theme-welcome__mark{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(225,6,0,.5);
  border-radius:10px;
  background:rgba(225,6,0,.12);
  color:#ff625d;
  letter-spacing:-.05em;
}
.mct-theme-welcome__heading{position:relative;margin:26px 0 22px}
.mct-theme-welcome__heading>span{
  display:block;
  margin-bottom:8px;
  color:#ff625d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}
.mct-theme-welcome__heading h2{
  margin:0;
  max-width:620px;
  color:#fff;
  font-size:clamp(27px,4vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.mct-theme-welcome__heading p{
  max-width:630px;
  margin:12px 0 0;
  color:#9ca3ad;
  font-size:14px;
  line-height:1.65;
}
.mct-theme-welcome__choices{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.mct-theme-choice{
  position:relative;
  display:grid;
  grid-template-columns:104px minmax(0,1fr) 30px;
  align-items:center;
  gap:15px;
  min-width:0;
  min-height:126px;
  padding:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(255,255,255,.035);
  color:#fff;
  text-align:left;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.mct-theme-choice:hover,
.mct-theme-choice:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(225,6,0,.5);
  background:rgba(225,6,0,.075);
  box-shadow:0 18px 36px rgba(0,0,0,.25);
  outline:none;
}
.mct-theme-choice.is-current{border-color:#e10600;background:rgba(225,6,0,.09)}
.mct-theme-choice__preview{
  position:relative;
  display:block;
  width:104px;
  height:82px;
  overflow:hidden;
  border-radius:13px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.mct-theme-choice--dark .mct-theme-choice__preview{background:#080a0e}
.mct-theme-choice--light .mct-theme-choice__preview{background:#f5f6f8;box-shadow:inset 0 0 0 1px rgba(15,23,42,.09)}
.mct-theme-choice__preview i,
.mct-theme-choice__preview b,
.mct-theme-choice__preview em{position:absolute;display:block;border-radius:5px}
.mct-theme-choice__preview i{left:9px;top:9px;bottom:9px;width:20px;background:#e10600}
.mct-theme-choice--light .mct-theme-choice__preview i{background:#e10600}
.mct-theme-choice__preview b{left:37px;right:9px;top:12px;height:9px;background:rgba(255,255,255,.16)}
.mct-theme-choice__preview em{left:37px;right:19px;top:31px;height:37px;background:rgba(255,255,255,.07)}
.mct-theme-choice--light .mct-theme-choice__preview b{background:rgba(15,23,42,.17)}
.mct-theme-choice--light .mct-theme-choice__preview em{background:rgba(15,23,42,.07)}
.mct-theme-choice__copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.mct-theme-choice__copy strong{font-size:16px;line-height:1.2;color:#fff}
.mct-theme-choice__copy small{color:#979faa;font-size:12px;line-height:1.45}
.mct-theme-choice__check{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:transparent;
  font-size:13px;
}
.mct-theme-choice.is-current .mct-theme-choice__check{border-color:#e10600;background:#e10600;color:#fff}
.mct-theme-welcome__note{
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#7f8792;
  font-size:11px;
}
.mct-theme-welcome__note span{color:#34c759;font-size:9px}

.mct-cookie-consent{
  position:fixed;
  z-index:2147482500;
  left:50%;
  bottom:max(18px,env(safe-area-inset-bottom,0px));
  width:min(1180px,calc(100% - 28px));
  transform:translateX(-50%);
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:17px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(9,11,15,.94);
  color:#fff;
  box-shadow:0 22px 70px rgba(0,0,0,.46);
  backdrop-filter:blur(18px) saturate(120%);
  -webkit-backdrop-filter:blur(18px) saturate(120%);
}
.mct-cookie-consent__icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border:1px solid rgba(225,6,0,.33);
  border-radius:14px;
  background:rgba(225,6,0,.1);
  color:#ff625d;
  font-size:24px;
}
.mct-cookie-consent__copy{min-width:0}
.mct-cookie-consent__copy strong{display:block;margin-bottom:3px;color:#fff;font-size:14px}
.mct-cookie-consent__copy p{margin:0;color:#9ba2ad;font-size:12px;line-height:1.55}
.mct-cookie-consent__copy a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.mct-cookie-consent__actions{display:flex;align-items:center;gap:9px}
.mct-cookie-btn{
  min-height:42px;
  padding:0 15px;
  border-radius:12px;
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
  cursor:pointer;
}
.mct-cookie-btn--ghost{border:1px solid rgba(255,255,255,.13);background:transparent;color:#c3c8d0}
.mct-cookie-btn--accept{border:1px solid #e10600;background:#e10600;color:#fff;box-shadow:0 9px 24px rgba(225,6,0,.24)}
.mct-cookie-btn:hover{transform:translateY(-1px)}

html[data-theme="light"] .mct-cookie-consent{
  border-color:rgba(15,23,42,.10);
  background:rgba(255,255,255,.96);
  color:#111827;
  box-shadow:0 22px 70px rgba(15,23,42,.18);
}
html[data-theme="light"] .mct-cookie-consent__copy strong{color:#111827}
html[data-theme="light"] .mct-cookie-consent__copy p{color:#667085}
html[data-theme="light"] .mct-cookie-consent__copy a{color:#111827}
html[data-theme="light"] .mct-cookie-btn--ghost{border-color:rgba(15,23,42,.13);color:#475467}

/* Mevcut hesaplama görünümünü değiştirmeden seçim listelerini kaydırılabilir tutar. */
.hero-plugin-slot,
.hero-plugin-slot .zwtc,
.hero-plugin-slot [data-zwtc],
.hero-plugin-slot .zwtc-micro-hero,
.hero-plugin-slot .zwtc-mh-card,
.hero-plugin-slot .zwtc-mh-form{overflow:visible!important}
.zwtc-cselect.is-open{z-index:2147481000!important}
.zwtc-cselect-panel{z-index:2147481100!important}
.zwtc-cselect-list{
  max-height:min(260px,42vh)!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
  scrollbar-gutter:stable;
}
.zwtc-cselect-list::-webkit-scrollbar{width:8px}
.zwtc-cselect-list::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(225,6,0,.72)}
.zwtc-cselect-list::-webkit-scrollbar-track{background:rgba(127,127,127,.10)}

.mct-zwtc-powered-credit{
  display:flex;
  justify-content:center;
  padding:12px 18px 16px;
  text-align:center;
}
.mct-zwtc-powered-credit a{
  color:inherit;
  opacity:.58;
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
  text-decoration:none;
  text-transform:uppercase;
  transition:opacity .2s ease,color .2s ease;
}
.mct-zwtc-powered-credit a:hover{opacity:1;color:#e10600}

@media(max-width:760px){
  .mct-theme-welcome{padding:14px}
  .mct-theme-welcome__panel{padding:22px 17px;border-radius:23px}
  .mct-theme-welcome__heading{margin:21px 0 17px}
  .mct-theme-welcome__choices{grid-template-columns:1fr;gap:10px}
  .mct-theme-choice{grid-template-columns:88px minmax(0,1fr) 28px;min-height:103px;padding:12px}
  .mct-theme-choice__preview{width:88px;height:68px}
  .mct-cookie-consent{grid-template-columns:38px minmax(0,1fr);gap:12px;padding:13px;border-radius:17px}
  .mct-cookie-consent__icon{width:38px;height:38px;border-radius:11px;font-size:20px}
  .mct-cookie-consent__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%}
  .mct-cookie-btn{width:100%;padding:0 10px}
  .zwtc-cselect-list{max-height:min(235px,38vh)!important}
}
@media(max-width:430px){
  .mct-theme-choice{grid-template-columns:72px minmax(0,1fr) 24px;gap:10px}
  .mct-theme-choice__preview{width:72px;height:62px}
  .mct-theme-choice__copy strong{font-size:14px}
  .mct-theme-choice__copy small{font-size:11px}
  .mct-cookie-consent__actions{grid-template-columns:1fr}
}
