.mcee-room-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 34px); }
.mcee-room-card { overflow: hidden; border-radius: 22px; background: #fff; border: 1px solid rgba(3,55,43,.1); box-shadow: 0 18px 50px rgba(3,55,43,.08); }
.mcee-room-media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #e8efe9; }
.mcee-room-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mcee-room-card:hover .mcee-room-media img { transform: scale(1.035); }
.mcee-room-placeholder { height: 100%; display: grid; place-items: center; color: #66756e; }
.mcee-room-status { display: inline-flex; align-items: center; width: fit-content; padding: 7px 11px; border-radius: 999px; background: #e2f5e9; color: #075a31; font-size: .78rem; font-weight: 700; }
.mcee-room-media .mcee-room-status { position: absolute; left: 16px; top: 16px; }
.mcee-room-status--proximamente { background: #fff1cc; color: #785600; }
.mcee-room-status--reservada { background: #e7ecff; color: #344795; }
.mcee-room-status--ocupada { background: #ececec; color: #555; }
.mcee-room-content { padding: 22px; }
.mcee-room-content h3 { margin: 5px 0 10px; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.08; }
.mcee-room-content h3 a { color: inherit; text-decoration: none; }
.mcee-room-area { margin: 0; color: #11855c; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mcee-room-content > p:not(.mcee-room-area) { color: #607169; }
.mcee-room-bottom { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid rgba(3,55,43,.1); }
.mcee-room-bottom strong { color: #073d31; font-size: 1.35rem; }
.mcee-room-bottom small, .mcee-room-price small { margin-left: 4px; font-size: .72rem; font-weight: 500; color: #64736d; }
.mcee-room-bottom a { font-weight: 700; white-space: nowrap; }
.mcee-rooms-empty { padding: 30px; border-radius: 18px; background: #f2f6f2; border: 1px dashed rgba(3,55,43,.22); }
.mcee-room-details { margin-block: 34px 70px; }
.mcee-room-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px; border-radius: 22px; background: #f2f6f2; }
.mcee-room-price { margin: 10px 0 0; color: #073d31; font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; line-height: 1; }
.mcee-room-deposit { margin-bottom: 0; color: #5d6c66; }
.mcee-room-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.mcee-contact-button, .mcee-whatsapp-button { text-decoration: none; }
.mcee-whatsapp-button { background: #1f9f63 !important; }
.mcee-room-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 28px 0; overflow: hidden; border: 1px solid rgba(3,55,43,.1); border-radius: 18px; background: rgba(3,55,43,.1); }
.mcee-room-facts > div { padding: 19px; background: #fff; }
.mcee-room-facts dt { color: #718078; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.mcee-room-facts dd { margin: 5px 0 0; color: #073d31; font-weight: 700; }
.mcee-room-section { margin-top: 34px; }
.mcee-room-chips { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; list-style: none; }
.mcee-room-chips li { padding: 9px 13px; border-radius: 999px; background: #e9f5ed; color: #075a31; font-weight: 650; }
.mcee-public-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mcee-public-gallery a { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: 14px; }
.mcee-public-gallery img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) {
    .mcee-room-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mcee-room-summary { align-items: flex-start; flex-direction: column; }
    .mcee-room-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .mcee-room-list, .mcee-public-gallery, .mcee-room-facts { grid-template-columns: 1fr; }
    .mcee-room-bottom { align-items: flex-start; flex-direction: column; }
}


/* Habitación elegida al llegar al formulario de contacto */
.mcee-contact-room { display: grid; grid-template-columns: minmax(150px, 210px) 1fr; gap: 22px; align-items: stretch; margin: 0 0 28px; padding: 16px; border: 1px solid rgba(3,55,43,.12); border-radius: 20px; background: #f2f6f2; }
.mcee-contact-room__image { display: block; min-height: 145px; overflow: hidden; border-radius: 14px; background: #e5eee8; }
.mcee-contact-room__image img { width: 100%; height: 100%; min-height: 145px; object-fit: cover; }
.mcee-contact-room__content { align-self: center; }
.mcee-contact-room__eyebrow { margin: 0 0 5px; color: #11855c; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mcee-contact-room h2 { margin: 0 0 10px; color: #073d31; font-size: clamp(1.4rem, 3vw, 2rem); }
.mcee-contact-room__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 12px; color: #53675f; }
.mcee-contact-room__meta strong { color: #073d31; }
.mcee-contact-room__link { color: #075a42; font-weight: 750; }
@media (max-width: 620px) {
    .mcee-contact-room { grid-template-columns: 1fr; }
    .mcee-contact-room__image { aspect-ratio: 16/9; }
}

/* v7.1: referencia visible de cada habitación. */
.mcee-room-reference{margin:6px 0 0!important;color:#294d42!important;font-size:.84rem;font-weight:800;letter-spacing:.02em}
.mcee-room-available{margin:0 0 9px!important;color:#785600!important;font-weight:800}

/* v7.6: el importe publicado es orientativo y se presenta siempre como precio desde. */
.mcee-room-bottom .mcee-price-prefix { font-size: .72em; font-weight: 750; }
.mcee-room-price .mcee-price-prefix { display: block; margin-bottom: 5px; font-size: .38em; font-weight: 750; line-height: 1.15; letter-spacing: .01em; }


/* v7.7: el tablón público identifica el piso real de cada habitación. */
.mcee-room-zone{margin:-3px 0 10px!important;color:#6b7a74!important;font-size:.78rem!important;font-weight:650}


/* v7.8: el nombre del edificio es el título principal de cada tarjeta. */
.mcee-room-content h3{overflow-wrap:anywhere}
.mcee-room-reference{margin:-3px 0 12px!important;color:#4f665e!important;font-size:.78rem!important;font-weight:750!important;letter-spacing:.035em!important;text-transform:uppercase}
.mcee-room-content>.mcee-room-reference+ p:not(.mcee-room-available){margin-top:0}


/* v7.9: habitaciones exclusivas para mujeres. */
.mcee-room-audience{position:absolute;right:16px;top:16px;display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#073d31;color:#fff;font-size:.76rem;font-weight:800;box-shadow:0 5px 16px rgba(3,55,43,.18)}
.mcee-room-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.mcee-room-audience-badge{display:inline-flex;align-items:center;width:fit-content;padding:7px 11px;border-radius:999px;background:#e7f4ed;color:#075a42;font-size:.78rem;font-weight:800}
@media(max-width:390px){.mcee-room-audience{top:auto;bottom:14px;right:14px}}

/* v8.0: consolidación visual, avisos y mejor lectura de las tarjetas. */
.mcee-room-card{display:flex;flex-direction:column;min-width:0}
.mcee-room-content{display:flex;flex:1;flex-direction:column}
.mcee-room-content>.mcee-room-bottom{margin-top:auto}
.mcee-room-content>p{line-height:1.55}
.mcee-room-content h3{font-size:clamp(1.25rem,1.8vw,1.65rem)}
.mcee-room-available time{font-weight:inherit}
.mcee-rooms-notice{margin:0 0 24px;padding:18px 20px;border:1px solid rgba(7,61,49,.14);border-left:5px solid #0a7956;border-radius:14px;background:#edf7f2;color:#24483c}
.mcee-rooms-notice strong{display:block;color:#073d31;font-size:1.02rem}
.mcee-rooms-notice p{margin:5px 0 0}
.mcee-room-audience{max-width:calc(100% - 32px);line-height:1.1;text-align:center}
.mcee-room-badges{margin-bottom:3px}
@media(max-width:620px){.mcee-room-content{padding:19px}.mcee-room-bottom strong{font-size:1.25rem}}

/* v8.2: servicios comunes diferenciados de las prestaciones privadas. */
.mcee-room-chips--common li{background:#eef3fb;color:#294d73}


/* v8.5: paginación real del tablón, sin dejar habitaciones publicadas fuera. */
.mcee-rooms-wrap{scroll-margin-top:110px}
.mcee-rooms-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px;padding:14px 17px;border:1px solid rgba(3,55,43,.1);border-radius:14px;background:#f5f8f5;color:#53675f;font-size:.9rem}
.mcee-rooms-toolbar p{margin:0}
.mcee-rooms-toolbar strong{color:#073d31}
.mcee-pagination{margin:34px 0 0}
.mcee-pagination ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}
.mcee-pagination a,.mcee-pagination .current,.mcee-pagination .dots{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;padding:9px 13px;border:1px solid rgba(3,55,43,.16);border-radius:11px;background:#fff;color:#075a42;font-weight:750;text-decoration:none;line-height:1}
.mcee-pagination a:hover,.mcee-pagination a:focus-visible{border-color:#075a42;background:#edf7f2;outline:none}
.mcee-pagination .current{border-color:#075a42;background:#075a42;color:#fff}
.mcee-pagination .dots{border-color:transparent;background:transparent;color:#65756f}
.mcee-pagination .prev,.mcee-pagination .next{gap:5px;white-space:nowrap}
@media(max-width:620px){.mcee-rooms-toolbar{align-items:flex-start;flex-direction:column;gap:4px}.mcee-pagination ul{gap:6px}.mcee-pagination a,.mcee-pagination .current,.mcee-pagination .dots{min-width:39px;min-height:39px;padding:8px 10px}.mcee-pagination .prev,.mcee-pagination .next{font-size:.86rem}}

/* v9.0: filtro por localidad para catálogos con alojamientos en varios municipios. */
.mcee-room-filters{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin:0 0 22px;padding:16px 18px;border:1px solid rgba(3,55,43,.11);border-radius:14px;background:#f5f8f5}
.mcee-room-filters label{display:grid;gap:5px;min-width:min(100%,280px)}
.mcee-room-filters label>span{color:#365a4e;font-size:.82rem;font-weight:800}
.mcee-room-filters select{min-height:44px;padding:9px 38px 9px 12px;border:1px solid rgba(3,55,43,.2);border-radius:10px;background:#fff;color:#073d31;font:inherit}
.mcee-room-filters button{min-height:44px;padding:9px 16px;border:0;border-radius:10px;background:#075a42;color:#fff;font:inherit;font-weight:800;cursor:pointer}
.mcee-room-filters>a{display:inline-flex;min-height:44px;align-items:center;padding:9px 5px;color:#075a42;font-weight:750}
@media(max-width:620px){.mcee-room-filters{align-items:stretch;flex-direction:column}.mcee-room-filters label,.mcee-room-filters select,.mcee-room-filters button,.mcee-room-filters>a{width:100%}.mcee-room-filters>a{justify-content:center}}


/* v9.1: contexto al llegar desde un edificio del mapa. */
.mcee-property-filter{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px;padding:16px 18px;border:1px solid rgba(7,61,49,.12);border-radius:16px;background:#edf7f2;color:#31594b}
.mcee-property-filter div{display:grid;gap:2px}
.mcee-property-filter span{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.mcee-property-filter strong{color:#073d31;font-size:1.12rem}
.mcee-property-filter a{flex:0 0 auto;font-weight:800}
@media(max-width:620px){.mcee-property-filter{align-items:flex-start;flex-direction:column}.mcee-property-filter a{width:100%}}

/* 9.4 · Catálogo visual por edificios */
.mcee-rooms-wrap--grouped{max-width:1180px;margin-inline:auto}
.mcee-rooms-wrap--grouped .mcee-rooms-toolbar{padding:0 2px 14px;border:0;border-bottom:1px solid rgba(3,55,43,.1);border-radius:0;background:transparent}
.mcee-property-catalog{display:grid;gap:18px}
.mcee-property-group{position:relative;overflow:hidden;border:1px solid rgba(3,55,43,.11);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(3,55,43,.055);transition:border-color .22s ease,box-shadow .22s ease}
.mcee-property-group::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,#0a7956,#67a88f);opacity:.82;z-index:2}
.mcee-property-group[open]{border-color:rgba(10,121,86,.22);box-shadow:0 18px 46px rgba(3,55,43,.085)}
.mcee-property-group.is-selected{border-color:rgba(10,121,86,.42);box-shadow:0 20px 50px rgba(3,55,43,.12)}
.mcee-property-group__summary{display:grid;grid-template-columns:180px minmax(0,1fr) auto 34px;align-items:center;gap:22px;min-height:126px;padding:14px 18px 14px 14px;cursor:pointer;list-style:none;background:#fff;transition:background .2s ease}
.mcee-property-group__summary:hover{background:#fbfdfc}
.mcee-property-group__summary::-webkit-details-marker{display:none}
.mcee-property-group__summary::marker{content:""}
.mcee-property-group__cover{position:relative;display:block;width:180px;height:98px;overflow:hidden;border-radius:15px;background:linear-gradient(135deg,#dcebe4,#f2f7f4)}
.mcee-property-group__cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.mcee-property-group__summary:hover .mcee-property-group__cover img{transform:scale(1.035)}
.mcee-property-group__cover.is-placeholder::before{content:"⌂";position:absolute;left:50%;top:50%;transform:translate(-50%,-52%);color:#5d8a78;font-size:2rem;line-height:1}
.mcee-property-group__identity{display:grid;align-content:center;gap:5px;min-width:0}
.mcee-property-group__zone{color:#0a7956;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.mcee-property-group__name{overflow-wrap:anywhere;color:#073d31;font-size:clamp(1.32rem,2vw,1.82rem);font-weight:820;line-height:1.06}
.mcee-property-group__hint{display:inline-flex;align-items:center;gap:6px;margin-top:3px;color:#6a7973;font-size:.78rem;font-weight:700}
.mcee-property-group__hint::after{content:"→";color:#0a7956;transition:transform .2s ease}
.mcee-property-group__hint-close{display:none}
.mcee-property-group[open] .mcee-property-group__hint-open{display:none}
.mcee-property-group[open] .mcee-property-group__hint-close{display:inline}
.mcee-property-group[open] .mcee-property-group__hint::after{transform:rotate(90deg)}
.mcee-property-group__availability{display:grid;grid-template-columns:auto auto;align-items:baseline;justify-content:end;column-gap:5px;row-gap:3px;min-width:150px;padding:12px 14px;border:1px solid rgba(3,55,43,.09);border-radius:15px;background:#f5f9f7;text-align:right}
.mcee-property-group__availability strong{color:#073d31;font-size:1.35rem;line-height:1}
.mcee-property-group__availability>span{color:#31594b;font-size:.82rem;font-weight:800}
.mcee-property-group__availability small{grid-column:1/-1;color:#697973;font-size:.73rem;line-height:1.3}
.mcee-property-group__toggle{position:relative;width:34px;height:34px;border:1px solid rgba(7,90,66,.13);border-radius:999px;background:#edf7f2}
.mcee-property-group__toggle::before,.mcee-property-group__toggle::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;border-radius:2px;background:#075a42;transition:transform .22s ease}
.mcee-property-group__toggle::before{transform:translate(-50%,-50%)}
.mcee-property-group__toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.mcee-property-group[open] .mcee-property-group__toggle::after{transform:translate(-50%,-50%) rotate(0deg)}
.mcee-property-group__body{padding:20px 22px 24px;border-top:1px solid rgba(3,55,43,.085);background:linear-gradient(180deg,#f8fbf9 0,#fff 115px)}
.mcee-property-group[open] .mcee-property-group__body{animation:mceeCatalogReveal .3s ease both}
@keyframes mceeCatalogReveal{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.mcee-property-group__services{display:flex;align-items:center;gap:14px;margin:0 0 18px;padding:0}
.mcee-property-group__services>span{flex:0 0 auto;color:#5a6d65;font-size:.7rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.mcee-property-group__services ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.mcee-property-group__services li{padding:6px 10px;border:1px solid rgba(41,77,115,.09);border-radius:999px;background:#fff;color:#3e5e78;font-size:.72rem;font-weight:720}
.mcee-property-group__services .mcee-property-group__more{border-color:transparent;background:#eef1ef;color:#5b6d66}
.mcee-compact-room-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mcee-room-compact{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid rgba(3,55,43,.095);border-radius:17px;background:#fff;box-shadow:0 5px 18px rgba(3,55,43,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mcee-room-compact:hover{transform:translateY(-3px);border-color:rgba(10,121,86,.23);box-shadow:0 14px 30px rgba(3,55,43,.085)}
.mcee-room-compact__media{position:relative;display:block;aspect-ratio:16/9;min-height:0;overflow:hidden;background:#e8efe9}
.mcee-room-compact__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .42s ease}
.mcee-room-compact:hover .mcee-room-compact__media img{transform:scale(1.035)}
.mcee-room-compact__media .mcee-room-status{position:absolute;left:10px;top:10px;padding:6px 9px;font-size:.68rem;box-shadow:0 4px 12px rgba(0,0,0,.09)}
.mcee-room-compact__content{display:flex;flex:1;flex-direction:column;min-width:0;padding:15px 16px 16px}
.mcee-room-compact__heading{display:grid;gap:7px}
.mcee-room-compact__heading h3{margin:0;color:#073d31;font-size:1.02rem;line-height:1.2;overflow-wrap:anywhere}
.mcee-room-compact__heading h3 a{color:inherit;text-decoration:none}
.mcee-room-compact__heading .mcee-room-audience-badge{justify-self:start;padding:5px 8px;font-size:.66rem}
.mcee-room-compact__date{margin:7px 0 0;color:#785600;font-size:.76rem;font-weight:750}
.mcee-room-compact__features{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0;padding:0;list-style:none}
.mcee-room-compact__features li{padding:5px 8px;border-radius:999px;background:#edf7f2;color:#31594b;font-size:.68rem;font-weight:700}
.mcee-room-compact__bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px}
.mcee-room-compact__bottom strong{color:#073d31;font-size:1.05rem;white-space:nowrap}
.mcee-room-compact__bottom strong>span{font-size:.68rem;font-weight:750;color:#607169}
.mcee-room-compact__bottom small{margin-left:3px;color:#64736d;font-size:.64rem;font-weight:550}
.mcee-room-compact__bottom>a{display:inline-flex;align-items:center;gap:4px;color:#075a42;font-size:.76rem;font-weight:850;white-space:nowrap;text-decoration:none}
.mcee-room-compact__bottom>a:hover{text-decoration:underline}
@media(max-width:1080px){.mcee-property-group__summary{grid-template-columns:145px minmax(0,1fr) auto 34px;gap:17px}.mcee-property-group__cover{width:145px;height:92px}.mcee-compact-room-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.mcee-property-catalog{gap:14px}.mcee-property-group{border-radius:18px}.mcee-property-group__summary{grid-template-columns:96px minmax(0,1fr) 32px;gap:13px;min-height:0;padding:13px}.mcee-property-group__cover{grid-column:1;grid-row:1/3;width:96px;height:84px;border-radius:13px}.mcee-property-group__identity{grid-column:2;grid-row:1}.mcee-property-group__name{font-size:1.16rem}.mcee-property-group__hint{font-size:.72rem}.mcee-property-group__availability{grid-column:2;grid-row:2;display:flex;align-items:baseline;justify-content:flex-start;gap:4px;min-width:0;padding:0;border:0;background:transparent;text-align:left}.mcee-property-group__availability strong{font-size:1rem}.mcee-property-group__availability>span{font-size:.74rem}.mcee-property-group__availability small{margin-left:5px;font-size:.68rem}.mcee-property-group__toggle{grid-column:3;grid-row:1/3;align-self:center;width:32px;height:32px}.mcee-property-group__body{padding:15px}.mcee-property-group__services{display:grid;gap:8px;margin-bottom:14px}.mcee-compact-room-list{grid-template-columns:1fr}.mcee-room-compact{display:grid;grid-template-columns:126px minmax(0,1fr)}.mcee-room-compact__media{height:100%;min-height:146px;aspect-ratio:auto}.mcee-room-compact__content{padding:13px 14px}.mcee-room-compact__heading{gap:6px}.mcee-room-compact__bottom{align-items:flex-start;flex-direction:column;gap:7px}.mcee-room-compact__bottom>a{font-size:.8rem}}
@media(max-width:480px){.mcee-property-group__summary{grid-template-columns:82px minmax(0,1fr) 30px;gap:10px;padding:11px}.mcee-property-group__cover{width:82px;height:76px}.mcee-property-group__zone{font-size:.64rem}.mcee-property-group__name{font-size:1.03rem}.mcee-property-group__hint{display:none}.mcee-property-group__availability small{display:none}.mcee-room-compact{grid-template-columns:108px minmax(0,1fr)}.mcee-room-compact__media{min-height:144px}.mcee-room-compact__media .mcee-room-status{left:7px;top:7px;max-width:calc(100% - 14px);font-size:.62rem;line-height:1.05}.mcee-room-compact__features{display:none}.mcee-room-compact__heading h3{font-size:.94rem}.mcee-room-compact__bottom strong{font-size:.98rem}}
@media(prefers-reduced-motion:reduce){.mcee-property-group,.mcee-property-group__summary,.mcee-property-group__cover img,.mcee-property-group__hint::after,.mcee-property-group__toggle::after,.mcee-room-compact,.mcee-room-compact__media img{transition:none!important}.mcee-property-group[open] .mcee-property-group__body{animation:none!important}.mcee-room-compact:hover{transform:none}.mcee-room-compact:hover .mcee-room-compact__media img,.mcee-property-group__summary:hover .mcee-property-group__cover img{transform:none}}

/* 9.6 · Primera vista resumida: una tarjeta por vivienda */
.mcee-property-group__availability em{grid-column:1/-1;margin-top:4px;color:#075a42;font-size:.82rem;font-style:normal;font-weight:850}
.mcee-property-group__availability em b{margin-left:2px;color:#64736d;font-size:.65rem;font-weight:650}
.mcee-property-group:not([open]) .mcee-property-group__summary{min-height:132px}
.mcee-property-group:not([open]) .mcee-property-group__cover{height:104px}
.mcee-property-group:not([open]) .mcee-property-group__summary:hover{background:#f9fcfa}
@media(max-width:760px){.mcee-property-group__availability em{margin-left:7px;font-size:.74rem}.mcee-property-group:not([open]) .mcee-property-group__summary{min-height:0}.mcee-property-group:not([open]) .mcee-property-group__cover{height:84px}}
@media(max-width:480px){.mcee-property-group__availability em{display:none}}


/* 9.5 · Opiniones reales, sin perfiles artificiales ni datos de demostración */
.mcee-reviews-section--authentic{position:relative;overflow:hidden;padding-top:clamp(64px,7vw,96px);padding-bottom:clamp(64px,7vw,96px)}
.mcee-reviews-section--authentic::before{display:none!important}
.mcee-reviews-authentic-wrap{display:grid;gap:clamp(28px,4vw,44px)}
.mcee-reviews-authentic-head{max-width:760px}
.mcee-reviews-authentic-head h2{max-width:720px;margin-top:10px;margin-bottom:14px;color:#073d31}
.mcee-reviews-authentic-head>p:last-child{max-width:600px;margin-bottom:0}
.mcee-review-grid--authentic{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:18px;margin:0!important;padding:0!important;overflow:visible!important;scroll-snap-type:none!important}
.mcee-reviews-section--authentic .mcee-review-card--authentic,.mcee-reviews-section--authentic .mcee-review-card--authentic:first-child{position:relative;display:flex;min-height:0;grid-column:auto;overflow:hidden;flex-direction:column;padding:28px 28px 24px;border:1px solid rgba(7,61,49,.11);border-radius:20px;background:rgba(255,255,255,.9);box-shadow:0 10px 30px rgba(3,55,43,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;scroll-snap-align:none}
.mcee-reviews-section--authentic .mcee-review-card--authentic:hover{transform:translateY(-2px);border-color:rgba(10,121,86,.2);box-shadow:0 16px 36px rgba(3,55,43,.085)}
.mcee-review-mark{position:absolute;right:20px;top:10px;color:rgba(10,121,86,.1);font-family:Georgia,"Times New Roman",serif;font-size:5.6rem;line-height:1;pointer-events:none}
.mcee-reviews-section--authentic .mcee-stars{position:relative;z-index:1;margin:0 0 17px!important;font-size:.9rem;letter-spacing:.11em}
.mcee-reviews-section--authentic .mcee-review-quote{position:relative;z-index:1;margin:0;color:#17342c;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.08rem,1.45vw,1.28rem);line-height:1.52}
.mcee-review-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:auto;padding-top:28px}
.mcee-reviews-section--authentic .mcee-review-author{display:grid;gap:3px;margin:0;color:#17342c;line-height:1.25}
.mcee-reviews-section--authentic .mcee-review-author span{color:#71817b;font-size:.76rem;font-weight:550}
.mcee-review-google{flex:0 0 auto;color:#0a7956;font-size:.74rem;font-weight:800;text-decoration:none}
.mcee-review-google:hover{text-decoration:underline}
@media(max-width:782px){.mcee-reviews-section--authentic{padding-left:18px;padding-right:18px}.mcee-review-grid--authentic{grid-template-columns:1fr}.mcee-reviews-section--authentic .mcee-review-card--authentic,.mcee-reviews-section--authentic .mcee-review-card--authentic:first-child{width:auto;flex:none;padding:24px;min-height:0}.mcee-review-footer{align-items:flex-start;flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){.mcee-reviews-section--authentic .mcee-review-card--authentic{transition:none}.mcee-reviews-section--authentic .mcee-review-card--authentic:hover{transform:none}}

/* 9.7 · Catálogo ligero: una tarjeta por vivienda + ficha independiente */
.mcee-property-catalog--cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mcee-property-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid rgba(3,55,43,.11);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(3,55,43,.055);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.mcee-property-card:hover{transform:translateY(-4px);border-color:rgba(10,121,86,.22);box-shadow:0 18px 42px rgba(3,55,43,.09)}
.mcee-property-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#dcebe4,#f2f7f4);color:#5d8a78;text-decoration:none}
.mcee-property-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .48s ease}
.mcee-property-card:hover .mcee-property-card__media img{transform:scale(1.035)}
.mcee-property-card__media.is-placeholder{display:grid;place-items:center;font-weight:800}
.mcee-property-card__content{display:flex;flex:1;flex-direction:column;padding:22px 24px 24px}
.mcee-property-card__topline{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#0a7956;font-size:.72rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.mcee-property-card__topline span:last-child{color:#697973;letter-spacing:0;text-transform:none}
.mcee-property-card h2{margin:9px 0 7px;color:#073d31;font-size:clamp(1.45rem,2.2vw,1.9rem);line-height:1.08}
.mcee-property-card h2 a{color:inherit;text-decoration:none}
.mcee-property-card__status{margin:0;color:#5d6f68;font-size:.9rem;line-height:1.45}
.mcee-property-card__services{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 0;padding:0;list-style:none}
.mcee-property-card__services li{padding:6px 9px;border-radius:999px;background:#edf7f2;color:#31594b;font-size:.7rem;font-weight:720}
.mcee-property-card__bottom{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:auto;padding-top:22px}
.mcee-property-card__bottom>div{display:grid;gap:1px}
.mcee-property-card__bottom small{color:#697973;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.mcee-property-card__bottom strong{color:#073d31;font-size:1.32rem;line-height:1}
.mcee-property-card__bottom strong span{margin-left:2px;color:#697973;font-size:.7rem;font-weight:650}
.mcee-property-card__cta{display:inline-flex;align-items:center;gap:7px;color:#075a42;font-size:.84rem;font-weight:850;text-align:right;text-decoration:none}
.mcee-property-card__cta:hover{text-decoration:underline}

.mcee-property-page{max-width:1180px;margin:0 auto;padding:clamp(28px,4vw,52px) 0 clamp(64px,7vw,96px)}
.mcee-property-page__back{display:inline-flex;align-items:center;margin-bottom:22px;color:#075a42;font-size:.86rem;font-weight:800;text-decoration:none}
.mcee-property-page__back:hover{text-decoration:underline}
.mcee-property-page__hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);overflow:hidden;border:1px solid rgba(3,55,43,.11);border-radius:26px;background:#fff;box-shadow:0 14px 42px rgba(3,55,43,.07)}
.mcee-property-page__cover{min-height:390px;background:linear-gradient(135deg,#dcebe4,#f2f7f4);overflow:hidden}
.mcee-property-page__cover img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover}
.mcee-property-page__cover.is-placeholder{display:grid;place-items:center;color:#5d8a78;font-weight:850}
.mcee-property-page__intro{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,52px)}
.mcee-property-page__eyebrow{margin:0 0 10px;color:#0a7956;font-size:.72rem;font-weight:900;letter-spacing:.11em}
.mcee-property-page__intro h1{margin:0 0 15px;color:#073d31;font-size:clamp(2rem,4vw,3.25rem);line-height:1.02}
.mcee-property-page__intro>p:not(.mcee-property-page__eyebrow){margin:0;color:#5e6f69;font-size:1rem;line-height:1.65}
.mcee-property-page__facts{display:grid;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(3,55,43,.1);color:#395b50;font-size:.86rem}
.mcee-property-page__facts strong{color:#073d31}
.mcee-property-page__section{margin-top:clamp(42px,6vw,70px)}
.mcee-property-page__section-head{max-width:760px;margin-bottom:20px}
.mcee-property-page__section-head .mcee-eyebrow{margin-bottom:6px}
.mcee-property-page__section-head h2{margin:0 0 8px;color:#073d31;font-size:clamp(1.55rem,2.8vw,2.25rem)}
.mcee-property-page__section-head>p:last-child{margin:0;color:#687972}
.mcee-property-page__services{display:flex;flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none}
.mcee-property-page__services li{padding:10px 13px;border:1px solid rgba(7,61,49,.09);border-radius:999px;background:#edf7f2;color:#31594b;font-size:.8rem;font-weight:750}
.mcee-property-page__room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}

@media(max-width:980px){
  .mcee-property-page__hero{grid-template-columns:1fr}
  .mcee-property-page__cover,.mcee-property-page__cover img{min-height:320px;max-height:420px}
  .mcee-property-page__room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .mcee-property-catalog--cards{grid-template-columns:1fr;gap:17px}
  .mcee-property-card__content{padding:18px}
  .mcee-property-card__bottom{align-items:flex-start;flex-direction:column;gap:13px;padding-top:18px}
  .mcee-property-card__cta{text-align:left}
  .mcee-property-page{padding-top:22px}
  .mcee-property-page__hero{border-radius:20px}
  .mcee-property-page__cover,.mcee-property-page__cover img{min-height:240px}
  .mcee-property-page__intro{padding:24px 20px 26px}
  .mcee-property-page__room-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .mcee-property-card,.mcee-property-card__media img{transition:none!important}
  .mcee-property-card:hover{transform:none}
  .mcee-property-card:hover .mcee-property-card__media img{transform:none}
}
