/* Pulido visual de fichas públicas inspirado en portales actuales, adaptado a AlojamientosRurales */
.property-public-page--polished {
    max-width: 1220px;
}

.property-hero--polished,
.property-section,
.property-contact-card,
.property-owner-login {
    border-radius: 22px !important;
}

.property-hero--polished {
    padding: 26px !important;
    box-shadow: 0 18px 48px rgba(20,30,40,.08) !important;
}

.property-hero__title-block {
    min-width: 0;
}

.property-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.property-hero__badges span {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce3eb;
    border-radius: 999px;
    background: #fbfcfd;
    color: #42505e;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 900;
}

.property-hero__badges span.is-strong {
    background: #f1f8e9;
    border-color: #cfe2bd;
    color: #244f29;
}

.property-title {
    font-size: clamp(34px, 4.8vw, 58px) !important;
    line-height: .98 !important;
    letter-spacing: -1.6px !important;
    color: #142315 !important;
}

.property-location--precise {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px !important;
    color: #435261 !important;
}

.property-location--precise svg {
    color: #3f7f46;
}

.property-location-note {
    margin: 9px 0 0;
    color: #607080;
    font-size: 15px;
}

.property-hero__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.property-hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #dce3eb;
    border-radius: 14px;
    background: #fff;
    color: #24313d;
    cursor: pointer;
}

.property-hero-action:hover,
.property-hero-action.is-active {
    background: #f1f8e9;
    border-color: #cfe2bd;
    color: #244f29;
}

.property-hero-action svg {
    width: 20px;
    height: 20px;
}

.property-gallery--polished {
    grid-template-columns: minmax(0, 1fr) 220px !important;
    gap: 12px !important;
}

.property-gallery--polished .property-gallery__main {
    height: min(54vw, 520px) !important;
    min-height: 390px;
    border-radius: 20px !important;
}

.property-gallery--polished .property-gallery__thumbs {
    gap: 12px !important;
}

.property-gallery--polished .property-gallery__thumb {
    height: 94px !important;
    border-radius: 16px !important;
}

.property-gallery__view-all {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 11px 15px;
    background: rgba(255,255,255,.95);
    color: #142315;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.property-quick-facts--polished {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-top: 18px !important;
}

.property-quick-facts--polished .property-fact {
    display: grid;
    gap: 4px;
    align-items: center;
    justify-items: center;
    min-height: 104px;
    border-radius: 18px !important;
    background: #fbfcfd !important;
}

.property-quick-facts--polished .property-fact svg {
    color: #3f7f46;
    width: 22px;
    height: 22px;
}

.property-anchor-nav {
    position: sticky;
    top: 0;
    z-index: 15;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin: -2px 0 18px;
    padding: 10px;
    border: 1px solid #dce3eb;
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 28px rgba(20,30,40,.06);
    backdrop-filter: blur(8px);
    -webkit-overflow-scrolling: touch;
}

.property-anchor-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 999px;
    padding: 0 13px;
    background: #f8fafc;
    border: 1px solid #e5ebf1;
    color: #304050;
    text-decoration: none;
    font-weight: 900;
}

.property-anchor-nav a:hover {
    background: #f1f8e9;
    border-color: #cfe2bd;
    color: #244f29;
}

.property-content-layout {
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 24px !important;
}

.property-section {
    padding: 26px !important;
    box-shadow: 0 12px 34px rgba(20,30,40,.05) !important;
}

.property-section h2 {
    font-size: 27px !important;
    letter-spacing: -.4px;
}

.property-description--lead {
    font-size: 19px;
    color: #24313d;
    font-weight: 600;
}

.property-description {
    font-size: 17px;
}

.property-chip-list--polished {
    gap: 10px !important;
}

.property-chip-list--polished .property-chip {
    border-radius: 14px !important;
    padding: 10px 12px !important;
    background: #fbfcfd !important;
    color: #24313d !important;
    border-color: #dce3eb !important;
    font-weight: 750;
}

.property-sidebar--polished {
    top: 16px !important;
}

.property-contact-card--primary {
    border-color: #cfe2bd !important;
    box-shadow: 0 18px 50px rgba(20,30,40,.1) !important;
}

.property-actions-grid--polished {
    gap: 11px !important;
}

.property-button-primary,
.property-button-secondary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    border-radius: 15px !important;
    font-size: 16px;
}

.property-button-primary {
    background: #3f7f46 !important;
    color: #fff !important;
}

.property-button-secondary {
    background: #f1f8e9 !important;
    border: 1px solid #cfe2bd !important;
    color: #244f29 !important;
}

.property-info-list {
    display: grid;
    gap: 8px;
    margin: 12px 0;
}

.property-info-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 11px;
    border: 1px solid #e5ebf1;
    border-radius: 14px;
    background: #fbfcfd;
}

.property-info-list svg {
    color: #3f7f46;
}

.property-public-note {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 16px;
    padding: 14px;
}

.property-public-note p {
    margin: 6px 0 0;
}

.photos-grid--polished {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
}

.photos-grid--polished img {
    height: 170px !important;
    border-radius: 18px !important;
}

.property-share-box {
    border: 0 !important;
    padding: 0 !important;
}

.property-map {
    border-radius: 20px !important;
}

@media(max-width: 950px) {
    .property-gallery--polished {
        grid-template-columns: 1fr !important;
    }

    .property-gallery--polished .property-gallery__main {
        height: 380px !important;
        min-height: 0;
    }

    .property-content-layout {
        grid-template-columns: 1fr !important;
    }

    .property-sidebar--polished {
        position: static !important;
    }

    .property-quick-facts--polished {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media(max-width: 620px) {
    .property-hero--polished {
        padding: 18px !important;
        border-radius: 20px !important;
    }

    .property-hero__top {
        display: grid !important;
        gap: 14px;
    }

    .property-hero__actions {
        justify-content: flex-start;
    }

    .property-title {
        font-size: 40px !important;
    }

    .property-location--precise {
        font-size: 18px !important;
        align-items: flex-start;
    }

    .property-gallery--polished .property-gallery__main {
        height: 300px !important;
        border-radius: 18px !important;
    }

    .property-gallery--polished .property-gallery__thumbs {
        display: flex !important;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .property-gallery--polished .property-gallery__thumb {
        flex: 0 0 92px;
        height: 72px !important;
    }

    .property-quick-facts--polished {
        grid-template-columns: 1fr 1fr !important;
    }

    .property-quick-facts--polished .property-fact {
        min-height: 94px;
    }

    .property-section {
        padding: 20px 18px !important;
        border-radius: 20px !important;
    }

    .property-section h2 {
        font-size: 25px !important;
    }

    .property-anchor-nav {
        margin-left: -10px;
        margin-right: -10px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
}
