:root{--blue:#064bb4;--blue-dark:#002b83;--text:#06245f;--muted:#405985;--line:#dce8fb;--soft:#f5faff;--red:#e63c42;--shadow:0 14px 35px rgba(3,46,128,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 4px 20px rgba(0,33,92,.08)}.header-inner{width:min(1180px,92%);height:74px;margin:auto;display:flex;align-items:center;gap:26px}.logo img{width:160px;height:auto;display:block}.main-nav{display:flex;align-items:center;gap:22px;margin-left:auto;height:100%}.nav-link{height:100%;display:flex;align-items:center;gap:5px;border:0;background:transparent;color:#061f5a;font-weight:800;font-size:15px;font-family:inherit;cursor:pointer;position:relative;white-space:nowrap}.nav-link.active{color:var(--blue)}.nav-link.active:after{content:'';position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--blue);border-radius:5px 5px 0 0}.dropdown{height:100%;display:flex;align-items:center;position:relative}.dropdown-menu{position:absolute;top:calc(100% - 1px);left:50%;transform:translateX(-50%) translateY(12px);width:190px;background:#fff;border:1px solid #e7effb;border-radius:14px;box-shadow:0 20px 40px rgba(2,36,105,.16);padding:12px;display:grid;gap:2px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;z-index:1200}.dropdown:hover>.dropdown-menu,.dropdown:focus-within>.dropdown-menu,.dropdown.open>.dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.dropdown-menu a{display:flex;align-items:center;gap:12px;padding:12px 11px;border-radius:10px;color:#06245f;font-size:14px;font-weight:800}.dropdown-menu a:hover{background:#f2f7ff;color:var(--blue)}.dropdown-menu span{width:20px;text-align:center;color:var(--blue);font-weight:900}.corporate-menu{width:210px}.header-actions{display:flex;gap:11px;align-items:center}.language{height:42px;border:1px solid var(--blue);border-radius:24px;background:#fff;color:var(--blue);font:800 14px Inter,Arial;padding:0 17px}.dealer-btn{height:44px;display:flex;align-items:center;padding:0 22px;border-radius:24px;background:var(--blue);color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(6,75,180,.2)}.mobile-toggle{display:none;margin-left:auto;border:0;background:transparent;color:var(--blue);font-size:28px;cursor:pointer}
.hero{position:relative;height:350px;min-height:350px;overflow:hidden;background:#eaf4ff}.hero-bg{position:absolute;inset:0;background:url('assets/hero_bg_clean.jpg') center/cover no-repeat;z-index:0}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.12) 58%,rgba(255,255,255,0) 100%);z-index:1;pointer-events:none}.hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}.hero-copy{width:43%;padding-bottom:8px}.hero-copy h1{margin:0 0 12px;font-size:34px;line-height:1.08;letter-spacing:-1.1px;color:#06266b;font-weight:900}.hero-copy p{max-width:500px;margin:0 0 20px;font-size:15px;line-height:1.5;color:#06266b;font-weight:600}.hero-buttons{display:flex;gap:18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:12px;border-radius:13px;padding:13px 25px;font-weight:900;font-size:14px;border:1px solid var(--blue)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 23px rgba(6,75,180,.24)}.btn-white{background:#fff;color:var(--blue)}.hero-product{position:absolute;right:clamp(22px,6vw,95px);bottom:0;height:365px;max-width:48%;object-fit:contain;filter:drop-shadow(0 24px 31px rgba(0,34,96,.18));z-index:3}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:var(--blue);font-size:38px;line-height:20px;z-index:5;box-shadow:0 9px 24px rgba(0,33,92,.12);cursor:pointer}.slide-prev{left:24px}.slide-next{right:24px}.slider-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:9px;z-index:4}.slider-dots button{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background:#d7e2f0;padding:0;cursor:pointer}.slider-dots button.active{background:var(--blue)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:29px 0 18px}.features article{display:flex;gap:15px}.features i{font-style:normal;color:var(--blue);font-size:36px;line-height:1}.features h3{margin:0 0 7px;font-size:16px;font-weight:900}.features p{margin:0;color:var(--muted);font-size:13px;line-height:1.46;font-weight:500}.section-title{text-align:center;margin:9px 0 16px}.section-title h2{margin:0;font-size:24px;color:var(--text);font-weight:900}.decor{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--red);font-size:11px;margin-top:6px}.decor span{display:block;width:37px;height:2px;background:var(--blue);border-radius:5px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:23px}.product-card{background:#fff;border:1px solid #e5eef9;border-radius:13px;box-shadow:0 9px 25px rgba(3,46,128,.08);overflow:hidden}.product-card img{width:100%;height:135px;object-fit:cover;display:block}.product-card div{padding:15px 16px 17px;position:relative;min-height:103px}.product-card h3{margin:0 38px 7px 0;font-size:15px;font-weight:900}.product-card p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.4;font-weight:500}.product-card a{position:absolute;right:14px;top:25px;width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:900}.brands{padding-top:24px}.brand-row{height:88px;background:#fff;border:1px solid #e5eef9;border-radius:18px;box-shadow:0 9px 25px rgba(3,46,128,.08);display:grid;grid-template-columns:44px repeat(4,1fr) 44px;align-items:center;overflow:hidden}.brand-row button{height:100%;border:0;background:#fff;color:var(--blue);font-size:32px;cursor:pointer}.brand-logo{height:100%;display:flex;align-items:center;justify-content:center;border-left:1px solid #e5eef9;font-weight:900;font-size:29px;letter-spacing:-.7px;text-align:center}.icelife-brand img{max-width:150px;max-height:54px;object-fit:contain}.minilife-logo{font-family:Georgia,serif;color:#dd3d9e}.minilife-logo span{color:#23a968}.gelato-logo{font-family:Georgia,serif;color:#050c45;flex-direction:column;line-height:.88}.gelato-logo .blue{color:#064bb4}.gelato-logo small{font-size:7px;letter-spacing:.9px;color:#303850;margin-top:5px;padding-top:2px;border-top:2px solid #20a053;border-bottom:2px solid #df3440;font-family:Inter,Arial,sans-serif}.funlife-logo{font-family:Georgia,serif;color:#0a5bbf}.funlife-logo span{color:#22a666}
.franchise{display:grid;grid-template-columns:1fr 190px;gap:22px;margin:28px auto 38px;align-items:stretch}.franchise-card{display:grid;grid-template-columns:43% 57%;border-radius:17px;overflow:hidden;box-shadow:var(--shadow);min-height:240px;background:#fff}.franchise-text{background:linear-gradient(135deg,#064bb4,#003594);color:#fff;padding:32px 30px;border-radius:0 80px 80px 0;z-index:2}.franchise-text h2{margin:0 0 18px;color:#fff;font-size:26px;line-height:1.18;font-weight:900}.franchise-text ul{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;list-style:none;padding:0;margin:0 0 22px;font-size:13px;font-weight:700}.franchise-text li:before{content:'✓';display:inline-grid;place-items:center;margin-right:7px;width:18px;height:18px;border:1px solid rgba(255,255,255,.85);border-radius:50%;font-size:11px}.franchise-card img{width:100%;height:100%;object-fit:cover}.stats{display:grid;gap:11px}.stats div{background:#fff;border:1px solid #e5eef9;border-radius:15px;box-shadow:0 8px 23px rgba(3,46,128,.08);padding:16px 18px}.stats strong{display:block;color:var(--blue);font-size:24px;font-weight:900}.stats span{font-size:13px;font-weight:700;color:#203a75}.info-sections{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:32px}.info-sections div{background:var(--soft);border:1px solid #e5eef9;border-radius:15px;padding:16px;min-height:105px}.info-sections h3{margin:0 0 8px;font-size:16px;color:var(--blue);font-weight:900}.info-sections p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.footer{background:linear-gradient(135deg,#0758c2,#002c8c);color:#fff;padding-top:34px}.footer-grid{display:grid;grid-template-columns:1.35fr .82fr .98fr .9fr 1.15fr 1.25fr;gap:30px}.footer-logo{width:150px;height:54px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:12px}.footer p,.footer a{display:block;color:#fff;font-size:13px;line-height:1.65;margin:0 0 5px;opacity:.96;font-weight:500}.footer h4{font-size:16px;margin:0 0 13px;font-weight:900}.social{display:flex;gap:9px;margin-top:13px}.social a{width:27px;height:27px;display:grid;place-items:center;background:#fff;color:var(--blue);border-radius:50%;font-size:12px;font-weight:900;opacity:1}.newsletter{height:38px;max-width:230px;background:#fff;border-radius:24px;display:flex;align-items:center;padding:3px;margin-top:9px}.newsletter input{border:0;outline:0;min-width:0;flex:1;padding:0 12px;font:500 13px Inter,Arial;color:#111}.newsletter button{border:0;background:var(--blue);color:#fff;width:32px;height:32px;border-radius:50%;font-size:18px;cursor:pointer}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:26px;padding:15px 0;display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:12px;color:#fff}.footer-bottom nav{display:flex;gap:22px;flex-wrap:wrap}.footer-bottom a{font-size:12px;margin:0}
@media(max-width:1180px){.main-nav{gap:15px}.hero-copy h1{font-size:39px}.hero-product{height:330px}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.info-sections{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.header-inner{height:auto;min-height:74px;flex-wrap:wrap;padding:10px 0}.mobile-toggle{display:block}.main-nav{display:none;order:5;width:100%;height:auto;border-top:1px solid #edf3fc;padding-top:7px}.main-nav.open{display:grid}.nav-link{height:auto;padding:13px 0}.nav-link.active:after{display:none}.dropdown{display:block;height:auto}.dropdown-menu{position:static;transform:none!important;opacity:1;visibility:visible;pointer-events:auto;display:none;box-shadow:none;border-radius:12px;background:#f4f9ff}.dropdown.open .dropdown-menu{display:grid}.header-actions{margin-left:auto}.hero{height:610px}.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.88) 50%,rgba(255,255,255,.23))}.hero-inner{display:block;text-align:center;padding-top:48px}.hero-copy{width:100%;margin:auto}.hero-copy h1{font-size:34px}.hero-product{left:50%;right:auto;bottom:30px;transform:translateX(-50%);height:265px;max-width:88%}.slide-arrow{display:none}.features,.franchise,.info-sections{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.brand-row{grid-template-columns:40px repeat(2,1fr) 40px}.brand-logo:nth-of-type(n+4){display:none}.franchise-card{grid-template-columns:1fr}.franchise-text{border-radius:0}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{display:block;text-align:center}.footer-bottom nav{justify-content:center;margin-top:10px}}
@media(max-width:560px){.logo img{width:135px}.header-actions{width:100%;justify-content:flex-end}.language{padding:8px 12px}.dealer-btn{padding:10px 14px}.hero-copy h1{font-size:29px}.hero-copy p{font-size:15px}.btn{padding:12px 18px}.hero-product{height:235px}.features{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.brand-row{grid-template-columns:36px 1fr 36px}.brand-logo:nth-of-type(n+3){display:none}.franchise-text ul{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.info-sections{grid-template-columns:1fr}}

/* v6: Slider ürün görseli arka planın içinde, ayrı resim olarak bindirilmiyor. */
.hero-product{display:none!important}

/* v7: Marka logoları gerçek PNG görselleri olarak kullanılır */
.brand-logo img{max-width:170px;max-height:70px;object-fit:contain;display:block}
.brand-logo{padding:8px 20px}


/* v8: Doğal İçerik / Yüksek Kalite bölümü slider içine daha yakın ve şık konumlandırıldı */
.hero{height:430px;min-height:430px;overflow:visible;margin-bottom:0;}
.hero-bg{background-position:center center;}
.hero:after{background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.62) 35%,rgba(255,255,255,.05) 62%,rgba(255,255,255,0) 100%),linear-gradient(180deg,rgba(255,255,255,0) 62%,rgba(255,255,255,.95) 100%)}
.hero-copy{width:43%;margin-top:-22px;}
.slider-dots{bottom:90px;}
.features{position:relative;z-index:20;margin-top:-82px;padding:0 0 22px;display:grid;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.72));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:0 0 26px 26px;}
.features article{padding:18px 10px 10px;align-items:flex-start;}
.features i{font-size:38px;text-shadow:0 8px 18px rgba(6,75,180,.12)}
.products{padding-top:2px;}
@media(max-width:900px){
  .hero{height:610px;min-height:610px;overflow:hidden;}
  .slider-dots{bottom:24px;}
  .features{margin-top:0;border-radius:0;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;padding:28px 0 18px;}
  .hero-copy{width:100%;margin-top:0;}
}

/* v9: Özellikler alanı ayrı kutu gibi değil, hero'nun altındaki doğal beyaz geçişin içinde görünür */
.hero{height:390px;min-height:390px;overflow:hidden;margin-bottom:0;}
.hero:after{background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.60) 36%,rgba(255,255,255,.06) 62%,rgba(255,255,255,0) 100%),linear-gradient(180deg,rgba(255,255,255,0) 68%,rgba(255,255,255,.98) 100%)}
.hero-copy{width:43%;margin-top:-4px;}
.slider-dots{bottom:34px;}
.features{position:relative;z-index:20;margin-top:-54px;padding:0 0 20px;display:grid;align-items:flex-start;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-radius:0!important;box-shadow:none!important;}
.features article{padding:0 10px;align-items:flex-start;}
.features i{font-size:34px;text-shadow:none;line-height:1;}
.features h3{font-size:15px;margin-bottom:6px;}
.features p{font-size:12.5px;line-height:1.35;}
.products{padding-top:0;}
@media(max-width:900px){
  .hero{height:610px;min-height:610px;overflow:hidden;}
  .slider-dots{bottom:24px;}
  .features{margin-top:0;background:#fff!important;padding:28px 0 18px;}
  .hero-copy{width:100%;margin-top:0;}
}

/* v10: slider noktaları özellik ikonlarına değmesin diye yukarı alındı */
.slider-dots{bottom:62px!important;z-index:30!important;}

/* v10: En Sevilen Lezzetler kartlarında görsel/gövde katman taşmaları düzeltildi */
.product-grid{align-items:stretch;}
.product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden!important;
  border-radius:14px!important;
  background:#fff!important;
  isolation:isolate;
}
.product-card img{
  width:100%!important;
  height:132px!important;
  min-height:132px!important;
  max-height:132px!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:0!important;
  position:relative;
  z-index:1;
}
.product-card > div{
  position:relative!important;
  z-index:2!important;
  background:#fff!important;
  min-height:104px!important;
  flex:1 1 auto;
  padding:15px 16px 17px!important;
  border-radius:0!important;
  margin:0!important;
}
.product-card h3,.product-card p{position:relative;z-index:2;}
.product-card a{z-index:3!important;}

/* v10: Kurumsal açılır menü seçenekleri sabit kalır */
.corporate-menu{width:220px;}

@media(max-width:900px){
  .slider-dots{bottom:34px!important;}
}


/* v11: Ürün görsellerinin içinde kalan eski başlık/ok görseli temizlendi; kartlarda başlık yalnızca HTML metni olarak görünür. */
.product-card img{
  height:132px!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.product-card h3{margin-top:0!important;}


/* v12: Mockup'a göre bayilik bloğu ve footer iletişim bilgileri hizalandı */
.franchise{
  grid-template-columns:minmax(0,1fr) 190px!important;
  gap:22px!important;
  margin-top:28px!important;
  align-items:stretch!important;
}
.franchise-card{
  display:grid!important;
  grid-template-columns:43% 57%!important;
  min-height:210px!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(3,46,128,.12)!important;
}
.franchise-text{
  background:linear-gradient(135deg,#064bb4 0%,#00359c 100%)!important;
  color:#fff!important;
  padding:27px 30px!important;
  border-radius:0 72px 72px 0!important;
  position:relative!important;
  z-index:2!important;
}
.franchise-text h2{
  font-size:24px!important;
  line-height:1.15!important;
  margin:0 0 16px!important;
}
.franchise-text ul{
  grid-template-columns:1fr 1fr!important;
  gap:10px 18px!important;
  margin-bottom:19px!important;
}
.franchise-card img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.stats{
  display:grid!important;
  gap:10px!important;
}
.stats div{
  min-height:48px!important;
  padding:13px 17px!important;
  border-radius:14px!important;
}
.stats strong{
  font-size:23px!important;
  line-height:1!important;
}
.stats span{
  font-size:12.5px!important;
}
.footer-grid{
  grid-template-columns:1.35fr .82fr .98fr .9fr 1.15fr 1.25fr!important;
  align-items:start!important;
}
.footer #iletisim, .footer p{word-break:normal;}
@media(max-width:900px){
  .franchise{grid-template-columns:1fr!important;}
  .franchise-card{grid-template-columns:1fr!important;}
  .franchise-text{border-radius:0!important;}
  .footer-grid{grid-template-columns:repeat(2,1fr)!important;}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr!important;}
}


/* v13: Mockup görünümü - bayilik bloğunun altındaki ekstra bilgi kartları kaldırıldı */
.info-sections{display:none!important;}

/* v13: Bayilik alanı mockup'taki tek yatay blok görünümüne yaklaştırıldı */
.franchise{
  width:min(1040px,92%)!important;
  grid-template-columns:minmax(0,1fr) 150px!important;
  gap:16px!important;
  margin:24px auto 22px!important;
}
.franchise-card{
  min-height:205px!important;
  grid-template-columns:42% 58%!important;
  border-radius:13px!important;
  box-shadow:0 8px 26px rgba(3,46,128,.11)!important;
}
.franchise-text{
  padding:25px 27px!important;
  border-radius:0 78px 78px 0!important;
}
.franchise-text h2{font-size:22px!important;}
.franchise-text ul{font-size:12.5px!important;gap:9px 16px!important;}
.franchise-text .btn{padding:12px 22px!important;border-radius:12px!important;}
.stats{gap:9px!important;}
.stats div{padding:12px 16px!important;min-height:48px!important;border-radius:12px!important;}
.stats strong{font-size:22px!important;}
.stats span{font-size:12px!important;}

@media(max-width:900px){
  .franchise{width:min(1180px,92%)!important;grid-template-columns:1fr!important;}
}

/* v14: Bayilik bölümü mockup görünümüne göre yeniden sıkılaştırıldı */
.franchise{
  width:min(1040px,92%)!important;
  grid-template-columns:minmax(0,1fr) 145px!important;
  gap:14px!important;
  margin:18px auto 22px!important;
  align-items:stretch!important;
}
.franchise-card{
  position:relative!important;
  display:block!important;
  min-height:132px!important;
  height:132px!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(3,46,128,.10)!important;
}
.franchise-card img{
  position:absolute!important;
  inset:0 0 0 auto!important;
  width:70%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  z-index:1!important;
}
.franchise-text{
  position:absolute!important;
  top:0!important;
  left:0!important;
  bottom:0!important;
  width:39%!important;
  z-index:2!important;
  padding:13px 17px 12px 20px!important;
  background:linear-gradient(135deg,#0752bd 0%,#003ba8 100%)!important;
  border-radius:0 72px 72px 0!important;
  color:#fff!important;
  overflow:hidden!important;
}
.franchise-text h2{
  margin:0 0 8px!important;
  font-size:16px!important;
  line-height:1.1!important;
  letter-spacing:-.2px!important;
}
.franchise-text ul{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:4px 13px!important;
  margin:0 0 8px!important;
  padding:0!important;
  list-style:none!important;
  font-size:9.4px!important;
  line-height:1.15!important;
  font-weight:700!important;
}
.franchise-text li{white-space:normal!important;}
.franchise-text li:before{
  width:12px!important;
  height:12px!important;
  min-width:12px!important;
  font-size:8px!important;
  margin-right:4px!important;
  vertical-align:middle!important;
}
.franchise-text .btn{
  height:28px!important;
  min-height:28px!important;
  padding:0 18px!important;
  border-radius:18px!important;
  font-size:10.5px!important;
  line-height:28px!important;
  display:inline-flex!important;
  align-items:center!important;
}
.stats{
  gap:7px!important;
  display:grid!important;
}
.stats div{
  min-height:25px!important;
  padding:8px 10px 7px 42px!important;
  border-radius:9px!important;
  position:relative!important;
  box-shadow:0 8px 20px rgba(3,46,128,.08)!important;
}
.stats div:before{
  content:'';
  position:absolute;
  left:13px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%);
  border:2px solid var(--blue);
  border-radius:50%;
  opacity:.9;
}
.stats div:nth-child(2):before{border-radius:5px;}
.stats div:nth-child(3):before{border-radius:50% 50% 50% 0;transform:translateY(-50%) rotate(-45deg);}
.stats div:nth-child(4):before{border-radius:50%;}
.stats strong{
  font-size:16px!important;
  line-height:.95!important;
  margin:0!important;
}
.stats span{
  font-size:9.5px!important;
  line-height:1.05!important;
}
@media(max-width:900px){
  .franchise{grid-template-columns:1fr!important;width:min(1180px,92%)!important;}
  .franchise-card{height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;}
  .franchise-card img{position:relative!important;width:100%!important;height:210px!important;inset:auto!important;}
  .franchise-text{position:relative!important;width:auto!important;border-radius:0!important;padding:24px!important;}
  .franchise-text h2{font-size:24px!important;}
  .franchise-text ul{font-size:13px!important;gap:10px 16px!important;margin-bottom:18px!important;}
  .franchise-text .btn{height:auto!important;min-height:0!important;padding:12px 22px!important;font-size:14px!important;line-height:1.2!important;}
  .stats div{min-height:48px!important;padding:13px 17px!important;}
  .stats div:before{display:none;}
  .stats strong{font-size:22px!important;}
  .stats span{font-size:12px!important;}
}

/* v15: Bayilik bloğu mockup görüntüsüne göre yeniden düzenlendi */
.franchise{
  width:min(1045px,92%)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 138px!important;
  gap:13px!important;
  margin:14px auto 20px!important;
  align-items:stretch!important;
}
.franchise-card{
  position:relative!important;
  display:block!important;
  height:126px!important;
  min-height:126px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 7px 18px rgba(3,46,128,.10)!important;
}
.franchise-card img{
  position:absolute!important;
  right:0!important;
  top:0!important;
  bottom:0!important;
  width:68.5%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  z-index:1!important;
}
.franchise-text{
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:39.5%!important;
  z-index:2!important;
  color:#fff!important;
  background:linear-gradient(135deg,#0752bd 0%,#003ba9 100%)!important;
  border-radius:0 78px 78px 0!important;
  padding:11px 16px 10px 18px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.franchise-text h2{
  margin:0 0 7px!important;
  max-width:230px!important;
  color:#fff!important;
  font-size:15.2px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.15px!important;
}
.franchise-text ul{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:3px 11px!important;
  margin:0 0 8px!important;
  padding:0!important;
  list-style:none!important;
  font-size:8.8px!important;
  line-height:1.12!important;
  font-weight:700!important;
}
.franchise-text li{
  display:flex!important;
  align-items:flex-start!important;
  color:#fff!important;
  white-space:normal!important;
}
.franchise-text li:before{
  content:'✓'!important;
  display:inline-grid!important;
  place-items:center!important;
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  margin:0 4px 0 0!important;
  border:1px solid rgba(255,255,255,.9)!important;
  border-radius:50%!important;
  font-size:7px!important;
  line-height:1!important;
}
.franchise-text .btn{
  height:25px!important;
  min-height:25px!important;
  padding:0 17px!important;
  border-radius:16px!important;
  font-size:9.5px!important;
  line-height:25px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  box-shadow:none!important;
}
.stats{
  display:grid!important;
  grid-template-rows:repeat(4,1fr)!important;
  gap:7px!important;
}
.stats div{
  position:relative!important;
  min-height:0!important;
  height:auto!important;
  padding:7px 8px 6px 36px!important;
  border-radius:9px!important;
  background:#fff!important;
  border:1px solid #e5eef9!important;
  box-shadow:0 7px 18px rgba(3,46,128,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.stats div:before{
  content:''!important;
  position:absolute!important;
  left:11px!important;
  top:50%!important;
  width:17px!important;
  height:17px!important;
  transform:translateY(-50%)!important;
  border:2px solid var(--blue)!important;
  border-radius:50%!important;
  opacity:.95!important;
}
.stats div:nth-child(2):before{border-radius:4px!important;}
.stats div:nth-child(3):before{border-radius:50% 50% 50% 0!important;transform:translateY(-50%) rotate(-45deg)!important;}
.stats div:nth-child(4):before{border-radius:50%!important;}
.stats strong{
  display:block!important;
  color:var(--blue)!important;
  font-size:15.5px!important;
  line-height:1!important;
  font-weight:900!important;
  margin:0!important;
}
.stats span{
  display:block!important;
  color:#173675!important;
  font-size:8.5px!important;
  line-height:1.05!important;
  font-weight:700!important;
  margin-top:2px!important;
}
@media(max-width:900px){
  .franchise{grid-template-columns:1fr!important;width:min(1180px,92%)!important;}
  .franchise-card{height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;}
  .franchise-card img{position:relative!important;width:100%!important;height:210px!important;inset:auto!important;}
  .franchise-text{position:relative!important;width:auto!important;border-radius:0!important;padding:24px!important;}
  .franchise-text h2{font-size:24px!important;max-width:none!important;}
  .franchise-text ul{font-size:13px!important;gap:10px 16px!important;margin-bottom:18px!important;}
  .franchise-text li:before{width:18px!important;height:18px!important;min-width:18px!important;font-size:11px!important;margin-right:7px!important;}
  .franchise-text .btn{height:auto!important;min-height:0!important;padding:12px 22px!important;font-size:14px!important;line-height:1.2!important;}
  .stats{grid-template-rows:none!important;}
  .stats div{min-height:48px!important;padding:13px 17px!important;}
  .stats div:before{display:none!important;}
  .stats strong{font-size:22px!important;}
  .stats span{font-size:12px!important;}
}

/* v16: Kullanıcı isteğine göre düzeltmeler */
/* Bayilik bölümü: sol mavi alan + görsel ve sağ sayaçların toplam yüksekliği eşitlendi */
.franchise{
  width:min(1040px,92%)!important;
  grid-template-columns:minmax(0,1fr) 145px!important;
  gap:13px!important;
  align-items:stretch!important;
  margin:14px auto 20px!important;
}
.franchise-card{
  height:128px!important;
  min-height:128px!important;
  border-radius:9px!important;
}
.stats{
  height:128px!important;
  min-height:128px!important;
  display:grid!important;
  grid-template-rows:repeat(4,1fr)!important;
  gap:6px!important;
}
.stats div{
  min-height:0!important;
  height:100%!important;
  padding:6px 8px 6px 34px!important;
  border-radius:9px!important;
}
.stats div:before{
  left:10px!important;
  width:16px!important;
  height:16px!important;
}
.stats strong{font-size:15px!important;line-height:.95!important;}
.stats span{font-size:8.2px!important;line-height:1!important;}

/* Footer logo: mavi footer üzerinde net görünsün */
.footer-logo{
  width:150px!important;
  height:auto!important;
  max-height:54px!important;
  object-fit:contain!important;
  filter:none!important;
  display:block!important;
  margin-bottom:12px!important;
}

/* Hero altındaki özellik ikonları mockup'taki gibi mavi çizgi ikon olsun */
.features i{display:none!important;}
.features .feature-icon{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  color:var(--blue)!important;
}
.features .feature-icon svg{
  width:38px!important;
  height:38px!important;
  stroke:currentColor!important;
  stroke-width:2.4!important;
  fill:none!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  display:block!important;
}
.features article{gap:14px!important;align-items:flex-start!important;}
.features h3{font-size:15px!important;margin:0 0 6px!important;}
.features p{font-size:12.5px!important;line-height:1.35!important;}

@media(max-width:900px){
  .franchise,.stats{height:auto!important;min-height:0!important;}
  .franchise-card{height:auto!important;min-height:0!important;}
}

/* v17: Header güncellemesi - önerilen desktop + mobil 2 görünümü */
.site-header{z-index:2000!important;}
.header-inner{height:70px!important;gap:24px!important;}
.logo{display:flex;align-items:center;flex:0 0 auto;}
.logo img{width:158px!important;}
.main-nav{gap:26px!important;margin-left:auto!important;}
.nav-link{font-size:15.5px!important;letter-spacing:-.15px!important;}
.header-actions{gap:12px!important;position:relative;z-index:2100;}
.lang-dropdown{position:relative;display:flex;align-items:center;}
.language{height:44px!important;min-width:136px!important;border:1px solid #cfdef5!important;border-radius:15px!important;background:#fff!important;color:#06245f!important;font:800 15px Inter,Arial!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;box-shadow:0 8px 20px rgba(3,46,128,.06)!important;cursor:pointer!important;}
.language .flag{font-size:19px;line-height:1;}
.language .chev{font-size:17px;color:var(--blue);line-height:1;margin-left:2px;}
.lang-menu{position:absolute;top:calc(100% + 10px);right:0;width:158px;background:#fff;border:1px solid #e5eef9;border-radius:15px;box-shadow:0 20px 42px rgba(2,36,105,.17);padding:8px;display:grid;gap:4px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:.18s ease;z-index:2300;}
.lang-dropdown:hover .lang-menu,.lang-dropdown.open .lang-menu,.lang-dropdown:focus-within .lang-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}
.lang-menu a{display:flex;align-items:center;gap:10px;padding:12px 11px;border-radius:11px;color:#06245f;font-weight:800;font-size:14.5px;}
.lang-menu a:hover{background:#f2f7ff;color:var(--blue);}
.lang-menu .flag{font-size:18px;}
.dealer-btn{height:46px!important;padding:0 24px!important;border-radius:15px!important;background:linear-gradient(135deg,#075bd3 0%,#00399f 100%)!important;color:#fff!important;font-weight:900!important;letter-spacing:.1px!important;box-shadow:0 14px 25px rgba(6,75,180,.28)!important;gap:10px!important;}
.dealer-icon{width:22px;height:22px;border:2px solid rgba(255,255,255,.9);border-radius:6px;display:grid;place-items:center;font-size:0;position:relative;}
.dealer-icon:before{content:'';position:absolute;width:8px;height:6px;border:2px solid rgba(255,255,255,.95);border-bottom:0;border-radius:8px 8px 0 0;top:-8px;left:50%;transform:translateX(-50%);}
.dealer-icon:after{content:'';width:4px;height:4px;border-radius:50%;background:#fff;display:block;}
.mobile-toggle{width:44px;height:44px;border:0!important;background:#fff!important;color:var(--blue)!important;border-radius:12px!important;box-shadow:0 7px 18px rgba(3,46,128,.06)!important;align-items:center;justify-content:center;gap:5px;flex-direction:column;padding:0!important;}
.mobile-toggle span{width:24px;height:3px;background:var(--blue);border-radius:3px;display:block;}

@media(max-width:900px){
  .site-header{position:sticky!important;}
  .header-inner{width:min(100% - 24px,520px)!important;min-height:72px!important;height:72px!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:space-between!important;padding:0!important;}
  .mobile-toggle{display:flex!important;order:1;margin-left:0!important;flex:0 0 44px;}
  .logo{order:2;position:absolute;left:50%;transform:translateX(-50%);}
  .logo img{width:128px!important;}
  .header-actions{order:3;margin-left:auto!important;width:auto!important;justify-content:flex-end!important;gap:8px!important;}
  .language{height:42px!important;min-width:114px!important;border-radius:14px!important;padding:0 10px!important;font-size:14px!important;gap:6px!important;}
  .language .flag{font-size:17px;}
  .dealer-btn{height:42px!important;min-width:92px!important;border-radius:13px!important;padding:0 13px!important;font-size:14px!important;gap:8px!important;}
  .dealer-text{font-size:0;}
  .dealer-text:after{content:'Portal';font-size:14px;}
  .dealer-icon{width:18px;height:18px;border-radius:5px;border-width:2px;}
  .dealer-icon:before{width:7px;height:5px;top:-7px;border-width:2px;}
  .lang-menu{right:0;top:calc(100% + 8px);width:148px;border-radius:14px;}
  .main-nav{position:fixed!important;left:16px!important;right:16px!important;top:84px!important;width:auto!important;max-height:calc(100vh - 104px)!important;overflow:auto!important;display:grid!important;order:5!important;height:auto!important;border:1px solid #e5eef9!important;border-radius:18px!important;background:#fff!important;box-shadow:0 28px 60px rgba(2,36,105,.20)!important;padding:16px!important;gap:4px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;transition:.18s ease!important;z-index:2200!important;}
  .main-nav.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;}
  .nav-link{height:auto!important;padding:13px 12px!important;border-radius:12px!important;font-size:15px!important;display:flex!important;justify-content:space-between!important;}
  .nav-link.active:after{display:none!important;}
  .nav-link:hover,.nav-link.active{background:#f2f7ff!important;}
  .dropdown{display:block!important;height:auto!important;}
  .dropdown-menu{position:static!important;left:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:none!important;width:100%!important;box-shadow:none!important;border:0!important;border-radius:12px!important;background:#f4f9ff!important;margin:2px 0 6px!important;padding:8px!important;}
  .dropdown.open .dropdown-menu{display:grid!important;}
}
@media(max-width:430px){
  .header-inner{width:calc(100% - 18px)!important;gap:6px!important;}
  .logo img{width:118px!important;}
  .language{min-width:94px!important;font-size:0!important;}
  .language .lang-current{display:none!important;}
  .language .chev{font-size:15px!important;}
  .dealer-btn{min-width:82px!important;padding:0 10px!important;}
}

/* v18: Mobil header düzeltmesi - logo sola kaymadan görünür, dil seçici bayrak + Türkçe + ok olarak kalır */
@media(max-width:900px){
  .header-inner{
    width:calc(100% - 20px)!important;
    max-width:540px!important;
    height:72px!important;
    min-height:72px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:0!important;
  }
  .mobile-toggle{
    order:1!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
  }
  .logo{
    order:2!important;
    position:static!important;
    left:auto!important;
    transform:none!important;
    flex:0 0 auto!important;
    margin:0!important;
    z-index:2!important;
  }
  .logo img{
    width:126px!important;
    max-width:126px!important;
    height:auto!important;
    display:block!important;
  }
  .header-actions{
    order:3!important;
    flex:0 0 auto!important;
    width:auto!important;
    margin-left:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
  }
  .language{
    width:auto!important;
    min-width:118px!important;
    height:42px!important;
    border-radius:14px!important;
    padding:0 10px!important;
    gap:6px!important;
    font-size:14px!important;
    white-space:nowrap!important;
  }
  .language .flag{
    display:inline-flex!important;
    font-size:18px!important;
    line-height:1!important;
  }
  .language .lang-current{
    display:inline!important;
    font-size:14px!important;
  }
  .language .chev{
    display:inline!important;
    font-size:15px!important;
    margin-left:2px!important;
  }
  .dealer-btn{
    min-width:88px!important;
    height:42px!important;
    padding:0 12px!important;
    border-radius:13px!important;
    gap:7px!important;
  }
  .dealer-text{font-size:0!important;}
  .dealer-text:after{content:'Portal';font-size:14px!important;}
}

@media(max-width:480px){
  .header-inner{width:calc(100% - 12px)!important;gap:6px!important;}
  .mobile-toggle{width:39px!important;height:39px!important;flex-basis:39px!important;border-radius:11px!important;}
  .mobile-toggle span{width:22px!important;height:3px!important;}
  .logo img{width:112px!important;max-width:112px!important;}
  .header-actions{gap:6px!important;}
  .language{min-width:105px!important;height:40px!important;padding:0 8px!important;font-size:13px!important;}
  .language .flag{font-size:16px!important;}
  .language .lang-current{display:inline!important;font-size:13px!important;}
  .language .chev{display:inline!important;font-size:14px!important;}
  .dealer-btn{min-width:78px!important;height:40px!important;padding:0 9px!important;}
  .dealer-text:after{font-size:13px!important;}
  .dealer-icon{width:17px!important;height:17px!important;}
}

@media(max-width:370px){
  .logo img{width:98px!important;max-width:98px!important;}
  .language{min-width:94px!important;padding:0 7px!important;}
  .language .lang-current{font-size:12px!important;}
  .dealer-btn{min-width:70px!important;padding:0 7px!important;}
  .dealer-text:after{font-size:12px!important;}
}

/* v19: Dil seçimi bayrak ikonları gerçek görsel/CSS olarak sabitlendi */
.language .flag{display:none!important;}
.lang-menu .flag{display:none!important;}
.flag-icon{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:50%!important;
  display:inline-block!important;
  position:relative!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(6,75,180,.12)!important;
  vertical-align:middle!important;
}
.flag-tr{
  background:#e42128!important;
}
.flag-tr:before{
  content:''!important;
  position:absolute!important;
  width:12px!important;
  height:12px!important;
  border-radius:50%!important;
  background:#fff!important;
  left:5px!important;
  top:6px!important;
}
.flag-tr:after{
  content:''!important;
  position:absolute!important;
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  background:#e42128!important;
  left:8px!important;
  top:7px!important;
  box-shadow:7px 1px 0 -3px #fff!important;
}
.flag-gb{
  border-radius:50%!important;
  background:
    linear-gradient(0deg, transparent 42%, #fff 42% 58%, transparent 58%),
    linear-gradient(90deg, transparent 42%, #fff 42% 58%, transparent 58%),
    linear-gradient(32deg, transparent 45%, #fff 45% 55%, transparent 55%),
    linear-gradient(-32deg, transparent 45%, #fff 45% 55%, transparent 55%),
    #14489b!important;
}
.flag-gb:before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(0deg, transparent 46%, #d91f2b 46% 54%, transparent 54%),
    linear-gradient(90deg, transparent 46%, #d91f2b 46% 54%, transparent 54%)!important;
}
.language{
  min-width:142px!important;
}
.language .lang-current{
  display:inline!important;
  font-size:15px!important;
  font-weight:900!important;
}
.language .chev{
  display:inline-block!important;
  margin-left:3px!important;
  font-weight:900!important;
}
.lang-menu a .flag-icon{
  margin-right:2px!important;
}
@media(max-width:900px){
  .language{
    min-width:126px!important;
    padding:0 10px!important;
  }
  .language .lang-current{
    display:inline!important;
    font-size:14px!important;
  }
  .flag-icon{width:22px!important;height:22px!important;min-width:22px!important;}
}
@media(max-width:480px){
  .language{
    min-width:118px!important;
    padding:0 9px!important;
    gap:6px!important;
  }
  .language .lang-current{
    display:inline!important;
    font-size:13px!important;
  }
  .language .chev{display:inline-block!important;}
  .flag-icon{width:21px!important;height:21px!important;min-width:21px!important;}
}
@media(max-width:370px){
  .language{
    min-width:108px!important;
    padding:0 7px!important;
  }
  .language .lang-current{font-size:12.5px!important;}
  .flag-icon{width:20px!important;height:20px!important;min-width:20px!important;}
}

/* v20: Header son düzeltmeler - kaliteli SVG bayraklar, hizalı oklar, Bayi Girişi */
.drop-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  line-height:1!important;
}
.nav-chevron{
  width:14px!important;
  height:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:0!important;
  transform:translateY(1px)!important;
  flex:0 0 14px!important;
}
.nav-chevron svg{
  width:14px!important;
  height:14px!important;
  display:block!important;
}
.nav-chevron path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.4!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.flag-icon,.flag-tr,.flag-gb{display:none!important;}
.flag-img{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:inline-block!important;
  box-shadow:0 0 0 1px rgba(6,75,180,.13),0 4px 10px rgba(10,67,153,.10)!important;
}
.language{
  min-width:144px!important;
  height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 12px!important;
}
.language .lang-current{
  display:inline!important;
  font-size:15px!important;
  font-weight:900!important;
  color:#104b96!important;
}
.language .chev{
  width:14px!important;
  height:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:0!important;
  color:#104b96!important;
}
.language .chev svg{width:14px!important;height:14px!important;display:block!important;}
.language .chev path{fill:none!important;stroke:currentColor!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.lang-menu a{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.lang-menu a .flag-img{margin-right:0!important;}
.dealer-text{font-size:0!important;}
.dealer-text:after{content:'Bayi Girişi'!important;font-size:14px!important;}
.dealer-icon{font-size:0!important;}
.dealer-icon:after{content:'🔒';font-size:15px!important;line-height:1!important;}
@media(max-width:900px){
  .language{min-width:126px!important;height:42px!important;gap:7px!important;padding:0 10px!important;}
  .language .lang-current{display:inline!important;font-size:14px!important;}
  .flag-img{width:22px!important;height:22px!important;min-width:22px!important;}
  .dealer-btn{min-width:96px!important;}
  .dealer-text:after{content:'Giriş'!important;font-size:14px!important;}
  .drop-toggle{justify-content:flex-start!important;gap:7px!important;}
}
@media(max-width:480px){
  .language{min-width:118px!important;height:40px!important;gap:6px!important;padding:0 9px!important;}
  .language .lang-current{font-size:13px!important;}
  .flag-img{width:21px!important;height:21px!important;min-width:21px!important;}
  .dealer-btn{min-width:78px!important;padding:0 9px!important;}
  .dealer-text:after{content:'Giriş'!important;font-size:13px!important;}
}
@media(max-width:370px){
  .language{min-width:108px!important;padding:0 7px!important;}
  .language .lang-current{font-size:12.5px!important;}
  .flag-img{width:20px!important;height:20px!important;min-width:20px!important;}
}

/* v21: Dropdown ikonları mockup tarzı çizgisel SVG, bayraklar daha net, ok hizası iyileştirildi */
.dropdown-menu a{
  gap:11px!important;
  min-height:40px!important;
}
.dropdown-menu span:not(.menu-icon){display:none!important;}
.menu-icon{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#0753c8!important;
}
.menu-icon svg{
  width:21px!important;
  height:21px!important;
  display:block!important;
  overflow:visible!important;
}
.menu-icon svg path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.85!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
.drop-toggle{
  gap:5px!important;
}
.nav-chevron{
  width:13px!important;
  height:13px!important;
  flex-basis:13px!important;
  transform:translateY(1px)!important;
}
.nav-chevron svg{width:13px!important;height:13px!important;}
.nav-chevron path{stroke-width:2.7!important;}
.flag-img{
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  image-rendering:auto!important;
  shape-rendering:geometricPrecision!important;
  box-shadow:0 0 0 1px rgba(0,40,120,.10),0 4px 12px rgba(0,38,110,.12)!important;
}
.lang-menu .flag-img{width:24px!important;height:24px!important;min-width:24px!important;}
@media(max-width:900px){
  .menu-icon{width:21px!important;height:21px!important;min-width:21px!important;}
  .menu-icon svg{width:20px!important;height:20px!important;}
  .flag-img{width:24px!important;height:24px!important;min-width:24px!important;}
}
@media(max-width:480px){
  .flag-img{width:22px!important;height:22px!important;min-width:22px!important;}
}

/* V23: Donuk Ürünler için sade kar tanesi ikonu */
.menu-icon svg.icon-snow-simple circle{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}


/* V24: Donuk Ürünler ikonu kullanıcı referansındaki sade snowflake karakteri */
.snowflake-text{
  font-size:20px!important;
  font-family:"Segoe UI Symbol","Apple Color Emoji","Noto Color Emoji",Arial,sans-serif!important;
  line-height:1!important;
  font-weight:400!important;
  color:#0753c8!important;
  transform:translateY(0)!important;
}
.dropdown-menu a:hover .snowflake-text{color:#003eaa!important;}
@media(max-width:900px){.snowflake-text{font-size:19px!important;}}

/* V25: Mobil hero alanında ürün/dondurma görseli tekrar gösterildi.
   Masaüstü mockup korunur; sadece mobilde hero içine ürün görseli eklenir. */
@media(max-width:900px){
  .hero{
    height:650px!important;
    min-height:650px!important;
    position:relative!important;
  }
  .hero:before{
    content:'';
    position:absolute;
    left:50%;
    bottom:58px;
    transform:translateX(-50%);
    width:min(88vw,420px);
    height:255px;
    background:url('assets/hero_product_clean.png') center bottom/contain no-repeat;
    z-index:2;
    pointer-events:none;
    filter:drop-shadow(0 22px 32px rgba(0,34,96,.20));
  }
  .hero:after{
    z-index:1!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 42%,rgba(255,255,255,.16) 72%,rgba(255,255,255,.96) 100%)!important;
  }
  .hero-inner{z-index:3!important;}
  .hero-copy{padding-top:28px!important;}
  .slider-dots{bottom:42px!important;z-index:4!important;}
}
@media(max-width:560px){
  .hero{height:650px!important;min-height:650px!important;}
  .hero:before{
    width:92vw;
    height:240px;
    bottom:62px;
  }
  .hero-copy{padding-top:18px!important;}
  .hero-copy h1{font-size:28px!important;line-height:1.1!important;}
  .hero-copy p{max-width:92%;margin-left:auto!important;margin-right:auto!important;}
}
@media(max-width:390px){
  .hero{height:640px!important;min-height:640px!important;}
  .hero:before{height:218px;bottom:66px;}
  .hero-copy h1{font-size:25px!important;}
}

/* V26: Mobil header + dil seçimi kesin düzeltme */
.lang-dropdown{position:relative!important;display:inline-flex!important;align-items:center!important;}
.lang-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  width:158px!important;
  background:#fff!important;
  border:1px solid #e5eef9!important;
  border-radius:15px!important;
  box-shadow:0 20px 42px rgba(2,36,105,.17)!important;
  padding:8px!important;
  gap:4px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
  transition:.16s ease!important;
  z-index:9999!important;
}
.lang-dropdown.open .lang-menu,
.lang-dropdown:focus-within .lang-menu{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}
.lang-menu a{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  padding:11px 10px!important;
  min-height:42px!important;
  border-radius:11px!important;
  color:#06245f!important;
  font-weight:800!important;
  font-size:14px!important;
  line-height:1!important;
}
.flag-img,
.language .flag-img,
.lang-menu a .flag-img{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  max-width:24px!important;
  max-height:24px!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:inline-block!important;
  box-shadow:0 0 0 1px rgba(6,75,180,.13),0 4px 10px rgba(10,67,153,.10)!important;
}
.language{
  overflow:visible!important;
}
.language .chev svg{width:14px!important;height:14px!important;}
.dealer-btn .dealer-text:after{content:'Bayi Girişi'!important;}

@media (hover:hover) and (pointer:fine){
  .lang-dropdown:hover .lang-menu{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
}

@media(max-width:900px){
  body{overflow-x:hidden!important;}
  .site-header{position:sticky!important;top:0!important;z-index:10000!important;background:#fff!important;}
  .header-inner{
    width:100%!important;
    max-width:none!important;
    height:72px!important;
    min-height:72px!important;
    padding:0 10px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .mobile-toggle{
    order:1!important;
    display:flex!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
  }
  .logo{
    order:2!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    margin:0!important;
    z-index:1!important;
  }
  .logo img{
    width:126px!important;
    max-width:126px!important;
    height:auto!important;
  }
  .header-actions{
    order:3!important;
    position:relative!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    width:auto!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
  .language{
    min-width:118px!important;
    width:118px!important;
    height:42px!important;
    padding:0 8px!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    font-size:13.5px!important;
  }
  .language .lang-current{
    display:inline!important;
    font-size:13.5px!important;
    font-weight:900!important;
    line-height:1!important;
  }
  .language .flag-img{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    max-width:22px!important;
    max-height:22px!important;
  }
  .language .chev{
    display:inline-flex!important;
    width:13px!important;
    height:13px!important;
    margin-left:0!important;
  }
  .lang-dropdown:hover .lang-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(8px)!important;
  }
  .lang-dropdown.open .lang-menu,
  .lang-dropdown:focus-within .lang-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .lang-menu{
    top:calc(100% + 8px)!important;
    right:0!important;
    width:150px!important;
    position:absolute!important;
  }
  .lang-menu a .flag-img{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    max-width:22px!important;
    max-height:22px!important;
  }
  .dealer-btn{
    min-width:78px!important;
    height:42px!important;
    padding:0 10px!important;
    border-radius:13px!important;
    gap:6px!important;
  }
  .dealer-icon{width:18px!important;height:18px!important;min-width:18px!important;}
  .dealer-btn .dealer-text:after{content:'Giriş'!important;font-size:13.5px!important;}
  .main-nav{top:82px!important;}
}

@media(max-width:390px){
  .header-inner{padding:0 7px!important;gap:5px!important;}
  .mobile-toggle{width:39px!important;height:39px!important;flex-basis:39px!important;}
  .logo img{width:106px!important;max-width:106px!important;}
  .header-actions{gap:5px!important;}
  .language{width:108px!important;min-width:108px!important;height:39px!important;padding:0 6px!important;gap:5px!important;}
  .language .lang-current{font-size:12.5px!important;}
  .language .flag-img{width:21px!important;height:21px!important;min-width:21px!important;}
  .dealer-btn{min-width:72px!important;height:39px!important;padding:0 8px!important;}
  .dealer-btn .dealer-text:after{font-size:12.5px!important;}
}

/* V27: Mobil header logo hizalama düzeltmesi - logo artık dil butonunun altına kaymaz */
@media(max-width:900px){
  .header-inner{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    padding:0 10px!important;
    width:100%!important;
    height:72px!important;
    min-height:72px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  .mobile-toggle{
    order:1!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
  }
  .logo{
    order:2!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    flex:0 0 auto!important;
    margin:0 4px!important;
    z-index:3!important;
  }
  .logo img{
    width:126px!important;
    max-width:126px!important;
    height:auto!important;
    display:block!important;
  }
  .header-actions{
    order:3!important;
    position:relative!important;
    z-index:4!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    width:auto!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
  .language{
    width:118px!important;
    min-width:118px!important;
    height:42px!important;
  }
  .dealer-btn{
    min-width:78px!important;
    height:42px!important;
  }
}
@media(max-width:480px){
  .header-inner{padding:0 8px!important;gap:6px!important;}
  .mobile-toggle{width:39px!important;height:39px!important;flex-basis:39px!important;}
  .logo img{width:112px!important;max-width:112px!important;}
  .logo{margin:0 2px!important;}
  .header-actions{gap:5px!important;}
  .language{width:106px!important;min-width:106px!important;height:40px!important;padding:0 7px!important;}
  .language .lang-current{font-size:12.8px!important;}
  .language .flag-img{width:21px!important;height:21px!important;min-width:21px!important;}
  .dealer-btn{min-width:72px!important;height:40px!important;padding:0 8px!important;}
  .dealer-btn .dealer-text:after{content:'Giriş'!important;font-size:12.8px!important;}
}
@media(max-width:390px){
  .header-inner{padding:0 6px!important;gap:4px!important;}
  .mobile-toggle{width:38px!important;height:38px!important;flex-basis:38px!important;}
  .logo img{width:98px!important;max-width:98px!important;}
  .language{width:101px!important;min-width:101px!important;height:39px!important;padding:0 6px!important;gap:4px!important;}
  .language .lang-current{font-size:12px!important;}
  .language .flag-img{width:20px!important;height:20px!important;min-width:20px!important;}
  .dealer-btn{min-width:68px!important;height:39px!important;padding:0 7px!important;}
  .dealer-btn .dealer-text:after{font-size:12px!important;}
}

/* V29: IceLife premium centered logo header - only header updated */
.icelife-v29-header{
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
  background: transparent !important;
  padding: 12px 0 !important;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.icelife-v29-header .v29-header-inner{
  width: min(100% - 32px, 1520px) !important;
  min-height: 86px !important;
  height: 86px !important;
  margin: 0 auto !important;
  padding: 0 44px !important;
  display: grid !important;
  grid-template-columns: minmax(330px,1fr) auto minmax(330px,1fr) !important;
  align-items: center !important;
  gap: 24px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(207,219,238,.78) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 46px rgba(6,32,84,.11) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}
.icelife-v29-header .mobile-toggle{display:none !important;}
.icelife-v29-header .v29-left-nav{
  grid-column: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
.icelife-v29-header .v29-left-nav > .dropdown,
.icelife-v29-header .v29-left-nav > .nav-link{
  position: relative !important;
  padding: 0 24px !important;
}
.icelife-v29-header .v29-left-nav > .dropdown:first-child,
.icelife-v29-header .v29-left-nav > .nav-link:first-child{padding-left:0 !important;}
.icelife-v29-header .v29-left-nav > .dropdown:not(:last-child)::after,
.icelife-v29-header .v29-left-nav > .nav-link:not(:last-child)::after{
  content:""; position:absolute; right:0; top:50%; width:1px; height:32px; transform:translateY(-50%); background:#cfd8e8;
}
.icelife-v29-header .nav-link{
  color:#061f57 !important;
  font-size:18px !important;
  font-weight:800 !important;
  height: auto !important;
  padding: 0 !important;
  display:flex !important;
  align-items:center !important;
  gap: 9px !important;
  white-space:nowrap !important;
  background:transparent !important;
  border-radius:0 !important;
}
.icelife-v29-header .nav-link.active::after{display:none !important;}
.icelife-v29-header .nav-link:hover{color:#0056c9 !important;background:transparent !important;}
.icelife-v29-header .nav-chevron{width:14px!important;height:14px!important;margin-left:2px!important;display:inline-flex!important;align-items:center!important;color:currentColor!important;}
.icelife-v29-header .nav-chevron svg{width:14px!important;height:14px!important;display:block!important;}
.icelife-v29-header .nav-chevron path{fill:none!important;stroke:currentColor!important;stroke-width:2.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.icelife-v29-header .v29-logo{
  grid-column: 2 !important;
  justify-self: center !important;
  display:block !important;
  margin:0 !important;
  position:relative !important;
  left:auto!important; right:auto!important; top:auto!important;
  transform:none!important;
  width:auto!important;
  height:auto!important;
}
.icelife-v29-header .v29-logo img{
  width: 265px !important;
  max-width: 265px !important;
  height: auto !important;
  display:block !important;
}
.icelife-v29-header .v29-icon-actions{
  grid-column: 3 !important;
  justify-self: end !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:22px !important;
  width:auto !important;
  margin-left:0!important;
}
.icelife-v29-header .v29-lang{display:inline-flex!important;position:relative!important;}
.icelife-v29-header .v29-language{
  min-width: auto !important;
  height: auto !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#061f57 !important;
  font-size:17px !important;
  font-weight:900 !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  border-radius:0 !important;
}
.icelife-v29-header .v29-language:hover{color:#0056c9!important;}
.icelife-v29-header .v29-language .lang-current{display:inline!important;font-size:17px!important;letter-spacing:.01em!important;}
.icelife-v29-header .v29-language .chev{display:inline-flex!important;align-items:center!important;width:14px!important;height:14px!important;color:currentColor!important;}
.icelife-v29-header .v29-language .chev svg{width:14px!important;height:14px!important;display:block!important;}
.icelife-v29-header .v29-language .chev path{fill:none!important;stroke:currentColor!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.icelife-v29-header .v29-separator{display:block;width:1px;height:34px;background:#cfd8e8;margin:0 2px 0 4px;}
.icelife-v29-header .header-icon-btn{
  width: 34px !important;
  height: 34px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#061f57 !important;
  transition: transform .18s ease, color .18s ease;
}
.icelife-v29-header .header-icon-btn:hover{color:#0056c9!important;transform:translateY(-2px);}
.icelife-v29-header .header-icon-btn svg{width:32px;height:32px;display:block;}
.icelife-v29-header .header-icon-btn svg path,
.icelife-v29-header .header-icon-btn svg circle{
  fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round;
}
.icelife-v29-header .dropdown-menu{
  top: calc(100% + 22px) !important;
  left: 0 !important;
  transform: translateY(10px) !important;
  border-radius: 14px !important;
  border: 1px solid #e5eef9 !important;
  box-shadow:0 22px 48px rgba(5,36,90,.17)!important;
  background:#fff!important;
  z-index:10050!important;
}
.icelife-v29-header .dropdown:hover .dropdown-menu,
.icelife-v29-header .dropdown:focus-within .dropdown-menu{transform:translateY(0)!important;}
.icelife-v29-header .lang-menu{
  right:0!important; top:calc(100% + 16px)!important; width:150px!important; z-index:10060!important;
}
.icelife-v29-header .lang-menu a{font-size:14px!important;font-weight:800!important;}

@media (max-width: 1160px){
  .icelife-v29-header .v29-header-inner{grid-template-columns:minmax(270px,1fr) auto minmax(270px,1fr)!important;padding:0 24px!important;gap:18px!important;}
  .icelife-v29-header .v29-left-nav > .dropdown,.icelife-v29-header .v29-left-nav > .nav-link{padding:0 14px!important;}
  .icelife-v29-header .nav-link{font-size:16px!important;}
  .icelife-v29-header .v29-logo img{width:220px!important;max-width:220px!important;}
  .icelife-v29-header .v29-icon-actions{gap:14px!important;}
  .icelife-v29-header .header-icon-btn svg{width:28px;height:28px;}
}

@media (max-width: 900px){
  .icelife-v29-header{padding:8px 0!important;background:transparent!important;}
  .icelife-v29-header .v29-header-inner{
    width: calc(100% - 18px) !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 14px !important;
    grid-template-columns: 44px 1fr auto !important;
    gap: 8px !important;
    border-radius: 15px !important;
  }
  .icelife-v29-header .mobile-toggle{
    display:flex!important; grid-column:1!important; order:0!important;
    width:42px!important;height:42px!important;flex-basis:42px!important;
    background:transparent!important;box-shadow:none!important;border:0!important;border-radius:10px!important;
    padding:0!important;margin:0!important;
  }
  .icelife-v29-header .mobile-toggle span{width:26px!important;height:3px!important;background:#061f57!important;}
  .icelife-v29-header .v29-logo{grid-column:2!important;justify-self:center!important;z-index:2!important;}
  .icelife-v29-header .v29-logo img{width:184px!important;max-width:184px!important;}
  .icelife-v29-header .v29-icon-actions{grid-column:3!important;gap:12px!important;justify-self:end!important;}
  .icelife-v29-header .v29-lang{display:none!important;}
  .icelife-v29-header .v29-separator{display:none!important;}
  .icelife-v29-header .header-icon-btn{width:31px!important;height:31px!important;}
  .icelife-v29-header .header-icon-btn svg{width:27px!important;height:27px!important;}
  .icelife-v29-header .v29-left-nav{
    position:fixed!important; left:12px!important; right:12px!important; top:88px!important; width:auto!important;
    max-height:calc(100vh - 104px)!important; overflow:auto!important;
    display:grid!important; height:auto!important; padding:14px!important; gap:4px!important;
    background:#fff!important; border:1px solid #e5eef9!important; border-radius:18px!important;
    box-shadow:0 28px 60px rgba(2,36,105,.20)!important;
    opacity:0!important; visibility:hidden!important; pointer-events:none!important; transform:translateY(-10px)!important;
    transition:.18s ease!important; z-index:10040!important;
  }
  .icelife-v29-header .v29-left-nav.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;}
  .icelife-v29-header .v29-left-nav > .dropdown,.icelife-v29-header .v29-left-nav > .nav-link{padding:0!important;}
  .icelife-v29-header .v29-left-nav > .dropdown::after,.icelife-v29-header .v29-left-nav > .nav-link::after{display:none!important;}
  .icelife-v29-header .nav-link{height:auto!important;padding:13px 12px!important;border-radius:12px!important;font-size:15px!important;display:flex!important;justify-content:space-between!important;background:transparent!important;}
  .icelife-v29-header .nav-link:hover,.icelife-v29-header .nav-link.active{background:#f2f7ff!important;}
  .icelife-v29-header .dropdown-menu{position:static!important;left:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:none!important;width:100%!important;box-shadow:none!important;border:0!important;border-radius:12px!important;background:#f4f9ff!important;margin:2px 0 6px!important;padding:8px!important;}
  .icelife-v29-header .dropdown.open .dropdown-menu{display:grid!important;}
}

@media (max-width: 520px){
  .icelife-v29-header .v29-header-inner{width:calc(100% - 10px)!important;padding:0 10px!important;gap:5px!important;grid-template-columns:38px 1fr auto!important;}
  .icelife-v29-header .mobile-toggle{width:38px!important;height:38px!important;flex-basis:38px!important;}
  .icelife-v29-header .mobile-toggle span{width:24px!important;}
  .icelife-v29-header .v29-logo img{width:142px!important;max-width:142px!important;}
  .icelife-v29-header .v29-icon-actions{gap:7px!important;}
  .icelife-v29-header .header-icon-btn{width:25px!important;height:25px!important;}
  .icelife-v29-header .header-icon-btn svg{width:23px!important;height:23px!important;}
}
@media (max-width: 380px){
  .icelife-v29-header .v29-logo img{width:126px!important;max-width:126px!important;}
  .icelife-v29-header .v29-icon-actions{gap:5px!important;}
  .icelife-v29-header .header-icon-btn{width:23px!important;height:23px!important;}
  .icelife-v29-header .header-icon-btn svg{width:21px!important;height:21px!important;}
}

/* V30: Header tam genişlik - oval container kaldırıldı */
.icelife-v29-header{
  padding:0!important;
  background:#f7f5f4!important;
  box-shadow:0 1px 0 rgba(0,0,0,.04)!important;
}
.icelife-v29-header .v29-header-inner{
  width:100%!important;
  max-width:none!important;
  height:74px!important;
  min-height:74px!important;
  margin:0!important;
  padding:0 58px!important;
  background:#f7f5f4!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  grid-template-columns:minmax(360px,1fr) auto minmax(360px,1fr)!important;
}
.icelife-v29-header .v29-logo img{
  width:210px!important;
  max-width:210px!important;
}
.icelife-v29-header .nav-link{
  color:#111827!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
.icelife-v29-header .v29-left-nav > .dropdown,
.icelife-v29-header .v29-left-nav > .nav-link{
  padding:0 24px!important;
}
.icelife-v29-header .v29-left-nav > .dropdown:first-child{padding-left:0!important;}
.icelife-v29-header .v29-left-nav > .dropdown:not(:last-child)::after,
.icelife-v29-header .v29-left-nav > .nav-link:not(:last-child)::after{
  background:#d8d8d8!important;
  height:30px!important;
}
.icelife-v29-header .v29-icon-actions{
  gap:18px!important;
}
.icelife-v29-header .v29-language{
  color:#111827!important;
  font-size:15px!important;
  font-weight:800!important;
}
.icelife-v29-header .v29-separator{
  background:#d4d4d4!important;
  height:30px!important;
  margin:0 8px 0 6px!important;
}
.icelife-v29-header .header-icon-btn{
  color:#111827!important;
  width:29px!important;
  height:29px!important;
}
.icelife-v29-header .header-icon-btn svg{
  width:27px!important;
  height:27px!important;
}
.icelife-v29-header .dropdown-menu{
  top:calc(100% + 8px)!important;
}
.icelife-v29-header .lang-menu{
  top:calc(100% + 8px)!important;
}

@media (max-width:1160px){
  .icelife-v29-header .v29-header-inner{
    padding:0 28px!important;
    grid-template-columns:minmax(270px,1fr) auto minmax(270px,1fr)!important;
  }
  .icelife-v29-header .v29-logo img{width:184px!important;max-width:184px!important;}
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{padding:0 14px!important;}
  .icelife-v29-header .v29-icon-actions{gap:12px!important;}
}
@media (max-width:900px){
  .icelife-v29-header{
    padding:0!important;
    background:#fff!important;
    box-shadow:0 2px 14px rgba(0,25,70,.06)!important;
  }
  .icelife-v29-header .v29-header-inner{
    width:100%!important;
    max-width:none!important;
    height:72px!important;
    min-height:72px!important;
    padding:0 18px!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    border:0!important;
    grid-template-columns:44px 1fr auto!important;
  }
  .icelife-v29-header .v29-logo img{width:154px!important;max-width:154px!important;}
  .icelife-v29-header .v29-left-nav{top:82px!important;}
}
@media (max-width:520px){
  .icelife-v29-header .v29-header-inner{
    width:100%!important;
    padding:0 10px!important;
    grid-template-columns:38px 1fr auto!important;
  }
  .icelife-v29-header .v29-logo img{width:132px!important;max-width:132px!important;}
  .icelife-v29-header .v29-icon-actions{gap:6px!important;}
  .icelife-v29-header .header-icon-btn{width:24px!important;height:24px!important;}
  .icelife-v29-header .header-icon-btn svg{width:22px!important;height:22px!important;}
}

/* V31: Header yazıları Kechy tarzı daha ince ve premium görünüm */
.icelife-v29-header .nav-link,
.icelife-v29-header .v29-language,
.icelife-v29-header .lang-menu a,
.icelife-v29-header .dropdown-menu a{
  font-weight:500!important;
  letter-spacing:.015em!important;
}
.icelife-v29-header .nav-link{
  font-size:14.5px!important;
  color:#2f3338!important;
}
.icelife-v29-header .v29-language{
  font-size:14.5px!important;
  color:#2f3338!important;
}
.icelife-v29-header .dropdown-menu a{
  font-size:13.5px!important;
  color:#24324a!important;
}
.icelife-v29-header .lang-menu a{
  font-size:13.5px!important;
  color:#24324a!important;
}
.icelife-v29-header .nav-link:hover,
.icelife-v29-header .v29-language:hover,
.icelife-v29-header .dropdown-menu a:hover,
.icelife-v29-header .lang-menu a:hover{
  color:#064bb4!important;
}
.icelife-v29-header .nav-chevron svg,
.icelife-v29-header .v29-language .chev svg,
.icelife-v29-header .header-icon-btn svg,
.icelife-v29-header .menu-icon svg{
  stroke-width:1.65!important;
}
.icelife-v29-header .header-icon-btn{
  color:#20242b!important;
}
.icelife-v29-header .header-icon-btn:hover{
  color:#064bb4!important;
  transform:translateY(-1px);
}
.icelife-v29-header .v29-left-nav > .dropdown,
.icelife-v29-header .v29-left-nav > .nav-link{
  padding-left:22px!important;
  padding-right:22px!important;
}
.icelife-v29-header .v29-left-nav > .dropdown:first-child{
  padding-left:0!important;
}
.icelife-v29-header .v29-logo img{
  width:205px!important;
  max-width:205px!important;
}
@media (max-width:1160px){
  .icelife-v29-header .nav-link,
  .icelife-v29-header .v29-language{font-size:14px!important;}
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{padding-left:13px!important;padding-right:13px!important;}
}
@media (max-width:900px){
  .icelife-v29-header .v29-logo img{width:154px!important;max-width:154px!important;}
  .icelife-v29-header .nav-link{font-size:14.5px!important;font-weight:500!important;}
}
@media (max-width:520px){
  .icelife-v29-header .v29-logo img{width:132px!important;max-width:132px!important;}
}

/* V32: Şeffaf PNG logo + premium sticky header + mobil dil görünürlüğü */
.icelife-v29-header{
  position: sticky!important;
  top: 0!important;
  z-index: 10000!important;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease!important;
}
.icelife-v29-header .v29-header-inner{
  transition: height .25s ease, min-height .25s ease, padding .25s ease!important;
}
.icelife-v29-header .v29-logo img{
  display:block!important;
  height:auto!important;
  width:206px!important;
  max-width:206px!important;
  object-fit:contain!important;
  transition: width .25s ease!important;
}
.icelife-v29-header .nav-link,
.icelife-v29-header .v29-language,
.icelife-v29-header .dropdown-menu a,
.icelife-v29-header .lang-menu a{
  font-weight:500!important;
  letter-spacing:.025em!important;
}
.icelife-v29-header .nav-link,
.icelife-v29-header .v29-language{
  font-size:14.25px!important;
  color:#2c3035!important;
}
.icelife-v29-header .header-icon-btn svg,
.icelife-v29-header .nav-chevron svg,
.icelife-v29-header .v29-language .chev svg{
  stroke-width:1.55!important;
}
.icelife-v29-header .header-icon-btn{
  color:#111827!important;
  opacity:.94!important;
}
.icelife-v29-header.scrolled{
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 6px 22px rgba(0,32,80,.08)!important;
  backdrop-filter: blur(12px)!important;
  -webkit-backdrop-filter: blur(12px)!important;
}
.icelife-v29-header.scrolled .v29-header-inner{
  height:64px!important;
  min-height:64px!important;
}
.icelife-v29-header.scrolled .v29-logo img{
  width:178px!important;
  max-width:178px!important;
}

@media (max-width:900px){
  .icelife-v29-header .v29-header-inner{
    grid-template-columns:42px minmax(96px,1fr) auto!important;
    height:70px!important;
    min-height:70px!important;
    padding:0 12px!important;
  }
  .icelife-v29-header.scrolled .v29-header-inner{
    height:62px!important;
    min-height:62px!important;
  }
  .icelife-v29-header .v29-logo{
    justify-self:center!important;
    align-self:center!important;
  }
  .icelife-v29-header .v29-logo img{
    width:142px!important;
    max-width:142px!important;
  }
  .icelife-v29-header.scrolled .v29-logo img{
    width:126px!important;
    max-width:126px!important;
  }
  .icelife-v29-header .v29-icon-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    width:auto!important;
  }
  .icelife-v29-header .v29-lang{
    display:inline-flex!important;
  }
  .icelife-v29-header .v29-language{
    width:54px!important;
    min-width:54px!important;
    height:34px!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
    padding:0!important;
    gap:4px!important;
    font-size:0!important;
    color:#111827!important;
  }
  .icelife-v29-header .v29-language .lang-current{
    display:inline-block!important;
    font-size:13px!important;
    font-weight:500!important;
    letter-spacing:.03em!important;
  }
  .icelife-v29-header .v29-language .lang-current::before{
    content:'TR';
  }
  .icelife-v29-header .v29-language .lang-current{
    color:transparent!important;
    width:18px!important;
    overflow:hidden!important;
    position:relative!important;
  }
  .icelife-v29-header .v29-language .lang-current::before{
    color:#111827!important;
    position:absolute!important;
    left:0!important;
    top:0!important;
  }
  .icelife-v29-header .v29-language .chev{
    display:inline-flex!important;
    color:#111827!important;
  }
  .icelife-v29-header .v29-language .chev svg{
    width:11px!important;
    height:11px!important;
  }
  .icelife-v29-header .v29-separator{
    display:none!important;
  }
  .icelife-v29-header .header-icon-btn{
    width:25px!important;
    height:25px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .icelife-v29-header .header-icon-btn svg{
    width:22px!important;
    height:22px!important;
  }
  .icelife-v29-header .lang-menu{
    right:0!important;
    top:calc(100% + 8px)!important;
    width:132px!important;
  }
}
@media (max-width:520px){
  .icelife-v29-header .v29-header-inner{
    grid-template-columns:36px minmax(82px,1fr) auto!important;
    padding:0 8px!important;
    gap:4px!important;
  }
  .icelife-v29-header .mobile-toggle{
    width:36px!important;
    height:36px!important;
    flex-basis:36px!important;
  }
  .icelife-v29-header .v29-logo img{
    width:124px!important;
    max-width:124px!important;
  }
  .icelife-v29-header.scrolled .v29-logo img{
    width:112px!important;
    max-width:112px!important;
  }
  .icelife-v29-header .v29-icon-actions{
    gap:4px!important;
  }
  .icelife-v29-header .v29-language{
    width:45px!important;
    min-width:45px!important;
    height:32px!important;
  }
  .icelife-v29-header .v29-language .lang-current::before{
    font-size:12px!important;
  }
  .icelife-v29-header .header-icon-btn{
    width:22px!important;
    height:22px!important;
  }
  .icelife-v29-header .header-icon-btn svg{
    width:19px!important;
    height:19px!important;
  }
}
@media (max-width:380px){
  .icelife-v29-header .v29-logo img{width:108px!important;max-width:108px!important;}
  .icelife-v29-header .v29-language{width:38px!important;min-width:38px!important;}
  .icelife-v29-header .v29-language .chev{display:none!important;}
  .icelife-v29-header .header-icon-btn{width:20px!important;height:20px!important;}
  .icelife-v29-header .header-icon-btn svg{width:18px!important;height:18px!important;}
}

/* V33: Kechy benzeri tam genişlik header ince tipografi + mobil menü sol hizalı */
.icelife-v29-header{
  background:#f7f5f4!important;
  border-bottom:1px solid rgba(0,0,0,.06)!important;
  box-shadow:none!important;
}
.icelife-v29-header .v29-header-inner{
  height:76px!important;
  min-height:76px!important;
  padding-left:38px!important;
  padding-right:38px!important;
  grid-template-columns:minmax(360px,1fr) auto minmax(360px,1fr)!important;
}
.icelife-v29-header .v29-left-nav{
  justify-self:start!important;
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;
  gap:0!important;
}
.icelife-v29-header .v29-left-nav > .dropdown,
.icelife-v29-header .v29-left-nav > .nav-link{
  padding-left:22px!important;
  padding-right:22px!important;
}
.icelife-v29-header .v29-left-nav > .dropdown:first-child{
  padding-left:0!important;
}
.icelife-v29-header .nav-link,
.icelife-v29-header .v29-language{
  font-weight:400!important;
  font-size:14px!important;
  letter-spacing:.015em!important;
  color:#2d2d2d!important;
  text-transform:none!important;
}
.icelife-v29-header .v29-language .lang-current{
  font-weight:400!important;
}
.icelife-v29-header .v29-icon-actions{
  justify-self:end!important;
  gap:20px!important;
}
.icelife-v29-header .header-icon-btn{
  color:#111!important;
  width:28px!important;
  height:28px!important;
}
.icelife-v29-header .header-icon-btn svg{
  width:25px!important;
  height:25px!important;
}
.icelife-v29-header .v29-separator{
  margin:0 10px 0 6px!important;
  background:#cfcfcf!important;
}
.icelife-v29-header .dropdown-menu a,
.icelife-v29-header .lang-menu a{
  font-weight:400!important;
  text-align:left!important;
}
.icelife-v29-header.scrolled .v29-header-inner{
  height:66px!important;
  min-height:66px!important;
}

@media (max-width:1160px){
  .icelife-v29-header .v29-header-inner{
    padding-left:24px!important;
    padding-right:24px!important;
    grid-template-columns:minmax(270px,1fr) auto minmax(270px,1fr)!important;
  }
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .icelife-v29-header .v29-icon-actions{gap:13px!important;}
}

@media (max-width:900px){
  .icelife-v29-header .v29-header-inner{
    height:70px!important;
    min-height:70px!important;
    padding-left:14px!important;
    padding-right:14px!important;
    grid-template-columns:44px minmax(110px,1fr) auto!important;
  }
  .icelife-v29-header .v29-left-nav{
    left:0!important;
    right:auto!important;
    top:70px!important;
    width:min(360px,86vw)!important;
    padding:24px 28px!important;
    align-items:stretch!important;
    text-align:left!important;
  }
  .icelife-v29-header .v29-left-nav.open{
    display:grid!important;
  }
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    width:100%!important;
    padding:0!important;
    text-align:left!important;
  }
  .icelife-v29-header .nav-link{
    justify-content:space-between!important;
    text-align:left!important;
    padding:16px 0!important;
    border-radius:0!important;
    font-size:17px!important;
    color:#111!important;
    border-bottom:1px solid #e8e8e8!important;
    width:100%!important;
  }
  .icelife-v29-header .v29-left-nav > .nav-link:last-child{
    border-bottom:0!important;
  }
  .icelife-v29-header .dropdown-menu{
    background:transparent!important;
    padding:4px 0 10px 0!important;
    margin:0!important;
    text-align:left!important;
  }
  .icelife-v29-header .dropdown-menu a{
    justify-content:flex-start!important;
    text-align:left!important;
    padding:10px 0!important;
  }
  .icelife-v29-header .v29-language,
  .icelife-v29-header .v29-language .lang-current,
  .icelife-v29-header .v29-language .lang-current::before{
    font-weight:400!important;
  }
}

@media (max-width:520px){
  .icelife-v29-header .v29-header-inner{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .icelife-v29-header .v29-left-nav{
    width:88vw!important;
    padding:22px 24px!important;
  }
}

/* V34: Header son düzen - menü sırası, daha dengeli yükseklik ve tipografi */
.icelife-v29-header{
  background:#fff!important;
  border-bottom:1px solid rgba(0,0,0,.06)!important;
  box-shadow:none!important;
  padding:0!important;
}
.icelife-v29-header .v29-header-inner{
  width:100%!important;
  max-width:none!important;
  height:94px!important;
  min-height:94px!important;
  padding:0 38px!important;
  margin:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:grid!important;
  grid-template-columns:minmax(390px,1fr) auto minmax(390px,1fr)!important;
  align-items:center!important;
}
.icelife-v29-header.scrolled{
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 7px 22px rgba(0,0,0,.08)!important;
}
.icelife-v29-header.scrolled .v29-header-inner{
  height:76px!important;
  min-height:76px!important;
}
.icelife-v29-header .v29-logo{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.icelife-v29-header .v29-logo img{
  width:210px!important;
  max-width:210px!important;
  height:auto!important;
  display:block!important;
}
.icelife-v29-header.scrolled .v29-logo img{
  width:180px!important;
  max-width:180px!important;
}
.icelife-v29-header .v29-left-nav{
  justify-self:start!important;
  justify-content:flex-start!important;
  gap:0!important;
}
.icelife-v29-header .v29-left-nav > .dropdown,
.icelife-v29-header .v29-left-nav > .nav-link{
  padding:0 24px!important;
}
.icelife-v29-header .v29-left-nav > .dropdown:first-child,
.icelife-v29-header .v29-left-nav > .nav-link:first-child{
  padding-left:0!important;
}
.icelife-v29-header .v29-left-nav > .dropdown:not(:last-child)::after,
.icelife-v29-header .v29-left-nav > .nav-link:not(:last-child)::after{
  background:#d7d7d7!important;
  height:30px!important;
}
.icelife-v29-header .nav-link,
.icelife-v29-header .v29-language{
  font-size:14px!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
  color:#222!important;
  text-transform:none!important;
}
.icelife-v29-header .v29-language .lang-current{
  font-size:14px!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
}
.icelife-v29-header .nav-chevron{
  margin-left:7px!important;
}
.icelife-v29-header .nav-chevron svg,
.icelife-v29-header .v29-language .chev svg{
  width:13px!important;
  height:13px!important;
}
.icelife-v29-header .nav-chevron path,
.icelife-v29-header .v29-language .chev path{
  stroke-width:1.8!important;
}
.icelife-v29-header .v29-icon-actions{
  justify-self:end!important;
  gap:20px!important;
}
.icelife-v29-header .v29-separator{
  background:#d5d5d5!important;
  height:31px!important;
  margin:0 10px 0 8px!important;
}
.icelife-v29-header .header-icon-btn{
  color:#111!important;
  width:29px!important;
  height:29px!important;
}
.icelife-v29-header .header-icon-btn svg{
  width:25px!important;
  height:25px!important;
}
.icelife-v29-header .header-icon-btn svg path,
.icelife-v29-header .header-icon-btn svg circle{
  stroke-width:1.65!important;
}
.icelife-v29-header .dropdown-menu{
  top:calc(100% + 10px)!important;
  left:0!important;
  transform:translateY(10px)!important;
}
.icelife-v29-header .dropdown:hover .dropdown-menu,
.icelife-v29-header .dropdown:focus-within .dropdown-menu,
.icelife-v29-header .dropdown.open .dropdown-menu{
  transform:translateY(0)!important;
}
.icelife-v29-header .dropdown-menu a,
.icelife-v29-header .lang-menu a{
  font-weight:400!important;
  text-align:left!important;
}

@media (max-width:1160px){
  .icelife-v29-header .v29-header-inner{
    grid-template-columns:minmax(270px,1fr) auto minmax(270px,1fr)!important;
    padding:0 24px!important;
  }
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .icelife-v29-header .v29-logo img{width:185px!important;max-width:185px!important;}
  .icelife-v29-header .v29-icon-actions{gap:13px!important;}
}

@media (max-width:900px){
  .icelife-v29-header .v29-header-inner{
    height:72px!important;
    min-height:72px!important;
    padding:0 14px!important;
    grid-template-columns:44px minmax(112px,1fr) auto!important;
  }
  .icelife-v29-header.scrolled .v29-header-inner{
    height:64px!important;
    min-height:64px!important;
  }
  .icelife-v29-header .v29-logo img{width:148px!important;max-width:148px!important;}
  .icelife-v29-header.scrolled .v29-logo img{width:128px!important;max-width:128px!important;}
  .icelife-v29-header .v29-icon-actions{gap:8px!important;}
  .icelife-v29-header .v29-left-nav{
    left:0!important;
    right:auto!important;
    top:72px!important;
    width:min(360px,86vw)!important;
    padding:24px 28px!important;
    text-align:left!important;
    align-items:stretch!important;
  }
  .icelife-v29-header .v29-left-nav.open{display:grid!important;}
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    width:100%!important;
    padding:0!important;
    text-align:left!important;
  }
  .icelife-v29-header .nav-link{
    justify-content:space-between!important;
    padding:16px 0!important;
    border-radius:0!important;
    border-bottom:1px solid #e6e6e6!important;
    font-size:17px!important;
    text-align:left!important;
  }
  .icelife-v29-header .v29-left-nav > .nav-link:last-child{border-bottom:0!important;}
  .icelife-v29-header .dropdown-menu{
    position:static!important;
    left:auto!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:none!important;
    width:100%!important;
    box-shadow:none!important;
    border:0!important;
    background:transparent!important;
    margin:0!important;
    padding:4px 0 10px 0!important;
    text-align:left!important;
  }
  .icelife-v29-header .dropdown.open .dropdown-menu{display:grid!important;}
  .icelife-v29-header .dropdown-menu a{
    justify-content:flex-start!important;
    text-align:left!important;
    padding:10px 0!important;
  }
  .icelife-v29-header .v29-language,
  .icelife-v29-header .v29-language .lang-current,
  .icelife-v29-header .v29-language .lang-current::before{
    font-weight:400!important;
  }
}

@media (max-width:520px){
  .icelife-v29-header .v29-header-inner{
    padding:0 10px!important;
    grid-template-columns:38px minmax(86px,1fr) auto!important;
    gap:4px!important;
  }
  .icelife-v29-header .v29-logo img{width:126px!important;max-width:126px!important;}
  .icelife-v29-header.scrolled .v29-logo img{width:112px!important;max-width:112px!important;}
  .icelife-v29-header .v29-icon-actions{gap:5px!important;}
  .icelife-v29-header .header-icon-btn{width:22px!important;height:22px!important;}
  .icelife-v29-header .header-icon-btn svg{width:20px!important;height:20px!important;}
  .icelife-v29-header .v29-language{width:39px!important;min-width:39px!important;}
}

/* V35: Sticky olduğunda IceLife mavisi header + beyaz menüler/logo */
.icelife-v29-header{
  background:#fff!important;
  transition:background .28s ease, box-shadow .28s ease, border-color .28s ease!important;
}
.icelife-v29-header .v29-header-inner{
  height:112px!important;
  min-height:112px!important;
  transition:height .28s ease, min-height .28s ease, background .28s ease!important;
}
.icelife-v29-header .v29-logo{
  flex-direction:column!important;
  gap:3px!important;
  text-decoration:none!important;
}
.icelife-v29-header .v29-logo img.logo-dark,
.icelife-v29-header .v29-logo img.logo-light{
  width:214px!important;
  max-width:214px!important;
  height:auto!important;
  display:block!important;
  transition:width .28s ease, opacity .2s ease!important;
}
.icelife-v29-header .v29-logo img.logo-light{display:none!important;}
.icelife-v29-header .logo-slogan{
  display:block!important;
  position:relative!important;
  color:#064bb4!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:19px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.02em!important;
  line-height:1!important;
  padding:0 48px!important;
  white-space:nowrap!important;
  transition:color .28s ease, font-size .28s ease!important;
}
.icelife-v29-header .logo-slogan::before,
.icelife-v29-header .logo-slogan::after{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  width:38px!important;
  height:1px!important;
  background:#064bb4!important;
  opacity:.78!important;
  transition:background .28s ease!important;
}
.icelife-v29-header .logo-slogan::before{left:0!important;}
.icelife-v29-header .logo-slogan::after{right:0!important;}
.icelife-v29-header.scrolled{
  background:#0B4BC5!important;
  border-bottom-color:rgba(255,255,255,.16)!important;
  box-shadow:0 12px 32px rgba(0,38,110,.23)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.icelife-v29-header.scrolled .v29-header-inner{
  height:88px!important;
  min-height:88px!important;
  background:#0B4BC5!important;
}
.icelife-v29-header.scrolled .v29-logo img.logo-dark{display:none!important;}
.icelife-v29-header.scrolled .v29-logo img.logo-light{display:block!important;width:184px!important;max-width:184px!important;}
.icelife-v29-header.scrolled .logo-slogan{
  color:#fff!important;
  font-size:16px!important;
  opacity:.96!important;
}
.icelife-v29-header.scrolled .logo-slogan::before,
.icelife-v29-header.scrolled .logo-slogan::after{
  background:#fff!important;
  opacity:.62!important;
}
.icelife-v29-header.scrolled .nav-link,
.icelife-v29-header.scrolled .v29-language,
.icelife-v29-header.scrolled .v29-language .lang-current,
.icelife-v29-header.scrolled .v29-language .chev,
.icelife-v29-header.scrolled .header-icon-btn{
  color:#fff!important;
}
.icelife-v29-header.scrolled .v29-left-nav > .dropdown:not(:last-child)::after,
.icelife-v29-header.scrolled .v29-left-nav > .nav-link:not(:last-child)::after,
.icelife-v29-header.scrolled .v29-separator{
  background:rgba(255,255,255,.38)!important;
}
.icelife-v29-header.scrolled .nav-link:hover,
.icelife-v29-header.scrolled .v29-language:hover,
.icelife-v29-header.scrolled .header-icon-btn:hover{
  color:#eaf3ff!important;
}
.icelife-v29-header.scrolled .mobile-toggle span{background:#fff!important;}

@media(max-width:1160px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{width:188px!important;max-width:188px!important;}
  .icelife-v29-header.scrolled .v29-logo img.logo-light{width:166px!important;max-width:166px!important;}
  .icelife-v29-header .logo-slogan{font-size:17px!important;padding:0 38px!important;}
  .icelife-v29-header .logo-slogan::before,.icelife-v29-header .logo-slogan::after{width:30px!important;}
}
@media(max-width:900px){
  .icelife-v29-header .v29-header-inner{height:78px!important;min-height:78px!important;}
  .icelife-v29-header.scrolled .v29-header-inner{height:68px!important;min-height:68px!important;}
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{width:140px!important;max-width:140px!important;}
  .icelife-v29-header.scrolled .v29-logo img.logo-light{width:122px!important;max-width:122px!important;}
  .icelife-v29-header .logo-slogan{font-size:12px!important;padding:0 24px!important;}
  .icelife-v29-header .logo-slogan::before,.icelife-v29-header .logo-slogan::after{width:18px!important;}
  .icelife-v29-header.scrolled .logo-slogan{font-size:11px!important;}
  .icelife-v29-header.scrolled .v29-language .lang-current::before{color:#fff!important;}
  .icelife-v29-header.scrolled .v29-left-nav{
    background:#fff!important;
  }
  .icelife-v29-header.scrolled .v29-left-nav .nav-link{
    color:#111!important;
  }
}
@media(max-width:520px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{width:118px!important;max-width:118px!important;}
  .icelife-v29-header.scrolled .v29-logo img.logo-light{width:106px!important;max-width:106px!important;}
  .icelife-v29-header .logo-slogan{font-size:10px!important;padding:0 18px!important;}
  .icelife-v29-header .logo-slogan::before,.icelife-v29-header .logo-slogan::after{width:14px!important;}
}


/* V36: Sticky mavi logo rengine yaklaştırıldı + header slogan kaldırıldı */
.icelife-v29-header .logo-slogan{
  display:none!important;
}
.icelife-v29-header.scrolled{
  background:#234B8E!important;
  border-bottom-color:rgba(255,255,255,.16)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.18)!important;
}
.icelife-v29-header.scrolled .v29-header-inner{
  background:#234B8E!important;
}
.icelife-v29-header .v29-logo{
  gap:0!important;
}
.icelife-v29-header .v29-logo img.logo-dark,
.icelife-v29-header .v29-logo img.logo-light{
  width:214px!important;
  max-width:214px!important;
}
.icelife-v29-header.scrolled .v29-logo img.logo-light{
  width:184px!important;
  max-width:184px!important;
}
@media(max-width:1160px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{width:188px!important;max-width:188px!important;}
  .icelife-v29-header.scrolled .v29-logo img.logo-light{width:166px!important;max-width:166px!important;}
}
@media(max-width:900px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{width:140px!important;max-width:140px!important;}
  .icelife-v29-header.scrolled .v29-logo img.logo-light{width:122px!important;max-width:122px!important;}
}
@media(max-width:520px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{width:118px!important;max-width:118px!important;}
  .icelife-v29-header.scrolled .v29-logo img.logo-light{width:106px!important;max-width:106px!important;}
}

/* V37: Mobil sticky dil seçimi taşma düzeltmesi */
@media (max-width: 900px){
  .icelife-v29-header .v29-language,
  .icelife-v29-header.scrolled .v29-language{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    min-width:44px!important;
    height:34px!important;
    padding:0!important;
    gap:4px!important;
    line-height:1!important;
    overflow:visible!important;
  }
  .icelife-v29-header .v29-language .lang-current,
  .icelife-v29-header.scrolled .v29-language .lang-current{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    width:auto!important;
    min-width:18px!important;
    height:16px!important;
    line-height:16px!important;
    overflow:visible!important;
    color:transparent!important;
    font-size:0!important;
    letter-spacing:0!important;
  }
  .icelife-v29-header .v29-language .lang-current::before,
  .icelife-v29-header.scrolled .v29-language .lang-current::before{
    content:'TR'!important;
    display:inline-block!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    width:auto!important;
    height:auto!important;
    line-height:16px!important;
    color:#111!important;
    font-size:12.5px!important;
    font-weight:400!important;
    letter-spacing:.02em!important;
  }
  .icelife-v29-header.scrolled .v29-language .lang-current::before{
    color:#fff!important;
  }
  .icelife-v29-header .v29-language .chev,
  .icelife-v29-header.scrolled .v29-language .chev{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:10px!important;
    height:10px!important;
    margin:0!important;
    line-height:1!important;
  }
  .icelife-v29-header .v29-language .chev svg,
  .icelife-v29-header.scrolled .v29-language .chev svg{
    width:10px!important;
    height:10px!important;
    display:block!important;
  }
}

@media (max-width: 380px){
  .icelife-v29-header .v29-language,
  .icelife-v29-header.scrolled .v29-language{
    width:38px!important;
    min-width:38px!important;
  }
  .icelife-v29-header .v29-language .chev,
  .icelife-v29-header.scrolled .v29-language .chev{
    display:inline-flex!important;
  }
}

/* V38: Mobilde IceLife logosu optik olarak tam ortaya alındı */
@media (max-width: 900px){
  .icelife-v29-header .v29-header-inner{
    position:relative!important;
  }
  .icelife-v29-header .v29-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-56%, -50%)!important;
    justify-self:auto!important;
    z-index:8!important;
    margin:0!important;
  }
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{
    width:148px!important;
    max-width:148px!important;
    height:auto!important;
  }
  .icelife-v29-header.scrolled .v29-logo img.logo-light{
    width:132px!important;
    max-width:132px!important;
  }
  .icelife-v29-header .v29-icon-actions{
    position:relative!important;
    z-index:9!important;
  }
  .icelife-v29-header .mobile-toggle{
    position:relative!important;
    z-index:9!important;
  }
}

@media (max-width: 520px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{
    width:126px!important;
    max-width:126px!important;
  }
  .icelife-v29-header.scrolled .v29-logo img.logo-light{
    width:114px!important;
    max-width:114px!important;
  }
}

@media (max-width: 380px){
  .icelife-v29-header .v29-logo img.logo-dark,
  .icelife-v29-header .v29-logo img.logo-light{
    width:116px!important;
    max-width:116px!important;
  }
  .icelife-v29-header.scrolled .v29-logo img.logo-light{
    width:106px!important;
    max-width:106px!important;
  }
}


/* V39: Mobil header sadeleştirildi - Favori ve Alışveriş ikonları mobil menüye taşındı */
.icelife-v29-header .mobile-menu-extra{
  display:none!important;
}

@media (max-width: 900px){
  .icelife-v29-header .action-heart,
  .icelife-v29-header .action-bag{
    display:none!important;
  }
  .icelife-v29-header .v29-icon-actions{
    gap:9px!important;
  }
  .icelife-v29-header .v29-language{
    width:40px!important;
    min-width:40px!important;
  }
  .icelife-v29-header .mobile-menu-extra{
    display:grid!important;
    gap:0!important;
    margin-top:12px!important;
    padding-top:12px!important;
    border-top:1px solid #e6e6e6!important;
  }
  .icelife-v29-header .mobile-menu-extra a{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    padding:14px 0!important;
    color:#111!important;
    font-size:17px!important;
    font-weight:400!important;
    letter-spacing:.01em!important;
    text-decoration:none!important;
    border-bottom:1px solid #eeeeee!important;
  }
  .icelife-v29-header .mobile-menu-extra a:last-child{
    border-bottom:0!important;
  }
  .icelife-v29-header .mobile-extra-icon{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#061f57!important;
  }
  .icelife-v29-header .mobile-extra-icon svg{
    width:24px!important;
    height:24px!important;
    display:block!important;
  }
  .icelife-v29-header .mobile-extra-icon svg path,
  .icelife-v29-header .mobile-extra-icon svg circle{
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.75!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
}

@media (max-width: 520px){
  .icelife-v29-header .v29-icon-actions{
    gap:7px!important;
  }
  .icelife-v29-header .header-icon-btn{
    width:23px!important;
    height:23px!important;
  }
  .icelife-v29-header .header-icon-btn svg{
    width:21px!important;
    height:21px!important;
  }
}

/* V40: Mobil menü premium görünüm - baskın çizgiler kaldırıldı */
@media (max-width: 900px){
  .icelife-v29-header .v29-left-nav{
    padding:28px 30px 34px!important;
    gap:0!important;
    background:#fff!important;
  }
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    margin:0 0 18px!important;
  }
  .icelife-v29-header .v29-left-nav > .dropdown:last-of-type,
  .icelife-v29-header .v29-left-nav > .nav-link:last-of-type{
    margin-bottom:0!important;
  }
  .icelife-v29-header .v29-left-nav .nav-link{
    border-bottom:0!important;
    padding:12px 0!important;
    min-height:42px!important;
    font-size:18px!important;
    font-weight:400!important;
    color:#111!important;
    letter-spacing:0!important;
    background:transparent!important;
  }
  .icelife-v29-header .v29-left-nav .dropdown.open > .nav-link{
    background:#f5f9ff!important;
    border-radius:12px!important;
    padding:12px 14px!important;
    color:#061f57!important;
  }
  .icelife-v29-header .v29-left-nav .nav-chevron{
    margin-left:auto!important;
    opacity:.9!important;
  }
  .icelife-v29-header .v29-left-nav .dropdown-menu{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    padding:6px 0 2px 16px!important;
    margin:0 0 2px!important;
    gap:0!important;
  }
  .icelife-v29-header .v29-left-nav .dropdown-menu a{
    padding:8px 0!important;
    font-size:14px!important;
    font-weight:400!important;
    color:#4b5563!important;
    border:0!important;
    background:transparent!important;
  }
  .icelife-v29-header .v29-left-nav .dropdown-menu a:hover{
    color:#234B8E!important;
    background:transparent!important;
  }
  .icelife-v29-header .mobile-menu-extra{
    margin-top:20px!important;
    padding-top:18px!important;
    border-top:1px solid rgba(0,0,0,.08)!important;
  }
  .icelife-v29-header .mobile-menu-extra a{
    border-bottom:0!important;
    padding:9px 0!important;
    font-size:17px!important;
    font-weight:400!important;
    color:#111!important;
  }
}

/* V41: Mobil menü kart görünümü - oklar sağa hizalı, daha premium */
@media (max-width: 900px){
  .icelife-v29-header .v29-left-nav{
    padding:26px 22px 34px!important;
    gap:0!important;
    background:#fff!important;
  }

  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    width:100%!important;
    margin:0 0 12px!important;
  }

  .icelife-v29-header .v29-left-nav .nav-link{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:54px!important;
    padding:0 18px!important;
    border:0!important;
    border-radius:14px!important;
    background:#ffffff!important;
    color:#111!important;
    font-size:18px!important;
    font-weight:400!important;
    letter-spacing:0!important;
    box-shadow:0 8px 22px rgba(12,45,92,.06)!important;
  }

  .icelife-v29-header .v29-left-nav .dropdown.open > .nav-link,
  .icelife-v29-header .v29-left-nav .nav-link:hover{
    background:#f5f9ff!important;
    color:#061f57!important;
  }

  .icelife-v29-header .v29-left-nav .nav-chevron{
    margin-left:auto!important;
    width:18px!important;
    height:18px!important;
    opacity:.9!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .icelife-v29-header .v29-left-nav .nav-chevron svg{
    width:16px!important;
    height:16px!important;
  }

  .icelife-v29-header .v29-left-nav > a.nav-link::after{
    content:'›';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    font-size:24px;
    font-weight:300;
    line-height:1;
    color:#111;
  }

  .icelife-v29-header .v29-left-nav .dropdown-menu{
    margin:8px 0 2px!important;
    padding:10px 14px 12px!important;
    background:#f8fbff!important;
    border:0!important;
    border-radius:14px!important;
    box-shadow:inset 0 0 0 1px rgba(35,75,142,.06)!important;
  }

  .icelife-v29-header .v29-left-nav .dropdown-menu a{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:9px 2px!important;
    font-size:14px!important;
    font-weight:400!important;
    color:#4b5563!important;
    border:0!important;
    background:transparent!important;
  }

  .icelife-v29-header .mobile-menu-extra{
    margin-top:18px!important;
    padding-top:16px!important;
    border-top:1px solid rgba(0,0,0,.06)!important;
  }

  .icelife-v29-header .mobile-menu-extra a{
    border-bottom:0!important;
    padding:10px 4px!important;
    font-size:16px!important;
    font-weight:400!important;
  }
}

/* V42: Mobil menü sadeleştirildi - kartlar kaldırıldı, boşluk azaltıldı */
@media (max-width: 900px){
  .icelife-v29-header .v29-left-nav{
    padding:22px 28px 30px!important;
    gap:0!important;
    background:#fff!important;
  }

  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > .nav-link{
    width:100%!important;
    margin:0!important;
  }

  .icelife-v29-header .v29-left-nav .nav-link{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:54px!important;
    padding:0 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#101828!important;
    font-size:18px!important;
    font-weight:400!important;
    line-height:1.2!important;
    letter-spacing:0!important;
  }

  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > a.nav-link{
    border-bottom:1px solid rgba(9,32,74,.08)!important;
  }

  .icelife-v29-header .v29-left-nav > .dropdown:last-of-type,
  .icelife-v29-header .v29-left-nav > a.nav-link:last-of-type{
    border-bottom:0!important;
  }

  .icelife-v29-header .v29-left-nav .dropdown.open > .nav-link,
  .icelife-v29-header .v29-left-nav .nav-link:hover{
    background:transparent!important;
    color:#061f57!important;
  }

  .icelife-v29-header .v29-left-nav .nav-chevron{
    margin-left:auto!important;
    width:18px!important;
    height:18px!important;
    opacity:.95!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .icelife-v29-header .v29-left-nav .nav-chevron svg{
    width:15px!important;
    height:15px!important;
  }

  .icelife-v29-header .v29-left-nav > a.nav-link::after{
    display:none!important;
    content:none!important;
  }

  .icelife-v29-header .v29-left-nav .dropdown-menu{
    margin:0 0 8px!important;
    padding:0 0 8px 0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  .icelife-v29-header .v29-left-nav .dropdown-menu a{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:7px 0 7px 10px!important;
    font-size:14px!important;
    font-weight:400!important;
    color:#4b5563!important;
    border:0!important;
    background:transparent!important;
  }

  .icelife-v29-header .v29-left-nav .dropdown-menu a:hover{
    background:transparent!important;
    color:#234B8E!important;
  }

  .icelife-v29-header .mobile-menu-extra{
    margin-top:18px!important;
    padding-top:14px!important;
    border-top:1px solid rgba(9,32,74,.08)!important;
  }

  .icelife-v29-header .mobile-menu-extra a{
    border-bottom:0!important;
    padding:10px 0!important;
    font-size:16.5px!important;
    font-weight:400!important;
    color:#101828!important;
  }
}

/* V43: Mobil menü C seçeneği - ana öğeler arasında çizgi yok, sadece hızlı bağlantılardan önce tek ayraç */
@media (max-width: 900px){
  .icelife-v29-header .v29-left-nav{
    padding:22px 28px 30px!important;
    gap:0!important;
    background:#fff!important;
  }
  .icelife-v29-header .v29-left-nav > .dropdown,
  .icelife-v29-header .v29-left-nav > a.nav-link{
    border-bottom:0!important;
    margin:0!important;
  }
  .icelife-v29-header .v29-left-nav .nav-link{
    min-height:50px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#101828!important;
    font-size:18px!important;
    font-weight:400!important;
  }
  .icelife-v29-header .v29-left-nav .dropdown-menu{
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
    margin:0!important;
    padding:0 0 6px 0!important;
  }
  .icelife-v29-header .v29-left-nav .dropdown-menu a{
    border:0!important;
    background:transparent!important;
    padding:7px 0 7px 10px!important;
  }
  .icelife-v29-header .mobile-menu-extra{
    margin-top:14px!important;
    padding-top:16px!important;
    border-top:1px solid rgba(9,32,74,.10)!important;
  }
  .icelife-v29-header .mobile-menu-extra a{
    border-bottom:0!important;
    padding:10px 0!important;
  }
}


/* V46 - Logo Ekranın Tam Ortasında */
@media (max-width:900px){
  .header-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
  .logo{
    position:absolute!important;
    left:50vw!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    margin:0!important;
    z-index:100!important;
    width:auto!important;
    flex:none!important;
  }
  .mobile-toggle,.header-actions{position:relative!important;z-index:110!important;}
}

/* =========================
   V47 - Üye Girişi / Üye Ol Paneli
   ========================= */
.auth-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,18,52,.58);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.28s ease;
  z-index:11990;
}
.auth-backdrop.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.auth-drawer{
  position:fixed;
  top:0;
  right:0;
  width:min(430px,100%);
  height:100dvh;
  background:#fff;
  box-shadow:-24px 0 55px rgba(0,20,70,.20);
  z-index:12000;
  transform:translateX(105%);
  transition:transform .34s cubic-bezier(.22,.8,.22,1);
  padding:42px 28px 30px;
  overflow:auto;
  color:#061f5a;
}
.auth-drawer.open{transform:translateX(0);}
.auth-close{
  position:absolute;
  right:22px;
  top:18px;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  color:#07183e;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.auth-logo{
  display:flex;
  justify-content:center;
  margin:22px 0 30px;
}
.auth-logo img{width:168px;height:auto;display:block;}
.auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid #dfe6f0;
  margin-bottom:26px;
}
.auth-tab{
  height:48px;
  border:0;
  background:transparent;
  color:#98a0ad;
  font:800 14px Inter,Arial,sans-serif;
  cursor:pointer;
  position:relative;
}
.auth-tab.active{color:#064bb4;}
.auth-tab.active:after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:3px;
  background:#064bb4;
  border-radius:3px 3px 0 0;
}
.auth-form{display:none;}
.auth-form.active{display:block;}
.auth-field{
  display:block;
  margin-bottom:17px;
  color:#061f5a;
  font-weight:700;
  font-size:13px;
}
.auth-field>span:first-child{display:block;margin-bottom:8px;}
.auth-input-wrap{
  height:48px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid #dfe7f2;
  border-radius:7px;
  background:#fff;
  padding:0 13px;
  transition:.2s ease;
}
.auth-input-wrap:focus-within{
  border-color:#064bb4;
  box-shadow:0 0 0 4px rgba(6,75,180,.09);
}
.auth-input-wrap svg{
  width:19px;
  height:19px;
  min-width:19px;
  fill:none;
  stroke:#7a8495;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.auth-input-wrap input{
  border:0;
  outline:0;
  width:100%;
  min-width:0;
  height:100%;
  color:#061f5a;
  font:600 14px Inter,Arial,sans-serif;
  background:transparent;
}
.auth-input-wrap input::placeholder{color:#9aa5b5;font-weight:600;}
.auth-eye{
  border:0;
  background:transparent;
  padding:0;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.auth-eye svg{width:21px;height:21px;min-width:21px;}
.phone-prefix{
  display:inline-flex!important;
  align-items:center;
  gap:4px;
  color:#5c6680;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  margin:0!important;
}
.auth-forgot{
  display:block;
  text-align:right;
  color:#064bb4;
  font-weight:800;
  font-size:13px;
  margin:-5px 0 20px;
}
.auth-submit{
  width:100%;
  height:50px;
  border:0;
  border-radius:6px;
  background:linear-gradient(135deg,#064bb4,#003590);
  color:#fff;
  font:900 15px Inter,Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(6,75,180,.18);
}
.auth-divider{
  display:flex;
  align-items:center;
  gap:14px;
  color:#8e97a6;
  font-weight:700;
  font-size:13px;
  margin:24px 0;
}
.auth-divider:before,.auth-divider:after{
  content:'';
  height:1px;
  background:#e1e8f2;
  flex:1;
}
.auth-google{
  width:100%;
  height:48px;
  border:1px solid #dfe7f2;
  border-radius:6px;
  background:#fff;
  color:#1d2744;
  font:800 14px Inter,Arial,sans-serif;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.auth-google span{
  font-weight:900;
  font-size:21px;
  color:#4285f4;
}
.auth-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:7px 0 20px;
  color:#233a73;
  font-size:12.5px;
  line-height:1.45;
  font-weight:600;
}
.auth-check input{
  width:20px;
  height:20px;
  min-width:20px;
  accent-color:#064bb4;
}
body.auth-lock{overflow:hidden;}
@media(max-width:700px){
  .auth-backdrop{background:rgba(0,18,52,.45);}
  .auth-drawer{
    width:100%;
    max-width:none;
    padding:30px 22px calc(28px + env(safe-area-inset-bottom));
    transform:translateY(105%);
    border-radius:22px 22px 0 0;
    top:auto;
    bottom:0;
    height:auto;
    max-height:calc(100dvh - 18px);
    min-height:min(640px,calc(100dvh - 18px));
  }
  .auth-drawer.open{transform:translateY(0);}
  .auth-drawer:before{
    content:'';
    position:absolute;
    left:50%;
    top:10px;
    width:54px;
    height:5px;
    border-radius:10px;
    background:#d8dee8;
    transform:translateX(-50%);
  }
  .auth-logo{margin:30px 0 24px;}
  .auth-logo img{width:140px;}
  .auth-close{right:18px;top:18px;font-size:30px;}
  .auth-tabs{margin-bottom:22px;}
  .auth-tab{height:44px;font-size:13.5px;}
  .auth-input-wrap{height:46px;}
  .auth-submit{height:48px;}
}

/* =========================
   V48 - Basit Arama Sistemi
   ========================= */
.search-backdrop{
  position:fixed!important;
  inset:0!important;
  background:rgba(0,18,52,.46)!important;
  backdrop-filter:blur(3px)!important;
  -webkit-backdrop-filter:blur(3px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:.22s ease!important;
  z-index:2100!important;
}
.search-backdrop.open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.search-panel{
  position:fixed!important;
  top:92px!important;
  left:50%!important;
  transform:translateX(-50%) translateY(-12px)!important;
  width:min(620px,calc(100% - 36px))!important;
  background:#fff!important;
  border:1px solid #e4ebf6!important;
  border-radius:18px!important;
  box-shadow:0 30px 70px rgba(0,24,75,.22)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:.22s ease!important;
  z-index:2200!important;
  overflow:hidden!important;
}
.search-panel.open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}
.search-panel-inner{padding:22px!important;}
.search-panel-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:18px!important;
}
.search-kicker{
  display:block!important;
  color:#064bb4!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin-bottom:5px!important;
}
.search-panel h2{
  margin:0!important;
  color:#061f5a!important;
  font-size:26px!important;
  line-height:1.1!important;
  font-weight:900!important;
}
.search-close{
  width:40px!important;
  height:40px!important;
  border:0!important;
  border-radius:50%!important;
  background:#f4f7fc!important;
  color:#061f5a!important;
  font-size:28px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.search-box{
  height:54px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  border:1px solid #dce6f4!important;
  border-radius:13px!important;
  background:#fff!important;
  padding:0 15px!important;
  transition:.18s ease!important;
}
.search-box:focus-within{
  border-color:#064bb4!important;
  box-shadow:0 0 0 4px rgba(6,75,180,.09)!important;
}
.search-box-icon{width:22px!important;height:22px!important;min-width:22px!important;color:#064bb4!important;display:inline-flex!important;}
.search-box-icon svg{width:22px!important;height:22px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.search-box input{
  width:100%!important;
  height:100%!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#061f5a!important;
  font:700 15px Inter,Arial,sans-serif!important;
}
.search-box input::placeholder{color:#8b97aa!important;font-weight:600!important;}
.popular-searches{margin-top:18px!important;}
.popular-searches p{
  margin:0 0 10px!important;
  color:#061f5a!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.popular-tags{display:flex!important;flex-wrap:wrap!important;gap:9px!important;}
.popular-tags button{
  height:36px!important;
  border:1px solid #dce6f4!important;
  border-radius:99px!important;
  background:#f7faff!important;
  color:#064bb4!important;
  padding:0 15px!important;
  font:800 13px Inter,Arial,sans-serif!important;
  cursor:pointer!important;
  transition:.18s ease!important;
}
.popular-tags button:hover{background:#064bb4!important;color:#fff!important;border-color:#064bb4!important;}
.search-results{margin-top:18px!important;border-top:1px solid #edf2fa!important;padding-top:13px!important;display:none;}
.search-results.active{display:grid!important;gap:8px!important;}
.search-result-item{
  display:grid!important;
  grid-template-columns:50px 1fr 22px!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px!important;
  border-radius:13px!important;
  color:#061f5a!important;
  transition:.18s ease!important;
}
.search-result-item:hover{background:#f4f8ff!important;}
.search-result-thumb{
  width:50px!important;
  height:50px!important;
  border-radius:12px!important;
  object-fit:cover!important;
  background:#edf4ff!important;
}
.search-result-title{display:block!important;font-size:14px!important;font-weight:900!important;margin-bottom:3px!important;}
.search-result-text{display:block!important;font-size:12px!important;font-weight:600!important;color:#5b6a86!important;}
.search-result-arrow{font-size:24px!important;color:#064bb4!important;line-height:1!important;}
.search-empty{
  padding:14px!important;
  border-radius:13px!important;
  background:#f7faff!important;
  color:#405985!important;
  font-size:13px!important;
  font-weight:700!important;
}
body.search-lock{overflow:hidden!important;}

@media(max-width:900px){
  .search-panel{
    top:82px!important;
    width:calc(100% - 24px)!important;
    border-radius:16px!important;
  }
  .search-panel-inner{padding:18px!important;}
  .search-panel h2{font-size:23px!important;}
  .search-box{height:50px!important;}
}

@media(max-width:560px){
  .search-panel{
    top:76px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    transform:translateY(-10px)!important;
  }
  .search-panel.open{transform:translateY(0)!important;}
  .search-panel-inner{padding:16px!important;}
  .search-close{width:36px!important;height:36px!important;font-size:24px!important;}
  .popular-tags button{height:34px!important;padding:0 13px!important;font-size:12.5px!important;}
}

/* =========================
   V49 - Hero Slider Büyük Ekran Düzeni
   V48 üzerine: sadece hero slider yüksekliği ve konumlandırması büyütüldü.
   ========================= */
:root{
  --v49-header-h: 92px;
}

.hero{
  height:calc(100vh - var(--v49-header-h))!important;
  min-height:620px!important;
  max-height:820px!important;
  overflow:hidden!important;
  margin-bottom:0!important;
}

.hero-bg{
  background-position:center center!important;
  transform:scale(1.02);
}

.hero:after{
  background:
    linear-gradient(90deg,rgba(0,28,83,.46) 0%,rgba(0,28,83,.30) 34%,rgba(0,28,83,.08) 62%,rgba(0,28,83,0) 100%),
    linear-gradient(180deg,rgba(255,255,255,0) 72%,rgba(255,255,255,.92) 100%)!important;
}

.hero-inner{
  height:100%!important;
  align-items:center!important;
}

.hero-copy{
  width:min(520px,42vw)!important;
  margin-top:0!important;
  padding-bottom:70px!important;
}

.hero-copy h1{
  font-size:clamp(44px,4.3vw,68px)!important;
  line-height:1.05!important;
  letter-spacing:-1.6px!important;
  color:#fff!important;
  text-shadow:0 8px 25px rgba(0,20,70,.22)!important;
}

.hero-copy p{
  font-size:clamp(16px,1.25vw,20px)!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.94)!important;
  max-width:560px!important;
  text-shadow:0 5px 18px rgba(0,20,70,.20)!important;
}

.hero-buttons{
  margin-top:24px!important;
}

.hero .btn{
  padding:15px 28px!important;
  border-radius:14px!important;
}

.slide-arrow{
  width:52px!important;
  height:52px!important;
  font-size:42px!important;
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}

.slider-dots{
  bottom:52px!important;
  z-index:40!important;
}

.slider-dots button{
  width:12px!important;
  height:12px!important;
  border:2px solid rgba(255,255,255,.88)!important;
  background:rgba(255,255,255,.34)!important;
}

.slider-dots button.active{
  background:#fff!important;
  border-color:#fff!important;
}

.features{
  margin-top:-34px!important;
  z-index:50!important;
}

@media(max-width:1180px){
  .hero{
    min-height:600px!important;
  }
  .hero-copy{
    width:min(500px,48vw)!important;
  }
}

@media(max-width:900px){
  .hero{
    height:calc(100vh - 72px)!important;
    min-height:640px!important;
    max-height:none!important;
  }
  .hero:after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(0,31,92,.15) 45%,rgba(255,255,255,.94) 100%)!important;
  }
  .hero-inner{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:center!important;
    padding-top:70px!important;
  }
  .hero-copy{
    width:min(92vw,520px)!important;
    padding-bottom:0!important;
    padding-top:0!important;
  }
  .hero-copy h1{
    font-size:clamp(34px,9vw,48px)!important;
    color:#06266b!important;
    text-shadow:none!important;
  }
  .hero-copy p{
    font-size:16px!important;
    color:#06266b!important;
    text-shadow:none!important;
    max-width:92%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .hero:before{
    bottom:74px!important;
    height:260px!important;
  }
  .slider-dots{
    bottom:38px!important;
  }
  .features{
    margin-top:0!important;
  }
}

@media(max-width:560px){
  .hero{
    min-height:620px!important;
  }
  .hero-inner{
    padding-top:54px!important;
  }
  .hero-copy h1{
    font-size:31px!important;
  }
  .hero-copy p{
    font-size:15px!important;
  }
  .hero:before{
    height:230px!important;
    bottom:70px!important;
  }
}

/* =========================
   V50 - Mobil Hero Küçük + Ketchy/Ülker tarzı
   Desktop V49 büyük hero korunur. Mobilde hero daha kompakt olur.
   ========================= */
@media (max-width: 900px){
  .hero{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    overflow:hidden!important;
    touch-action:pan-y!important;
  }
  .hero-inner{
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    padding-top:0!important;
    padding-bottom:42px!important;
  }
  .hero-copy{
    width:min(92vw,430px)!important;
    margin:0 auto!important;
    padding:0!important;
    position:relative!important;
    z-index:4!important;
  }
  .hero-copy h1{
    font-size:30px!important;
    line-height:1.08!important;
    letter-spacing:-.8px!important;
    margin:0 0 12px!important;
  }
  .hero-copy p{
    font-size:14px!important;
    line-height:1.45!important;
    max-width:92%!important;
    margin:0 auto 18px!important;
  }
  .hero-buttons{
    justify-content:center!important;
    gap:12px!important;
    margin-top:0!important;
  }
  .hero .btn{
    padding:11px 17px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  .hero:before{
    display:none!important;
  }
  .hero-bg{
    background-position:center center!important;
  }
  .hero:after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,.62) 45%,rgba(255,255,255,.82) 100%),
      linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.08))!important;
  }
  .slider-dots{
    bottom:20px!important;
    z-index:30!important;
  }
  .slider-dots button{
    width:9px!important;
    height:9px!important;
  }
}

@media (max-width: 560px){
  .hero{
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
  }
  .hero-copy h1{
    font-size:28px!important;
  }
  .hero-copy p{
    font-size:13.5px!important;
  }
  .hero .btn{
    padding:10px 15px!important;
    font-size:12.5px!important;
  }
}

@media (max-width: 390px){
  .hero{
    height:320px!important;
    min-height:320px!important;
    max-height:320px!important;
  }
  .hero-copy h1{
    font-size:25px!important;
  }
}

/* V52: Üyelik Sözleşmesi ve KVKK linkleri aktif */
.auth-check a{
  color:#064bb4!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.auth-check a:hover{
  text-decoration:underline!important;
}
