:root {
    --brand-green: #3c8c4c;
    --brand-green-dark: #2f743e;
    --brand-gold: #ffc107;
    --page-bg: #f8f9fa;
    --text-dark: #212529;
    --text-muted: #6c757d;
    --surface: #ffffff;
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --shadow-gold: 0 4px 12px rgba(255, 193, 7, 0.3);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--page-bg);
    color: var(--text-dark);
    font-family: "Nunito", sans-serif;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

:focus-visible {
    outline: 3px solid rgba(255, 193, 7, 0.7);
    outline-offset: 3px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.main-content {
    flex: 1;
}

.site-navbar {
    position: relative;
    z-index: 20;
    background: var(--brand-green);
    box-shadow: var(--shadow-sm);
}

.site-navbar__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 8px 16px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.rounded-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.site-navbar__toggle {
    display: none;
    margin-left: auto;
    padding: 0.25rem;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.site-navbar__toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.site-navbar__toggle-bar + .site-navbar__toggle-bar {
    margin-top: 5px;
}

.site-navbar__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 1rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav--left {
    margin-right: auto;
}

.site-nav--right {
    margin-left: auto;
}

.site-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--brand-gold);
}

.site-nav__placeholder {
    width: 1rem;
    height: 1rem;
}

.page-banner,
.service-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.page-banner {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-banner--home {
    height: calc(100vh - 56px - 120px);
    min-height: 400px;
}

.page-banner--about {
    min-height: 100vh;
}

.page-banner--contact {
    min-height: 90vh;
}

.page-banner--detail {
    min-height: 75vh;
}

.service-banner {
    min-height: 50vh;
}

.service-banner--left {
    text-align: left;
}

.service-banner--right {
    text-align: right;
}

.banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.banner-overlay--light {
    background: rgba(34, 34, 34, 0.8);
    height: 100vh;
    align-items: flex-start;
    padding-top: 100px;
}

.banner-overlay--dark {
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-start;
    padding-top: 100px;
}

.page-banner--home .page-banner__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: min(100%, 860px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-banner__content,
.service-banner__content,
.property-detail-hero,
.about-copy {
    width: min(100%, 860px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-logo {
    max-height: 9rem;
    width: auto;
    margin: 0 auto 1.5rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.banner-text {
    margin: 0 0 1.5rem;
    padding: 0;
}

.banner-text h1,
.banner-text h2,
.property-detail-hero h1,
.about-copy h2,
.service-banner__panel h2 {
    margin: 0;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.banner-text h1,
.property-detail-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 0, 0, 0.3);
}

.banner-text h2,
.about-copy h2,
.service-banner__panel h2 {
    font-size: 2.25rem;
}

.slogan-text {
    display: block;
    min-height: 1.4em;
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #e8e8e8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-banner__lead {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.search-form {
    width: min(100%, 380px);
    margin: 0 auto;
    padding: 28px;
    text-align: left;
    background: rgba(60, 140, 76, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.search-form .form-row {
    align-items: flex-end;
    gap: 0.75rem;
    margin: 0;
}

.search-form .form-group {
    flex: 1 1 220px;
    margin: 0;
}

.search-form .form-group--submit {
    flex: 0 0 64px;
}

.search-form label {
    display: block;
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.search-form .form-control {
    min-height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-form .form-control:focus {
    border-color: var(--brand-gold);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.15);
}

.search-form .form-group select#property_type {
    box-shadow: 0 2px 0 1px #0000003d !important;
}

.search-form .btn {
    width: 100%;
    min-height: 46px;
    border: none;
    border-radius: 999px;
    background-color: var(--brand-gold);
    color: #000;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.search-form .btn:hover,
.search-form .btn:focus-visible {
    background-color: #e0a800;
    color: #000;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);
}

.about-copy {
    max-width: 920px;
}

.lang-toggle {
    margin: 1rem 0 20px;
    border-radius: 999px;
    border-color: var(--brand-green);
    background: var(--brand-green);
}

.lang-toggle:hover,
.lang-toggle:focus,
.lang-toggle:active {
    background: var(--brand-green-dark) !important;
    border-color: var(--brand-green-dark) !important;
    box-shadow: 0 0 0 0.2rem rgba(47, 116, 62, 0.5) !important;
}

.about-section {
    padding: 28px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    font-size: 1.2rem;
}

.about-section ul {
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 0.9em;
}

.about-section li {
    margin-bottom: 10px;
}

.is-hidden {
    display: none !important;
}

.contact-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--text-dark);
}

.contact-card .card-header h4 {
    margin: 0;
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.5rem;
    padding: 0.7rem 1rem;
    border-radius: 0.35rem;
    background: var(--brand-green);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-chip--link:hover,
.contact-chip--link:focus {
    background: var(--brand-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(60, 140, 76, 0.4);
    text-decoration: none;
    color: #fff;
}

.contact-chip i {
    width: 20px;
    text-align: center;
}

.contact-chip--hours {
    text-align: center;
}

.contact-chip--hours p,
.contact-chip--hours h5 {
    margin: 0;
}

.contact-chip--hours p + p {
    margin-top: 0.25rem;
}

.service-banner__content {
    width: min(100%, 1240px);
    padding: 0 1rem;
}

.service-banner__panel {
    max-width: 520px;
}

.service-banner--right .service-banner__panel {
    margin-left: auto;
}

.service-banner__panel p {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
}

.properties-layout,
.property-detail-section,
.form-shell,
.auth-shell {
    padding: 4rem 0;
}

.results-hero {
    padding: 3.5rem 0 1.5rem;
    background: linear-gradient(180deg, rgba(60, 140, 76, 0.08), rgba(60, 140, 76, 0));
}

.results-hero__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(60, 140, 76, 0.18);
}

.results-hero__eyebrow {
    margin: 0 0 0.5rem;
    color: var(--brand-green);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.results-hero h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

.results-hero__lead {
    margin: 0.5rem 0 0;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.results-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.results-page {
    padding-top: 2rem;
}

.filter-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.results-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.empty-state {
    padding: 3rem 1.5rem;
    text-align: center;
}

.property-card {
    overflow: hidden;
    border: 0;
    box-shadow: var(--shadow-md);
}

.property-card__image {
    display: block;
    height: 240px;
    background: #dee2e6;
}

.property-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    height: 100%;
    background: #dee2e6;
    color: #495057;
    font-weight: 700;
}

.property-card__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    height: 100%;
}

.property-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.property-card__summary,
.property-card__location,
.property-card__reference {
    margin: 0;
    color: var(--text-muted);
}

.property-card__title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.property-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
}

.property-card__facts div {
    min-width: 86px;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: #f8f9fa;
}

.property-card__facts dt {
    margin: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--text-muted);
}

.property-card__facts dd {
    margin: 0;
    font-weight: 700;
}

.property-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}

.property-card__price {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-green-dark);
}

.property-detail-hero {
    text-align: center;
}

.property-detail-hero__ref {
    margin-bottom: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.property-detail-hero__summary,
.property-detail-hero__location {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.9);
}

.property-detail-hero__chips,
.property-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.detail-chip,
.fact-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    backdrop-filter: blur(4px);
}

.detail-chip--brand {
    background: var(--brand-green);
    border-color: var(--brand-green);
}

.property-detail-hero__price {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
}

.gallery-item {
    margin: 0;
    min-height: 220px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #dee2e6;
    box-shadow: var(--shadow-md);
}

.gallery-item.is-featured {
    grid-row: span 2;
    min-height: 460px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-card {
    height: 100%;
}

.detail-card dl {
    margin: 0;
}

.detail-card dl div {
    padding: 0.85rem 0;
    border-bottom: 1px solid #e9ecef;
}

.detail-card dl div:last-child {
    border-bottom: 0;
}

.detail-card dt {
    margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--text-muted);
}

.detail-card dd {
    margin: 0;
    font-weight: 700;
}

.media-slot {
    box-shadow: none;
}

.submit-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.submit-panel__hint {
    color: var(--text-muted);
}

.auth-row {
    min-height: 60vh;
    align-items: center;
}

.credential-callout {
    font-size: 0.95rem;
}

.site-footer {
    flex-shrink: 0;
    padding: 16px 20px;
    color: #fff;
    text-align: center;
    background: var(--brand-green);
}

.social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.2em;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover,
.social-icon:focus-visible,
.footer-copy a:hover,
.footer-links a:hover {
    color: var(--brand-gold) !important;
}

.social-icon:hover,
.social-icon:focus-visible {
    transform: scale(1.05);
}

.footer-copy {
    margin: 6px 0 0;
    font-size: 0.85em;
}

.footer-copy a,
.footer-links a {
    color: inherit;
}

.footer-links {
    margin: 4px 0 0;
    font-size: 0.85em;
}

.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .site-navbar__toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .site-navbar__menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 0 16px 16px;
        background: var(--brand-green);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    }

    .site-navbar__menu.is-open {
        display: flex;
    }

    .site-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .site-nav--left,
    .site-nav--right {
        margin: 0;
    }

    .site-nav__placeholder {
        display: none;
    }

    .banner-text h1,
    .property-detail-hero h1 {
        font-size: 2.25rem;
    }

    .banner-text h2,
    .about-copy h2,
    .service-banner__panel h2 {
        font-size: 1.9rem;
    }

    .results-meta,
    .property-card__footer,
    .submit-panel,
    .results-hero__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item.is-featured {
        grid-row: auto;
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .page-banner--home {
        height: calc(100vh - 66px - 70px);
        min-height: 280px;
    }

    .site-footer {
        padding: 6px 12px;
    }

    .site-footer .social-icons .nav {
        margin-bottom: 0;
    }

    .social-icon {
        font-size: 0.9em;
    }

    .footer-copy,
    .footer-links {
        margin: 2px 0 0;
        font-size: 0.7em;
    }

    .page-banner--contact {
        min-height: calc(100vh - 56px);
    }

    .page-banner--detail {
        min-height: 60vh;
    }

    .service-banner {
        min-height: 60vh;
        text-align: left;
    }

    .service-banner--right .service-banner__panel {
        margin-left: 0;
    }

    .banner-text h1,
    .property-detail-hero h1 {
        font-size: 1.5rem;
    }

    .slogan-text {
        font-size: 0.75rem;
    }

    .hero-logo {
        max-height: 7rem;
        margin-bottom: 0.75rem;
    }

    .banner-text {
        margin-bottom: 0.75rem;
    }

    .banner-text h2,
    .about-copy h2,
    .service-banner__panel h2 {
        font-size: 1.4rem;
    }

    .about-section {
        font-size: 1rem;
    }

    .results-hero h1 {
        font-size: 2rem;
    }

    .search-form {
        width: min(100%, 300px);
        padding: 16px;
    }

    .search-form .form-control {
        min-height: 38px;
    }

    .search-form .btn {
        min-height: 38px;
    }

    .site-footer {
        padding: 12px 16px;
    }

    .footer-copy {
        margin: 4px 0 0;
        font-size: 0.8em;
    }

    .footer-links {
        margin: 4px 0 0;
        font-size: 0.8em;
    }

    .contact-chip {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .banner-text h1 {
        font-size: 2.75rem;
    }
    .slogan-text {
        font-size: 0.9rem;
    }
}

.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-collapse {
    transition: visibility 0.1s ease-in-out, height 0.1s ease-in-out !important;
}

.navbar-toggler:focus-visible,
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 193, 7, 0.25) !important;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus-visible {
    color: var(--brand-gold);
}

