
:root{--navy:#061f49;--navy2:#082d65;--blue:#0d3a7a;--red:#f31313;--text:#07152f;--muted:#5e6b7f;--soft:#f4f8ff;--line:#dce6f4;--white:#fff;--shadow:0 22px 55px rgba(6,31,73,.13)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.section-space{padding:78px 0}.section-head{max-width:760px;margin:0 auto 38px;text-align:center}.tag{display:inline-block;color:var(--red);font-weight:900;font-size:13px;letter-spacing:.14em;margin-bottom:10px}.section-head h1,.section-head h2{font-size:clamp(32px,4vw,50px);color:var(--navy);letter-spacing:-1.5px;margin-bottom:14px}.section-head p{color:var(--muted);line-height:1.8}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(6,31,73,.08)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{display:flex;align-items:center;min-width:180px}.brand-mark{width:52px;height:52px;border-radius:50%;background:var(--red);display:inline-block;margin-right:-12px}.brand-logo span{font-size:28px;font-weight:950;letter-spacing:-1.8px;color:#070707;position:relative}.brand-logo.white span{color:#fff}.brand-logo.white .brand-mark{width:42px;height:42px;margin-right:-10px}.brand-logo.white span{font-size:25px}.main-nav{display:flex;gap:34px;align-items:center;font-weight:800;font-size:15px;color:var(--navy)}.main-nav a{position:relative;padding:8px 0}.main-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--red);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:12px}.outline-btn,.primary-btn,.white-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border-radius:8px;font-weight:900;font-size:14px;padding:0 20px;transition:.25s;border:0;cursor:pointer;white-space:nowrap}.outline-btn{background:#fff;color:var(--navy);border:1px solid #b9c8dc}.primary-btn{background:var(--navy);color:#fff;box-shadow:0 12px 24px rgba(6,31,73,.18)}.white-btn{background:#fff;color:var(--navy);box-shadow:0 12px 22px rgba(0,0,0,.10)}.outline-btn:hover,.primary-btn:hover,.white-btn:hover{transform:translateY(-2px)}.lang-select{height:46px;border:1px solid #b9c8dc;border-radius:8px;padding:0 10px;font-weight:900;color:var(--navy);background:#fff}.menu-btn{display:none;width:48px;height:48px;border:0;background:transparent;color:var(--navy);font-size:28px;cursor:pointer}.mobile-panel{display:none;border-top:1px solid var(--line);padding:18px 20px 24px;background:#fff}.mobile-panel.active{display:grid;gap:12px}.mobile-panel a{padding:12px 14px;border:1px solid var(--line);border-radius:12px;font-weight:900;color:var(--navy)}
.hero{position:relative;background:var(--navy);color:#fff;overflow:hidden}.hero-slider{position:relative;min-height:370px}.slide{display:none;min-height:370px;position:relative;background:radial-gradient(circle at 78% 46%,rgba(255,255,255,.18),transparent 24%),linear-gradient(110deg,#041735 0%,#082c63 48%,#f7fbff 100%);overflow:hidden}.slide.active{display:block;animation:fadeIn .45s ease}@keyframes fadeIn{from{opacity:.45}to{opacity:1}}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,42,.88),rgba(4,18,42,.62) 40%,rgba(4,18,42,.10)),repeating-linear-gradient(155deg,transparent 0 52px,rgba(255,255,255,.045) 53px 54px);z-index:1}.slide-content{position:relative;z-index:2;min-height:370px;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:40px;padding:58px 0}.slide-text .eyebrow{font-weight:900;letter-spacing:.04em;margin-bottom:12px;display:block}.slide-text h1{font-size:clamp(36px,5vw,62px);line-height:.98;letter-spacing:-2px;max-width:540px;margin-bottom:22px}.slide-text p{max-width:480px;font-size:17px;line-height:1.75;color:rgba(255,255,255,.88);margin-bottom:26px}.hero-art{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center}.platform{width:min(470px,90%);height:130px;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(224,235,250,.75));box-shadow:0 26px 80px rgba(0,0,0,.28);position:absolute;bottom:28px}.art-card{position:relative;z-index:2;width:170px;height:170px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(213,226,243,.92));box-shadow:0 32px 65px rgba(0,0,0,.28);display:grid;place-items:center;color:var(--navy);font-size:66px;transform:rotate(-6deg)}.art-card.dark{background:linear-gradient(145deg,#071d43,#0f397b);color:#fff;transform:rotate(8deg) translateX(-10px)}.art-card.partner{border-radius:28px 60px}.glow-ring{position:absolute;width:470px;height:110px;border:3px solid rgba(255,255,255,.75);border-radius:50%;transform:rotate(-8deg);filter:drop-shadow(0 0 16px rgba(255,255,255,.65));z-index:1}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.75);background:rgba(255,255,255,.07);color:#fff;font-size:19px;cursor:pointer}.hero-arrow.prev{left:28px}.hero-arrow.next{right:28px}.dots{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:8;display:flex;gap:13px}.dot{width:13px;height:13px;border-radius:999px;border:0;background:rgba(255,255,255,.86);cursor:pointer}.dot.active{width:34px;background:var(--red)}
.brand-area{padding:38px 0 30px;background:#fff}.brand-grid-wrap{display:grid;grid-template-columns:1.55fr 1fr;gap:36px;align-items:start}.section-title{text-align:center;color:var(--navy);font-size:22px;font-weight:950;margin-bottom:26px;position:relative}.section-title:after{content:"";position:absolute;width:48px;height:3px;background:var(--red);bottom:-11px;left:50%;transform:translateX(-50%);border-radius:999px}.partner-side{border-left:1px solid var(--line);padding-left:36px}.brand-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.partner-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.brand-card{min-height:118px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:18px 12px;box-shadow:0 10px 24px rgba(6,31,73,.04);transition:.25s;text-align:center}.brand-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(6,31,73,.22)}.brand-card img{max-width:128px;max-height:48px;object-fit:contain}.brand-card.gumussuyu img{max-width:150px}.brand-link{font-size:12px;font-weight:900;color:var(--navy);display:inline-flex;gap:8px;align-items:center}.partner-name{font-size:25px;font-weight:950;color:var(--navy)}.partner-name.opet{font-size:31px;color:#1261a6;font-style:italic}.partner-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e8f0fb;color:var(--navy);font-size:21px}
.features{background:var(--soft);padding:28px 0;border-top:1px solid rgba(6,31,73,.05);border-bottom:1px solid rgba(6,31,73,.05)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.feature{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center}.feature-icon{width:64px;height:64px;border-radius:50%;background:#e6eefb;display:grid;place-items:center;color:var(--navy2);font-size:28px}.feature h3{font-size:16px;font-weight:950;color:var(--navy);margin-bottom:6px}.feature p{color:#47566d;font-size:13px;line-height:1.55}.discover{padding:34px 0 24px;background:#fff}.discover-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.discover-card{position:relative;min-height:220px;border-radius:10px;overflow:hidden;color:#fff;padding:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--navy);isolation:isolate}.discover-card:before{content:"";position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;transform:scale(1.02)}.discover-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,31,73,.95),rgba(6,31,73,.68) 48%,rgba(6,31,73,.20))}.store-card:before{background-image:url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?auto=format&fit=crop&w=1200&q=80')}.fuel-card:before{background-image:url('https://images.unsplash.com/photo-1545558014-8692077e9b5c?auto=format&fit=crop&w=1200&q=80')}.discover-card h2{font-size:26px;line-height:1.15;margin-bottom:14px;max-width:360px}.discover-card p{max-width:440px;font-size:14px;line-height:1.7;margin-bottom:22px;color:rgba(255,255,255,.9)}
.page-hero{background:linear-gradient(135deg,#041733,#082d65);color:#fff;padding:82px 0}.page-hero h1{font-size:clamp(34px,5vw,58px);letter-spacing:-1.8px;margin-bottom:14px}.page-hero p{max-width:720px;color:rgba(255,255,255,.82);line-height:1.8}.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:42px}.article-text{color:#344258;line-height:1.95;font-size:15.5px}.article-text p{margin-bottom:18px}.hr-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:0 18px 40px rgba(6,31,73,.08)}.info-card h2,.info-card h3{color:var(--navy);margin-bottom:14px}.info-card p{color:var(--muted);line-height:1.8}.check-list{display:grid;gap:14px;margin-top:20px}.check-list li{list-style:none;display:flex;gap:12px;color:#344258;line-height:1.6}.check-list i{color:var(--red);margin-top:4px}.contact-line{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;margin-top:16px}.contact-line i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e6eefb;color:var(--navy)}.map-frame{width:100%;min-height:430px;border:0;border-radius:22px;box-shadow:var(--shadow)}
.footer{background:linear-gradient(135deg,#041733,#082d65);color:#fff;padding:42px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .85fr .95fr .9fr 1.25fr;gap:38px;align-items:start}.footer p,.footer li,.footer a{color:rgba(255,255,255,.82);font-size:14px;line-height:1.75}.footer h4{font-size:17px;margin-bottom:14px;color:#fff}.footer ul{list-style:none;display:grid;gap:4px}.footer-about{max-width:310px}.socials{display:flex;gap:12px;margin-top:16px}.socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.50);border-radius:50%;display:grid;place-items:center;transition:.25s}.socials a:hover{background:#fff;color:var(--navy)}.footer-contact li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start}.footer-contact i{margin-top:6px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.8);font-size:13px}.footer-links{display:flex;gap:22px;flex-wrap:wrap}
@media(max-width:1120px){.main-nav{gap:22px}.brand-grid-wrap{grid-template-columns:1fr}.partner-side{border-left:0;padding-left:0}.brand-cards{grid-template-columns:repeat(4,1fr)}.partner-cards{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.main-nav,.header-actions{display:none}.menu-btn{display:block}.header-inner{height:70px}.brand-logo span{font-size:24px}.brand-mark{width:45px;height:45px}.slide-content{grid-template-columns:1fr;padding:44px 0 76px}.hero-art{min-height:180px}.platform{height:88px;bottom:10px}.art-card{width:128px;height:128px;font-size:48px}.glow-ring{width:300px;height:72px}.hero-arrow{display:none}.discover-grid,.hr-grid,.contact-grid{grid-template-columns:1fr}.map-frame{min-height:340px}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.brand-cards,.partner-cards,.feature-grid,.footer-grid{grid-template-columns:1fr}.feature{grid-template-columns:54px 1fr}.feature-icon{width:54px;height:54px;font-size:23px}.discover-card{padding:24px;min-height:230px}.footer-bottom{flex-direction:column}.section-space{padding:56px 0}.content-card{padding:26px}}


/* --- REVIZE: Marka logolari, dropdown, formlar, dil sistemi --- */
.header-dropdown{position:relative}
.header-dropdown > a{display:inline-flex;align-items:center;gap:7px}
.header-dropdown-menu{
  position:absolute;top:calc(100% + 14px);left:0;min-width:210px;background:#fff;
  border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);
  padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s;z-index:200
}
.header-dropdown:hover .header-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.header-dropdown-menu a{display:block;padding:11px 12px;border-radius:9px;color:var(--navy);font-weight:800;font-size:14px}
.header-dropdown-menu a:hover{background:var(--soft)}
.header-dropdown-menu a:after{display:none!important}

.brand-grid-wrap.equal-brand-layout{
  grid-template-columns:1fr 1fr;
  align-items:start;
}
.brand-cards.logo-cards,
.partner-cards.partner-equal{
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.brand-cards.logo-cards{
  grid-template-columns:repeat(2,1fr);
}
.brand-cards.logo-cards .brand-card,
.partner-cards.partner-equal .brand-card{
  min-height:142px;
  padding:24px 18px;
}
.brand-cards.logo-cards .brand-card img{
  max-width:220px;
  max-height:82px;
}
.brand-cards.logo-cards .brand-card.gumussuyu img{
  max-width:250px;
  max-height:90px;
}
.brand-cards.logo-cards .brand-link,
.partner-cards.partner-equal .brand-link{
  display:none;
}
.partner-cards.partner-equal .partner-name{
  font-size:24px;
}
.partner-cards.partner-equal .brand-card{
  gap:12px;
}
.form-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;
  box-shadow:0 18px 40px rgba(6,31,73,.08)
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-group{display:grid;gap:8px;margin-bottom:14px}
.form-group.full{grid-column:1/-1}
.form-group label{font-weight:900;color:var(--navy);font-size:14px}
.form-group input,.form-group textarea,.form-group select{
  width:100%;border:1px solid #cfdced;border-radius:10px;padding:13px 14px;
  font:inherit;color:var(--text);outline:none;background:#fff
}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{
  border-color:var(--navy2);box-shadow:0 0 0 4px rgba(8,45,101,.08)
}
.form-group textarea{min-height:132px;resize:vertical}
.form-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:8px}
.footer-dropdown-title{display:flex;align-items:center;gap:7px}
.footer-sub-list{padding-left:10px;margin-top:3px;border-left:1px solid rgba(255,255,255,.18)}
.footer-sub-list li a{font-size:13px!important;color:rgba(255,255,255,.72)!important}
.lang-ready [data-en]{transition:.15s}

@media(min-width:1121px){
  .brand-area .container{width:min(1280px,calc(100% - 40px))}
}
@media(max-width:1120px){
  .brand-grid-wrap.equal-brand-layout{grid-template-columns:1fr}
}
@media(max-width:760px){
  .brand-cards.logo-cards,.partner-cards.partner-equal,.form-grid{grid-template-columns:1fr}
  .brand-cards.logo-cards .brand-card img{max-width:230px;max-height:88px}
}


/* --- REVIZE 3: Yan yana marka / ortak carousel yapısı --- */
.brand-area.carousel-brand-area{padding:40px 0 34px}
.brand-carousel-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:start;
}
.brand-carousel-box{
  min-width:0;
}
.brand-carousel-box.partner-box{
  border-left:1px solid var(--line);
  padding-left:34px;
}
.logo-carousel{
  position:relative;
  overflow:hidden;
  border-radius:14px;
}
.logo-track{
  display:flex;
  gap:16px;
  transition:transform .55s ease;
  will-change:transform;
}
.logo-slide-card{
  flex:0 0 calc((100% - 16px) / 2);
  min-height:150px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  box-shadow:0 10px 24px rgba(6,31,73,.045);
}
.logo-slide-card img{
  max-width:100%;
  max-height:88px;
  object-fit:contain;
}
.logo-slide-card.gumussuyu img{max-height:96px}
.partner-slide-card{
  flex:0 0 calc((100% - 16px) / 2);
  min-height:150px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
  justify-content:center;
  padding:22px;
  box-shadow:0 10px 24px rgba(6,31,73,.045);
}
.partner-slide-card .partner-icon{
  width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;background:#e8f0fb;color:var(--navy);
  font-size:22px
}
.partner-slide-card .partner-name{font-size:24px;font-weight:950;color:var(--navy)}
.partner-slide-card .partner-name.opet{font-size:34px;color:#1261a6;font-style:italic}
.carousel-mini-dots{
  display:flex;gap:8px;justify-content:center;margin-top:16px
}
.carousel-mini-dots button{
  width:9px;height:9px;border:0;border-radius:50%;background:#c5d1e3;cursor:pointer;transition:.25s
}
.carousel-mini-dots button.active{width:26px;border-radius:99px;background:var(--red)}
@media(max-width:1120px){
  .brand-carousel-layout{grid-template-columns:1fr}
  .brand-carousel-box.partner-box{border-left:0;padding-left:0}
}
@media(max-width:520px){
  .logo-slide-card,.partner-slide-card{flex-basis:100%}
}


/* --- V4: Modern dil seçici ve premium slider geçişi --- */
.lang-switch{
  position:relative;
  display:inline-grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  width:88px;
  height:42px;
  padding:4px;
  border:1px solid #b9c8dc;
  border-radius:999px;
  background:#fff;
  box-shadow:0 8px 18px rgba(6,31,73,.06);
  overflow:hidden;
}
.lang-switch input{display:none}
.lang-switch .lang-pill{
  position:absolute;
  top:4px;
  left:4px;
  width:38px;
  height:32px;
  border-radius:999px;
  background:var(--navy);
  transition:.28s cubic-bezier(.22,.8,.2,1);
  z-index:0;
}
.lang-switch input:checked ~ .lang-pill{left:46px}
.lang-switch span{
  position:relative;
  z-index:1;
  text-align:center;
  font-weight:950;
  font-size:12px;
  color:var(--navy);
  cursor:pointer;
  transition:.25s;
}
.lang-switch input:not(:checked) ~ span.tr,
.lang-switch input:checked ~ span.en{color:#fff}
.lang-switch input:not(:checked) ~ span.en,
.lang-switch input:checked ~ span.tr{color:var(--navy)}
.mobile-lang{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mobile-lang button{
  border:1px solid var(--line);
  background:#fff;
  color:var(--navy);
  border-radius:12px;
  padding:12px;
  font-weight:950;
}
.mobile-lang button.active{
  background:var(--navy);
  color:#fff;
}

/* Slider modern geçiş */
.hero-slider{
  min-height:410px;
  position:relative;
  overflow:hidden;
}
.slide{
  display:block!important;
  position:absolute!important;
  inset:0;
  min-height:410px;
  opacity:0;
  pointer-events:none;
  transform:scale(1.045);
  transition:
    opacity .85s cubic-bezier(.22,.8,.2,1),
    transform 1.15s cubic-bezier(.22,.8,.2,1);
}
.slide.active{
  opacity:1;
  pointer-events:auto;
  transform:scale(1);
  z-index:2;
}
.slide .slide-text{
  opacity:0;
  transform:translateY(26px);
  transition:
    opacity .7s cubic-bezier(.22,.8,.2,1) .18s,
    transform .7s cubic-bezier(.22,.8,.2,1) .18s;
}
.slide.active .slide-text{
  opacity:1;
  transform:translateY(0);
}
.slide .hero-art{
  opacity:0;
  transform:translateX(34px) scale(.96);
  transition:
    opacity .8s cubic-bezier(.22,.8,.2,1) .24s,
    transform .8s cubic-bezier(.22,.8,.2,1) .24s;
}
.slide.active .hero-art{
  opacity:1;
  transform:translateX(0) scale(1);
}
.slide-content{
  min-height:410px;
}
.hero-arrow{
  backdrop-filter:blur(8px);
  transition:.25s cubic-bezier(.22,.8,.2,1);
}
.hero-arrow:hover{
  background:rgba(255,255,255,.22);
  transform:translateY(-50%) scale(1.08);
}
.dot{
  transition:.28s cubic-bezier(.22,.8,.2,1);
}

@media(max-width:900px){
  .hero-slider,.slide,.slide-content{min-height:520px}
}


/* --- V5: Footer hizalama, sade mobil menü, dolu iç sayfa blokları --- */
.footer-grid{
  grid-template-columns:1.25fr .9fr .95fr .95fr 1.25fr!important;
  align-items:start!important;
}
.footer-grid > div{min-width:0}
.footer h4{min-height:24px}
.footer ul{margin:0;padding:0}
.footer-about{padding-top:0}

.mobile-panel{
  padding:18px 18px 22px!important;
}
.mobile-menu-grid{
  display:grid;
  gap:12px;
}
.mobile-menu-group{
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.mobile-menu-title{
  width:100%;
  border:0;
  background:var(--soft);
  color:var(--navy);
  font-weight:950;
  padding:14px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}
.mobile-menu-links{
  display:grid;
  gap:0;
  padding:8px;
}
.mobile-menu-links a{
  border:0!important;
  border-radius:10px!important;
  padding:11px 12px!important;
  font-size:14px;
}
.mobile-menu-links a:hover{background:var(--soft)}
.mobile-quick{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mobile-quick a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--navy);
  color:#fff!important;
  border:0!important;
}
.mobile-panel .primary-mobile{
  background:var(--navy)!important;
  color:#fff!important;
  text-align:center;
  border:0!important;
}

.about-highlight-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:28px;
}
.about-highlight{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow:0 14px 32px rgba(6,31,73,.07);
}
.about-highlight i{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;
  background:#e8f0fb;color:var(--navy);
  font-size:22px;margin-bottom:14px
}
.about-highlight h3{
  color:var(--navy);
  font-size:17px;
  margin-bottom:8px
}
.about-highlight p{
  color:var(--muted);
  line-height:1.7;
  font-size:14px
}
.about-split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  align-items:start;
}
.about-side-card{
  background:linear-gradient(135deg,#041733,#082d65);
  color:#fff;
  border-radius:24px;
  padding:34px;
  position:sticky;
  top:100px;
}
.about-side-card h2{font-size:30px;margin-bottom:14px}
.about-side-card p{line-height:1.8;color:rgba(255,255,255,.82)}
.about-side-list{display:grid;gap:13px;margin-top:22px}
.about-side-list div{
  display:flex;gap:10px;align-items:flex-start;
  color:rgba(255,255,255,.9);
}
.about-side-list i{color:#fff;margin-top:4px}

.hr-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:26px;
}
.hr-process-card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 14px 32px rgba(6,31,73,.07);
}
.hr-process-card span{
  display:grid;place-items:center;
  width:44px;height:44px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-weight:950;
  margin-bottom:14px;
}
.hr-process-card h3{
  color:var(--navy);
  margin-bottom:8px
}
.hr-process-card p{
  color:var(--muted);
  line-height:1.7;
  font-size:14px
}

@media(max-width:1050px){
  .about-highlight-grid{grid-template-columns:repeat(2,1fr)}
  .about-split{grid-template-columns:1fr}
  .about-side-card{position:relative;top:auto}
  .hr-process-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .about-highlight-grid{grid-template-columns:1fr}
  .mobile-quick{grid-template-columns:1fr}
}


/* Footer düzeltme */
.footer-grid{
  grid-template-columns:1.3fr 1fr 1fr 1fr 1.3fr!important;
  gap:28px!important;
}
.footer-grid h4{
  font-size:16px;
  white-space:nowrap;
}
.footer-grid ul li a,
.footer-grid ul li,
.footer-contact li{
  font-size:14px;
  line-height:1.7;
}
@media(max-width:1200px){
  .footer-grid{
    grid-template-columns:repeat(2,1fr)!important;
  }
}
@media(max-width:700px){
  .footer-grid{
    grid-template-columns:1fr!important;
  }
}

/* Locator */
.locator-toolbar{
  display:grid;
  grid-template-columns:1fr 1fr 180px;
  gap:14px;
  margin-bottom:24px;
}
.locator-toolbar select,
.locator-toolbar input{
  width:100%;
  border:1px solid #cfdced;
  border-radius:12px;
  padding:14px;
  font:inherit;
}
.locator-grid{
  display:grid;
  grid-template-columns:380px 1fr;
  gap:24px;
  align-items:start;
}
.station-list{
  display:grid;
  gap:14px;
  max-height:640px;
  overflow:auto;
  padding-right:6px;
}
.station-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
  background:#fff;
  cursor:pointer;
  transition:.25s;
  box-shadow:0 12px 28px rgba(6,31,73,.05);
}
.station-card:hover,
.station-card.active{
  border-color:var(--navy2);
  transform:translateY(-2px);
}
.station-card h3{
  color:var(--navy);
  margin-bottom:8px;
}
.station-meta{
  display:grid;
  gap:7px;
  color:var(--muted);
  font-size:14px;
}
.station-meta i{
  color:var(--navy2);
  width:18px;
}
.locator-map{
  width:100%;
  height:640px;
  border:0;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(6,31,73,.08);
}
.locator-note{
  margin-top:26px;
  background:#eef4fb;
  border:1px solid #d7e5f5;
  border-radius:18px;
  padding:22px;
}
.locator-note h3{
  color:var(--navy);
  margin-bottom:10px;
}
.locator-note code{
  background:#fff;
  padding:2px 6px;
  border-radius:6px;
}
@media(max-width:1000px){
  .locator-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .locator-toolbar{
    grid-template-columns:1fr;
  }
}


/* --- V7: Opet pin, locator ferahlık ve mobil footer düzeltme --- */
.locator-grid{
  grid-template-columns:410px 1fr!important;
  gap:32px!important;
}
.locator-toolbar{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  box-shadow:0 14px 34px rgba(6,31,73,.06);
}
.station-list{
  gap:18px!important;
  padding:4px 8px 8px 2px!important;
}
.station-card{
  padding:24px!important;
  border-radius:20px!important;
}
.station-card h3{
  font-size:20px;
}
.station-meta{
  gap:10px!important;
}
.locator-map{
  height:680px!important;
  border-radius:24px!important;
}
.leaflet-map{
  width:100%;
  height:680px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(6,31,73,.08);
  border:1px solid var(--line);
}
.opet-popup strong{
  color:var(--navy);
  font-size:15px;
}
.opet-popup p{
  margin:5px 0 0;
  color:#5e6b7f;
}
.leaflet-marker-icon{
  border-radius:14px;
}

/* Mobil header/footer düzeni */
@media(max-width:900px){
  .site-header{
    position:sticky;
  }
  .header-inner{
    height:68px!important;
    gap:10px!important;
  }
  .brand-logo{
    min-width:auto!important;
  }
  .brand-mark{
    width:42px!important;
    height:42px!important;
    margin-right:-10px!important;
  }
  .brand-logo span{
    font-size:23px!important;
    letter-spacing:-1.2px!important;
  }
  .menu-btn{
    width:44px!important;
    height:44px!important;
    font-size:25px!important;
  }
  .mobile-panel{
    max-height:calc(100vh - 68px);
    overflow:auto;
  }
}

@media(max-width:1000px){
  .locator-grid{
    grid-template-columns:1fr!important;
  }
  .leaflet-map{
    height:460px;
  }
}

@media(max-width:700px){
  .footer{
    padding:30px 0 18px!important;
  }
  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .footer-grid > div{
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    padding:18px;
  }
  .footer-about{
    max-width:none!important;
  }
  .footer h4{
    min-height:auto!important;
    margin-bottom:8px!important;
    white-space:normal!important;
    font-size:16px!important;
  }
  .footer p,
  .footer li,
  .footer a{
    font-size:13.5px!important;
    line-height:1.65!important;
  }
  .footer ul{
    gap:2px!important;
  }
  .footer-contact li{
    grid-template-columns:20px 1fr!important;
    gap:8px!important;
  }
  .footer-bottom{
    margin-top:16px!important;
    padding-top:16px!important;
    gap:12px!important;
    font-size:12.5px!important;
  }
  .footer-links{
    gap:10px!important;
    flex-direction:column;
  }
  .brand-logo.white .brand-mark{
    width:36px!important;
    height:36px!important;
  }
  .brand-logo.white span{
    font-size:22px!important;
  }
  .socials{
    margin-top:12px!important;
  }
}

@media(max-width:520px){
  .locator-toolbar{
    padding:14px;
    border-radius:16px;
  }
  .station-card{
    padding:20px!important;
  }
  .leaflet-map{
    height:390px;
    border-radius:18px;
  }
}


/* --- V8: Header taşma düzeltme ve İstikbal locator --- */
.main-nav{
  gap:24px!important;
  flex-shrink:0;
}
.main-nav a{
  white-space:nowrap;
  font-size:14px!important;
}
.header-actions{
  gap:9px!important;
}
.outline-btn,
.primary-btn{
  padding:0 16px!important;
  font-size:13.5px!important;
}
.brand-logo{
  min-width:165px!important;
}
.lang-switch{
  flex:0 0 auto;
}
@media(max-width:1180px){
  .main-nav{gap:18px!important}
  .outline-btn,.primary-btn{padding:0 13px!important;font-size:13px!important}
  .brand-logo span{font-size:25px!important}
  .brand-mark{width:48px!important;height:48px!important}
}
@media(max-width:1030px){
  .main-nav,.header-actions{display:none!important}
  .menu-btn{display:block!important}
}

.istikbal-popup strong{
  color:var(--navy);
  font-size:15px;
}
.istikbal-popup p{
  margin:5px 0 0;
  color:#5e6b7f;
}


/* --- V9: İstikbal liste görünümü örnek tasarıma göre --- */
.istikbal-locator-wrap{
  display:grid;
  grid-template-columns:minmax(460px,1fr) 1fr;
  gap:28px;
  align-items:start;
}
.istikbal-list-panel{
  background:#f7f9fc;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  max-height:720px;
  overflow:auto;
}
.istikbal-store-card{
  background:#fff;
  border:1px solid #e6edf6;
  border-radius:12px;
  padding:15px 16px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin-bottom:12px;
  box-shadow:0 8px 20px rgba(6,31,73,.045);
  transition:.22s ease;
}
.istikbal-store-card:hover,
.istikbal-store-card.active{
  border-color:#b9c8dc;
  box-shadow:0 12px 28px rgba(6,31,73,.10);
}
.istikbal-store-info h3{
  color:#0072bc;
  font-size:16px;
  font-weight:900;
  margin-bottom:6px;
  text-transform:uppercase;
}
.istikbal-store-info p{
  color:#1f2937;
  font-size:14px;
  line-height:1.45;
  margin-bottom:6px;
}
.istikbal-store-info .tel{
  color:#111827;
  font-size:14px;
}
.istikbal-store-info .tel strong{font-weight:950}
.istikbal-actions{
  display:flex;
  align-items:center;
  gap:14px;
  white-space:nowrap;
}
.istikbal-location-action,
.istikbal-whatsapp-action{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:14px;
  font-weight:700;
  color:#e62a6b;
}
.istikbal-location-action img{
  width:38px;
  height:48px;
  object-fit:contain;
}
.istikbal-whatsapp-action i{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
}
.istikbal-map-panel{position:sticky;top:100px}
.istikbal-map-panel .leaflet-map{height:720px}
@media(max-width:1100px){
  .istikbal-locator-wrap{grid-template-columns:1fr}
  .istikbal-map-panel{position:relative;top:auto}
  .istikbal-map-panel .leaflet-map{height:460px}
}
@media(max-width:700px){
  .istikbal-list-panel{padding:12px;max-height:none}
  .istikbal-store-card{grid-template-columns:1fr;gap:14px}
  .istikbal-actions{
    justify-content:flex-start;
    border-top:1px solid #eef2f7;
    padding-top:12px;
    flex-wrap:wrap;
  }
}

/* V10 istikbal il ilce locator */
.locator-toolbar.istikbal-toolbar{grid-template-columns:1.2fr 1fr 1fr!important}
.istikbal-store-info .location-row{display:flex;gap:8px;flex-wrap:wrap;margin:7px 0}
.istikbal-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#eef5ff;color:#075ca8;padding:5px 10px;font-size:12px;font-weight:800}
.istikbal-store-card{cursor:pointer}
.istikbal-store-info .manual-note{color:#6b7280;font-size:13px;font-style:italic}
.istikbal-store-info h3{display:block!important;visibility:visible!important;opacity:1!important;color:#0072bc!important;font-size:16px!important;font-weight:900!important;margin-bottom:6px!important;text-transform:uppercase}
@media(max-width:800px){.locator-toolbar.istikbal-toolbar{grid-template-columns:1fr!important}}


/* --- V11: Mobil locator düzeni --- */
.mobile-locator-heading{
  display:none;
}

@media(max-width:900px){
  .page-hero{
    padding:54px 0!important;
  }

  .locator-toolbar.istikbal-toolbar{
    position:sticky;
    top:68px;
    z-index:20;
    background:#fff;
    margin-bottom:16px;
    box-shadow:0 12px 28px rgba(6,31,73,.10);
  }

  .istikbal-locator-wrap{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
  }

  .istikbal-map-panel{
    order:1!important;
    position:relative!important;
    top:auto!important;
  }

  .istikbal-list-panel{
    order:2!important;
    max-height:430px!important;
    overflow:auto!important;
    padding:12px!important;
    border-radius:18px!important;
  }

  .istikbal-map-panel .leaflet-map,
  #istikbalMap.leaflet-map{
    height:420px!important;
    min-height:420px!important;
    border-radius:18px!important;
  }

  .mobile-locator-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    padding:14px 16px;
    margin-bottom:12px;
    color:var(--navy);
    font-weight:950;
    box-shadow:0 10px 24px rgba(6,31,73,.06);
  }

  .mobile-locator-heading span{
    font-size:14px;
    color:var(--muted);
    font-weight:800;
  }

  .istikbal-store-card{
    margin-bottom:10px!important;
  }
}

@media(max-width:520px){
  .locator-toolbar.istikbal-toolbar{
    top:68px;
    gap:10px;
  }

  .istikbal-map-panel .leaflet-map,
  #istikbalMap.leaflet-map{
    height:360px!important;
    min-height:360px!important;
  }

  .istikbal-list-panel{
    max-height:390px!important;
  }

  .istikbal-store-info h3{
    font-size:15px!important;
  }
}


/* --- V12: Mobil locator kesin düzeltme --- */
@media(max-width:900px){
  .istikbal-locator-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:
      "map"
      "heading"
      "list"!important;
    gap:16px!important;
  }

  .istikbal-map-panel{
    grid-area:map!important;
    display:block!important;
    width:100%!important;
    position:relative!important;
    top:auto!important;
    min-height:380px!important;
  }

  #istikbalMap,
  #istikbalMap.leaflet-map,
  .istikbal-map-panel .leaflet-map{
    display:block!important;
    width:100%!important;
    height:380px!important;
    min-height:380px!important;
    max-height:380px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#e8eef7!important;
  }

  .mobile-locator-heading{
    grid-area:heading!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    margin:0!important;
  }

  .istikbal-list-panel{
    grid-area:list!important;
    display:block!important;
    width:100%!important;
    max-height:420px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }

  .istikbal-store-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
  }

  .istikbal-store-card.is-hidden{
    display:none!important;
  }
}

@media(max-width:520px){
  .istikbal-map-panel{
    min-height:340px!important;
  }

  #istikbalMap,
  #istikbalMap.leaflet-map,
  .istikbal-map-panel .leaflet-map{
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
  }

  .istikbal-list-panel{
    max-height:380px!important;
  }
}


/* --- V13: Harita header üstüne çıkma düzeltmesi --- */

/* Header her zaman en üstte */
.site-header{
  z-index:99999 !important;
}

/* Sticky filtre barı header altında */
.locator-toolbar.istikbal-toolbar{
  z-index:9990 !important;
}

/* Leaflet katmanlarını düşür */
.leaflet-pane,
.leaflet-top,
.leaflet-bottom,
.leaflet-control,
.leaflet-control-container,
.leaflet-map-pane,
.leaflet-overlay-pane,
.leaflet-marker-pane,
.leaflet-popup-pane{
  z-index:1 !important;
}

/* Harita container düşük katmanda */
.istikbal-map-panel,
.leaflet-map{
  position:relative;
  z-index:1 !important;
}

/* Mobilde ekstra güvenlik */
@media(max-width:900px){
  .site-header{
    position:sticky;
    top:0;
    z-index:99999 !important;
  }

  .locator-toolbar.istikbal-toolbar{
    position:sticky;
    top:68px;
    z-index:9990 !important;
  }

  .istikbal-map-panel{
    z-index:1 !important;
  }
}


/* --- V14: Masaüstü harita hizası + mobil sabit filtre --- */

/* Masaüstünde harita yukarı hizalı dursun, sticky olmasın */
@media(min-width:901px){
  .istikbal-locator-wrap{
    align-items:start !important;
  }

  .istikbal-map-panel{
    position:relative !important;
    top:auto !important;
    margin-top:0 !important;
    align-self:start !important;
  }

  .istikbal-map-panel .leaflet-map,
  #istikbalMap.leaflet-map{
    height:720px !important;
    min-height:720px !important;
    margin-top:0 !important;
  }

  .locator-toolbar.istikbal-toolbar{
    position:relative !important;
    top:auto !important;
    z-index:10 !important;
  }
}

/* Mobilde filtre header altında sabit kalsın */
@media(max-width:900px){
  .locator-toolbar.istikbal-toolbar{
    position:sticky !important;
    top:68px !important;
    z-index:99990 !important;
    margin-bottom:16px !important;
  }

  .site-header{
    z-index:99999 !important;
  }

  .istikbal-map-panel,
  #istikbalMap,
  .leaflet-map{
    z-index:1 !important;
  }
}

/* Leaflet kontrolleri filtre ve header üzerine çıkmasın */
.leaflet-control-container,
.leaflet-top,
.leaflet-bottom{
  z-index:5 !important;
}


/* --- V15: Filtre üstüne binme kesin düzeltme --- */
/* Filtre artık mobilde ve masaüstünde içeriklerin üzerine yapışmaz, normal akışta kalır. */
.locator-toolbar.istikbal-toolbar{
  position:relative !important;
  top:auto !important;
  z-index:20 !important;
  margin-bottom:22px !important;
}

/* Mobilde filtre normal akışta, harita ise hemen altında görünür. */
@media(max-width:900px){
  .locator-toolbar.istikbal-toolbar{
    position:relative !important;
    top:auto !important;
    z-index:20 !important;
    margin-bottom:18px !important;
  }

  .istikbal-locator-wrap{
    position:relative !important;
    z-index:1 !important;
  }

  .istikbal-map-panel{
    position:relative !important;
    z-index:1 !important;
    margin-top:0 !important;
  }

  #istikbalMap,
  #istikbalMap.leaflet-map,
  .leaflet-map{
    position:relative !important;
    z-index:1 !important;
  }
}

/* Leaflet kontrol ve popup katmanları sadece harita içinde kalsın. */
.leaflet-container{
  z-index:1 !important;
  isolation:isolate !important;
}

.leaflet-pane,
.leaflet-top,
.leaflet-bottom,
.leaflet-control-container,
.leaflet-map-pane,
.leaflet-overlay-pane,
.leaflet-marker-pane,
.leaflet-tooltip-pane,
.leaflet-popup-pane{
  z-index:1 !important;
}


/* --- Bellona Locator --- */
.bellona-locator-wrap{
  display:grid;
  grid-template-columns:minmax(460px,1fr) 1fr;
  gap:28px;
  align-items:start;
}
.bellona-list-panel{
  background:#f7f9fc;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  max-height:720px;
  overflow:auto;
}
.bellona-store-card{
  background:#fff;
  border:1px solid #e6edf6;
  border-radius:12px;
  padding:15px 16px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin-bottom:12px;
  box-shadow:0 8px 20px rgba(6,31,73,.045);
  transition:.22s ease;
  cursor:pointer;
}
.bellona-store-card:hover,
.bellona-store-card.active{
  border-color:#b9c8dc;
  box-shadow:0 12px 28px rgba(6,31,73,.10);
}
.bellona-store-card.is-hidden{display:none!important}
.bellona-store-info h3{
  color:#00838b;
  font-size:16px;
  font-weight:900;
  margin-bottom:6px;
  text-transform:uppercase;
}
.bellona-store-info p{
  color:#1f2937;
  font-size:14px;
  line-height:1.45;
  margin-bottom:6px;
}
.bellona-store-info .location-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:7px 0;
}
.bellona-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border-radius:999px;
  background:#e9f8f9;
  color:#00737a;
  padding:5px 10px;
  font-size:12px;
  font-weight:800;
}
.bellona-store-info .tel{
  color:#111827;
  font-size:14px;
}
.bellona-store-info .tel strong{font-weight:950}
.bellona-actions{
  display:flex;
  align-items:center;
  gap:14px;
  white-space:nowrap;
}
.bellona-location-action,
.bellona-whatsapp-action{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:14px;
  font-weight:700;
  color:#e62a6b;
}
.bellona-location-action img{
  width:38px;
  height:48px;
  object-fit:contain;
}
.bellona-whatsapp-action i{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
}
.bellona-map-panel{position:relative;top:auto}
.bellona-map-panel .leaflet-map{height:720px}
.locator-toolbar.bellona-toolbar{
  grid-template-columns:1.2fr 1fr 1fr!important;
  position:relative!important;
  top:auto!important;
  z-index:20!important;
}
@media(max-width:900px){
  .bellona-locator-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"map" "heading" "list"!important;
    gap:16px!important;
  }
  .bellona-map-panel{
    grid-area:map!important;
    position:relative!important;
    top:auto!important;
  }
  .bellona-list-panel{
    grid-area:list!important;
    max-height:420px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:12px!important;
    border-radius:18px!important;
  }
  .bellona-store-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
  }
  .bellona-store-card.is-hidden{display:none!important}
  .bellona-map-panel .leaflet-map,
  #bellonaMap.leaflet-map{
    height:380px!important;
    min-height:380px!important;
    max-height:380px!important;
    border-radius:18px!important;
  }
  .locator-toolbar.bellona-toolbar{
    grid-template-columns:1fr!important;
    position:relative!important;
    top:auto!important;
  }
}
@media(max-width:520px){
  .bellona-map-panel .leaflet-map,
  #bellonaMap.leaflet-map{
    height:340px!important;
    min-height:340px!important;
  }
}


