/* VENCOVA HOMEPAGE R5 — COMO FUNCIONA + CONTACTO + WHATSAPP */

.vhome-r5__route-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.vhome-r5__route-detail{
  margin:14px 0 0;
  padding-top:14px;
  border-top:1px solid #d9e8f7;
  color:#385a82;
  font-size:14px;
  line-height:1.52;
}

.vhome-r5__contact{
  background:#eef7ff;
  border-top:1px solid #d7e9f9;
  padding:64px 28px;
}
.vhome-r5__contact-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px 36px;
  align-items:center;
}
.vhome-r5__contact-copy{
  max-width:760px;
}
.vhome-r5__eyebrow{
  color:#0b6fd8;
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  margin-bottom:12px;
}
.vhome-r5__contact h2{
  margin:0 0 14px;
  color:#062f68;
  font-size:clamp(30px,3.4vw,46px);
  line-height:1.08;
}
.vhome-r5__contact p{
  margin:0;
  color:#4f6f97;
  font-size:17px;
  line-height:1.58;
}
.vhome-r5__microcopy{
  margin-top:16px !important;
  font-size:14px !important;
}
.vhome-r5__contact-actions{
  display:grid;
  gap:12px;
  min-width:290px;
}
.vhome-r5__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  font-size:16px;
  white-space:nowrap;
}
.vhome-r5__btn--primary{
  color:#fff;
  background:#0874e8;
  border:1px solid #0874e8;
}
.vhome-r5__btn--whatsapp{
  color:#fff;
  background:#16a34a;
  border:1px solid #16a34a;
}
.vhome-r5__contact-meta{
  grid-column:1 / -1;
  display:flex;
  gap:12px;
  align-items:baseline;
  padding-top:18px;
  border-top:1px solid #d7e5f4;
  color:#4e7098;
}
.vhome-r5__contact-meta span{
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.vhome-r5__contact-meta strong{
  color:#0b396f;
  font-size:15px;
}
.vhome-r5__social-links{
  display:none;
}

.vhome-r5__wa-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:3500;
  display:flex;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:0 16px 0 10px;
  border-radius:999px;
  background:#16a34a;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  box-shadow:0 12px 28px rgba(0,0,0,.2);
}
.vhome-r5__wa-icon{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  color:#16a34a;
  font-size:10px;
  font-weight:900;
}
.vhome-r5__footer-contact{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  padding:12px 18px;
  font-size:13px;
}
.vhome-r5__footer-contact a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:1100px){
  .vhome-r5__route-detail{
    font-size:13px;
  }
}
@media(max-width:820px){
  .vhome-r5__contact{
    padding:48px 20px;
  }
  .vhome-r5__contact-inner{
    grid-template-columns:1fr;
  }
  .vhome-r5__contact-actions{
    min-width:0;
  }
  .vhome-r5__contact-meta{
    grid-column:auto;
  }
}
@media(max-width:600px){
  .vhome-r5__route-detail{
    font-size:14px;
  }
  .vhome-r5__wa-float{
    right:14px;
    bottom:14px;
    width:50px;
    height:50px;
    min-height:50px;
    padding:0;
    justify-content:center;
  }
  .vhome-r5__wa-label{
    display:none;
  }
  .vhome-r5__wa-icon{
    width:34px;
    height:34px;
  }
}

/* VENCOVA HOMEPAGE R5.1 — DOM-corrected route cards + WhatsApp SVG */
.vhome-r51__route-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.vhome-r51__route-detail{
  margin:14px 0 0 !important;
  padding-top:14px;
  border-top:1px solid #d9e8f7;
  color:#385a82 !important;
  font-size:14px !important;
  line-height:1.52 !important;
}
.vhome-r5__wa-icon svg{
  width:22px;
  height:22px;
  display:block;
}
.vhome-r5__btn--whatsapp{
  gap:9px;
}
.vhome-r5__btn--whatsapp svg{
  width:22px;
  height:22px;
  flex:0 0 22px;
}
.vhome-r5__footer-contact a{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.vhome-r5__footer-contact a svg{
  width:18px;
  height:18px;
}
@media(max-width:1100px){
  .vhome-r51__route-detail{font-size:13px !important;}
}
@media(max-width:600px){
  .vhome-r51__route-detail{font-size:14px !important;}
}

/* VENCOVA HOMEPAGE R5.2 — preserve original subtitles and normalize explanation weight */
.vhome-r52__route-card{
  min-height:100%;
}
.vhome-r52__route-card > span{
  display:block !important;
  margin-top:6px;
}
.vhome-r52__route-detail{
  display:block;
  margin:14px 0 0 !important;
  padding-top:14px;
  border-top:1px solid #d9e8f7;
  color:#4f6f97 !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
}
@media(max-width:1100px){
  .vhome-r52__route-detail{font-size:13px !important;}
}
@media(max-width:600px){
  .vhome-r52__route-detail{font-size:14px !important;}
}