body.filters-open .programs-filters-wrapper {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.programs-filters {
    position: relative;
    z-index: 9;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    background: linear-gradient(180deg, #f9faf9 0%, #f6f6f6 100%);
    font-size: 0.9375rem;
    text-align: center;
}

.programs-filters .programs-filters-title {
    margin: 20px 0 0;
    color: #52ae32;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
}

.programs-filters p {
    margin: 10px 0 0;
}

.programs-filters .programs-filters-button {
    margin-top: 0.75rem;
}

.btn.btn-border {
    background-color: transparent;
    border-color: #52ae32;
    color: #52ae32;
}

.btn.btn-border:hover,
.btn.btn-border:focus-visible {
    background-color: #52ae32;
    border-color: #52ae32;
    color: #fff;
}

.programs-filters .programs-filters-wrapper {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: 16px 0 24px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: all 0.35s ease;
}

.programs-filters .programs-filters-groups-title {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
}

.programs-filters .programs-filters-group {
    margin: 0 0 1rem;
    text-align: left;
}

.programs-filters .programs-filters-group .programs-filters-select {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.9rem 2.25rem 0.9rem 1rem;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
}

.programs-filters .programs-filters-group .programs-filters-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #52ae32;
    border-bottom: 2px solid #52ae32;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.2s ease;
}

.programs-filters .programs-filters-group.active .programs-filters-select:after {
    transform: translateY(-30%) rotate(-135deg);
}

.programs-filters .programs-filters-group .programs-filters-group-content {
    margin-top: 0.75rem;
    padding: 0;
}

.programs-filters .programs-filters-group .programs-filters-label {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.programs-filters .programs-filters-group .form-control {
    background-color: #fafafa;
    border-radius: 4px;
}

.programs-filters .programs-filters-group .programs-filters-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.programs-filters .programs-filters-group .programs-filters-actions .cancel {
    color: var(--text-dark);
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 600;
}

.programs-filters .programs-filters-group .programs-filters-actions .btn {
    min-width: 108px;
}

.programs-filters .programs-filters-mobile-validation {
    position: sticky;
    bottom: 0;
    display: grid;
    gap: 0.75rem;
    padding-top: 1rem;
    background: #fff;
}

.property-results-radio-label {
    font-size: 0.9em;
}

.property-results-row {
    margin: 0;
    padding-bottom: 4rem;
}

.property-results-count {
    margin: -0.25rem 0 1rem;
    color: var(--text-muted);
}

.property-result-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.property-result-card__link:hover,
.property-result-card__link:focus-visible {
    text-decoration: none;
    color: inherit;
}

.property-result-card {
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.property-result-card:hover,
.property-result-card__link:focus-visible .property-result-card {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.property-result-card__media {
    position: relative;
    min-height: 220px;
    background: #f0f0f0;
    overflow: hidden;
}

.property-result-card__media img {
    width: 100%;
    min-height: 220px;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-result-card:hover .property-result-card__media img {
    transform: scale(1.05);
}

.property-result-card__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    color: #999;
    font-weight: 600;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.property-result-card .card-img-overlay {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}

.property-result-card__badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 6px;
    background: var(--brand-gold);
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-result-card .card-body {
    padding: 1.25rem;
}

.property-result-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-result-card__location {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.property-result-card__location i {
    color: var(--brand-green);
}

.property-result-card__features {
    margin: 0.75rem 0;
    padding: 0.75rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.property-result-card__type {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-result-card__rooms {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.property-result-card__rooms span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.property-result-card__rooms i {
    color: var(--brand-green);
}

.property-result-card__price {
    margin: 0.75rem 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--brand-green);
}

.property-result-card__footer {
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
}

.property-result-card__reference {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Property Detail Breadcrumb */
.property-detail-breadcrumb {
    padding: 1rem 0;
}

.property-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.property-detail-back:hover {
    color: var(--brand-green);
    transform: translateX(-2px);
}

.property-detail-back i {
    font-size: 0.8rem;
}

/* Property Detail Info Card */
.property-detail-info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-top: 1rem;
}

.property-detail-info-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.property-detail-info-card__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
}

.property-detail-info-card__badge {
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    background: var(--brand-gold);
    color: #000;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-detail-info-card__location {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.property-detail-info-card__location i {
    color: var(--brand-green);
}

.property-detail-info-card__price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-green);
    margin-bottom: 0.5rem;
}

.property-detail-info-card__ref {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Property Detail Page */
.property-detail-page {
    background: var(--page-bg);
}

.property-detail-page__inner {
    padding: 1.5rem 0 3rem;
}

/* Carousel */
.property-detail-carousel {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.property-detail-carousel .carousel-inner {
    border-radius: 12px;
}

.property-detail-carousel .carousel-item img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.property-detail-carousel__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #999;
}

.property-detail-carousel__empty i {
    margin-bottom: 1rem;
    color: #ccc;
}

.property-detail-carousel__empty p {
    margin: 0;
    font-weight: 600;
}

/* Contact Card */
.property-detail-contact {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    position: sticky;
    top: 80px;
}

.property-detail-contact__title {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.property-detail-contact__title i {
    color: var(--brand-green);
}

.property-detail-contact__subtitle {
    margin: 0 0 1.5rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.property-detail-contact__methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.property-detail-contact__method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.property-detail-contact__method:hover {
    background: #e9ecef;
    transform: translateX(4px);
}

.property-detail-contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}

.property-detail-contact__icon--whatsapp {
    background: #25d366;
}

.property-detail-contact__icon--email {
    background: var(--brand-green);
}

.property-detail-contact__method-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.property-detail-contact__method-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-detail-contact__method-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
}

.property-detail-contact__info {
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.property-detail-contact__info-item {
    display: flex;
    gap: 1rem;
}

.property-detail-contact__info-item i {
    font-size: 1.25rem;
    color: var(--brand-green);
    margin-top: 0.25rem;
}

.property-detail-contact__info-item strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.property-detail-contact__info-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Features Section */
.property-detail-features {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.property-detail-section__title {
    margin: 0 0 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-dark);
}

.property-detail-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.property-detail-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.property-detail-feature:hover {
    background: #e9ecef;
    transform: translateY(-4px);
}

.property-detail-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--brand-green);
    color: #fff;
    border-radius: 50%;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.property-detail-feature__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Description Section */
.property-detail-description {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.property-detail-description__content p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    white-space: pre-line;
}

.property-detail-description__highlight {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--brand-green);
}

.property-detail-description__highlight i {
    font-size: 1.5rem;
    color: var(--brand-green);
    margin-top: 0.25rem;
}

.property-detail-description__highlight strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.property-detail-description__highlight p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Responsive */
@media (max-width: 991.98px) {
    .property-detail-contact {
        position: static;
    }

    .property-detail-carousel .carousel-item img {
        height: 350px;
    }

    .property-detail-carousel__empty {
        min-height: 350px;
    }

    .property-detail-info-card__title {
        font-size: 1.35rem;
    }

    .property-detail-info-card__price {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .property-detail-carousel .carousel-item img {
        height: 250px;
    }

    .property-detail-carousel__empty {
        min-height: 250px;
    }

    .property-detail-info-card {
        padding: 1.25rem;
    }

    .property-detail-info-card__header {
        flex-direction: column;
        gap: 0.5rem;
    }

    .property-detail-info-card__title {
        font-size: 1.2rem;
    }

    .property-detail-info-card__price {
        font-size: 1.15rem;
    }

    .property-detail-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.list-style-none {
    list-style: none;
}

@media (min-width: 768px) {
    .programs-filters {
        min-height: 220px;
        padding: 15px 0 0;
        text-align: left;
        background-image: url("https://diszln7ft1ccx.cloudfront.net/img/achat-immobilier-efficity-right.png");
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: auto 100%;
    }

    .programs-filters .programs-filters-title {
        font-size: 2.0625rem;
        line-height: 2.5rem;
    }

    .programs-filters p {
        margin: 0;
    }

    .programs-filters .programs-filters-mobile-validation {
        grid-template-columns: repeat(3, max-content);
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1052px) {
    .programs-filters .programs-filters-button {
        display: none;
    }

    .programs-filters .programs-filters-wrapper {
        position: static;
        overflow: visible;
        padding: 0;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .programs-filters .programs-filters-wrapper .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .programs-filters .programs-filters-groups-title {
        margin: 0 12px 0 0;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .programs-filters .programs-filters-group {
        position: relative;
        flex: 0 0 130px;
        width: 130px;
        margin: 0 3px;
    }

    .programs-filters .programs-filters-group .programs-filters-group-content {
        position: absolute;
        top: 100%;
        left: 0;
        width: 405px;
        margin-top: 10px;
        padding: 15px;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 12;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .programs-filters .programs-filters-group.active .programs-filters-group-content {
        opacity: 1;
        visibility: visible;
    }

    .programs-filters .programs-filters-group .programs-filters-group-content.alignright {
        right: 0;
        left: auto;
    }

    .programs-filters .programs-filters-mobile-validation {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .property-detail-page__inner {
        padding: 2rem 12px 16px;
    }

    .program-details-section-title {
        font-size: 1.4rem;
    }
}

/* Listing Page Refresh */
body.filters-open {
    overflow: hidden;
}

.property-search-page {
    background:
        radial-gradient(circle at top left, rgba(82, 174, 50, 0.1), transparent 36%),
        linear-gradient(180deg, #f6f8f5 0%, #ffffff 28%);
    padding-bottom: 4rem;
}

.property-search-hero {
    border-bottom: none;
    padding: 2.25rem 0 1.75rem;
    background:
        linear-gradient(135deg, rgba(82, 174, 50, 0.12) 0%, rgba(255, 255, 255, 0.96) 55%),
        #f6f8f5;
    text-align: left;
}

.property-search-hero__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
}

.property-search-hero__copy {
    max-width: 44rem;
}

.property-search-hero__eyebrow {
    margin: 0 0 0.5rem;
    color: var(--brand-green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.property-search-hero .programs-filters-title {
    margin: 0;
    color: var(--text-dark);
    font-size: clamp(2.15rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.05;
}

.property-search-hero__lead {
    margin: 0.85rem 0 0;
    max-width: 36rem;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.property-search-hero__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.property-search-clear-pill {
    border-radius: 999px;
}

.property-search-form-shell {
    margin-top: 1.5rem;
}

.property-search-page .programs-filters .programs-filters-wrapper {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    padding: 5.5rem 12px 18px;
    background: rgba(15, 23, 15, 0.48);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.property-search-page .programs-filters .programs-filters-wrapper .container {
    display: block;
}

.property-search-page .programs-filters .programs-filters-group {
    position: static;
    flex: none;
    width: auto;
    text-align: left;
}

body.filters-open .property-search-page .programs-filters .programs-filters-wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.property-search-panel {
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(21, 31, 21, 0.08);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(16, 24, 16, 0.18);
    padding: 1.25rem;
}

.property-search-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.property-search-panel__eyebrow {
    margin: 0 0 0.35rem;
    color: var(--brand-green);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.property-search-panel__title {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.5rem;
    font-weight: 700;
}

.property-search-panel__lead {
    margin: 0.45rem 0 0;
    max-width: 34rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.property-search-panel__reset {
    color: var(--brand-green);
    font-weight: 700;
    white-space: nowrap;
}

.property-search-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.property-search-group {
    grid-column: span 12;
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(28, 45, 28, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(82, 174, 50, 0.05) 0%, #fff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.property-search-group--type,
.property-search-group--category,
.property-search-group--price {
    grid-column: span 4;
}

.property-search-group--location,
.property-search-group--details {
    grid-column: span 6;
}

.property-search-group__title {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.05rem;
    font-weight: 700;
}

.property-search-group__hint {
    margin: 0.45rem 0 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.property-search-label {
    display: block;
    margin: 0 0 0.45rem;
    color: var(--text-dark);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.property-search-page .form-control {
    min-height: 48px;
    padding: 0.8rem 0.95rem;
    border: 1px solid #d7dfd2;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}

.property-search-page .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 0.2rem rgba(82, 174, 50, 0.12);
}

.property-search-choice-block {
    margin-top: 1rem;
}

.property-search-choice-row {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.property-search-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.75rem 1rem;
    border: 1px solid #d7dfd2;
    border-radius: 999px;
    background: #fff;
    color: var(--text-dark);
    font-weight: 600;
}

.property-search-choice input {
    margin: 0;
}

.property-search-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.property-search-check {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    padding: 0.85rem 1rem;
    border: 1px solid #d7dfd2;
    border-radius: 14px;
    background: #fff;
    color: var(--text-dark);
    font-weight: 600;
}

.property-search-check input {
    margin: 0;
}

.property-search-check i {
    color: var(--brand-green);
}

.property-search-actions {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(28, 45, 28, 0.08);
    background: transparent;
}

.property-search-page .programs-filters .programs-filters-mobile-validation.property-search-actions {
    display: flex !important;
}

.property-search-actions .btn {
    min-width: 140px;
    border-radius: 999px;
}

.property-results-section {
    padding: 2rem 0 0;
}

.property-results-row {
    margin: 0;
    padding-bottom: 0;
}

.property-results-alert {
    margin-bottom: 1rem;
    border-radius: 16px;
}

.property-results-shell {
    padding: 1.5rem;
    border: 1px solid rgba(28, 45, 28, 0.06);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 15, 0.08);
}

.property-results-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ebefea;
}

.property-results-overline {
    margin: 0 0 0.35rem;
    color: var(--brand-green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.property-results-title {
    margin: 0;
    color: var(--text-dark);
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.08;
}

.property-results-count {
    margin: 0.6rem 0 0;
    color: var(--text-muted);
    font-size: 1rem;
}

.property-results-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.property-results-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(82, 174, 50, 0.12);
    color: var(--brand-green);
    font-size: 0.85rem;
    font-weight: 700;
}

.property-results-grid {
    margin-bottom: -1rem;
}

.empty-state {
    padding: 2.5rem;
    border: 1px dashed #c7d3c1;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(82, 174, 50, 0.06) 0%, #fff 100%);
    text-align: center;
}

.empty-state h3 {
    margin: 0 0 0.5rem;
    color: var(--text-dark);
    font-size: 1.45rem;
}

.empty-state p {
    margin: 0;
    color: var(--text-muted);
}

.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ebefea;
}

.property-result-card__link {
    display: block;
    width: 100%;
}

.property-result-card {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 15, 0.08);
}

.property-result-card:hover,
.property-result-card__link:focus-visible .property-result-card {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 15, 0.14);
}

.property-result-card__media {
    min-height: 240px;
    border-bottom: 1px solid #eef2ed;
    background: linear-gradient(135deg, #eef5ea 0%, #dbe7d4 100%);
}

.property-result-card__media img {
    min-height: 240px;
    height: 240px;
}

.property-result-card__media.is-fallback .property-result-card__placeholder--overlay {
    display: flex;
}

.property-result-card__placeholder {
    min-height: 240px;
    background: linear-gradient(135deg, #eef5ea 0%, #dbe7d4 100%);
    color: #6f7c71;
}

.property-result-card__placeholder--overlay {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 1;
}

.property-result-card .card-img-overlay {
    z-index: 2;
    padding: 1.1rem;
}

.property-result-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.35rem;
}

.property-result-card__title {
    margin: 0;
    font-size: 1.25rem;
}

.property-result-card__location {
    margin: 0;
    font-size: 0.92rem;
}

.property-result-card__summary {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.property-result-card__features {
    margin: 0;
    padding: 0.95rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.property-result-card__rooms {
    margin-top: 0;
    flex-wrap: wrap;
}

.property-result-card__price {
    margin-top: auto;
    margin-bottom: 0;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.property-result-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 1rem;
}

.property-result-card__reference {
    font-size: 0.78rem;
}

.property-result-card__cta {
    color: var(--brand-green);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .property-search-group--type,
    .property-search-group--category,
    .property-search-group--price,
    .property-search-group--location,
    .property-search-group--details {
        grid-column: span 6;
    }
}

@media (max-width: 1051.98px) {
    .property-search-page {
        padding-bottom: 3rem;
    }

    .property-search-hero {
        padding: 2rem 0 1.5rem;
    }

    .property-search-hero__inner {
        align-items: flex-start;
    }

    .property-search-hero__actions {
        width: 100%;
    }

    .property-search-panel {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        padding: 1.1rem;
    }

    .property-search-grid {
        grid-template-columns: 1fr;
    }

    .property-search-group--type,
    .property-search-group--category,
    .property-search-group--price,
    .property-search-group--location,
    .property-search-group--details {
        grid-column: span 1;
    }

    .property-search-actions {
        position: sticky;
        bottom: 0;
        margin: 1.25rem -1.1rem -1.1rem;
        padding: 1rem 1.1rem 1.1rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, #fff 30%);
        border-top: 1px solid rgba(28, 45, 28, 0.08);
    }
}

@media (min-width: 1052px) {
    .property-search-hero__actions .programs-filters-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .property-search-page .programs-filters .programs-filters-wrapper {
        position: fixed !important;
        inset: 0 !important;
        overflow-y: auto !important;
        padding: 7rem 24px 32px !important;
        background: rgba(15, 23, 15, 0.48) !important;
        backdrop-filter: blur(10px);
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(12px) !important;
    }

    body.filters-open .property-search-page .programs-filters .programs-filters-wrapper {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .property-search-panel {
        max-width: 1080px;
        margin: 0 auto;
        box-shadow: 0 18px 40px rgba(15, 23, 15, 0.1);
    }
}

@media (max-width: 767.98px) {
    .property-search-hero {
        padding-top: 2.25rem;
    }

    .property-search-hero .programs-filters-title {
        font-size: 2.35rem;
    }

    .property-search-hero__lead {
        font-size: 1rem;
    }

    .property-search-panel__header {
        flex-direction: column;
    }

    .property-search-actions {
        flex-direction: column;
    }

    .property-search-actions .btn,
    .property-search-actions .close-link {
        width: 100%;
        justify-content: center;
    }

    .property-search-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .property-results-shell {
        padding: 1.15rem;
        border-radius: 22px;
    }

    .property-results-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .property-results-title {
        font-size: 2rem;
    }

    .property-result-card__media,
    .property-result-card__media img,
    .property-result-card__placeholder {
        min-height: 210px;
        height: 210px;
    }
}