/* V17 Bellona pin küçültme */
.bellona-location-action img{
  width:26px !important;
  height:34px !important;
}

.leaflet-marker-icon[src*="bellona-pin"]{
  width:38px !important;
  height:auto !important;
}

.header-dropdown .dropdown-trigger{font-family:inherit}.header-dropdown>button:after{display:none!important}
.mondi-locator-wrap{display:grid;grid-template-columns:minmax(460px,1fr) 1fr;gap:28px;align-items:start}
.mondi-list-panel{background:#f7f9fc;border:1px solid var(--line);border-radius:22px;padding:18px;max-height:720px;overflow:auto}
.mondi-store-card{background:#fff;border:1px solid #e6edf6;border-radius:12px;padding:15px 16px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-bottom:12px;box-shadow:0 8px 20px rgba(6,31,73,.045);transition:.22s;cursor:pointer}
.mondi-store-card:hover,.mondi-store-card.active{border-color:#f28a00;box-shadow:0 12px 28px rgba(242,138,0,.13)}.mondi-store-card.is-hidden{display:none!important}
.mondi-store-info h3{color:#f28a00;font-size:16px;font-weight:900;margin-bottom:6px;text-transform:uppercase}.mondi-store-info p{color:#1f2937;font-size:14px;line-height:1.45;margin-bottom:6px}
.mondi-store-info .location-row{display:flex;gap:8px;flex-wrap:wrap;margin:7px 0}.mondi-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#fff4e6;color:#d46f00;padding:5px 10px;font-size:12px;font-weight:800}
.mondi-store-info .tel{color:#111827;font-size:14px}.mondi-actions{display:flex;align-items:center;gap:14px;white-space:nowrap}
.mondi-location-action,.mondi-whatsapp-action{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;color:#e62a6b}.mondi-location-action img{width:32px;height:42px;object-fit:contain}
.mondi-whatsapp-action i{width:32px;height:32px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:18px}
.mondi-map-panel{position:relative;top:auto}.mondi-map-panel .leaflet-map{height:720px}.locator-toolbar.mondi-toolbar{grid-template-columns:1.2fr 1fr 1fr!important;position:relative!important;top:auto!important;z-index:20!important}
@media(max-width:900px){.mondi-locator-wrap{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"map" "heading" "list"!important;gap:16px!important}.mondi-map-panel{grid-area:map!important;position:relative!important;top:auto!important}.mondi-list-panel{grid-area:list!important;max-height:420px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px!important;border-radius:18px!important}.mondi-store-card{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.mondi-store-card.is-hidden{display:none!important}.mondi-map-panel .leaflet-map,#mondiMap.leaflet-map{height:380px!important;min-height:380px!important;max-height:380px!important;border-radius:18px!important}.locator-toolbar.mondi-toolbar{grid-template-columns:1fr!important}}
@media(max-width:520px){.mondi-map-panel .leaflet-map,#mondiMap.leaflet-map{height:340px!important;min-height:340px!important}}


/* --- V21: Sadece istenen ana sayfa düzeltmeleri --- */

/* Ana Bayii Markalarımız logoları eşit dursun */
.brand-cards.logo-cards .brand-card,
.brand-card{
  overflow:hidden;
}

.brand-cards.logo-cards .brand-card img{
  width:180px !important;
  height:64px !important;
  max-width:180px !important;
  max-height:64px !important;
  object-fit:contain !important;
  display:block !important;
}

.brand-cards.logo-cards .brand-card.gumussuyu img{
  width:190px !important;
  height:64px !important;
  max-width:190px !important;
  max-height:64px !important;
  object-fit:contain !important;
}

/* Eski kart yapısını bozmadan sadece arka plan görselini değiştir */
.store-card::before{
  background-image:url('assets/img/mobilya-showroom.jpg') !important;
  background-position:center center !important;
}

.fuel-card::before{
  background-image:url('assets/img/opet-cover.jpg') !important;
  background-position:center center !important;
}

/* Opet görseli yazıyı boğmasın */
.fuel-card::after{
  background:linear-gradient(90deg,rgba(6,31,73,.96),rgba(6,31,73,.62) 48%,rgba(6,31,73,.18)) !important;
}

.store-card::after{
  background:linear-gradient(90deg,rgba(6,31,73,.96),rgba(6,31,73,.66) 50%,rgba(6,31,73,.18)) !important;
}

@media(max-width:700px){
  .brand-cards.logo-cards .brand-card img{
    width:200px !important;
    height:72px !important;
    max-width:200px !important;
    max-height:72px !important;
  }
}


/* --- V22: Footer mağazalar tıklanmasın + logo eşitleme/büyütme --- */
.footer-no-link{
  cursor:default;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.75;
}

/* Ana bayii logo boyutları biraz daha büyük ve eşit */
.brand-cards.logo-cards .brand-card{
  min-height:165px !important;
}

.brand-cards.logo-cards .brand-card img{
  width:220px !important;
  height:82px !important;
  max-width:220px !important;
  max-height:82px !important;
  object-fit:contain !important;
}

/* Doqu Home diğerleriyle eşit görünsün */
.brand-cards.logo-cards .brand-card img[src*="doquhome"]{
  width:220px !important;
  height:82px !important;
  max-width:220px !important;
  max-height:82px !important;
  transform:scale(1.12);
}

/* Gümüşsuyu da aynı oranda dengeli */
.brand-cards.logo-cards .brand-card.gumussuyu img,
.brand-cards.logo-cards .brand-card img[src*="gumussuyu"]{
  width:230px !important;
  height:82px !important;
  max-width:230px !important;
  max-height:82px !important;
}

/* Mobilya keşfet görseli gönderilen görsel ile değiştirildi */
.store-card::before{
  background-image:url('assets/img/mobilya-showroom.jpg') !important;
  background-position:center center !important;
  background-size:cover !important;
}

@media(max-width:700px){
  .brand-cards.logo-cards .brand-card{
    min-height:150px !important;
  }
  .brand-cards.logo-cards .brand-card img{
    width:230px !important;
    height:88px !important;
    max-width:230px !important;
    max-height:88px !important;
  }
}


/* --- V23 FINAL LOGO FIX --- */
.brand-cards.logo-cards{
  gap:28px !important;
}

.brand-cards.logo-cards .brand-card{
  min-height:220px !important;
  padding:28px 22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.brand-cards.logo-cards .brand-card img{
  width:auto !important;
  height:110px !important;
  max-width:280px !important;
  max-height:110px !important;
  object-fit:contain !important;
}

/* Doqu küçüktü */
.brand-cards.logo-cards .brand-card img[src*="doquhome"]{
  height:118px !important;
  max-height:118px !important;
  transform:scale(1.18);
}

/* Gümüşsuyu daha geniş */
.brand-cards.logo-cards .brand-card img[src*="gumussuyu"]{
  max-width:310px !important;
  height:118px !important;
  max-height:118px !important;
}

@media(max-width:768px){
  .brand-cards.logo-cards .brand-card{
    min-height:180px !important;
    padding:24px 18px !important;
  }

  .brand-cards.logo-cards .brand-card img{
    height:92px !important;
    max-height:92px !important;
    max-width:240px !important;
  }

  .brand-cards.logo-cards .brand-card img[src*="doquhome"],
  .brand-cards.logo-cards .brand-card img[src*="gumussuyu"]{
    height:100px !important;
    max-height:100px !important;
  }
}


/* --- OPET LOCATOR --- */
.opet-locator-wrap{
  display:grid;
  grid-template-columns:minmax(460px,1fr) 1fr;
  gap:28px;
  align-items:start;
}

.opet-list-panel{
  background:#f7f9fc;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  max-height:720px;
  overflow:auto;
}

.opet-store-card{
  background:#fff;
  border:1px solid #e6edf6;
  border-radius:12px;
  padding:15px 16px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin-bottom:12px;
  box-shadow:0 8px 20px rgba(6,31,73,.045);
}

.opet-store-info h3{
  color:#0b5fc6;
  font-size:16px;
  font-weight:900;
  margin-bottom:6px;
}

.opet-store-info p{
  font-size:14px;
  margin-bottom:6px;
}

.opet-store-info .location-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:7px 0;
}

.opet-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border-radius:999px;
  background:#edf4ff;
  color:#0b5fc6;
  padding:5px 10px;
  font-size:12px;
  font-weight:800;
}

.opet-actions{
  display:flex;
  gap:14px;
}

.opet-location-action img{
  width:28px;
  height:38px;
  object-fit:contain;
}

.opet-map-panel .leaflet-map{
  height:720px;
}

@media(max-width:900px){
  .opet-locator-wrap{
    grid-template-columns:1fr!important;
  }

  .opet-map-panel .leaflet-map{
    height:380px!important;
  }

  .opet-store-card{
    grid-template-columns:1fr!important;
  }

  .locator-toolbar.opet-toolbar{
    grid-template-columns:1fr!important;
  }
}


/* --- V24 ULTRA LOGO SIZE FIX --- */
.brand-cards.logo-cards{
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr)) !important;
  gap:34px !important;
}

.brand-cards.logo-cards .brand-card{
  min-height:250px !important;
  padding:36px 28px !important;
  border-radius:28px !important;
}

.brand-cards.logo-cards .brand-card img{
  width:auto !important;
  height:145px !important;
  max-width:340px !important;
  max-height:145px !important;
  object-fit:contain !important;
}

/* Bellona biraz yatay */
.brand-cards.logo-cards .brand-card img[src*="bellona"]{
  max-width:360px !important;
  height:138px !important;
}

/* İstikbal */
.brand-cards.logo-cards .brand-card img[src*="istikbal"]{
  max-width:340px !important;
  height:140px !important;
}

/* Mondi */
.brand-cards.logo-cards .brand-card img[src*="mondi"]{
  max-width:330px !important;
  height:140px !important;
}

/* Doqu artık eşit */
.brand-cards.logo-cards .brand-card img[src*="doquhome"]{
  max-width:340px !important;
  height:145px !important;
  transform:scale(1.28) !important;
}

/* Gümüşsuyu geniş */
.brand-cards.logo-cards .brand-card img[src*="gumussuyu"]{
  max-width:390px !important;
  height:150px !important;
}

@media(max-width:768px){
  .brand-cards.logo-cards .brand-card{
    min-height:210px !important;
    padding:28px 20px !important;
  }

  .brand-cards.logo-cards .brand-card img{
    height:115px !important;
    max-height:115px !important;
    max-width:280px !important;
  }

  .brand-cards.logo-cards .brand-card img[src*="gumussuyu"]{
    max-width:320px !important;
  }
}


/* --- V25: Opet locator mobil düzeltme + tıklanmaz mağazalar --- */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

.mobile-menu-no-link{
  display:block;
  padding:11px 12px!important;
  border-radius:10px!important;
  color:var(--navy);
  font-weight:900;
  font-size:14px;
  opacity:.75;
  cursor:default;
}

.footer-no-link{
  cursor:default!important;
  pointer-events:none!important;
}

/* Opet locator aynı diğer locator yapısı gibi */
.locator-toolbar.opet-toolbar{
  grid-template-columns:1.2fr 1fr 1fr!important;
  position:relative!important;
  top:auto!important;
  z-index:20!important;
}

.opet-locator-wrap{
  display:grid!important;
  grid-template-columns:minmax(460px,1fr) 1fr!important;
  gap:28px!important;
  align-items:start!important;
}

.opet-list-panel{
  background:#f7f9fc!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  padding:18px!important;
  max-height:720px!important;
  overflow:auto!important;
  min-width:0!important;
}

.opet-store-card{
  background:#fff!important;
  border:1px solid #e6edf6!important;
  border-radius:12px!important;
  padding:15px 16px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:18px!important;
  align-items:center!important;
  margin-bottom:12px!important;
  box-shadow:0 8px 20px rgba(6,31,73,.045)!important;
  min-width:0!important;
  width:100%!important;
}

.opet-store-info{
  min-width:0!important;
}

.opet-store-info h3{
  color:#0b5fc6!important;
  font-size:16px!important;
  font-weight:900!important;
  margin-bottom:6px!important;
  line-height:1.25!important;
  word-break:normal!important;
}

.opet-store-info p{
  color:#1f2937!important;
  font-size:14px!important;
  line-height:1.45!important;
  margin-bottom:6px!important;
}

.opet-store-info .location-row{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:7px 0!important;
}

.opet-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  border-radius:999px!important;
  background:#edf4ff!important;
  color:#0b5fc6!important;
  padding:5px 10px!important;
  font-size:12px!important;
  font-weight:800!important;
}

.opet-store-info .tel{
  color:#111827!important;
  font-size:14px!important;
}

.opet-actions{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  white-space:nowrap!important;
}

.opet-location-action,
.opet-whatsapp-action{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  font-size:14px!important;
  font-weight:700!important;
  color:#e62a6b!important;
}

.opet-location-action img{
  width:28px!important;
  height:38px!important;
  object-fit:contain!important;
}

.opet-whatsapp-action i{
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  background:#25D366!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  font-size:18px!important;
}

.opet-map-panel{
  position:relative!important;
  top:auto!important;
  min-width:0!important;
}

.opet-map-panel .leaflet-map,
#opetMap.leaflet-map{
  height:720px!important;
  width:100%!important;
  border-radius:22px!important;
  overflow:hidden!important;
}

@media(max-width:900px){
  .opet-locator-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:
      "map"
      "heading"
      "list"!important;
    gap:16px!important;
    width:100%!important;
    overflow:hidden!important;
  }

  .opet-map-panel{
    grid-area:map!important;
    width:100%!important;
    min-width:0!important;
  }

  .mobile-locator-heading{
    grid-area:heading!important;
  }

  .opet-list-panel{
    grid-area:list!important;
    max-height:420px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:12px!important;
    border-radius:18px!important;
    width:100%!important;
    min-width:0!important;
  }

  .opet-store-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    min-width:0!important;
  }

  .opet-actions{
    flex-wrap:wrap!important;
    white-space:normal!important;
    border-top:1px solid #eef2f7!important;
    padding-top:12px!important;
  }

  .opet-map-panel .leaflet-map,
  #opetMap.leaflet-map{
    height:380px!important;
    min-height:380px!important;
    max-height:380px!important;
    border-radius:18px!important;
  }

  .locator-toolbar.opet-toolbar{
    grid-template-columns:1fr!important;
    position:relative!important;
    top:auto!important;
    width:100%!important;
  }
}

@media(max-width:520px){
  .opet-map-panel .leaflet-map,
  #opetMap.leaflet-map{
    height:340px!important;
    min-height:340px!important;
  }

  .opet-list-panel{
    max-height:380px!important;
  }
}


