/* =========================================================================
   Top Dental Care — /reviews
   4 testimonios reales (verbatim) + 5 videos (facade) + Google Reviews.
   Bug del "Contact us" (mailto roto) reemplazado por WhatsApp. Depende de main.css.
   ========================================================================= */

.rv-main { overflow-x: clip; }
.rv-wrap { max-width: var(--td-maxw); margin-inline: auto; padding-inline: clamp(18px, 5vw, 40px); box-sizing: border-box; }
.rv-section { padding-block: clamp(48px, 6.5vw, 92px); }
.rv-kicker { font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; color: var(--td-primary); margin: 0 0 .6rem; }
.rv-h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 0 0 .5rem; }
.rv-lead { color: var(--td-ink-soft); font-size: clamp(1rem, 1.4vw, 1.15rem); max-width: 66ch; }
.rv-center { text-align: center; }
.rv-center .rv-lead { margin-inline: auto; }

/* Hero */
.rv-hero { position: relative; color: #fff; isolation: isolate; overflow: hidden; text-align: center; padding-block: clamp(70px, 10vw, 120px); }
.rv-hero__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center 30%; }
.rv-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(1,45,80,.86), rgba(1,79,138,.82)); }
.rv-hero__inner { position: relative; z-index: 2; max-width: 900px; margin-inline: auto; padding-inline: clamp(18px,5vw,40px); box-sizing: border-box; }
.rv-hero h1 { color: #fff; font-size: clamp(1.9rem, 4.4vw, 3rem); margin: 0 0 .6rem; overflow-wrap: break-word; }
.rv-hero p { color: rgba(255,255,255,.92); font-size: clamp(1.02rem, 1.6vw, 1.2rem); margin: 0; }
.rv-hero__stars { color: #ffd15c; font-size: 1.4rem; letter-spacing: 3px; margin-bottom: 1rem; }

/* Testimonios de texto — 2 columnas, cards de altura variable */
.rv-quotes { columns: 2; column-gap: 1.4rem; margin-top: 2.4rem; }
.rv-quote { break-inside: avoid; background: #fff; border: 1px solid var(--td-line); border-radius: var(--td-radius); padding: 1.6rem 1.7rem; box-shadow: var(--td-shadow-sm); margin: 0 0 1.4rem; transition: transform .3s ease, box-shadow .3s ease; }
.rv-quote:hover { transform: translateY(-3px); box-shadow: var(--td-shadow); }
.rv-quote__stars { color: #ffd15c; letter-spacing: 2px; margin-bottom: .6rem; }
.rv-quote p { margin: 0 0 1rem; color: var(--td-ink); line-height: 1.7; }
.rv-quote footer { display: flex; align-items: center; gap: .7rem; border-top: 1px solid var(--td-line); padding-top: .9rem; }
.rv-quote__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--td-primary); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--td-font-head); flex: none; }
.rv-quote__name { font-weight: 700; color: var(--td-ink); }
.rv-quote__city { display: block; font-size: .85rem; color: var(--td-ink-soft); }

/* Videos (facade) */
.rv-videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.2rem; }
.rv-video { position: relative; aspect-ratio: 16/9; border-radius: var(--td-radius); overflow: hidden; cursor: pointer; background: #0a2540 center/cover no-repeat; border: 0; padding: 0; width: 100%; box-shadow: var(--td-shadow-sm); }
.rv-video::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.45)); transition: background .3s; }
.rv-video:hover::before { background: linear-gradient(180deg, rgba(1,112,185,.2), rgba(0,0,0,.5)); }
.rv-video__play { position: absolute; inset: 0; margin: auto; width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; transition: transform .3s; }
.rv-video:hover .rv-video__play { transform: scale(1.08); }
.rv-video__play svg { width: 24px; height: 24px; color: var(--td-primary); margin-left: 3px; }
.rv-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Google + CTA band */
.rv-cta { background: linear-gradient(135deg, var(--td-primary), var(--td-primary-dark)); color: #fff; text-align: center; }
.rv-cta h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin: 0 0 .5rem; }
.rv-cta p { color: rgba(255,255,255,.92); max-width: 56ch; margin: 0 auto 1.6rem; }
.rv-cta__row { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.rv-btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; border-radius: 999px; padding: .9rem 1.6rem; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background-color .25s, color .25s; }
.rv-btn:hover { transform: translateY(-2px); text-decoration: none; }
.rv-btn--wa { background: #25D366; color: #062b16; }
.rv-btn--wa:hover { background: #1fbb59; color: #062b16; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.rv-btn--white { background: #fff; color: var(--td-primary-dark); }
.rv-btn--white:hover { box-shadow: 0 10px 26px rgba(0,0,0,.2); color: var(--td-primary-dark); }
.rv-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6); }
.rv-btn--ghost:hover { background: #fff; color: var(--td-primary-dark); }

@media (max-width: 900px) {
	.rv-videos { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.rv-quotes { columns: 1; }
	.rv-videos { grid-template-columns: 1fr; }
	.rv-cta__row { flex-direction: column; align-items: stretch; }
	.rv-btn { justify-content: center; }
}
