/* justcanli.com ana sayfa — Justcanlı Studio tanıtım bandı (koyu) */

.home-studio {
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(175, 209, 54, 0.08) 0%, rgba(175, 209, 54, 0) 55%),
    linear-gradient(135deg, #021e56 0%, #050f24 100%);
  color: #fff;
  padding: 4.5rem 0;
}
.home-studio__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #afd136;
  margin-bottom: 0.7rem;
}
.home-studio__badge-new {
  background: #afd136;
  color: #021e56;
  font-weight: 800;
  font-size: 0.7rem;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  margin-right: 0.5rem;
  letter-spacing: 0.04em;
}
.home-studio__title {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.home-studio__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 44rem;
  margin: 0 auto 1.5rem;
}
.home-studio__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.home-studio__pill {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.home-studio__secondary {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.home-studio__secondary a {
  color: #fff;
  font-weight: 600;
}

/* Tarayıcı çerçevesi (video + diyagram) */
.home-st-frame {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #0c1222;
  box-shadow:
    0 24px 48px -16px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}
.home-st-frame__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #1a2336 0%, #121a2a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.home-st-dot { width: 10px; height: 10px; border-radius: 50%; }
.home-st-dot--r { background: #ff5f57; }
.home-st-dot--y { background: #febc2e; }
.home-st-dot--g { background: #28c840; }
.home-st-frame__url {
  flex: 1;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-st-frame__view {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #0f172a;
  overflow: hidden;
}
.home-st-frame__view video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.home-st-frame__view svg {
  display: block;
  width: 100%;
  height: 100%;
}
