/* Loaded last: final product styling and runtime-specific corrections. */
:root[data-theme="light"] {
    --color-bg: #fbfaf6;
    --color-surface: #fffefa;
    --color-surface-muted: #f6f3ec;
    --color-surface-strong: #ece8de;
    --color-border: #e7e2d8;
    --color-border-strong: #c9c2b6;
}

@media (prefers-color-scheme: light) {
    :root[data-theme="system"] {
        --color-bg: #fbfaf6;
        --color-surface: #fffefa;
        --color-surface-muted: #f6f3ec;
        --color-surface-strong: #ece8de;
        --color-border: #e7e2d8;
        --color-border-strong: #c9c2b6;
    }
}

html,
body {
    font-family: "Segoe UI Variable Text", "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

.brand-logo__mark {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
}

.brand-logo__mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-logo {
    min-width: 38px;
}

h1 {
    font-weight: 650;
    letter-spacing: 0;
}

.page-heading h1 {
    max-width: 48ch;
    font-size: 2.12rem;
    line-height: 1.1;
}

.page-heading--catalog h1 {
    max-width: 56ch;
    font-size: clamp(1.7rem, 1.25rem + 1.35vw, 2.16rem);
    line-height: 1.12;
}

h2 {
    font-weight: 620;
    letter-spacing: -0.025em;
}

h3,
.listing-card__title {
    font-weight: 600;
}

.button {
    font-weight: 600;
}

.navigation-link,
.region-control,
.category-card__name,
.section-heading > a,
.listing-card__media-counts span {
    font-weight: 560;
}

.site-header {
    background: color-mix(in srgb, var(--color-surface) 91%, transparent);
}

.category-control {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: 15px;
    background: var(--color-surface-muted);
    color: var(--color-text);
    text-decoration: none;
}

.language-switcher {
    --language-switch-active: 0;
    position: relative;
    isolation: isolate;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 78px;
    min-height: 42px;
    padding: 4px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-surface-muted) 88%, var(--color-primary-soft));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 74%), 0 10px 22px rgb(25 22 15 / 6%);
}

.language-switcher::before {
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 4px;
    width: calc((100% - 8px) / 2);
    height: calc(100% - 8px);
    border-radius: inherit;
    background: var(--color-surface);
    box-shadow: 0 7px 16px rgb(25 22 15 / 10%);
    content: "";
    transform: translateX(calc(var(--language-switch-active) * 100%));
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1), background-color 180ms ease, box-shadow 180ms ease;
}

.language-switcher--ua {
    --language-switch-active: 1;
}

.language-switcher a {
    z-index: 1;
    display: grid;
    min-height: 34px;
    place-items: center;
    border-radius: 999px;
    color: var(--color-muted);
    font-size: .73rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.language-switcher a:hover {
    transform: translateY(-1px);
}

.language-switcher a[aria-current="page"] {
    color: var(--color-primary);
}

.site-navigation .language-switcher--desktop {
    flex: 0 0 auto;
    margin-inline: 0 2px;
}

.site-header__tools .language-switcher--mobile {
    display: none;
}

[data-theme="dark"] .language-switcher {
    background: color-mix(in srgb, var(--color-surface-muted) 84%, var(--color-primary));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 12px 24px rgb(0 0 0 / 18%);
}

[data-theme="dark"] .language-switcher::before {
    background: color-mix(in srgb, var(--color-surface) 92%, var(--color-primary-soft));
}

.category-card {
    --category-accent: #6557ec;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.category-card::after {
    position: absolute;
    z-index: -1;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--category-accent);
    content: "";
    filter: blur(38px);
    opacity: 0;
    pointer-events: none;
    right: -24px;
    top: -30px;
    transition: opacity 180ms ease;
}

.category-card:hover::after {
    opacity: 0.1;
}

.category-card__icon {
    border-color: color-mix(in srgb, var(--category-accent) 18%, var(--color-border));
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--category-accent) 7%, var(--color-surface)),
        color-mix(in srgb, var(--category-accent) 14%, var(--color-surface))
    );
    color: var(--category-accent);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.category-card__icon .icon {
    width: 23px;
    height: 23px;
    stroke-width: 1.65;
}

.category-card:hover .category-card__icon {
    box-shadow: 0 9px 22px color-mix(in srgb, var(--category-accent) 17%, transparent);
    transform: translateY(-1px) rotate(-2deg);
}

.category-card:hover {
    border-color: color-mix(in srgb, var(--category-accent) 34%, var(--color-border));
    color: var(--color-text);
    box-shadow: 0 15px 34px color-mix(in srgb, var(--category-accent) 10%, transparent);
}

.category-card--blue {
    --category-accent: #3976d9;
}

.category-card--amber {
    --category-accent: #b87519;
}

.category-card--rose {
    --category-accent: #c55275;
}

.category-card--cyan {
    --category-accent: #1686a0;
}

.category-card--violet {
    --category-accent: #7151d6;
}

.category-card--indigo {
    --category-accent: #5368d9;
}

.category-card--orange {
    --category-accent: #c8672d;
}

.category-card--red {
    --category-accent: #c94e4e;
}

.category-card--pink {
    --category-accent: #c24891;
}

.category-card--emerald {
    --category-accent: #23815f;
}

.category-card--slate {
    --category-accent: #5d7187;
}

