/* ═══ DDS Playhouse — Premium / Apple Music level landing ═══════════════════ */

body.premium-page {
  background: #000 !important;
  color: #f5f5f7;
}

body.premium-page .site-bg,
body.premium-page .inner-warper {
  background: transparent !important;
}

/* ─── Navbar: floats over hero, glass on scroll ─────────────────────────── */
body.premium-page header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  animation: none !important;
  transition:
    background 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    backdrop-filter 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

body.premium-page.premium-scrolled header,
body.premium-page.fixed header {
  background: rgba(8, 8, 10, 0.78) !important;
  backdrop-filter: saturate(190%) blur(22px);
  -webkit-backdrop-filter: saturate(190%) blur(22px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

body.premium-page header .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
}

body.premium-page header .nav-item .nav-link:hover,
body.premium-page header .nav-item .nav-link.active {
  color: #fff !important;
}

body.premium-page header .logo img {
  filter: brightness(1.1);
}

body.premium-page .login-signup .btn {
  border-radius: 980px !important;
  font-weight: 600;
  padding: 10px 22px !important;
}

body.premium-page .login-signup .btn-secondary {
  background: linear-gradient(135deg, #e90e8b, #ff4da6) !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(233, 14, 139, 0.4);
}

body.premium-page footer {
  background: #000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.65);
}

body.premium-page footer .body-2,
body.premium-page footer .headings-h5 {
  color: rgba(255, 255, 255, 0.6) !important;
}

body.premium-page footer a {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ─── Scroll progress ───────────────────────────────────────────────────── */
.premium-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  z-index: 3000;
  background: linear-gradient(90deg, #e90e8b, #ff6bb5, #a855f7);
  transform-origin: left;
  pointer-events: none;
}

/* ─── Page wrapper ──────────────────────────────────────────────────────── */
.premium-landing {
  position: relative;
  overflow-x: clip;
  background: #000;
}

/* ─── HERO — full viewport cinematic ────────────────────────────────────── */
.premium-hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.premium-hero__media-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.premium-hero__media {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  object-position: center;
}

.premium-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.premium-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 35%),
    linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.55) 42%, transparent 72%);
  pointer-events: none;
}

.premium-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 70% 50% at 20% 80%, rgba(233, 14, 139, 0.35), transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 20%, rgba(168, 85, 247, 0.2), transparent 55%);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.7;
}

.premium-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.premium-hero__content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 clamp(20px, 5vw, 80px) clamp(48px, 8vh, 100px);
  max-width: 1440px;
  margin: 0 auto;
}

.premium-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e90e8b;
  margin-bottom: 1.25rem;
}

.premium-hero__title {
  font-size: clamp(2.75rem, 7.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 1.25rem;
  max-width: 14ch;
}

.premium-hero__title .premium-word {
  display: inline-block;
  margin-right: 0.22em;
}

.premium-hero__title .premium-accent {
  background: linear-gradient(135deg, #ff6bb5 0%, #e90e8b 50%, #c026d3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.premium-hero__sub {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
  max-width: 520px;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.premium-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 16px 36px;
  border-radius: 980px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  letter-spacing: -0.01em;
}

.premium-btn--primary {
  background: linear-gradient(135deg, #e90e8b 0%, #ff4da6 100%);
  color: #fff !important;
  box-shadow: 0 8px 40px rgba(233, 14, 139, 0.5);
}

.premium-btn--primary:hover {
  box-shadow: 0 12px 48px rgba(233, 14, 139, 0.65);
  color: #fff !important;
}

.premium-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.premium-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff !important;
}

.premium-hero__dots {
  position: absolute;
  bottom: clamp(32px, 5vh, 56px);
  right: clamp(20px, 5vw, 80px);
  z-index: 10;
  display: flex;
  gap: 8px;
}

.premium-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.35s ease;
}

.premium-hero__dot.is-active {
  background: #e90e8b;
  width: 28px;
  border-radius: 4px;
}

.premium-hero__scroll {
  position: absolute;
  bottom: clamp(32px, 5vh, 56px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.premium-hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.5), transparent);
  animation: premium-scroll-pulse 2s ease-in-out infinite;
}

