.hm-public-page--inmobiliaria {
    background: #fffaf7;
    color: #20212d;
    font-family: var(--e-global-typography-text-font-family);
}

.hm-wrap {
    padding: 32px 0 72px;
}

.hm-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hm-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #7a8294;
}

.hm-breadcrumbs a {
    color: #5f6679;
    text-decoration: none;
}

.hm-card,
.hm-side-stat {
    background: #fff;
    border: 1px solid rgba(247, 102, 82, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(32, 33, 45, 0.08);
}

.hm-card {
    padding: 28px;
}

.hm-brand {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.hm-brand__logo {
    width: 128px;
    height: 128px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff2ee 0%, #ffe0da 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hm-brand__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hm-eyebrow {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(247, 102, 82, 0.1);
    color: #f76652;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hm-hero-card h1,
.hm-card h2,
.hm-card h3 {
    color: #20212d;
    font-family: var(--e-global-typography-06a1534-font-family);
}

.hm-hero-card h1 {
    margin: 0 0 12px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: clamp(1.75rem, 3vw, 2.6rem) !important;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: 1.1;
}

.hm-card h2 {
    font-size: clamp(1.3rem, 2vw, 1.9rem) !important;
    font-weight: var(--e-global-typography-06a1534-font-weight);
    line-height: 1.15;
}

.hm-card h3 {
    font-size: clamp(1.05rem, 1.4vw, 1.45rem) !important;
    font-weight: var(--e-global-typography-18a0a44-font-weight);
    line-height: 1.15;
}

.hm-lead {
    color: #5f6679;
    line-height: 1.75;
    margin: 0;
}

.hm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hm-hero__action,
.hm-community-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
}

.hm-hero__action {
    background: #20212d;
    color: #fff;
}

.hm-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.hm-meta__item {
    padding: 16px;
    border-radius: 18px;
    background: #fff7f3;
    border: 1px solid rgba(247, 102, 82, 0.12);
}

.hm-meta__item strong {
    display: block;
    font-size: 1.45rem;
    color: #20212d;
}

.hm-meta__item span,
.hm-info-item__label,
.hm-map-note,
.hm-side-stat span {
    color: #7a8294;
}

.hm-stack {
    display: grid;
    gap: 24px;
}

.hm-side-stat {
    padding: 20px 22px;
    background: #20212d;
    color: #fff;
}

.hm-side-stat strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.hm-community-banner {
    background: linear-gradient(180deg, #20212d 0%, #2d3140 100%);
    color: #fff;
}

.hm-side-stat span {
    color: rgba(255, 255, 255, 0.82);
}

.hm-community-banner h3,
.hm-community-banner p,
.hm-community-banner .hm-info-item__label,
.hm-community-banner .hm-info-item__value,
.hm-community-banner .hm-info-item__value a {
    color: #fff;
}

.hm-community-banner p,
.hm-community-banner .hm-info-item__value,
.hm-community-banner .hm-info-item__value a {
    color: rgba(255, 255, 255, 0.92);
}

.hm-community-banner .hm-info-item__label {
    color: rgba(255, 255, 255, 0.76);
}

.hm-community-banner .hm-info-item__icon {
    background: rgba(255, 255, 255, 0.12);
    color: #ff8c79;
}

.hm-community-banner__cta {
    width: 100%;
    margin-top: 8px;
    background: #f76652;
    color: #fff;
}

.hm-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

.hm-anchor-nav a,
.hm-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(247, 102, 82, 0.14);
    color: #20212d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.hm-info-list {
    display: grid;
    gap: 14px;
}

.hm-info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.hm-info-item__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff3ee;
    color: #f76652;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.hm-info-item__icon i,
.hm-hero__action i,
.hm-community-banner__cta i {
    line-height: 1;
}

.hm-info-item__content {
    min-width: 0;
}

.hm-info-item__label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hm-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hm-share-copy {
    margin-bottom: 16px;
    color: #5f6679;
}

.hm-share-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hm-share-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(247, 102, 82, 0.14);
    border-radius: 16px;
    background: #fff7f2;
    color: #20212d;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hm-share-link i {
    color: #f76652;
    font-size: 1.2rem;
    line-height: 1;
}

.hm-share-link--button {
    cursor: pointer;
}

.hm-share-link:hover,
.hm-share-link:focus {
    background: #f76652;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(247, 102, 82, 0.18);
}

.hm-share-link:hover i,
.hm-share-link:focus i {
    color: #fff;
}

.hm-social-link {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff3ee;
    color: #f76652;
    border: 1px solid rgba(247, 102, 82, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hm-social-link:hover,
.hm-social-link:focus {
    background: #f76652;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(247, 102, 82, 0.22);
}

.hm-faq-accordion {
    display: grid;
    gap: 12px;
}

.hm-faq-item {
    border: 1px solid rgba(247, 102, 82, 0.12);
    border-radius: 18px;
    background: #fff8f5;
    overflow: hidden;
}

.hm-faq-item__summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
}

.hm-faq-item__summary::-webkit-details-marker {
    display: none;
}

.hm-faq-item__question {
    color: #20212d;
    font-weight: 700;
    line-height: 1.5;
}

.hm-faq-item__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f76652;
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.hm-faq-item[open] .hm-faq-item__toggle {
    transform: rotate(45deg);
}

.hm-faq-item__answer {
    padding: 0 18px 18px 74px;
}

.hm-info-item__value,
.hm-info-item__value a,
.hm-card p,
.hm-list li {
    color: #20212d;
    line-height: 1.7;
}

.hm-list {
    margin: 0;
    padding-left: 18px;
}

.hm-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.hm-location-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.hm-location-tabs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid rgba(247, 102, 82, 0.14);
    border-radius: 999px;
    background: #fff7f3;
    color: #20212d;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.hm-location-tabs__button.is-active {
    background: #f76652;
    border-color: #f76652;
    color: #fff;
}

.hm-location-tabpanel {
    display: none;
}

.hm-location-tabpanel.is-active {
    display: block;
}

.hm-gallery img,
.hm-map iframe,
.hm-map {
    width: 100%;
    border-radius: 20px;
}

.hm-gallery img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hm-map,
.hm-leaflet-map {
    min-height: 340px;
    overflow: hidden;
    border: 1px solid rgba(247, 102, 82, 0.12);
    background: #f5f7fb;
}

.hm-map iframe {
    min-height: 340px;
    border: 0;
}

.hm-map-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(32, 33, 45, 0.16);
}

