/* SislemeNemlendirme.com navigation v20260704-31
   Hakkımızda referanslı merkezi menü: sticky, klasik dropdown, mobil güvenli */
:root{
  --sn-nav-h:78px;
  --sn-blue:#0c6ea8;
  --sn-blue-dark:#07527f;
  --sn-soft:#eef8fb;
  --sn-ink:#183344;
  --sn-muted:#5c7080;
  --sn-line:rgba(12,110,168,.14);
  --sn-shadow:0 16px 44px rgba(8,40,59,.12);
}
html{scroll-padding-top:calc(var(--sn-nav-h) + 16px)}
html body .site-header.header-v5.unified-header,
html body.home-premium-v7 .site-header.header-v5.unified-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:99990!important;
  width:100%!important;
  min-height:var(--sn-nav-h)!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid var(--sn-line)!important;
  box-shadow:0 10px 30px rgba(8,40,59,.07)!important;
  backdrop-filter:saturate(150%) blur(10px)!important;
  -webkit-backdrop-filter:saturate(150%) blur(10px)!important;
  overflow:visible!important;
  isolation:isolate!important;
}
html body .site-header.header-v5.unified-header .nav-wrap,
html body.home-premium-v7 .site-header.header-v5.unified-header .nav-wrap{
  width:min(1180px, calc(100% - 32px))!important;
  min-height:var(--sn-nav-h)!important;
  margin:0 auto!important;
  padding:10px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  position:relative!important;
  overflow:visible!important;
}
html body .site-header.header-v5.unified-header .brand,
html body.home-premium-v7 .site-header.header-v5.unified-header .brand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  min-width:0!important;
  text-decoration:none!important;
  line-height:0!important;
  z-index:3!important;
}
html body .site-header.header-v5.unified-header .brand img,
html body.home-premium-v7 .site-header.header-v5.unified-header .brand img{
  display:block!important;
  width:clamp(158px, 15.4vw, 186px)!important;
  max-width:186px!important;
  min-width:158px!important;
  height:auto!important;
  max-height:56px!important;
  object-fit:contain!important;
}
html body .site-header.header-v5.unified-header .main-nav,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:5px!important;
  flex:1 1 auto!important;
  margin-left:auto!important;
  padding-left:clamp(12px,2vw,30px)!important;
  min-width:0!important;
  position:static!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
  z-index:2!important;
}
html body .site-header.header-v5.unified-header .main-nav>a,
html body .site-header.header-v5.unified-header .dropdown>button,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button{
  appearance:none!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:var(--sn-ink)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:10px 12px!important;
  border-radius:999px!important;
  font:800 13.2px/1.1 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  cursor:pointer!important;
  user-select:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
}
html body .site-header.header-v5.unified-header .main-nav>a:hover,
html body .site-header.header-v5.unified-header .main-nav>a:focus-visible,
html body .site-header.header-v5.unified-header .main-nav>a.is-current,
html body .site-header.header-v5.unified-header .dropdown:hover>button,
html body .site-header.header-v5.unified-header .dropdown:focus-within>button,
html body .site-header.header-v5.unified-header .dropdown.open>button,
html body .site-header.header-v5.unified-header .dropdown>button.is-current,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a:hover,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a:focus-visible,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a.is-current,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown:hover>button,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown:focus-within>button,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown.open>button,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button.is-current{
  color:var(--sn-blue-dark)!important;
  background:linear-gradient(180deg,#fff 0%,var(--sn-soft) 100%)!important;
  border-color:#cfeaf3!important;
  box-shadow:0 8px 22px rgba(12,110,168,.12)!important;
  transform:translateY(-1px)!important;
}
html body .site-header.header-v5.unified-header .dropdown,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
}
html body .site-header.header-v5.unified-header .dropdown>button::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button::after{
  content:""!important;
  width:7px!important;
  height:7px!important;
  margin-left:8px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:rotate(45deg) translateY(-2px)!important;
  transition:transform .18s ease!important;
}
html body .site-header.header-v5.unified-header .dropdown:hover>button::after,
html body .site-header.header-v5.unified-header .dropdown:focus-within>button::after,
html body .site-header.header-v5.unified-header .dropdown.open>button::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown:hover>button::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown:focus-within>button::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown.open>button::after{transform:rotate(225deg) translate(-1px,-1px)!important}
html body .site-header.header-v5.unified-header .dropdown>div,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div{
  position:absolute!important;
  top:calc(100% + 11px)!important;
  left:0!important;
  width:286px!important;
  min-width:286px!important;
  max-width:calc(100vw - 32px)!important;
  max-height:min(74vh, 560px)!important;
  overflow:auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  padding:10px!important;
  background:#fff!important;
  border:1px solid var(--sn-line)!important;
  border-radius:18px!important;
  box-shadow:var(--sn-shadow)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
}
html body .site-header.header-v5.unified-header .media-dropdown>div,
html body.home-premium-v7 .site-header.header-v5.unified-header .media-dropdown>div{width:226px!important;min-width:226px!important}
html body .site-header.header-v5.unified-header .dropdown:hover>div,
html body .site-header.header-v5.unified-header .dropdown:focus-within>div,
html body .site-header.header-v5.unified-header .dropdown.open>div,
html body .site-header.header-v5.unified-header .dropdown[data-open="true"]>div,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown:hover>div,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown:focus-within>div,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown.open>div,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown[data-open="true"]>div{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}
html body .site-header.header-v5.unified-header .dropdown>div a,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a{
  display:flex!important;
  align-items:center!important;
  min-height:38px!important;
  width:100%!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  color:var(--sn-ink)!important;
  background:transparent!important;
  text-decoration:none!important;
  font:800 12.6px/1.22 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  transition:background .15s ease,color .15s ease,transform .15s ease!important;
}
html body .site-header.header-v5.unified-header .dropdown>div a:hover,
html body .site-header.header-v5.unified-header .dropdown>div a:focus-visible,
html body .site-header.header-v5.unified-header .dropdown>div a.is-current,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a:hover,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a:focus-visible,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a.is-current{
  background:var(--sn-soft)!important;
  color:var(--sn-blue-dark)!important;
  transform:translateX(2px)!important;
}
html body .site-header.header-v5.unified-header .as-lang-switch,
html body.home-premium-v7 .site-header.header-v5.unified-header .as-lang-switch{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  flex:0 0 auto!important;
  margin-left:clamp(8px,1.2vw,18px)!important;
}
html body .site-header.header-v5.unified-header .as-lang-switch a,
html body.home-premium-v7 .site-header.header-v5.unified-header .as-lang-switch a{
  min-height:34px!important;
  padding:7px 9px!important;
  border-radius:999px!important;
  border:1px solid var(--sn-line)!important;
  background:#fff!important;
  color:var(--sn-ink)!important;
  text-decoration:none!important;
  font:800 12px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;
}
html body .site-header.header-v5.unified-header .as-lang-switch a.active,
html body.home-premium-v7 .site-header.header-v5.unified-header .as-lang-switch a.active{background:var(--sn-soft)!important;color:var(--sn-blue-dark)!important}
html body .site-header.header-v5.unified-header .lang-name,
html body.home-premium-v7 .site-header.header-v5.unified-header .lang-name{display:none!important}
html body .site-header.header-v5.unified-header .sn-nav-cta,
html body.home-premium-v7 .site-header.header-v5.unified-header .sn-nav-cta{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body .site-header.header-v5.unified-header .menu-toggle,
html body.home-premium-v7 .site-header.header-v5.unified-header .menu-toggle{
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  border:1px solid var(--sn-line)!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(8,40,59,.08)!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  z-index:5!important;
}
html body .site-header.header-v5.unified-header .menu-toggle span,
html body.home-premium-v7 .site-header.header-v5.unified-header .menu-toggle span{
  position:absolute!important;
  width:20px!important;
  height:2px!important;
  border-radius:99px!important;
  background:var(--sn-blue-dark)!important;
  transition:transform .18s ease,opacity .18s ease!important;
}
html body .site-header.header-v5.unified-header .menu-toggle span:nth-child(1){transform:translateY(-7px)!important}
html body .site-header.header-v5.unified-header .menu-toggle span:nth-child(2){transform:translateY(0)!important}
html body .site-header.header-v5.unified-header .menu-toggle span:nth-child(3){transform:translateY(7px)!important}
html body .site-header.header-v5.unified-header .menu-toggle.is-active span:nth-child(1){transform:rotate(45deg)!important}
html body .site-header.header-v5.unified-header .menu-toggle.is-active span:nth-child(2){opacity:0!important}
html body .site-header.header-v5.unified-header .menu-toggle.is-active span:nth-child(3){transform:rotate(-45deg)!important}
.nav-backdrop-v3,.menu-backdrop,.site-overlay,[class*="nav-backdrop"],[class*="menu-backdrop"]{display:none!important;pointer-events:none!important;visibility:hidden!important;opacity:0!important}
html.nav-open,body.nav-open,body.menu-open{overflow:auto!important;touch-action:auto!important}
@media (max-width:1180px){
  html body .site-header.header-v5.unified-header .main-nav>a,
  html body .site-header.header-v5.unified-header .dropdown>button{padding-left:9px!important;padding-right:9px!important;font-size:12.4px!important}
}
@media (max-width:1120px){
  :root{--sn-nav-h:76px}
  html body .site-header.header-v5.unified-header .nav-wrap,
  html body.home-premium-v7 .site-header.header-v5.unified-header .nav-wrap{width:min(100% - 24px, 1180px)!important;gap:10px!important}
  html body .site-header.header-v5.unified-header .brand img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand img{width:clamp(166px,42vw,198px)!important;min-width:166px!important;max-width:198px!important;max-height:58px!important}
  html body .site-header.header-v5.unified-header .menu-toggle,
  html body.home-premium-v7 .site-header.header-v5.unified-header .menu-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important}
  html body .site-header.header-v5.unified-header .main-nav,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-height:calc(100dvh - var(--sn-nav-h) - 18px)!important;
    overflow:auto!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    margin-left:0!important;
    padding:14px!important;
    background:#fff!important;
    border:1px solid var(--sn-line)!important;
    border-radius:20px!important;
    box-shadow:0 18px 46px rgba(8,40,59,.16)!important;
    transform:none!important;
    z-index:99991!important;
  }
  html body .site-header.header-v5.unified-header .main-nav.open,
  html body .site-header.header-v5.unified-header .main-nav[data-open="true"],
  html body .site-header.header-v5.unified-header.is-menu-open .main-nav,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav.open,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav[data-open="true"],
  html body.home-premium-v7 .site-header.header-v5.unified-header.is-menu-open .main-nav{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  html body .site-header.header-v5.unified-header .main-nav>a,
  html body .site-header.header-v5.unified-header .dropdown>button{width:100%!important;min-height:46px!important;justify-content:space-between!important;padding:13px 14px!important;border-radius:14px!important;font-size:13.4px!important;background:#fff!important;border-color:#eef4f7!important;box-shadow:none!important;transform:none!important}
  html body .site-header.header-v5.unified-header .dropdown{display:block!important;width:100%!important}
  html body .site-header.header-v5.unified-header .dropdown>div,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div{
    position:static!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    max-height:none!important;
    margin:7px 0 2px!important;
    padding:8px 0 0 12px!important;
    border:0!important;
    border-left:2px solid #e0f0f5!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    transition:none!important;
    overflow:visible!important;
  }
  html body .site-header.header-v5.unified-header .dropdown.open>div,
  html body .site-header.header-v5.unified-header .dropdown[data-open="true"]>div{display:flex!important;flex-direction:column!important}
  html body .site-header.header-v5.unified-header .dropdown:hover>div:not([data-force-open]){ }
  html body .site-header.header-v5.unified-header .dropdown>div a{min-height:42px!important;padding:11px 12px!important;border-radius:12px!important;font-size:12.6px!important}
  html body .site-header.header-v5.unified-header .sn-nav-cta{display:none!important}
}
@media (max-width:560px){
  :root{--sn-nav-h:72px}
  html body .site-header.header-v5.unified-header .nav-wrap,
  html body.home-premium-v7 .site-header.header-v5.unified-header .nav-wrap{width:calc(100% - 18px)!important;padding:8px 0!important;gap:8px!important}
  html body .site-header.header-v5.unified-header .brand img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand img{width:clamp(158px,50vw,184px)!important;min-width:158px!important;max-width:184px!important;max-height:54px!important}
  html body .site-header.header-v5.unified-header .as-lang-switch a{min-height:32px!important;padding:6px 8px!important;font-size:11.4px!important}
  html body .site-header.header-v5.unified-header .menu-toggle{width:42px!important;height:42px!important;min-width:42px!important;flex-basis:42px!important;border-radius:14px!important}
  html body .site-header.header-v5.unified-header .main-nav{top:calc(100% + 6px)!important;border-radius:18px!important;padding:12px!important}
}
@media (max-width:380px){
  html body .site-header.header-v5.unified-header .brand img{width:148px!important;min-width:148px!important;max-width:148px!important}
  html body .site-header.header-v5.unified-header .as-lang-switch{display:none!important}
}

/* === 20260704-32: Professional mobile menu reset (hizmetlerimiz referanslı) === */
html body .site-header.header-v5.unified-header,
html body.home-premium-v7 .site-header.header-v5.unified-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:99990!important;
  overflow:visible!important;
}
html body .site-header.header-v5.unified-header:after,
html body.home-premium-v7 .site-header.header-v5.unified-header:after{
  height:1px!important;
  opacity:.45!important;
  pointer-events:none!important;
}
html body .site-header.header-v5.unified-header .main-nav:before,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav:before,
html body .site-header.header-v5.unified-header .main-nav>a:before,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a:before,
html body .site-header.header-v5.unified-header .dropdown>button:before,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button:before,
html body .site-header.header-v5.unified-header .dropdown>div:before,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div:before{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
}
html body .site-header.header-v5.unified-header .main-nav>a,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a,
html body .site-header.header-v5.unified-header .dropdown>button,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button{
  text-transform:uppercase!important;
}
html.nav-open:before,
html body.nav-open:before,
html body.menu-open:before{
  content:none!important;
  display:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
@media (max-width:1120px){
  :root{--sn-nav-h:74px!important;}
  html body .site-header.header-v5.unified-header .nav-wrap,
  html body.home-premium-v7 .site-header.header-v5.unified-header .nav-wrap{
    width:calc(100% - 24px)!important;
    min-height:var(--sn-nav-h)!important;
    padding:8px 0!important;
    gap:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
  }
  html body .site-header.header-v5.unified-header .brand,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand,
  html body .site-header.header-v5.unified-header .brand-single,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand-single{
    order:1!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:190px!important;
    width:auto!important;
  }
  html body .site-header.header-v5.unified-header .brand img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand img,
  html body .site-header.header-v5.unified-header .brand-single img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand-single img{
    width:clamp(168px,42vw,190px)!important;
    min-width:168px!important;
    max-width:190px!important;
    max-height:56px!important;
    height:auto!important;
    object-fit:contain!important;
  }
  html body .site-header.header-v5.unified-header .as-lang-switch,
  html body.home-premium-v7 .site-header.header-v5.unified-header .as-lang-switch{
    order:2!important;
    flex:0 0 auto!important;
    margin-left:auto!important;
    z-index:99993!important;
  }
  html body .site-header.header-v5.unified-header .menu-toggle,
  html body.home-premium-v7 .site-header.header-v5.unified-header .menu-toggle{
    order:3!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    border-radius:14px!important;
    z-index:99994!important;
  }
  html body .site-header.header-v5.unified-header .main-nav,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav{
    order:4!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    max-height:calc(100dvh - var(--sn-nav-h) - 18px)!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:6px!important;
    margin:0!important;
    padding:10px!important;
    background:#ffffff!important;
    border:1px solid rgba(12,110,168,.13)!important;
    border-radius:18px!important;
    box-shadow:0 18px 44px rgba(8,40,59,.16)!important;
    transform:none!important;
    transition:none!important;
    z-index:99991!important;
  }
  html body .site-header.header-v5.unified-header .main-nav.open,
  html body .site-header.header-v5.unified-header .main-nav[data-open="true"],
  html body .site-header.header-v5.unified-header.is-menu-open .main-nav,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav.open,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav[data-open="true"],
  html body.home-premium-v7 .site-header.header-v5.unified-header.is-menu-open .main-nav{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  html body .site-header.header-v5.unified-header .main-nav>a,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a,
  html body .site-header.header-v5.unified-header .dropdown>button,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button{
    width:100%!important;
    min-height:46px!important;
    padding:12px 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    border:1px solid rgba(12,110,168,.09)!important;
    border-radius:13px!important;
    background:#ffffff!important;
    box-shadow:none!important;
    color:#17384b!important;
    font-size:14px!important;
    font-weight:850!important;
    line-height:1.2!important;
    letter-spacing:.035em!important;
    text-align:left!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    transform:none!important;
  }
  html body .site-header.header-v5.unified-header .main-nav>a:hover,
  html body .site-header.header-v5.unified-header .main-nav>a:focus-visible,
  html body .site-header.header-v5.unified-header .main-nav>a.is-current,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a:hover,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a:focus-visible,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a.is-current,
  html body .site-header.header-v5.unified-header .dropdown.open>button,
  html body .site-header.header-v5.unified-header .dropdown[data-open="true"]>button,
  html body .site-header.header-v5.unified-header .dropdown>button.is-current,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown.open>button,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown[data-open="true"]>button,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button.is-current{
    background:#f3fbfd!important;
    color:#07527f!important;
    border-color:#cfeaf3!important;
    box-shadow:inset 3px 0 0 #0c6ea8!important;
    transform:none!important;
  }
  html body .site-header.header-v5.unified-header .main-nav>a:after,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a:after{
    content:"›"!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:auto!important;
    color:#7aa9bc!important;
    font-size:22px!important;
    line-height:1!important;
    font-weight:600!important;
    background:none!important;
    border:0!important;
    width:auto!important;
    height:auto!important;
    transform:none!important;
  }
  html body .site-header.header-v5.unified-header .dropdown,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown{
    display:block!important;
    width:100%!important;
  }
  html body .site-header.header-v5.unified-header .dropdown>button::after,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button::after{
    content:""!important;
    display:inline-flex!important;
    flex:0 0 9px!important;
    width:9px!important;
    height:9px!important;
    margin:0 3px 3px auto!important;
    border-right:2px solid currentColor!important;
    border-bottom:2px solid currentColor!important;
    transform:rotate(45deg)!important;
    background:none!important;
  }
  html body .site-header.header-v5.unified-header .dropdown.open>button::after,
  html body .site-header.header-v5.unified-header .dropdown[data-open="true"]>button::after,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown.open>button::after,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown[data-open="true"]>button::after{
    transform:translateY(3px) rotate(225deg)!important;
  }
  html body .site-header.header-v5.unified-header .dropdown>div,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div{
    position:static!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    max-height:none!important;
    margin:6px 0 2px!important;
    padding:6px 0 4px 12px!important;
    border:0!important;
    border-left:2px solid #d9edf3!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    transition:none!important;
    overflow:visible!important;
    gap:4px!important;
  }
  html body .site-header.header-v5.unified-header .dropdown.open>div,
  html body .site-header.header-v5.unified-header .dropdown[data-open="true"]>div,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown.open>div,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown[data-open="true"]>div{
    display:flex!important;
    flex-direction:column!important;
  }
  html body .site-header.header-v5.unified-header .dropdown>div a,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a{
    min-height:40px!important;
    padding:10px 12px!important;
    border-radius:11px!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#29465a!important;
    font-size:12.7px!important;
    font-weight:800!important;
    line-height:1.25!important;
    text-align:left!important;
    transform:none!important;
  }
  html body .site-header.header-v5.unified-header .dropdown>div a:hover,
  html body .site-header.header-v5.unified-header .dropdown>div a:focus-visible,
  html body .site-header.header-v5.unified-header .dropdown>div a.is-current,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a:hover,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a:focus-visible,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>div a.is-current{
    background:#eef8fb!important;
    color:#07527f!important;
    transform:none!important;
  }
}
@media (max-width:560px){
  :root{--sn-nav-h:72px!important;}
  html body .site-header.header-v5.unified-header .nav-wrap,
  html body.home-premium-v7 .site-header.header-v5.unified-header .nav-wrap{
    width:calc(100% - 18px)!important;
    gap:8px!important;
  }
  html body .site-header.header-v5.unified-header .brand,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand,
  html body .site-header.header-v5.unified-header .brand-single,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand-single{
    max-width:178px!important;
    flex:1 1 178px!important;
  }
  html body .site-header.header-v5.unified-header .brand img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand img,
  html body .site-header.header-v5.unified-header .brand-single img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand-single img{
    width:clamp(154px,47vw,178px)!important;
    min-width:154px!important;
    max-width:178px!important;
    max-height:52px!important;
  }
  html body .site-header.header-v5.unified-header .as-lang-switch a,
  html body.home-premium-v7 .site-header.header-v5.unified-header .as-lang-switch a{
    min-width:42px!important;
    min-height:32px!important;
    height:32px!important;
    padding:6px 8px!important;
    font-size:11px!important;
  }
  html body .site-header.header-v5.unified-header .menu-toggle,
  html body.home-premium-v7 .site-header.header-v5.unified-header .menu-toggle{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    flex-basis:42px!important;
  }
  html body .site-header.header-v5.unified-header .main-nav,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav{
    top:calc(100% + 7px)!important;
    padding:9px!important;
    border-radius:16px!important;
    gap:5px!important;
  }
  html body .site-header.header-v5.unified-header .main-nav>a,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav>a,
  html body .site-header.header-v5.unified-header .dropdown>button,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown>button{
    min-height:44px!important;
    padding:11px 13px!important;
    font-size:13.4px!important;
    border-radius:12px!important;
  }
}
@media (max-width:390px){
  html body .site-header.header-v5.unified-header .brand,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand,
  html body .site-header.header-v5.unified-header .brand-single,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand-single{
    max-width:152px!important;
    flex:1 1 152px!important;
  }
  html body .site-header.header-v5.unified-header .brand img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand img,
  html body .site-header.header-v5.unified-header .brand-single img,
  html body.home-premium-v7 .site-header.header-v5.unified-header .brand-single img{
    width:152px!important;
    min-width:152px!important;
    max-width:152px!important;
  }
  html body .site-header.header-v5.unified-header .as-lang-switch,
  html body.home-premium-v7 .site-header.header-v5.unified-header .as-lang-switch{
    display:inline-flex!important;
  }
}

/* v20260704-33 - FINAL MENU PSEUDO EFFECT CLEANUP
   Menü yazılarının baş harfine binen dekoratif marker/çizgi/parıltı efektleri tamamen kapatıldı.
   Dropdown okları korunur; yazı üstü/solu pseudo katmanlar ve mobil "Menü" pseudo başlığı kapatılır. */
html body .site-header.header-v5.unified-header .main-nav::before,
html body .site-header.header-v5.unified-header .main-nav::after,
html body .site-header.header-v5.unified-header .main-nav > a::before,
html body .site-header.header-v5.unified-header .main-nav > a::after,
html body .site-header.header-v5.unified-header .dropdown > button::before,
html body .site-header.header-v5.unified-header .dropdown > div::before,
html body .site-header.header-v5.unified-header .dropdown > div::after,
html body .site-header.header-v5.unified-header .dropdown > div a::before,
html body .site-header.header-v5.unified-header .dropdown > div a::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav::before,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav > a::before,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav > a::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > button::before,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > div::before,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > div::after,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > div a::before,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > div a::after {
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  opacity:0!important;
  transform:none!important;
  pointer-events:none!important;
}
html body .site-header.header-v5.unified-header .dropdown > div a,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > div a {
  padding-left:12px!important;
  text-indent:0!important;
  background-image:none!important;
}
html body .site-header.header-v5.unified-header .main-nav > a,
html body .site-header.header-v5.unified-header .dropdown > button,
html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav > a,
html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > button {
  text-shadow:none!important;
}
@media (max-width:1120px) {
  html body .site-header.header-v5.unified-header .main-nav::before,
  html body.home-premium-v7 .site-header.header-v5.unified-header .main-nav::before {content:none!important;display:none!important}
  html body .site-header.header-v5.unified-header .dropdown > div a,
  html body.home-premium-v7 .site-header.header-v5.unified-header .dropdown > div a {padding-left:12px!important}
}


/* v20260704-34 - Cross-layer mobile menu pseudo marker reset */
.site-header .main-nav::before,
.site-header .main-nav::after,
.site-header .main-nav > a::before,
.site-header .main-nav > a::after,
.site-header .dropdown > button::before,
.site-header .dropdown > div::before,
.site-header .dropdown > div::after,
.site-header .dropdown > div a::before,
.site-header .dropdown > div a::after{content:none!important;display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;opacity:0!important;transform:none!important;pointer-events:none!important}
.site-header .dropdown > div a,.site-header .dropdown > div a:first-child{padding-left:12px!important;text-indent:0!important;background-image:none!important}
@media(max-width:1120px){.site-header .main-nav{overflow-x:hidden!important}.site-header .main-nav > a,.site-header .dropdown > button{min-height:48px!important;white-space:normal!important;line-height:1.25!important}.site-header .dropdown > div a,.site-header .dropdown > div a:first-child{padding-left:12px!important;white-space:normal!important;line-height:1.32!important}}
