/* VOVO Agents frontend v0.1.0 */
.vovo-home,
.vovo-search-page,
.vovo-property-page {
    --vovo-primary: #0b46d8;
    --vovo-primary-dark: #082f93;
    --vovo-accent: #0f766e;
    --vovo-ink: #0b1736;
    --vovo-muted: #5c667c;
    --vovo-line: #dfe5ef;
    --vovo-surface: #ffffff;
    --vovo-soft: #f6f8fc;
    --vovo-success: #0d9f6e;
    --vovo-warning: #be6800;
    --vovo-danger: #cf2e2e;
    --vovo-radius: 10px;
    color: var(--vovo-ink);
    font-family: inherit;
    line-height: 1.5;
}

.vovo-home *,
.vovo-search-page *,
.vovo-property-page * {
    box-sizing: border-box;
}

.vovo-home a,
.vovo-search-page a,
.vovo-property-page a {
    color: inherit;
    text-decoration: none;
}

.vovo-button {
    align-items: center;
    border: 1px solid var(--vovo-primary);
    border-radius: var(--vovo-radius);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.vovo-button:hover {
    box-shadow: 0 8px 24px rgba(11, 70, 216, .18);
    transform: translateY(-1px);
}

.vovo-button--primary {
    background: var(--vovo-primary);
    color: #fff !important;
}

.vovo-text-link {
    color: var(--vovo-primary) !important;
    font-weight: 700;
}

.vovo-eyebrow {
    color: var(--vovo-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.vovo-hero {
    background:
        radial-gradient(circle at 85% 12%, rgba(255,255,255,.22), transparent 35%),
        linear-gradient(125deg, #071b45, #0b46d8 58%, #1a73e8);
    border-radius: calc(var(--vovo-radius) + 8px);
    color: #fff;
    margin: 0 auto 54px;
    max-width: 1500px;
    min-height: 410px;
    overflow: visible;
    padding: 64px 5%;
    position: relative;
}

.vovo-hero::after {
    background:
        linear-gradient(155deg, transparent 45%, rgba(255,255,255,.08) 46%, transparent 48%),
        linear-gradient(25deg, transparent 55%, rgba(255,255,255,.06) 56%, transparent 58%);
    bottom: 0;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.vovo-hero__content {
    max-width: 620px;
    position: relative;
    z-index: 2;
}

.vovo-hero__content h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -.04em;
    line-height: 1.02;
    margin: 0 0 18px;
}

.vovo-hero__content p {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    margin: 0;
    max-width: 560px;
}

.vovo-hero .vovo-eyebrow {
    color: #bcd3ff;
}

.vovo-hero__search {
    bottom: -48px;
    left: 5%;
    position: absolute;
    right: 5%;
    z-index: 3;
}

.vovo-search-form {
    background: var(--vovo-surface);
    border: 1px solid rgba(21, 45, 92, .12);
    border-radius: calc(var(--vovo-radius) + 4px);
    box-shadow: 0 18px 50px rgba(10, 32, 72, .16);
    color: var(--vovo-ink);
    padding: 18px;
}

.vovo-search-form__main {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1.6fr) repeat(6, minmax(110px, .75fr)) auto;
}

.vovo-field {
    display: grid;
    gap: 6px;
}

.vovo-field > span,
.vovo-mortgage-calculator label > span {
    color: var(--vovo-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}

.vovo-field input,
.vovo-field select,
.vovo-sort-form select,
.vovo-mortgage-calculator input {
    appearance: none;
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: calc(var(--vovo-radius) - 2px);
    color: var(--vovo-ink);
    font: inherit;
    min-height: 44px;
    padding: 9px 12px;
    width: 100%;
}

.vovo-field input:focus,
.vovo-field select:focus,
.vovo-sort-form select:focus,
.vovo-mortgage-calculator input:focus {
    border-color: var(--vovo-primary);
    box-shadow: 0 0 0 3px rgba(11, 70, 216, .12);
    outline: none;
}

.vovo-advanced-filters {
    border-top: 1px solid var(--vovo-line);
    margin-top: 14px;
    padding-top: 12px;
}

.vovo-advanced-filters summary {
    color: var(--vovo-primary);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    width: max-content;
}

.vovo-advanced-filters__body {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(200px, 1fr)) minmax(220px, 1fr);
    margin-top: 14px;
}

.vovo-check {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin-right: 14px;
}

.vovo-section {
    margin: 0 auto;
    max-width: 1500px;
    padding: 34px 3%;
}

.vovo-section__heading {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.vovo-section h2 {
    color: var(--vovo-ink);
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: -.025em;
    line-height: 1.15;
    margin: 0;
}

.vovo-listing-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vovo-property-card {
    background: var(--vovo-surface);
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    box-shadow: 0 5px 18px rgba(12, 35, 75, .05);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vovo-property-card:hover {
    border-color: rgba(11, 70, 216, .35);
    box-shadow: 0 14px 34px rgba(12, 35, 75, .12);
    transform: translateY(-2px);
}

.vovo-property-card__image {
    background: var(--vovo-soft);
    display: block;
    overflow: hidden;
    position: relative;
}

.vovo-property-card__image img {
    aspect-ratio: 16 / 10;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.vovo-property-card:hover .vovo-property-card__image img {
    transform: scale(1.025);
}

.vovo-property-card__body {
    padding: 16px;
}

.vovo-property-card__price {
    color: var(--vovo-ink);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.vovo-property-card h3 {
    color: var(--vovo-ink);
    font-size: 15px;
    line-height: 1.35;
    margin: 5px 0 8px;
}

.vovo-property-card__meta,
.vovo-property-card__submeta {
    color: var(--vovo-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 5px 13px;
    margin: 9px 0 0;
}

.vovo-property-card__submeta {
    border-top: 1px solid var(--vovo-line);
    padding-top: 10px;
}

.vovo-property-card__topline {
    align-items: start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.vovo-status-badge,
.vovo-photo-count {
    background: var(--vovo-primary);
    border-radius: 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    left: 10px;
    padding: 5px 8px;
    position: absolute;
    top: 10px;
    z-index: 2;
}

.vovo-photo-count {
    background: rgba(4, 14, 35, .78);
    bottom: 10px;
    left: 10px;
    top: auto;
}

.vovo-status-badge--inline {
    left: auto;
    position: static;
    top: auto;
}

.vovo-property-card--list {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    min-height: 190px;
}

.vovo-property-card--list .vovo-property-card__image img {
    aspect-ratio: auto;
    min-height: 100%;
}

.vovo-property-card--list .vovo-property-card__body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 26px;
}

.vovo-property-card--list .vovo-text-link {
    margin-top: 12px;
}

.vovo-property-card__locked {
    align-items: center;
    background:
        linear-gradient(135deg, #f8f9fc, #eef2f8);
    color: var(--vovo-muted);
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 230px;
    padding: 28px;
    text-align: center;
}

.vovo-property-card--list .vovo-property-card__locked {
    flex-direction: row;
    min-height: 190px;
    text-align: left;
}

.vovo-lock-icon {
    font-size: 28px;
}

.vovo-market-section {
    background: linear-gradient(135deg, #f5f8ff, #fff);
    border: 1px solid #e5ebf7;
    border-radius: calc(var(--vovo-radius) + 6px);
    margin-top: 18px;
}

.vovo-market-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vovo-market-card {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    display: grid;
    gap: 8px;
    padding: 20px;
}

.vovo-market-card span {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-market-card strong {
    font-size: 26px;
}

.vovo-city-grid,
.vovo-type-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vovo-city-grid a,
.vovo-type-grid a {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    display: grid;
    gap: 4px;
    min-height: 110px;
    padding: 20px;
    place-content: center;
    text-align: center;
    transition: border-color .18s ease, transform .18s ease;
}

.vovo-city-grid a:hover,
.vovo-type-grid a:hover {
    border-color: var(--vovo-primary);
    transform: translateY(-2px);
}

.vovo-city-grid strong,
.vovo-type-grid strong {
    font-size: 18px;
}

.vovo-city-grid span,
.vovo-type-grid small {
    color: var(--vovo-muted);
}

.vovo-type-grid > a > span {
    color: var(--vovo-primary);
    font-size: 30px;
}

.vovo-calculator-section {
    align-items: center;
    background: linear-gradient(120deg, #f6f9ff, #fff);
    border: 1px solid #e2e9f7;
    border-radius: calc(var(--vovo-radius) + 6px);
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr minmax(320px, 520px);
    margin-top: 20px;
}

.vovo-calculator-section__copy p {
    color: var(--vovo-muted);
    font-size: 16px;
    max-width: 650px;
}

.vovo-mortgage-calculator {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    box-shadow: 0 8px 28px rgba(12, 35, 75, .08);
    display: grid;
    gap: 12px;
    padding: 22px;
}

.vovo-mortgage-calculator h3 {
    font-size: 19px;
    margin: 0 0 4px;
}

.vovo-mortgage-calculator label {
    display: grid;
    gap: 5px;
}

.vovo-mortgage-result {
    background: var(--vovo-soft);
    border-radius: calc(var(--vovo-radius) - 2px);
    display: grid;
    gap: 4px;
    margin-top: 4px;
    padding: 16px;
}

.vovo-mortgage-result span {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-mortgage-result strong {
    font-size: 28px;
}

.vovo-disclaimer {
    color: var(--vovo-muted);
    font-size: 11px;
    margin: 0;
}

/* Search */
.vovo-search-page {
    margin-left: calc(50% - 50vw);
    min-height: 70vh;
    width: 100vw;
}

.vovo-search-toolbar {
    background: #fff;
    border-bottom: 1px solid var(--vovo-line);
    padding: 14px 24px;
    position: relative;
    z-index: 20;
}

.vovo-search-toolbar .vovo-search-form {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.vovo-search-toolbar .vovo-search-form__main {
    grid-template-columns: minmax(220px, 1.5fr) repeat(6, minmax(100px, .72fr)) auto;
}

.vovo-search-toolbar__bottom {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 14px;
}

.vovo-data-updated {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-toolbar-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.vovo-layout-switcher {
    background: var(--vovo-soft);
    border-radius: 8px;
    display: inline-flex;
    gap: 4px;
    padding: 4px;
}

.vovo-layout-switcher a {
    border-radius: 6px;
    color: var(--vovo-muted);
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
}

.vovo-layout-switcher a.is-active {
    background: var(--vovo-primary);
    color: #fff;
}

.vovo-sort-form select {
    min-width: 150px;
}

.vovo-search-results {
    background: #f8f9fc;
    display: grid;
    min-height: calc(100vh - 180px);
}

.vovo-layout-grid-map .vovo-search-results,
.vovo-layout-list-map .vovo-search-results {
    grid-template-columns: minmax(520px, 44%) 1fr;
}

.vovo-layout-list .vovo-search-results,
.vovo-layout-grid .vovo-search-results {
    grid-template-columns: 1fr;
}

.vovo-layout-map .vovo-search-results {
    grid-template-columns: 1fr;
}

.vovo-results-list {
    align-content: start;
    display: grid;
    gap: 16px;
    padding: 20px;
}

.vovo-results-list.is-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vovo-layout-grid .vovo-results-list.is-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

.vovo-results-list.is-list {
    grid-template-columns: 1fr;
}

.vovo-results-map {
    border-left: 1px solid var(--vovo-line);
    min-height: 660px;
}

.vovo-map-shell {
    height: 100%;
    min-height: 420px;
    position: relative;
}

.vovo-results-map .vovo-map-shell {
    height: calc(100vh - 175px);
    min-height: 660px;
    position: sticky;
    top: 0;
}

.vovo-map {
    background: #e9eef7;
    height: 100%;
    min-height: 420px;
    width: 100%;
}

.vovo-map-search-move {
    align-items: center;
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(12, 35, 75, .12);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    left: 50%;
    padding: 9px 12px;
    position: absolute;
    top: 16px;
    transform: translateX(-50%);
    z-index: 500;
}

.vovo-price-marker {
    background: transparent;
}

.vovo-price-marker span {
    background: var(--vovo-primary);
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(12, 35, 75, .28);
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 7px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.vovo-price-marker span::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--vovo-primary);
    bottom: -6px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.vovo-map-popup {
    display: grid;
    gap: 5px;
    min-width: 210px;
}

.vovo-map-popup img {
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

.vovo-map-popup strong {
    font-size: 17px;
}

.vovo-map-popup span,
.vovo-map-popup small {
    color: var(--vovo-muted);
}

.vovo-map-popup a {
    color: var(--vovo-primary);
    font-weight: 700;
    margin-top: 4px;
}

.vovo-pagination {
    align-items: center;
    display: flex;
    gap: 6px;
    grid-column: 1 / -1;
    justify-content: center;
    padding: 10px 0 20px;
}

.vovo-pagination a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: 7px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    padding: 0 10px;
}

.vovo-pagination a.is-current {
    background: var(--vovo-primary);
    color: #fff;
}

.vovo-empty-state,
.vovo-notice {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    margin: 50px auto;
    max-width: 760px;
    padding: 48px;
    text-align: center;
}

.vovo-empty-state h1,
.vovo-empty-state h2 {
    margin: 0 0 10px;
}

.vovo-empty-state p {
    color: var(--vovo-muted);
}

.vovo-notice--warning {
    border-color: #e7c781;
    color: #765000;
}

/* Property detail */
.vovo-property-page {
    background: #fff;
    min-height: 70vh;
}

.vovo-property-container {
    margin: 0 auto;
    max-width: 1540px;
    padding: 28px 3% 70px;
}

.vovo-back-link {
    color: var(--vovo-primary) !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.vovo-property-layout--sidebar {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) 370px;
}

.vovo-property-layout--wide > .vovo-property-gallery {
    margin-bottom: 24px;
}

.vovo-property-wide-grid {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.vovo-property-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 22px;
}

.vovo-property-gallery {
    position: relative;
}

.vovo-property-gallery__main {
    background: var(--vovo-soft);
    border-radius: calc(var(--vovo-radius) + 2px);
    min-height: 440px;
    overflow: hidden;
    position: relative;
}

.vovo-property-gallery__main > img {
    aspect-ratio: 16 / 9;
    display: block;
    height: 100%;
    max-height: 690px;
    object-fit: cover;
    width: 100%;
}

.vovo-gallery-nav {
    align-items: center;
    background: rgba(255,255,255,.94);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 5px 18px rgba(12, 35, 75, .18);
    cursor: pointer;
    display: flex;
    font-size: 30px;
    height: 46px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
}

.vovo-gallery-nav--prev { left: 18px; }
.vovo-gallery-nav--next { right: 18px; }

.vovo-gallery-count {
    background: rgba(255,255,255,.94);
    border-radius: 7px;
    bottom: 16px;
    color: var(--vovo-primary);
    font-size: 12px;
    font-weight: 800;
    left: 16px;
    padding: 8px 11px;
    position: absolute;
}

.vovo-property-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 3px;
}

.vovo-property-gallery__thumbs button {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    flex: 0 0 92px;
    overflow: hidden;
    padding: 0;
}

.vovo-property-gallery__thumbs button.is-active {
    border-color: var(--vovo-primary);
}

.vovo-property-gallery__thumbs img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.vovo-virtual-tour {
    color: var(--vovo-primary) !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    margin-top: 12px;
}

.vovo-property-heading {
    align-items: start;
    border-bottom: 1px solid var(--vovo-line);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 22px;
    padding-bottom: 20px;
}

.vovo-property-heading h1 {
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -.03em;
    line-height: 1.1;
    margin: 0 0 7px;
}

.vovo-property-heading p {
    color: var(--vovo-muted);
    margin: 0;
}

.vovo-property-heading__price {
    display: grid;
    gap: 4px;
    text-align: right;
}

.vovo-property-heading__price strong {
    font-size: 34px;
    letter-spacing: -.03em;
}

.vovo-property-heading__price span {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-property-specs {
    border-bottom: 1px solid var(--vovo-line);
    display: flex;
    flex-wrap: wrap;
    gap: 18px 36px;
    padding: 18px 0;
}

.vovo-property-specs div {
    display: grid;
    gap: 2px;
}

.vovo-property-specs strong {
    font-size: 15px;
}

.vovo-property-specs span {
    color: var(--vovo-muted);
    font-size: 11px;
}

.vovo-property-columns {
    border-bottom: 1px solid var(--vovo-line);
    display: grid;
    gap: 36px;
    grid-template-columns: 1.2fr .8fr;
    padding: 26px 0;
}

.vovo-property-columns h2,
.vovo-feature-section h2,
.vovo-property-location h2 {
    font-size: 20px;
    margin: 0 0 14px;
}

.vovo-property-remarks {
    color: #364057;
    font-size: 14px;
    line-height: 1.75;
}

.vovo-detail-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.vovo-detail-list > div {
    border-bottom: 1px solid #edf0f5;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(130px, .8fr) 1.2fr;
    padding: 9px 0;
}

.vovo-detail-list dt {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-detail-list dd {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-align: right;
}

.vovo-detail-list--compact > div {
    grid-template-columns: 1fr;
    gap: 2px;
}

.vovo-detail-list--compact dd {
    text-align: left;
}

.vovo-feature-sections {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 26px 0;
}

.vovo-feature-section {
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    padding: 20px;
}

.vovo-property-location {
    border-top: 1px solid var(--vovo-line);
    padding: 26px 0 0;
}

.vovo-property-location .vovo-map {
    border-radius: var(--vovo-radius);
    height: 400px;
    overflow: hidden;
}

.vovo-listing-attribution {
    background: var(--vovo-soft);
    border-radius: var(--vovo-radius);
    display: grid;
    gap: 3px;
    margin-top: 24px;
    padding: 16px;
}

.vovo-listing-attribution span {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-sidebar-card,
.vovo-property-sidebar > .vovo-mortgage-calculator {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    box-shadow: 0 8px 26px rgba(12, 35, 75, .07);
    padding: 22px;
}

.vovo-price-card {
    display: grid;
    gap: 12px;
}

.vovo-sidebar-price {
    font-size: 32px;
}

.vovo-price-card > span {
    color: var(--vovo-muted);
    font-size: 12px;
}

.vovo-sidebar-note {
    color: var(--vovo-muted);
    font-size: 11px;
    margin: 0;
}

.vovo-sidebar-card h3 {
    font-size: 17px;
    margin: 0 0 12px;
}

.vovo-locked-page {
    background: linear-gradient(135deg, #f7f9fd, #fff);
    border: 1px solid var(--vovo-line);
    border-radius: calc(var(--vovo-radius) + 4px);
    margin: 30px auto;
    max-width: 850px;
    padding: 48px;
    text-align: center;
}

.vovo-locked-page h1 {
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: -.035em;
    margin: 0 0 14px;
}

.vovo-locked-page > p {
    color: var(--vovo-muted);
    margin: 0 auto 26px;
    max-width: 680px;
}

.vovo-locked-visual {
    align-items: center;
    background: #eef3ff;
    border-radius: 14px;
    display: flex;
    gap: 14px;
    margin: 0 auto 24px;
    max-width: 420px;
    padding: 18px;
}

.vovo-locked-visual > span {
    font-size: 36px;
}

.vovo-locked-lines {
    display: grid;
    flex: 1;
    gap: 7px;
}

.vovo-locked-lines i {
    background: #ced9ef;
    border-radius: 10px;
    display: block;
    height: 9px;
}

.vovo-locked-lines i:nth-child(2n) { width: 78%; }
.vovo-locked-lines i:nth-child(3n) { width: 60%; }

.vovo-locked-placeholder {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 26px;
}

.vovo-locked-placeholder > div {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: 8px;
    display: grid;
    gap: 5px;
    padding: 14px;
    text-align: left;
}

.vovo-locked-placeholder span {
    color: var(--vovo-muted);
    font-size: 11px;
}

.vovo-locked-placeholder strong {
    letter-spacing: .1em;
}


.vovo-locked-property {
    margin: 24px auto 40px;
    max-width: 1440px;
}

.vovo-locked-property__gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 2fr) minmax(220px, .75fr);
    min-height: 430px;
}

.vovo-locked-property__image,
.vovo-locked-property__thumbs i {
    background: linear-gradient(135deg, #e8edf7, #f7f9fd);
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
}

.vovo-locked-property__image {
    align-items: center;
    display: flex;
    justify-content: center;
}

.vovo-locked-property__image span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: 50%;
    display: flex;
    font-size: 42px;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.vovo-locked-property__thumbs {
    display: grid;
    gap: 10px;
    grid-template-rows: repeat(3, 1fr);
}

.vovo-locked-property__content {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
    padding-top: 28px;
}

.vovo-locked-property__main h1 {
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.035em;
    margin: 6px 0 12px;
}

.vovo-locked-property__main > p {
    color: var(--vovo-muted);
    max-width: 760px;
}

.vovo-locked-property__sidebar {
    position: sticky;
    top: 24px;
}

.vovo-locked-property__sidebar .vovo-property-sidebar__card {
    background: #fff;
    border: 1px solid var(--vovo-line);
    border-radius: var(--vovo-radius);
    box-shadow: 0 8px 26px rgba(12, 35, 75, .07);
    padding: 28px;
    text-align: center;
}

.vovo-locked-property__sidebar .vovo-lock-icon {
    display: block;
    font-size: 38px;
    margin-bottom: 12px;
}

.vovo-locked-property__sidebar h2 {
    margin: 0 0 10px;
}

.vovo-locked-property__sidebar p {
    color: var(--vovo-muted);
    margin-bottom: 20px;
}

.vovo-empty-state--property {
    margin-top: 20px;
}

.vovo-related-properties {
    padding-left: 0;
    padding-right: 0;
}

/* Responsive */
@media (max-width: 1280px) {
    .vovo-search-form__main,
    .vovo-search-toolbar .vovo-search-form__main {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }

    .vovo-field--location {
        grid-column: span 2;
    }

    .vovo-layout-grid-map .vovo-search-results,
    .vovo-layout-list-map .vovo-search-results {
        grid-template-columns: minmax(470px, 48%) 1fr;
    }

    .vovo-results-list.is-grid {
        grid-template-columns: 1fr;
    }

    .vovo-listing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .vovo-hero {
        border-radius: 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-bottom: 210px;
        width: 100vw;
    }

    .vovo-hero__search {
        bottom: 24px;
    }

    .vovo-search-form__main,
    .vovo-search-toolbar .vovo-search-form__main {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .vovo-layout-grid-map .vovo-search-results,
    .vovo-layout-list-map .vovo-search-results {
        display: block;
    }

    .vovo-results-map {
        border-left: 0;
        border-top: 1px solid var(--vovo-line);
        min-height: 500px;
    }

    .vovo-results-map .vovo-map-shell {
        height: 520px;
        min-height: 520px;
        position: relative;
    }

    .vovo-property-layout--sidebar,
    .vovo-property-wide-grid,
    .vovo-locked-property__content {
        grid-template-columns: 1fr;
    }

    .vovo-locked-property__sidebar {
        position: static;
    }

    .vovo-property-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .vovo-property-sidebar > :last-child {
        grid-column: 1 / -1;
    }

    .vovo-feature-sections,
    .vovo-market-grid,
    .vovo-city-grid,
    .vovo-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vovo-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .vovo-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .vovo-hero {
        min-height: 680px;
        padding: 48px 20px 350px;
    }

    .vovo-hero__content h1 {
        font-size: 42px;
    }

    .vovo-hero__search {
        bottom: 18px;
        left: 14px;
        right: 14px;
    }

    .vovo-search-form__main,
    .vovo-search-toolbar .vovo-search-form__main,
    .vovo-advanced-filters__body {
        grid-template-columns: 1fr;
    }

    .vovo-field--location {
        grid-column: auto;
    }

    .vovo-search-toolbar {
        padding: 12px;
    }

    .vovo-search-toolbar__bottom,
    .vovo-toolbar-actions,
    .vovo-section__heading {
        align-items: stretch;
        flex-direction: column;
    }

    .vovo-layout-switcher {
        max-width: 100%;
        overflow-x: auto;
    }

    .vovo-results-list,
    .vovo-layout-grid .vovo-results-list.is-grid {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .vovo-property-card--list {
        grid-template-columns: 1fr;
    }

    .vovo-property-card--list .vovo-property-card__image img {
        aspect-ratio: 16 / 10;
    }

    .vovo-listing-grid,
    .vovo-market-grid,
    .vovo-city-grid,
    .vovo-type-grid,
    .vovo-calculator-section,
    .vovo-feature-sections,
    .vovo-property-columns,
    .vovo-property-sidebar,
    .vovo-locked-placeholder {
        grid-template-columns: 1fr;
    }

    .vovo-property-container {
        padding: 18px 14px 50px;
    }

    .vovo-property-gallery__main {
        min-height: 260px;
    }

    .vovo-locked-property__gallery {
        grid-template-columns: 1fr;
        min-height: 320px;
    }

    .vovo-locked-property__thumbs {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 90px;
    }

    .vovo-property-heading {
        align-items: start;
        flex-direction: column;
    }

    .vovo-property-heading__price {
        text-align: left;
    }

    .vovo-property-heading__price strong {
        font-size: 28px;
    }

    .vovo-property-specs {
        gap: 14px 26px;
    }

    .vovo-detail-list > div {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .vovo-detail-list dd {
        text-align: left;
    }

    .vovo-gallery-nav {
        height: 40px;
        width: 40px;
    }

    .vovo-locked-page,
    .vovo-empty-state {
        padding: 30px 20px;
    }
}

/* v0.2.0 Authentication and dashboard */
.vovo-auth-shell{max-width:760px;margin:40px auto;padding:0 16px}.vovo-auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--vovo-radius);box-shadow:0 18px 50px rgba(15,23,42,.08);padding:32px}.vovo-auth-card--wide{max-width:760px}.vovo-auth-card h1{margin:0 0 8px;font-size:32px}.vovo-auth-card>p{color:#64748b}.vovo-auth-form{display:grid;gap:16px;margin-top:22px}.vovo-auth-form label{display:grid;gap:7px;font-weight:600;color:#1f2937}.vovo-auth-form input{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:12px 13px;background:#fff}.vovo-auth-form small{font-weight:400;color:#64748b}.vovo-auth-grid{grid-template-columns:1fr 1fr}.vovo-auth-span-2{grid-column:1/-1}.vovo-inline-check,.vovo-auth-consents label{display:flex!important;align-items:flex-start;gap:9px;font-weight:400!important}.vovo-inline-check input,.vovo-auth-consents input{width:auto;margin-top:3px}.vovo-auth-links{display:flex;justify-content:space-between;gap:16px;margin-top:18px}.vovo-auth-bottom{text-align:center;margin-top:20px}.vovo-auth-notice{border-radius:8px;padding:12px 14px;margin:18px 0}.vovo-auth-notice--success{background:#ecfdf5;color:#065f46}.vovo-auth-notice--error{background:#fef2f2;color:#991b1b}.vovo-auth-resend{display:flex;gap:8px;margin-top:24px;border-top:1px solid #e5e7eb;padding-top:20px}.vovo-auth-resend input{flex:1;padding:10px;border:1px solid #cbd5e1;border-radius:8px}.vovo-auth-resend button{border:0;background:none;color:var(--vovo-primary);font-weight:700;cursor:pointer}.vovo-hp{position:absolute!important;left:-9999px!important}.vovo-user-menu{display:flex;gap:14px;align-items:center}.vovo-dashboard{max-width:1280px;margin:34px auto;padding:0 16px;display:grid;grid-template-columns:250px 1fr;gap:24px}.vovo-dashboard__sidebar,.vovo-dashboard-panel{background:#fff;border:1px solid #e5e7eb;border-radius:var(--vovo-radius);padding:24px}.vovo-dashboard__sidebar{align-self:start;position:sticky;top:24px}.vovo-dashboard__sidebar h2{font-size:20px;margin-top:0}.vovo-dashboard__sidebar nav{display:grid;gap:6px}.vovo-dashboard__sidebar nav a{padding:11px 12px;border-radius:8px;text-decoration:none;color:#334155}.vovo-dashboard__sidebar nav a.is-active{background:#eff6ff;color:var(--vovo-primary);font-weight:700}.vovo-dashboard__main{display:grid;gap:20px}.vovo-dashboard-panel h1,.vovo-dashboard-panel h2{margin-top:0}.vovo-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}.vovo-dashboard-stats>div{border:1px solid #e5e7eb;border-radius:10px;padding:18px}.vovo-dashboard-stats strong{display:block;font-size:24px}.vovo-dashboard-stats span{display:block;color:#64748b;margin-top:5px}.vovo-danger-zone{border-color:#fecaca}.vovo-button--danger{background:#b91c1c!important}.vovo-button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:8px;padding:12px 18px;background:var(--vovo-primary);color:#fff!important;font-weight:700;text-decoration:none;cursor:pointer}
@media(max-width:780px){.vovo-auth-grid,.vovo-dashboard{grid-template-columns:1fr}.vovo-auth-span-2{grid-column:auto}.vovo-dashboard__sidebar{position:static}.vovo-dashboard-stats{grid-template-columns:1fr 1fr}.vovo-auth-card{padding:24px 18px}.vovo-auth-resend{flex-direction:column}}
@media(max-width:480px){.vovo-dashboard-stats{grid-template-columns:1fr}.vovo-auth-links{flex-direction:column}.vovo-auth-card h1{font-size:26px}}

/* v0.3.0 user activity */
.vovo-property-card{position:relative}.vovo-favorite-button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #d5dbe5;background:#fff;color:#263248;border-radius:999px;padding:.45rem .7rem;cursor:pointer;font-weight:600;line-height:1;z-index:5}.vovo-favorite-button--card{position:absolute;top:.75rem;right:.75rem;box-shadow:0 3px 12px rgba(0,0,0,.12)}.vovo-favorite-button.is-active{color:#d81b45;border-color:#f1a9b9;background:#fff5f7}.vovo-favorite-button span[aria-hidden=true]{font-size:1.15rem}.vovo-property-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.vovo-property-actions .vovo-favorite-button{padding:.65rem 1rem}.vovo-activity-section{width:100%}.vovo-activity-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.vovo-activity-heading h2{margin:0 0 .25rem}.vovo-activity-heading p{margin:0;color:#667085}.vovo-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vovo-activity-card{min-width:0}.vovo-activity-card .vovo-property-card{height:auto}.vovo-text-button{border:0;background:transparent;color:var(--vovo-primary);padding:.55rem 0;cursor:pointer;font-weight:600}.vovo-saved-search-list{display:grid;gap:.85rem}.vovo-saved-search-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border:1px solid #e4e7ec;border-radius:var(--vovo-radius);background:#fff}.vovo-saved-search-item h3{margin:0 0 .35rem}.vovo-saved-search-item p{margin:0 0 .35rem;color:#667085}.vovo-saved-search-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.vovo-unavailable-mini{display:grid;gap:.35rem;padding:1rem;border:1px dashed #cbd5e1;border-radius:var(--vovo-radius);background:#f8fafc}.vovo-toolbar-actions>[data-vovo-save-search]{white-space:nowrap}@media(max-width:760px){.vovo-activity-grid{grid-template-columns:1fr}.vovo-saved-search-item,.vovo-activity-heading{flex-direction:column;align-items:stretch}.vovo-saved-search-actions{justify-content:flex-start}.vovo-favorite-label{display:none}}


/* v0.4.0 realtor system */
.vovo-realtor-card{display:flex;gap:16px;align-items:center;padding:18px;border:1px solid #e5e7eb;border-radius:var(--vovo-radius,10px);background:#fff}.vovo-realtor-card img{width:88px;height:88px;object-fit:cover;border-radius:50%}.vovo-realtor-card h3{margin:0 0 6px}.vovo-realtor-directory{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.vovo-inquiry-card{margin-top:18px;padding:18px;border:1px solid #e5e7eb;border-radius:var(--vovo-radius,10px);background:#fff}.vovo-inquiry-card input,.vovo-inquiry-card textarea{width:100%;box-sizing:border-box;margin-top:6px}.vovo-realtor-profile{display:grid;gap:20px}.vovo-realtor-dashboard .vovo-table{width:100%;border-collapse:collapse}.vovo-realtor-dashboard .vovo-table th,.vovo-realtor-dashboard .vovo-table td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}.vovo-notice--success{padding:12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px}
.vovo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.vovo-form-help{font-size:.875rem;color:#64748b}.vovo-status-badge{display:inline-block;padding:3px 9px;border-radius:999px;background:#eef2ff;font-size:.8rem;font-weight:700}.vovo-user-showings .vovo-table{width:100%;border-collapse:collapse}.vovo-user-showings .vovo-table th,.vovo-user-showings .vovo-table td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}@media(max-width:640px){.vovo-form-grid{grid-template-columns:1fr}}

/* v0.6.0 Elementor widgets and advanced search */
.vovo-quick-search{width:100%}.vovo-quick-search__row{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.vovo-quick-search__keyword{flex:1 1 320px}.vovo-quick-search input,.vovo-quick-search select{min-height:48px}.vovo-quick-search--hero{padding:28px;background:rgba(255,255,255,.96);border-radius:var(--vovo-radius);box-shadow:0 18px 50px rgba(15,23,42,.16)}
.vovo-filter-modal[hidden]{display:none}.vovo-filter-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}.vovo-filter-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62)}.vovo-filter-modal__panel{position:relative;width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.vovo-filter-modal__header{display:flex;justify-content:space-between;align-items:center;gap:20px}.vovo-filter-modal__close{border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer}.vovo-filter-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.vovo-filter-modal__actions{display:flex;justify-content:flex-end;gap:10px}.vovo-modal-open{overflow:hidden}
.vovo-property-carousel{position:relative}.vovo-property-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,32%);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 14px;scrollbar-width:thin}.vovo-property-carousel__slide{scroll-snap-align:start}.vovo-carousel-prev,.vovo-carousel-next{position:absolute;top:42%;z-index:3;width:42px;height:42px;border:1px solid #dbe2ea;border-radius:50%;background:#fff;box-shadow:0 8px 25px rgba(15,23,42,.15);font-size:28px;cursor:pointer}.vovo-carousel-prev{left:-14px}.vovo-carousel-next{right:-14px}.vovo-elementor-grid .vovo-listing-grid{grid-template-columns:repeat(var(--vovo-widget-columns,3),minmax(0,1fr))}.vovo-widget-list{display:grid;gap:20px}.vovo-search-form-style-vertical .vovo-search-form__main{grid-template-columns:1fr}.vovo-search-form-style-compact .vovo-search-form__main{grid-template-columns:2fr 1fr 1fr auto}.vovo-property-description{line-height:1.75}
@media(max-width:767px){.vovo-quick-search__row>*{flex:1 1 100%}.vovo-filter-modal{padding:10px}.vovo-filter-modal__grid{grid-template-columns:1fr}.vovo-property-carousel__track{grid-auto-columns:88%}.vovo-carousel-prev,.vovo-carousel-next{display:none}.vovo-elementor-grid .vovo-listing-grid{grid-template-columns:1fr}}


.vovo-experience-switch{display:flex;gap:8px;margin:0 0 14px}.vovo-experience-switch .is-active{background:var(--vovo-primary);color:#fff}.vovo-map-tools{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:var(--vovo-radius);margin-bottom:8px}.vovo-radius-control{display:flex;gap:6px;align-items:center}.vovo-map-style-dark .leaflet-tile{filter:brightness(.65) contrast(1.2) saturate(.7)}.vovo-map-style-light .leaflet-tile{filter:brightness(1.08) saturate(.75)}.vovo-map-style-luxury .leaflet-tile{filter:sepia(.25) contrast(1.08)}.vovo-map-style-minimal .leaflet-tile{filter:grayscale(1) brightness(1.1)}
@media(max-width:767px){.vovo-map-tools{position:relative;z-index:500}.vovo-experience-switch{position:sticky;top:0;background:#fff;padding:8px;z-index:20}}

/* v0.7.2 stability and visibility hotfix */
.vovo-search-page,
.vovo-property-page,
.vovo-home {
    width: 100%;
    max-width: none;
}

/* Keep action rows out of the two-column property grid. */
.vovo-property-layout--sidebar > .vovo-property-actions {
    grid-column: 1 / -1;
    width: 100%;
}
.vovo-property-layout--sidebar > .vovo-property-main,
.vovo-property-wide-grid > main {
    min-width: 0;
    width: 100%;
}
.vovo-property-layout--sidebar > .vovo-property-sidebar,
.vovo-property-wide-grid > .vovo-property-sidebar {
    min-width: 0;
    width: 100%;
}

/* Theme-safe control colours: controls must remain visible before hover. */
.vovo-search-page .vovo-button,
.vovo-property-page .vovo-button,
.vovo-home .vovo-button,
.vovo-search-page button,
.vovo-property-page button,
.vovo-home button {
    opacity: 1;
    visibility: visible;
}
.vovo-button--secondary,
.vovo-experience-switch .vovo-button,
.vovo-toolbar-actions .vovo-button,
.vovo-filter-modal__actions .vovo-button--secondary {
    background: #fff !important;
    border: 1px solid var(--vovo-primary) !important;
    color: var(--vovo-primary) !important;
}
.vovo-button--secondary:hover,
.vovo-experience-switch .vovo-button:hover,
.vovo-toolbar-actions .vovo-button:hover {
    background: #eef4ff !important;
    color: var(--vovo-primary-dark) !important;
}
.vovo-search-form button[type="submit"],
.vovo-filter-modal__actions .vovo-button--primary,
.vovo-empty-state .vovo-button--primary {
    background: var(--vovo-primary) !important;
    border-color: var(--vovo-primary) !important;
    color: #fff !important;
}
.vovo-layout-switcher a {
    background: #fff;
    border: 1px solid var(--vovo-line);
    color: var(--vovo-ink) !important;
    opacity: 1;
    visibility: visible;
}
.vovo-layout-switcher a.is-active,
.vovo-layout-switcher a:hover {
    background: var(--vovo-primary);
    border-color: var(--vovo-primary);
    color: #fff !important;
}
.vovo-sort-form select,
.vovo-search-form input,
.vovo-search-form select {
    background-color: #fff !important;
    color: var(--vovo-ink) !important;
    opacity: 1;
}

/* Prevent the map column from forcing the listing column off-screen. */
.vovo-layout-grid-map .vovo-search-results,
.vovo-layout-list-map .vovo-search-results {
    grid-template-columns: minmax(420px, 44%) minmax(0, 1fr);
    max-width: 100%;
    overflow: clip;
}
.vovo-results-map {
    min-width: 0;
    position: sticky;
    top: 20px;
    align-self: start;
}
.vovo-results-list {
    min-width: 0;
}

@media (max-width: 1180px) {
    .vovo-search-form__main {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
    .vovo-search-form__main .vovo-button {
        width: 100%;
    }
    .vovo-layout-grid-map .vovo-search-results,
    .vovo-layout-list-map .vovo-search-results {
        grid-template-columns: minmax(380px, 46%) minmax(0, 1fr);
    }
}

@media (max-width: 960px) {
    .vovo-property-layout--sidebar,
    .vovo-property-wide-grid,
    .vovo-layout-grid-map .vovo-search-results,
    .vovo-layout-list-map .vovo-search-results {
        grid-template-columns: 1fr;
    }
    .vovo-property-sidebar,
    .vovo-results-map {
        position: static;
    }
    .vovo-search-form__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vovo-search-toolbar__bottom,
    .vovo-toolbar-actions {
        align-items: stretch;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .vovo-search-form__main,
    .vovo-advanced-filters__body {
        grid-template-columns: 1fr;
    }
    .vovo-property-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .vovo-property-gallery__main {
        min-height: 240px;
    }
}

/* v0.7.3 recovery overrides */
.vovo-search-page{position:relative;left:50%;right:50%;margin-left:-50vw!important;margin-right:-50vw!important;width:100vw!important;max-width:none!important;overflow-x:clip}
.vovo-layout-grid-map .vovo-search-results,.vovo-layout-list-map .vovo-search-results{grid-template-columns:minmax(560px,42%) minmax(0,58%);width:100%}
.vovo-results-list{min-width:0}.vovo-results-map{min-width:0;width:100%}
.vovo-button,.vovo-button--secondary,.vovo-favorite-button,.vovo-basket-button,.vovo-inquiry-card button,.vovo-showing-form button{opacity:1!important;visibility:visible!important;color:#fff!important;background:var(--vovo-primary)!important;border:1px solid var(--vovo-primary)!important}
.vovo-button--secondary,.vovo-favorite-button,.vovo-basket-button{background:#fff!important;color:var(--vovo-primary)!important}
.vovo-button--secondary:hover,.vovo-favorite-button:hover,.vovo-basket-button:hover,.vovo-favorite-button.is-active,.vovo-basket-button.is-active{background:var(--vovo-primary)!important;color:#fff!important}
.vovo-status-badge{background:#087f5b!important;color:#fff!important;border:1px solid rgba(255,255,255,.65);box-shadow:0 4px 12px rgba(0,0,0,.2)}
.vovo-card-actions{display:flex;gap:6px;position:absolute;right:8px;top:8px;z-index:5;flex-wrap:wrap;justify-content:flex-end}.vovo-card-actions .vovo-favorite-button,.vovo-card-actions .vovo-basket-button{position:static!important;min-height:34px;padding:5px 8px;font-size:11px}
.vovo-property-card{position:relative}
.vovo-property-layout--sidebar{grid-template-columns:minmax(0,1fr) minmax(310px,360px);gap:28px}.vovo-property-main{min-width:0}.vovo-property-sidebar{min-width:0}
.vovo-gallery-nav{z-index:8!important;background:#0b1b3b!important;color:#fff!important;border:2px solid #fff!important;opacity:1!important;visibility:visible!important}
.vovo-gallery-count{border:0;cursor:pointer;z-index:8}.vovo-gallery-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}.vovo-gallery-actions__right{display:flex;gap:10px;justify-content:flex-end}
.vovo-property-heading__price{display:grid;text-align:right}.vovo-property-heading__price em,.vovo-transaction-label{color:var(--vovo-primary);font-style:normal;font-weight:700}
.vovo-sidebar-actions{display:grid;gap:10px;margin-top:14px}.vovo-property-history{background:#f7f9fd;border:1px solid var(--vovo-line);border-radius:var(--vovo-radius);margin-top:16px;padding:18px}.vovo-property-history h2{margin:0 0 10px}.vovo-property-contact-forms{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.vovo-property-contact-forms .vovo-inquiry-card{margin-top:0;height:100%}
.vovo-lightbox[hidden]{display:none}.vovo-lightbox{position:fixed;inset:0;background:rgba(2,8,23,.94);z-index:999999;display:grid;place-items:center;padding:50px}.vovo-lightbox img{max-width:min(1400px,90vw);max-height:86vh;object-fit:contain}.vovo-lightbox__close,.vovo-lightbox__nav{position:absolute;border:0;background:rgba(255,255,255,.95);color:#071b45;border-radius:50%;width:50px;height:50px;font-size:34px;cursor:pointer;z-index:2}.vovo-lightbox__close{right:22px;top:18px}.vovo-lightbox__nav{top:50%;transform:translateY(-50%)}.vovo-lightbox__nav--prev{left:22px}.vovo-lightbox__nav--next{right:22px}.vovo-lightbox__count{position:absolute;bottom:20px;color:#fff;font-weight:700}
@media(max-width:1100px){.vovo-layout-grid-map .vovo-search-results,.vovo-layout-list-map .vovo-search-results{grid-template-columns:minmax(420px,48%) minmax(0,52%)}.vovo-property-layout--sidebar{grid-template-columns:1fr}.vovo-property-sidebar{position:static}.vovo-property-contact-forms{grid-template-columns:1fr}}
@media(max-width:780px){.vovo-layout-grid-map .vovo-search-results,.vovo-layout-list-map .vovo-search-results{grid-template-columns:1fr}.vovo-results-map{order:-1;min-height:420px}.vovo-results-map .vovo-map-shell{height:420px;min-height:420px;position:relative}.vovo-results-list.is-grid{grid-template-columns:1fr}.vovo-gallery-actions{align-items:stretch;flex-direction:column}.vovo-gallery-actions__right{justify-content:flex-start}.vovo-lightbox{padding:20px}.vovo-lightbox__nav--prev{left:5px}.vovo-lightbox__nav--next{right:5px}}


/* v0.7.6 isolated account header and basket components */
.vovo-header-account{position:relative;display:inline-flex;align-items:center;max-width:100%;font:inherit;line-height:1.4;z-index:10000}
.vovo-header-account--guest{gap:8px}.vovo-header-account--guest a{font-weight:700;text-decoration:none}
.vovo-header-account__toggle{appearance:none;background:transparent;border:1px solid currentColor;border-radius:7px;color:inherit;cursor:pointer;font:inherit;font-weight:700;padding:9px 12px;white-space:nowrap}
.vovo-header-account__panel[hidden]{display:none!important}
.vovo-header-account__panel{position:absolute;right:0;top:calc(100% + 10px);width:380px;max-width:min(92vw,380px);max-height:min(620px,75vh);overflow:auto;background:#fff;color:#14213d;border:1px solid #dbe3ef;border-radius:12px;box-shadow:0 20px 55px rgba(15,23,42,.28);padding:14px;z-index:10001;text-align:left}
.vovo-header-account__top,.vovo-header-account__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.vovo-header-account__top{padding-bottom:10px;border-bottom:1px solid #e5eaf2}.vovo-header-account__top a,.vovo-header-account__footer a{color:#0b46d8;text-decoration:none;font-weight:700}.vovo-header-account__footer{padding-top:12px}.vovo-header-account__view{display:inline-flex;justify-content:center;flex:1;background:#0b46d8!important;color:#fff!important;border-radius:7px;padding:10px 14px}
.vovo-header-basket{display:grid;gap:0}.vovo-header-basket__item{display:grid!important;grid-template-columns:64px minmax(0,1fr) 24px!important;gap:10px!important;align-items:center!important;width:100%!important;min-height:82px!important;margin:0!important;padding:10px 0!important;border:0!important;border-bottom:1px solid #e5eaf2!important;background:#fff!important;position:relative!important;float:none!important}
.vovo-header-basket__thumb{display:block!important;width:64px!important;height:64px!important;min-width:64px!important;overflow:hidden!important;border-radius:7px;background:#eef3fa}.vovo-header-basket__thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}.vovo-header-basket__placeholder{display:grid;width:100%;height:100%;place-items:center;font-size:28px;color:#0b46d8}
.vovo-header-basket__info{display:grid!important;gap:2px!important;min-width:0!important}.vovo-header-basket__info strong{font-size:14px!important;color:#111827!important}.vovo-header-basket__info a{font-size:12px!important;color:#0b46d8!important;text-decoration:none!important;white-space:normal!important}.vovo-header-basket__info small{font-size:10px!important;color:#64748b!important}.vovo-header-basket__status{display:inline-flex!important;width:max-content!important;max-width:100%;background:#087f5b!important;color:#fff!important;border-radius:999px!important;padding:2px 6px!important;font-size:9px!important;font-weight:800!important}
.vovo-header-basket__remove{appearance:none!important;border:0!important;background:transparent!important;color:#b42318!important;cursor:pointer!important;font-size:20px!important;line-height:1!important;padding:2px!important}.vovo-header-basket__more,.vovo-header-basket__empty{margin:10px 0 0!important;text-align:center!important;color:#64748b!important;font-size:12px!important}
.vovo-basket-page{display:block!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:32px 20px!important;box-sizing:border-box!important;position:static!important;float:none!important;clear:both!important;color:#14213d!important}.vovo-basket-page *{box-sizing:border-box}.vovo-basket-page__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:0 0 24px!important}.vovo-basket-page__header h1{margin:0!important}.vovo-basket-page__header p{margin:5px 0 0!important}.vovo-basket-page__clear{appearance:none;border:1px solid #d14343;background:#fff;color:#b42318;border-radius:7px;padding:10px 14px;cursor:pointer;font-weight:700}
.vovo-basket-page__list{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;width:100%!important;margin:0!important;padding:0!important}.vovo-basket-card{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;width:100%!important;min-height:190px!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;border:1px solid #dde5f0!important;border-radius:12px!important;box-shadow:0 5px 18px rgba(15,23,42,.06)!important;position:static!important;float:none!important}.vovo-basket-card__media{position:relative!important;display:block!important;width:100%!important;height:100%!important;min-height:190px!important;overflow:hidden!important;background:#edf3fb!important}.vovo-basket-card__media img{display:block!important;width:100%!important;height:100%!important;min-height:190px!important;object-fit:cover!important;margin:0!important}.vovo-basket-card__placeholder{display:grid;width:100%;height:100%;min-height:190px;place-items:center;font-size:64px;color:#0b46d8}.vovo-basket-card__status{position:absolute;left:12px;top:12px;background:#087f5b;color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.vovo-basket-card__content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;min-width:0!important;padding:22px!important}.vovo-basket-card__price{display:block;font-size:24px;color:#111827;margin-bottom:6px}.vovo-basket-card h2{font-size:19px!important;margin:0 0 7px!important}.vovo-basket-card h2 a{color:#14213d!important;text-decoration:none!important}.vovo-basket-card p{margin:0 0 8px!important;color:#526079!important}.vovo-basket-card small{color:#64748b!important}.vovo-basket-card__actions{display:grid!important;gap:9px!important;min-width:130px!important}.vovo-basket-card__actions a,.vovo-basket-card__actions button{display:inline-flex!important;justify-content:center!important;align-items:center!important;min-height:42px!important;border-radius:7px!important;padding:9px 13px!important;font-weight:700!important;text-decoration:none!important;cursor:pointer!important}.vovo-basket-card__actions a{background:#0b46d8!important;color:#fff!important;border:1px solid #0b46d8!important}.vovo-basket-card__actions button{background:#fff!important;color:#b42318!important;border:1px solid #e3a3a3!important}.vovo-basket-page__footer{display:flex!important;justify-content:flex-end!important;margin-top:22px!important}.vovo-basket-page__empty{padding:50px 20px;text-align:center;background:#f7f9fd;border:1px solid #dde5f0;border-radius:12px}
@media(max-width:760px){.vovo-header-account__panel{position:fixed;right:12px;top:70px;width:calc(100vw - 24px);max-width:none}.vovo-basket-page__header{align-items:flex-start!important;flex-direction:column!important}.vovo-basket-card{grid-template-columns:1fr!important}.vovo-basket-card__media,.vovo-basket-card__media img{height:230px!important;min-height:230px!important}.vovo-basket-card__content{align-items:stretch!important;flex-direction:column!important}.vovo-basket-card__actions{grid-template-columns:1fr 1fr!important;width:100%!important}}

/* v0.7.7 recovered single-property structure */
.vovo-property-page{display:block!important;width:100%!important;max-width:none!important;clear:both!important}
.vovo-property-page .vovo-property-container{display:block!important;width:min(1540px,100%)!important;max-width:1540px!important;margin:0 auto!important;padding:28px clamp(18px,3vw,48px) 70px!important;float:none!important;clear:both!important}
.vovo-property-layout--recovered{display:block!important;width:100%!important;max-width:none!important}
.vovo-property-layout--recovered>.vovo-property-layout__gallery{display:block!important;width:100%!important;max-width:none!important;margin:0 0 28px!important}
.vovo-property-content-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,370px)!important;gap:30px!important;align-items:start!important;width:100%!important;max-width:none!important}
.vovo-property-content-grid>.vovo-property-main{display:block!important;min-width:0!important;width:100%!important;max-width:none!important}
.vovo-property-content-grid>.vovo-property-sidebar{display:grid!important;min-width:0!important;width:100%!important;max-width:370px!important;position:sticky!important;top:24px!important;justify-self:end!important}
.vovo-property-page .vovo-property-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;width:100%!important}
.vovo-property-page .vovo-property-heading__price strong{font-size:clamp(30px,3vw,46px)!important;line-height:1.05!important;color:#0b1736!important}
.vovo-property-page .vovo-property-heading__price span,.vovo-property-page .vovo-status-badge{background:#0b46d8!important;color:#fff!important;border-radius:999px!important;padding:5px 10px!important;font-weight:800!important;width:max-content!important}
.vovo-property-page .vovo-property-gallery__main{width:100%!important;min-height:520px!important}
.vovo-property-page .vovo-property-gallery__main>img{width:100%!important;min-height:520px!important;max-height:720px!important;object-fit:cover!important}
.vovo-property-page .vovo-gallery-nav{display:flex!important;opacity:1!important;visibility:visible!important;background:#0b1736!important;color:#fff!important;border:2px solid #fff!important;z-index:20!important}
.vovo-property-page .vovo-gallery-count{display:inline-flex!important;opacity:1!important;visibility:visible!important;background:#fff!important;color:#0b1736!important;border:1px solid #dbe3ef!important;border-radius:8px!important;padding:10px 14px!important;font-weight:800!important;z-index:20!important}
.vovo-property-page .vovo-gallery-actions{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;width:100%!important}
@media(max-width:1050px){.vovo-property-content-grid{grid-template-columns:1fr!important}.vovo-property-content-grid>.vovo-property-sidebar{position:static!important;max-width:none!important;justify-self:stretch!important}.vovo-property-page .vovo-property-gallery__main,.vovo-property-page .vovo-property-gallery__main>img{min-height:420px!important}}
@media(max-width:680px){.vovo-property-page .vovo-property-heading{flex-direction:column!important}.vovo-property-page .vovo-property-heading__price{text-align:left!important}.vovo-property-page .vovo-property-gallery__main,.vovo-property-page .vovo-property-gallery__main>img{min-height:280px!important}.vovo-property-page .vovo-gallery-actions{align-items:stretch!important;flex-direction:column!important}.vovo-property-page .vovo-gallery-actions__right{justify-content:flex-start!important;flex-wrap:wrap!important}}


/* v0.7.8 map/list hover synchronization */
.vovo-property-card.is-map-highlighted {
    outline: 3px solid var(--vovo-primary, #0b46d8);
    outline-offset: 2px;
    box-shadow: 0 14px 36px rgba(11,70,216,.22);
    transform: translateY(-2px);
}
.vovo-price-marker.is-card-highlighted span {
    background: #e11b22 !important;
    transform: scale(1.12);
    box-shadow: 0 6px 18px rgba(225,27,34,.35);
}

/* v0.7.9 realtor/sidebar recovery */
.vovo-site-representatives{display:grid;gap:10px;margin:16px 0}.vovo-site-representatives .vovo-realtor-card{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid #dbe3ef;border-radius:12px;background:#fff}.vovo-site-representatives .vovo-realtor-card img{width:64px;height:64px;object-fit:cover;border-radius:50%}.vovo-site-representatives .vovo-realtor-card h3{margin:0 0 3px;font-size:17px}.vovo-site-representatives .vovo-realtor-card p{margin:2px 0;font-size:13px}.vovo-showing-card--sidebar{padding:18px}.vovo-showing-card--sidebar h3{font-size:24px;margin:0 0 14px}.vovo-showing-card--sidebar input,.vovo-showing-card--sidebar select,.vovo-showing-card--sidebar textarea{width:100%;max-width:100%;box-sizing:border-box}.vovo-day-picker{border:0;padding:0;margin:0 0 12px}.vovo-day-picker legend{font-weight:700;margin-bottom:7px}.vovo-day-picker label{display:inline-flex;gap:4px;align-items:center;margin:0 8px 7px 0;font-size:13px}.vovo-day-picker input{width:auto}.vovo-form-grid--two{grid-template-columns:1fr 1fr}.vovo-header-account{display:flex;align-items:center;gap:18px}.vovo-header-account>a{color:inherit;text-decoration:none;white-space:nowrap}.vovo-header-account__welcome{white-space:nowrap}.vovo-header-account__basket-wrap{position:relative}.vovo-header-account__toggle{border:1px solid var(--vovo-primary,#e11b4b);color:var(--vovo-primary,#e11b4b);background:transparent}.vovo-header-account__panel{right:0;top:calc(100% + 8px)}
@media(max-width:760px){.vovo-header-account{gap:10px;flex-wrap:wrap}.vovo-header-account__welcome{width:100%}.vovo-form-grid--two{grid-template-columns:1fr}}


/* v0.8.2 property template layout recovery */
.vovo-property-layout--v082,
.vovo-property-layout--v082 .vovo-property-primary,
.vovo-property-layout--v082 .vovo-property-main,
.vovo-property-layout--v082 .vovo-property-layout__gallery {
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  float:none!important;
}
.vovo-property-layout--v082 {
  display:block!important;
}
.vovo-property-layout--v082 .vovo-property-shell {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,370px)!important;
  gap:30px!important;
  align-items:start!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.vovo-property-layout--sidebar .vovo-property-primary {
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
}
.vovo-property-layout--sidebar .vovo-property-layout__gallery {
  margin:0 0 26px!important;
}
.vovo-property-layout--wide > .vovo-property-layout__gallery {
  margin:0 0 30px!important;
}
.vovo-property-layout--v082 .vovo-property-sidebar {
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
  min-width:0!important;
  width:100%!important;
  max-width:370px!important;
  align-self:start!important;
  justify-self:end!important;
  position:sticky!important;
  top:24px!important;
  grid-template-columns:none!important;
}
.vovo-property-layout--v082 .vovo-property-sidebar > * {
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.vovo-property-layout--v082 .vovo-property-heading,
.vovo-property-layout--v082 .vovo-property-columns,
.vovo-property-layout--v082 .vovo-feature-grid,
.vovo-property-layout--v082 .vovo-property-location,
.vovo-property-layout--v082 .vovo-property-history {
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
@media (max-width:1050px) {
  .vovo-property-layout--v082 .vovo-property-shell {
    grid-template-columns:1fr!important;
  }
  .vovo-property-layout--v082 .vovo-property-sidebar {
    position:static!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
}
@media (max-width:680px) {
  .vovo-property-layout--v082 .vovo-property-shell {gap:22px!important}
}

#vovo-showing-request-form{scroll-margin-top:110px}.vovo-map-hover-sync{display:inline-flex;align-items:center;gap:.45rem;margin:.45rem 0 0;font-size:.875rem;color:#475467}.vovo-map-hover-sync input{margin:0}
