/* Reviews V2 — premium trust + conversion */

.rv2 {
  --rv2-ink: #142033;
  --rv2-muted: #5a6573;
  --rv2-sand: #f4f0e8;
  --rv2-paper: #fffcf8;
  --rv2-line: #e0d7c8;
  --rv2-orange: #ea580c;
  --rv2-orange-deep: #c2410c;
  --rv2-gold: #c9a227;
}

.rv2-hero {
  position: relative;
  background: #0b1220;
  color: #fff;
  overflow: hidden;
}

.rv2-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(72vh, 40rem);
  margin: 0 auto;
  background: #0b1220;
}

.rv2-hero__poster,
.rv2-hero__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rv2-hero__poster {
  object-fit: cover;
  z-index: 2;
  transition: opacity 0.4s ease;
}
.rv2-hero__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.rv2-hero__iframe {
  z-index: 1;
}

.rv2-hero__unmute {
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 650;
  background: rgba(255, 252, 247, 0.95);
  color: var(--rv2-ink);
  cursor: pointer;
}
.rv2-hero__unmute.is-on {
  background: var(--rv2-orange);
  color: #fff;
}

.rv2-hero__caption {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.85rem 1.25rem 1.1rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}

.rv2-main {
  background:
    radial-gradient(90% 60% at 0% 0%, #fff8ec 0%, transparent 55%),
    var(--rv2-sand);
  padding: 1.75rem 0 0;
}

.rv2-wrap {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
}

.rv2-intro {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}
.rv2-intro__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rv2-orange-deep);
  font-weight: 650;
}
.rv2-intro__title {
  margin: 0 0 0.5rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  line-height: 1.12;
  color: var(--rv2-ink);
  font-weight: 500;
}
.rv2-intro__lede {
  margin: 0;
  color: var(--rv2-muted);
  font-size: 1.08rem;
  line-height: 1.45;
}

.rv2-platform-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.5rem;
}
.rv2-platform-jump a {
  font-weight: 700;
  color: var(--rv2-ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.rv2-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}
.rv2-tab {
  border: 1px solid var(--rv2-line);
  background: var(--rv2-paper);
  color: var(--rv2-ink);
  border-radius: 999px;
  padding: 0.7rem 1.05rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 2.85rem;
}
.rv2-tab__count {
  color: var(--rv2-muted);
  font-weight: 550;
}
.rv2-tab.is-active {
  background: var(--rv2-ink);
  border-color: var(--rv2-ink);
  color: #fff;
}
.rv2-tab.is-active .rv2-tab__count {
  color: rgba(255, 255, 255, 0.78);
}

.rv2-feed-note {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.75rem;
  color: var(--rv2-ink);
  font-size: 0.98rem;
  line-height: 1.4;
}
.rv2-feed-note a {
  color: var(--rv2-orange-deep);
  font-weight: 650;
}

.rv2-feed {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.rv2-card {
  background: var(--rv2-paper);
  border: 1px solid var(--rv2-line);
  border-radius: 1.1rem;
  padding: 1.45rem 1.4rem 1.35rem;
  box-shadow: 0 10px 28px rgba(20, 32, 51, 0.05);
}
.rv2-card__stars {
  margin: 0 0 0.75rem;
  color: var(--rv2-gold);
  letter-spacing: 0.12em;
  font-size: 1.05rem;
}
.rv2-card__quote {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  line-height: 1.4;
  color: var(--rv2-ink);
  font-weight: 400;
}
.rv2-card__meta {
  margin: 1.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  align-items: baseline;
  font-size: 1rem;
}
.rv2-card__name {
  font-weight: 700;
  color: var(--rv2-ink);
}
.rv2-card__date {
  color: var(--rv2-muted);
  font-size: 0.95rem;
}
.rv2-card__via {
  color: var(--rv2-muted);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.rv2-mid-video {
  margin: 0.35rem 0 0.15rem;
  background: #0f1724;
  border-radius: 1.1rem;
  overflow: hidden;
  color: #fff;
}
.rv2-mid-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}
.rv2-mid-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.rv2-mid-video figcaption {
  padding: 0.75rem 1rem 0.95rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}

.rv2-cta {
  margin-top: 2.5rem;
  background: linear-gradient(160deg, #1a2333 0%, #0b1220 100%);
  color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.rv2-cta__title {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  font-weight: 500;
}
.rv2-cta__sub {
  margin: 0.75rem 0 1.5rem;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  color: rgba(255, 255, 255, 0.82);
}
.rv2-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.95rem 1.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #fb923c 0%, var(--rv2-orange) 45%, var(--rv2-orange-deep) 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.35);
}
.rv2-cta__btn:hover {
  filter: brightness(1.05);
}

@media (min-width: 900px) {
  .rv2-feed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .rv2-mid-video {
    grid-column: 1 / -1;
  }
  .rv2-cta {
    padding: 3.25rem 2rem;
  }
}
