.market-home-skin {
    background: #fff;
    color: #252525;
}

.market-home-skin .announcement-bar {
    display: none !important;
}

.market-home-skin header.market-header-layout {
    top: 0 !important;
}

.market-home-skin header.market-header-layout .top-header .navbar {
    padding-block: 14px !important;
}

.market-home-skin header.market-header-layout .custom-navbar .navbar-brand {
    background: transparent;
    border-radius: 999px;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    min-height: 42px;
    border: none;
    box-shadow: none;
}

.market-home-skin header.market-header-layout .custom-navbar .navbar-brand img {
    width: auto;
    height: 30px;
}

.market-home-skin header.market-header-layout .custom-navbar i {
    --Iconsax-Color: #262626;
}

.market-home-skin header.market-header-layout .custom-navbar .navbar-toggler-icon {
    filter: none;
}

.market-home-skin header.market-header-layout .custom-navbar .location-dropdown {
    background: #fff;
    border: 1px solid #d9e6da;
    border-radius: 14px;
    max-width: 250px;
    padding: 10px 12px;
}

.market-home-skin header.market-header-layout .custom-navbar .location-dropdown .location-btn,
.market-home-skin header.market-header-layout .custom-navbar .location-dropdown .location-btn span {
    color: #252525;
}

@media (min-width: 1200px) {
    .market-home-skin header.market-header-layout {
        background: #fff;
        border-bottom: 1px solid #dbe7dc;
    }

    .market-home-skin header.market-header-layout .top-header {
        background: #fff;
    }

    .market-home-skin header.market-header-layout .top-header .navbar {
        padding-block: 12px 0 !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .market-home-skin header.market-header-layout .custom-navbar .logo-content {
        order: 1;
        display: flex;
        align-items: center;
        gap: 14px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .market-home-skin header.market-header-layout .custom-navbar .logo-content .location-dropdown {
        margin-left: 0;
        max-width: 280px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .nav-right {
        order: 2;
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .collapse.navbar-collapse {
        order: 3;
        display: flex !important;
        flex: 1 0 100%;
        width: 100%;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #dbe7dc;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .collapse.navbar-collapse .navbar-nav {
        width: 100%;
        margin-inline: 0 !important;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .collapse.navbar-collapse .navbar-nav .nav-item {
        flex: 0 0 auto;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .collapse.navbar-collapse .navbar-nav .nav-link {
        border-radius: 0 !important;
        padding: 8px 0 12px !important;
        background: transparent !important;
        border-bottom: 2px solid transparent;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
        white-space: nowrap;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .collapse.navbar-collapse .navbar-nav .nav-link:hover,
    .market-home-skin header.market-header-layout .custom-navbar > .collapse.navbar-collapse .navbar-nav .nav-link.active {
        background: transparent !important;
        color: #121212 !important;
        border-bottom-color: #29988B;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .nav-right .login-btn .btn,
    .market-home-skin header.market-header-layout .custom-navbar > .nav-right .profile-btn {
        min-height: 44px;
        border-radius: 14px !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .nav-right .profile-btn .profile-text {
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .market-home-skin header.market-header-layout .custom-navbar > .nav-right .market-pill-btn {
        min-height: 44px;
        padding-inline: 14px;
    }
}

.market-home-skin header.market-header-layout .navbar-nav {
    gap: 8px;
}

.market-home-skin header.market-header-layout .navbar-nav .nav-link {
    color: #2d2d2d !important;
    font-weight: 500;
    border-radius: 12px;
    padding: 8px 12px !important;
}

.market-home-skin header.market-header-layout .navbar-nav .nav-link:hover,
.market-home-skin header.market-header-layout .navbar-nav .nav-link.active {
    background: #edf4ee;
    color: #171717 !important;
}

.market-home-skin header.market-header-layout .nav-right {
    gap: 10px;
    align-items: center;
}

.market-home-skin header.market-header-layout .nav-right>.icon,
.market-home-skin header.market-header-layout .nav-right>.icon.nav-item-right {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid #d9e6da;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #252525;
    position: relative;
}

.market-home-skin header.market-header-layout .nav-right>.icon .badge {
    top: 3px;
    right: 3px;
    min-width: 18px;
    height: 18px;
    border-radius: 99px;
    font-size: 10px;
}

.market-home-skin header.market-header-layout .currency-btn,
.market-home-skin header.market-header-layout .language-btn,
.market-home-skin header.market-header-layout .profile-btn,
.market-home-skin header.market-header-layout .login-btn .btn {
    border: 1px solid #d9e6da !important;
    background: #fff !important;
    color: #252525 !important;
    border-radius: 14px !important;
    min-height: 44px;
    padding-inline: 14px !important;
    box-shadow: none !important;
}

.market-home-skin header.market-header-layout .profile-btn .profile-text,
.market-home-skin header.market-header-layout .login-btn .btn {
    font-weight: 500;
}

.market-home-skin header.market-header-layout .profile-btn .profile-text {
    color: #252525 !important;
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-dropdown,
.market-home-skin header.market-header-layout .top-header .nav-right .language-dropdown,
.market-home-skin header.market-header-layout .top-header .nav-right .no-dropdown {
    padding: 0 !important;
    height: auto;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-btn,
.market-home-skin header.market-header-layout .top-header .nav-right .language-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
    line-height: 1 !important;
    min-height: 44px;
    padding: 0 12px !important;
    min-width: 84px;
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-btn span,
.market-home-skin header.market-header-layout .top-header .nav-right .language-btn span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1 !important;
    color: #252525 !important;
    font-size: 14px !important;
    font-weight: 600;
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-btn img,
.market-home-skin header.market-header-layout .top-header .nav-right .language-btn img {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    flex: 0 0 20px;
    object-fit: cover;
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-btn > .iconsax,
.market-home-skin header.market-header-layout .top-header .nav-right .language-btn > .iconsax {
    --Iconsax-Size: 15px;
    --Iconsax-Color: #555 !important;
    margin-left: 2px;
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-dropdown .onhover-show-div,
.market-home-skin header.market-header-layout .top-header .nav-right .language-dropdown .onhover-show-div {
    top: 52px;
    border: 1px solid #d9e6da;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.market-home-skin header.market-header-layout .top-header .nav-right .currency-dropdown .onhover-show-div .currency,
.market-home-skin header.market-header-layout .top-header .nav-right .language-dropdown .onhover-show-div .lang,
.market-home-skin header.market-header-layout .top-header .nav-right .currency-dropdown .onhover-show-div .currency a,
.market-home-skin header.market-header-layout .top-header .nav-right .language-dropdown .onhover-show-div .lang a {
    color: #2b2b2b !important;
}

.market-home-skin header.market-header-layout .market-pill-btn {
    border: 1px solid #2e9441;
    background: #e4f5e7;
    color: #222;
    border-radius: 14px;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.market-home-skin header.market-header-layout .market-pill-btn i {
    --Iconsax-Color: #237437;
    --Iconsax-Size: 18px;
}

.market-home-skin header.market-header-layout {
    position: relative !important;
    z-index: 20;
    background: #fff;
    border-bottom: none;
}

.market-home-skin header.market-header-layout .top-header {
    background: #fff;
    border-bottom: 1px solid #dbe7dc;
}

.market-home-skin header.market-header-layout .market-header-category-picker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #d4e1d5;
    background: #fff;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.market-home-skin header.market-header-layout .market-header-category-picker:hover {
    background: #f6fbf7;
    color: #111;
}

.market-home-skin header.market-header-layout .market-header-category-picker .iconsax {
    --Iconsax-Size: 15px;
    --Iconsax-Color: #5a5a5a;
}

.market-home-skin header.market-header-layout .market-header-address-picker {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid #d4e1d5;
    background: #fff;
    color: #252525;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    flex: 0 0 auto;
}

.market-home-skin header.market-header-layout .market-header-address-picker:hover {
    background: #f6fbf7;
    color: #111;
}

.market-home-skin header.market-header-layout .market-header-address-picker .iconsax {
    --Iconsax-Size: 19px;
    --Iconsax-Color: #2d2d2d;
}

.market-home-skin header.market-header-layout .market-home-subnav {
    background: #fff;
    border-bottom: 1px solid #dbe7dc;
}

.market-home-skin header.market-header-layout .market-home-subnav > div {
    padding-top: 0;
    padding-bottom: 0;
}

.market-home-skin header.market-header-layout .market-home-subnav-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 54px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.market-home-skin header.market-header-layout .market-home-subnav-inner::-webkit-scrollbar {
    display: none;
}

.market-home-skin header.market-header-layout .market-home-subnav-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #e8f5ea;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 600;
    flex: 0 0 auto;
    text-decoration: none;
}

.market-home-skin header.market-header-layout .market-home-subnav-chip .chip-icon {
    font-size: 12px;
    line-height: 1;
}

.market-home-skin header.market-header-layout .market-home-subnav-link {
    position: relative;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 2px;
    flex: 0 0 auto;
}

.market-home-skin header.market-header-layout .market-home-subnav-link:hover,
.market-home-skin header.market-header-layout .market-home-subnav-link.active {
    color: #171717;
}

.market-home-skin header.market-header-layout .market-home-subnav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 2px;
    border-radius: 2px;
    background: #29988B;
}

.market-home-skin .market-category-search-modal .modal-dialog {
    max-width: min(1100px, calc(100vw - 36px));
}

.market-home-skin .market-address-picker-modal .modal-dialog {
    max-width: min(760px, calc(100vw - 28px));
}

.market-home-skin .market-address-picker-modal .modal-content {
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
}

.market-home-skin .market-address-picker-modal .modal-header {
    border-bottom: 1px solid #ececec;
    padding: 16px 18px;
    align-items: flex-start;
}

.market-home-skin .market-address-picker-modal .modal-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #161616;
}

.market-home-skin .market-address-picker-modal .modal-header p {
    margin: 4px 0 0;
    color: #6d6d6d;
    font-size: 13px;
}

.market-home-skin .market-address-picker-list {
    display: grid;
    gap: 10px;
}

.market-home-skin .market-address-picker-item {
    border: 1px solid #e3e8e4;
    border-radius: 14px;
    background: #fff;
    padding: 12px;
}

.market-home-skin .market-address-picker-item.is-selected {
    border-color: #29988B;
    box-shadow: 0 0 0 3px rgba(41, 152, 139, 0.08);
}

.market-home-skin .market-address-picker-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.market-home-skin .market-address-picker-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1b1b1b;
    min-width: 0;
}

.market-home-skin .market-address-picker-title .iconsax {
    --Iconsax-Size: 16px;
    --Iconsax-Color: #29988B;
    flex: 0 0 auto;
}

.market-home-skin .market-address-picker-title strong {
    font-size: 14px;
    line-height: 1.2;
}

.market-home-skin .market-address-picker-badges {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.market-home-skin .market-address-picker-badges .badge.primary-light-badge,
.market-home-skin .market-address-picker-badges .badge.success-custom {
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 8px;
    line-height: 1;
}

.market-home-skin .market-address-picker-badges .badge.success-custom {
    background: #e7f6ea;
    color: #1f7068;
    border: 1px solid #c7e6cd;
}

.market-home-skin .market-address-picker-line {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: #2f2f2f;
}

.market-home-skin .market-address-picker-meta {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.market-home-skin .market-address-picker-meta span {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f6f3;
    border: 1px solid #e0e6e1;
    color: #3b3b3b;
    font-size: 11px;
    font-weight: 500;
}

.market-home-skin .market-address-picker-note {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.35;
    color: #616161;
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 8px 9px;
}

.market-home-skin .market-address-picker-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.market-home-skin .market-address-picker-actions .btn {
    min-height: 36px;
    border-radius: 10px;
    font-size: 12px;
    padding: 8px 12px;
}

.market-home-skin .market-address-picker-empty {
    border: 1px dashed #d5e4d8;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    background: #fbfefb;
}

.market-home-skin .market-address-picker-empty .iconsax {
    --Iconsax-Size: 28px;
    --Iconsax-Color: #29988B;
    margin-bottom: 8px;
}

.market-home-skin .market-address-picker-empty h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #171717;
}

.market-home-skin .market-address-picker-empty p {
    margin: 8px auto 14px;
    max-width: 420px;
    line-height: 1.45;
    color: #666;
}

.market-home-skin .market-category-search-modal .modal-content {
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.market-home-skin .market-category-search-modal .modal-header {
    border-bottom: 1px solid #ececec;
    padding: 16px 18px;
    align-items: flex-start;
    background: #fff;
}

.market-home-skin .market-category-search-modal .modal-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #161616;
}

.market-home-skin .market-category-search-modal .modal-header p {
    margin-top: 4px;
    color: #6d6d6d;
    font-size: 13px;
}

.market-home-skin .market-category-search-modal .btn-close {
    margin: 2px 0 0 auto;
    box-shadow: none !important;
}

.market-home-skin .market-category-search-browser {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: 440px;
    background: #fff;
}

.market-home-skin .market-category-search-main {
    border-right: 1px solid #ececec;
    background: #fafafa;
    overflow: auto;
}

.market-home-skin .market-category-search-main-list {
    padding: 10px;
    gap: 6px;
}

.market-home-skin .market-category-search-main-list .nav-link {
    width: 100%;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #181818;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.market-home-skin .market-category-search-main-list .nav-link .label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-home-skin .market-category-search-main-list .nav-link .iconsax {
    --Iconsax-Size: 16px;
    --Iconsax-Color: #888;
    flex: 0 0 auto;
}

.market-home-skin .market-category-search-main-list .nav-link:hover {
    background: #f2f2f2;
    border-color: #e7e7e7;
}

.market-home-skin .market-category-search-main-list .nav-link.active {
    background: #fff;
    border-color: #151515;
    color: #111;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.market-home-skin .market-category-search-main-list .nav-link.active .iconsax {
    --Iconsax-Color: #111;
}

.market-home-skin .market-category-search-sub {
    min-width: 0;
    background: #fff;
}

.market-home-skin .market-category-search-sub .tab-content {
    height: 100%;
}

.market-home-skin .market-category-search-sub .tab-pane {
    height: 100%;
    padding: 18px;
}

.market-home-skin .market-category-search-pane-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
}

.market-home-skin .market-category-search-pane-head h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #171717;
}

.market-home-skin .market-category-search-pane-head small {
    display: block;
    margin-top: 4px;
    color: #707070;
    font-size: 12px;
}

.market-home-skin .market-category-search-main-link {
    flex: 0 0 auto;
    border: 1px solid #151515;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.market-home-skin .market-category-search-main-link:hover {
    background: #151515;
    color: #fff;
}

.market-home-skin .market-category-search-sub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.market-home-skin .market-category-search-sub-item {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fff;
    color: #171717;
    text-decoration: none;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.market-home-skin .market-category-search-sub-item span {
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    line-height: 1.25;
}

.market-home-skin .market-category-search-sub-item .iconsax {
    --Iconsax-Size: 16px;
    --Iconsax-Color: #777;
    flex: 0 0 auto;
}

.market-home-skin .market-category-search-sub-item:hover {
    border-color: #151515;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
    color: #111;
}

.market-home-skin .market-category-search-sub-item:hover .iconsax {
    --Iconsax-Color: #111;
}

.market-home-skin .market-category-search-empty {
    color: #666;
    font-size: 13px;
    padding: 14px;
}

.market-home-skin .market-detailed-filter-modal .modal-dialog {
    max-width: min(1180px, calc(100vw - 28px));
}

.market-home-skin .market-detailed-filter-modal .modal-content {
    border-radius: 20px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.market-home-skin .market-detailed-filter-modal .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    padding: 16px 18px;
}

.market-home-skin .market-detailed-filter-modal .modal-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.market-home-skin .market-detailed-filter-modal .modal-header p {
    margin-top: 4px;
    color: #6e6e6e;
    font-size: 13px;
}

.market-home-skin .market-detailed-filter-modal .modal-body {
    padding: 16px 18px;
    background: #fff;
}

.market-home-skin .market-detailed-filter-modal .modal-footer {
    border-top: 1px solid #ededed;
    padding: 14px 18px;
    gap: 10px;
}

.market-home-skin .market-detailed-filter-modal .market-apply-filter-btn {
    background: #29988B;
    border: 1px solid #217d72;
    color: #111;
    font-weight: 700;
    border-radius: 12px;
    min-height: 44px;
    padding: 10px 16px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 14px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-main,
.market-home-skin .market-detailed-filter-modal .market-filter-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.market-home-skin .market-detailed-filter-modal .market-filter-block {
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fafafa;
    padding: 12px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-label {
    display: block;
    margin-bottom: 8px;
    color: #181818;
    font-size: 13px;
    font-weight: 700;
}

.market-home-skin .market-detailed-filter-modal .market-filter-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-mini-search {
    max-width: 180px;
    border-radius: 10px;
    border-color: #dfdfdf;
    font-size: 12px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-input-wrap {
    position: relative;
}

.market-home-skin .market-detailed-filter-modal .market-filter-input-wrap .iconsax {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    --Iconsax-Color: #8a8a8a;
    --Iconsax-Size: 16px;
    pointer-events: none;
}

.market-home-skin .market-detailed-filter-modal .market-filter-input-wrap .form-control {
    min-height: 44px;
    border-radius: 12px;
    border-color: #dddddd;
    padding-left: 38px;
    box-shadow: none !important;
    background: #fff;
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-groups {
    max-height: 380px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 2px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-group {
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-parent label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #141414;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-children {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #ececec;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-children label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 12px;
    color: #2a2a2a;
    cursor: pointer;
    margin: 0;
    line-height: 1.25;
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-checkbox,
.market-home-skin .market-detailed-filter-modal .market-filter-provider-checkbox {
    margin-top: 1px;
    width: 14px;
    height: 14px;
    accent-color: #111;
    flex: 0 0 14px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-radio-list {
    display: grid;
    gap: 8px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-radio-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 13px;
    color: #1d1d1d;
}

.market-home-skin .market-detailed-filter-modal .market-filter-radio-list input[type="radio"] {
    accent-color: #111;
    margin: 0;
}

.market-home-skin .market-detailed-filter-modal .market-filter-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-price-grid small {
    display: block;
    margin-bottom: 4px;
    color: #6f6f6f;
    font-size: 11px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-price-grid .form-control {
    border-radius: 10px;
    border-color: #dddddd;
    min-height: 40px;
    box-shadow: none !important;
}

.market-home-skin .market-detailed-filter-modal .market-filter-range-hint {
    margin-top: 7px;
    font-size: 11px;
    color: #727272;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    padding: 8px 10px;
    cursor: pointer;
    color: #1d1d1d;
    margin: 0;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list input[type="radio"] {
    margin: 0;
    accent-color: #111;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list .stars {
    display: inline-flex;
    gap: 2px;
    font-size: 12px;
    letter-spacing: -0.02em;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list .stars span {
    color: #d0d0d0;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list .stars span.on {
    color: #151515;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list small {
    color: #666;
    font-size: 12px;
    margin-left: auto;
}

.market-home-skin .market-detailed-filter-modal .market-filter-rating-list .market-filter-any {
    font-size: 13px;
    font-weight: 600;
}

.market-home-skin .market-detailed-filter-modal .market-filter-provider-list {
    max-height: 238px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 2px;
}

.market-home-skin .market-detailed-filter-modal .market-filter-provider-item {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    padding: 8px 10px;
    cursor: pointer;
}

.market-home-skin .market-detailed-filter-modal .market-filter-provider-item .name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #171717;
    line-height: 1.2;
}

.market-home-skin .market-detailed-filter-modal .market-filter-provider-item small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #767676;
    line-height: 1.2;
}

.market-home-skin .market-detailed-filter-modal .market-filter-empty {
    padding: 12px;
    border: 1px dashed #ddd;
    border-radius: 10px;
    font-size: 12px;
    color: #777;
    background: #fff;
}

@media (min-width: 1200px) {
    .market-home-skin header.market-header-layout .top-header .navbar {
        padding-block: 12px !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        flex-wrap: nowrap;
    }

    .market-home-skin header.market-header-layout .custom-navbar .logo-content {
        display: flex;
        align-items: center;
        gap: 14px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .market-home-skin header.market-header-layout .custom-navbar .logo-content .navbar-toggler {
        display: none;
    }

    .market-home-skin header.market-header-layout .custom-navbar .logo-content .location-dropdown {
        display: none !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.collapse.navbar-collapse {
        display: none !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right {
        margin-left: auto;
        gap: 6px;
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .currency-dropdown,
    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .language-dropdown,
    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .no-dropdown {
        display: none !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right>.icon,
    .market-home-skin header.market-header-layout .custom-navbar>.nav-right>.icon.nav-item-right {
        width: 38px;
        height: 38px;
        border: none;
        border-radius: 50%;
        background: transparent;
        box-shadow: none;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right>.icon:hover,
    .market-home-skin header.market-header-layout .custom-navbar>.nav-right>.icon.nav-item-right:hover {
        background: #edf4ee;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right>.icon .iconsax {
        --Iconsax-Size: 22px;
        --Iconsax-Color: #1f1f1f;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .market-post-btn .market-pill-btn {
        min-height: 44px;
        border-radius: 14px;
        background: #e4f5e7;
        border-color: #bfe3c6;
        padding: 10px 16px;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .login-btn .btn,
    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .profile-btn {
        min-height: 42px;
        padding-inline: 14px !important;
        border-radius: 14px !important;
        background: #fff !important;
        border: 1px solid #d4e1d5 !important;
    }

.market-home-skin header.market-header-layout .custom-navbar>.nav-right .login-btn .btn {
    white-space: nowrap;
}

.market-home-skin header.market-header-layout .custom-navbar>.nav-right .market-post-btn .market-pill-btn,
.market-home-skin header.market-header-layout .custom-navbar>.nav-right .login-btn .btn {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.1;
}

.market-home-skin header.market-header-layout .custom-navbar>.nav-right .profile-btn .profile-text {
    max-width: 120px;
    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #252525 !important;
    }

    .market-home-skin header.market-header-layout .custom-navbar>.nav-right .market-header-search-trigger {
        display: inline-flex !important;
    }
}

.market-home-skin .market-home-intro {
    padding: 24px 0 18px;
}

.market-home-skin .market-home-shell {
    background: transparent;
}

.market-home-skin .market-search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px 180px;
    gap: 12px;
    margin-bottom: 18px;
    position: relative;
    align-items: stretch;
}

.market-home-skin .market-search-main-shell {
    position: relative;
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: center;
    min-height: 72px;
    background: #fff;
    border: 2px solid #29988B;
    border-radius: 22px;
    padding: 0 8px 0 10px;
    box-shadow: 0 1px 0 rgba(41, 152, 139, 0.05);
}

.market-home-skin .market-search-category-picker {
    position: relative;
}

.market-home-skin .market-search-category-btn {
    width: 100%;
    min-height: 58px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    border-right: 1px solid #e6ebea;
    text-align: left;
    cursor: pointer;
}

.market-home-skin .market-search-category-btn::after {
    display: none;
}

.market-home-skin .market-search-category-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.market-home-skin .market-search-category-title {
    font-size: 11px;
    line-height: 1;
    color: #868c95;
    font-weight: 600;
}

.market-home-skin .market-search-category-value {
    font-size: 16px;
    line-height: 1.1;
    color: #202737;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-home-skin .market-search-category-btn>.iconsax {
    flex: 0 0 auto;
    --Iconsax-Color: #242b39;
    --Iconsax-Size: 16px;
}

.market-home-skin .market-search-category-menu {
    width: min(390px, calc(100vw - 24px));
    margin-top: 10px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #d7e4d9;
    box-shadow: 0 16px 34px rgba(10, 16, 26, 0.12);
}

.market-home-skin .market-search-category-menu-search {
    position: relative;
    margin-bottom: 8px;
}

.market-home-skin .market-search-category-menu-search .iconsax {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    --Iconsax-Color: #8b8f98;
    --Iconsax-Size: 15px;
}

.market-home-skin .market-search-category-menu-search .form-control {
    height: 40px;
    border-radius: 12px;
    border: 1px solid #e4e8ee;
    padding-left: 36px;
    font-size: 13px;
    box-shadow: none;
}

.market-home-skin .market-search-category-menu-search .form-control:focus {
    border-color: #29988B;
}

.market-home-skin .market-search-category-list {
    max-height: 320px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 2px;
}

.market-home-skin .market-quick-category-option {
    width: 100%;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 12px;
    padding: 9px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2px;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.market-home-skin .market-quick-category-option:hover {
    background: #f6f9fb;
    border-color: #e4e8ee;
}

.market-home-skin .market-quick-category-option.is-child {
    margin-left: 14px;
    width: calc(100% - 14px);
}

.market-home-skin .market-quick-category-option .label {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #1f2737;
}

.market-home-skin .market-quick-category-option small {
    font-size: 11px;
    line-height: 1.1;
    color: #8a8f98;
}

.market-home-skin .market-quick-category-option.is-active {
    border-color: #bfe3de;
    background: #eef8f6;
}

.market-home-skin .market-search-input-wrap {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0 14px 0 16px;
    box-shadow: none;
}

.market-home-skin .market-search-input {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 17px;
    color: #1f1f1f;
    box-shadow: none !important;
    min-height: 40px;
}

.market-home-skin .market-search-input::placeholder {
    color: #8d8d8d;
}

.market-home-skin .market-filter-btn,
.market-home-skin .market-search-btn {
    border: none;
    border-radius: 20px;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    white-space: nowrap;
}

.market-home-skin .market-filter-btn {
    background: #eef4ef;
    color: #272727;
    border: 1px solid #d4e1d5;
    width: 72px;
    padding: 0;
}

.market-home-skin .market-filter-btn .iconsax {
    --Iconsax-Color: #272727;
    --Iconsax-Size: 20px;
}

.market-home-skin .market-search-btn {
    background: #29988B;
    color: #fff;
    min-width: 180px;
    border: 1px solid #217d72;
    padding: 0 22px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.market-home-skin .market-search-btn .iconsax {
    --Iconsax-Color: #fff;
}

.market-home-skin .market-search-panel #searchResults {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: auto;
    margin-top: 0;
    border-radius: 14px !important;
    border-color: #d7e4d9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.market-home-skin .market-category-scroller {
    position: relative;
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 6px;
    padding-top: 15px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c6c6c6 transparent;
    --market-cat-gap: 10px;
    /* Stable fallback; desktop exact width is set via JS to avoid grid percentage sizing issues */
    --market-cat-box: 136px;
}

.market-home-skin .market-category-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 98px);
    grid-auto-columns: var(--market-cat-box);
    gap: var(--market-cat-gap);
    width: max-content;
    min-width: max-content;
    padding-right: 64px;
}

.market-home-skin .market-category-card {
    min-height: 98px;
    width: var(--market-cat-box);
    border-radius: 12px;
    background: #404145;
    border: 1px solid #4f5156;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.market-home-skin .market-category-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(24, 24, 26, 0.22);
    background: #47484d;
    border-color: #5b5d63;
}

.market-home-skin .market-category-card.is-menu {
    background: #404145;
    border-color: #4f5156;
    color: #fff;
}

.market-home-skin .market-category-card.is-menu .menu-icon {
    display: none;
}

.market-home-skin .market-category-card.is-menu p {
    display: none;
}

.market-home-skin .market-category-card .market-category-meta {
    padding: 11px 42px 9px 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    max-width: 100%;
    z-index: 2;
    min-width: 0;
    overflow: hidden;
}

.market-home-skin .market-category-card .market-category-meta h6 {
    font-size: 13px;
    line-height: 1.22;
    margin: 0;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    max-height: none;
}

.market-home-skin .market-category-card .market-category-meta small {
    display: none;
}

.market-home-skin .market-category-card .market-category-visual {
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.market-home-skin .market-category-card .market-category-icon-orb {
    display: none;
}

.market-home-skin .market-category-card .market-category-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.market-home-skin .market-category-card .market-category-icon::after {
    display: none;
}

.market-home-skin .market-category-card .market-category-icon > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.market-home-skin .market-category-card .market-category-icon .iconsax {
    --Iconsax-Size: 17px;
    --Iconsax-Color: #fff;
}

.market-home-skin .market-performer-band {
    margin-bottom: 18px;
    border-radius: 18px;
    border: 1px solid var(--market-green-border);
    background: linear-gradient(180deg, #f8fcfb 0%, var(--market-green-soft) 100%);
    padding: 14px;
}

.market-home-skin .market-performer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.market-home-skin .market-performer-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.market-home-skin .market-performer-head a {
    color: #1f6f66;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ecf7f6;
}

.market-home-skin .market-performer-slider {
    overflow: hidden;
}

.market-home-skin .market-performer-slider .swiper-slide {
    height: auto;
}

.market-home-skin .market-performer-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 90px;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #d3e8e4;
    background: #fff;
    padding: 12px;
    text-decoration: none;
    color: #232323;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-home-skin .market-performer-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(41, 152, 139, 0.09);
}

.market-home-skin .market-performer-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #cce4df;
    background: #eef8f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    overflow: hidden;
}

.market-home-skin .market-performer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.market-home-skin .market-performer-avatar-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #1f5f57;
    background: radial-gradient(circle at 30% 30%, #f1fbfa, #bfe3de);
}

.market-home-skin .market-performer-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.market-home-skin .market-performer-meta h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #232323;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-home-skin .market-performer-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.market-home-skin .market-performer-stars {
    display: inline-flex;
    gap: 2px;
    font-size: 13px;
    letter-spacing: -0.04em;
}

.market-home-skin .market-performer-stars span {
    color: #d8d2c3;
}

.market-home-skin .market-performer-stars span.is-on {
    color: #f6bf00;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.market-home-skin .market-rating-score {
    font-size: 13px;
    font-weight: 700;
    color: #1f6f66;
    background: #eef8f6;
    border: 1px solid #cfe4e1;
    padding: 3px 6px;
    border-radius: 999px;
}

.market-home-skin .market-performer-meta small {
    color: #7a7669;
    font-size: 12px;
    line-height: 1.1;
}

.market-home-skin .market-performer-pagination {
    position: static !important;
    margin-top: 10px;
    text-align: center;
}

.market-home-skin .market-performer-pagination .swiper-pagination-bullet {
    background: #b8d6d1;
    opacity: 0.45;
}

.market-home-skin .market-performer-pagination .swiper-pagination-bullet-active {
    background: #29988B;
    opacity: 1;
}

.market-home-skin .market-top-services-band {
    margin-bottom: 18px;
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.market-home-skin .market-vip-services-band {
    position: relative;
    margin: 8px 0 20px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid #e9dbad;
    background: linear-gradient(135deg, #fffdf6 0%, #fff7e8 45%, #ffffff 100%);
    box-shadow: 0 10px 24px rgba(123, 96, 38, 0.08);
}

.market-home-skin .market-vip-services-band .market-top-services-head {
    margin-bottom: 12px;
}

.market-home-skin .market-vip-services-band .market-top-services-head-link {
    background: #fff1c7;
    color: #6c4e00;
}

.market-home-skin .market-vip-services-band .market-top-services-nav {
    border-color: #e7d6a0;
    background: #fffaf0;
    color: #5d4706;
}

.market-home-skin .market-vip-services-band .market-top-services-nav:hover {
    background: #fff3d7;
    border-color: #dcc78b;
}

.market-home-skin .market-top-services-head {
    margin-bottom: 10px;
}

.market-home-skin .market-top-services-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.market-home-skin .market-top-services-head-link {
    color: #1f6f66;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ecf7f6;
}

.market-home-skin .market-top-services-nav-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.market-home-skin .market-top-services-nav {
    width: 34px;
    height: 34px;
    border: 1px solid #d9e0ea;
    background: #fff;
    color: #252b35;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.05);
    transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.market-home-skin .market-top-services-nav:hover {
    background: #f7fafb;
    border-color: #cfd7e2;
}

.market-home-skin .market-top-services-nav span {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

.market-home-skin .market-top-services-nav.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.market-home-skin .market-top-services-slider,
.market-home-skin .market-vip-services-slider {
    overflow: hidden;
}

.market-home-skin .market-dual-promo-band {
    margin: 4px 0 18px;
}

.market-home-skin .market-dual-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.market-home-skin .market-dual-promo-grid.is-single {
    grid-template-columns: minmax(0, 1fr);
}

.market-home-skin .market-dual-promo-card {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    min-height: 228px;
    border-radius: 24px;
    overflow: hidden;
    background: #e5e7eb;
    border: 1px solid #d7dce3;
}

.market-home-skin .market-dual-promo-card::before {
    content: "";
    position: absolute;
    inset: auto auto -22% -12%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.market-home-skin .market-dual-promo-copy {
    position: relative;
    z-index: 1;
    flex: 1 1 56%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 0 22px 22px;
}

.market-home-skin .market-dual-promo-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d5dbe3;
    color: #4b5563;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    max-width: 100%;
}

.market-home-skin .market-dual-promo-copy h3 {
    margin: 0;
    color: #1f2328;
    font-size: clamp(20px, 1.55vw, 27px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 15ch;
}

.market-home-skin .market-dual-promo-copy p {
    margin: 14px 0 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
    max-width: 30ch;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.market-home-skin .market-dual-promo-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 154px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #1f1f22;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.market-home-skin .market-dual-promo-cta:hover {
    color: #fff;
    background: #16171a;
}

.market-home-skin .market-dual-promo-cta span:last-child {
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

.market-home-skin .market-dual-promo-media {
    position: relative;
    z-index: 1;
    flex: 0 0 38%;
    min-width: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 12px 16px 0 8px;
}

.market-home-skin .market-dual-promo-media img {
    display: block;
    width: 100%;
    max-width: 260px;
    max-height: 210px;
    object-fit: contain;
    object-position: bottom right;
}

.market-home-skin .market-dual-promo-card.is-primary .market-dual-promo-media img {
    max-width: 300px;
    max-height: 230px;
}

.market-home-skin .market-dual-promo-card.is-secondary .market-dual-promo-copy h3 {
    max-width: 12.5ch;
}

.market-home-skin .market-dual-promo-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.58);
    border: 1px dashed #cfd6df;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.market-home-skin .market-dual-promo-media.is-empty {
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.market-home-skin .market-top-services-slider .swiper-slide,
.market-home-skin .market-vip-services-slider .swiper-slide {
    height: auto;
}

.market-home-skin .market-top-companies-band {
    margin-bottom: 18px;
}

.market-home-skin .market-top-companies-head {
    margin-bottom: 10px;
}

.market-home-skin .market-top-companies-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.market-home-skin .market-top-company-card {
    border: 1px solid #e1e7e5;
    border-radius: 14px;
    background: #fff;
    min-height: 108px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    text-decoration: none;
    color: #1f1f1f;
    box-shadow: 0 8px 18px rgba(19, 27, 34, 0.04);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.market-home-skin .market-top-company-card:hover {
    transform: translateY(-2px);
    border-color: #cfe4e0;
    box-shadow: 0 12px 24px rgba(19, 27, 34, 0.08);
    color: #111;
}

.market-home-skin .market-top-company-logo {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    background: #f8fbfb;
    border: 1px solid #edf2f1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
}

.market-home-skin .market-top-company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.market-home-skin .market-top-company-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.market-home-skin .market-top-company-meta h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: inherit;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-home-skin .market-top-company-meta small {
    font-size: 11px;
    color: #707070;
    line-height: 1.1;
}

.market-home-skin .market-top-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    border: 1px solid #e2e6ed;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 27, 38, 0.05);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-home-skin .market-top-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(21, 27, 38, 0.09);
}

.market-home-skin .market-top-service-media {
    display: block;
    position: relative;
    background: #eef1f4;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.market-home-skin .market-top-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.market-home-skin .market-top-service-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}

.market-home-skin .market-top-service-headline {
    display: block;
}

.market-home-skin .market-top-service-headline h4 {
    margin: 0;
    min-width: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.market-home-skin .market-top-service-headline h4 a {
    color: #1a2335;
    text-decoration: none;
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.market-home-skin .market-top-service-contact-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -2px;
}

.market-home-skin .market-top-service-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #dde3eb;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
    max-width: 100%;
}

.market-home-skin .market-top-service-action span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-home-skin .market-top-service-action .iconsax {
    --Iconsax-Size: 15px;
}

.market-home-skin .market-top-service-action.is-phone {
    background: #eef7f6;
    border-color: #cfe3df;
    color: #1f6f66;
}

.market-home-skin .market-top-service-action.is-phone .iconsax {
    --Iconsax-Color: #1f6f66;
}

.market-home-skin .market-top-service-action.is-phone.is-revealed {
    background: #e5f3f1;
}

.market-home-skin .market-top-service-action.is-booking {
    background: #404145;
    border-color: #404145;
    color: #fff;
}

.market-home-skin .market-top-service-action.is-booking .iconsax {
    --Iconsax-Color: #fff;
}

.market-home-skin .market-top-service-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #616876;
    min-width: 0;
}

.market-home-skin .market-top-service-location .iconsax {
    --Iconsax-Color: #1a2335;
    --Iconsax-Size: 17px;
    flex: 0 0 auto;
}

.market-home-skin .market-top-service-location span {
    font-size: 13px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.market-home-skin .market-top-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: -2px;
}

.market-home-skin .market-top-service-tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 5px 8px;
    border-radius: 999px;
    border: 1px solid #dfe5ee;
    background: #f5f7fa;
    color: #4c5564;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.market-home-skin .market-top-service-tag:hover {
    background: #eaf4f2;
    border-color: #cfe5e1;
    color: #1f6f66;
}

.market-home-skin .market-top-service-divider {
    border-top: 1px dashed #d9dee8;
    margin-top: 2px;
}

.market-home-skin .market-top-service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.market-home-skin .market-top-service-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.market-home-skin .market-top-service-stars {
    display: inline-flex;
    gap: 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.market-home-skin .market-top-service-stars span {
    color: #d5dbe6;
}

.market-home-skin .market-top-service-stars span.is-on {
    color: #f5b700;
}

.market-home-skin .market-top-service-rating strong {
    font-size: 14px;
    font-weight: 700;
    color: #2a3345;
}

.market-home-skin .market-top-service-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: #eff2f7;
    color: #59606d;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    max-width: 52%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-home-skin .market-top-services-pagination {
    display: none !important;
}

.market-home-skin .legacy-home-hero {
    display: none;
}

.market-home-skin .category-section {
    padding-top: 6px;
}

.market-home-skin .category-section .title {
    margin-bottom: 14px;
}

.market-home-skin .category-section .title h2 {
    font-size: 24px;
}

.market-home-skin .category-section .custom-nav-tabs .nav-link {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dce8de;
}

.market-home-skin .category-section .category-slider-shell {
    position: relative;
}

.market-home-skin .category-section .category-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #dce8de;
    background: rgba(255, 255, 255, 0.95);
    color: #1f3a25;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(15, 37, 20, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 4;
    padding: 0;
    line-height: 1;
}

.market-home-skin .category-section .category-slider-prev {
    left: -8px;
}

.market-home-skin .category-section .category-slider-next {
    right: -8px;
}

.market-home-skin .category-section .category-slider-nav span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.market-home-skin .category-section .category-slider-nav:hover {
    background: #fff;
    border-color: #c5d8c8;
}

.market-home-skin .category-section .category-slider-nav:focus-visible {
    outline: 2px solid #29988B;
    outline-offset: 2px;
}

.market-home-skin .category-section .category-slider-nav.swiper-button-disabled {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
    .market-home-skin .category-section .category-slider-shell:hover .category-slider-nav,
    .market-home-skin .category-section .category-slider-shell:focus-within .category-slider-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 991.98px) {
    .market-home-skin .category-section .category-slider-nav {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .market-home-skin header.market-header-layout .navbar-nav {
        gap: 0;
    }

    .market-home-skin .market-search-panel {
        grid-template-columns: minmax(0, 1fr) 64px 150px;
    }

    .market-home-skin .market-search-main-shell {
        grid-template-columns: 260px minmax(0, 1fr);
        min-height: 66px;
        border-radius: 18px;
    }

    .market-home-skin .market-search-panel .market-filter-btn,
    .market-home-skin .market-search-panel .market-search-btn {
        min-height: 66px;
        border-radius: 18px;
    }

    .market-home-skin .market-search-panel .market-filter-btn {
        width: 64px;
    }

    .market-home-skin .market-search-panel .market-search-btn {
        min-width: 150px;
        padding-inline: 18px;
    }

    .market-home-skin .market-category-scroller {
        --market-cat-gap: 9px;
        --market-cat-box: 118px;
    }

    .market-home-skin .market-category-grid {
        grid-template-rows: repeat(2, 92px);
        grid-auto-columns: var(--market-cat-box);
        min-width: max-content;
        padding-right: 56px;
    }

    .market-home-skin .market-category-card {
        width: var(--market-cat-box);
        min-height: 92px;
    }

    .market-home-skin .market-performer-card {
        min-height: 84px;
    }

    .market-home-skin .market-top-companies-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .market-home-skin .market-home-intro {
        padding-top: 14px;
    }

    .market-home-skin .market-category-search-browser {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .market-home-skin .market-category-search-main {
        border-right: none;
        border-bottom: 1px solid #ececec;
        max-height: 190px;
    }

    .market-home-skin .market-category-search-sub .tab-pane {
        padding: 12px;
    }

    .market-home-skin .market-category-search-pane-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .market-home-skin .market-category-search-sub-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .market-home-skin .market-detailed-filter-modal .modal-dialog {
        max-width: calc(100vw - 16px);
    }

    .market-home-skin .market-detailed-filter-modal .modal-body {
        padding: 12px;
    }

    .market-home-skin .market-detailed-filter-modal .modal-footer {
        padding: 12px;
        flex-direction: column;
        align-items: stretch;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-modal-grid {
        grid-template-columns: 1fr;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-block {
        padding: 10px;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-block-head {
        flex-direction: column;
        align-items: stretch;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-mini-search {
        max-width: 100%;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-category-groups {
        max-height: 280px;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-category-children {
        grid-template-columns: 1fr;
    }

    .market-home-skin .market-detailed-filter-modal .market-filter-provider-list {
        max-height: 180px;
    }

    .market-home-skin .market-search-panel {
        grid-template-columns: 1fr 56px;
        gap: 10px;
    }

    .market-home-skin .market-search-main-shell {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 6px 8px;
        border-radius: 16px;
    }

    .market-home-skin .market-search-category-btn {
        min-height: 50px;
        border-right: none;
        border-bottom: 1px solid #e6ebea;
        padding: 4px 8px 8px;
    }

    .market-home-skin .market-search-category-title {
        font-size: 10px;
    }

    .market-home-skin .market-search-category-value {
        font-size: 14px;
    }

    .market-home-skin .market-search-category-menu {
        width: min(100%, calc(100vw - 24px));
        min-width: 0;
    }

    .market-home-skin .market-search-input-wrap,
    .market-home-skin .market-filter-btn,
    .market-home-skin .market-search-btn {
        min-height: 52px;
        border-radius: 14px;
    }

    .market-home-skin .market-search-input-wrap {
        padding: 6px 8px 4px;
    }

    .market-home-skin .market-search-input {
        font-size: 15px;
        min-height: 34px;
    }

    .market-home-skin .market-search-panel .market-filter-btn {
        width: 56px;
    }

    .market-home-skin .market-search-panel .market-search-btn {
        min-width: 0;
        padding-inline: 14px;
    }

    .market-home-skin .market-search-panel .market-search-btn span {
        font-size: 13px;
    }

    .market-home-skin .market-search-panel #searchResults {
        top: calc(100% + 8px);
        width: 100%;
    }

    .market-home-skin .market-category-scroller {
        --market-cat-gap: 8px;
        --market-cat-box: 98px;
        margin-bottom: 16px;
    }

    .market-home-skin .market-category-grid {
        grid-template-rows: repeat(2, 86px);
        grid-auto-columns: var(--market-cat-box);
        min-width: max-content;
        padding-right: 42px;
    }

    .market-home-skin .market-category-card {
        width: var(--market-cat-box);
        min-height: 86px;
        border-radius: 10px;
    }

    .market-home-skin .market-category-card .market-category-meta {
        padding: 8px 36px 7px 8px;
        max-width: 100%;
    }

    .market-home-skin .market-category-card .market-category-meta h6 {
        font-size: 11px;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        max-height: none;
    }

    .market-home-skin .market-category-card .market-category-visual {
        right: 6px;
        bottom: 6px;
        width: 26px;
        height: 26px;
    }

    .market-home-skin .market-category-card .market-category-icon {
        width: 26px;
        height: 26px;
        border-radius: 8px;
    }

    .market-home-skin .market-category-card .market-category-icon .iconsax {
        --Iconsax-Size: 15px;
    }

    .market-home-skin .market-performer-band {
        padding: 12px;
        border-radius: 14px;
    }

    .market-home-skin .market-performer-head h3 {
        font-size: 16px;
    }

    .market-home-skin .market-performer-head a {
        font-size: 12px;
        padding: 6px 9px;
    }

    .market-home-skin .market-performer-card {
        min-height: 80px;
        padding: 10px;
        gap: 10px;
        border-radius: 14px;
    }

    .market-home-skin .market-performer-avatar {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .market-home-skin .market-performer-avatar-fallback {
        font-size: 18px;
    }

    .market-home-skin .market-performer-meta h6 {
        font-size: 14px;
    }

    .market-home-skin .market-top-services-band {
        padding: 0;
        border-radius: 0;
    }

    .market-home-skin .market-vip-services-band {
        margin: 8px 0 16px;
        padding: 10px;
        border-radius: 16px;
    }

    .market-home-skin .market-top-services-head-actions {
        gap: 8px;
    }

    .market-home-skin .market-top-services-head-link {
        font-size: 12px;
        padding: 5px 8px;
    }

    .market-home-skin .market-dual-promo-grid {
        gap: 10px;
    }

    .market-home-skin .market-dual-promo-card {
        min-height: 198px;
        border-radius: 18px;
    }

    .market-home-skin .market-dual-promo-copy {
        padding: 16px 0 16px 16px;
    }

    .market-home-skin .market-dual-promo-copy h3 {
        font-size: 18px;
        max-width: 14ch;
    }

    .market-home-skin .market-dual-promo-copy p {
        margin-top: 10px;
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .market-home-skin .market-dual-promo-cta {
        min-width: 126px;
        padding: 10px 12px;
        font-size: 12px;
        gap: 6px;
    }

    .market-home-skin .market-dual-promo-cta span:last-child {
        font-size: 15px;
    }

    .market-home-skin .market-dual-promo-media {
        min-width: 130px;
        padding: 8px 10px 0 6px;
    }

    .market-home-skin .market-dual-promo-media img {
        max-height: 170px;
    }

    .market-home-skin .market-top-companies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .market-home-skin .market-top-company-card {
        min-height: 96px;
        border-radius: 12px;
        padding: 8px;
    }

    .market-home-skin .market-top-company-logo {
        height: 40px;
        border-radius: 8px;
    }

    .market-home-skin .market-top-company-meta h6 {
        font-size: 12px;
    }

    .market-home-skin .market-top-company-meta small {
        font-size: 10px;
    }

    .market-home-skin .market-top-services-nav {
        width: 30px;
        height: 30px;
    }

    .market-home-skin .market-top-services-nav span {
        font-size: 18px;
    }

    .market-home-skin .market-dual-promo-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .market-home-skin .market-dual-promo-card {
        min-height: 210px;
        gap: 6px;
    }

    .market-home-skin .market-dual-promo-copy {
        flex-basis: 58%;
    }

    .market-home-skin .market-dual-promo-copy h3 {
        font-size: 20px;
        max-width: 12ch;
    }

    .market-home-skin .market-dual-promo-copy p {
        font-size: 13px;
        max-width: 22ch;
    }

    .market-home-skin .market-dual-promo-media {
        min-width: 120px;
        flex-basis: 34%;
    }

    .market-home-skin .market-dual-promo-card.is-primary .market-dual-promo-media img,
    .market-home-skin .market-dual-promo-media img {
        max-width: 180px;
        max-height: 180px;
    }

    .market-home-skin .market-top-service-card {
        border-radius: 14px;
    }

    .market-home-skin .market-top-service-body {
        padding: 11px 11px 10px;
        gap: 8px;
    }

    .market-home-skin .market-top-service-headline h4 {
        font-size: 13px;
    }

    .market-home-skin .market-top-service-action {
        padding: 7px 9px;
        max-width: 100%;
    }

    .market-home-skin .market-top-service-action .iconsax {
        --Iconsax-Size: 14px;
    }

    .market-home-skin .market-top-service-action span {
        font-size: 10px;
    }

    .market-home-skin .market-top-service-location span {
        font-size: 12px;
    }

    .market-home-skin .market-top-service-tag {
        font-size: 10px;
        padding: 4px 7px;
    }

    .market-home-skin .market-top-service-rating strong,
    .market-home-skin .market-top-service-price {
        font-size: 12px;
    }
}

@media (max-width: 479.98px) {
    .market-home-skin .market-dual-promo-card {
        border-radius: 16px;
        min-height: 188px;
    }

    .market-home-skin .market-dual-promo-copy {
        padding: 14px 0 14px 14px;
    }

    .market-home-skin .market-dual-promo-badge {
        font-size: 10px;
        padding: 4px 8px;
        margin-bottom: 8px;
    }

    .market-home-skin .market-dual-promo-copy h3 {
        font-size: 17px;
        max-width: 11.5ch;
    }

    .market-home-skin .market-dual-promo-copy p {
        margin-top: 8px;
        font-size: 12px;
        max-width: 18ch;
        -webkit-line-clamp: 2;
    }

    .market-home-skin .market-dual-promo-cta {
        min-width: 112px;
        padding: 9px 11px;
        font-size: 11px;
    }

    .market-home-skin .market-dual-promo-media {
        min-width: 104px;
        padding-right: 8px;
    }

    .market-home-skin .market-dual-promo-card.is-primary .market-dual-promo-media img,
    .market-home-skin .market-dual-promo-media img {
        max-width: 142px;
        max-height: 148px;
    }
}

/* Cozy green palette pass (Upwork-inspired) */
.market-home-skin {
    --market-green: #29988B;
    --market-green-dark: #217d72;
    --market-green-soft: #e4f4f2;
    --market-green-soft-2: #f1fbfa;
    --market-green-border: #bfe3de;
    --market-green-border-2: #d6ece8;
}

.market-home-skin header.market-header-layout .custom-navbar .navbar-brand {
    background: transparent;
    border-color: transparent;
}

.market-home-skin header.market-header-layout .market-pill-btn,
.market-home-skin header.market-header-layout .custom-navbar>.nav-right .market-post-btn .market-pill-btn {
    background: var(--market-green-soft) !important;
    border-color: var(--market-green-border) !important;
    color: #16341d !important;
}

.market-home-skin header.market-header-layout .market-pill-btn i {
    --Iconsax-Color: #21756c !important;
}

.market-home-skin header.market-header-layout .market-home-subnav-chip {
    background: #e7f6f4;
    color: #1f6f66;
}

.market-home-skin header.market-header-layout .market-home-subnav-link.active::after {
    background: var(--market-green);
}

.market-home-skin .market-category-search-main-list .nav-link:hover {
    background: var(--market-green-soft-2);
    border-color: var(--market-green-border-2);
}

.market-home-skin .market-category-search-main-list .nav-link.active {
    border-color: var(--market-green);
    box-shadow: 0 2px 0 rgba(41, 152, 139, 0.08);
}

.market-home-skin .market-category-search-sub-item:hover {
    border-color: var(--market-green);
    box-shadow: 0 10px 20px rgba(41, 152, 139, 0.1);
}

.market-home-skin .market-search-btn,
.market-home-skin .market-detailed-filter-modal .market-apply-filter-btn {
    background: var(--market-green) !important;
    border-color: var(--market-green-dark) !important;
    color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.market-home-skin .market-search-btn .iconsax,
.market-home-skin .market-detailed-filter-modal .market-apply-filter-btn .iconsax {
    --Iconsax-Color: #fff !important;
}

.market-home-skin .market-search-btn:hover,
.market-home-skin .market-detailed-filter-modal .market-apply-filter-btn:hover {
    background: var(--market-green-dark) !important;
}

.market-home-skin .market-filter-btn {
    background: #eef7f6;
    border-color: #d3e8e4;
}

.market-home-skin .market-search-main-shell {
    border-color: var(--market-green);
    box-shadow: 0 1px 0 rgba(41, 152, 139, 0.06);
}

.market-home-skin .market-search-category-menu-search .form-control:focus {
    border-color: var(--market-green);
    box-shadow: 0 0 0 2px rgba(41, 152, 139, 0.08);
}

.market-home-skin .market-quick-category-option.is-active {
    border-color: var(--market-green-border);
    background: var(--market-green-soft-2);
}

.market-home-skin .market-detailed-filter-modal .market-filter-category-checkbox,
.market-home-skin .market-detailed-filter-modal .market-filter-provider-checkbox,
.market-home-skin .market-detailed-filter-modal .market-filter-radio-list input[type="radio"],
.market-home-skin .market-detailed-filter-modal .market-filter-rating-list input[type="radio"] {
    accent-color: var(--market-green);
}

.market-home-skin .market-performer-head a {
    background: #ecf7f6;
    color: #1f6f66;
}

.market-home-skin .market-performer-pagination .swiper-pagination-bullet-active {
    background: var(--market-green);
}

/* Keep home page focused on core blocks in market layout */
.market-home-skin .legacy-home-hero,
.market-home-skin .category-section,
.market-home-skin .offer-section,
.market-home-skin .application-section,
.market-home-skin .expert-section,
.market-home-skin .service-package-section,
.market-home-skin .blog-section,
.market-home-skin .service-provider-section,
.market-home-skin .about-us-section,
.market-home-skin .newsletter-section,
.market-home-skin .service-list-section.market-legacy-service-list,
.market-home-skin .service-list-section.market-vip-plus-section,
.market-home-skin section.pt-0.section-b-space {
    display: none !important;
}

.market-home-skin .service-list-section.market-vip-plus-section .title h2 {
    font-size: 24px;
}

/* Minimal SEO footer (backend-driven category menu) */
.footer-section.footer-seo-minimal {
    background: #e5e7eb;
    border-top: 1px solid #d1d5db;
    color: #111827;
    margin-top: 40px;
    padding-top: 28px;
    padding-bottom: 0;
}

.footer-section.footer-seo-minimal .footer-seo-shell {
    padding-bottom: 14px;
}

.footer-section.footer-seo-minimal .footer-seo-main-grid {
    display: grid;
    grid-template-columns: minmax(180px, 1.05fr) minmax(150px, 0.9fr) minmax(170px, 1fr) minmax(360px, 2.45fr);
    gap: 28px 34px;
    align-items: start;
}

.footer-section.footer-seo-minimal .footer-seo-brand {
    min-width: 0;
}

.footer-section.footer-seo-minimal .footer-seo-logo {
    display: inline-flex;
    align-items: center;
    color: #111827;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.footer-section.footer-seo-minimal .footer-seo-logo:hover {
    color: #111827;
}

.footer-section.footer-seo-minimal .footer-seo-logo img {
    width: auto;
    max-height: 34px;
}

.footer-section.footer-seo-minimal .footer-seo-tagline {
    margin-top: 12px;
    color: #6b7280;
    line-height: 1.5;
    max-width: 28ch;
}

.footer-section.footer-seo-minimal .footer-seo-provider-note {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.footer-section.footer-seo-minimal .footer-seo-provider-note p {
    color: #6b7280;
    line-height: 1.45;
}

.footer-section.footer-seo-minimal .footer-seo-provider-note a {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    color: #111827;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-section.footer-seo-minimal .footer-seo-provider-note a:hover {
    color: #0f766e;
}

.footer-section.footer-seo-minimal .footer-seo-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 14px;
    padding: 0;
    color: #1f2937;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.footer-section.footer-seo-minimal .footer-seo-heading .down-arrow {
    display: none !important;
}

.footer-section.footer-seo-minimal .footer-seo-heading .iconsax {
    --Iconsax-Color: #374151;
}

.footer-section.footer-seo-minimal .footer-seo-links,
.footer-section.footer-seo-minimal .footer-seo-categories-panel {
    display: block !important;
}

.footer-section.footer-seo-minimal .footer-seo-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section.footer-seo-minimal .footer-seo-links li {
    display: block;
}

.footer-section.footer-seo-minimal .footer-seo-links li + li {
    margin-top: 9px;
}

.footer-section.footer-seo-minimal .footer-seo-links .nav-link {
    display: inline;
    padding: 0;
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
    border: 0;
    background: transparent;
}

.footer-section.footer-seo-minimal .footer-seo-links .nav-link:hover {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-section.footer-seo-minimal .footer-seo-muted {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.4;
}

.footer-section.footer-seo-minimal .footer-seo-categories-block {
    min-width: 0;
}

.footer-section.footer-seo-minimal .footer-seo-categories-panel {
    min-width: 0;
}

.footer-section.footer-seo-minimal .footer-seo-all-categories {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.45);
    color: #374151;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.footer-section.footer-seo-minimal .footer-seo-all-categories:hover {
    color: #111827;
    border-color: rgba(107, 114, 128, 0.45);
    background: rgba(255, 255, 255, 0.65);
}

.footer-section.footer-seo-minimal .footer-seo-category-nav {
    margin-top: 6px;
}

.footer-section.footer-seo-minimal .footer-seo-category-groups {
    columns: 3;
    column-gap: 24px;
}

.footer-section.footer-seo-minimal .footer-seo-category-group {
    break-inside: avoid;
    display: block;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.footer-section.footer-seo-minimal .footer-seo-category-group h4 {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.footer-section.footer-seo-minimal .footer-seo-category-group h4 a {
    color: #111827;
}

.footer-section.footer-seo-minimal .footer-seo-category-group h4 a:hover {
    color: #0f766e;
}

.footer-section.footer-seo-minimal .footer-seo-category-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section.footer-seo-minimal .footer-seo-category-group ul li {
    display: block;
}

.footer-section.footer-seo-minimal .footer-seo-category-group ul li + li {
    margin-top: 4px;
}

.footer-section.footer-seo-minimal .footer-seo-category-group ul a {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

.footer-section.footer-seo-minimal .footer-seo-category-group ul a:hover {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-section.footer-seo-minimal .footer-seo-bottom {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    flex-wrap: wrap;
}

.footer-section.footer-seo-minimal .footer-seo-bottom-links {
    display: flex;
    align-items: center;
    gap: 6px 16px;
    flex-wrap: wrap;
}

.footer-section.footer-seo-minimal .footer-seo-bottom-links a {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.35;
}

.footer-section.footer-seo-minimal .footer-seo-bottom-links a:hover {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-section.footer-seo-minimal .footer-seo-copy {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
}

@media (max-width: 1599px) {
    .footer-section.footer-seo-minimal .footer-seo-main-grid {
        grid-template-columns: minmax(160px, 1fr) minmax(150px, 0.9fr) minmax(170px, 1fr) minmax(320px, 2.1fr);
        gap: 24px 26px;
    }

    .footer-section.footer-seo-minimal .footer-seo-category-groups {
        columns: 2;
    }
}

@media (max-width: 1199px) {
    .footer-section.footer-seo-minimal {
        margin-top: 28px;
        padding-top: 22px;
    }

    .footer-section.footer-seo-minimal .footer-seo-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .footer-section.footer-seo-minimal .footer-seo-categories-block {
        grid-column: 1 / -1;
    }

    .footer-section.footer-seo-minimal .footer-seo-category-groups {
        columns: 2;
        column-gap: 18px;
    }
}

@media (max-width: 767px) {
    .footer-section.footer-seo-minimal {
        padding-top: 18px;
        margin-top: 20px;
    }

    .footer-section.footer-seo-minimal .footer-seo-main-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-section.footer-seo-minimal .footer-seo-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-section.footer-seo-minimal .footer-seo-tagline {
        max-width: none;
        margin-top: 8px;
        font-size: 13px;
    }

    .footer-section.footer-seo-minimal .footer-seo-provider-note {
        margin-top: 10px;
        padding-top: 10px;
    }

    .footer-section.footer-seo-minimal .footer-seo-links .nav-link {
        font-size: 13px;
    }

    .footer-section.footer-seo-minimal .footer-seo-category-nav {
        margin-top: 2px;
    }

    .footer-section.footer-seo-minimal .footer-seo-category-groups {
        columns: 1;
    }

    .footer-section.footer-seo-minimal .footer-seo-category-group {
        margin-bottom: 10px;
        padding-bottom: 9px;
    }

    .footer-section.footer-seo-minimal .footer-seo-bottom {
        margin-top: 12px;
        padding-top: 10px;
        align-items: flex-start;
    }

    .footer-section.footer-seo-minimal .footer-seo-copy {
        text-align: left;
        width: 100%;
    }
}

/* Screenshot-inspired footer */
.footer-section.footer-market-snapshot {
    background: #efefef;
    border-top: 1px solid #e1e1e1;
    margin-top: 44px;
    color: #2f2f2f;
    padding: 36px 0 0;
}

.footer-section.footer-market-snapshot .footer-market-shell {
    padding-bottom: 0;
}

.footer-section.footer-market-snapshot .footer-market-mobile-accordion {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.footer-section.footer-market-snapshot .footer-market-mobile-accordion-summary {
    display: none;
}

.footer-section.footer-market-snapshot .footer-market-mobile-accordion-panel {
    min-width: 0;
}

.footer-section.footer-market-snapshot .footer-market-categories-top {
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 0;
}

.footer-section.footer-market-snapshot .footer-market-main-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.1fr);
    gap: 26px 46px;
    align-items: start;
}

.footer-section.footer-market-snapshot .footer-market-col {
    min-width: 0;
}

.footer-section.footer-market-snapshot .footer-market-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-section.footer-market-snapshot .footer-market-heading {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #2b2b2b;
}

.footer-section.footer-market-snapshot .footer-market-heading-row .footer-market-heading {
    margin-bottom: 0;
}

.footer-section.footer-market-snapshot .footer-market-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.footer-section.footer-market-snapshot .footer-market-links li {
    display: block;
}

.footer-section.footer-market-snapshot .footer-market-links a,
.footer-section.footer-market-snapshot .footer-market-contact-list a,
.footer-section.footer-market-snapshot .footer-market-contact-list span {
    color: #9a9a9a;
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none;
}

.footer-section.footer-market-snapshot .footer-market-links a:hover,
.footer-section.footer-market-snapshot .footer-market-contact-list a:hover {
    color: #4c4c4c;
}

.footer-section.footer-market-snapshot .footer-market-help-links {
    margin-bottom: 14px;
}

.footer-section.footer-market-snapshot .footer-market-contact-list {
    display: grid;
    gap: 8px;
}

.footer-section.footer-market-snapshot .footer-market-muted {
    color: #b3b3b3;
    font-size: 13px;
    line-height: 1.45;
}

.footer-section.footer-market-snapshot .footer-market-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    flex-wrap: wrap;
}

.footer-section.footer-market-snapshot .footer-market-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e6;
    color: #2f2f34;
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-section.footer-market-snapshot .footer-market-socials a:hover {
    background: #dbdbde;
    border-color: #d0d0d4;
    transform: translateY(-1px);
}

.footer-section.footer-market-snapshot .footer-market-socials a.is-placeholder {
    cursor: default;
}

.footer-section.footer-market-snapshot .footer-market-socials a svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

.footer-section.footer-market-snapshot .footer-market-categories-col {
    min-width: 0;
}

.footer-section.footer-market-snapshot .footer-market-categories-all {
    color: #9a9a9a;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.footer-section.footer-market-snapshot .footer-market-categories-all:hover {
    color: #555;
}

.footer-section.footer-market-snapshot .footer-market-category-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 24px;
}

.footer-section.footer-market-snapshot .footer-market-category-columns a,
.footer-section.footer-market-snapshot .footer-market-category-columns span {
    display: block;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-section.footer-market-snapshot .footer-market-category-columns a.is-child {
    padding-left: 12px;
    position: relative;
}

.footer-section.footer-market-snapshot .footer-market-category-columns a.is-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c6c6c8;
}

.footer-section.footer-market-snapshot .footer-market-category-columns a:hover {
    color: #4c4c4c;
}

.footer-section.footer-market-snapshot .footer-market-bottom {
    margin-top: 34px;
    padding: 18px 0 12px;
    border-top: 1px solid #e2e2e2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, auto);
    gap: 12px 20px;
    align-items: center;
}

.footer-section.footer-market-snapshot .footer-market-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.footer-section.footer-market-snapshot .footer-market-bottom-links a {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-section.footer-market-snapshot .footer-market-bottom-links a:hover {
    color: #4f4f4f;
}

.footer-section.footer-market-snapshot .footer-market-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-self: center;
    min-width: 0;
}

.footer-section.footer-market-snapshot .footer-market-language {
    justify-self: auto;
}

.footer-section.footer-market-snapshot .footer-market-language-btn {
    min-height: 44px;
    border-radius: 16px;
    border: 1px solid #d9d9db;
    background: #f2f2f2;
    color: #2f2f2f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
}

.footer-section.footer-market-snapshot .footer-market-language-btn .footer-market-language-icon {
    font-size: 18px;
    line-height: 1;
    color: #2d2d2d;
}

.footer-section.footer-market-snapshot .footer-market-language-btn .iconsax {
    --Iconsax-Size: 14px;
    --Iconsax-Color: #2d2d2d;
}

.footer-section.footer-market-snapshot .footer-market-language-menu {
    min-width: 180px;
    border-radius: 14px;
    border: 1px solid #e0e0e2;
    padding: 6px;
    box-shadow: 0 14px 26px rgba(30, 30, 35, 0.07);
}

.footer-section.footer-market-snapshot .footer-market-language-menu:not(.show) {
    display: none;
}

.footer-section.footer-market-snapshot .footer-market-language-menu.show {
    display: block;
}

.footer-section.footer-market-snapshot .footer-market-language-menu .dropdown-item {
    border-radius: 10px;
    font-size: 13px;
    color: #444;
    padding: 7px 10px;
}

.footer-section.footer-market-snapshot .footer-market-language-menu .dropdown-item.active,
.footer-section.footer-market-snapshot .footer-market-language-menu .dropdown-item:active {
    background: #e7f2f0;
    color: #1f6f66;
}

.footer-section.footer-market-snapshot .footer-market-copy {
    margin: 0;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
    justify-self: end;
}

@media (max-width: 1399px) {
    .footer-section.footer-market-snapshot .footer-market-main-grid {
        grid-template-columns: minmax(170px, 0.9fr) minmax(220px, 1.05fr);
        gap: 26px 30px;
    }

    .footer-section.footer-market-snapshot .footer-market-category-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .footer-section.footer-market-snapshot {
        padding-top: 26px;
        margin-top: 28px;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion + .footer-market-mobile-accordion {
        margin-top: 10px;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 0;
        cursor: pointer;
        list-style: none;
        user-select: none;
        border-bottom: 1px solid #e1e1e1;
        color: #2f2f2f;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.25;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion:not([open]) > .footer-market-mobile-accordion-panel {
        display: none;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion[open] > .footer-market-mobile-accordion-panel {
        display: block;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-summary::-webkit-details-marker {
        display: none;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-chevron {
        width: 10px;
        height: 10px;
        border-right: 2px solid #757575;
        border-bottom: 2px solid #757575;
        transform: rotate(45deg);
        transition: transform 0.2s ease, margin 0.2s ease;
        margin-top: -4px;
        flex-shrink: 0;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion[open] > .footer-market-mobile-accordion-summary .footer-market-mobile-accordion-chevron {
        transform: rotate(-135deg);
        margin-top: 2px;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-categories .footer-market-categories-top {
        margin-bottom: 0;
        padding: 12px 0 0;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-categories .footer-market-heading-row {
        margin-bottom: 12px;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-categories .footer-market-heading-row .footer-market-heading {
        display: none;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-info .footer-market-bottom {
        margin-top: 0;
        padding-top: 12px;
        border-top: 0;
    }

    .footer-section.footer-market-snapshot .footer-market-main-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-section.footer-market-snapshot .footer-market-categories-top {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

    .footer-section.footer-market-snapshot .footer-market-category-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 18px;
    }

    .footer-section.footer-market-snapshot .footer-market-bottom {
        grid-template-columns: 1fr;
        justify-items: start;
        align-items: start;
    }

    .footer-section.footer-market-snapshot .footer-market-actions {
        justify-self: start;
        flex-wrap: wrap;
    }

    .footer-section.footer-market-snapshot .footer-market-language {
        justify-self: auto;
    }

    .footer-section.footer-market-snapshot .footer-market-copy {
        justify-self: start;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer-section.footer-market-snapshot .footer-market-mobile-accordion {
        display: block;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion[open] > .footer-market-mobile-accordion-summary,
    .footer-section.footer-market-snapshot .footer-market-mobile-accordion > .footer-market-mobile-accordion-summary {
        display: none;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion > .footer-market-mobile-accordion-panel {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion:not([open]) > .footer-market-mobile-accordion-panel {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .footer-section.footer-market-snapshot {
        padding-top: 20px;
    }

    .footer-section.footer-market-snapshot .footer-market-heading,
    .footer-section.footer-market-snapshot .footer-market-heading-row .footer-market-heading {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-section.footer-market-snapshot .footer-market-heading-row {
        align-items: baseline;
        margin-bottom: 10px;
    }

    .footer-section.footer-market-snapshot .footer-market-category-columns {
        grid-template-columns: 1fr;
    }

    .footer-section.footer-market-snapshot .footer-market-links {
        gap: 8px;
    }

    .footer-section.footer-market-snapshot .footer-market-socials {
        gap: 8px;
    }

    .footer-section.footer-market-snapshot .footer-market-socials a {
        width: 40px;
        height: 40px;
    }

    .footer-section.footer-market-snapshot .footer-market-language-btn {
        min-height: 42px;
        border-radius: 14px;
        font-size: 13px;
    }

    .footer-section.footer-market-snapshot .footer-market-mobile-accordion-summary {
        font-size: 14px;
        padding: 11px 0;
    }
}

/* Global breadcrumb styled close to single service page mini breadcrumb */
.breadcrumb-section {
    background: #eceff1 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #dee3e7 !important;
    padding-top: calc(70px + (82 - 70) * ((100vw - 320px) / (1920 - 320))) !important;
    padding-bottom: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) !important;
    min-height: auto !important;
}

.breadcrumb-section.ratio_18::before {
    display: none !important;
}

.breadcrumb-section > .bg-img {
    display: none !important;
}

.breadcrumb-section .breadcrumb-contain {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
    padding: 0 !important;
}

[dir="rtl"] .breadcrumb-section .breadcrumb-contain {
    text-align: right !important;
}

.breadcrumb-section .breadcrumb-contain > div {
    width: 100%;
    display: block;
    min-height: 0 !important;
}

[dir="rtl"] .breadcrumb-section .breadcrumb-contain > div {
    text-align: right;
}

.breadcrumb-section .breadcrumb-contain p {
    display: none !important;
}

.breadcrumb-section .breadcrumb {
    order: 1;
    margin: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    min-height: 22px;
}

.breadcrumb-section .breadcrumb.breadcrumb-icon {
    --bs-breadcrumb-divider: '/';
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-size: 13px !important;
    line-height: 1.2 !important;
    color: #7a808b !important;
    text-transform: none;
    font-weight: 400;
    margin: 0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
}

[dir="rtl"] .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 8px;
}

.breadcrumb-section .breadcrumb a.breadcrumb-item {
    color: #5d6674 !important;
    text-decoration: none !important;
    font-weight: 400;
}

.breadcrumb-section .breadcrumb a.breadcrumb-item:hover {
    color: #242a35 !important;
}

.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: none;
    color: #7a808b !important;
    opacity: 0.45;
    padding: 0 8px 0 0;
    margin: 0;
}

[dir="rtl"] .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0 0 8px;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: #1f2430 !important;
    font-weight: 700;
}

.breadcrumb-section .breadcrumb-contain h2 {
    display: none !important;
}

.breadcrumb-section .breadcrumb-contain h2::before,
.breadcrumb-section .breadcrumb-contain h2::after,
.breadcrumb-section .breadcrumb-contain h2 span::before,
.breadcrumb-section .breadcrumb-contain h2 span::after {
    display: none !important;
}

.breadcrumb-section .breadcrumb-contain h2 span {
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    text-fill-color: currentColor !important;
}

@media (max-width: 767.98px) {
    .breadcrumb-section {
        padding-top: 64px !important;
        padding-bottom: 8px !important;
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item {
        font-size: 12px !important;
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 6px;
    }

    [dir="rtl"] .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
        padding-right: 6px;
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 6px;
    }

    [dir="rtl"] .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0;
        padding-left: 6px;
    }
}

/* Global compact tuning for the market search module across pages */
.market-home-skin .market-search-panel {
    gap: 10px;
    margin-bottom: 14px;
}

.market-home-skin .market-search-main-shell {
    min-height: 64px;
    border-width: 1px;
    border-color: #d4e3df;
    border-radius: 16px;
    padding: 0 10px 0 12px;
    background: #f9fcfb;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.market-home-skin .market-search-category-btn {
    min-height: 50px;
    padding: 6px 12px 6px 6px;
}

.market-home-skin .market-search-category-value {
    font-size: 15px;
}

.market-home-skin .market-search-input-wrap {
    min-height: 50px;
    padding: 0 12px;
}

.market-home-skin .market-search-input {
    font-size: 15px;
    min-height: 34px;
}

.market-home-skin .market-filter-btn,
.market-home-skin .market-search-btn {
    min-height: 64px;
    border-radius: 16px;
}

.market-home-skin .market-filter-btn {
    width: 64px;
    background: #f2f7f5;
    border-color: #d6e4e0;
}

.market-home-skin .market-search-btn {
    min-width: 156px;
    padding: 0 18px;
}

.market-home-skin .market-search-btn span {
    font-size: 14px;
}

.breadcrumb-section .market-breadcrumb-search .market-inline-search-host.market-home-skin .market-search-panel {
    padding: 8px;
    border-radius: 18px;
    background: rgba(246, 250, 249, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12) !important;
}

.breadcrumb-section .market-breadcrumb-search .market-inline-search-host.market-home-skin .market-search-main-shell {
    background: #ffffff;
}

@media (max-width: 1199.98px) {
    .market-home-skin .market-search-main-shell {
        min-height: 60px;
        border-radius: 15px;
    }

    .market-home-skin .market-search-panel .market-filter-btn,
    .market-home-skin .market-search-panel .market-search-btn {
        min-height: 60px;
        border-radius: 15px;
    }

    .market-home-skin .market-search-panel .market-search-btn {
        min-width: 140px;
        padding-inline: 16px;
    }
}

@media (max-width: 767.98px) {
    .market-home-skin .market-search-panel {
        gap: 8px;
    }

    .market-home-skin .market-search-main-shell {
        border-radius: 14px;
        padding: 5px 8px;
    }

    .market-home-skin .market-search-category-btn {
        min-height: 46px;
        padding: 4px 8px 6px;
    }

    .market-home-skin .market-search-input-wrap,
    .market-home-skin .market-filter-btn,
    .market-home-skin .market-search-btn {
        min-height: 46px;
        border-radius: 12px;
    }

    .market-home-skin .market-search-input-wrap {
        padding: 0 8px;
    }

    .market-home-skin .market-search-input {
        font-size: 14px;
        min-height: 30px;
    }

    .market-home-skin .market-search-panel .market-filter-btn {
        width: 52px;
    }

    .market-home-skin .market-search-panel .market-search-btn {
        padding-inline: 12px;
    }

    .market-home-skin .market-search-panel .market-search-btn span {
        font-size: 13px;
    }

    .breadcrumb-section .market-breadcrumb-search .market-inline-search-host.market-home-skin .market-search-panel {
        padding: 6px;
        border-radius: 14px;
    }
}

/* Minimal empty-state replacement for old no-data SVG */
.no-data-found {
    width: 100%;
    padding: 24px 16px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    border: 1px solid #e3ebf2;
    border-radius: 14px;
    background: #f9fbfc;
}

.no-data-found .no-data-img,
.no-data-found img.no-data-img {
    display: none !important;
}

.no-data-found::before {
    content: "";
    width: 52px;
    height: 52px;
    border: 1.5px solid #d3dde8;
    border-radius: 12px;
    background:
        linear-gradient(#d3dde8, #d3dde8) center 17px / 22px 2px no-repeat,
        linear-gradient(#d3dde8, #d3dde8) center 26px / 18px 2px no-repeat,
        linear-gradient(#d3dde8, #d3dde8) center 35px / 14px 2px no-repeat,
        #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.no-data-found p {
    margin: 0;
    color: #5b6f83;
    font-size: 16px !important;
    font-weight: 500;
}

.no-data-found .btn {
    margin-top: 6px;
}

@media (max-width: 767.98px) {
    .no-data-found {
        padding: 20px 12px !important;
        border-radius: 12px;
    }

    .no-data-found::before {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .no-data-found p {
        font-size: 14px !important;
    }
}

/* Advertising slot blocks */
.market-ad-slot-wrap {
    margin: 10px 0;
}

.market-ad-slot {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.market-ad-slot-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.market-ad-slot-media {
    position: relative;
    min-height: 128px;
    background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
}

.market-ad-slot-image {
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: 360px;
    object-fit: cover;
    display: block;
}

.market-ad-slot-placeholder {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #334155;
    text-align: center;
    padding: 10px;
}

.market-ad-slot-placeholder strong {
    font-size: 16px;
    line-height: 1.2;
}

.market-ad-slot-placeholder small {
    font-size: 12px;
    color: #64748b;
}

.market-ad-slot-title,
.market-ad-slot-size {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    padding: 5px 8px;
    letter-spacing: 0.2px;
}

.market-ad-slot-title {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 125px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-ad-slot-size {
    top: 8px;
    right: 8px;
}

.market-ad-slot-wrap[data-ad-slot-key="service_package_sidebar"] .market-ad-slot-media {
    min-height: 300px;
}

.market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot,
.market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-media,
.market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-image {
    border-radius: 0;
}

/* Keep home mid banner inside container width (not full viewport) */
.market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Footer ad: tighter top spacing and smaller corner radius */
.market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] {
    margin-top: 4px;
    margin-bottom: 8px;
}

.market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot {
    border-radius: 8px;
}

/* Home + footer ad slots (desktop/mobile specific sizing) */
@media (min-width: 992px) {
    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot {
        width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-media,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-media {
        height: 70px;
        min-height: 70px;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-image,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-image {
        height: 100%;
        object-fit: cover;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-title,
    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-size {
        display: none;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-placeholder,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-placeholder {
        min-height: 70px;
        padding: 6px;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-placeholder strong,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-placeholder strong {
        font-size: 10px;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-placeholder small,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-placeholder small {
        display: none;
    }

    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-media {
        height: 122px;
        min-height: 122px;
    }

    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-placeholder {
        min-height: 122px;
    }

    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-title {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .market-ad-slot-wrap {
        margin: 8px 0;
    }

    .market-ad-slot-media {
        min-height: 108px;
    }

    .market-ad-slot-wrap[data-ad-slot-key="service_package_sidebar"] .market-ad-slot-media {
        min-height: 160px;
    }

    .market-ad-slot-title,
    .market-ad-slot-size {
        font-size: 10px;
        padding: 6px 9px;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot {
        width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-media,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-media {
        min-height: 110px;
        aspect-ratio: 16 / 5;
    }

    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-media {
        height: 132px;
        min-height: 132px;
        aspect-ratio: auto;
    }

    .market-ad-slot-wrap.market-ad-slot-global-footer[data-ad-slot-key="site_footer"] .market-ad-slot-image,
    .market-ad-slot-wrap.market-ad-slot-home-top-companies[data-ad-slot-key="home_after_hero"] .market-ad-slot-image {
        height: 100%;
        object-fit: cover;
    }
}