/* --- V27 Anasayfa İş Ortaklarımız doğru alan güncellemesi --- */
.partner-logo-track{
  align-items:stretch !important;
}

.partner-logo-card{
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:14px !important;
  min-height:170px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:26px !important;
  box-shadow:0 10px 24px rgba(6,31,73,.045) !important;
}

.partner-logo-card img{
  width:auto !important;
  max-width:240px !important;
  max-height:100px !important;
  object-fit:contain !important;
  display:block !important;
}

.partner-logo-card img[src*="opet-partner"]{
  max-width:280px !important;
  max-height:110px !important;
}

.partner-logo-card img[src*="agb-partner"]{
  transform:scale(1.18);
}

.partner-logo-card img[src*="zes-partner"]{
  transform:scale(1.08);
}

@media(max-width:520px){
  .partner-logo-card{
    min-height:150px !important;
  }
  .partner-logo-card img{
    max-width:220px !important;
    max-height:90px !important;
  }
}


/* --- V28 LOGO HİZALAMA VE BOYUT EŞİTLEME --- */

/* İki ana blok üstten aynı hizada dursun */
.brand-carousel-layout{
  align-items:start !important;
}

.brand-carousel-box,
.brand-carousel-box.partner-box{
  min-width:0 !important;
}

/* İki tarafta kartlar aynı ölçüde */
.logo-carousel{
  width:100% !important;
  overflow:hidden !important;
}

