﻿/* ABB TV — lean utilities (replaces Tailwind CDN) */
*,::after,::before{box-sizing:border-box}
html{line-height:1.5;-webkit-text-size-adjust:100%}
body{margin:0}
img,svg{display:block;max-width:100%;height:auto}
button,a{cursor:pointer}
button{font:inherit;color:inherit;background:none;border:0;padding:0}
a{color:inherit;text-decoration:none}

:root{
  --abb-red:#e20613;
  --abb-blue:#1360AF;
  --abb-navy:#024B8E;
  --abb-orange:#f47521;
  --abb-dark:#0c1222;
}

.font-nav{font-family:'Montserrat',system-ui,sans-serif;font-weight:700}
ul{list-style:none;margin:0;padding:0}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.inset-0{inset:0}
.inset-x-0{left:0;right:0}
.top-0{top:0}
.top-5{top:1.25rem}
.top-1\/2{top:50%}
.bottom-0{bottom:0}
.bottom-8{bottom:2rem}
.left-5{left:1.25rem}
.left-1\/2{left:50%}
.right-4{right:1rem}
.right-5{right:1.25rem}
.z-10{z-index:10}
.z-20{z-index:20}
.z-50{z-index:50}
.z-\[60\]{z-index:60}

.flex{display:flex}
.inline-flex{display:inline-flex}
.hidden{display:none}
.block{display:block}
.inline-block{display:inline-block}
.flex-col{flex-direction:column}
.flex-1{flex:1 1 0%}
.shrink-0{flex-shrink:0}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-start{align-items:flex-start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}
.gap-2{gap:.5rem}
.gap-2\.5{gap:.625rem}
.gap-3\.5{gap:.875rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:.375rem}

