/* ===== CineVerse - Watch Together ===== */
:root {
  --bg-dark: #0d0a14;
  --bg-card: #15121c;
  --bg-input: #1a1622;
  --accent: #a855f7;
  --accent-light: #c084fc;
  --accent-glow: rgba(168, 85, 247, 0.4);
  --text: #f5f5f5;
  --text-muted: #a0a0a8;
  --border: #2a2433;
  --radius: 12px;
  --radius-lg: 20px;
  --font: 'Outfit', -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: var(--bg-dark);
  color: var(--text);
  line-height: 1.5;
  min-height: 100vh;
  background-image: radial-gradient(ellipse 80% 50% at 70% 20%, rgba(168, 85, 247, 0.12) 0%, transparent 50%);
}

/* ----- Header ----- */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 11, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.15em;
}

.nav {
  display: flex;
  gap: 2rem;
}

.nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  gap: 0.75rem;
}

/* ----- Buttons ----- */
.btn {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius);
  cursor: pointer;
  border: none;
  transition: transform 0.15s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-ghost {
  background: var(--bg-card);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-ghost:hover {
  background: #1e1a26;
  box-shadow: 0 0 20px var(--accent-glow);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #7c3aed 100%);
  color: #fff;
  box-shadow: 0 4px 20px var(--accent-glow);
}

.btn-primary:hover {
  box-shadow: 0 6px 28px var(--accent-glow);
}

.btn-lg {
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
  margin-top: 1rem;
}

.btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
}

.btn-xl {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}

/* ----- Hero ----- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 4rem 3rem 6rem;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-content {
  max-width: 520px;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}

.hero-title span {
  display: block;
}

.hero-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 420px;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-image {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 0 50px var(--accent-glow));
}

.hero-brand {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 800;
  color: var(--accent);
  text-shadow: 0 0 60px var(--accent-glow), 0 4px 20px rgba(0,0,0,0.4);
  letter-spacing: -0.03em;
  line-height: 1;
}

/* ----- Content strip (posters + streaming) ----- */
.content-strip {
  padding: 3rem 2rem;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.partners-title {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.posters-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.posters-row.posters-scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
}

.poster-placeholder {
  width: 120px;
  height: 170px;
  background: linear-gradient(145deg, #1e1e22 0%, #161618 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* Poster: varsayilan siyah-beyaz, hover'da renkli + surekli hareket */
.poster-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 170px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.poster-wrap:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px var(--accent-glow);
  animation: posterGlow 1.5s ease-in-out infinite, posterFloat 3s ease-in-out infinite;
}

@keyframes posterGlow {
  0%, 100% { box-shadow: 0 0 25px var(--accent-glow); }
  50% { box-shadow: 0 0 45px var(--accent-glow), 0 0 60px rgba(168, 85, 247, 0.2); }
}

@keyframes posterFloat {
  0%, 100% { transform: scale(1.08) translateY(0); }
  50% { transform: scale(1.08) translateY(-6px); }
}

.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.poster-wrap:hover .poster-img {
  filter: grayscale(0%);
}

.streaming-logos {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.stream-logo {
  font-weight: 700;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
}

.stream-logo.netflix { color: #e50914; }
.stream-logo.disney { color: #0063e5; }
.stream-logo.prime { color: #00a8e1; }
.stream-logo.max { color: #9b59b6; }
.stream-logo.youtube { color: #ff0000; }

.stream-logo-img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.95);
}

/* ----- Features ----- */
.features {
  padding: 5rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.feature-card:hover {
  border-color: rgba(229, 179, 24, 0.3);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.feature-card.featured {
  border-color: var(--accent);
  box-shadow: 0 0 30px var(--accent-glow);
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  filter: grayscale(0);
}

.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ----- Stats ----- */
.stats-section {
  padding: 4rem 2rem;
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ----- Profile section ----- */
.profile-section {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 3rem 5rem;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  margin-left: 2rem;
  margin-right: 2rem;
}

.profile-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.input-label,
.avatar-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.input-field {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--bg-input);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  margin-bottom: 1.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.input-field:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}

.avatar-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.avatar-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--bg-input);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.avatar-btn:hover {
  border-color: var(--text-muted);
}

.avatar-btn.active {
  border-color: var(--accent);
  box-shadow: 0 0 20px var(--accent-glow);
  background: rgba(229, 179, 24, 0.15);
}

.promo-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1rem;
}

.promo-desc {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  max-width: 420px;
}

.promo-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.promo-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.promo-icon {
  font-size: 1.1rem;
}

/* ----- Live Now ----- */
.live-section {
  padding: 4rem 3rem 5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.live-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.live-header .section-title {
  margin-bottom: 0.25rem;
}

.live-header .section-subtitle {
  margin-bottom: 0;
  flex-basis: 100%;
}

.link-view-all {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.link-view-all:hover {
  opacity: 0.85;
}

.live-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.25rem;
}

.live-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.live-card:hover {
  border-color: rgba(229, 179, 24, 0.4);
  transform: translateY(-2px);
}

.live-card-bg {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1e;
}

.live-badge {
  display: inline-block;
  font-size: 0.7rem;
  color: #ff4444;
  margin-bottom: 0.75rem;
}

.live-badge strong {
  color: var(--text);
}

.live-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  position: relative;
}

.live-host {
  font-size: 0.85rem;
  color: var(--accent);
  margin-bottom: 0.25rem;
  position: relative;
}

.live-count {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  position: relative;
}

.live-card .btn-sm {
  width: 100%;
  position: relative;
}

/* ----- Pricing ----- */
.pricing-section {
  padding: 5rem 3rem;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
}

.pricing-section .section-subtitle {
  margin-bottom: 3rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  background: var(--bg-dark);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: border-color 0.2s;
}

.pricing-card:hover {
  border-color: rgba(229, 179, 24, 0.3);
}

.pricing-card.popular {
  border-color: var(--accent);
  box-shadow: 0 0 40px var(--accent-glow);
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #0a0a0b;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.pricing-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.pricing-tagline {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 1.5rem;
}

.pricing-price .currency {
  font-size: 1.5rem;
  color: var(--text-muted);
}

.pricing-price .period {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
}

.pricing-features {
  list-style: none;
  margin-bottom: 1.5rem;
  text-align: left;
}

.pricing-features li {
  padding: 0.4rem 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  border-bottom: 1px solid var(--border);
}

.pricing-features li:last-child {
  border-bottom: none;
}

/* ----- Download ----- */
.download-section {
  padding: 5rem 3rem;
  text-align: center;
}

.download-section .btn-xl {
  margin-bottom: 1rem;
}

.download-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ----- Footer ----- */
.footer {
  padding: 3rem 3rem 2rem;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.footer-col ul {
  list-style: none;
}

.footer-col a {
  display: block;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer-bottom a {
  color: var(--text-muted);
  text-decoration: none;
  margin: 0 1rem;
}

.footer-bottom a:hover {
  color: var(--accent);
}

.footer-bottom p {
  margin-top: 1rem;
}

.footer-lang {
  margin-top: 0.75rem;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 0.85rem;
  cursor: pointer;
}

.footer-lang:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-desc {
    max-width: 100%;
  }

  .hero-buttons {
    justify-content: center;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .profile-section {
    grid-template-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .header {
    padding: 1rem 1.5rem;
  }

  .nav {
    display: none;
  }

  .live-section,
  .pricing-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 2rem 1.5rem 4rem;
  }

  .header-actions .btn-ghost {
    display: none;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .live-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