.logo-track{
  align-items:stretch !important;
}

.logo-slide-card,
.partner-logo-card,
.partner-slide-card{
  flex:0 0 calc((100% - 18px) / 2) !important;
  height:170px !important;
  min-height:170px !important;
  max-height:170px !important;
  border-radius:14px !important;
  padding:24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  box-shadow:0 10px 24px rgba(6,31,73,.045) !important;
}

/* Eşit kanvasa alınan logolar aynı alanda görünür */
.logo-slide-card img,
.partner-logo-card img,
.partner-slide-card img{
  width:100% !important;
  height:112px !important;
  max-width:310px !important;
  max-height:112px !important;
  object-fit:contain !important;
  transform:none !important;
}

/* Opet çok baskın görünmesin */
.partner-logo-card img[src*="opet-partner"]{
  max-width:300px !important;
  height:108px !important;
}

/* AGB ve ZES dengeli */
.partner-logo-card img[src*="agb-partner"],
.partner-logo-card img[src*="zes-partner"]{
  max-width:280px !important;
  height:105px !important;
}

/* Dots iki tarafta da aynı konumda */
.carousel-mini-dots{
  height:20px !important;
  margin-top:14px !important;
  align-items:center !important;
}

/* Önceden verilen aşırı logo kurallarını etkisizleştir */
.brand-cards.logo-cards .brand-card img,
.brand-cards.logo-cards .brand-card img[src*="doquhome"],
.brand-cards.logo-cards .brand-card img[src*="gumussuyu"]{
  transform:none !important;
}

