/* Justcanlı Studio v2 — yeni bölümler (multistream, how-it-works, FAQ, placeholder)
   studio-showcase.css'in üzerine biner; mevcut sınıfları bozmadan ekler. */

/* --- Güvence rozeti (eski "kopma yok" callout'unun küçültülmüş hâli) --- */
.studio-assurance-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(175, 209, 54, 0.12);
  border: 1px solid rgba(175, 209, 54, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.85rem;
  font-weight: 600;
}
.studio-assurance-pill i {
  color: #afd136;
}

/* --- Hero dönen sıfat (canlı yayın sabit) --- */
.studio-hero-rotator {
  display: inline-block;
  position: relative;
}
.studio-hero-rotator__word {
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}
.studio-hero-rotator__word.is-out {
  opacity: 0;
  transform: translateY(-0.35em);
}
.studio-hero-rotator__word.is-in {
  opacity: 0;
  transform: translateY(0.35em);
}
@media (prefers-reduced-motion: reduce) {
  .studio-hero-rotator__word { transition: none; }
}

/* --- Multistream bandı --- */
.studio-multistream {
  background: linear-gradient(135deg, #021e56 0%, #050f24 100%);
  padding: 3.25rem 0;
  color: #fff;
}
.studio-multistream .section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #afd136;
  margin-bottom: 0.5rem;
}
.studio-multistream h2 {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.studio-multistream p.lead {
  color: rgba(255, 255, 255, 0.8);
  max-width: 38rem;
}
.studio-multistream__platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  margin-top: 1.75rem;
}
.studio-multistream__platform {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
.studio-multistream__platform i {
  font-size: 1.5rem;
}
.studio-multistream__platform .pf-yt { color: #ff0000; }
.studio-multistream__platform .pf-tw { color: #9146ff; }
.studio-multistream__platform .pf-fb { color: #1877f2; }
.studio-multistream__platform .pf-rtmp { color: #afd136; }

/* --- Multistream animasyonlu diyagram --- */
.studio-ms-diagram {
  display: block;
  background: #0a1120;
}
.studio-ms-diagram svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* --- Showcase placeholder (gerçek görsel gelene kadar) --- */
.studio-browser-mock__viewport--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background:
    repeating-linear-gradient(
      45deg,
      #0f172a,
      #0f172a 12px,
      #131d33 12px,
      #131d33 24px
    );
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  padding: 1rem;
}
.studio-browser-mock__viewport--placeholder i {
  font-size: 2.25rem;
  color: rgba(175, 209, 54, 0.85);
}
.studio-browser-mock__viewport--placeholder span {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* --- Nasıl çalışır (3 adım) --- */
.studio-how {
  padding: 3.25rem 0;
}
.studio-how .section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a6b8c;
  margin-bottom: 0.5rem;
}
.studio-how .section-title {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #021e56;
  letter-spacing: -0.02em;
}
.studio-how__step {
  text-align: center;
  padding: 1rem;
}
.studio-how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #afd136;
  color: #021e56;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.studio-how__step h4 {
  font-weight: 800;
  color: #021e56;
  font-size: 1.1rem;
}
.studio-how__step p {
  color: #3d4f7a;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* --- SSS --- */
.studio-faq {
  padding: 2.5rem 0 3.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.studio-faq .section-title {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #021e56;
  letter-spacing: -0.02em;
  margin-bottom: 1.75rem;
  text-align: center;
}
.studio-faq__item {
  background: #fff;
  border: 1px solid rgba(2, 30, 86, 0.1);
  border-radius: 12px;
  padding: 1.1rem 1.35rem;
  margin-bottom: 0.85rem;
}
.studio-faq__item h5 {
  font-weight: 800;
  color: #021e56;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.studio-faq__item p {
  color: #3d4f7a;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0;
}

/* --- Etkileşimli özellik vitrini (switcher) --- */
.studio-switch {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 3.75rem;
  background:
    radial-gradient(120% 80% at 15% 0%, rgba(175, 209, 54, 0.10) 0%, rgba(175, 209, 54, 0) 55%),
    linear-gradient(180deg, #050f24 0%, #08152e 100%);
  color: #fff;
}
.studio-switch .section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #afd136;
  margin-bottom: 0.5rem;
}
.studio-switch__title {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.studio-switch__lede {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  margin-bottom: 2.25rem;
}
.studio-switch__grid {
  position: relative;
  z-index: 1;
}

/* İmleci takip eden parlama (yalnız hover destekli cihazlarda) */
.studio-switch__cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(175, 209, 54, 0.18) 0%, rgba(175, 209, 54, 0) 65%);
  transition: opacity 0.4s ease;
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .studio-switch.is-glowing .studio-switch__cursor { opacity: 1; }
}

/* Tablar */
.studio-switch__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.studio-switch__tab {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.studio-switch__tab:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(175, 209, 54, 0.35);
  transform: translateX(3px);
}
.studio-switch__tab:focus-visible {
  outline: 2px solid #afd136;
  outline-offset: 2px;
}
.studio-switch__tab.is-active {
  background: linear-gradient(135deg, rgba(175, 209, 54, 0.18) 0%, rgba(175, 209, 54, 0.06) 100%);
  border-color: rgba(175, 209, 54, 0.6);
  box-shadow: 0 12px 30px -16px rgba(175, 209, 54, 0.6);
}
.studio-switch__tab-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(2, 30, 86, 0.55);
  color: #afd136;
  font-size: 1.15rem;
  transition: transform 0.25s ease, background 0.2s ease;
}
.studio-switch__tab.is-active .studio-switch__tab-ico {
  background: #afd136;
  color: #021e56;
  transform: scale(1.06) rotate(-4deg);
}
.studio-switch__tab-txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}
.studio-switch__tab-title {
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}
.studio-switch__tab-line {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}
.studio-switch__tab-arrow {
  flex-shrink: 0;
  color: rgba(175, 209, 54, 0.9);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.studio-switch__tab.is-active .studio-switch__tab-arrow,
.studio-switch__tab:hover .studio-switch__tab-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Çipler (+ dahası) */
.studio-switch__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.studio-switch__chips-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  margin-right: 0.25rem;
}
.studio-switch__chip {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}

/* Sağ sahne — panel geçişleri */
.studio-switch__stage {
  position: sticky;
  top: 1.5rem;
}
.studio-switch__panel { display: none; }
.studio-switch__panel.is-active {
  display: block;
  animation: studioSwitchFade 0.45s ease;
}
@keyframes studioSwitchFade {
  from { opacity: 0; transform: scale(1.015); }
  to   { opacity: 1; transform: scale(1); }
}
.studio-switch__caption {
  min-height: 84px;
}

@media (max-width: 991px) {
  .studio-switch__stage { position: static; }
}
@media (prefers-reduced-motion: reduce) {
  .studio-switch__tab,
  .studio-switch__tab-ico,
  .studio-switch__tab-arrow,
  .studio-switch__cursor { transition: none; }
  .studio-switch__panel.is-active { animation: none; }
}

/* --- Kullanım senaryoları slider'ı (problem → çözüm) --- */
.studio-cases {
  padding: 3.5rem 0 3.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.studio-cases .section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a6b8c;
  margin-bottom: 0.5rem;
}
.studio-cases__title {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #021e56;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.studio-cases__lede {
  color: #3d4f7a;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.studio-cases__viewport {
  overflow: hidden;
}
.studio-cases__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.studio-cases__slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0.5rem;
}
.studio-cases__card {
  background: #fff;
  border: 1px solid rgba(2, 30, 86, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 44px -24px rgba(2, 30, 86, 0.28);
  padding: 2rem 2.25rem;
  height: 100%;
}
.studio-cases__persona {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5a6b8c;
  margin-bottom: 1.1rem;
}
.studio-cases__persona i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(175, 209, 54, 0.18);
  color: #4d6a00;
  font-size: 1.05rem;
}
.studio-cases__problem {
  position: relative;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  font-weight: 700;
  color: #021e56;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin: 0 0 1.1rem;
}
.studio-cases__problem::before {
  content: "\201C";
  color: rgba(175, 209, 54, 0.7);
  font-weight: 800;
  margin-right: 0.15rem;
}
.studio-cases__problem::after {
  content: "\201D";
  color: rgba(175, 209, 54, 0.7);
  font-weight: 800;
}
.studio-cases__solution {
  display: flex;
  gap: 0.6rem;
  font-size: 1.02rem;
  color: #3d4f7a;
  line-height: 1.55;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(2, 30, 86, 0.08);
  margin-bottom: 1.1rem;
}
.studio-cases__solution i {
  flex-shrink: 0;
  color: #afd136;
  font-size: 1.2rem;
  margin-top: 0.15rem;
}
.studio-cases__solution strong {
  color: #021e56;
}
.studio-cases__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.studio-cases__chip {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(2, 30, 86, 0.06);
  color: #3d4f7a;
}

/* Kontroller */
.studio-cases__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.studio-cases__dots {
  display: flex;
  gap: 0.5rem;
}
.studio-cases__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(2, 30, 86, 0.18);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.studio-cases__dot.is-active {
  background: #afd136;
  transform: scale(1.3);
}
.studio-cases__nav {
  display: flex;
  gap: 0.5rem;
}
.studio-cases__arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(2, 30, 86, 0.15);
  background: #fff;
  color: #021e56;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.studio-cases__arrow:hover {
  background: #afd136;
  border-color: #afd136;
  color: #021e56;
  transform: scale(1.05);
}
.studio-cases__arrow:focus-visible {
  outline: 2px solid #afd136;
  outline-offset: 2px;
}

@media (max-width: 575px) {
  .studio-cases__card { padding: 1.5rem 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  .studio-cases__track { transition: none; }
}

/* --- Gizlilik mikro-bandı --- */
.studio-privacy-note {
  background: #0d1117;
  border-top: 1px solid #21333f;
  padding: 1.25rem 0;
  color: #8b949e;
  font-size: 0.9rem;
}
.studio-privacy-note i {
  color: #afd136;
  margin-right: 0.5rem;
}
