:root {
    --site-primary: #082848;
    --site-primary-dark: #04182f;
    --site-accent: #a87838;
    --site-accent-soft: #f8f2e9;
    --site-bg: #f8f8f6;
    --site-surface: #ffffff;
    --site-text: #10213f;
    --site-muted: #667085;
    --site-border: #e1e5eb;
    --site-radius: 12px;
    --site-shadow: 0 8px 24px rgba(8, 45, 99, .08);
    --site-header-height: 74px;
    --site-header-height-scrolled: 64px;
    --site-form-label-size: .9rem;
    --site-form-control-size: .95rem;
    --site-form-helper-size: .82rem;
}

@media (max-width: 767.98px) {
    :root { --site-form-control-size: 1rem; }
}

.site-body { background: var(--site-bg); color: var(--site-text); font-family: Inter, "Segoe UI", Arial, sans-serif; }
.site-navbar { background: #fff; border-bottom: 1px solid var(--site-border); min-height: var(--site-header-height); position: sticky; top: 0; transition: box-shadow .2s ease, min-height .2s ease, padding .2s ease; z-index: 1050; }
.site-navbar.is-scrolled { border-bottom-color: rgba(8,45,99,.09); box-shadow: 0 5px 18px rgba(8,45,99,.07); min-height: var(--site-header-height-scrolled); padding-bottom: .2rem; padding-top: .2rem; }
.site-brand { align-items: center; display: inline-flex; padding: 0; }
.site-brand-logo { display: block; height: 50px; object-fit: contain; transition: height .2s ease, width .2s ease; width: 150px; }
.site-navbar.is-scrolled .site-brand-logo { height: 44px; width: 132px; }
.site-navbar .nav-link { border-radius: 7px; color: var(--site-text); font-size: .92rem; font-weight: 600; padding: .6rem .8rem !important; }
.site-navbar .nav-link:hover, .site-navbar .nav-link.active { color: var(--site-primary); background: #f2f6fb; }
.site-nav-cta, .advisor-card .btn, .apply-filters, .site-empty-state .btn { background: var(--site-accent); color: #fff; font-weight: 700; }
.site-nav-cta:hover, .advisor-card .btn:hover, .apply-filters:hover, .site-empty-state .btn:hover { background: #b48226; color: #fff; }

.properties-hero { background: linear-gradient(135deg, #fff 0%, #f6f7f9 100%); border-bottom: 1px solid var(--site-border); padding: 2.2rem 0 2rem; }
.site-breadcrumb { font-size: .84rem; margin-bottom: 1rem; }
.site-breadcrumb a { color: var(--site-muted); text-decoration: none; }
.properties-hero h1 { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.25rem); font-weight: 700; letter-spacing: -.035em; margin-bottom: .35rem; }
.hero-lead { color: var(--site-muted); font-size: 1.05rem; margin-bottom: 1.6rem; }
.site-benefit { align-items: center; display: flex; gap: .8rem; }
.site-benefit > span { align-items: center; background: var(--site-accent-soft); border-radius: 50%; color: var(--site-accent); display: inline-flex; flex: 0 0 44px; font-size: 1.15rem; height: 44px; justify-content: center; }
.site-benefit strong, .site-benefit small { display: block; }
.site-benefit strong { font-size: .88rem; }
.site-benefit small { color: var(--site-muted); font-size: .76rem; margin-top: .15rem; }
.advisor-card { align-items: flex-start; background: linear-gradient(135deg, var(--site-primary-dark), var(--site-primary)); border-radius: var(--site-radius); color: #fff; display: flex; gap: 1rem; min-height: 170px; padding: 1.5rem; }
.advisor-icon { color: var(--site-accent); font-size: 2.5rem; line-height: 1; }
.advisor-card strong { display: block; line-height: 1.4; }
.advisor-card p { color: rgba(255,255,255,.82); font-size: .9rem; margin: .6rem 0 1rem; }
.advisor-card .btn { font-size: .84rem; padding: .65rem 1rem; }

.properties-results { padding: 1.8rem 0 3rem; }
.results-toolbar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 1rem; min-height: 42px; }
.results-count { font-size: 1.08rem; font-weight: 700; }
.sort-form { align-items: center; display: flex; gap: .65rem; }
.sort-form label { color: var(--site-muted); font-size: var(--site-form-label-size); font-weight: 700; white-space: nowrap; }
.sort-form .form-select { min-width: 165px; }
.filter-mobile-button { background: #fff; border: 1px solid var(--site-border); color: var(--site-primary); font-weight: 700; }

.property-filter-panel { background: var(--site-surface); border: 1px solid var(--site-border); border-radius: var(--site-radius); box-shadow: 0 4px 14px rgba(8,45,99,.04); }
.property-filter-panel .offcanvas-body { padding: 1.2rem; }
.property-filter-form .filter-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 1rem; }
.property-filter-form .filter-heading h2 { font-size: 1.05rem; margin: 0; }
.property-filter-form .filter-heading a { color: var(--site-accent); font-size: .76rem; font-weight: 700; text-decoration: none; }
.property-filter-form fieldset { border: 0; border-top: 1px solid var(--site-border); margin: 0; padding: 1rem 0 0; }
.property-filter-form fieldset + fieldset { margin-top: 1rem; }
.property-filter-form legend { float: none; font-size: var(--site-form-label-size); font-weight: 700; margin-bottom: .65rem; width: auto; }
.property-filter-form .form-label { color: var(--site-text); font-size: var(--site-form-label-size); font-weight: 700; margin-bottom: .3rem; }
.property-filter-form .form-select, .property-filter-form .form-control, .sort-form .form-select { border-color: var(--site-border); border-radius: 7px; color: var(--site-text); font-size: var(--site-form-control-size); min-height: 40px; }
.property-filter-form .form-select + .form-label { margin-top: .8rem; }
.filter-check { align-items: center; cursor: pointer; display: flex; font-size: var(--site-form-helper-size); gap: .5rem; margin-bottom: .55rem; }
.filter-check input { accent-color: var(--site-primary); height: 16px; width: 16px; }
.apply-filters { font-size: var(--site-form-label-size); margin-top: 1.2rem; padding: .7rem; width: 100%; }

.property-card { background: var(--site-surface); border: 1px solid var(--site-border); border-radius: var(--site-radius); box-shadow: var(--site-shadow); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.property-card:hover { box-shadow: 0 12px 30px rgba(8,45,99,.12); transform: translateY(-2px); }
.property-card-media { aspect-ratio: 16 / 8.7; background: #e9edf2; overflow: hidden; position: relative; }
.property-card-media > img { height: 100%; object-fit: cover; width: 100%; }
.property-card-image-link { display: block; height: 100%; }
.property-card-image-link > img { height: 100%; object-fit: cover; width: 100%; }
.property-card-placeholder { align-items: center; color: var(--site-muted); display: flex; flex-direction: column; height: 100%; justify-content: center; gap: .5rem; }
.property-card-placeholder svg { fill: #aab3c0; height: 45px; width: 45px; }
.property-card-placeholder span { font-size: .78rem; }
.property-status { background: var(--site-primary); border-radius: 6px; color: #fff; font-size: .72rem; font-weight: 800; left: 1rem; padding: .4rem .65rem; position: absolute; top: 1rem; }
.property-card-body { padding: 1rem 1.1rem .85rem; }
.property-type { background: var(--site-accent-soft); border-radius: 5px; color: #9a6914; display: inline-block; font-size: .68rem; font-weight: 800; margin-bottom: .8rem; padding: .35rem .55rem; }
.property-card-main { display: grid; gap: 1rem; grid-template-columns: minmax(125px, .75fr) minmax(0, 1.25fr); }
.property-price strong { color: var(--site-primary-dark); display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.22rem, 2vw, 1.55rem); white-space: nowrap; }
.property-price span { color: var(--site-muted); font-size: .68rem; }
.property-summary h2 { display: -webkit-box; font-size: .9rem; font-weight: 800; line-height: 1.45; margin: 0 0 .45rem; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.property-summary h2 a { color: inherit; text-decoration: none; }
.property-summary h2 a:hover { color: var(--site-primary); }
.property-summary p { align-items: flex-start; color: var(--site-muted); display: flex; font-size: .72rem; gap: .3rem; line-height: 1.4; margin: 0; }
.property-summary p svg { fill: var(--site-accent); flex: 0 0 14px; height: 14px; margin-top: 1px; width: 14px; }
.property-features { border-top: 1px solid var(--site-border); display: flex; flex-wrap: wrap; gap: .8rem 1.1rem; margin-top: .9rem; padding-top: .75rem; }
.property-features span { align-items: center; color: var(--site-text); display: inline-flex; font-size: .72rem; gap: .25rem; }
.property-features svg { fill: var(--site-primary); height: 16px; width: 16px; }
.site-empty-state { background: #fff; border: 1px solid var(--site-border); border-radius: var(--site-radius); padding: 4rem 1.5rem; text-align: center; }
.site-empty-state > span { color: var(--site-accent); font-size: 2.5rem; }
.site-empty-state h2 { font-size: 1.25rem; margin: .7rem 0 .35rem; }
.site-empty-state p { color: var(--site-muted); }
.site-empty-state .btn { padding: .65rem 1rem; }
.site-pagination { margin-top: 1.8rem; }
.site-pagination .page-link { border-color: var(--site-border); color: var(--site-primary); margin: 0 .2rem; border-radius: 6px !important; }
.site-pagination .active .page-link { background: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.availability-note { background: #fff; border: 1px solid var(--site-border); border-radius: 8px; color: var(--site-muted); font-size: .78rem; margin: 1.5rem 0 0; padding: .85rem 1rem; }
.availability-note span { color: var(--site-primary); margin-right: .35rem; }

.site-bottom-cta { background: linear-gradient(90deg, var(--site-primary-dark), var(--site-primary)); color: #fff; padding: 1.25rem 0; }
.site-bottom-cta .container { align-items: center; display: flex; justify-content: space-between; gap: 1.5rem; }
.site-bottom-cta strong, .site-bottom-cta span { display: block; }
.site-bottom-cta span { color: rgba(255,255,255,.8); font-size: .86rem; margin-top: .2rem; }
.site-bottom-cta .btn { font-size: .82rem; font-weight: 700; padding: .7rem 1rem; }
.site-bottom-cta .cta-primary { background: var(--site-accent); color: #fff; }
.site-bottom-cta .cta-secondary { border: 1px solid rgba(255,255,255,.75); color: #fff; }
.site-bottom-cta .cta-secondary:disabled { opacity: .55; }
.site-footer { background: #fff; border-top: 1px solid var(--site-border); color: var(--site-muted); }
.site-footer-brand { align-items: center; display: flex; flex-wrap: wrap; gap: .85rem; }
.site-footer-brand img { height: 38px; object-fit: contain; width: 114px; }
.site-social-links { display: flex; align-items: center; gap: .45rem; }
.site-social-links a { display: grid; width: 34px; height: 34px; place-items: center; color: var(--site-primary); background: var(--site-accent-soft); border: 1px solid rgba(168,120,56,.24); border-radius: 50%; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.site-social-links a:hover { color: #fff; background: var(--site-accent); transform: translateY(-1px); }
.site-social-links a:focus-visible { outline: 3px solid rgba(168,120,56,.35); outline-offset: 2px; }
.site-social-links svg { width: 16px; height: 16px; fill: currentColor; }

@media (max-width: 767.98px) {
    .site-social-links { flex-wrap: wrap; }
}

.property-detail { background: linear-gradient(180deg, #fff 0, var(--site-bg) 26rem); padding: 1.7rem 0 2rem; }
.property-detail-breadcrumb { margin-bottom: .65rem; }
.property-detail-breadcrumb .active { max-width: 55vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.property-detail-actions { align-items: center; display: flex; margin-bottom: 1.2rem; min-height: 34px; position: relative; }
.back-to-properties { color: var(--site-primary); font-size: .85rem; font-weight: 800; text-decoration: none; }
.share-property { background: transparent; border: 0; color: var(--site-primary); font-size: .82rem; margin-left: auto; padding: .35rem .2rem; }
.share-property:hover { color: var(--site-accent); }
.share-feedback { color: #19724c; font-size: .74rem; margin-left: .65rem; }
.property-gallery { position: relative; }
.property-gallery .carousel { background: #e7ebf0; border-radius: var(--site-radius); overflow: hidden; }
.property-gallery .carousel-item { aspect-ratio: 16 / 8.5; }
.property-gallery .carousel-item img { height: 100%; object-fit: cover; width: 100%; }
.property-gallery-status { background: var(--site-primary); border-radius: 6px; color: #fff; font-size: .72rem; font-weight: 800; left: 1rem; padding: .42rem .68rem; position: absolute; top: 1rem; z-index: 3; }
.property-gallery-placeholder { align-items: center; aspect-ratio: 16 / 8.5; background: #e8ecf1; border: 1px solid var(--site-border); border-radius: var(--site-radius); color: var(--site-muted); display: flex; flex-direction: column; gap: .65rem; justify-content: center; }
.property-gallery-placeholder svg { fill: #aab3c0; height: 64px; width: 64px; }
.property-gallery-thumbnails { display: grid; gap: .5rem; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: .55rem; }
.property-gallery-thumbnails button { aspect-ratio: 16 / 9; background: #e8ecf1; border: 2px solid transparent; border-radius: 7px; overflow: hidden; padding: 0; position: relative; }
.property-gallery-thumbnails button.active { border-color: var(--site-accent); }
.property-gallery-thumbnails img { height: 100%; object-fit: cover; width: 100%; }
.property-gallery-thumbnails button > span { align-items: center; background: rgba(5,31,70,.65); color: #fff; display: flex; font-weight: 800; inset: 0; justify-content: center; position: absolute; }
.property-detail-header { padding: 1.45rem .5rem .4rem; }
.property-detail-header .property-type { text-transform: uppercase; }
.property-detail-header h1 { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 3.3vw, 2.75rem); font-weight: 700; line-height: 1.16; margin: .15rem 0 .65rem; }
.property-detail-location { align-items: flex-start; color: var(--site-muted); display: flex; font-size: .9rem; gap: .35rem; margin: 0; }
.property-detail-location span { color: var(--site-accent); }
.property-key-features { border-top: 1px solid var(--site-border); display: flex; flex-wrap: wrap; gap: .5rem 0; margin-top: 1.25rem; padding-top: 1rem; }
.property-key-features > span { border-right: 1px solid var(--site-border); color: var(--site-muted); font-size: .78rem; margin-right: 1rem; padding-right: 1rem; }
.property-key-features > span:last-child { border-right: 0; }
.property-key-features strong { color: var(--site-primary); }
.property-cta-column { position: sticky; top: calc(var(--site-header-height-scrolled) + 1rem); }
.property-price-card, .property-advisor-card, .property-detail-card { background: #fff; border: 1px solid var(--site-border); border-radius: var(--site-radius); box-shadow: var(--site-shadow); }
.property-price-card { padding: 1.35rem; }
.property-price-card > span { color: var(--site-muted); display: block; font-size: .9rem; margin-bottom: .45rem; }
.property-price-card > div { align-items: baseline; display: flex; gap: .5rem; margin-bottom: .8rem; }
.property-price-card strong, .property-detail-price strong { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; }
.property-price-card small, .property-detail-price span { color: var(--site-muted); font-size: .75rem; }
.property-price-card p { color: var(--site-muted); font-size: .78rem; }
.property-price-card .btn { display: block; font-size: .82rem; font-weight: 800; margin-top: .65rem; padding: .72rem; width: 100%; }
.property-cta-primary { background: var(--site-accent); color: #fff; }
.property-cta-outline { border-color: #aeb9c7; color: var(--site-primary); }
.property-whatsapp { background: #eaf5ef; color: #19724c; }
.property-price-card .btn:disabled { opacity: .55; }
.property-advisor-card { margin-top: 1rem; padding: 1.25rem; }
.property-advisor-card strong { display: block; }
.property-advisor-card p { color: var(--site-muted); font-size: .82rem; margin: .45rem 0; }
.property-advisor-card a { color: var(--site-primary); font-size: .82rem; font-weight: 700; }
.property-detail-sections { margin-top: 1.1rem; }
.property-detail-sections [class^="col-"] { display: flex; flex-direction: column; gap: 1rem; }
.property-detail-card { padding: 1.25rem 1.35rem; }
.property-detail-card h2 { color: var(--site-primary-dark); font-size: 1rem; font-weight: 800; margin: 0 0 1rem; }
.property-detail-card h3 { font-size: .8rem; font-weight: 800; margin: 0 0 .45rem; }
.characteristics-grid { display: grid; gap: 0 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.characteristics-grid > div, .commercial-list > div { align-items: center; border-bottom: 1px solid var(--site-border); display: flex; font-size: .76rem; justify-content: space-between; min-height: 35px; padding: .4rem 0; }
.characteristics-grid span, .commercial-list dt { color: var(--site-muted); font-weight: 500; }
.characteristics-grid strong, .commercial-list dd { color: var(--site-text); font-weight: 600; margin: 0; text-align: right; }
.property-description { color: #465268; font-size: .84rem; line-height: 1.8; }
.commercial-list { margin: 0; }
.financing-list { border-top: 1px solid var(--site-border); display: grid; gap: .45rem; margin-top: .8rem; padding-top: .8rem; }
.financing-list span, .amenity-groups span { align-items: center; color: #465268; display: flex; font-size: .78rem; gap: .45rem; }
.financing-list b, .amenity-groups b { color: #0a9a63; }
.amenity-groups { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.amenity-groups > div { display: flex; flex-direction: column; gap: .4rem; }
.property-location-safe { color: #465268; font-size: .84rem; }
.maps-button { border: 1px solid var(--site-accent); color: #9a6914; font-size: .78rem; font-weight: 700; }
.maps-button:hover { background: var(--site-accent); color: #fff; }
.property-detail-card > p { color: var(--site-muted); font-size: .82rem; margin-bottom: .55rem; }
.property-detail-card > a { color: var(--site-primary); font-size: .8rem; font-weight: 700; }
.property-mobile-cta { align-items: center; background: #fff; border-top: 1px solid var(--site-border); bottom: 0; box-shadow: 0 -8px 24px rgba(8,45,99,.12); display: none; gap: 1rem; justify-content: space-between; left: 0; padding: .7rem max(1rem, env(safe-area-inset-left)) calc(.7rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right)); position: fixed; right: 0; z-index: 1040; }
.property-mobile-cta strong, .property-mobile-cta span { display: block; }
.property-mobile-cta strong { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.property-mobile-cta span { color: var(--site-muted); font-size: .65rem; }
.property-mobile-cta .btn { background: var(--site-accent); color: #fff; font-size: .76rem; font-weight: 800; opacity: .6; }

.home-eyebrow { color: var(--site-accent); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-hero { background: var(--site-primary-dark); min-height: 520px; overflow: hidden; position: relative; }
.home-hero-image { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.home-hero-overlay { background: linear-gradient(90deg, rgba(5,31,70,.94) 0%, rgba(5,31,70,.72) 45%, rgba(5,31,70,.18) 78%), linear-gradient(0deg, rgba(5,31,70,.3), transparent 55%); inset: 0; position: absolute; }
.home-hero-content { align-items: center; color: #fff; display: flex; min-height: 520px; padding-bottom: 4.5rem; padding-top: 3rem; position: relative; z-index: 1; }
.home-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 4.7rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.04; margin: .65rem 0 1rem; }
.home-hero p { color: rgba(255,255,255,.86); font-size: 1.08rem; line-height: 1.7; max-width: 610px; }
.home-hero-cta { background: var(--site-accent); color: #fff; font-weight: 800; margin-top: .55rem; padding: .8rem 1.2rem; }
.home-hero-cta:hover { background: #b48226; color: #fff; }
.home-search-section { margin-top: -3.8rem; position: relative; z-index: 2; }
.home-search-card { background: #fff; border: 1px solid var(--site-border); border-radius: var(--site-radius); box-shadow: 0 16px 40px rgba(5,31,70,.16); padding: 1.15rem 1.25rem 1.3rem; }
.home-search-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: .9rem; }
.home-search-heading > div > span { color: var(--site-accent); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.home-search-heading h2 { font-size: 1.05rem; margin: .2rem 0 0; }
.home-operation { background: #f3f5f8; border-radius: 7px; display: flex; padding: .2rem; }
.home-operation label { align-items: center; border-radius: 5px; cursor: pointer; display: inline-flex; font-size: var(--site-form-helper-size); font-weight: 700; justify-content: center; padding: .45rem .75rem; }
.home-operation label:has(input:checked) { background: #fff; box-shadow: 0 2px 7px rgba(8,45,99,.08); color: var(--site-primary); }
.home-operation input { accent-color: var(--site-accent); margin-right: .25rem; }
.home-search-grid { align-items: end; display: grid; gap: .8rem; grid-template-columns: 1.15fr 1.1fr .85fr .75fr auto; }
.home-search-grid .form-label { font-size: var(--site-form-label-size); font-weight: 700; }
.home-search-grid .form-control, .home-search-grid .form-select { border-color: var(--site-border); font-size: var(--site-form-control-size); min-height: 43px; }
.home-search-submit { background: var(--site-primary); color: #fff; font-size: var(--site-form-label-size); font-weight: 800; min-height: 43px; padding-left: 1.25rem; padding-right: 1.25rem; }
.home-search-submit:hover { background: var(--site-primary-dark); color: #fff; }
.home-featured-section, .home-help-section, .home-paths-section { padding: 4.5rem 0; }
.home-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
.home-section-heading h2, .home-centered-heading h2, .home-path-card h2, .home-advice-cta h2 { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.home-section-heading h2 { font-size: 2rem; margin: .25rem 0 0; }
.home-section-heading > a { color: #9a6914; font-size: .82rem; font-weight: 800; text-decoration: none; }
.property-card-compact .property-card-main { display: flex; flex-direction: column-reverse; gap: .7rem; }
.property-card-compact .property-summary h2 { font-size: .84rem; }
.property-card-compact .property-price { align-items: baseline; display: flex; gap: .35rem; }
.property-card-compact .property-price strong { font-size: 1.3rem; }
.property-card-compact .property-features { gap: .55rem .8rem; justify-content: space-between; }
.property-card-compact .property-features span { font-size: .66rem; }
.home-help-section { background: #fff; }
.home-centered-heading { margin: 0 auto 2rem; max-width: 650px; text-align: center; }
.home-centered-heading h2 { font-size: 2.2rem; margin: .3rem 0 .5rem; }
.home-centered-heading p { color: var(--site-muted); }
.home-service-card { background: var(--site-bg); border: 1px solid var(--site-border); border-radius: var(--site-radius); height: 100%; padding: 1.6rem; text-align: center; }
.home-service-card > span { align-items: center; background: var(--site-accent-soft); border-radius: 50%; color: var(--site-accent); display: inline-flex; font-size: 1.5rem; height: 52px; justify-content: center; width: 52px; }
.home-service-card h3 { font-size: 1rem; margin: .85rem 0 .4rem; }
.home-service-card p { color: var(--site-muted); font-size: .82rem; margin: 0; }
.home-trust-strip { border-top: 1px solid var(--site-border); display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; padding-top: 2rem; }
.home-trust-strip > span { display: grid; gap: .15rem; grid-template-columns: 34px 1fr; }
.home-trust-strip b { align-items: center; background: var(--site-accent-soft); border-radius: 50%; color: var(--site-accent); display: inline-flex; grid-row: 1 / 3; height: 34px; justify-content: center; width: 34px; }
.home-trust-strip strong { font-size: .8rem; }
.home-trust-strip small { color: var(--site-muted); font-size: .7rem; }
.home-paths-section { background: #f2f4f7; }
.home-path-card { border-radius: var(--site-radius); height: 100%; min-height: 300px; overflow: hidden; padding: 2rem; position: relative; }
.home-path-card > span { color: var(--site-accent); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-path-card h2 { font-size: 2rem; margin: .55rem 0 .75rem; max-width: 480px; }
.home-path-card p { color: var(--site-muted); max-width: 440px; }
.home-path-card .btn { font-size: .8rem; font-weight: 800; margin-top: .7rem; padding: .7rem 1rem; }
.home-path-buy { background: var(--site-primary); color: #fff; }
.home-path-buy h2, .home-path-buy p { color: #fff; }
.home-path-buy p { opacity: .8; }
.home-path-buy .btn { background: var(--site-accent); color: #fff; }
.home-path-sell { background: #fff; border: 1px solid var(--site-border); }
.home-path-sell .btn { border: 1px solid var(--site-border); color: var(--site-muted); }
.home-advice-cta { background: linear-gradient(90deg, var(--site-primary-dark), var(--site-primary)); color: #fff; padding: 2.3rem 0; }
.home-advice-cta .container { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.home-advice-cta h2 { color: #fff; font-size: 1.7rem; margin: .4rem 0; }
.home-advice-cta p { color: rgba(255,255,255,.75); margin: 0; }
.home-advice-cta .btn { background: var(--site-accent); color: #fff; font-weight: 800; padding: .75rem 1.2rem; }
.site-navbar .nav-link.disabled { color: #98a2b3; cursor: default; }
.site-nav-cta:disabled { opacity: .6; }

.public-page-hero { background: linear-gradient(115deg, var(--site-primary-dark), var(--site-primary)); color: #fff; overflow: hidden; padding: 4.75rem 0; position: relative; }
.public-page-hero::after { background: radial-gradient(circle at 68% 38%, rgba(194,145,70,.24), transparent 48%), radial-gradient(circle at 96% 90%, rgba(255,255,255,.07), transparent 38%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.public-page-hero-sell::before, .public-page-hero-contact::before { background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 42px 42px; content: ""; inset: 0 0 0 48%; mask-image: linear-gradient(90deg, transparent, #000); pointer-events: none; position: absolute; }
.public-page-hero > .container { position: relative; z-index: 1; }
.public-page-hero-grid { min-height: 410px; }
.public-page-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.3rem); font-weight: 700; letter-spacing: -.03em; margin: .65rem 0 1rem; }
.public-page-hero p { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.75; max-width: 680px; }
.public-page-hero-copy > p { margin-bottom: 0; }
.hero-highlights { align-items: stretch; display: flex; flex-wrap: wrap; margin: 1.55rem 0 .8rem; }
.hero-highlight { align-items: center; color: rgba(255,255,255,.9); display: inline-flex; font-size: .76rem; font-weight: 700; gap: .5rem; justify-content: center; line-height: 1.35; padding: .3rem 1rem; }
.hero-highlight:first-child { padding-left: 0; }
.hero-highlight + .hero-highlight { border-left: 1px solid rgba(212,170,98,.34); }
.hero-highlight-icon { align-items: center; color: #d7a95d; display: inline-flex; flex: 0 0 18px; height: 18px; justify-content: center; line-height: 0; width: 18px; }
.hero-highlight-icon svg { display: block; fill: currentColor; height: 16px; width: 16px; }
.hero-highlight-chips { gap: .65rem; }
.hero-highlight-chip { background: rgba(255,255,255,.055); border: 1px solid rgba(212,170,98,.42) !important; border-radius: 999px; gap: .42rem; padding: .48rem .9rem !important; }
.hero-support-card { backdrop-filter: blur(12px); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); border: 1px solid rgba(212,170,98,.32); border-radius: 18px; box-shadow: 0 24px 65px rgba(0,13,31,.3), inset 0 1px 0 rgba(255,255,255,.12); color: #fff; padding: 1.65rem 1.75rem; text-align: left; }
.hero-support-card h2 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 700; margin: 0 0 1.25rem; }
.hero-support-list { display: grid; gap: 1.05rem; }
.hero-support-item { align-items: flex-start; display: flex; gap: .8rem; }
.hero-support-icon { align-items: center; background: rgba(202,151,72,.12); border: 1px solid rgba(212,170,98,.32); border-radius: 50%; box-sizing: border-box; color: #d7a95d; display: inline-flex; flex: 0 0 30px; height: 30px; justify-content: center; line-height: 0; margin-top: .1rem; padding: 0; width: 30px; }
.hero-support-icon svg { display: block; fill: none; height: 15px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: translateY(.75px); width: 15px; }
.hero-support-item div > strong, .hero-support-item div > span, .hero-support-note strong, .hero-support-note span, .hero-support-whatsapp > span { display: block; }
.hero-support-item strong { color: #fff; font-size: .84rem; margin-bottom: .15rem; }
.hero-support-item div > span { color: rgba(255,255,255,.68); font-size: .74rem; line-height: 1.5; }
.hero-support-note, .hero-support-whatsapp { border-top: 1px solid rgba(212,170,98,.25); margin-top: 1.25rem; padding-top: 1rem; }
.hero-support-note strong { color: #fff; font-size: .82rem; }
.hero-support-note span, .hero-support-whatsapp > span { color: rgba(255,255,255,.62); font-size: .72rem; margin-top: .18rem; }
.hero-support-whatsapp a { color: #e2b76f; display: inline-block; font-size: .8rem; font-weight: 800; margin-top: .45rem; text-decoration: none; }
.hero-support-whatsapp a:hover { color: #f2d49d; }
.public-page-primary { background: var(--site-accent); color: #fff; font-size: .84rem; font-weight: 800; margin-top: .65rem; padding: .78rem 1.15rem; }
.public-page-primary:hover { background: #b48226; color: #fff; }
.public-content-section, .public-process-section, .public-form-section { padding: 4.5rem 0; }
.public-section-heading { margin-bottom: 1.8rem; max-width: 680px; }
.public-section-heading h2, .public-form-intro h2, .public-final-cta h2 { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 700; margin: .35rem 0; }
.public-info-card { background: #fff; border: 1px solid var(--site-border); border-radius: var(--site-radius); box-shadow: var(--site-shadow); height: 100%; padding: 1.4rem; }
.public-info-card > span { align-items: center; background: var(--site-accent-soft); border-radius: 50%; color: var(--site-accent); display: inline-flex; height: 38px; justify-content: center; width: 38px; }
.public-info-card h3 { color: var(--site-primary-dark); font-size: .95rem; margin: .85rem 0 .45rem; }
.public-info-card p { color: var(--site-muted); font-size: .8rem; line-height: 1.65; margin: 0; }
.public-process-section { background: #f2f4f7; }
.public-process-list { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }
.public-process-list li { align-items: center; background: #fff; border: 1px solid var(--site-border); border-radius: var(--site-radius); display: flex; gap: .8rem; min-height: 88px; padding: 1rem; }
.public-process-list b { align-items: center; background: var(--site-primary); border-radius: 50%; color: #fff; display: flex; flex: 0 0 36px; height: 36px; justify-content: center; }
.public-process-list span { color: var(--site-text); font-size: .82rem; font-weight: 700; }
.public-form-section { background: var(--site-bg); scroll-margin-top: 1rem; }
.public-form-sidebar { position: sticky; top: calc(var(--site-header-height-scrolled) + 1rem); }
.public-form-intro { padding: 1rem 1.5rem 1rem 0; }
.public-form-intro p { color: var(--site-muted); line-height: 1.7; }
.public-form-card, .contact-reasons { background: #fff; border: 1px solid var(--site-border); border-radius: var(--site-radius); box-shadow: var(--site-shadow); }
.public-form-card { padding: 1.6rem; }
.public-form-card .form-label { color: var(--site-text); font-size: var(--site-form-label-size); font-weight: 700; }
.public-form-card .form-control, .public-form-card .form-select { border-color: var(--site-border); font-size: var(--site-form-control-size); min-height: 44px; }
.public-form-card textarea.form-control { min-height: 125px; }
.public-form-card .form-text, .public-form-card .form-check-label { color: var(--site-muted); font-size: var(--site-form-helper-size); line-height: 1.45; }
.public-form-card .invalid-feedback { font-size: .8rem; line-height: 1.4; }
.form-honeypot { height: 0; left: -10000px; opacity: 0; overflow: hidden; position: absolute; width: 0; }
.contact-reasons { margin-top: 1.25rem; padding: 1.2rem; }
.contact-reasons h3 { color: var(--site-primary-dark); font-size: .9rem; }
.contact-reasons ul { color: var(--site-muted); font-size: .78rem; margin: .75rem 0 0; padding-left: 1.1rem; }
.contact-reasons li + li { margin-top: .45rem; }
.property-context { background: var(--site-accent-soft); border-left: 3px solid var(--site-accent); border-radius: 6px; margin-bottom: 1rem; padding: .8rem 1rem; }
.property-context span, .property-context strong { display: block; }
.property-context span { color: var(--site-muted); font-size: .7rem; }
.property-context strong { color: var(--site-primary-dark); font-size: .88rem; margin-top: .15rem; }
.public-final-cta { background: var(--site-primary-dark); color: #fff; padding: 2.6rem 0; }
.public-final-cta .container { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.public-final-cta h2 { color: #fff; font-size: 1.8rem; margin: .3rem 0; }
.public-final-cta p { color: rgba(255,255,255,.72); margin: 0; }
.public-final-cta .btn { background: var(--site-accent); color: #fff; flex: 0 0 auto; font-weight: 800; padding: .75rem 1.2rem; }

@media (min-width: 992px) {
    .property-filter-panel { position: sticky; top: calc(var(--site-header-height-scrolled) + 1rem); }
    .property-filter-panel .offcanvas-header { display: none; }
}

@media (max-width: 991.98px) {
    :root { --site-header-height: 64px; --site-header-height-scrolled: 58px; }
    .site-navbar { min-height: var(--site-header-height); padding-bottom: .35rem; padding-top: .35rem; }
    .site-navbar.is-scrolled { min-height: var(--site-header-height-scrolled); padding-bottom: .15rem; padding-top: .15rem; }
    .site-brand-logo { height: 44px; width: 132px; }
    .site-navbar.is-scrolled .site-brand-logo { height: 40px; width: 120px; }
    .site-navbar .navbar-collapse { border-top: 1px solid var(--site-border); margin-top: .8rem; padding: .8rem 0 1rem; }
    .advisor-card { min-height: auto; }
    .property-filter-panel { border-radius: 0; }
    .property-filter-panel .offcanvas-body { overflow-y: auto; }
    .property-cta-column { position: static; }
    .home-search-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-search-submit { grid-column: 1 / -1; }
    .public-process-list { grid-template-columns: repeat(2, 1fr); }
    .public-page-hero { padding: 4rem 0; }
    .public-page-hero-grid { min-height: 0; }
    .hero-support-card { margin-top: .5rem; }
    .public-form-sidebar { position: static; }
    .public-form-intro { padding-right: 0; }
}

@media (max-width: 767.98px) {
    .properties-hero { padding: 1.5rem 0; }
    .properties-hero h1 { font-size: 2rem; }
    .site-benefits { display: none; }
    .properties-results { padding-top: 1.2rem; }
    .results-toolbar { align-items: flex-start; gap: .8rem; }
    .results-toolbar > div:last-child { flex: 1; justify-content: flex-end; }
    .sort-form label { display: none; }
    .sort-form .form-select { min-width: 135px; }
    .property-card-media { aspect-ratio: 16 / 9.2; }
    .property-card-main { display: flex; flex-direction: column-reverse; gap: .65rem; }
    .property-summary h2 { font-size: 1rem; }
    .property-price { align-items: baseline; display: flex; gap: .4rem; }
    .property-features { justify-content: space-between; }
    .site-bottom-cta .container { align-items: flex-start; flex-direction: column; }
    .property-detail { padding-top: 1rem; padding-bottom: 5rem; }
    .property-detail-breadcrumb .active { max-width: 45vw; }
    .property-gallery .carousel-item, .property-gallery-placeholder { aspect-ratio: 4 / 3; }
    .property-gallery-thumbnails { display: none; }
    .property-detail-header { padding: 1.1rem 0 .2rem; }
    .property-detail-header h1 { font-size: 1.75rem; }
    .property-detail-price { align-items: baseline; display: flex; gap: .45rem; margin-top: .9rem; }
    .property-detail-price strong { font-size: 1.8rem; }
    .property-key-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .property-key-features > span { border: 0; margin: 0; padding: .3rem 0; }
    .characteristics-grid { grid-template-columns: 1fr; }
    .amenity-groups { grid-template-columns: 1fr; }
    .property-detail-actions { margin-bottom: .8rem; }
    .property-mobile-cta { display: flex; }
    .share-feedback { background: #eaf5ef; border-radius: 5px; bottom: -1.4rem; padding: .2rem .4rem; position: absolute; right: 0; }
    .home-hero, .home-hero-content { min-height: 510px; }
    .home-hero-content { align-items: flex-start; padding-bottom: 6rem; padding-top: 4.5rem; text-align: center; }
    .home-hero h1 { font-size: 2.55rem; }
    .home-hero p { font-size: .95rem; }
    .home-hero-overlay { background: linear-gradient(180deg, rgba(5,31,70,.8), rgba(5,31,70,.9)); }
    .home-search-section { margin-top: -5.2rem; }
    .home-search-card { padding: 1rem; }
    .home-search-heading { align-items: stretch; flex-direction: column; gap: .8rem; }
    .home-operation label { flex: 1; text-align: center; }
    .home-search-grid { grid-template-columns: 1fr; }
    .home-search-submit { grid-column: auto; }
    .home-featured-section, .home-help-section, .home-paths-section { padding: 3.2rem 0; }
    .home-section-heading { align-items: flex-start; flex-direction: column; gap: .65rem; }
    .home-section-heading h2 { font-size: 1.75rem; }
    .home-centered-heading h2 { font-size: 1.85rem; }
    .home-trust-strip { grid-template-columns: 1fr; }
    .home-path-card { min-height: auto; padding: 1.5rem; }
    .home-path-card h2 { font-size: 1.65rem; }
    .home-advice-cta .container { align-items: flex-start; flex-direction: column; }
    .public-page-hero { padding: 3.35rem 0; text-align: center; }
    .public-page-hero p { font-size: .95rem; }
    .public-page-hero-sell::before, .public-page-hero-contact::before { inset: 42% 0 0; }
    .hero-highlights { justify-content: center; margin-top: 1.25rem; }
    .hero-highlight { padding: .35rem .65rem; }
    .hero-highlight:first-child { padding-left: .65rem; }
    .hero-support-card { margin-top: .35rem; padding: 1.4rem; }
    .public-content-section, .public-process-section, .public-form-section { padding: 3.2rem 0; }
    .public-section-heading h2, .public-form-intro h2 { font-size: 1.75rem; }
    .public-process-list { grid-template-columns: 1fr; }
    .public-form-card { padding: 1.1rem; }
    .public-final-cta .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
    .results-count { font-size: .9rem; }
    .filter-mobile-button { font-size: .75rem; }
    .filter-mobile-button, .sort-form .form-select { min-height: 38px; }
    .sort-form .form-select { min-width: 120px; }
}

/* Buyer funnel */
.buyer-funnel { background: radial-gradient(circle at 50% 0, #fff 0, var(--site-bg) 48rem); min-height: calc(100vh - var(--site-header-height)); padding: 3.4rem 0 4.5rem; }
.buyer-intro { margin: 0 auto 2rem; max-width: 820px; }
.buyer-intro h1, .buyer-results h1 { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.025em; }
.buyer-intro h1 { font-size: clamp(2rem, 4vw, 3.15rem); margin: .5rem 0 .75rem; }
.buyer-intro p { color: var(--site-muted); font-size: 1rem; line-height: 1.65; margin: 0 auto; max-width: 690px; }
.buyer-shell { background: #fff; border: 1px solid var(--site-border); border-radius: 16px; box-shadow: 0 16px 45px rgba(8,45,99,.1); margin: 0 auto; max-width: 900px; overflow: hidden; }
.buyer-progress { border-bottom: 1px solid var(--site-border); padding: 1.4rem 2.4rem 1rem; }
.buyer-progress-copy { align-items: center; display: flex; font-size: .78rem; justify-content: space-between; margin-bottom: .8rem; }
.buyer-progress-copy strong { color: var(--site-primary); }
.buyer-progress-copy span { color: var(--site-muted); }
.buyer-progress .progress { background: #e8ecf1; height: 4px; }
.buyer-progress .progress-bar { background: var(--site-accent); transition: width .25s ease; }
.buyer-stepper { display: grid; grid-template-columns: repeat(7, 1fr); list-style: none; margin: -12px 0 0; padding: 0; }
.buyer-stepper li { color: #7f8998; font-size: .66rem; position: relative; text-align: center; }
.buyer-stepper b { align-items: center; background: #fff; border: 1px solid #aeb8c6; border-radius: 50%; display: flex; font-size: .68rem; height: 22px; justify-content: center; margin: 0 auto .45rem; width: 22px; }
.buyer-stepper span { display: block; white-space: nowrap; }
.buyer-stepper .is-active, .buyer-stepper .is-complete { color: var(--site-primary-dark); font-weight: 800; }
.buyer-stepper .is-active b, .buyer-stepper .is-complete b { background: var(--site-accent); border-color: var(--site-accent); color: #fff; }
.buyer-step { animation: buyerFade .2s ease; min-height: 420px; padding: 2.7rem 3.2rem 2rem; }
.buyer-step[hidden] { display: none; }
@keyframes buyerFade { from { opacity: .4; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.buyer-question { margin: 0 auto 2rem; max-width: 700px; text-align: center; }
.buyer-question > span { color: var(--site-accent); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.buyer-question h2 { color: var(--site-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 700; margin: .35rem 0 .5rem; outline: 0; }
.buyer-question p { color: var(--site-muted); font-size: .88rem; margin: 0; }
.buyer-choice-grid { display: grid; gap: .8rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.buyer-choice-card { border: 1px solid var(--site-border); border-radius: 10px; cursor: pointer; display: flex; flex-direction: column; min-height: 112px; padding: 1rem; position: relative; transition: border .15s ease, box-shadow .15s ease, transform .15s ease; }
.buyer-choice-card:hover { border-color: #b7c4d5; transform: translateY(-1px); }
.buyer-choice-card:has(input:focus-visible) { box-shadow: 0 0 0 3px rgba(168,120,56,.25); }
.buyer-choice-card:has(input:checked) { background: #fffaf0; border-color: var(--site-accent); box-shadow: 0 5px 15px rgba(168,120,56,.12); }
.buyer-choice-card input { opacity: 0; position: absolute; }
.buyer-choice-icon { align-items: center; background: var(--site-accent-soft); border-radius: 50%; color: var(--site-accent); display: flex; font-size: 1.2rem; height: 36px; justify-content: center; margin-bottom: .6rem; width: 36px; }
.buyer-choice-card strong { color: var(--site-primary-dark); font-size: .82rem; }
.buyer-choice-card small { color: var(--site-muted); font-size: var(--site-form-helper-size); margin-top: .25rem; }
.buyer-location-search { margin: 0 auto 1rem; max-width: 560px; }
.buyer-step .form-label, .buyer-credit-stage legend, .buyer-amenities legend { color: var(--site-primary-dark); font-size: var(--site-form-label-size); font-weight: 700; }
.buyer-step .form-control, .buyer-step .form-select, .buyer-step .input-group-text { border-color: var(--site-border); font-size: var(--site-form-control-size); min-height: 45px; }
.buyer-location-grid { display: grid; gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 260px; overflow: auto; padding: .2rem; }
.buyer-location-choice { border: 1px solid var(--site-border); border-radius: 8px; cursor: pointer; display: flex; gap: .75rem; padding: .8rem; }
.buyer-location-choice:has(input:checked) { background: #fffaf0; border-color: var(--site-accent); }
.buyer-location-choice input { accent-color: var(--site-accent); margin-top: .15rem; }
.buyer-location-choice strong, .buyer-location-choice small { display: block; }
.buyer-location-choice strong { font-size: .8rem; }
.buyer-location-choice small { color: var(--site-muted); font-size: var(--site-form-helper-size); margin-top: .2rem; }
.buyer-no-filter-results { color: var(--site-muted); font-size: var(--site-form-helper-size); padding: 1rem; text-align: center; }
.buyer-input-card { border: 1px solid var(--site-border); border-radius: 10px; box-shadow: 0 5px 14px rgba(8,45,99,.04); height: 100%; padding: 1.25rem; position: relative; }
.buyer-input-card .buyer-money { color: var(--site-primary-dark); font-size: 1.35rem; font-weight: 700; padding-left: 2rem; }
.buyer-input-prefix { bottom: auto; color: var(--site-primary-dark); font-size: 1.25rem; font-weight: 700; left: 2rem; position: absolute; top: 3.52rem; z-index: 2; }
.buyer-input-card > small { color: var(--site-muted); display: block; font-size: var(--site-form-helper-size); margin-top: .55rem; }
.buyer-input-card .form-check-label { color: var(--site-text); font-size: var(--site-form-helper-size); line-height: 1.45; }
.buyer-tip { align-items: center; background: #fcf8ef; border-radius: 8px; color: #40506a; display: flex; font-size: var(--site-form-helper-size); gap: .7rem; margin: 1.25rem auto 0; max-width: 580px; padding: .8rem 1rem; }
.buyer-tip b { align-items: center; border: 1px solid var(--site-accent); border-radius: 50%; color: var(--site-accent); display: flex; flex: 0 0 26px; height: 26px; justify-content: center; }
.buyer-feature-controls { margin-bottom: 1.7rem; }
.buyer-amenities { border-top: 1px solid var(--site-border); padding-top: 1.3rem; }
.buyer-amenities legend { float: none; margin-bottom: .2rem; width: auto; }
.buyer-amenities > p { color: var(--site-muted); font-size: var(--site-form-helper-size); }
.buyer-amenity-grid { display: flex; flex-wrap: wrap; gap: .55rem; }
.buyer-amenity-grid label { border: 1px solid var(--site-border); border-radius: 99px; cursor: pointer; font-size: var(--site-form-helper-size); padding: .5rem .75rem; }
.buyer-amenity-grid input { opacity: 0; position: absolute; }
.buyer-amenity-grid label:has(input:focus-visible) { box-shadow: 0 0 0 3px rgba(168,120,56,.25); }
.buyer-amenity-grid label:has(input:checked) { background: var(--site-accent-soft); border-color: var(--site-accent); color: #8c6011; font-weight: 700; }
.buyer-amenity-grid span { display: none; }
.buyer-amenity-grid label:has(input:checked) span { display: inline; }
.buyer-financing-grid { grid-template-columns: repeat(3, 1fr); }
.buyer-financing-grid .buyer-choice-card { min-height: 95px; }
.buyer-credit-stage { border-top: 1px solid var(--site-border); margin-top: 1.5rem; padding-top: 1.2rem; }
.buyer-credit-stage[hidden] { display: none; }
.buyer-inline-options { display: flex; flex-wrap: wrap; gap: .5rem; }
.buyer-inline-options label { cursor: pointer; }
.buyer-inline-options input { opacity: 0; position: absolute; }
.buyer-inline-options span { border: 1px solid var(--site-border); border-radius: 8px; display: block; font-size: var(--site-form-helper-size); padding: .55rem .7rem; }
.buyer-inline-options label:has(input:checked) span { background: var(--site-accent-soft); border-color: var(--site-accent); color: #8c6011; font-weight: 700; }
.buyer-timeframe-list { display: grid; gap: .65rem; margin: 0 auto; max-width: 600px; }
.buyer-timeframe-list label { border: 1px solid var(--site-border); border-radius: 9px; cursor: pointer; display: flex; gap: .8rem; padding: .8rem 1rem; }
.buyer-timeframe-list label:has(input:checked) { background: #fffaf0; border-color: var(--site-accent); }
.buyer-timeframe-list input { accent-color: var(--site-accent); margin-top: .2rem; }
.buyer-timeframe-list b, .buyer-timeframe-list small { display: block; }
.buyer-timeframe-list b { font-size: .8rem; }
.buyer-timeframe-list small { color: var(--site-muted); font-size: var(--site-form-helper-size); margin-top: .2rem; }
.buyer-contact-fields { margin: 0 auto; max-width: 650px; }
.buyer-contact-fields .form-text, .buyer-privacy label { color: var(--site-muted); font-size: var(--site-form-helper-size); line-height: 1.45; }
.buyer-step-error { color: #b42318; font-size: var(--site-form-helper-size); min-height: 1.25rem; padding: 0 3.2rem; text-align: center; }
.buyer-actions { align-items: center; border-top: 1px solid var(--site-border); display: flex; justify-content: space-between; min-height: 76px; padding: 1rem 3.2rem; }
.buyer-back { border: 1px solid #9faabc; color: var(--site-primary); font-size: .8rem; font-weight: 700; padding: .65rem 1rem; }
.buyer-next { background: var(--site-primary); color: #fff; font-size: .8rem; font-weight: 800; margin-left: auto; padding: .7rem 1.15rem; }
.buyer-next:hover { background: var(--site-primary-dark); color: #fff; }
.buyer-security { background: #f7f9fc; border-top: 1px solid var(--site-border); color: var(--site-muted); display: flex; font-size: .68rem; justify-content: space-between; padding: .8rem 2.4rem; }

.property-match-score { background: var(--site-primary-dark); border-radius: 7px; color: #fff; left: .75rem; padding: .42rem .58rem; position: absolute; text-align: center; top: .75rem; }
.property-match-score strong, .property-match-score small { display: block; line-height: 1.1; }
.property-match-score strong { font-size: .92rem; }
.property-match-score small { font-size: .5rem; font-weight: 600; margin-top: .15rem; }
.property-match-score + .property-status { left: auto; right: .75rem; top: .75rem; }
.buyer-results { background: linear-gradient(180deg, #fff, var(--site-bg) 30rem); padding: 2.4rem 0 4rem; }
.buyer-results-header { align-items: center; display: flex; gap: 1rem; justify-content: center; margin: 0 auto 1.7rem; text-align: left; }
.buyer-results-header h1 { font-size: clamp(1.7rem, 3.5vw, 2.45rem); margin: 0 0 .3rem; }
.buyer-results-header p { color: var(--site-muted); font-size: .85rem; margin: 0; }
.buyer-success-icon { align-items: center; background: var(--site-accent); border-radius: 50%; color: #fff; display: flex; flex: 0 0 42px; font-size: 1.35rem; height: 42px; justify-content: center; }
.buyer-summary { background: #fff; border: 1px solid var(--site-border); border-radius: 12px; box-shadow: var(--site-shadow); margin-bottom: 1.7rem; padding: 1.2rem 1.4rem; }
.buyer-summary h2 { color: var(--site-primary-dark); font-size: .92rem; margin-bottom: 1rem; text-align: center; }
.buyer-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.buyer-summary-grid > div { border-bottom: 1px solid var(--site-border); display: grid; gap: .1rem; grid-template-columns: 26px 1fr; min-height: 64px; padding: .7rem .6rem; }
.buyer-summary-grid > div:nth-last-child(-n+4) { border-bottom: 0; }
.buyer-summary-grid > div > span { color: var(--site-primary); font-size: 1rem; grid-row: 1 / 3; }
.buyer-summary-grid small { color: var(--site-muted); font-size: .62rem; }
.buyer-summary-grid strong { font-size: .72rem; }
.buyer-results-heading { align-items: center; display: flex; justify-content: space-between; margin: 2rem 0 .8rem; }
.buyer-results-heading h2 { color: var(--site-primary-dark); font-size: 1.1rem; margin: 0; }
.buyer-results-heading a { color: var(--site-primary); font-size: .73rem; font-weight: 700; text-decoration: none; }
.buyer-saved-note { align-items: center; background: #eef7ff; border: 1px solid #bdd9f3; border-radius: 10px; display: flex; gap: 1rem; margin-top: 1.7rem; padding: 1rem 1.2rem; }
.buyer-saved-note > span { align-items: center; background: var(--site-primary); border-radius: 50%; color: #fff; display: flex; flex: 0 0 36px; height: 36px; justify-content: center; }
.buyer-saved-note p { color: #40506a; font-size: .74rem; margin: 0; }
.buyer-saved-note .btn { border: 1px solid var(--site-primary); color: var(--site-primary); font-size: .72rem; font-weight: 700; margin-left: auto; }
.buyer-empty { margin: 1.5rem 0; }

@media (max-width: 767.98px) {
    .buyer-funnel { padding: 1.5rem 0 2.5rem; }
    .buyer-intro { margin-bottom: 1.2rem; padding: 0 .5rem; }
    .buyer-intro h1 { font-size: 1.85rem; }
    .buyer-intro p { font-size: .85rem; }
    .buyer-shell { border-radius: 12px; }
    .buyer-progress { padding: 1rem 1.1rem .8rem; }
    .buyer-stepper span { display: none; }
    .buyer-stepper b { height: 18px; margin-bottom: 0; width: 18px; }
    .buyer-step { min-height: 420px; padding: 2rem 1rem 5.8rem; }
    .buyer-question { margin-bottom: 1.4rem; }
    .buyer-question h2 { font-size: 1.55rem; }
    .buyer-choice-grid, .buyer-financing-grid { grid-template-columns: 1fr; }
    .buyer-choice-card { min-height: 72px; justify-content: center; padding-left: 3.7rem; }
    .buyer-choice-icon { left: 1rem; margin: 0; position: absolute; top: calc(50% - 18px); }
    .buyer-type-grid { max-height: 340px; overflow-y: auto; }
    .buyer-location-grid { grid-template-columns: 1fr; max-height: 310px; }
    .buyer-input-card { min-height: 175px; }
    .buyer-amenity-grid { gap: .4rem; }
    .buyer-amenity-grid label { padding: .45rem .6rem; }
    .buyer-step-error { padding: 0 1rem; }
    .buyer-actions { background: #fff; bottom: 0; box-shadow: 0 -6px 20px rgba(8,45,99,.1); left: 0; padding: .85rem 1rem; position: fixed; right: 0; z-index: 1040; }
    .buyer-actions .btn { min-height: 44px; }
    .buyer-security { align-items: center; flex-direction: column; gap: .35rem; padding: .8rem 1rem; }
    .buyer-results { padding-top: 1.5rem; }
    .buyer-results-header { align-items: flex-start; }
    .buyer-results-header h1 { font-size: 1.5rem; }
    .buyer-summary { padding: 1rem; }
    .buyer-summary-grid { grid-template-columns: repeat(2, 1fr); }
    .buyer-summary-grid > div:nth-last-child(-n+4) { border-bottom: 1px solid var(--site-border); }
    .buyer-summary-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
    .buyer-saved-note { align-items: flex-start; flex-wrap: wrap; }
    .buyer-saved-note .btn { flex: 1 0 100%; margin-left: 0; }
}

@media (max-width: 420px) {
    .buyer-shell { border-left: 0; border-radius: 0; border-right: 0; margin-left: -.75rem; margin-right: -.75rem; }
    .buyer-progress-copy span { display: none; }
    .buyer-budget-grid > div + div { margin-top: .2rem; }
    .buyer-results-header { padding: 0 .2rem; }
    .buyer-summary-grid > div { padding-left: .25rem; padding-right: .25rem; }
}