/* Mobilde de aynı oran */
@media(max-width:520px){
  .logo-slide-card,
  .partner-logo-card,
  .partner-slide-card{
    flex-basis:100% !important;
    height:155px !important;
    min-height:155px !important;
    max-height:155px !important;
  }

  .logo-slide-card img,
  .partner-logo-card img,
  .partner-slide-card img{
    height:100px !important;
    max-height:100px !important;
    max-width:270px !important;
  }
}


/* --- V30: Header dropdown ve harita görünürlük düzeltmeleri --- */
.header-dropdown{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
}

.header-dropdown .dropdown-trigger{
  font-family:inherit !important;
}

.header-dropdown-menu{
  position:absolute !important;
  top:calc(100% + 12px) !important;
  right:0 !important;
  left:auto !important;
  min-width:210px !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:14px !important;
  box-shadow:0 22px 55px rgba(6,31,73,.13) !important;
  padding:10px !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(8px) !important;
  transition:.22s ease !important;
  z-index:999999 !important;
}

.header-dropdown:hover .header-dropdown-menu,
.header-dropdown:focus-within .header-dropdown-menu{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
}

.header-dropdown-menu a{
  display:block !important;
  padding:11px 12px !important;
  border-radius:9px !important;
  color:var(--navy) !important;
  font-weight:800 !important;
  font-size:14px !important;
  white-space:nowrap !important;
}

