/* Commercial homepage: compact introduction, three choices, private-trip disclosure. */
.rv-home .hero { min-height:0; align-items:center; }
.rv-home .hero::after { background:linear-gradient(90deg,rgba(0,0,44,.9) 0%,rgba(0,0,44,.63) 52%,rgba(0,0,44,.2) 100%); }
.rv-home .hero__contenido { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr); align-items:center; gap:3rem; padding-block:3.2rem; max-width:var(--ancho); }
.rv-home .hero__sello { animation:none; margin-bottom:1.2rem; font-size:.73rem; }
.rv-home .hero h1 { font-size:clamp(2.1rem,3.6vw,3.3rem); max-width:24ch; margin-bottom:1rem; text-wrap:initial; }
.rv-home .hero__entradilla { font-size:1.08rem; line-height:1.55; max-width:48ch; margin-bottom:1rem; }
.rv-hero-small { font-size:.86rem; opacity:.95; }
.rv-hero-booking { background:rgba(255,255,255,.68); border:1px solid #ffffff80; border-radius:20px; padding:1.6rem; color:var(--azul-marino); box-shadow:0 16px 40px #001c3633; }
.rv-hero-booking h2 { font-size:1.3rem; margin-bottom:.65rem; }
.rv-hero-price { font:700 clamp(1.9rem,3vw,2.4rem)/1.15 var(--fuente-titulo); color:#005f57; }
.rv-hero-unit { font-size:.85rem; color:#465264; margin:.3rem 0 .8rem; }
.rv-hero-reference { display:flex; align-items:center; gap:.6rem; color:#465264; font-weight:600; }
.rv-hero-reference[hidden] { display:none; }
.rv-hero-reference s { font-size:1.1rem; text-decoration-thickness:2px; text-decoration-color:#b53c3c; }
.rv-hero-reference span { font-size:.72rem; padding:.2rem .45rem; background:#006b60; color:white; border-radius:5px; }
.rv-hero-booking .hero__acciones { display:block; margin:.9rem 0 .8rem; }
.rv-hero-booking .boton { width:100%; padding:1rem .7rem; text-align:center; }
.rv-hero-rating { display:block; font-size:.85rem; color:var(--azul-marino); text-decoration:none; margin-bottom:.65rem; }
.rv-hero-rating span { color:#a66e00; letter-spacing:.08em; }
.rv-hero-cancel { font-size:.8rem; color:#465264; line-height:1.45; }
.rv-home .confianza { padding-block:.75rem; }
.rv-home .confianza__lista { gap:1.2rem; }
.rv-home .confianza__item { font-size:.8rem; }
.rv-home #experiencias { padding-block:3rem; scroll-margin-top:80px; }
.rv-home #experiencias h2 { font-size:clamp(1.8rem,3vw,2.5rem); }
.rv-home .rv-choices { margin-top:1.5rem; }
.rv-home .rv-choices > .tarjeta .tarjeta__figura { aspect-ratio:16/10; }
.rv-home .rv-choices > .tarjeta .tarjeta__texto { font-size:.95rem; line-height:1.6; }
.rv-home #experiencias .tarjeta__meta { font-size:.7rem; }
.rv-home #experiencias .tarjeta__acciones { display:flex; flex-direction:column; gap:.7rem; align-items:stretch; }
.rv-home #experiencias .tarjeta__acciones .rv-details-link { text-align:center; color:#394a60; font-size:.85rem; font-weight:600; text-decoration:underline; }
.rv-home .rv-private-options { margin-top:1.25rem; border:1px solid #cadde2; border-radius:14px; padding:.2rem 1.1rem; scroll-margin-top:88px; background:#f6fafb; }
.rv-home .rv-private-options > summary { cursor:pointer; font-weight:700; color:var(--azul-marino); padding:1rem .25rem; }
.rv-home .rv-private-options[open] { padding-bottom:1.4rem; }
.rv-home .rv-private-options .rejilla { margin-top:1rem; }
.rv-home .rv-private-options .tarjeta__figura { aspect-ratio:16/9; }
.rv-home .rv-private-options .tarjeta h3 { font-size:1.35rem; }
.rv-home .rv-private-options .tarjeta__texto { font-size:.9rem; line-height:1.5; }
.rv-home #resenas { padding-block:3rem; }
/* Keep both existing help channels clear of each other. */
@media(max-width:700px) {
 .rv-home .hero__contenido { grid-template-columns:1fr; gap:1.1rem; padding-block:1.7rem; }
 .rv-home .hero::after { background:linear-gradient(180deg,rgba(0,0,44,.66),rgba(0,0,44,.84)); }
 .rv-home .hero h1 { font-size:2rem; max-width:22ch; margin-bottom:.75rem; }
 .rv-home .hero__sello { margin-bottom:.7rem; padding:.3rem .65rem; font-size:.65rem; }
 .rv-home .hero__entradilla { font-size:.95rem; margin-bottom:0; }
 .rv-home .rv-hero-small { display:none; }
 .rv-home .rv-hero-booking { padding:1.1rem 1.25rem; border-radius:15px; }
 .rv-home .rv-hero-booking h2 { font-size:1.05rem; margin-bottom:.35rem; }
 .rv-home .rv-hero-reference s { font-size:.95rem; }
 .rv-home .rv-hero-price { font-size:1.95rem; }
 .rv-home .rv-hero-unit { margin:.15rem 0 .55rem; font-size:.75rem; }
 .rv-home .rv-hero-booking .hero__acciones { margin:.6rem 0; }
 .rv-home .rv-hero-booking .boton { padding:.8rem .5rem; }
 .rv-home .rv-hero-rating { font-size:.8rem; margin-bottom:.4rem; }
 .rv-home .rv-hero-cancel { font-size:.72rem; }
 .rv-home .confianza { display:none; }
 .rv-home #experiencias { padding-block:2rem; }
 .rv-home #experiencias .rv-choices { grid-template-columns:1fr; }
 .rv-home .whatsapp-flotante { left:14px!important; bottom:14px!important; width:48px; height:48px; }
 .rv-home #rv-agent-root .rv-launcher { right:14px; max-width:calc(100% - 90px); }
}

/* Dark copy stays readable on the translucent booking card. */
.rv-hero-unit,.rv-hero-cancel,.rv-hero-reference { color:#24384a; }
