/* Eurosan homepage hero (premium + clean) */
.index-seven-area.with-video{
  position: relative;
  isolation: isolate;
}
.index-seven-area.with-video::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  /* sol tarafta hafif karartma: metinler daha okunaklı olsun */
  background:
    linear-gradient(90deg,
      rgba(6, 15, 30, 0.60) 0%,
      rgba(6, 15, 30, 0.48) 24%,
      rgba(6, 15, 30, 0.26) 48%,
      rgba(6, 15, 30, 0.10) 68%,
      transparent 100%);
  pointer-events:none;
}
.index-seven-area.with-video::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  /* çok hafif doku (neredeyse görünmez) */
  background:
    radial-gradient(1200px 520px at 10% 10%, rgba(0, 123, 255, 0.10), transparent 60%);
  opacity:.10;
  mask-image: radial-gradient(80% 60% at 50% 30%, #000 55%, transparent 100%);
  -webkit-mask-image: radial-gradient(80% 60% at 50% 30%, #000 55%, transparent 100%);
  pointer-events:none;
}
.index-seven-area.with-video .container{
  position: relative;
  z-index: 2;
}

/* Make background video visible again */
.index-seven-area.with-video .hero-bg-video{
  z-index: 1;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}
.index-seven-area.with-video .hero-bg-video video{
  filter: none;
  transform: scale(1.02);
}

.index-seven-area .banner-seven-inner-content{
  text-align: left;
  padding-top: clamp(76px, 10vh, 120px);
  padding-bottom: clamp(64px, 9vh, 110px);
}

.eurosan-hero{ max-width: 940px; }
.eurosan-hero__kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(17,24,39,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 44px rgba(16,24,40,.10);
  color: rgba(11,16,32,.86);
  font-weight: 700;
  letter-spacing: .22px;
  margin-bottom: 18px;
}
.eurosan-hero__kicker-icon img{ width: 20px; height: 20px; display:block; }
.eurosan-hero__kicker-text{ font-size: 13px; line-height: 1; white-space: nowrap; }

.eurosan-hero__title{
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0b1020;
  line-height: 1.07;
  margin: 0 0 14px;
  /* Masaüstünde 40px; mobilde aşağıda küçültüyoruz */
  font-size: 40px;
  text-transform: none;
  overflow-wrap: anywhere;
}

/* Tema genel .banner-seven-inner-content .title kuralını hero için net şekilde override et */
.banner-seven-inner-content .title.eurosan-hero__title{
  font-size: 40px;
  text-transform: none;
}
.eurosan-hero__typedWrap{
  display:inline-flex;
  align-items:baseline;
  gap: 6px;
  padding: 6px 10px 7px;
  border-radius: 14px;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.18);
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.10);
  margin: 0 .32em;
}
.eurosan-hero__typed{
  color: #16a34a;
  font-weight: 900;
  letter-spacing: -0.02em;
  min-height: 1em;
}
.eurosan-hero__caret{
  width: 10px;
  height: 1.05em;
  transform: translateY(.08em);
  border-right: 3px solid #16a34a;
  opacity: .9;
  animation: eurosanCaretBlink .95s steps(1) infinite;
}
@keyframes eurosanCaretBlink{
  0%, 49%{ opacity: .92; }
  50%, 100%{ opacity: .18; }
}
.eurosan-hero__subline{
  margin: 0 0 14px;
  color: rgba(11,16,32,.78);
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(15px, 1.5vw, 18px);
}
.eurosan-hero__desc{
  max-width: 58ch;
  color: rgba(11,16,32,.72);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 22px;
}
.eurosan-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  align-items:center;
}
.eurosan-hero__actions .rts-btn{
  border-radius: 999px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 800;
  letter-spacing: .2px;
}
.eurosan-scroll-popup{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: min(360px, calc(100vw - 26px));
  z-index: 9998;
  border-radius: 18px;
  padding: 16px 16px 14px;
  background:
    radial-gradient(180px 100px at 0% 0%, rgba(47, 214, 255, 0.20), transparent 70%),
    radial-gradient(220px 120px at 100% 100%, rgba(24, 147, 255, 0.16), transparent 72%),
    rgba(8, 27, 48, 0.95);
  border: 1px solid rgba(121, 216, 255, 0.26);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
  transform: translateY(26px) scale(.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .36s ease, opacity .36s ease, visibility .36s ease;
}
.eurosan-scroll-popup.is-visible{
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.eurosan-scroll-popup__close{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: rgba(232, 248, 255, .96);
  background: rgba(255,255,255,.08);
}
.eurosan-scroll-popup__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #15c6ff, #18a2ff);
  color: #02223f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .25px;
}
.eurosan-scroll-popup__eyebrow{
  margin: 8px 0 4px;
  color: rgba(170, 227, 255, .95);
  font-size: 13px;
  font-weight: 700;
}
.eurosan-scroll-popup__title{
  margin: 0;
  color: #f1fbff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.eurosan-scroll-popup__rates{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.eurosan-scroll-popup__rates span{
  display: grid;
  gap: 1px;
  justify-items: center;
  border-radius: 10px;
  padding: 8px 6px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(160, 230, 255, .18);
  color: rgba(220, 246, 255, .90);
  font-size: 12px;
}
.eurosan-scroll-popup__rates strong{
  font-size: 17px;
  font-weight: 900;
  color: #ffffff;
}
.eurosan-scroll-popup__cta{
  margin-top: 12px;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 10px 14px;
  text-align: center;
  font-weight: 800;
  color: #032947;
  background: linear-gradient(90deg, #6fe8ff, #47bbff);
}
.eurosan-scroll-popup__cta:hover{
  color: #032947;
  transform: translateY(-1px);
}

@media (max-width: 575.98px){
  .eurosan-hero__kicker-text{ white-space: normal; }
  .eurosan-hero__typedWrap{ margin: .22em 0; }
  .eurosan-hero__actions .rts-btn{ width: 100%; justify-content:center; text-align:center; }
  /* Mobilde okunabilirlik için başlık boyutunu düşür */
  .eurosan-hero__title{
    font-size: 30px;
  }
  .eurosan-scroll-popup{
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    padding: 14px 12px 12px;
  }
  .eurosan-scroll-popup__title{
    font-size: 18px;
  }
  .eurosan-scroll-popup__rates{
    grid-template-columns: 1fr;
  }
}
