
.hmfv5-wrap{max-width:1100px;margin:0 auto;padding:20px}
.hmfv5-rooms{display:grid;gap:22px}
.hmfv5-cols-2{grid-template-columns:repeat(2,1fr)}
.hmfv5-cols-3{grid-template-columns:repeat(3,1fr)}
.hmfv5-room-card{background:#fff;border:1px solid #eef2f6;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(16,24,40,.08)}
.hmfv5-room-image{height:230px;background-size:cover;background-position:center}
.hmfv5-no-image{display:flex;align-items:center;justify-content:center;background:#f2f4f7;color:#667085;font-weight:700}
.hmfv5-room-content{padding:20px}
.hmfv5-room-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.hmfv5-room-title h3{margin:0;font-size:22px;color:#101828}
.hmfv5-room-title span{background:#f2f4f7;border-radius:999px;padding:6px 10px;color:#344054;font-size:13px;font-weight:800}
.hmfv5-room-content p{color:#667085;line-height:1.5}
.hmfv5-price{display:flex;align-items:baseline;gap:6px;margin:14px 0}
.hmfv5-price strong{font-size:24px;color:#101828}
.hmfv5-price small{color:#667085}
.hmfv5-open-booking,.hmfv5-primary{border:0;border-radius:14px;padding:13px 16px;background:#101828;color:#fff;font-weight:800;cursor:pointer;width:100%}
.hmfv5-empty{border:1px dashed #d0d5dd;border-radius:18px;padding:22px;text-align:center;color:#667085;background:#fcfcfd}
.hmfv5-carousel{display:flex;gap:18px;overflow-x:auto;padding:10px 0}
.hmfv5-slide{min-width:280px;background:#fff;border:1px solid #eef2f6;border-radius:20px;overflow:hidden;box-shadow:0 12px 30px rgba(16,24,40,.08)}
.hmfv5-slide-img{height:170px;background-size:cover;background-position:center}
.hmfv5-slide-body{padding:14px}
.hmfv5-slide h3{margin:0 0 6px;color:#101828}
.hmfv5-slide p{margin:0;color:#667085}
.hmfv5-modal{display:none;position:fixed;inset:0;background:rgba(16,24,40,.62);z-index:99999;align-items:center;justify-content:center;padding:20px}
.hmfv5-modal.is-open{display:flex}
.hmfv5-modal-box{background:#fff;border-radius:24px;padding:24px;max-width:620px;width:100%;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.hmfv5-close{position:absolute;right:16px;top:14px;border:0;background:#f2f4f7;border-radius:50%;width:34px;height:34px;font-size:22px;cursor:pointer}
.hmfv5-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;column-gap:18px}
.hmfv5-form-grid label{display:flex;flex-direction:column;gap:6px;color:#344054;font-weight:800;font-size:13px}
.hmfv5-form-grid input,.hmfv5-box input,.hmfv5-box select,.hmfv5-box textarea{border:1px solid #d0d5dd;border-radius:14px;padding:11px 12px;background:#fff;color:#101828;width:100%}
.hmfv5-summary{display:grid;grid-template-columns:1fr auto;gap:8px;background:#f8fafc;border:1px solid #eef2f6;border-radius:16px;padding:14px;margin:16px 0;color:#344054}
.hmfv5-msg{margin-top:10px;color:#b42318;font-weight:700}
.hmfv5-client{max-width:1000px;margin:20px auto;padding:20px}
.hmfv5-client-hero{display:flex;justify-content:space-between;gap:16px;background:#fff;border:1px solid #eef2f6;border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(16,24,40,.08);margin-bottom:18px}
.hmfv5-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#667085;font-weight:800;margin:0 0 6px}
.hmfv5-client-hero h2{margin:0 0 8px;color:#101828}
.hmfv5-client-hero span{align-self:flex-start;background:#ecfdf3;color:#027a48;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}
.hmfv5-client-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.hmfv5-box{background:#fff;border:1px solid #eef2f6;border-radius:22px;padding:20px;box-shadow:0 12px 35px rgba(16,24,40,.06)}
.hmfv5-box h3{margin:0 0 12px;color:#101828}
.hmfv5-box small{color:#667085}
.hmfv5-box form{display:grid;gap:10px}
.hmfv5-line{display:flex;justify-content:space-between;border-bottom:1px solid #eef2f6;padding:10px 0;color:#344054}
.hmfv5-chat{display:grid;gap:10px;margin-bottom:12px;max-height:260px;overflow:auto}
.hmfv5-chat-msg{background:#f8fafc;border-radius:14px;padding:12px}
.hmfv5-chat-msg p{margin:5px 0 0;color:#344054}
@media(max-width:900px){.hmfv5-cols-3,.hmfv5-cols-2{grid-template-columns:1fr 1fr}.hmfv5-client-grid{grid-template-columns:1fr}}
@media(max-width:640px){.hmfv5-cols-3,.hmfv5-cols-2{grid-template-columns:1fr}.hmfv5-form-grid{grid-template-columns:1fr}.hmfv5-client-hero{flex-direction:column}}

.hmfv5-form-grid label{min-width:0}
.hmfv5-form-grid input{width:100%;box-sizing:border-box}

.hmfv5-room-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center}
.hmfv5-secondary-link{display:flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 16px;background:#f2f4f7;color:#344054;font-weight:800;text-decoration:none}
.hmfv5-secondary-link:hover{color:#101828;background:#e4e7ec}
.hmfv5-single{max-width:1100px;margin:0 auto;padding:24px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px}
.hmfv5-single-gallery,.hmfv5-single-content{background:#fff;border:1px solid #eef2f6;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(16,24,40,.08)}
.hmfv5-single-main-img{height:460px;background-size:cover;background-position:center}
.hmfv5-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px;background:#fff}
.hmfv5-thumb{height:92px;background-size:cover;background-position:center;border-radius:14px}
.hmfv5-single-content{padding:26px;overflow:visible}
.hmfv5-single-content h1{margin:0 0 12px;color:#101828;font-size:34px;line-height:1.1}
.hmfv5-single-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.hmfv5-single-meta span{background:#f2f4f7;border-radius:999px;padding:7px 12px;color:#344054;font-size:13px;font-weight:800}
.hmfv5-single-desc{color:#475467;line-height:1.65;margin-bottom:20px}
.hmfv5-single-book{background:#f8fafc;border:1px solid #eef2f6;border-radius:18px;padding:18px}
.hmfv5-single-book h3{margin:0 0 12px;color:#101828}
@media(max-width:900px){
    .hmfv5-single{grid-template-columns:1fr}
    .hmfv5-single-main-img{height:340px}
}
@media(max-width:640px){
    .hmfv5-room-actions{grid-template-columns:1fr}
    .hmfv5-thumbs{grid-template-columns:repeat(2,1fr)}
    .hmfv5-single{padding:14px}
}

.hmfv5-gallery-main{position:relative;cursor:zoom-in}
.hmfv5-gallery-open{position:absolute;right:16px;bottom:16px;border:0;border-radius:999px;background:rgba(16,24,40,.88);color:#fff;padding:10px 14px;font-weight:800;cursor:pointer}
.hmfv5-thumbs{display:flex;gap:10px;padding:14px;background:#fff;overflow-x:auto;scroll-snap-type:x mandatory}
.hmfv5-thumb-btn{min-width:116px;height:86px;border:2px solid transparent;border-radius:14px;background-size:cover;background-position:center;cursor:pointer;scroll-snap-align:start;padding:0;overflow:hidden}
.hmfv5-thumb-btn.is-active{border-color:#101828}
.hmfv5-thumb-btn span{display:none}
.hmfv5-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:100000;align-items:center;justify-content:center;padding:24px}
.hmfv5-lightbox.is-open{display:flex}
.hmfv5-lightbox img{max-width:94vw;max-height:88vh;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.hmfv5-lightbox-close{position:absolute;top:22px;right:24px;border:0;background:#fff;color:#101828;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;cursor:pointer}
@media(max-width:640px){
    .hmfv5-single-main-img{height:300px}
    .hmfv5-gallery-open{right:12px;bottom:12px;padding:9px 12px;font-size:13px}
    .hmfv5-thumb-btn{min-width:92px;height:72px}
}


/* Reserva dinámica */
.hmfv5-services-box{margin:16px 0;padding:14px;border:1px solid #e5e7eb;border-radius:18px;background:#f8fafc}.hmfv5-services-box h4{margin:0 0 10px}.hmfv5-service-line{display:grid;grid-template-columns:1fr 92px;gap:10px;align-items:center;background:#fff;border:1px solid #edf0f5;border-radius:14px;padding:10px;margin-bottom:8px}.hmfv5-service-line label{display:flex!important;gap:8px!important;align-items:center!important;margin:0!important}.hmfv5-service-line input[type=checkbox]{width:auto!important}.hmfv5-service-line input[type=number]{width:100%!important}.hmfv5-detail{grid-column:1/-1;background:#fff;border:1px solid #edf0f5;border-radius:12px;padding:10px;font-size:13px;line-height:1.45}.hmfv5-muted{color:#667085;font-size:13px}@media(max-width:620px){.hmfv5-service-line{grid-template-columns:1fr}.hmfv5-service-line input[type=number]{max-width:130px}}

.hmfv5-room-image-link{display:block;text-decoration:none;color:inherit}.hmfv5-room-title h3 a{color:inherit;text-decoration:none}.hmfv5-room-title h3 a:hover{text-decoration:underline}.hmfv5-room-image-link .hmfv5-room-image{transition:transform .2s ease,filter .2s ease}.hmfv5-room-image-link:hover .hmfv5-room-image{filter:brightness(.96)}


.hmfv5-payment-help {
    margin: 14px 0 16px;
    padding: 14px;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    background: #f8fafc;
    font-size: 14px;
}
.hmfv5-payment-help p {
    margin: 0 0 10px;
    color: #334155;
}
.hmfv5-whatsapp-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}