.header-dropdown-menu a:hover{
  background:var(--soft) !important;
}

.mobile-menu-no-link{
  display:block !important;
  padding:11px 12px !important;
  border-radius:10px !important;
  color:var(--navy) !important;
  font-weight:900 !important;
  font-size:14px !important;
  opacity:.72 !important;
  cursor:default !important;
}

.footer-no-link{
  cursor:default !important;
  pointer-events:none !important;
}

/* Leaflet haritaların görünürlüğünü garantiye al */
.leaflet-map,
#istikbalMap,
#bellonaMap,
#mondiMap,
#opetMap{
  display:block !important;
  width:100% !important;
  min-height:380px !important;
  background:#e8eef7 !important;
  position:relative !important;
  z-index:1 !important;
}

#istikbalMap,
#bellonaMap,
#mondiMap,
#opetMap{
  height:720px !important;
}

@media(max-width:900px){
  #istikbalMap,
  #bellonaMap,
  #mondiMap,
  #opetMap{
    height:380px !important;
    min-height:380px !important;
    max-height:380px !important;
  }
}

@media(max-width:520px){
  #istikbalMap,
  #bellonaMap,
  #mondiMap,
  #opetMap{
    height:340px !important;
    min-height:340px !important;
    max-height:340px !important;
  }
}