.hm-map-marker img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .hm-brand,
    .hm-meta {
        grid-template-columns: 1fr;
    }

    .hm-share-grid {
        grid-template-columns: 1fr;
    }

    .hm-brand__logo {
        width: 104px;
        height: 104px;
    }
}

.hm-reviews-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hm-review-copy {
    margin: 8px 0 0;
    color: #5d6679;
}

.hm-review-summary {
    min-width: 140px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff4ef;
    text-align: center;
}

.hm-review-summary strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    color: #f76652;
}

.hm-review-summary span {
    display: block;
    margin-top: 6px;
    color: #5d6679;
}

.hm-review-form,
.hm-review-gate {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #ebedf3;
    border-radius: 20px;
    background: #fcfcfd;
}

.hm-review-form__row + .hm-review-form__row {
    margin-top: 16px;
}

.hm-review-form__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.hm-review-form__select,
.hm-review-form__textarea {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
}

.hm-review-form__textarea {
    resize: vertical;
}

.hm-review-form__actions {
    margin-top: 16px;
}

.hm-hero__action--button {
    border: 0;
    cursor: pointer;
}

.hm-review-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.hm-review-card {
    border: 1px solid #ebedf3;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

.hm-review-card__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hm-review-card__meta {
    margin-top: 4px;
    color: #667085;
    font-size: 14px;
}

.hm-review-stars {
    display: flex;
    gap: 4px;
    color: #f59e0b;
    font-size: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.hm-review-stars span {
    margin-left: 6px;
    color: #5d6679;
    font-size: 14px;
}

.hm-review-card__comment {
    margin: 14px 0 0;
    color: #1f2937;
}

.hm-review-thread {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.hm-review-thread__item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7f8fa;
}

.hm-review-thread__item--brand {
    background: #fff4ef;
}

.hm-review-thread__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.hm-review-thread__head span {
    color: #667085;
    font-size: 13px;
}

.hm-review-thread__item p {
    margin: 0;
}

.hm-review-comment-form {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.hm-review-comment-form .hm-share-link {
    width: fit-content;
}

.hm-review-empty {
    margin: 0;
    color: #5d6679;
}

@media (max-width: 767.98px) {
    .hm-review-form,
    .hm-review-gate,
    .hm-review-card {
        padding: 16px;
    }
}
