/* SF Mühendislik — canlı tema (siyah · beyaz · kırmızı)
   Sadece canli.html body.theme-canli ile yüklenir; index.html etkilenmez. */

.theme-canli button.services-marquee-item.is-active {
  color: #e11d48;
  font-weight: 600;
}

.theme-canli button.services-marquee-item:focus-visible {
  outline: 2px solid #e11d48;
  outline-offset: 4px;
}

.theme-canli .services-marquee-wrap {
  border-color: #fecaca;
  background: linear-gradient(90deg, #ffffff 0%, transparent 6%, transparent 94%, #ffffff 100%);
}

.theme-canli button:focus-visible,
.theme-canli a:focus-visible {
  outline-color: #e11d48;
}

/* Hero: yazıların arkasında glow + buzlu cam — fotoğraf üzerinde okunabilirlik */
.theme-canli #hero .canli-hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 3.5vw, 2.75rem) clamp(1.25rem, 4vw, 2.75rem);
  border-radius: 1.25rem;
}

.theme-canli #hero .canli-hero-copy::after {
  content: '';
  position: absolute;
  z-index: -2;
  inset: -6px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.45),
    0 0 50px rgba(255, 255, 255, 0.55),
    0 0 100px rgba(254, 202, 202, 0.35),
    0 25px 60px -24px rgba(225, 29, 72, 0.12);
  pointer-events: none;
}

.theme-canli #hero .canli-hero-copy::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: min(110%, 52rem);
  height: 125%;
  background: radial-gradient(
    ellipse 70% 65% at 50% 40%,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 245, 245, 0.5) 45%,
    rgba(255, 255, 255, 0.12) 72%,
    transparent 100%
  );
  filter: blur(18px);
  pointer-events: none;
}

.theme-canli #hero .canli-hero-copy h1 {
  text-shadow:
    0 0 32px rgba(255, 255, 255, 0.95),
    0 0 64px rgba(255, 255, 255, 0.5),
    0 2px 6px rgba(255, 255, 255, 0.9);
}

.theme-canli #hero .canli-hero-copy > p {
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.9),
    0 1px 3px rgba(255, 255, 255, 0.85);
}

.theme-canli #hero .canli-hero-copy .mt-16 p {
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.88),
    0 1px 3px rgba(255, 255, 255, 0.85);
}

@media (prefers-reduced-motion: reduce) {
  .theme-canli #hero .canli-hero-copy::before {
    display: none;
  }

  .theme-canli #hero .canli-hero-copy::after {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55);
  }
}