.home-hero {
    border-color: rgb(255 255 255 / 36%);
    background:
        radial-gradient(circle at 78% 14%, rgb(141 129 220 / 22%), transparent 38%),
        linear-gradient(130deg, #303548 0%, #3d4164 52%, #6656b3 100%);
    box-shadow: 0 22px 58px rgb(45 42 75 / 14%);
}

.home-hero--compact {
    min-height: 350px;
    justify-content: center;
}

.home-hero__content {
    width: min(100%, 900px);
    margin-inline: auto;
    text-align: center;
    transform: translateY(-12px);
}

.home-hero h1,
.home-hero__title {
    max-width: 38ch;
    margin-inline: auto;
    margin-bottom: 18px;
    font-size: 2.04rem;
    font-weight: 590;
    line-height: 1.09;
    letter-spacing: 0;
}

.home-hero__lead,
.home-search {
    margin-inline: auto;
}

.home-hero__lead {
    max-width: 62ch;
    margin-top: 14px;
    color: rgb(255 255 255 / 78%);
    font-size: clamp(0.96rem, 0.9rem + 0.2vw, 1.08rem);
    line-height: 1.6;
}

.home-hero__lead--rich > :first-child {
    margin-top: 0;
}

.home-hero__lead--rich > :last-child {
    margin-bottom: 0;
}

.home-search {
    max-width: 820px;
    box-shadow: 0 18px 44px rgb(18 22 45 / 20%);
}

.home-service-links {
    display: flex;
    max-width: 820px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px auto 0;
}

.home-service-links__label {
    color: rgb(255 255 255 / 68%);
    font-size: 0.78rem;
    font-weight: 620;
}

.home-service-links a {
    display: inline-flex;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 999px;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 560;
    line-height: 1.15;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-service-links a:hover {
    border-color: rgb(255 255 255 / 38%);
    background: rgb(255 255 255 / 16%);
    transform: translateY(-1px);
}

.home-search .button,
.header-search__submit {
    border: 1px solid color-mix(in srgb, var(--color-border-strong) 72%, transparent);
    background: color-mix(in srgb, var(--color-surface) 92%, var(--color-primary-soft));
    color: var(--color-text);
    box-shadow: 0 3px 10px rgb(29 27 42 / 8%);
}

.home-search .button:hover,
.header-search__submit:hover {
    border-color: color-mix(in srgb, var(--color-primary) 32%, var(--color-border));
    background: var(--color-surface);
    color: var(--color-primary);
    box-shadow: 0 5px 16px rgb(29 27 42 / 11%);
    transform: translateY(-1px);
}

.site-navigation__add {
    min-height: 44px;
    gap: 8px;
    padding-inline: 17px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 13px;
    background: linear-gradient(135deg, #6254ed, #4b43d7);
    box-shadow: 0 8px 20px rgb(85 71 232 / 18%);
    font-weight: 570;
}

.site-navigation__add .icon {
    width: 17px;
    height: 17px;
}

.site-navigation__add:hover {
    background: linear-gradient(135deg, #6c5ff2, #5148dd);
    box-shadow: 0 11px 24px rgb(85 71 232 / 23%);
    transform: translateY(-1px);
}

.listing-card__services a,
.listing-card__service--current,
.listing-card__attributes > span {
    min-height: 28px;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--color-surface-muted) 88%, var(--color-surface));
    color: var(--color-text-muted);
    font-weight: 480;
    line-height: 1.2;
    text-align: center;
}

.listing-card__price {
    font-weight: 650;
}

.listing-card__vip-sticker {
    position: absolute;
    z-index: 4;
    top: 12px;
    left: 12px;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgb(255 255 255 / 78%);
    border-radius: 999px;
    background: linear-gradient(135deg, #e5484d 0%, #c92d38 100%);
    color: #fff;
    box-shadow: 0 5px 16px rgb(154 25 38 / 28%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.08em;
}

.listing-card__badges .badge--promotion {
    display: none;
}

.listing-card__attributes {
    display: flex;
    min-height: 27px;
    flex-wrap: wrap;
    gap: 6px;
    overflow: hidden;
}

.listing-card__attributes > span {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 4px;
    padding: 5px 9px;
    overflow: hidden;
    border-radius: 999px;
    font-size: 0.72rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-card__attributes small {
    color: var(--color-text-muted);
    font: inherit;
}

.user-navigation__contact {
    border-color: color-mix(in srgb, #14b8a6 24%, var(--color-border));
    background: color-mix(in srgb, #dffaf4 62%, var(--color-surface));
    color: #0f766e !important;
}

.user-navigation__contact:hover {
    border-color: color-mix(in srgb, #14b8a6 42%, var(--color-border));
}

.listing-featured-panel {
    width: fit-content;
    max-width: 100%;
    padding: 22px;
    margin-bottom: 30px;
    border: 1px solid color-mix(in srgb, #c79a42 40%, var(--color-border));
    border-radius: 26px;
    background: linear-gradient(135deg, var(--color-surface) 0%, color-mix(in srgb, #f4e7c9 52%, var(--color-surface)) 100%);
    box-shadow: 0 16px 42px rgb(95 70 24 / 7%);
}

.listing-featured-panel__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.listing-featured-panel__heading h2 {
    margin: 0;
    font-size: clamp(1.2rem, 1rem + 0.6vw, 1.55rem);
    font-weight: 600;
}

.listing-featured-panel__eyebrow {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #272330;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.09em;
}

.listing-featured-panel .listing-grid--featured {
    width: max-content;
    max-width: 100%;
    grid-template-columns: repeat(var(--vip-columns, 1), minmax(280px, 315px));
}

.listing-grid--service {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    justify-content: stretch;
}


@media (max-width: 767px) {
    .listing-grid--service {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }
}
.seo-footer--service .seo-footer__content {
    max-width: 92ch;
}

.seo-footer .seo-footer__content {
    width: min(100% - 48px, var(--container-width));
    max-width: var(--container-width);
    max-height: 360px;
    padding-right: 12px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.seo-footer .seo-footer__content > :first-child {
    margin-top: 0;
}

.seo-footer .seo-footer__content > :last-child {
    margin-bottom: 0;
}

.listing-card--vip {
    border-color: color-mix(in srgb, #c79a42 42%, var(--color-border));
}

.listing-card--marked {
    background: linear-gradient(155deg, var(--color-surface) 0%, color-mix(in srgb, #f6e8c8 36%, var(--color-surface)) 100%);
}

.site-footer__preferences > span,
.site-footer__languages > span {
    font-size: 0.78rem;
    font-weight: 560;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.theme-switcher {
    display: inline-grid;
    width: max-content;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    padding: 4px;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface-muted);
}

.theme-switcher button {
    min-width: 72px;
    min-height: 36px;
    padding: 7px 11px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--color-text-muted);
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 520;
}

.theme-switcher button:hover,
.theme-switcher button.is-active {
    background: var(--color-surface);
    color: var(--color-text);
    box-shadow: 0 1px 5px rgb(53 45 31 / 10%);
}

.site-footer__languages ul {
    gap: 6px;
}

.site-footer__languages a {
    display: grid;
    min-width: 42px;
    min-height: 38px;
    place-items: center;
    padding: 6px 10px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-surface-muted);
    color: var(--color-text-muted);
    font-size: 0.82rem;
    font-weight: 560;
    text-decoration: none;
}

.site-footer__languages a:hover,
.site-footer__languages a[aria-current="page"] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    color: var(--color-primary);
}

.site-footer__grid {
    grid-template-columns: minmax(220px, 1fr) minmax(170px, auto) minmax(230px, auto);
}

.appearance-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    gap: 10px;
}

.appearance-control {
    display: grid;
    width: auto;
    min-width: 0;
    gap: 7px;
}

.appearance-control > span {
    color: var(--color-text-muted);
    font-size: 0.72rem;
    font-weight: 560;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.appearance-control--language ul {
    display: grid;
    width: max-content;
    grid-template-columns: repeat(2, minmax(52px, 1fr));
    gap: 4px;
    padding: 4px;
    margin: 0;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface-muted);
    list-style: none;
}

.appearance-control--language a {
    display: grid;
    min-width: 58px;
    min-height: 36px;
    place-items: center;
    padding: 7px 9px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--color-text-muted);
    font-size: 0.82rem;
    font-weight: 520;
    text-decoration: none;
}

.appearance-control--language a:hover,
.appearance-control--language a[aria-current="page"] {
    background: var(--color-surface);
    color: var(--color-primary);
    box-shadow: 0 1px 5px rgb(53 45 31 / 10%);
}

.appearance-controls--account {
    width: min(calc(100% - 32px), var(--container-width));
    margin: 12px auto 0;
    padding: 14px 16px;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.appearance-controls--footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}

.user-navigation__appearance {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.user-navigation__appearance .appearance-controls--account {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.user-navigation__appearance .appearance-control > span {
    display: none;
}

.user-navigation__appearance .appearance-controls {
    gap: 8px;
}

.user-navigation__appearance .theme-switcher button,
.user-navigation__appearance .appearance-control--language a {
    min-width: 48px;
    min-height: 34px;
    font-size: 0.75rem;
}

.user-navigation__mobile-appearance {
    display: none;
}

.region-dialog__actions--top {
    justify-content: space-between;
    margin: 4px 0 14px;
}

.region-dialog__all {
    min-width: 150px;
}

.region-dialog__search {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.region-dialog__search .icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 18px;
    height: 18px;
    color: var(--color-text-muted);
    pointer-events: none;
    transform: translateY(-50%);
}

.region-dialog__search input {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px 12px 46px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface);
    color: var(--color-text);
    font: inherit;
}

.region-dialog__search input:focus {
    border-color: var(--color-primary);
    outline: 3px solid color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.region-dialog__empty {
    padding: 12px 14px;
    margin: 0 0 12px;
    border: 1px dashed var(--color-border);
    border-radius: 14px;
    color: var(--color-text-muted);
}

.region-dialog__list {
    max-height: min(56vh, 560px);
    padding-right: 6px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

:root[data-theme="dark"] .user-navigation__contact {
    border-color: color-mix(in srgb, #5eead4 28%, var(--color-border));
    background: color-mix(in srgb, #134e4a 34%, var(--color-surface));
    color: #5eead4 !important;
}

.video-upload__preview,
.video-upload__player,
.video-upload__progress {
    margin-right: auto;
    margin-left: auto;
}

.video-upload__actions {
    justify-content: center;
}

.contact-card__avatar {
    overflow: hidden;
}

.contact-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion-launcher {
    display: grid;
    gap: 18px;
    padding: 22px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--color-primary) 17%, var(--color-border));
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgb(118 86 232 / 13%), transparent 42%),
        linear-gradient(145deg, var(--color-surface), color-mix(in srgb, var(--color-primary-soft) 34%, var(--color-surface)));
    box-shadow: 0 12px 30px rgb(48 42 83 / 7%);
}

.promotion-launcher__eyebrow,
.promotion-dialog__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--color-primary);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promotion-launcher h2 {
    margin: 0;
    font-size: 1.18rem;
}

.promotion-launcher p {
    margin: 7px 0 0;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.promotion-launcher__button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #292536, #5547e8);
    color: #fff;
    box-shadow: 0 10px 24px rgb(62 51 169 / 20%);
}

.promotion-dialog {
    width: min(920px, calc(100% - 32px));
    max-height: min(90vh, 820px);
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: var(--color-surface);
    color: var(--color-text);
    box-shadow: 0 30px 90px rgb(20 18 31 / 32%);
}

.promotion-dialog::backdrop {
    background: rgb(20 18 31 / 54%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.promotion-dialog__shell {
    max-height: min(90vh, 820px);
    overflow: auto;
}

.promotion-dialog__header {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 28px 20px;
    border-bottom: 1px solid var(--color-border);
    background: color-mix(in srgb, var(--color-surface) 92%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.promotion-dialog__header > div {
    flex: 1 1 auto;
    text-align: center;
}

.promotion-dialog__header h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.promotion-dialog__header p {
    max-width: 62ch;
    margin: 7px auto 0;
    color: var(--color-text-muted);
}

.promotion-dialog__close {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface-muted);
    color: var(--color-text);
    cursor: pointer;
    font: inherit;
    font-size: 1.6rem;
    line-height: 1;
}

.promotion-dialog__intro {
    padding: 26px 28px 30px;
    text-align: center;
}

.promotion-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.promotion-service {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    background: var(--color-surface);
    color: var(--color-text);
    text-decoration: none;
    box-shadow: 0 8px 22px rgb(31 28 47 / 5%);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.promotion-service:hover {
    border-color: color-mix(in srgb, var(--color-primary) 42%, var(--color-border));
    box-shadow: 0 14px 34px rgb(53 43 128 / 12%);
    transform: translateY(-2px);
}

.promotion-service__icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 16px;
    background: var(--color-primary-soft);
    color: var(--color-primary);
}

.promotion-service--m .promotion-service__icon {
    background: #fff0dc;
    color: #bd651d;
}

.promotion-service--r .promotion-service__icon {
    background: #e5f6ed;
    color: #15734c;
}

.promotion-service--b .promotion-service__icon {
    background: #eeeaff;
    color: #5b43cf;
}

.promotion-service--e .promotion-service__icon {
    background: #e7f3ff;
    color: #2368a8;
}

.promotion-service__content {
    display: grid;
    gap: 5px;
}

.promotion-service__content strong {
    font-size: 1rem;
    font-weight: 620;
}

.promotion-service__content small {
    color: var(--color-text-muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.promotion-service__arrow {
    color: var(--color-text-muted);
}

.promotion-dialog__frame-wrap {
    padding: 18px 22px 24px;
}

.promotion-dialog__frame-wrap[hidden] {
    display: none;
}

.promotion-dialog__frame {
    width: 100%;
    min-height: 620px;
    margin-top: 14px;
    border: 0;
    border-radius: 18px;
    background: var(--color-surface-muted);
}

.service-popup {
    background: var(--color-surface);
}

.service-popup__main {
    width: min(100%, 760px);
    padding: 24px;
}

.service-popup .form-card {
    padding: 24px;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgb(31 28 47 / 7%);
    text-align: center;
}

.service-popup .form-card__header {
    margin-bottom: 16px;
}

.service-popup .form-card__header h1 {
    display: -webkit-box;
    max-width: 46ch;
    margin-inline: auto;
    overflow: hidden;
    color: var(--color-text-muted);
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.service-popup .service-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
}

.service-popup .service-tabs .button,
.service-popup .service-packages .button {
    min-height: 48px;
    border-radius: 14px;
    white-space: normal;
}

.service-popup .service-packages {
    width: min(100%, 620px);
    margin: 24px auto 4px;
    padding: 14px;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--color-primary) 14%, var(--color-border));
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0, color-mix(in srgb, var(--color-primary-soft) 46%, transparent) 0, transparent 55%),
        linear-gradient(135deg, color-mix(in srgb, var(--color-primary-soft) 28%, var(--color-surface)) 0%, var(--color-surface) 100%);
    box-shadow: 0 16px 42px rgb(31 28 47 / 7%);
}

.service-popup .service-packages .button {
    flex: 1 1 180px;
    max-width: 240px;
    justify-content: center;
    text-align: center;
    border-color: color-mix(in srgb, var(--color-primary) 18%, var(--color-border));
    background: color-mix(in srgb, var(--color-surface) 92%, var(--color-primary-soft));
    color: var(--color-primary);
    box-shadow: 0 8px 20px rgb(85 71 232 / 8%);
}

.service-popup .service-packages .button:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-1px);
}

.service-popup .billing-list__item {
    padding: 16px;
    border-radius: 16px;
    transition: border-color 160ms ease, transform 160ms ease;
}

.service-popup .billing-list__item:hover {
    border-color: var(--color-primary);
    transform: translateY(-1px);
}

.page-main--contact {
    width: min(100%, 780px);
    margin-inline: auto;
}

.contact-page__header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.contact-page__icon {
    display: grid;
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--color-primary-soft), color-mix(in srgb, var(--color-primary) 18%, var(--color-surface)));
    color: var(--color-primary);
    box-shadow: 0 10px 26px rgb(85 71 232 / 13%);
}

.contact-page__icon .icon {
    width: 26px;
    height: 26px;
}

.contact-page__eyebrow {
    color: var(--color-primary);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-page__header h1 {
    margin: 3px 0 5px;
    font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.contact-page__header p {
    max-width: 58ch;
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.contact-page__telegram {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 22%, var(--color-border));
    border-radius: 18px;
    margin: -4px 0 18px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 10%, var(--color-surface)), var(--color-surface));
    color: var(--color-text);
}

.contact-page__telegram strong {
    font-weight: 680;
}

.contact-page__telegram span {
    color: var(--color-text-muted);
}

.contact-page__telegram a {
    color: var(--color-primary);
    font-weight: 720;
    text-decoration: none;
}

.home-section--categories {
    scroll-margin-top: 156px;
}


.contact_form {
    position: relative;
    padding: clamp(22px, 4vw, 36px);
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgb(118 86 232 / 9%), transparent 34%),
        var(--color-surface);
    box-shadow: 0 20px 58px rgb(43 37 67 / 9%);
}

.contact_form::before {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgb(85 71 232 / 7%);
    content: "";
    filter: blur(42px);
    pointer-events: none;
    right: -55px;
    top: -70px;
}

.contact_form .form-horizontal {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact_form .form-group {
    display: grid;
    min-width: 0;
    gap: 8px;
    margin: 0;
}

.contact_form .form-group:nth-child(n + 3) {
    grid-column: 1 / -1;
}

.contact_form label {
    color: var(--color-text);
    font-size: 0.88rem;
    font-weight: 600;
}

.contact_form .form-control {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    outline: 0;
    background: color-mix(in srgb, var(--color-surface) 92%, var(--color-surface-muted));
    color: var(--color-text);
    font: inherit;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact_form textarea.form-control {
    min-height: 170px;
    resize: vertical;
}

.contact_form .form-control:focus {
    border-color: color-mix(in srgb, var(--color-primary) 65%, var(--color-border));
    background: var(--color-surface);
    box-shadow: 0 0 0 4px rgb(85 71 232 / 10%);
}

.contact_form .btn-primary {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #6557ec, #4939d6);
    color: #fff;
    box-shadow: 0 10px 24px rgb(85 71 232 / 22%);
    cursor: pointer;
    font: inherit;
    font-weight: 620;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.contact_form .btn-primary:hover {
    box-shadow: 0 14px 30px rgb(85 71 232 / 28%);
    transform: translateY(-1px);
}

.contact_form .fa {
    display: none;
}

.contact_form .alert {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface-muted);
}

.contact_form .alert-success {
    border-color: rgb(16 185 129 / 25%);
    background: rgb(16 185 129 / 8%);
    color: color-mix(in srgb, #08734e 82%, var(--color-text));
}

.contact_form .alert-danger {
    border-color: rgb(220 38 38 / 24%);
    background: rgb(220 38 38 / 7%);
    color: color-mix(in srgb, #b42318 84%, var(--color-text));
}

.sort-form,
.sort-form .select-control {
    min-width: 0;
    max-width: 100%;
}

.category-grid + .results-toolbar,
.category-browser + .results-toolbar {
    margin-top: 28px;
}

.filter-toggle span {
    display: inline;
}

.sort-form .select-control,
.sort-form .select-control option {
    font-size: 0.875rem;
}

:root[data-theme="dark"] .results-toolbar {
    border-color: rgb(89 101 116 / 72%);
    background:
        linear-gradient(135deg, rgb(32 36 42 / 92%), rgb(24 27 31 / 86%));
    box-shadow: 0 18px 42px rgb(0 0 0 / 24%);
}

:root[data-theme="dark"] .results-toolbar__count,
:root[data-theme="dark"] .results-summary,
:root[data-theme="dark"] .sort-form label {
    color: var(--color-text-muted);
}

:root[data-theme="dark"] .sort-form .select-control {
    border-color: rgb(89 101 116 / 72%);
    background-color: var(--color-surface-muted);
    color: var(--color-text);
}

:root[data-theme="dark"] .sort-form .select-control option {
    background-color: var(--color-surface);
    color: var(--color-text);
}

:root[data-theme="dark"] .timing-frame {
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface-muted);
    color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
    :root[data-theme="system"] .results-toolbar {
        border-color: rgb(89 101 116 / 72%);
        background:
            linear-gradient(135deg, rgb(32 36 42 / 92%), rgb(24 27 31 / 86%));
        box-shadow: 0 18px 42px rgb(0 0 0 / 24%);
    }

    :root[data-theme="system"] .results-toolbar__count,
    :root[data-theme="system"] .results-summary,
    :root[data-theme="system"] .sort-form label {
        color: var(--color-text-muted);
    }

    :root[data-theme="system"] .sort-form .select-control {
        border-color: rgb(89 101 116 / 72%);
        background-color: var(--color-surface-muted);
        color: var(--color-text);
    }

    :root[data-theme="system"] .sort-form .select-control option {
        background-color: var(--color-surface);
        color: var(--color-text);
    }

    :root[data-theme="system"] .timing-frame {
        overflow: hidden;
        border: 1px solid var(--color-border);
        border-radius: 14px;
        background: var(--color-surface-muted);
        color-scheme: dark;
    }
}

@media (max-width: 1023px) {
    .listing-featured-panel {
        width: 100%;
    }

    .listing-featured-panel .listing-grid--featured {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .site-header__inner {
        display: none;
    }

    .site-header__tools {
        grid-template-columns: 70px 42px minmax(0, 1fr);
        gap: 6px;
        padding-block: 8px;
    }

    .site-header__tools .language-switcher--mobile {
        display: inline-grid;
        width: 70px;
    }

    .category-control {
        display: inline-flex;
        width: 42px;
        height: 42px;
        border: 0;
        background: transparent;
    }

    .region-control {
        width: 42px;
        min-height: 42px;
        justify-content: center;
        padding: 0;
    }

    .region-control__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .header-search__input {
        height: 42px;
        padding-right: 46px;
    }

    .header-search__icon {
        top: 9px;
    }

    .header-search__submit {
        top: 3px;
        right: 3px;
        width: 36px;
        min-width: 36px;
        min-height: 36px;
        padding: 0;
        border-radius: 12px;
    }

    .header-search__submit span {
        display: none;
    }

    .header-search__submit-icon {
        display: block;
    }

    .home-hero {
        padding: 30px 18px;
    }

    .home-hero--compact {
        min-height: 300px;
    }

    .home-hero h1,
    .home-hero__title {
        max-width: 26ch;
        margin-bottom: 16px;
        font-size: 1.26rem;
        font-weight: 580;
        line-height: 1.14;
    }

    .home-hero__content {
        transform: translateY(-14px);
    }

    .home-service-links {
        gap: 6px;
        margin-top: 12px;
    }

    .home-service-links__label {
        width: 100%;
        font-size: 0.72rem;
    }

    .home-service-links a {
        min-height: 28px;
        padding: 5px 9px;
        font-size: 0.72rem;
    }

    .page-heading h1 {
        max-width: 100%;
        font-size: 1.38rem;
        line-height: 1.14;
        letter-spacing: 0;
    }

    .page-heading--catalog h1 {
        font-size: clamp(1.3rem, 5.2vw, 1.62rem);
        line-height: 1.16;
    }

    .brand-logo__mark {
        width: 34px;
        height: 34px;
    }

    .home-hero__add {
        display: none;
    }

    .listing-card__body {
        display: grid !important;
        min-height: 174px;
        visibility: visible;
        opacity: 1;
    }

    .listing-grid:not(.listing-grid--featured) > .listing-card {
        height: auto !important;
        grid-template-rows: auto auto !important;
    }

    .listing-grid:not(.listing-grid--featured) > .listing-card > .listing-card__body {
        position: relative !important;
        z-index: 1;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .listing-card__services,
    .listing-card__attributes {
        flex-wrap: nowrap;
    }

    .listing-featured-panel {
        padding: 14px;
        margin-inline: -4px;
        border-radius: 22px;
    }

    .listing-featured-panel .listing-grid--featured {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .mobile-navigation > a:nth-child(3) {
        width: 58px;
        min-width: 58px;
        height: 58px;
        align-self: center;
        justify-self: center;
        padding: 0;
        border-radius: 19px;
    }

    .mobile-navigation > a:nth-child(3) .icon {
        width: 25px;
        height: 25px;
        margin: 0;
    }

    .theme-switcher {
        width: 100%;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .appearance-controls {
        justify-content: stretch;
        gap: 8px;
    }

    .appearance-control {
        flex: 1 1 0;
    }

    .appearance-control--language ul {
        width: 100%;
    }

    .appearance-controls--account {
        width: calc(100% - 40px);
        margin-top: 10px;
        padding: 12px;
    }

    .user-navigation__appearance {
        display: none;
    }

    .user-navigation__mobile-appearance {
        display: block;
    }

    .appearance-controls--footer {
        flex-direction: row;
    }

    .region-dialog__actions--top {
        gap: 8px;
    }

    .region-dialog__actions--top .button {
        flex: 1 1 0;
        min-width: 0;
    }

    .region-dialog__list {
        max-height: min(54vh, 460px);
    }

    .theme-switcher button,
    .appearance-control--language a {
        padding-inline: 6px;
        font-size: 0.75rem;
    }

    .promotion-launcher {
        padding: 18px;
    }

    .promotion-dialog {
        width: calc(100% - 16px);
        max-height: calc(100dvh - 16px);
        border-radius: 22px;
    }

    .promotion-dialog__shell {
        max-height: calc(100dvh - 16px);
    }

    .promotion-dialog__header {
        padding: 20px 18px 16px;
    }

    .promotion-dialog__header p {
        font-size: 0.86rem;
    }

    .promotion-dialog__intro {
        padding: 18px;
    }

    .promotion-service-grid,
    .service-popup .service-tabs {
        grid-template-columns: 1fr;
    }

    .promotion-service {
        min-height: 98px;
        padding: 15px;
    }

    .promotion-dialog__frame-wrap {
        padding: 14px;
    }

    .promotion-dialog__frame {
        min-height: calc(100dvh - 190px);
    }

    .service-popup__main {
        padding: 12px;
    }

    .service-popup .form-card {
        padding: 18px;
    }

    .service-popup .form-card__header {
        margin-bottom: 14px;
    }

    .service-popup .form-card__header h1 {
        font-size: 0.9rem;
        line-height: 1.3;
        text-align: center;
    }

    .service-popup .service-packages {
        padding: 10px;
        border-radius: 18px;
    }

    .service-popup .service-packages .button {
        max-width: none;
    }

    .contact-page__header {
        align-items: flex-start;
        gap: 13px;
        margin-bottom: 16px;
    }

    .contact-page__icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .contact-page__icon .icon {
        width: 22px;
        height: 22px;
    }

    .contact-page__header h1 {
        font-size: 1.75rem;
    }

    .contact-page__header p {
        font-size: 0.86rem;
    }

    .contact-page__telegram {
        display: grid;
        gap: 4px;
        padding: 13px 14px;
        border-radius: 16px;
        margin-bottom: 16px;
        font-size: 0.88rem;
    }

    .contact_form {
        padding: 18px;
        border-radius: 22px;
    }

    .contact_form .form-horizontal {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact_form .form-group {
        grid-column: 1 !important;
    }

    .contact_form .btn-primary {
        width: 100%;
    }

    .results-toolbar,
    .results-toolbar__controls,
    .sort-form,
    .sort-form .select-control {
        min-width: 0;
        max-width: 100%;
    }

    .results-toolbar {
        gap: 14px;
    }

    .results-toolbar__controls {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .filter-toggle {
        gap: 7px;
        padding-inline: 12px;
    }

    .filter-toggle span {
        display: inline;
        font-size: 0.875rem;
    }

    .sort-form {
        width: 100%;
    }

    .seo-footer {
        padding-block: 26px;
    }

    .seo-footer .seo-footer__content {
        width: calc(100% - 32px);
        max-height: 260px;
        padding-right: 10px;
    }

    .category-card__icon .icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 420px) {
    .appearance-controls {
        gap: 6px;
    }

    .appearance-controls--account {
        width: calc(100% - 32px);
    }

    .theme-switcher,
    .appearance-control--language ul {
        padding: 3px;
    }

    .theme-switcher button,
    .appearance-control--language a {
        min-height: 34px;
        padding-inline: 4px;
        font-size: 0.7rem;
    }
}

.promo-block {
    width: fit-content;
    max-width: 100%;
    margin-block: 18px;
    padding: 16px;
    border: 1px solid color-mix(in srgb, var(--color-accent) 20%, var(--color-border));
    border-radius: 22px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--color-accent) 5%, var(--color-surface)), var(--color-surface));
    box-shadow: var(--shadow-sm);
}

.promo-block__heading {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--color-text);
}

.promo-block__heading span {
    display: inline-grid;
    min-width: 38px;
    min-height: 26px;
    place-items: center;
    padding-inline: 10px;
    border-radius: 999px;
    background: var(--color-text);
    color: var(--color-surface);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.promo-block__heading strong {
    font-size: 1rem;
    font-weight: 600;
}

.promo-block__grid {
    grid-template-columns: repeat(var(--promo-columns, 1), minmax(0, 310px));
}

.promo-block--t,
.promo-block--b,
.promo-block--h,
.promo-block--f,
.promo-block--m {
    --promo-columns: 4;
}

.promo-block--l,
.promo-block--r {
    width: 100%;
}

.promo-block--l .listing-card__services,
.promo-block--l .listing-card__attributes,
.promo-block--r .listing-card__services,
.promo-block--r .listing-card__attributes {
    display: none;
}

@media (max-width: 980px) {
    .promo-block--t,
    .promo-block--b,
    .promo-block--h,
    .promo-block--f,
    .promo-block--m {
        --promo-columns: 2;
    }
}

@media (max-width: 640px) {
    .promo-block {
        width: 100%;
        padding: 12px;
        border-radius: 19px;
    }

    .promo-block--t,
    .promo-block--b,
    .promo-block--h,
    .promo-block--f,
    .promo-block--m {
        --promo-columns: 1;
    }
}

/* Aurora release card preview polish */
.listing-card--vip .listing-card__media {
    aspect-ratio: 4 / 5;
}

@media (max-width: 767px) {
    .listing-card--vip .listing-card__media {
        aspect-ratio: 3 / 4;
    }

    .listing-card__body {
        min-height: 190px;
    }

    .listing-card__services,
    .listing-card__attributes {
        flex-wrap: wrap !important;
        overflow: visible;
    }

    .listing-card__services a,
    .listing-card__service--current,
    .listing-card__attributes > span {
        display: inline-flex;
        max-width: 100%;
        min-height: 30px;
        overflow: visible;
        padding: 6px 10px;
        line-height: 1.15;
        text-overflow: clip;
        white-space: normal;
    }
}
/* Aurora notepad badge polish */
[data-notepad-link] {
    position: relative;
}

.notepad-badge {
    position: absolute;
    z-index: 3;
    top: -7px;
    right: -8px;
    display: inline-grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 5px;
    border: 2px solid var(--color-surface);
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 6px 14px rgb(35 30 120 / 22%);
    font-size: 0.66rem;
    font-weight: 750;
    line-height: 1;
}

.navigation-link .notepad-badge {
    top: -8px;
    right: -10px;
}

.mobile-navigation [data-notepad-link] .notepad-badge {
    top: 5px;
    right: 21px;
    min-width: 17px;
    height: 17px;
    font-size: 0.62rem;
}

[data-theme="dark"] .notepad-badge {
    border-color: color-mix(in srgb, var(--color-surface) 86%, #000);
}
/* Aurora form and filter compact field polish */
.scroll-anchor {
    display: block;
    height: 1px;
    scroll-margin-top: 110px;
}

.choice-field,
.search-field-grid > .search-field:not(.search-field--range):not(.search-field--select) {
    padding: 16px;
    border: 1px solid rgb(226 219 206 / 74%);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgb(255 255 255 / 76%), rgb(248 244 236 / 48%)),
        var(--color-surface);
}

.choice-field:nth-of-type(odd),
.search-field-grid > .search-field:not(.search-field--range):not(.search-field--select):nth-child(odd) {
    background:
        linear-gradient(145deg, rgb(100 87 245 / 5%), rgb(255 255 255 / 68%)),
        var(--color-surface);
}

.choice-field:nth-of-type(even),
.search-field-grid > .search-field:not(.search-field--range):not(.search-field--select):nth-child(even) {
    background:
        linear-gradient(145deg, rgb(20 184 166 / 5%), rgb(255 255 255 / 70%)),
        var(--color-surface);
}

.choice-field label,
.search-choice {
    min-height: 30px;
    padding: 6px 8px;
    border-radius: 9px;
    margin-block: 4px;
    background: rgb(246 243 237 / 72%);
}

.choice-field label:hover,
.search-choice:hover {
    background: rgb(100 87 245 / 8%);
}

@media (min-width: 768px) {
    .dynamic-field-grid:has(.choice-field) {
        display: block;
        column-count: 2;
        column-gap: 18px;
    }

    .dynamic-field-grid:has(.choice-field) > .form-field,
    .dynamic-field-grid:has(.choice-field) > .choice-field {
        display: block;
        width: 100%;
        break-inside: avoid;
        margin: 0 0 14px;
    }

    .dynamic-field-grid:has(.choice-field) > .dynamic-field-grid__wide,
    .dynamic-field-grid:has(.choice-field) > .dynamic-field-grid__centered {
        column-span: all;
    }

    .search-field-grid:has(.search-choice) {
        display: block;
        column-count: 2;
        column-gap: 18px;
    }

    .search-field-grid:has(.search-choice) > .search-field {
        display: block;
        width: 100%;
        break-inside: avoid;
        margin: 0 0 14px;
    }

    .search-field-grid--secondary:has(.search-choice) {
        padding-top: 14px;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .choice-field,
    .search-field-grid > .search-field:not(.search-field--range):not(.search-field--select) {
        padding: 14px;
    }
}
/* Aurora ordered add fields correction */
@media (min-width: 768px) {
    .dynamic-field-grid:has(.choice-field),
    .search-field-grid:has(.search-choice) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        column-count: initial;
    }

    .dynamic-field-grid:has(.choice-field) > .form-field,
    .dynamic-field-grid:has(.choice-field) > .choice-field,
    .search-field-grid:has(.search-choice) > .search-field {
        width: auto;
        break-inside: auto;
        margin: 0;
    }

    .dynamic-field-grid:has(.choice-field) > .form-field {
        order: 1;
    }

    .dynamic-field-grid:has(.choice-field) > .choice-field {
        order: 20;
    }

    .dynamic-field-grid:has(.choice-field) > .dynamic-field-grid__wide,
    .dynamic-field-grid:has(.choice-field) > .dynamic-field-grid__centered {
        grid-column: 1 / -1;
        column-span: none;
    }
}

.choice-field,
.search-field-grid > .search-field:not(.search-field--range):not(.search-field--select) {
    border: 0;
    box-shadow:
        inset 0 0 0 1px rgb(226 219 206 / 78%),
        0 10px 26px rgb(15 23 42 / 3%);
}

.choice-field > legend,
.search-field-grid > .search-field:not(.search-field--range):not(.search-field--select) > legend {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 0 12px;
    line-height: 1.25;
}

.choice-field label,
.search-choice {
    overflow: hidden;
    min-width: 0;
}

.choice-field label span,
.search-choice span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .dynamic-field-grid:has(.choice-field),
    .search-field-grid:has(.search-choice) {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
/* Aurora choice labels full text correction */
.choice-field label,
.search-choice {
    align-items: flex-start;
}

.choice-field label span,
.search-choice span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
}
/* Aurora add fields media after choices correction */
.dynamic-field-grid {
    align-items: start;
}

.choice-field,
.search-field-grid > .search-field:not(.search-field--range):not(.search-field--select) {
    align-self: start;
}

@media (min-width: 768px) {
    .dynamic-field-grid:has(.choice-field) > .form-field.dynamic-field-grid__wide,
    .dynamic-field-grid:has(.choice-field) > .form-field.dynamic-field-grid__centered {
        order: 40;
    }

    .dynamic-field-grid:has(.choice-field) > .video-upload {
        order: 45;
    }
}
/* Aurora dynamic fields final grouping fix */
.dynamic-field-grid--primary,
.dynamic-field-grid--media {
    margin-top: 0;
}

.choice-field-grid {
    margin-top: 16px;
}

.choice-field-grid:empty,
.dynamic-field-grid--media:empty {
    display: none;
}

.choice-field-grid .choice-field {
    display: block;
    height: auto;
    min-height: 0;
    padding: 16px;
    margin: 0 0 14px;
    overflow: visible;
    break-inside: avoid;
    page-break-inside: avoid;
}

.choice-field-grid .choice-field:nth-of-type(odd) {
    background:
        linear-gradient(145deg, rgb(100 87 245 / 5%), rgb(255 255 255 / 72%)),
        var(--color-surface);
}

.choice-field-grid .choice-field:nth-of-type(even) {
    background:
        linear-gradient(145deg, rgb(20 184 166 / 5%), rgb(255 255 255 / 74%)),
        var(--color-surface);
}

.choice-field-grid .choice-field > legend {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 12px;
    color: var(--color-text);
    font-weight: 800;
    line-height: 1.25;
}

.choice-field-grid .choice-field::after {
    display: table;
    clear: both;
    content: "";
}

.choice-field-grid .choice-field label {
    clear: both;
    min-height: 28px;
    margin-block: 4px;
    padding: 6px 8px;
}

@media (min-width: 768px) {
    .choice-field-grid {
        column-count: 2;
        column-gap: 18px;
    }

    .dynamic-field-grid--media {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .choice-field-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .choice-field-grid .choice-field {
        margin: 0;
        padding: 14px;
    }
}
/* Aurora region dialog smooth open */
.region-dialog {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    transition:
        opacity 180ms ease,
        transform 220ms cubic-bezier(.2, .8, .2, 1);
    will-change: opacity, transform;
}

.region-dialog.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.region-dialog::backdrop {
    background: rgb(15 23 42 / 0%);
    transition: background-color 180ms ease;
}

.region-dialog.is-visible::backdrop {
    background: rgb(15 23 42 / 48%);
}

.region-dialog__list {
    min-height: min(42vh, 340px);
    contain: layout paint;
}

@media (max-width: 767px) {
    .region-dialog {
        transform: translateY(18px) scale(0.99);
    }

    .region-dialog__list {
        min-height: min(48vh, 380px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .region-dialog {
        transition: none;
        transform: none;
    }

    .region-dialog::backdrop {
        transition: none;
    }
}

@media (max-width: 767px) {
    .home-section--listings .listing-grid:not(.listing-grid--featured) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 20px 10px;
    }

    .home-section--listings .listing-grid:not(.listing-grid--featured) > .listing-card:not(.listing-card--vip) {
        display: grid;
        height: auto !important;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        grid-template-rows: auto auto !important;
    }

    .home-section--listings .listing-card:not(.listing-card--vip) .listing-card__media {
        aspect-ratio: 3 / 4;
        border-radius: 16px;
    }

    .home-section--listings .listing-card:not(.listing-card--vip) .listing-card__body {
        min-height: 0 !important;
        align-content: start;
        gap: 7px;
        padding: 9px 2px 0;
    }

    .home-section--listings .listing-card:not(.listing-card--vip) .listing-card__attributes {
        display: none;
    }

    .home-section--listings .listing-card__services-disclosure {
        min-width: 0;
    }

    .home-section--listings .listing-card__services-disclosure > summary {
        display: flex;
        min-height: 28px;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        color: var(--color-text-muted);
        cursor: pointer;
        font-size: 0.74rem;
        font-weight: 600;
        list-style: none;
    }

    .home-section--listings .listing-card__services-disclosure > summary::-webkit-details-marker {
        display: none;
    }

    .home-section--listings .listing-card__services-disclosure > summary::after {
        content: "+";
        display: inline-grid;
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        place-items: center;
        border-radius: 50%;
        background: var(--color-surface-muted);
        color: var(--color-text);
        font-size: 1rem;
        line-height: 1;
    }

    .home-section--listings .listing-card__services-disclosure[open] > summary::after {
        content: "\2212";
    }

    .home-section--listings .listing-card__services-disclosure .listing-card__services {
        display: none;
        min-height: 0;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 6px;
        overflow: visible;
    }

    .home-section--listings .listing-card__services-disclosure[open] .listing-card__services {
        display: flex;
    }

    .home-section--listings .listing-card__services-disclosure .listing-card__services a {
        max-width: 100%;
        padding: 4px 7px;
        font-size: 0.68rem;
    }

    .home-section--listings .listing-card__services-disclosure .listing-card__service--current {
        max-width: 100%;
        padding: 4px 7px;
        font-size: 0.68rem;
    }

    .home-section--listings .listing-card:not(.listing-card--vip) .listing-card__title {
        min-height: 0;
        -webkit-line-clamp: 1;
        font-size: 0.9rem;
        line-height: 1.25;
    }

    .home-section--listings .listing-card:not(.listing-card--vip) .listing-card__footer {
        margin-top: 0;
    }

    .home-section--listings .listing-card:not(.listing-card--vip) .listing-card__price {
        font-size: 1.05rem;
    }
}
