.collectionViewDetail h5 {
  display: none !important;
}

/* ===== ILKAS – Markalarımız (sayfa özel) ===== */
:root{
  --ik-nav-height: 90px;           /* gerçek navbar yüksekliğini buradan ayarla */
  --ik-radius: 22px;
  --ik-shadow: 0 10px 28px rgba(0,0,0,.10);
  --ik-accent: #fcce58;            /* başlık rengi */
}

/* Zemin beyaz ve stabil */
html, body.page-brands { background:#fff; color:#111; }

/* NAVBAR OVERRIDE (sadece bu sayfa) – bozulmadan sabit ve beyaz */
.page-brands header,
.page-brands nav,
.page-brands .navbar,
.page-brands .site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background:#fff !important;
  height: var(--ik-nav-height);
  min-height: var(--ik-nav-height);
  display:flex; align-items:center;
  border-bottom:1px solid #eee;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
/* Linklere dokunmuyoruz; sadece satır yüksekliği ve taşmayı toparla */


/* === SADECE GRİD ALANI İÇİN === */
.ik-brands {
  position: relative;
  background-color: #74a4b5; /* mevcut mavi tonun */
  overflow: hidden;
  isolation: isolate; /* katmanı izole et, dışı etkilemesin */
}

/* Arka plan görseli sadece bu sayfa ve bu alan için */
.ik-brands::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    url("/Uploads/Images/ilkas.nhesap.com/arkaplan.png") center/cover no-repeat;
  background-attachment: fixed;
  z-index: -1; /* içeriğin arkasında kalır */
  pointer-events: none; /* tıklamaları engellemez */
}

/* Grid içeriği sabit kalsın */
.ik-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  position: relative;
  z-index: 1; /* arka planın önünde kalır */
}

/* Grid kutularının sabit boyutları korunur */
.ik-container .grid-item {
  width: 562px;
  height: 316px;
  flex: 0 0 auto;
  box-sizing: border-box;
}


/* === İç kapsayıcı === */
.ik-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  position: relative; /* içeriği üstte tutmak için */
  z-index: 1;
}

/* === Grid öğeleri sabit boyutlu === */
.ik-container .grid-item {
  width: 562px;
  height: 316px;
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* === İç kapsayıcı === */
.ik-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  position: relative; /* içeriği üstte tutmak için */
  z-index: 1;
}

/* === Grid öğeleri sabit boyutlu === */
.ik-container .grid-item {
  width: 562px;
  height: 316px;
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* İç kapsayıcı */
.ik-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
}

/* Grid kartlarının sabit boyutlarını koru */
.ik-container .grid-item {
  width: 562px;
  height: 316px;
  flex: 0 0 auto;
}


/* İç kapsayıcı */
.ik-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
}

/* Grid kartlarının sabit boyutlarını koru */
.ik-container .grid-item {
  width: 562px;
  height: 316px;
  flex: 0 0 auto;
}

/* İç kapsayıcı */
.ik-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 80px;
}

/* Grid kartlarının sabit boyutlarını koru */
.ik-container .grid-item {
  width: 562px;
  height: 316px;
  flex: 0 0 auto;
}
/* Orta hizalı #fcce58 başlık (banner) */
.ik-hero{
  text-align:center;
  margin:0 0 18px;
}
.ik-hero-title{
  margin:0;
  padding:22px 26px;
  display:inline-block;
  color:var(--ik-accent);
  background: linear-gradient(180deg,#ffffff 0%, #f7f8fb 100%);
  border:1px solid #eceff3;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  font-weight:900;
  letter-spacing:.3px;
  font-size:clamp(28px,3.6vw,42px);
  line-height:1.15;
}
.ik-hero-sub{
  margin:10px 0 22px;
  color:#666; font-size:15px;
}

/* Grid: 2 sütun (mobilde 1) */
.ik-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:28px;
}
@media (max-width:900px){
  .ik-grid{ grid-template-columns:1fr; }
}

/* Kart (16:9) */
.ik-card{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  border-radius:var(--ik-radius);
  overflow:hidden;
  background:#f4f4f4;                 /* görsel gelmeden önce */
  box-shadow:var(--ik-shadow);
  text-decoration:none;
  outline:none;
}

/* Görsel – global img kurallarını güvenle ezer */
.ik-card > img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center;
  transform:scale(1.001);
  transition:transform .6s ease, filter .6s ease;
}

/* Overlay: metin SOL ALTA */
.ik-overlay{
  position:absolute; inset:0;
  display:flex; align-items:flex-end; justify-content:flex-start;
  padding:22px;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.02) 0%,
    rgba(0,0,0,.10) 40%,
    rgba(0,0,0,.45) 70%,
    rgba(0,0,0,.65) 100%
  );
  pointer-events:none;
}
.ik-meta{ max-width:min(92%, 560px); }

