/* === HERO WRAP ======================================================= */

.r90-hero-wrap {
  max-width: 1200px;
  margin: 2.5rem auto 2rem;
  padding: clamp(2.5rem, 5vh, 3.5rem) clamp(1.5rem, 4vw, 3rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 111, 206, 0.25), transparent 55%),
    radial-gradient(circle at bottom right, rgba(0, 186, 255, 0.25), transparent 55%),
    #070711;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
}

.r90-hero-wrap:before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.06), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.r90-hero-left,
.r90-hero-right {
  position: relative;
  z-index: 1; /* peste glow */
}

/* === CARD STÂNGA ===================================================== */

.r90-hero-card {
  width: 260px;
  max-width: 100%;
  padding: 1.5rem 1.75rem;
  border-radius: 24px;
  background: radial-gradient(circle at top, #241134, #120719);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
}

.r90-hero-cover-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  padding: 4px;
  background: linear-gradient(145deg, #ff8bd9, #43c5ff);
  margin-bottom: 1rem;
}

.r90-hero-cover {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: #050308 url('/wp-content/uploads/2024/01/90hit-cover-placeholder.webp') center/cover no-repeat;
}

/* text mic din card */

.r90-hero-meta {
  color: #fdf7ff;
  font-size: 0.9rem;
}

.r90-hero-slot {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.5rem;
}

.r90-hero-show {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffb6ff;
}

.r90-hero-time {
  opacity: 0.8;
}

.r90-hero-track {
  font-size: 0.82rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}

/* Buton Ascultă */

.r90-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(120deg, #ff4fd0, #ffb347);
  color: #050308;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.8);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.r90-hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.9);
}

.r90-hero-cta-icon {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, #fff7f5, transparent 60%),
    radial-gradient(circle at 70% 70%, #ff3cb8, #b615ff);
}

/* === COLUMNA DREAPTĂ ================================================= */

.r90-hero-title {
  font-size: clamp(2.2rem, 3.2vw, 2.6rem);
  line-height: 1.1;
  margin-bottom: 0.6rem;
  color: #fdf7ff;
}

.r90-hero-title span {
  color: #43c5ff;
}

.r90-hero-subtitle {
  font-size: 0.98rem;
  max-width: 460px;
  color: rgba(240, 240, 255, 0.92);
  margin-bottom: 0.9rem;
}

.r90-hero-dynamic {
  font-size: 0.92rem;
  color: rgba(245, 245, 255, 0.95);
  max-width: 520px;
  margin-bottom: 1.6rem;
}

.r90-hero-dynamic strong {
  color: #ff9de1;
}

/* === CTA pills dreapta ============================================== */

.r90-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.r90-hero-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #fdf7ff !important;
  font-size: 0.9rem;
  text-decoration: none;
  transition:
    background 0.18s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.18s ease;
}

.r90-hero-pill:hover {
  background: linear-gradient(120deg, #ff4fd0, #43c5ff);
  border-color: transparent;
  box-shadow: 0 0 18px rgba(255, 111, 206, 0.5);
  transform: translateY(-1px);
}

/* === RESPONSIVE ===================================================== */

@media (max-width: 1024px) {
  .r90-hero-wrap {
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .r90-hero-wrap {
    margin: 1.5rem 1rem 1.2rem;
    padding: 1.8rem 1.4rem 1.6rem;
  }

  .r90-hero-card {
    margin: 0 auto 1.6rem;
  }

  .r90-hero-title,
  .r90-hero-subtitle,
  .r90-hero-dynamic {
    text-align: left;
  }

  .r90-hero-actions {
    justify-content: flex-start;
  }
}
.r90-hero-cover {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #05020f;
}
/* Hero CTA – buton play compact */
.r90-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4b8b, #ff8a4b);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    transform-origin: center;
    transition:
        transform 0.15s ease-out,
        box-shadow 0.15s ease-out,
        background 0.2s ease-out;
}

.r90-hero-cta:hover,
.r90-hero-cta:focus-visible {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
    background: linear-gradient(135deg, #ff5c9a, #ff9b5c);
    outline: none;
}

.r90-hero-cta:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* Icon rotund tip „play” */
.r90-hero-cta-icon {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff, #ffd2f0 40%, #ff4b8b 80%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.r90-hero-cta-icon::before {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.05rem; /* ușor spre dreapta */
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #4b0037;
}

.r90-hero-cta-text {
    white-space: nowrap;
}