.w-full{width:100%}
.w-auto{width:auto}
.w-2\.5{width:.625rem}
.w-14{width:3.5rem}
.h-full{height:100%}
.h-2\.5{height:.625rem}
.h-3\.5{height:.875rem}
.h-4{height:1rem}
.h-11{height:2.75rem}
.h-14{height:3.5rem}
.h-\[300px\]{height:300px}
.max-w-xs{max-width:20rem}
.max-w-md{max-width:28rem}
.max-w-2xl{max-width:42rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.max-w-full{max-width:100%}
.max-w-\[220px\]{max-width:220px}
.mx-auto{margin-left:auto;margin-right:auto}
.-mt-2{margin-top:-.5rem}
.mt-0\.5{margin-top:.125rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-12{margin-bottom:3rem}
.-mb-px{margin-bottom:-1px}
.mr-1\.5{margin-right:.375rem}
.p-2{padding:.5rem}
.p-3{padding:.75rem}
.p-5{padding:1.25rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.pt-3{padding-top:.75rem}
.pt-10{padding-top:2.5rem}
.pb-2{padding-bottom:.5rem}
.pb-16{padding-bottom:4rem}
.pb-36{padding-bottom:9rem}
.pl-0\.5{padding-left:.125rem}
.pl-3{padding-left:.75rem}
.pr-4{padding-right:1rem}

.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}
.rounded-full{border-radius:9999px}
.border{border:1px solid rgba(255,255,255,.4)}
.border-2{border-width:2px;border-style:solid}
.border-white\/40{border-color:rgba(255,255,255,.4)}
.border-white\/80{border-color:rgba(255,255,255,.8)}
.overflow-hidden{overflow:hidden}
.pointer-events-none{pointer-events:none}
.pointer-events-auto{pointer-events:auto}
.cursor-pointer{cursor:pointer}

.bg-abb-red{background-color:var(--abb-red)}
.bg-white{background-color:#fff}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
.bg-\[\#f4f6fa\]{background-color:#f4f6fa}
.bg-\[\#1360af\]{background-color:#1360af}
.bg-\[\#024B8E\]{background-color:#024B8E}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}
.from-abb-dark{--tw-gradient-from:var(--abb-dark);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,transparent)}
.via-abb-dark\/40{--tw-gradient-stops:var(--tw-gradient-from),rgba(12,18,34,.4),var(--tw-gradient-to,transparent)}
.to-transparent{--tw-gradient-to:transparent}

.text-white{color:#fff}
.text-white\/80{color:rgba(255,255,255,.8)}
.text-white\/90{color:rgba(255,255,255,.9)}
.text-white\/95{color:rgba(255,255,255,.95)}
.text-abb-red{color:var(--abb-red)}
.text-abb-blue{color:var(--abb-blue)}
.text-abb-dark{color:var(--abb-dark)}
.text-center{text-align:center}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-\[12px\]{font-size:12px}
.text-\[13px\]{font-size:13px}
.text-\[15px\]{font-size:15px}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.tracking-wide{letter-spacing:.025em}
.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.drop-shadow-lg{filter:drop-shadow(0 10px 8px rgba(0,0,0,.15))}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.12),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1)}
.ring-1{box-shadow:0 0 0 1px var(--tw-ring-color,rgba(0,0,0,.05))}
.ring-white\/20{--tw-ring-color:rgba(255,255,255,.2)}
.ring-black\/5{--tw-ring-color:rgba(0,0,0,.05)}

.opacity-0{opacity:0}
.opacity-100{opacity:1}
.opacity-75{opacity:.75}
.opacity-80{opacity:.8}
.opacity-90{opacity:.9}
.-translate-x-1\/2{transform:translateX(-50%)}
.-translate-y-1\/2{transform:translateY(-50%)}
.translate-y-6{transform:translateY(1.5rem)}
.translate-y-0{transform:translateY(0)}
.transition{transition:all .2s ease}
.transition-all{transition:all .3s ease}
.duration-300{transition-duration:.3s}
.duration-700{transition-duration:.7s}

.hover\:bg-red-700:hover{background-color:#b91c1c}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-white:hover{background-color:#fff}
.hover\:text-abb-dark:hover{color:var(--abb-dark)}
.hover\:opacity-90:hover{opacity:.9}
.hover\:opacity-100:hover{opacity:1}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1)}

.group:hover .group-hover\:scale-105{transform:scale(1.05)}

.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}
@keyframes ping{75%,100%{transform:scale(2);opacity:0}}
.animate-pulse-live{animation:pulseLive 1.6s ease-in-out infinite}
@keyframes pulseLive{
  0%,100%{box-shadow:0 0 0 0 rgba(226,6,19,.55)}
  50%{box-shadow:0 0 0 12px rgba(226,6,19,0)}
}

@media (min-width:768px){
  .md\:block{display:block}
  .md\:flex-row{flex-direction:row}
  .md\:flex-1{flex:1 1 0%}
  .md\:items-center{align-items:center}
  .md\:justify-between{justify-content:space-between}
  .md\:justify-end{justify-content:flex-end}
  .md\:gap-8{gap:2rem}
  .md\:pb-44{padding-bottom:11rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-right{text-align:right}
}
@media (min-width:1024px){
  .lg\:block{display:block}
  .lg\:hidden{display:none}
  .lg\:flex-row{flex-direction:row}
  .lg\:flex-wrap{flex-wrap:wrap}
  .lg\:items-center{align-items:center}
  .lg\:justify-center{justify-content:center}
  .lg\:bg-transparent{background:transparent}
  .lg\:p-0{padding:0}
  .lg\:pb-48{padding-bottom:12rem}
  .lg\:shadow-none{box-shadow:none}
  .lg\:w-auto{width:auto}
  .lg\:text-5xl{font-size:3rem;line-height:1.1}
}

/* Hero images */
.hero-img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;transform:scale(1);
  transition:transform 8s ease-out;
}
.swiper-slide-active .hero-img{transform:scale(1.06)}
.video-card-bg{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;transition:transform .7s ease;
}
.group:hover .video-card-bg{transform:scale(1.05)}

/* Minimal icon set (replaces Font Awesome) */
.ico{display:inline-block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.125em}
.ico-sm{width:.85em;height:.85em}
.ico-lg{width:1.25em;height:1.25em}

/* Footer + list pages */
.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.min-h-\[360px\]{min-height:360px}
.h-\[220px\]{height:220px}
.h-\[360px\]{height:360px}
.object-cover{object-fit:cover}
.font-graphit{font-family:'Graphit',system-ui,sans-serif}
.text-\[14px\]{font-size:14px}
.leading-\[1\.55\]{line-height:1.55}
.pb-4{padding-bottom:1rem}
.pt-5{padding-top:1.25rem}
.pt-\[15px\]{padding-top:15px}
.pb-\[15px\]{padding-bottom:15px}
.pl-\[30px\]{padding-left:30px}
.pr-\[30px\]{padding-right:30px}
.mt-\[30px\]{margin-top:30px}
.mb-1\.5{margin-bottom:.375rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.-mb-px{margin-bottom:-1px}
.w-\[100px\]{width:100px}
.w-\[200px\]{width:200px}
.max-w-\[380px\]{max-width:380px}
.max-w-\[1140px\]{max-width:1140px}
.bg-\[\#1360AF\]{background-color:#1360AF}
.bg-\[\#1360af\]{background-color:#1360af}
.bg-\[\#024B8E\]{background-color:#024B8E}
.h-\[55px\]{height:55px}
.pt-\[14px\]{padding-top:14px}
.h-5{height:1.25rem}
.mr-1{margin-right:.25rem}
.mr-2\.5{margin-right:.625rem}
.ml-2\.5{margin-left:.625rem}
.text-\[17px\]{font-size:17px}
.border-b{border-bottom-width:1px;border-bottom-style:solid}
.border-\[\#cdcdcd\]{border-color:#cdcdcd}
.min-h-\[80px\]{min-height:80px}
.mt-5{margin-top:1.25rem}
.text-right{text-align:right}
.hover\:text-abb-red:hover{color:#e20613}
.group\/card{position:relative}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}
.duration-500{transition-duration:.5s}
.group:hover .group-hover\:scale-105{transform:scale(1.05)}
@media (min-width:640px){
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:768px){
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:text-left{text-align:left}
  .md\:text-center{text-align:center}
  .md\:text-right{text-align:right}
  .md\:justify-start{justify-content:flex-start}
  .md\:justify-center{justify-content:center}
  .md\:justify-end{justify-content:flex-end}
  .md\:items-start{align-items:flex-start}
}
@media (min-width:1024px){
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}

.footerSocial-tw{
  clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%);
}
.footer-main-bg{
  background-image:url('/img/antalya.png');
  background-repeat:no-repeat;
  background-position:50% 15%;
}
.list-video-card .haberBaslikMain{
  pointer-events:none;
}
.list-video-card .haberBaslikMain a,
.list-video-card .new-video-btn{
  pointer-events:auto;
}
.abb-pages{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;
  margin:8px 0 28px;padding:0;list-style:none;
  font-family:'Montserrat',system-ui,sans-serif;
}
.abb-pages__btn,
.abb-pages__num{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:42px;height:42px;padding:0 12px;
  border-radius:12px;border:1px solid rgba(12,18,34,.1);
  background:#fff;color:#0c1222;font-size:14px;font-weight:600;
  text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s;
  box-shadow:0 2px 8px rgba(12,18,34,.04);
}
.abb-pages__btn{min-width:48px;gap:4px}
.abb-pages__btn:hover,
.abb-pages__num:hover{
  border-color:#1360AF;color:#1360AF;transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(19,96,175,.12);
}
.abb-pages__num.is-active{
  background:#e20613;border-color:#e20613;color:#fff;
  box-shadow:0 8px 20px rgba(226,6,19,.28);
  pointer-events:none;
}
.abb-pages__btn.is-disabled{
  opacity:.35;pointer-events:none;box-shadow:none;
}
.abb-pages__dots{
  min-width:28px;height:42px;display:inline-flex;align-items:center;justify-content:center;
  color:#94a3b8;font-weight:700;letter-spacing:.08em;user-select:none;
}
.abb-pages__info{
  width:100%;text-align:center;margin-top:4px;
  font-size:12px;font-weight:500;color:#64748b;
}

/* Page loader */
.page-loader{
  position:fixed;inset:0;z-index:100000;
  display:flex;align-items:center;justify-content:center;
  background:#0c1222;
  transition:opacity .45s ease,visibility .45s ease;
}
.page-loader.is-done{
  opacity:0;visibility:hidden;pointer-events:none;
}
.page-loader__inner{
  display:flex;flex-direction:column;align-items:center;gap:22px;
}
.page-loader__logo{
  width:110px;height:auto;
  animation:loaderPulse 1.4s ease-in-out infinite;
}
.page-loader__track{
  width:140px;height:3px;border-radius:999px;overflow:hidden;
  background:rgba(255,255,255,.12);
}
.page-loader__bar{
  height:100%;width:40%;border-radius:999px;
  background:linear-gradient(90deg,#e20613,#1360AF,#e20613);
  background-size:200% 100%;
  animation:loaderSlide 1s ease-in-out infinite;
}
@keyframes loaderPulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.72;transform:scale(.96)}
}
@keyframes loaderSlide{
  0%{transform:translateX(-120%);background-position:0% 50%}
  100%{transform:translateX(320%);background-position:100% 50%}
}
.border{border-width:1px;border-style:solid;border-color:#e5e7eb}
.border-\[3px\]{border-width:3px;border-style:solid}
.border-white{border-color:#fff}
.inline-block{display:inline-block}
.align-middle{vertical-align:middle}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.12),0 4px 6px -4px rgba(0,0,0,.1)}
.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:.375rem}
.justify-start{justify-content:flex-start}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.px-\[30px\]{padding-left:30px;padding-right:30px}
.md\:px-\[30px\]{padding-left:30px;padding-right:30px}
@media (min-width:768px){
  .md\:px-\[30px\]{padding-left:30px;padding-right:30px}
}

/* Content page shell (no Bootstrap) */
.content-page-inner{
  width:100%;
  max-width:1140px;
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  position:relative;
}
.content-site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  margin-bottom:0;
  background:#fff;
  transition:box-shadow .28s ease;
}
.content-header-spacer{
  display:block;width:100%;flex-shrink:0;
  height:120px; /* fallback; JS sets exact height */
}
.content-site-header.menu-shadow{box-shadow:none!important;filter:none!important}
.content-nav-link{
  position:relative;
  color:#0c1222 !important;
  font-weight:700;
  letter-spacing:-0.03em;
  background:transparent !important;
  transition:color .25s ease, background .25s ease, transform .25s ease;
}
.content-nav-link::after{
  content:'';position:absolute;left:50%;bottom:6px;width:0;height:2px;
  border-radius:2px;background:#1360AF;
  transition:width .28s ease,left .28s ease;pointer-events:none;
}
.content-nav-link:hover{
  background:rgba(19,96,175,.08) !important;
  color:#1360AF !important;
  transform:translateY(-1px);
}
.content-nav-link:hover::after{width:56%;left:22%}
.content-menu-toggle{color:#0c1222}

/* Animated burger — top-right mobile toggle */
.abb-burger{
  position:relative;z-index:55;
  width:46px;height:46px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(12,18,34,.28);
  backdrop-filter:blur(10px);
  color:#fff;cursor:pointer;
  transition:background .25s,border-color .25s,transform .2s;
}
.abb-burger:hover{background:rgba(19,96,175,.55);border-color:rgba(255,255,255,.55);transform:scale(1.04)}
.abb-burger__box{width:20px;height:14px;position:relative;display:block}
.abb-burger__line{
  position:absolute;left:0;right:0;height:2px;border-radius:2px;
  background:currentColor;
  transition:transform .32s cubic-bezier(.4,0,.2,1),opacity .2s,width .32s,top .32s,left .32s;
}
.abb-burger__line:nth-child(1){top:0;width:100%}
.abb-burger__line:nth-child(2){top:6px;width:70%}
.abb-burger__line:nth-child(3){top:12px;width:88%}
.abb-burger.is-open .abb-burger__line:nth-child(1){top:6px;width:100%;transform:rotate(45deg)}
.abb-burger.is-open .abb-burger__line:nth-child(2){opacity:0;width:0;left:50%}
.abb-burger.is-open .abb-burger__line:nth-child(3){top:6px;width:100%;transform:rotate(-45deg)}
.abb-burger--dark{
  border-color:rgba(12,18,34,.12);
  background:#f4f7fb;
  color:#0c1222;
}
.abb-burger--dark:hover{background:#e8eef8;border-color:rgba(19,96,175,.35);color:#1360AF}
.header-bar-mobile{
  display:flex;align-items:flex-start;justify-content:space-between;gap:10px;
  width:100%;padding-top:.75rem;padding-bottom:.35rem;
}
.header-bar-end{
  display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0;
}
.content-site-header nav,
#siteHeader nav{
  margin-top:.85rem;
  padding-bottom:.35rem;
}
.nav-main-list{gap:0 !important}
.nav-main-list .content-nav-link,
.nav-main-list .nav-link-item{
  letter-spacing:-0.03em;
  padding-left:.55rem !important;
  padding-right:.55rem !important;
}

.header-social{
  display:none;
  align-items:center;justify-content:flex-end;gap:6px;
  width:auto;margin:0;padding:0;
}
.header-social a,
.mobile-drawer-social a,
.footer-social-icons a,
.social-desk-icons a,
.abb-social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:10px;
  transition:background .2s,transform .2s,color .2s;
}
.header-social a{
  background:rgba(19,96,175,.08);
  color:#1360AF;
}
.header-social a:hover{background:rgba(19,96,175,.16);transform:translateY(-1px);color:#0f4f94}
.abb-social svg{
  width:16px;height:16px;fill:currentColor;display:block;
}

.header-social-desk{
  display:none;position:absolute;top:18px;right:16px;z-index:45;
}
.social-desk-toggle{
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 14px;border-radius:999px;
  border:1px solid rgba(19,96,175,.2);
  background:#f4f7fb;color:#1360AF;
  font-family:'Montserrat',system-ui,sans-serif;font-weight:700;font-size:13px;
  letter-spacing:-0.02em;cursor:pointer;
  transition:background .2s,border-color .2s,transform .15s;
}
.social-desk-toggle:hover,
.social-desk-toggle[aria-expanded="true"]{
  background:#1360AF;color:#fff;border-color:#1360AF;
}
.social-desk-toggle .ico{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.social-desk-toggle[aria-expanded="true"] .ico{transform:rotate(180deg)}
.social-desk-panel{
  position:absolute;top:calc(100% + 8px);right:0;
  min-width:max-content;padding:12px 14px;
  background:#fff;border-radius:14px;
  box-shadow:0 16px 40px rgba(12,18,34,.16);
  border:1px solid rgba(12,18,34,.06);
}
.social-desk-panel[hidden]{display:none !important}
.social-desk-icons{
  display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap;white-space:nowrap;
}
.social-desk-icons a{
  width:40px;height:40px;border-radius:12px;flex-shrink:0;
  background:#f4f7fb;color:#1360AF;
}
.social-desk-icons a:hover{background:#e20613;color:#fff;transform:translateY(-2px)}

/* Logo shrink on scroll — all pages */
.topLogo,
#siteHeader .header-bar-mobile img{
  transition:height .28s ease,margin .28s ease;
}
.content-site-header.is-scrolled .topLogo,
#siteHeader.header-scrolled .header-bar-mobile img{
  height:34px !important;
  width:auto !important;
}
.content-site-header.is-scrolled .header-bar-mobile,
#siteHeader.header-scrolled .header-bar-mobile{
  padding-top:.45rem;
  padding-bottom:.2rem;
}
.content-site-header.is-scrolled{
  box-shadow:0 8px 24px rgba(12,18,34,.08);
}

.mobile-drawer-social{
  display:flex;align-items:center;justify-content:center;gap:12px;flex-shrink:0;
  padding:18px 16px 28px;
  border-top:1px solid rgba(255,255,255,.1);
  background:rgba(0,0,0,.2);
}
.mobile-drawer-social a{
  width:42px;height:42px;border-radius:12px;
  background:rgba(255,255,255,.08);color:#fff;
}
.mobile-drawer-social a:hover{background:rgba(226,6,19,.85);transform:translateY(-2px);color:#fff}
.mobile-drawer-social svg{width:18px;height:18px}
.footer-social-icons{
  display:flex;align-items:center;justify-content:center;gap:10px;width:100%;
}
.footer-social-icons a{
  width:auto;height:auto;background:transparent;color:#fff;border-radius:0;padding:4px;
}
.footer-social-icons a:hover{color:#e6ff2c;transform:translateY(-2px);background:transparent}
.footer-social-icons svg{width:20px;height:20px}

.footer-contact{text-align:left}
.footer-contact__row{
  display:flex;align-items:flex-start;gap:10px;
  text-align:left;line-height:1.45;
}
.footer-contact__row svg{
  width:16px;height:16px;flex-shrink:0;margin-top:3px;
  fill:currentColor;opacity:.95;
}
.footer-contact__row a{color:inherit;text-decoration:none}
.footer-contact__row a:hover{text-decoration:underline}
@media (min-width:768px){
  .footer-contact{justify-self:end}
}

.content-header-title-wrap{
  position:absolute;inset:0;display:block;pointer-events:none;
}
.contentMainDiv{
  margin-top:28px;margin-bottom:40px;position:relative;z-index:2;
}

@media (max-width:1023px){
  .header-social{display:flex}
  .header-social a{width:30px;height:30px;border-radius:8px}
  .header-social svg{width:14px;height:14px}
  .header-social-desk{display:none !important}
}
@media (min-width:1024px){
  .header-bar-mobile{flex-direction:column;justify-content:center;align-items:center;gap:0;padding-bottom:0}
  .header-bar-mobile .abb-burger{display:none !important}
  .header-bar-end{display:none !important}
  .header-social{display:none !important}
  .header-social-desk{display:block}
  .content-site-header nav,
  #siteHeader nav{
    margin-top:1.1rem;
  }
}
.text-left{text-align:left}
.max-w-3xl{max-width:48rem}
.w-\[90\%\]{width:90%}
.mx-auto{margin-left:auto;margin-right:auto}

/* Shared dropdown + mobile drawer */
.dropdown-panel{
  display:none;position:absolute;top:100%;left:0;min-width:220px;
  background:#fff;border-radius:10px;box-shadow:0 14px 36px rgba(12,18,34,.16);
  padding:.4rem;z-index:100;text-align:left;
}
.dropdown-panel.open{display:block}
.dropdown-panel a{
  display:block;border-radius:8px;padding:.55rem .75rem;color:#0c1222 !important;
}
.dropdown-panel a:hover{background:#f1f5f9}
.dropdown-submenu-panel{
  display:none;position:absolute;top:0;left:100%;min-width:200px;
  background:#fff;border-radius:10px;box-shadow:0 14px 36px rgba(12,18,34,.16);
  padding:.4rem;z-index:110;
}
.has-submenu{position:relative}
.has-submenu:hover>.dropdown-submenu-panel{display:block}

.mobile-drawer{
  position:fixed;inset:0;z-index:80;visibility:hidden;pointer-events:none;
}
.mobile-drawer.is-open{visibility:visible;pointer-events:auto}
.mobile-drawer-backdrop{
  position:absolute;inset:0;background:rgba(8,12,24,.55);opacity:0;transition:opacity .25s ease;
}
.mobile-drawer.is-open .mobile-drawer-backdrop{opacity:1}
.mobile-drawer-panel{
  position:absolute;top:0;right:0;height:100%;width:min(86vw,340px);
  background:#0c1222;color:#fff;box-shadow:-16px 0 40px rgba(0,0,0,.35);
  transform:translateX(100%);transition:transform .28s ease;
  display:flex;flex-direction:column;font-family:'Montserrat',system-ui,sans-serif;
}
.mobile-drawer.is-open .mobile-drawer-panel{transform:translateX(0)}
.mobile-drawer-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 18px 18px;border-bottom:1px solid rgba(255,255,255,.08);
}
.mobile-drawer-head img{height:40px;width:auto}
.mobile-drawer-close{
  width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);
  background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:22px;line-height:1;
}
.mobile-drawer-body{overflow-y:auto;padding:28px 16px 40px;flex:1}
.mobile-drawer-body a,
.mobile-drawer-body button{
  display:flex;width:100%;align-items:center;justify-content:space-between;
  text-align:left;color:#fff;padding:16px 14px;border-radius:12px;font-size:16px;font-weight:700;
  background:transparent;border:0;margin:4px 0;
}
.mobile-drawer-body a:hover,
.mobile-drawer-body button:hover{background:rgba(255,255,255,.08)}
.mobile-drawer-body .sub{display:none;padding:6px 0 10px 12px;margin:0 0 8px}
.mobile-drawer-body .sub.is-open{display:block}
.mobile-drawer-body .sub a{font-size:14px;font-weight:600;color:rgba(255,255,255,.88);padding:12px 14px}
.mobile-drawer-body .sub2{display:none;padding:4px 0 8px 12px}
.mobile-drawer-body .sub2.is-open{display:block}
body.drawer-locked{overflow:hidden}
@media (min-width:1024px){
  .menu-toggle-btn{display:none !important}
}

/* FAQ accordion (no Bootstrap) */
.abb-faq{margin:50px 0 100px}
.abb-faq-item{margin-bottom:10px;border:0;font-family:'Graphit',sans-serif}
.abb-faq-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  text-align:left;padding:20px;border:0;border-radius:2px;cursor:pointer;
  background:#1555A2;color:#fff;font:inherit;font-weight:500;
  box-shadow:0 0 20px 0 rgba(213,213,213,.5);transition:background .2s,color .2s;
}
.abb-faq-btn[aria-expanded="true"]{background:#FFE472;color:#222}
.abb-faq-btn .abb-faq-chevron{flex-shrink:0;transition:transform .2s}
.abb-faq-btn[aria-expanded="true"] .abb-faq-chevron{transform:rotate(180deg)}
/* Scrollbar — yüksek kontrast (app.css eski kuralları ezer) */
html{
  scrollbar-width:auto !important;
  scrollbar-color:#e20613 #1a2336 !important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:14px !important;
  height:14px !important;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{
  background:#1a2336 !important;
  border-left:1px solid #0c1222 !important;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
  background:#e20613 !important;
  border-radius:10px !important;
  border:3px solid #1a2336 !important;
  min-height:60px !important;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover{
  background:#1360AF !important;
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner{
  background:#1a2336 !important;
}

/* Live / video modal empty state */
.vm-empty{
  display:none;position:absolute;inset:0;
  align-items:center;justify-content:center;flex-direction:column;gap:12px;
  padding:28px;text-align:center;background:#0a0e18;color:#fff;
  font-family:'Montserrat',system-ui,sans-serif;
}
.vm-frame.is-empty .vm-empty{display:flex}
.vm-frame.is-empty iframe{visibility:hidden;pointer-events:none}
.vm-empty__icon{
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(226,6,19,.15);color:#e20613;font-size:22px;
}
.vm-empty__title{font-size:17px;font-weight:600;margin:0}
.vm-empty__text{font-size:13px;font-weight:500;color:rgba(255,255,255,.65);margin:0;max-width:280px;line-height:1.5}

/* —— Video / blog listing cards —— */
.list-video-card{
  position:relative;height:360px;overflow:hidden;border-radius:20px;
  background:#0c1222;box-shadow:0 10px 28px rgba(12,18,34,.12);
  transition:transform .35s ease,box-shadow .35s ease;
}
.list-video-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(12,18,34,.2);
}
.list-video-card__media{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;
}
.list-video-card:hover .list-video-card__media{transform:scale(1.06)}
.list-video-card__shade{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(12,18,34,.15) 0%,transparent 35%,rgba(12,18,34,.55) 62%,rgba(12,18,34,.92) 100%);
  pointer-events:none;
}
.list-video-card .new-video-btn{
  width:64px;height:64px;border-radius:50%;
  background:rgba(255,255,255,.95);
  box-shadow:0 10px 28px rgba(0,0,0,.28);
  display:flex;align-items:center;justify-content:center;
  transition:transform .3s ease,background .3s ease,box-shadow .3s ease;
}
.list-video-card:hover .new-video-btn{
  transform:translateX(-50%) translateY(-50%) scale(1.08);
  background:#e20613;
  box-shadow:0 12px 32px rgba(226,6,19,.4);
}
.list-video-card .new-video-btn .play-ico{color:#e20613;font-size:22px;margin-left:3px;line-height:1;transition:color .3s}
.list-video-card:hover .new-video-btn .play-ico{color:#fff}
.list-video-card__body{
  position:absolute;left:0;right:0;bottom:0;
  padding:20px 22px 22px;
  color:#fff;font-family:'Graphit',system-ui,sans-serif;
  pointer-events:none;z-index:2;
}
.list-video-card__date{
  display:inline-block;margin-bottom:8px;
  font-size:12px;font-weight:600;letter-spacing:.04em;
  color:rgba(255,255,255,.85);
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;padding:4px 10px;
}
.list-video-card__title{
  font-size:18px;font-weight:500;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
  min-height:3.9em;margin-bottom:14px;
}
.list-video-card__cta{
  pointer-events:auto;display:inline-flex;align-items:center;gap:6px;
  border:2px solid #fff;color:#fff;border-radius:10px;
  padding:8px 14px;font-size:14px;font-weight:600;
  text-shadow:none;transition:background .2s,color .2s,border-color .2s;
}
.list-video-card__cta:hover{
  background:#fff;color:#0c1222;border-color:#fff;
}

.blog-card{
  display:flex;flex-direction:column;overflow:hidden;border-radius:20px;
  background:#fff;box-shadow:0 8px 24px rgba(12,18,34,.08);
  border:1px solid rgba(12,18,34,.06);
  transition:transform .3s ease,box-shadow .3s ease;
}
.blog-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(12,18,34,.14);
}
.blog-card__media{position:relative;height:220px;overflow:hidden;background:#e8eef5}
.blog-card__media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .55s ease;
}
.blog-card:hover .blog-card__media img{transform:scale(1.05)}
.blog-card__body{padding:1.25rem 1.35rem 1.35rem;flex:1;display:flex;flex-direction:column}
.blog-card__title{
  font-family:'Graphit',system-ui,sans-serif;font-size:1.125rem;font-weight:500;
  line-height:1.4;color:#0c1222;margin:0 0 auto;min-height:4.2em;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.blog-card__link{
  margin-top:1rem;align-self:flex-end;
  font-family:'Graphit',system-ui,sans-serif;font-size:.875rem;font-weight:600;
  color:#1360AF;display:inline-flex;align-items:center;gap:4px;
  transition:color .2s,gap .2s;
}
.blog-card__link:hover{color:#e20613;gap:8px}

/* —— Detail pages —— */
.detail-page{max-width:920px;margin:0 auto;padding:0 4px 32px}
.detail-video{
  position:relative;width:100%;aspect-ratio:16/9;border-radius:20px;overflow:hidden;
  background:#0c1222;
  box-shadow:0 20px 48px rgba(12,18,34,.22),0 0 0 1px rgba(12,18,34,.06);
}
.detail-video::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:4px;
  background:linear-gradient(90deg,#e20613,#1360AF);pointer-events:none;
}
.detail-video iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0}
.detail-meta{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;
  margin:28px 0 12px;font-family:'Graphit',system-ui,sans-serif;
}
.detail-meta__chip{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:600;color:#1360AF;
  background:#eef4fb;border-radius:999px;padding:6px 12px;
}
.detail-title{
  margin:0 0 18px;color:#e20613;font-family:'Graphit',system-ui,sans-serif;
  font-weight:700;font-size:clamp(1.4rem,2.6vw,1.95rem);line-height:1.3;text-align:center;
}
.detail-body{
  margin:0 auto 28px;max-width:780px;color:#1a1a1a;
  font-family:'Graphit','Segoe UI',sans-serif;font-weight:500;
  font-size:16.5px;line-height:1.8;text-align:center;
}
.detail-body p{margin:0 0 .95em}
.detail-body img{max-width:100%;height:auto;border-radius:12px;margin:12px auto}
.detail-divider{
  width:64px;height:3px;margin:8px auto 24px;border-radius:2px;
  background:linear-gradient(90deg,#e20613,#1360AF);
}
.detail-logo{display:block;width:160px;margin:0 auto;opacity:.92}

.blog-detail{max-width:860px;margin:0 auto;padding-bottom:28px}
.blog-detail__hero{
  margin-bottom:28px;border-radius:20px;overflow:hidden;
  box-shadow:0 16px 40px rgba(12,18,34,.14);
}
.blog-detail__hero img{display:block;width:100%;height:auto;max-height:420px;object-fit:cover}
.blog-detail__title{
  margin:0 0 16px;font-family:'Graphit',system-ui,sans-serif;
  font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:700;line-height:1.3;
  color:#0c1222;text-align:center;
}
.blog-detail__body{
  font-family:'Graphit','Segoe UI',sans-serif;font-size:16px;line-height:1.8;
  color:#222;font-weight:500;
}
.blog-detail__body p{margin:0 0 1em;font-size:16px!important;line-height:1.8!important}
.blog-detail__body img{max-width:100%;height:auto;border-radius:12px}

.content-article{
  margin-top:0;padding:0 4px 24px;
  font-family:'Graphit',system-ui,sans-serif;font-weight:500;
  font-size:16.5px;line-height:1.8;color:#1a1a1a;text-align:justify;
}
.content-article img{max-width:100%;height:auto;border-radius:12px}