/* Başlık / Açıklama / CTA */
.ik-title{
  margin:0 0 6px;
  color:#fff;
  font-weight:900;
  font-size:clamp(22px,2.8vw,36px);
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.ik-desc{
  margin:0;
  color:#f0f0f0;
  font-size:15px;
}
.ik-cta{
  display:inline-flex; align-items:center; justify-content:center;
  margin-top:12px;
  min-height:40px; padding:10px 18px;
  color:#fff; background:rgba(255,255,255,.06);
  border:2px solid rgba(255,255,255,.90);
  border-radius:12px;
  font-weight:700; font-size:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
  pointer-events:auto;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
}

/* Hover efektleri */
.ik-card:hover > img{ transform:scale(1.06); filter:saturate(108%); }
.ik-card:hover .ik-cta{ background:rgba(255,255,255,.16); transform:translateY(-1px); box-shadow:0 10px 26px rgba(0,0,0,.24); }

/* Klavye odak */
.ik-card:focus{ outline:3px solid rgba(252,206,88,.8); outline-offset:2px; }

/* ================= ILKAS • Markalarımız Dinamik Dokunuşlar ================ */

/* 0) Kullanılabilecek değişkenler */
:root{
  --ik-kenburns-scale: 1.08;   /* temel zoom */
  --ik-kenburns-time:  16s;    /* animasyon süresi */
  --ik-cta-breath:     3.2s;   /* buton nefes süresi */
}

/* 1) KART GÖRSELLERİ: Ken Burns (yavaş zoom + hafif pan) */
@keyframes ikKenburns {
  0%   { transform: scale(1) translate3d(0%, 0%, 0); }
  50%  { transform: scale(var(--ik-kenburns-scale)) translate3d(1.2%, -1.2%, 0); }
  100% { transform: scale(1) translate3d(0%, 0%, 0); }
}

/* APNG/GIF/WebP animasyonları bozmamak için sadece transform kullanıyoruz */
.ik-card > img{
  will-change: transform;
  animation: ikKenburns var(--ik-kenburns-time) ease-in-out infinite;
}

/* Hover’da biraz hızlan ve doygunluk artsın */
.ik-card:hover > img{
  animation-duration: calc(var(--ik-kenburns-time) * .6);
  filter: saturate(108%);
}

/* 2) CTA: nefes alma + yumuşak ışık */
@keyframes ikBreath {
  0%,100% { transform: translateY(0); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
  50%     { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
}
.ik-cta{
  animation: ikBreath var(--ik-cta-breath) ease-in-out infinite;
}
.ik-card:hover .ik-cta{
  animation-duration: calc(var(--ik-cta-breath) * .7);
}

/* 3) OPSIYONEL: Akışkan marka şeridi (APNG destekli) */
.ik-marquee{
  --fade-w: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border:1px solid #eceff3;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  margin-top: 28px;
  padding: 14px 0;
  /* kenarlarda yumuşak maske */
  -webkit-mask-image: linear-gradient(to right, transparent 0 var(--fade-w), #000 var(--fade-w) calc(100% - var(--fade-w)), transparent calc(100% - var(--fade-w)));
          mask-image: linear-gradient(to right, transparent 0 var(--fade-w), #000 var(--fade-w) calc(100% - var(--fade-w)), transparent calc(100% - var(--fade-w)));
}
.ik-marquee-track{
  display: inline-flex;
  align-items: center;
  gap: 36px;
  will-change: transform;
  animation: ikScroll 28s linear infinite;
}
.ik-marquee img{
  height: 64px; width: auto; display:block;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.12));
  transition: transform .2s ease;
}
.ik-marquee img:hover{ transform: translateY(-2px) scale(1.03); }

@keyframes ikScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* içeriği iki kez ardışık yerleştirirsen kesintisiz olur */
}

/* 4) Erişilebilirlik: hareket azaltmayı destekle */
@media (prefers-reduced-motion: reduce){
  .ik-card > img,
  .ik-cta,
  .ik-marquee-track{ animation: none !important; }
}

/* 5) Tipografi: başlık/desc Exo 2 ise (opsiyonel, varsa) */
.ik-hero-title, .ik-title, .ik-desc, .ik-cta { font-family: var(--font-sans, "Exo 2", system-ui) !important; }

/* ================= ILKAS • Markalarımız Animasyon Util'leri (eklenen) ================ */
/* Sadece bu sayfada güvenli kullanım için .ik- prefix */
.ik-anim{
  animation-duration:.7s;
  animation-timing-function:cubic-bezier(0.26,0.53,0.74,1.48);
  animation-fill-mode:backwards;
}

/* Presetler */
.ik-pop   { animation-name: ik-pop; }
.ik-slide { animation-name: ik-slide; }
.ik-left  { animation-name: ik-left; }
.ik-up    { animation-name: ik-up; }

@keyframes ik-pop{
  0%{ opacity:0; transform:scale(.5); }
  100%{ opacity:1; transform:scale(1); }
}
@keyframes ik-slide{
  0%{ opacity:0; transform:translateX(4em); }
  100%{ opacity:1; transform:translateX(0); }
}
@keyframes ik-left{
  0%{ opacity:0; transform:translateX(-40px); }
  100%{ opacity:1; transform:translateX(0); }
}
@keyframes ik-up{
  0%{ opacity:0; transform:translateY(3em); }
  100%{ opacity:1; transform:translateY(0); }
}

/* Basit gecikmeler */
.ik-d1{ animation-delay:.3s; }
.ik-d2{ animation-delay:.6s; }
.ik-d3{ animation-delay:.9s; }
.ik-d4{ animation-delay:1.2s; }
.ik-d5{ animation-delay:1.5s; }
.ik-d6{ animation-delay:1.8s; }

/* Kart hover mikro etki (senin hover’ınla uyumlu) */
.ik-card{
  transition: transform .25s ease, box-shadow .25s ease;
}
.ik-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(2,6,23,.18);
}

/* JS’siz “stagger” (kapsayıcıya .ik-animate dersen sırayla girer) */
.ik-grid > *{ opacity:1; } /* görünür kalsın, anim alırsa zaten over-write edecek */
.ik-grid.ik-animate > *{ opacity:1; }

.ik-grid.ik-animate > *:nth-child(1){ animation: ik-up .7s both .00s; }
.ik-grid.ik-animate > *:nth-child(2){ animation: ik-up .7s both .08s; }
.ik-grid.ik-animate > *:nth-child(3){ animation: ik-up .7s both .16s; }
.ik-grid.ik-animate > *:nth-child(4){ animation: ik-up .7s both .24s; }
.ik-grid.ik-animate > *:nth-child(5){ animation: ik-up .7s both .32s; }
.ik-grid.ik-animate > *:nth-child(6){ animation: ik-up .7s both .40s; }
/* daha fazla kart varsa aynı pattern’i uzatabilirsin */
/* =========================================
   ILKAS • "İnceleyiniz" butonu animasyonları
   - Shine (sürekli hafif parıltı)
   - Breath (zaten vardı, birlikte çalışır)
   - Hover: parıltı hızlanır
   - Click: ripple halkası
   ========================================= */

.ik-cta{
  position: relative;               /* pseudo’lar için */
  overflow: hidden;                 /* shine/ripple taşmasın */
  isolation: isolate;               /* karışmasın */
}

/* SHINE – soldan sağa hafif parıltı şeridi */
.ik-cta::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(120deg,
      transparent 0%,
      rgba(255,255,255,.65) 45%,
      rgba(255,255,255,.95) 50%,
      rgba(255,255,255,.65) 55%,
      transparent 100%);
  width:160%;
  left:-130%;
  transform: skewX(-18deg);
  mix-blend-mode: screen;
  pointer-events:none;
  animation: ikCtaShine 4.6s ease-in-out infinite;
  opacity:.28;                      /* çok parlamasın */
}
@keyframes ikCtaShine{
  0%   { left:-130%; }
  100% { left: 130%; }
}
/* Hover’da parıltı biraz hızlansın */
.ik-card:hover .ik-cta::before{ animation-duration: 2.4s; opacity:.36; }

/* CLICK RIPPLE – tıklamada beyaz halka yayılması */
.ik-cta::after{
  content:"";
  position:absolute;
  top:50%; left:50%;
  width:10px; height:10px;
  background: radial-gradient(circle, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 70%);
  border-radius:50%;
  transform: translate(-50%,-50%) scale(0);
  opacity:0;
  pointer-events:none;
}
.ik-cta:active::after{
  animation: ikCtaRipple .6s ease-out;
}
@keyframes ikCtaRipple{
  0%   { transform: translate(-50%,-50%) scale(.2); opacity:.45; }
  60%  { transform: translate(-50%,-50%) scale(12); opacity:.20; }
  100% { transform: translate(-50%,-50%) scale(16); opacity:0; }
}

/* Kenar vurgusu: hover’da çok hafif ışık halkası */
.ik-card:hover .ik-cta{
  box-shadow:
    0 12px 26px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.45) inset;
}
.plv-modal {
    position: relative;
    max-width: min(90vw, 900px);
    max-height: 90vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