.leaflet-container{
  width:100% !important;
  z-index:1 !important;
  isolation:isolate !important;
}

.site-header{
  z-index:999999 !important;
}


/* --- V31 Opet header birebir düzeltme --- */
.site-header .header-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

.site-header .header-actions{
  display:flex;
  align-items:center;
}

.header-dropdown{
  position:relative !important;
}

.header-dropdown > .outline-btn,
.header-dropdown > button.outline-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.header-dropdown-menu{
  z-index:999999 !important;
}

@media(max-width:1030px){
  .main-nav,
  .header-actions{
    display:none !important;
  }

  .menu-btn{
    display:block !important;
  }
}


/* --- V33 Opet locator sadeleştirme --- */
.opet-actions{
  justify-content:flex-end !important;
}

.opet-location-action{
  color:#d61d5b !important;
  font-weight:800 !important;
}

.opet-store-info{
  padding-right:8px;
}


/* --- V35 Markalarımızı Keşfedin Sayfası --- */
.brands-detail-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
}

.brand-detail-card{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:28px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:0 16px 38px rgba(6,31,73,.07);
  transition:.25s ease;
}

.brand-detail-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 50px rgba(6,31,73,.12);
}

.brand-detail-logo{
  height:160px;
  border-radius:18px;
  background:#f7f9fc;
  border:1px solid #e4edf8;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.brand-detail-logo img{
  width:100%;
  height:110px;
  object-fit:contain;
}

.brand-detail-content h2{
  color:var(--navy);
  font-size:28px;
  margin-bottom:12px;
}

.brand-detail-content p{
  color:var(--muted);
  line-height:1.85;
  font-size:15.5px;
}

