:root {
    --color-primary: #8A0DB7;
    --color-primary-dark: #7c3aed;
    --color-primary-light: #ede9fe;
    --color-secondary: #fff;
    --color-secondary-border: #999;
    --color-bg: #f7f5fb;
    --color-surface: #ffffff;
    --color-text: #1f2430;
    --color-muted: #767b8a;
    --color-border: #ececf3;
    --color-danger: #ef4444;
    --color-success: #22c55e;
    --radius-lg: 16px;
    --radius-md: 4px;
    --radius-sm: 6px;
    --shadow-card: 0 2px 10px rgba(31, 36, 48, 0.06);
    --shadow-card-hover: 0 8px 24px rgba(31, 36, 48, 0.12);
    --max-width: 940px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: var(--color-bg);
    color: var(--color-text);
}

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

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

button {
    font-family: inherit;
}

.container {
    width: var(--max-width);
    margin: 0 auto;
}


.app-badge[data-v-437b78dd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}


.app-button[data-v-7e8833e2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 8px;
    border: none;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.app-button--primary[data-v-7e8833e2] {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}
.app-button--primary[data-v-7e8833e2]:hover {
    background: var(--color-primary-dark);
}
.app-button--secondary[data-v-7e8833e2] {
    border: 1px solid var(--color-secondary-border);
    background: var(--color-secondary);
    color: var(--color-text);
    font-weight: 400;
}
.app-button--secondary[data-v-7e8833e2]:hover {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}



.site-header[data-v-4b1e44f8] {
    background: #fff;
}
.logo[data-v-4b1e44f8] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.logo__name[data-v-4b1e44f8] {
    font-weight: 800;
    font-size: 18px;
    color: var(--color-text);
    white-space: nowrap;
}
.logo__accent[data-v-4b1e44f8] {
    color: var(--color-primary);
}
.logo__tagline[data-v-4b1e44f8] {
    font-size: 10.5px;
    font-weight: 400;
    color: var(--color-muted);
}

/* header row 1: quick-access utility bar */
.header-topbar[data-v-4b1e44f8] {
    background: #f6f5f9;
    border-bottom: 1px solid var(--color-border);
    height: 72px;
    display: flex;
}
.header-topbar-wrp[data-v-4b1e44f8] {
    display: block;
    margin: auto;
    width: var(--max-width);
}
.header-topbar__inner[data-v-4b1e44f8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
}
.header-quicklinks[data-v-4b1e44f8] {
    display: flex;
    align-items: center;
    gap: 16px;
}
.quicklink[data-v-4b1e44f8] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text);
    white-space: nowrap;
}
.quicklink[data-v-4b1e44f8]:hover {
    color: var(--color-primary);
}
.quicklink__icon-wrap[data-v-4b1e44f8] {
    position: relative;
    display: flex;
}
.quicklink__icon[data-v-4b1e44f8] {
    width: 17px;
    height: 17px;
    object-fit: contain;
    flex: 0 0 auto;
}
.quicklink__badge[data-v-4b1e44f8] {
    position: absolute;
    top: -15px;
    right: -10px;
}
.lang-switch[data-v-4b1e44f8] {
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text);
    cursor: pointer;
    padding: 0 2px;
}
.visually-hidden[data-v-4b1e44f8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* header row 2: navigation bar */
.header-navbar[data-v-4b1e44f8] {
    background: #fff;
    height: 48px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
}
.header-navbar__inner[data-v-4b1e44f8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.main-nav[data-v-4b1e44f8] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}
.main-nav__link[data-v-4b1e44f8] {
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
}
.main-nav__link[data-v-4b1e44f8]:hover:not(.is-active) {
    background: var(--color-bg);
}
.main-nav__link.is-active[data-v-4b1e44f8] {
    background: var(--color-primary);
    color: #fff;
}
@media (max-width: 720px) {
.main-nav[data-v-4b1e44f8] {
        display: none;
}
}


.search-tabs[data-v-737a06c4] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.search-tab[data-v-737a06c4] {
    padding: 10px 22px;
    font-weight: 700;
}
.field-grid[data-v-737a06c4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.field-box[data-v-737a06c4] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--color-secondary-border);
    border-radius: var(--radius-md);
    padding: 6px 8px;
    background: #fff;
    cursor: pointer;
}
.field-box__icon[data-v-737a06c4] {
    color: var(--color-text);
    flex-shrink: 0;
}
.field-box__icon--image[data-v-737a06c4] {
    width: 18px;
    height: 12px;
    object-fit: contain;
}
.action-icon[data-v-737a06c4] {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.field-box__chevron[data-v-737a06c4] {
    color: var(--color-muted);
    flex-shrink: 0;
    margin-left: auto;
    pointer-events: none;
}
.field-box__select[data-v-737a06c4],
.field-box--search input[data-v-737a06c4] {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    outline: none;
    appearance: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--color-text);
    padding: 0;
    font-family: inherit;
}
.field-box__select[data-v-737a06c4] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 6px 31px;
    cursor: pointer;
}
.field-box[data-v-737a06c4]:focus-within {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}
.field-box--search[data-v-737a06c4] {
    grid-column: span 2;
}
.field-box--search input[data-v-737a06c4]::placeholder {
    color: var(--color-muted);
    font-weight: 500;
}
.search-actions-row[data-v-737a06c4] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.action-btn[data-v-737a06c4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: var(--radius-md);
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid var(--color-border);
    background: #fff;
    color: var(--color-text);
}
.action-btn--map[data-v-737a06c4] {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.action-btn--submit[data-v-737a06c4] {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.detailed-search-link[data-v-737a06c4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-primary);
}
@media (max-width: 720px) {
.field-grid[data-v-737a06c4] {
        grid-template-columns: repeat(2, 1fr);
}
.field-box--search[data-v-737a06c4] {
        grid-column: span 2;
}
}


.saved-searches[data-v-583d45a3] {
    flex: 1 1 300px;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
}
.saved-searches__header[data-v-583d45a3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.saved-searches__title[data-v-583d45a3] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-text);
}
.saved-searches__col-labels[data-v-583d45a3] {
    display: flex;
    gap: 4px;
    font-size: 9.5px;
    line-height: 1.2;
    color: var(--color-muted);
    font-weight: 600;
    text-align: center;
}
.saved-searches__col-labels span[data-v-583d45a3] {
    width: 40px;
    text-wrap: nowrap;
}
.saved-searches__list[data-v-583d45a3] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.saved-search-item[data-v-583d45a3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border);
}
.saved-search-item[data-v-583d45a3]:last-child {
    border-bottom: none;
}
.saved-search-item__info[data-v-583d45a3] {
    min-width: 0;
}
.saved-search-item__title[data-v-583d45a3] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.saved-search-item__subtitle[data-v-583d45a3] {
    margin: 0;
    font-size: 11px;
    color: var(--color-muted);
}
.saved-search-item__actions[data-v-583d45a3] {
    display: flex;
    gap: 4px;
    color: var(--color-muted);
    flex-shrink: 0;
}
.saved-search-item__actions button[data-v-583d45a3] {
    width: 40px;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    display: flex;
    justify-content: center;
    padding: 2px;
}
.saved-search-item__actions img[data-v-583d45a3] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.saved-searches__more[data-v-583d45a3] {
    margin-top: 10px;
    align-self: flex-end;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-text);
}
@media (max-width: 1024px) {
.saved-searches[data-v-583d45a3] {
        width: 100%;
}
}