@keyframes premium-scroll-pulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.6); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ─── Sections ──────────────────────────────────────────────────────────── */
.premium-section {
  position: relative;
  padding: clamp(100px, 14vh, 160px) clamp(20px, 5vw, 80px);
}

.premium-section--statement {
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(233, 14, 139, 0.14), transparent 65%),
    #000;
}

.premium-section--dark {
  background: #000;
}

.premium-section--glow {
  background:
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(168, 85, 247, 0.12), transparent),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(233, 14, 139, 0.1), transparent),
    #000;
}

.premium-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.premium-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e90e8b;
  margin-bottom: 1rem;
}

.premium-headline {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 1.25rem;
}

.premium-headline em {
  font-style: normal;
  background: linear-gradient(135deg, #ff8ec4, #e90e8b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.premium-body {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
  max-width: 560px;
}

.premium-body--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Glass statement card */
.premium-glass {
  padding: clamp(40px, 6vw, 72px);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  box-shadow:
    0 32px 100px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  text-align: center;
}

/* Bento steps */
.premium-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

@media (max-width: 991px) {
  .premium-bento {
    grid-template-columns: 1fr;
  }
}

.premium-bento__card {
  padding: 36px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.premium-bento__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(233, 14, 139, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.premium-bento__card:hover::before {
  opacity: 1;
}

.premium-bento__card:hover {
  border-color: rgba(233, 14, 139, 0.35);
  box-shadow: 0 24px 60px rgba(233, 14, 139, 0.15);
}

.premium-bento__num {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, rgba(233,14,139,0.5), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}

.premium-bento__icon {
  font-size: 2.5rem;
  color: #e90e8b;
  margin-bottom: 16px;
  display: block;
}

.premium-bento__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.premium-bento__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  margin-bottom: 20px;
}

.premium-bento__link {
  position: relative;
  z-index: 1;
  color: #ff6bb5 !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.premium-bento__link:hover {
  color: #ff9ecf !important;
}

/* Popular models — keep original Owl Carousel slider on premium landing */
.landing-cinematic .popular-modal-section,
.premium-landing .popular-modal-section {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(233, 14, 139, 0.12), transparent),
    #0a0a0c;
}

.premium-landing .premium-popular-title,
.landing-cinematic .premium-popular-title {
  color: #f5f5f7;
  margin-bottom: 12px;
}

.premium-landing .premium-popular-desc,
.landing-cinematic .premium-popular-desc {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0;
}

.premium-landing .popular-modal-slider .models2-box,
.landing-cinematic .popular-modal-slider .models2-box {
  border-radius: 16px;
  overflow: hidden;
}

.premium-landing .popular-modal-slider .owl-nav button,
.landing-cinematic .popular-modal-slider .owl-nav button {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
}

/* Message board split */
.premium-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

@media (max-width: 767px) {
  .premium-split {
    grid-template-columns: 1fr;
  }
}

.premium-split__image {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 40px 100px rgba(233, 14, 139, 0.2);
}

.premium-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Live grid */
.premium-live-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.premium-live-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  display: block;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.premium-live-card:hover {
  border-color: rgba(233, 14, 139, 0.4);
  box-shadow: 0 20px 60px rgba(233, 14, 139, 0.2);
}

.premium-live-card__img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.premium-live-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-live-card:hover .premium-live-card__img img {
  transform: scale(1.06);
}

.premium-live-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff2d55;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  border-radius: 6px;
  animation: premium-live-pulse 1.8s ease-in-out infinite;
}

@keyframes premium-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 45, 85, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(255, 45, 85, 0); }
}

.premium-live-card__body {
  padding: 18px 20px;
}

.premium-live-card__user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.premium-live-card__user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.premium-live-card__username {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.premium-live-card__price {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.premium-live-card__price--free {
  color: #34d399;
}

@media (max-width: 767px) {
  .premium-hero__title {
    max-width: 100%;
  }

  .premium-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .premium-btn {
    width: 100%;
    text-align: center;
  }

  .premium-hero__scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-progress,
  .premium-hero__scroll-line,
  .premium-live-badge {
    animation: none !important;
  }
}