@media(max-width:800px){
  .brand-detail-card{
    grid-template-columns:1fr;
    padding:22px;
  }

  .brand-detail-logo{
    height:140px;
  }

  .brand-detail-content h2{
    font-size:24px;
  }
}


/* --- V36 Markalarımız Sekmeli Sayfa --- */
.brand-tabs-nav{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-bottom:28px;
}

.brand-tab-btn{
  height:140px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  padding:18px;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(6,31,73,.06);
  transition:.25s ease;
  position:relative;
}

.brand-tab-btn::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-10px;
  width:0;
  height:4px;
  border-radius:999px;
  background:var(--red);
  transform:translateX(-50%);
  transition:.25s ease;
}

.brand-tab-btn:hover,
.brand-tab-btn.active{
  transform:translateY(-4px);
  border-color:#b9c8dc;
  box-shadow:0 18px 40px rgba(6,31,73,.12);
}

.brand-tab-btn.active::after{
  width:58px;
}

.brand-tab-btn img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.brand-tabs-content{
  position:relative;
}

.brand-tab-panel{
  display:none;
  grid-template-columns:340px 1fr;
  gap:34px;
  align-items:center;
  background:linear-gradient(180deg,#fff,#f7faff);
  border:1px solid var(--line);
  border-radius:28px;
  padding:42px;
  box-shadow:0 22px 55px rgba(6,31,73,.10);
  animation:brandFade .35s ease;
}

.brand-tab-panel.active{
  display:grid;
}

@keyframes brandFade{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}

.brand-panel-logo{
  min-height:230px;
  border-radius:24px;
  background:#fff;
  border:1px solid #e4edf8;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
}

.brand-panel-logo img{
  width:100%;
  height:160px;
  object-fit:contain;
}

.brand-panel-text h2{
  color:var(--navy);
  font-size:clamp(30px,4vw,48px);
  margin-bottom:16px;
}

.brand-panel-text p{
  color:var(--muted);
  font-size:16px;
  line-height:1.9;
  max-width:760px;
}

@media(max-width:980px){
  .brand-tabs-nav{
    grid-template-columns:repeat(4,1fr);
  }

  .brand-tab-panel{
    grid-template-columns:1fr;
  }

  .brand-panel-logo{
    min-height:180px;
  }
}

@media(max-width:620px){
  .brand-tabs-nav{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .brand-tab-btn{
    height:112px;
    padding:14px;
  }

  .brand-tab-panel{
    padding:24px;
    border-radius:22px;
  }

  .brand-panel-logo img{
    height:120px;
  }
}


/* --- V42 İştiraklerimizi Keşfedin Sayfası --- */
.affiliates-tabs-nav{
  grid-template-columns:repeat(4,1fr) !important;
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.affiliate-panel-logo img{
  max-width:100%;
  height:150px;
  object-fit:contain;
}

@media(max-width:720px){
  .affiliates-tabs-nav{
    grid-template-columns:1fr !important;
  }
}


/* --- V45 Locator WhatsApp kaldırıldı --- */
.istikbal-actions,
.bellona-actions,
.mondi-actions,
.opet-actions{
  justify-content:flex-end !important;
  gap:0 !important;
}

.istikbal-location-action,
.bellona-location-action,
.mondi-location-action,
.opet-location-action{
  font-weight:800 !important;
}

.istikbal-whatsapp-action,
.bellona-whatsapp-action,
.mondi-whatsapp-action,
.opet-whatsapp-action{
  display:none !important;
}

@media(max-width:900px){
  .istikbal-actions,
  .bellona-actions,
  .mondi-actions,
  .opet-actions{
    justify-content:flex-start !important;
  }
}


/* --- V46 Yasal Sayfalar --- */
.legal-section{background:#f7f9fc}
.legal-card{
  background:#fff;border:1px solid var(--line);border-radius:26px;padding:42px;
  box-shadow:0 20px 55px rgba(6,31,73,.08)
}
.legal-card h2{color:var(--navy);font-size:24px;margin:30px 0 12px}
.legal-card h2:first-child{margin-top:0}
.legal-card h3{color:var(--navy);font-size:18px;margin:20px 0 8px}
.legal-card p{color:#4a5568;line-height:1.9;font-size:15.5px;margin-bottom:14px}
@media(max-width:700px){
  .legal-card{padding:24px;border-radius:20px}
  .legal-card h2{font-size:21px}
  .legal-card p{font-size:14.5px}
}


/* --- V47 Footer + Vizyon Misyon --- */
.vision-mission-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}
.vm-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:38px;
  box-shadow:0 20px 55px rgba(6,31,73,.08);
}
.vm-icon{
  width:64px;
  height:64px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:#e8f0fb;
  color:var(--navy);
  font-size:28px;
  margin-bottom:20px;
}
.vm-card h2{
  color:var(--navy);
  font-size:30px;
  margin-bottom:14px;
}
.vm-card p{
  color:var(--muted);
  line-height:1.9;
  font-size:16px;
}
.footer-grid{
  grid-template-columns:1.25fr .85fr .9fr 1fr 1.25fr!important;
  gap:28px!important;
  align-items:start!important;
}
.footer-contact li{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:8px;
  align-items:start;
}
@media(max-width:1050px){
  .vision-mission-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:700px){
  .footer-grid{grid-template-columns:1fr!important}
  .vm-card{padding:26px}
}


/* --- V48 Footer logo düzeltme --- */
.footer-logo{
  display:inline-flex;
  align-items:center;
  margin-bottom:18px;
}

.footer-logo img{
  width:auto;
  height:52px;
  object-fit:contain;
  display:block;
}

.footer-about p{
  margin-top:8px;
}


/* --- V49 Footer logo kesin düzeltme --- */
.footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  max-width:280px !important;
  margin:0 0 18px 0 !important;
  text-decoration:none !important;
}

.footer-logo img{
  display:block !important;
  width:auto !important;
  height:58px !important;
  max-width:260px !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .footer-logo{
    max-width:230px !important;
    margin-bottom:14px !important;
  }

  .footer-logo img{
    height:46px !important;
    max-width:220px !important;
  }
}


.contact-map-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  padding:12px 18px;
  border-radius:14px;
  background:var(--navy);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  transition:.25s ease;
}

.contact-map-button:hover{
  transform:translateY(-2px);
  opacity:.92;
}


/* --- V66 Form Buton Durumu + Çerez Popup --- */
.cookie-popup{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:999999;
  opacity:0;
  visibility:hidden;
  transform:translateY(22px);
  transition:.3s ease;
}

.cookie-popup.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.cookie-popup-content{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid rgba(6,31,73,.12);
  border-radius:22px;
  box-shadow:0 22px 70px rgba(6,31,73,.22);
  padding:22px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
}

.cookie-popup h3{
  color:var(--navy);
  font-size:18px;
  margin-bottom:8px;
}

.cookie-popup p{
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.cookie-popup-actions{
  display:flex;
  align-items:center;
  gap:12px;
  white-space:nowrap;
}

.cookie-popup-actions a{
  color:var(--navy);
  font-weight:800;
  text-decoration:underline;
  font-size:14px;
}

.cookie-popup-actions button{
  border:0;
  background:var(--navy);
  color:#fff;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}

.cookie-popup-actions button:hover{
  transform:translateY(-2px);
  opacity:.92;
}

button[disabled],
input[type="submit"][disabled]{
  opacity:.75;
  cursor:not-allowed;
}

@media(max-width:720px){
  .cookie-popup{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .cookie-popup-content{
    grid-template-columns:1fr;
    padding:18px;
    border-radius:18px;
  }

  .cookie-popup-actions{
    justify-content:space-between;
    white-space:normal;
  }
}

/* --- V67 Locator kesin görünürlük --- */
.is-hidden{display:none!important}
#istikbalMap,#bellonaMap,#mondiMap,#opetMap,.leaflet-map{display:block!important;width:100%!important;min-height:380px!important;background:#e8eef7!important}
#istikbalMap,#bellonaMap,#mondiMap,#opetMap{height:720px!important}
@media(max-width:900px){#istikbalMap,#bellonaMap,#mondiMap,#opetMap{height:380px!important;min-height:380px!important}}

/* --- V68 Locator data dosyası uyumu --- */
.is-hidden{display:none!important}
#istikbalMap,#bellonaMap,#mondiMap,#opetMap,.leaflet-map{display:block!important;width:100%!important;min-height:380px!important;background:#e8eef7!important}
#istikbalMap,#bellonaMap,#mondiMap,#opetMap{height:720px!important}
@media(max-width:900px){#istikbalMap,#bellonaMap,#mondiMap,#opetMap{height:380px!important;min-height:380px!important}}

/* --- V69 Locator sağlamlık --- */
.is-hidden{display:none!important}
#istikbalMap,#bellonaMap,#mondiMap,#opetMap,.leaflet-map{display:block!important;width:100%!important;min-height:380px!important;background:#e8eef7!important}
#istikbalMap,#bellonaMap,#mondiMap,#opetMap{height:720px!important}
@media(max-width:900px){#istikbalMap,#bellonaMap,#mondiMap,#opetMap{height:380px!important;min-height:380px!important}}