.steps-section[data-v-38e3212b] {
    width: min(939.6px, calc(100% - 32px));
    margin-top: 26px;
}
.steps-section__heading[data-v-38e3212b] {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}
.steps-section__heading h2[data-v-38e3212b] {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}
.steps-section__mascot[data-v-38e3212b] {
    width: 48px;
    height: 48px;
    margin-top: -10px;
    object-fit: contain;
}
.steps-bar[data-v-38e3212b] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(49px, auto));
    min-height: 104px;
    gap: 6px;
}
.steps-bar__item[data-v-38e3212b] {
    min-height: 41px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    background: transparent;
    color: var(--color-primary);
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.05;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}
.steps-bar__item[data-v-38e3212b]:hover {
    background: var(--color-primary);
    color: #fff;
}
.steps-bar__icon[data-v-38e3212b] {
    width: 20px;
    height: 19px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: filter .15s ease;
}
.steps-bar__item:hover .steps-bar__icon[data-v-38e3212b] {
    filter: brightness(0) invert(1);
}
@media (max-width: 760px) {
.steps-bar[data-v-38e3212b] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        min-height: 0;
}
}
@media (max-width: 420px) {
.steps-bar[data-v-38e3212b] {
        grid-template-columns: 1fr;
}
}


.property-card[data-v-f0387852] {
    background: var(--color-surface);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(31, 36, 48, .2);
    overflow: hidden;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.property-card[data-v-f0387852]:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-2px);
}
.card-media[data-v-f0387852] {
    position: relative;
    aspect-ratio: 1.45 / 1;
    background: var(--color-primary-light);
}
.card-image[data-v-f0387852] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sold-overlay[data-v-f0387852] {
    position: absolute;
    inset: 0;
    background: rgba(230, 230, 230, 0.55);
    pointer-events: none;
}
.project-ribbon[data-v-f0387852] {
    position: absolute;
    top: 13px;
    left: 0;
    min-width: 126px;
    padding: 4px 20px 4px 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
.project-ribbon img[data-v-f0387852],
.open-date img[data-v-f0387852] {
    width: auto;
    height: 13px;
    object-fit: contain;
}
.anniversary-badge[data-v-f0387852] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 31px;
    height: 31px;
    object-fit: contain;
}
.open-date[data-v-f0387852] {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 14px;
    background: #fff;
    color: var(--color-primary);
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    border: 1px solid var(--color-primary);
}
.tour-badges[data-v-f0387852] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111;
}
.tour-badges img[data-v-f0387852] {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.status-ribbon[data-v-f0387852] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.status-ribbon img[data-v-f0387852] {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.status-ribbon-sold[data-v-f0387852] {
    top: 42px;
    bottom: auto;
    pointer-events: none;
}
.card-body[data-v-f0387852] {
    padding: 12px 14px 11px;
    background: #fff;
}
.card-type[data-v-f0387852] {
    margin: 0 0 12px;
    font-size: 10px;
    color: #333;
}
.card-location[data-v-f0387852] {
    min-height: 34px;
    margin: 0 0 8px;
    color: #111;
    font-size: 13px;
    line-height: 1.25;
}
.card-price[data-v-f0387852] {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
.card-price-row[data-v-f0387852] {
    display: flex;
    align-items: center;
    gap: 7px;
}
.card-price-unit[data-v-f0387852] {
    padding: 0 7px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    color: #555;
    font-size: 12px;
    white-space: nowrap;
}
.price-change[data-v-f0387852] {
    font-size: 11px;
    white-space: nowrap;
}
.price-change.is-down[data-v-f0387852] { color: #16a318;
}
.price-change.is-up[data-v-f0387852] { color: #ff243c;
}
.property-icons[data-v-f0387852] {
    margin-left: auto;
}
.property-icons img[data-v-f0387852] {
    width: 13px;
    height: 13px;
    margin-bottom: 5px;
}
.card-properties-wrp[data-v-f0387852] {
    display: flex;
}
.card-meta[data-v-f0387852] {
    position: relative;
    margin: 10px 0 15px;
    color: #555;
    font-size: 11px;
    white-space: nowrap;
}
.country-flag[data-v-f0387852] {
    position: absolute;
    right: 0;
    width: 12px;
    height: 10px;
}
.card-actions[data-v-f0387852] {
    display: flex;
    justify-content: space-between;
    color: #111;
}
.card-actions a[data-v-f0387852] {
    min-width: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.card-actions img[data-v-f0387852] {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
.card-actions span[data-v-f0387852] {
    font-size: 7px;
    white-space: nowrap;
}


.section[data-v-2aa61e3c] {
    margin: 34px auto 0;
}
.section__header[data-v-2aa61e3c] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}
.section__icons[data-v-2aa61e3c] {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
}
.section__icon[data-v-2aa61e3c] {
    height: 24px;
    object-fit: contain;
}
.section__title[data-v-2aa61e3c] {
    color: #111;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}
.cards-grid[data-v-2aa61e3c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 18px;
}
.loading-placeholder[data-v-2aa61e3c] {
    padding: 30px;
    text-align: center;
    color: var(--color-muted);
    font-size: 13px;
}
@media (max-width: 1024px) {
.cards-grid[data-v-2aa61e3c] {
        grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 720px) {
.cards-grid[data-v-2aa61e3c] {
        grid-template-columns: 1fr;
}
}


.project-card[data-v-7a8d579c] {
    width: 100%;
    max-width: 300px;
    height: 454px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 11.5125px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.project-card[data-v-7a8d579c]:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-2px);
}
.card-media[data-v-7a8d579c] {
    position: relative;
    height: 245px;
    flex: 0 0 245px;
    background: var(--color-primary-light);
}
.card-image[data-v-7a8d579c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-ribbon[data-v-7a8d579c] {
    position: absolute;
    top: 14px;
    left: 0;
    width: 148px;
    min-height: 20px;
    padding: 3px 20px 3px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: var(--color-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
.project-ribbon img[data-v-7a8d579c],
.open-date img[data-v-7a8d579c] {
    width: auto;
    height: 13px;
    object-fit: contain;
}
.open-date[data-v-7a8d579c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 127px;
    min-height: 22px;
    padding: 3px 14px 3px 16px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    border: 1px solid var(--color-primary);
}
.tour-badges[data-v-7a8d579c] {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0;
    color: #111;
}
.tour-badges img[data-v-7a8d579c] {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.card-body[data-v-7a8d579c] {
    min-height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 13px 16px 16px;
}
.project-name[data-v-7a8d579c] {
    margin: 0 0 8px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.project-description[data-v-7a8d579c] {
    min-height: 32px;
    margin: 0 0 6px;
    color: #333;
    font-size: 13px;
    line-height: 16px;
}
.project-status[data-v-7a8d579c] {
    margin: 0 0 5px;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.project-range[data-v-7a8d579c] {
    margin: 0 0 5px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}
.card-meta[data-v-7a8d579c] {
    margin: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.card-actions[data-v-7a8d579c] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 44px;
    margin-top: auto;
    color: #111;
}
.card-actions a[data-v-7a8d579c] {
    min-width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.card-actions img[data-v-7a8d579c] {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
.card-actions span[data-v-7a8d579c] {
    font-size: 8px;
    line-height: 10px;
    white-space: nowrap;
}
@media (max-width: 720px) {
.project-card[data-v-7a8d579c] {
        margin-inline: auto;
}
}


.section[data-v-b7b083ea] {
    margin: 34px auto 0;
}
.section__header[data-v-b7b083ea] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 22px;
}
.section__icon[data-v-b7b083ea] {
    height: 24px;
    object-fit: contain;
    flex: 0 0 auto;
}
.section__title[data-v-b7b083ea] {
    color: #111;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}
.section__meta[data-v-b7b083ea] {
    display: flex;
    gap: 18px;
    margin-top: 1px;
    color: #444;
    font-size: 12px;
}
.section__meta a[data-v-b7b083ea] {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cards-grid[data-v-b7b083ea] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.loading-placeholder[data-v-b7b083ea] {
    padding: 30px;
    text-align: center;
    color: var(--color-muted);
    font-size: 13px;
}
@media (max-width: 1024px) {
.cards-grid[data-v-b7b083ea] {
        grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 720px) {
.cards-grid[data-v-b7b083ea] {
        grid-template-columns: 1fr;
}
}


.ad-banner[data-v-c3d326d4] {
    min-height: 171px;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 7px;
    background: #dedede;
    color: #111;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
@media (max-width: 720px) {
.ad-banner[data-v-c3d326d4] {
        min-height: 130px;
        font-size: 18px;
}
}


.site-footer[data-v-10fb7298] {
    margin-top: 56px;
    padding: 39px 0 20px;
    background: #fcf9ff;
    box-shadow: 0 -5px 13px rgba(31, 36, 48, .1);
}
.site-footer__inner[data-v-10fb7298] {
    width: min(816px, calc(100% - 32px));
}
.footer-contacts[data-v-10fb7298],
.footer-content[data-v-10fb7298] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 36px;
}
.footer-contacts[data-v-10fb7298] {
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--color-primary);
    font-size: 14px;
}
.footer-contacts > a[data-v-10fb7298] {
    display: flex;
    align-items: center;
    gap: 7px;
}
.footer-contacts > a .icon[data-v-10fb7298] {
    color: var(--color-primary);
}
.footer-contacts > a[data-v-10fb7298]:nth-child(2) {
    justify-self: center;
}
.footer-social[data-v-10fb7298] {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 7px;
}
.footer-social a[data-v-10fb7298] {
    width: 15px;
    height: 17px;
    color: var(--color-primary);
}
.footer-social svg[data-v-10fb7298] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.footer-social a:first-child svg[data-v-10fb7298] {
    fill: currentColor;
    stroke: none;
}
.footer-content[data-v-10fb7298] {
    padding-top: 23px;
    color: #171717;
    font-size: 14px;
    line-height: 1.45;
}
.working-hours[data-v-10fb7298],
.footer-links[data-v-10fb7298] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.working-hours strong[data-v-10fb7298] {
    font-weight: 500;
}
.footer-links[data-v-10fb7298]:nth-of-type(1) {
    justify-self: center;
    width: 92px;
}
.footer-links[data-v-10fb7298]:nth-of-type(2) {
    justify-self: end;
    width: 140px;
}
.site-footer__copyright[data-v-10fb7298] {
    margin: 22px 0 0;
    color: #555;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 640px) {
.footer-contacts[data-v-10fb7298],
    .footer-content[data-v-10fb7298] {
        grid-template-columns: 1fr;
        gap: 18px;
}
.footer-contacts > a[data-v-10fb7298]:nth-child(2),
    .footer-social[data-v-10fb7298],
    .footer-links[data-v-10fb7298]:nth-of-type(1),
    .footer-links[data-v-10fb7298]:nth-of-type(2) {
        justify-self: start;
}
}


.floating-actions__feedback[data-v-f4d39800] {
    position: fixed;
    z-index: 40;
    top: 20%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 120px;
    border: 1px solid var(--color-primary);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #fff;
    color: #171717;
    font-size: 11px;
    line-height: 1;
    writing-mode: vertical-rl;
}
.floating-actions__buttons[data-v-f4d39800] {
    position: fixed;
    z-index: 40;
    right: max(16px, env(safe-area-inset-right));
    bottom: calc(60px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.floating-actions__button[data-v-f4d39800] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 1px 5px rgba(31, 36, 48, .2);
    cursor: pointer;
}
.floating-actions__arrow[data-v-f4d39800] {
    transform: rotate(180deg);
}
.floating-actions__feedback[data-v-f4d39800]:hover,
.floating-actions__button[data-v-f4d39800]:hover {
    background: #f5eafa;
}
.floating-actions__feedback[data-v-f4d39800]:focus-visible,
.floating-actions__button[data-v-f4d39800]:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 3px;
}
@media (pointer: coarse) {
.floating-actions__button[data-v-f4d39800] {
        width: 44px;
        height: 44px;
}
.floating-actions__feedback[data-v-f4d39800] {
        width: 44px;
}
}


.search-row[data-v-b7d55078] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 8px;
    background: rgba(138, 13, 183, 0.1);
}
@media (max-width: 1024px) {
.search-row[data-v-b7d55078] {
        flex-direction: column;
}
}

