/* Multikart NFT inspired visual layer for the kl4 theme. */
:root {
    --nft-primary: #7b5cff;
    --nft-primary-dark: #5d3eea;
    --nft-accent: #ff4f8b;
    --nft-ink: #19152b;
    --nft-muted: #77728a;
    --nft-line: #ece9f5;
    --nft-surface: #ffffff;
    --nft-bg: #f8f7fc;
    --nft-radius: 18px;
    --nft-shadow: 0 12px 34px rgba(45, 31, 84, .09);
    --nft-content-guide: 30px;
}

/* Dark purple theme experiment. The previous light version is saved as light-v68. */
:root {
    --nft-primary: #a889ff;
    --nft-primary-dark: #8461f4;
    --nft-accent: #ff5b9d;
    --nft-ink: #f4efff;
    --nft-muted: #b8aed0;
    --nft-line: #3c3158;
    --nft-surface: #211936;
    --nft-bg: #120c20;
    --nft-shadow: 0 14px 38px rgba(4,2,12,.36);
}
html,
body {
    color: var(--nft-ink);
    background:
        radial-gradient(circle at 10% 0, rgba(123,92,255,.22), transparent 34rem),
        radial-gradient(circle at 90% 18%, rgba(255,79,139,.12), transparent 30rem),
        #120c20 !important;
}
.navbar.navbar-default {
    border-color: #33274d;
    background: rgba(24,17,40,.96) !important;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-link,
.language-selector,
.language-selector select { color: var(--nft-ink) !important; }
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background: rgba(168,137,255,.16);
}
.header-block .articlebox,
.content-block .articlebox,
.articlebox.art,
.showcase-wrap,
.questionary-filter,
.filter-wrapper,
#ajax-filter,
#questionary-view article,
.stories-header,
.status-hero-wrapper {
    border-color: var(--nft-line) !important;
    color: var(--nft-ink) !important;
    background-color: var(--nft-surface) !important;
    background-image: none !important;
    box-shadow: var(--nft-shadow);
}
.showcase-wrap .h3,
.showcase-wrap p,
.showcase-wrap .name,
.showcase-wrap a,
.articlebox,
.articlebox p,
.articlebox h1,
.articlebox h2,
.articlebox h3 { color: var(--nft-ink) !important; }
input:not([type="submit"]):not([type="button"]),
textarea,
select {
    border-color: #4a3c68 !important;
    color: var(--nft-ink) !important;
    background-color: #1b142c !important;
}
input::placeholder,
textarea::placeholder { color: #8f84aa !important; }
.product-view .navigationQ {
    background-color: rgba(29,21,47,.78);
}
.product-view .navigationQ .next,
.product-view .navigationQ .prev {
    border-color: #4a3b6b;
    color: var(--nft-ink) !important;
    background: #281e40;
}
.product-view #gallery,
.product-view .rg-gallery,
.product-view .rg-thumbs,
.product-view .col-md-6 > .info-wrapper,
.product-view .pane > .info-wrapper,
.product-view .pricing-model,
.product-view #show-reviews,
.product-view .comments,
.product-view .questions,
.product-view .profile-video-panel,
.profile-page-theme .other_call_girls,
.profile-page-theme .profile-footer-card,
.profile-page-theme .profile-footer-card .bottom,
.profile-page-theme .profile-footer-card .footer {
    border-color: var(--nft-line) !important;
    color: var(--nft-ink) !important;
    background: var(--nft-surface) !important;
    box-shadow: var(--nft-shadow);
}
.product-view .rg-image-wrapper {
    background: linear-gradient(145deg, #1a132b, #281d40) !important;
}
.product-view .info-wrapper.phone > .info-wrapper,
.product-view .info-wrapper.phone > .pane > .info-wrapper,
.product-view .pane .info-wrapper > .line,
.product-view .comments .row-comment,
.product-view .questions .new-question,
.product-view div.comment,
.product-view div.question,
.product-view .comments .comment,
.product-view .questions .question,
.product-view .new-question-answer-block,
.product-view .new-question-question-block {
    border-color: #3e3259 !important;
    color: var(--nft-ink) !important;
    background: #281f3d !important;
}
.product-view .info-models {
    border-color: #4a3b6c;
    background: linear-gradient(135deg, #2b2044, #241a39);
}
.product-view .info-wrapper .line { border-bottom-color: #3b3054; }
.product-view ul.service-wrap li,
.product-view .pricing-model {
    border-color: #4b3c70 !important;
    color: #c9b9ff !important;
    background: #30244b !important;
}
.profile-page-theme #questionary-view-other .items > a,
.profile-page-theme #questionary-view-other .items > form,
.profile-page-theme #questionary-view-other .items > .hidden-link {
    border-color: #43365f;
    background: #281f3d;
}
.product-view .gallery-verification-warning .reallogo {
    border-color: rgba(255,91,111,.35);
    border-left-color: #ff5b6f;
    color: #ffc1c9 !important;
    background: rgba(73,24,39,.94) !important;
}
.product-view .gallery-verification-warning .reallogo::before {
    border-color: rgba(255,91,111,.4);
    background: #5d2637;
}
.product-view .gallery-verification-warning .reallogo::after { color: #ff8292; }
.profile-page-theme .profile-footer-card .footer,
.profile-page-theme .profile-footer-card .footer p,
.profile-page-theme .profile-footer-card .footer li,
.profile-page-theme .profile-footer-card .footer .info,
.profile-page-theme .profile-footer-card .footer .info_col1,
.profile-page-theme .profile-footer-card .footer [style*="color"] { color: var(--nft-muted) !important; }

/* Final mobile grid alignment; keep this after legacy and AJAX rules. */
@media (max-width: 575px) {
    body:not(.profile-page-theme) #questionary-view {
        position: relative;
        left: -2px;
        width: calc(100% + 10px) !important;
        max-width: none !important;
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    body:not(.profile-page-theme) #questionary-view .qitems,
    body:not(.profile-page-theme) #questionary-view .qitems > .row,
    body:not(.profile-page-theme) #questionary-view .qitems > .row > .row,
    body:not(.profile-page-theme) #questionary-view .row-flex.kl4-ajax-items,
    body:not(.profile-page-theme) #questionary-view .kl4-ajax-content-row,
    body:not(.profile-page-theme) #questionary_list #questionary-list.list-view > .items {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    body:not(.profile-page-theme) #questionary-view .qitems .row > article.freeQuestionary,
    body:not(.profile-page-theme) #questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"],
    body:not(.profile-page-theme) #questionary_list #questionary-list.list-view > .items > article.freeQuestionary {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}

/* Maximum-width mobile profile grid: always two cards per row. */
@media (max-width: 575px) {
    #questionary-view {
        width: calc(100% + 8px) !important;
        max-width: none !important;
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    #questionary-view .qitems,
    #questionary-view .qitems > .row,
    #questionary-view .qitems > .row > .row,
    #questionary-view .row-flex.kl4-ajax-items,
    #questionary-view .kl4-ajax-content-row,
    #questionary_list #questionary-list.list-view > .items {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #questionary-view .qitems .row > article.freeQuestionary,
    #questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"],
    #questionary_list #questionary-list.list-view > .items > article.freeQuestionary {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}

/* Final homepage filter override (must remain last). */
.main .right-bar.ajax_filter,
.main .tags.ajax_filter,
.main .ajax_filter {
    border-color: #3c3158 !important;
    color: #f4efff !important;
    background: linear-gradient(135deg, #251b3b, #1b142d) !important;
    background-image: none !important;
    box-shadow: 0 14px 38px rgba(4, 2, 12, .36) !important;
}
.main .ajax_filter .filter,
.main .ajax_filter .filterBlock,
.main .ajax_filter .filterBlock.slider { color: #d8ccf5 !important; background: transparent !important; }
.main .ajax_filter div.tag,
.main .ajax_filter div.tag.select-tag {
    border-color: #e2d8ff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #a889ff, #ff5b9d) !important;
    box-shadow: 0 7px 18px rgba(168, 137, 255, .27) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}
.main .ajax_filter div.tag:hover,
.main .ajax_filter div.tag.select-tag:hover {
    border-color: #fff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #c7b4ff, #ff79ad) !important;
    box-shadow: 0 11px 26px rgba(168, 137, 255, .42), 0 0 0 4px rgba(255, 91, 157, .14) !important;
    filter: saturate(1.16) brightness(1.1);
    transform: translateY(-2px);
}
.main .ajax_filter div.tag.active,
.main .ajax_filter div.tag.select-tag.active {
    border-color: #ff83b3 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #6f4bea, #d54483) !important;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.13), 0 7px 18px rgba(213,68,131,.25) !important;
}
.main .ajax_filter_bootstrap_select > .btn,
.main .ajax_filter_bootstrap_select > .btn-secondary,
.main .ajax_filter_bootstrap_select > .dropdown-toggle {
    border-color: #e2d8ff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #a889ff, #ff5b9d) !important;
    box-shadow: 0 7px 18px rgba(168, 137, 255, .27) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}
.main .ajax_filter_bootstrap_select > .btn:hover,
.main .ajax_filter_bootstrap_select > .btn:focus {
    border-color: #fff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #c7b4ff, #ff79ad) !important;
    box-shadow: 0 11px 26px rgba(168, 137, 255, .42), 0 0 0 4px rgba(255, 91, 157, .14) !important;
    filter: saturate(1.16) brightness(1.1);
    transform: translateY(-2px);
}
.main .ajax_filter_bootstrap_select > .btn.show {
    border-color: #ff83b3 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #6f4bea, #d54483) !important;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.13), 0 7px 18px rgba(213,68,131,.25) !important;
}
.main .ajax_filter_bootstrap_select .dropdown-menu {
    border: 1px solid #4a3c68 !important;
    color: #ddd3f4 !important;
    background: #211936 !important;
    box-shadow: 0 18px 38px rgba(4, 2, 12, .48) !important;
}
.main .ajax_filter_bootstrap_select .dropdown-item { color: #ddd3f4 !important; background: transparent !important; }
.main .ajax_filter_bootstrap_select .dropdown-item:hover,
.main .ajax_filter_bootstrap_select .dropdown-item:focus,
.main .ajax_filter_bootstrap_select .dropdown-item.selected,
.main .ajax_filter_bootstrap_select .dropdown-item.active {
    color: #fff !important;
    background: rgba(132, 97, 244, .38) !important;
}
.main .ajax_filter_reset,
.main .ajax_filter_filters { color: #b8aed0 !important; }
.main .ajax_filter_reset_filters { color: #a889ff !important; }

/* Homepage AJAX filter: keep Bootstrap and legacy controls in the dark theme. */
.main .right-bar.ajax_filter,
.main .tags.ajax_filter,
.main .ajax_filter {
    border-color: #3c3158 !important;
    color: var(--nft-ink) !important;
    background: linear-gradient(135deg, #251b3b, #1b142d) !important;
    box-shadow: var(--nft-shadow) !important;
}
.main .ajax_filter .filter,
.main .ajax_filter .filterBlock,
.main .ajax_filter .filterBlock.slider {
    color: #d8ccf5 !important;
    background-color: transparent !important;
}
.main .ajax_filter div.tag,
.main .ajax_filter div.tag.select-tag {
    border-color: #4a3c68 !important;
    color: #ddd3f4 !important;
    background: #2a2040 !important;
}
.main .ajax_filter div.tag:hover,
.main .ajax_filter div.tag.active,
.main .ajax_filter div.tag.select-tag:hover,
.main .ajax_filter div.tag.select-tag.active {
    border-color: #a889ff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #8461f4, #b23f7d) !important;
}
.main .ajax_filter_bootstrap_select > .btn,
.main .ajax_filter_bootstrap_select > .btn-secondary,
.main .ajax_filter_bootstrap_select > .dropdown-toggle {
    border-color: #4a3c68 !important;
    color: #eee8ff !important;
    background: #2a2040 !important;
    box-shadow: none !important;
}
.main .ajax_filter_bootstrap_select > .btn:hover,
.main .ajax_filter_bootstrap_select > .btn:focus,
.main .ajax_filter_bootstrap_select > .btn.show {
    border-color: #a889ff !important;
    color: #fff !important;
    background: #352653 !important;
}
.main .ajax_filter_bootstrap_select .dropdown-menu {
    border: 1px solid #4a3c68 !important;
    color: #ddd3f4 !important;
    background: #211936 !important;
    box-shadow: 0 18px 38px rgba(4, 2, 12, .48) !important;
}
.main .ajax_filter_bootstrap_select .dropdown-item {
    color: #ddd3f4 !important;
    background: transparent !important;
}
.main .ajax_filter_bootstrap_select .dropdown-item:hover,
.main .ajax_filter_bootstrap_select .dropdown-item:focus,
.main .ajax_filter_bootstrap_select .dropdown-item.selected,
.main .ajax_filter_bootstrap_select .dropdown-item.active {
    color: #fff !important;
    background: rgba(132, 97, 244, .38) !important;
}
.main .ajax_filter_reset,
.main .ajax_filter_filters { color: #b8aed0 !important; }
.main .ajax_filter_reset_filters { color: #a889ff !important; }

/* One vertical guide for the text rhythm across the page. */
.main > .row > .col-md-12 > h2,
.main > .row > .col-md-12 > .stories-header {
    margin-left: var(--nft-content-guide);
    margin-right: var(--nft-content-guide);
}

.main > .row > .col-md-12 > h2 + .active_topic {
    margin-left: var(--nft-content-guide);
}

.header-block .articlebox,
.content-block .articlebox {
    padding-left: var(--nft-content-guide) !important;
    padding-right: var(--nft-content-guide) !important;
}

#event-view .event { padding-left: var(--nft-content-guide); padding-right: var(--nft-content-guide); }

.status-hero-wrapper {
    padding-left: var(--nft-content-guide);
    padding-right: var(--nft-content-guide);
}

#pagination,
.main .breadcrumb,
.main .empty,
.main > .row > .col-md-12 > .summary {
    padding-left: var(--nft-content-guide);
    padding-right: var(--nft-content-guide);
}

html {
    min-height: 100%;
    background: var(--nft-bg) !important;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    color: var(--nft-ink);
    background:
        radial-gradient(circle at 8% 2%, rgba(123, 92, 255, .10), transparent 30rem),
        radial-gradient(circle at 92% 18%, rgba(255, 79, 139, .07), transparent 26rem),
        var(--nft-bg) !important;
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.profile-page-theme { overflow-x: hidden; }

body > .container { max-width: 1280px; }

.navbar.navbar-default {
    position: relative;
    top: auto;
    z-index: auto;
    min-height: 78px;
    margin: 0 0 28px;
    border: 0;
    border-bottom: 1px solid rgba(123, 92, 255, .10);
    border-radius: 0;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 28px rgba(45, 31, 84, .06);
    backdrop-filter: blur(14px);
}

.navbar .container {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-header { display: flex; align-items: center; }
.navbar-brand { height: auto; padding: 6px 15px; }
.navbar-brand img { max-height: 58px; width: auto; object-fit: contain; }
.navbar-collapse { margin-left: auto; }
.navbar-nav { display: flex; align-items: center; gap: 6px; }
.navbar-default .navbar-nav > li > a {
    color: var(--nft-ink);
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    transition: color .2s, background .2s, transform .2s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: var(--nft-primary);
    background: #f1edff;
    transform: translateY(-1px);
}

.navbar-default .navbar-nav > li > a.orange-btn,
.orange-btn,
.green-btn,
button[type="submit"],
input[type="submit"] {
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--nft-primary), var(--nft-accent)) !important;
    box-shadow: 0 8px 20px rgba(123, 92, 255, .24);
    transition: transform .2s, box-shadow .2s, opacity .2s;
}
.orange-btn:hover, .green-btn:hover, button[type="submit"]:hover, input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(123, 92, 255, .32);
}

.navbar-toggle {
    border: 0;
    border-radius: 12px;
    background: #f1edff !important;
}
.navbar-default .navbar-toggle .icon-bar { background: var(--nft-primary); }

.main { min-height: 55vh; }
.header-block .articlebox,
.articlebox.art {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    border: 1px solid rgba(123, 92, 255, .12);
    border-radius: 24px;
    color: var(--nft-ink);
    background: linear-gradient(120deg, #fff 0%, #f1edff 58%, #fff0f6 100%);
    box-shadow: var(--nft-shadow);
}
.header-block .articlebox::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(123,92,255,.25), rgba(255,79,139,.15));
}
.header-block h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--nft-ink) !important;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.04em;
}
.nft-eyebrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--nft-primary) !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}
.nft-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 590px;
    margin: 14px 0 0;
    color: var(--nft-muted) !important;
    font-size: 15px;
    line-height: 1.7;
}

/* Search/filter panel */
.ajax-filter, .filter, .filter-wrap, .search-block, .mod-filter,
.QuestionaryByParamsPageMenu, .questionary-by-params-page-menu {
    border: 1px solid var(--nft-line) !important;
    border-radius: var(--nft-radius) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: var(--nft-shadow);
}
.main .ajax_filter {
    margin-bottom: 28px;
    padding: 18px 20px;
    border: 1px solid var(--nft-line) !important;
    border-radius: var(--nft-radius);
    color: var(--nft-ink);
    background: rgba(255,255,255,.96) !important;
    box-shadow: var(--nft-shadow);
}
.main .ajax_filter .filterBlock { margin: 4px 8px 4px 0; }
.main .ajax_filter div.tag,
.main .ajax_filter div.tag.select-tag {
    border: 1px solid var(--nft-line) !important;
    border-radius: 999px !important;
    color: var(--nft-ink) !important;
    background: #fff !important;
}
.main .ajax_filter div.tag:hover,
.main .ajax_filter div.tag.active,
.main .ajax_filter div.tag.select-tag:hover,
.main .ajax_filter div.tag.select-tag.active {
    border-color: var(--nft-primary) !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nft-primary), var(--nft-accent)) !important;
}
.main .ajax_filter_reset { color: var(--nft-muted) !important; }
.main .ajax_filter_reset_filters { color: var(--nft-primary) !important; cursor: pointer; }
select, input[type="text"], input[type="email"], input[type="password"], textarea,
.select-js, .select2-container .select2-choice {
    min-height: 44px;
    border: 1px solid var(--nft-line) !important;
    border-radius: 12px !important;
    color: var(--nft-ink);
    background-color: #fff !important;
    box-shadow: none !important;
}
select:focus, input:focus, textarea:focus {
    border-color: var(--nft-primary) !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(123, 92, 255, .12) !important;
}

#questionary-view { padding-top: 10px; }
#questionary-view,
#questionary-view .qitems,
#questionary-view .row-flex {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
#questionary-view .qitems > .row,
#questionary-view .row-flex {
    display: flex;
    flex-wrap: wrap;
}

#questionary-view article[class*="col-"] { margin-bottom: 28px; }
.showcase-wrap {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-bottom: 16px;
    border: 1px solid var(--nft-line);
    border-radius: var(--nft-radius);
    background: var(--nft-surface);
    box-shadow: 0 8px 24px rgba(45, 31, 84, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

@media (min-width: 1280px) {
    #questionary-view .mod-best-girls .showcase-wrap,
    #questionary-view .showcase-wrap {
        height: auto !important;
        min-height: 0;
        margin-bottom: 0 !important;
    }

    #questionary-view .qitems,
    #questionary-view .qitems > .row,
    #questionary-view .row-flex,
    #questionary-view .row-flex > .row {
        width: 100%;
        max-width: none;
    }
}
.showcase-wrap:hover {
    transform: translateY(-7px);
    border-color: rgba(123, 92, 255, .28);
    box-shadow: 0 20px 42px rgba(45, 31, 84, .14);
}
.erb-image-wrapper, .image-wrapper { overflow: hidden; }
.image-wrapper { border-radius: calc(var(--nft-radius) - 2px) calc(var(--nft-radius) - 2px) 0 0; }
.questionary_preview img {
    display: block;
    width: 100% !important;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform .45s ease;
}
.showcase-wrap:hover .questionary_preview img { transform: scale(1.035); }

.showcase-wrap > .h3,
.showcase-wrap > p.h3,
.showcase-wrap > .memo-short,
.showcase-wrap > .was-online { margin-left: 16px; margin-right: 16px; }
.showcase-wrap p.h3 {
    margin-top: 14px;
    margin-bottom: 5px;
    color: var(--nft-ink);
    font-size: 18px;
    font-weight: 800;
}
.showcase-wrap .preview-location,
.showcase-wrap .memo-short,
.showcase-wrap .was-online {
    color: var(--nft-muted);
    font-size: 13px;
    line-height: 1.55;
}
.showcase-wrap .preview-location svg { vertical-align: -2px; }
.showcase-wrap .user-online {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #26c281;
    box-shadow: 0 0 0 4px rgba(38,194,129,.12);
}
.showcase-wrap .status { top: 14px; left: 12px; }
.showcase-wrap .status .icon {
    margin: 0 5px 5px 0;
    padding: 5px 9px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(25, 21, 43, .78);
    box-shadow: 0 5px 14px rgba(0,0,0,.15);
    backdrop-filter: blur(8px);
}
.showcase-wrap .status .vip,
.showcase-wrap .status .girl_of_the_day { background: linear-gradient(135deg, var(--nft-primary), var(--nft-accent)); }

/* Animated video marker: keep the original label in DOM, show a play icon. */
.showcase-wrap .status .icon.video {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    place-items: center;
    overflow: visible;
    border-radius: 50%;
    color: transparent !important;
    background: linear-gradient(135deg, var(--nft-accent), var(--nft-primary));
    font-size: 0 !important;
    animation: nft-video-pulse 1.8s ease-in-out infinite;
}
.showcase-wrap .status .icon.video::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.2));
}
.showcase-wrap .status .icon.video::after {
    content: "";
    position: absolute;
    inset: -4px;
    z-index: -1;
    border: 2px solid rgba(255, 79, 139, .48);
    border-radius: 50%;
    animation: nft-video-ring 1.8s ease-out infinite;
}
@keyframes nft-video-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 5px 14px rgba(123,92,255,.24); }
    50% { transform: scale(1.08); box-shadow: 0 7px 22px rgba(255,79,139,.42); }
}
@keyframes nft-video-ring {
    0% { transform: scale(.8); opacity: .9; }
    70%, 100% { transform: scale(1.35); opacity: 0; }
}
.erb-image-wrapper .favorites {
    width: 38px !important;
    height: 38px !important;
    right: 12px !important;
    top: 12px !important;
    border-radius: 50%;
    background-color: rgba(255,255,255,.92);
    background-size: 20px !important;
    box-shadow: 0 6px 18px rgba(25,21,43,.18);
}

.pagination > li > a, .pagination > li > span {
    margin: 0 3px;
    border: 1px solid var(--nft-line);
    border-radius: 10px !important;
    color: var(--nft-ink);
    background: #fff;
}
.pagination > .active > a, .pagination > .active > span {
    border-color: var(--nft-primary);
    background: var(--nft-primary);
}

body > .container > .articlebox:last-of-type,
.footer {
    border-radius: 22px 22px 0 0;
    color: #dcd7ee;
    background: #171327;
}
.footer a { color: #fff; }
.footer a:hover { color: #bbaeff; }
.separator { border-color: var(--nft-line); }

@media (max-width: 991px) {
    .navbar .container { display: block; min-height: 68px; }
    .navbar-header { min-height: 68px; justify-content: space-between; }
    .navbar-brand img { max-height: 50px; }
    .navbar-collapse { background: #fff; border: 0; box-shadow: none; }
    .navbar-nav { display: block; margin: 8px 0 14px; }
    .navbar-default .navbar-nav > li > a { padding: 11px 14px; }
}

@media (max-width: 767px) {
    :root { --nft-content-guide: 16px; }
    body > .container { width: 100%; padding-left: 12px; padding-right: 12px; }
    .navbar.navbar-default { margin-bottom: 16px; }
    .header-block .articlebox, .articlebox.art { border-radius: 18px; }
    .header-block .articlebox { padding: 22px !important; }
    #questionary-view article[class*="col-"] { margin-bottom: 18px; }
    .showcase-wrap { border-radius: 16px; }
    .questionary_preview img { aspect-ratio: 3 / 4; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    .showcase-wrap .status .icon.video,
    .showcase-wrap .status .icon.video::after { animation: none !important; }
}

/* Phase 2: secondary home-page components */
h1, h2, h3, h4 { color: var(--nft-ink); }
h2 {
    margin: 44px 0 20px;
    font-size: clamp(23px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: -.025em;
}
a { transition: color .2s ease, opacity .2s ease; }
a:hover { color: var(--nft-primary); text-decoration: none; }

/* Header utilities */
.filterBlock { position: relative; min-width: 48px; }
.filterBlock .row, .filterBlock [class*="col-"] { margin: 0; padding: 0; }
#afavurl {
    position: relative;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid var(--nft-line);
    border-radius: 50%;
    background: #fff;
}
#afavurl:hover { border-color: #d8d0ff; background: #f5f2ff; }
#afavurl svg { width: 27px; height: 27px; fill: var(--nft-primary); }
#afavurl #favoritesCount {
    position: absolute;
    right: -4px;
    top: -5px;
    display: grid;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: var(--nft-accent);
    font-size: 10px;
    font-weight: 800;
}
.navbar .questionary-filter { padding: 0 !important; }
.navbar .language-selector {
    min-width: 72px;
    min-height: 42px;
    padding: 0 30px 0 12px !important;
    border-radius: 999px !important;
    color: var(--nft-ink) !important;
    -webkit-text-fill-color: var(--nft-ink);
    cursor: pointer;
}
.navbar .language-selector option {
    color: var(--nft-ink) !important;
    background: #fff !important;
}

/* Stronger responsive profile grid independent of legacy Bootstrap widths */
#questionary-view .qitems .row > article.freeQuestionary {
    width: 25%;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
#questionary-view .qitems > .row > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.showcase-wrap .hidden-link { color: var(--nft-ink); }
.showcase-wrap .memo-short { min-height: 20px; }

/* Latest activity */
#event_list {
    overflow: hidden;
    border: 1px solid var(--nft-line);
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    box-shadow: var(--nft-shadow);
}
#event-view { padding: 0; }
#event-view .summary { display: none; }
#event-view > .row { margin: 0; }
#event-view .event {
    display: grid;
    grid-template-columns: minmax(210px, 30%) 1fr;
    gap: 20px;
    padding: 22px;
    border-bottom: 1px solid var(--nft-line);
    background: transparent;
}
#event-view .event:last-child { border-bottom: 0; }
#event-view .profile { display: flex; gap: 14px; align-items: center; }
#event-view .profile_photo { flex: 0 0 auto; }
#event-view .profile_photo img {
    width: 70px;
    height: 78px;
    border-radius: 14px;
    object-fit: cover;
}
#event-view .profile_info { min-width: 0; }
#event-view .profile_name {
    overflow: hidden;
    color: var(--nft-muted);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#event-view .profile_name:first-child,
#event-view .profile_name:first-child a {
    color: var(--nft-ink);
    font-size: 16px;
    font-weight: 800;
}
#event-view .profile_url a { color: var(--nft-primary); font-size: 12px; font-weight: 700; }
#event-view .last_update { margin-top: 5px; color: #aaa5b7; font-size: 11px; }
#event-view .event_more { min-width: 0; }
#event-view .event_name { margin-bottom: 10px; color: var(--nft-ink); font-weight: 800; }
#event-view .event_photos { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 3px; }
#event-view .event_photos a { flex: 0 0 auto; }
#event-view .event_photos img,
#event-view .event_photos video {
    width: 78px;
    height: 78px;
    border-radius: 12px;
    object-fit: cover;
}
#event-view .event_photos .video-box video { width: min(340px, 100%); height: 190px; }

/* Forum topics become compact collection chips */
.active_topic {
    display: inline-flex;
    margin: 0 8px 10px 0;
}
.active_topic a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid var(--nft-line);
    border-radius: 999px;
    color: var(--nft-ink);
    background: #fff;
    box-shadow: 0 5px 16px rgba(45,31,84,.05);
    font-size: 13px;
    font-weight: 700;
}
.active_topic a::before {
    content: "#";
    margin-right: 7px;
    color: var(--nft-primary);
    font-weight: 900;
}
.active_topic a:hover { border-color: #d8d0ff; color: var(--nft-primary); transform: translateY(-2px); }

/* Stories */
.stories-header { margin-bottom: 16px !important; }
.status-hero-wrapper { margin: 0 0 36px; }
.status-hero {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 5px 2px 14px;
    scrollbar-width: thin;
    scrollbar-color: #d8d0ff transparent;
}
.status-hero > * {
    flex: 0 0 auto;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(45,31,84,.08);
}

/* Content and footer cleanup */
.content-block .articlebox.art { margin-top: 34px; }
.content-block .articlebox.art p { margin: 0; color: var(--nft-muted); line-height: 1.8; }
body > .container > .articlebox { overflow: hidden; margin-top: 28px; border-radius: 22px 22px 0 0; }
.footer { padding: 34px 30px 26px; }
.footer ul { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; list-style: none; }
.footer .info_col1 { float: none; width: 100%; }
.footer .row { margin-left: 0; margin-right: 0; }

/* Dialogs */
.md-content {
    overflow: hidden;
    border-radius: 20px !important;
    color: var(--nft-ink);
    background: #fff !important;
    box-shadow: 0 26px 70px rgba(25,21,43,.28);
}
.md-content h2, .md-content h3 { color: var(--nft-ink); }
.md-overlay { background: rgba(20,16,35,.58) !important; backdrop-filter: blur(5px); }

@media (max-width: 991px) {
    #questionary-view .qitems .row > article.freeQuestionary { width: 33.3333%; }
    #event-view .event { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    #questionary-view .qitems .row > article.freeQuestionary { width: 50%; padding-left: 5px !important; padding-right: 5px !important; }
    #event-view .event { gap: 15px; padding: 16px; }
    #event-view .event_photos img, #event-view .event_photos video { width: 68px; height: 68px; }
    .footer { padding: 26px 18px 20px; }
    h2 { margin-top: 34px; }
}

@media (max-width: 380px) {
    #questionary-view .qitems .row > article.freeQuestionary { width: 100%; }
}

/* Contrast guard: legacy kl used white typography for a dark theme. */
.main,
.main p,
.main label,
.main legend,
.main li,
.main dt,
.main dd,
.main td,
.main th,
.main .summary,
.main .empty,
.main .help-block,
.main .questionary-filter,
.main .filter-label,
.main .select-js,
.main .select-js li,
.main .active_topic,
.main .event,
.main .event_more,
.main .articlebox.art {
    color: var(--nft-ink);
}

.main .articlebox.art a,
.main .content-block a,
.main .questionary-filter a,
.main .breadcrumb a,
.main #event-view a {
    color: var(--nft-primary);
}

.main input:not([type="submit"]):not([type="button"]),
.main textarea,
.main select,
.main option,
.main .select-js,
.main .select-js span,
.main .select-js li {
    color: var(--nft-ink) !important;
}

.main input::placeholder,
.main textarea::placeholder { color: #9a95a8 !important; opacity: 1; }

/* Elements intentionally placed on saturated or dark surfaces. */
.main .orange-btn,
.main .green-btn,
.main button[type="submit"],
.main input[type="submit"],
.main .status .icon,
.main .status .icon a,
.main .pagination > .active > a,
.main .pagination > .active > span,
.main .discount,
.main .vip,
.main .girl_of_the_day {
    color: #fff !important;
}

.footer,
.footer p,
.footer li,
.footer .info,
.footer .info_col1 { color: #dcd7ee !important; }
.footer a { color: #fff !important; }

.jconfirm .jconfirm-box:not(.jconfirm-dark):not(.jconfirm-black):not(.jconfirm-supervan),
.jconfirm .jconfirm-box:not(.jconfirm-dark):not(.jconfirm-black):not(.jconfirm-supervan) .jconfirm-content,
.jconfirm .jconfirm-box:not(.jconfirm-dark):not(.jconfirm-black):not(.jconfirm-supervan) .jconfirm-title {
    color: var(--nft-ink) !important;
}

/* Public profile page */
.product-view {
    --profile-gap: 24px;
    position: relative;
    color: var(--nft-ink);
}
.product-view .product-item > .row { margin-left: -12px; margin-right: -12px; }
.product-view .product-item > .row > [class*="col-"] { padding-left: 12px; padding-right: 12px; }

.product-view .navigationQ {
    position: sticky;
    top: 0;
    z-index: 1050;
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    gap: 10px;
    min-height: 54px;
    margin: 0 0 18px;
    padding: 10px 14px;
    overflow: hidden;
    isolation: isolate;
    border: 0;
    border-radius: 0;
    background-color: rgba(248,246,253,.76);
    background-image: none;
    box-shadow: none;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.product-view .navigationQ::before {
    display: none;
    content: none;
}
.product-view .navigationQ::after {
    display: none;
    content: none;
}
.product-view .navigationQ .next,
.product-view .navigationQ .prev {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 15px;
    place-items: center;
    border: 1px solid var(--nft-line);
    border-radius: 999px;
    color: var(--nft-ink) !important;
    background: #fff;
    box-shadow: 0 6px 18px rgba(45,31,84,.06);
    cursor: pointer;
    transition: transform .2s, border-color .2s, color .2s;
}
.product-view .navigationQ .next:hover,
.product-view .navigationQ .prev:hover {
    border-color: var(--nft-primary);
    color: var(--nft-primary) !important;
    transform: translateY(-2px);
}
.product-view .profile-identity {
    display: flex;
    min-width: 0;
    margin-right: auto;
    flex: 1 1 auto;
    align-self: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.product-view .profile-name-row {
    display: flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.product-view .profile-identity .was-online {
    display: inline-flex;
    flex: 0 0 auto;
    margin: 2px 0 0 !important;
    padding: 5px 9px;
    align-items: center;
    gap: 6px;
    border: 1px solid #bcebc8;
    border-radius: 999px;
    color: #16843b !important;
    background: #eafaf0 !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}
.product-view .profile-identity .user-online {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 50%;
    background: #25b957;
    box-shadow: 0 0 0 4px rgba(37,185,87,.13);
}

.product-view #gallery,
.product-view .rg-gallery {
    overflow: hidden;
    border: 1px solid var(--nft-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--nft-shadow);
}
.product-view .rg-image-wrapper {
    position: relative;
    width: 100%;
    height: clamp(430px, 46vw, 590px) !important;
    min-height: 0 !important;
    max-height: 590px;
    overflow: hidden;
    background: linear-gradient(145deg, #f4f2fa, #fff) !important;
}
.product-view .rg-image-wrapper.gallery-height-ready {
    height: var(--profile-gallery-height) !important;
    max-height: none !important;
}
.product-view .rg-image-wrapper.gallery-side-navigation { cursor: pointer; }
.product-view .rg-image-wrapper .like-wrapper.gallery-verification-warning {
    position: absolute;
    z-index: 8;
    right: auto;
    bottom: 16px;
    left: 16px;
    display: block;
    width: max-content !important;
    min-width: 0 !important;
    max-width: calc(100% - 32px);
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
}
.product-view .gallery-verification-warning .reallogo {
    display: inline-flex;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    min-height: 0;
    width: max-content !important;
    min-width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 9px 14px 9px 42px;
    align-items: center;
    border: 1px solid rgba(220,53,69,.24);
    border-left: 4px solid #dc3545;
    border-radius: 8px;
    color: #9f1f2d !important;
    background: rgba(255,240,242,.96) !important;
    box-shadow: none;
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.product-view .gallery-verification-warning .reallogo::before {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(220,53,69,.32);
    border-radius: 50%;
    background: #ffe2e6;
    content: "";
    transform: translateY(-50%);
}
.product-view .gallery-verification-warning .reallogo::after {
    position: absolute;
    top: 50%;
    left: 22.5px;
    margin-top: 0;
    color: #c9283a;
    content: "!";
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.product-view #rg-image {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: transparent;
}
.product-view .rg-image,
.product-view #rg-image { display: grid; place-items: center; }
.product-view .rg-image { width: 100%; height: 100%; }
.product-view .rg-image img,
.product-view #rg-image > img:not([style*="display:none"]) {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 590px;
    object-fit: contain;
}
.product-view .rg-image-nav a {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(135deg, var(--nft-primary), var(--nft-accent)) !important;
    box-shadow: 0 8px 22px rgba(123,92,255,.28);
    font-size: 0;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-view .rg-image-nav a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
}
.product-view .rg-image-nav-prev::after { transform: translate(-38%, -50%) rotate(-135deg); }
.product-view .rg-image-nav-next::after { transform: translate(-62%, -50%) rotate(45deg); }
.product-view .rg-image-nav a:hover {
    box-shadow: 0 11px 28px rgba(123,92,255,.4);
    transform: scale(1.07);
}
.product-view .rg-image-nav { display: none !important; }
.product-view .rg-image-nav-prev { left: 14px; }
.product-view .rg-image-nav-next { right: 14px; }
.product-view .rg-thumbs { padding: 12px; border-top: 1px solid var(--nft-line); background: #fff; }
.product-view .es-carousel-wrapper { padding: 0; background: transparent; }
.product-view .rg-thumbs .es-nav { display: none !important; }
.product-view .es-carousel ul { display: flex; gap: 8px; }
.product-view .es-carousel ul li { float: none; flex: 0 0 auto; }
.product-view .es-carousel ul li a {
    display: block;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 12px;
    opacity: .7;
}
.product-view .es-carousel ul li.selected a,
.product-view .es-carousel ul li a:hover { border-color: var(--nft-primary); opacity: 1; }
.product-view .es-carousel ul li img { width: 76px; height: 76px; object-fit: cover; border: 0; }
.product-view .es-nav span {
    display: grid !important;
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
    place-items: center;
    overflow: hidden;
    border: 1px solid #ddd6fb;
    border-radius: 50%;
    color: transparent !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(45,31,84,.12);
    font-size: 0 !important;
}
.product-view .es-nav span::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--nft-primary);
    border-right: 2px solid var(--nft-primary);
    content: "";
}
.product-view .es-nav-prev::after { transform: translateX(2px) rotate(-135deg); }
.product-view .es-nav-next::after { transform: translateX(-2px) rotate(45deg); }

.product-view .col-md-6 > .info-wrapper,
.product-view .pane > .info-wrapper,
.product-view .pricing-model,
.product-view #show-reviews,
.product-view .comments,
.product-view .questions {
    margin: 0 0 16px;
    padding: 20px;
    border: 1px solid var(--nft-line);
    border-radius: 18px;
    color: var(--nft-ink);
    background: #fff;
    box-shadow: 0 8px 24px rgba(45,31,84,.06);
}
.product-view .info-wrapper,
.product-view .info-wrapper.phone,
.product-view .pane,
.product-view .info-models,
.product-view .pricing-model {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    float: none !important;
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}
.product-view .info-wrapper .row { width: auto; }
.product-view .info-wrapper [class*="col-"] { min-width: 0; }
.product-view .info-wrapper.phone {
    height: auto !important;
    min-height: 0 !important;
    padding: 24px;
    overflow: visible !important;
}
.product-view .info-wrapper.phone > .info-wrapper,
.product-view .info-wrapper.phone > .pane > .info-wrapper {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    padding: 20px;
    border: 1px solid var(--nft-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #faf9fd);
    box-shadow: 0 6px 18px rgba(45,31,84,.045);
}
.product-view .info-wrapper .title,
.product-view .btm-line {
    margin: 0 0 15px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--nft-line) !important;
    color: var(--nft-ink) !important;
    font-size: 17px;
    font-weight: 800;
}
.product-view .info-wrapper.phone > .info-wrapper > .title,
.product-view .info-wrapper.phone > .pane .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}
.product-view .info-wrapper.phone > .info-wrapper > .title::before,
.product-view .info-wrapper.phone > .pane .title::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 5px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--nft-primary), var(--nft-accent));
}
.product-view #fav-container {
    display: block;
    position: static !important;
    z-index: auto;
    width: auto;
    max-width: 100%;
    min-width: 0;
    flex: 0 1 auto;
    margin: 0 !important;
    align-self: flex-start;
    text-align: left !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--nft-ink) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: clamp(26px, 3vw, 38px) !important;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
    background: transparent !important;
    box-shadow: none !important;
}
.product-view #fav-container .profile-main-name {
    display: inline;
    padding: 0 !important;
    color: var(--nft-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
}
.product-view #fav-container .profile-location-meta {
    display: inline-flex;
    margin-left: 8px;
    align-items: center;
    gap: 5px;
    color: var(--nft-muted) !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    vertical-align: .25em;
    background: transparent !important;
}
.product-view #fav-container .profile-location-meta::before {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background-color: #8c829f;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.product-view .info-wrapper.phone > .title:first-child {
    height: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
}
.product-view .info-wrapper.phone > .title:first-child > .row {
    height: 0;
    min-height: 0;
    margin: 0;
}
.product-view #fav-container .favorites {
    width: 38px !important;
    height: 38px !important;
    right: 0 !important;
    top: -4px !important;
    border-radius: 50%;
    background-color: #f5f2ff;
    background-position: center !important;
    background-size: 20px !important;
    box-shadow: 0 6px 18px rgba(45,31,84,.12);
}
.product-view .ico-phone {
    display: flex;
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 18px 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    clear: both;
}
.product-view .ico-phone a {
    display: inline-flex;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    min-height: 48px;
    padding: 10px 18px;
    align-items: center;
    gap: 8px;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
    box-sizing: border-box;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nft-primary), var(--nft-accent));
    box-shadow: 0 9px 24px rgba(123,92,255,.24);
    font-size: 20px !important;
    font-weight: 800;
}
.product-view .ico-phone .pgform,
.product-view .ico-phone form,
.product-view .ico-phone > span {
    display: inline-flex !important;
    margin: 0 !important;
    align-items: center;
    flex: 0 0 auto;
}
.product-view .ico-phone .pgform.telegram {
    min-width: 0;
    border: 0;
    background: transparent;
}
.product-view .ico-phone #tlgm {
    display: inline-flex;
    min-height: 48px;
    max-width: 100%;
    padding: 10px 18px;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #38b0e3, #1d93d2) !important;
    box-shadow: 0 9px 24px rgba(29,147,210,.25);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-view .ico-phone #tlgm:hover {
    box-shadow: 0 12px 28px rgba(29,147,210,.34);
    transform: translateY(-2px);
}
.product-view .ico-phone #tlgm svg {
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px;
}
.product-view .ico-phone .contact-map-button {
    display: inline-flex !important;
    position: relative;
    min-height: 48px;
    max-width: 100%;
    padding: 10px 18px 10px 44px;
    align-items: center;
    border: 0;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #34a853, #1f8f46) !important;
    box-shadow: 0 9px 24px rgba(52,168,83,.24);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-view .ico-phone .contact-map-button::before {
    position: absolute;
    left: 18px;
    width: 17px;
    height: 17px;
    background: #fff;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.product-view .ico-phone .contact-map-button:hover {
    box-shadow: 0 12px 28px rgba(52,168,83,.34);
    transform: translateY(-2px);
}
.product-view .ico-phone + .reallogo,
.product-view .ico-phone ~ .info-wrapper,
.product-view .ico-phone ~ .pane {
    clear: both;
}
.product-view .reallogo {
    display: inline-flex;
    align-self: flex-start;
    margin: 0;
    padding: 7px 11px;
    border-radius: 999px;
    color: #a15b00 !important;
    background: #fff3d8;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .04em;
    white-space: nowrap;
    box-sizing: border-box;
}
.product-view .info-models {
    position: relative;
    padding: 16px 18px 16px 22px;
    overflow: hidden;
    border: 1px solid #e6e0ff;
    border-radius: 14px;
    color: var(--nft-ink) !important;
    background: linear-gradient(135deg, #f7f4ff, #fff8fb);
}
.product-view .info-models::before {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--nft-primary), var(--nft-accent));
    content: "";
}
.product-view .info-models p {
    margin: 0;
    padding: 0 !important;
    color: var(--nft-ink) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}
.product-view .info-models .profile-updated-meta {
    display: block;
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid rgba(123,92,255,.13);
    color: var(--nft-muted) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .01em;
}
.product-view .info-wrapper .line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 11px 0 !important;
    border-bottom: 1px solid #f2f0f7;
    color: var(--nft-ink) !important;
}
.product-view .info-wrapper .line:last-child { border-bottom: 0; }
.product-view .info-wrapper .line .label {
    width: auto !important;
    min-width: 105px;
    padding: 0;
    color: var(--nft-muted) !important;
    background: transparent;
    font-size: 13px;
    text-align: left;
}

/* Compact two-column Info panel with per-field icons. */
.product-view .pane .info-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.product-view .pane .info-wrapper > .title {
    grid-column: 1 / -1;
    margin-bottom: 3px;
}
.product-view .pane .info-wrapper > .line {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    grid-auto-flow: row;
    align-content: center;
    justify-content: initial;
    gap: 2px 9px;
    min-height: 62px;
    margin: 0;
    padding: 9px 11px !important;
    border: 1px solid #ece8f8;
    border-radius: 12px;
    background: #fbfaff;
}
.product-view .pane .info-wrapper > .line::before {
    content: "•";
    grid-row: 1 / span 2;
    grid-column: 1;
    align-self: center;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    color: var(--nft-primary);
    background: #eee9ff;
    font-size: 14px;
    line-height: 1;
}
.product-view .pane .info-wrapper > .line > .label {
    grid-column: 2;
    min-width: 0;
    margin: 0;
    color: var(--nft-muted) !important;
    font-size: 11px;
    line-height: 1.25;
}
.product-view .pane .info-wrapper > .line:nth-of-type(2)::before { content: "⌖"; }
.product-view .pane .info-wrapper > .line:nth-of-type(3)::before { content: "◇"; }
.product-view .pane .info-wrapper > .line:nth-of-type(4)::before { content: "◷"; }
.product-view .pane .info-wrapper > .line:nth-of-type(5)::before { content: "↕"; }
.product-view .pane .info-wrapper > .line:nth-of-type(6)::before { content: "♡"; }
.product-view .pane .info-wrapper > .line:nth-of-type(7)::before { content: "⚖"; }
.product-view .pane .info-wrapper > .line:nth-of-type(8)::before { content: "⌖"; }
.product-view .pane .info-wrapper > .line:nth-of-type(9)::before { content: "◴"; }
.product-view .pane .info-wrapper > .line:nth-of-type(10)::before { content: "◎"; }
.product-view .pane .info-wrapper > .line:nth-of-type(n+11)::before { content: "✓"; }
.product-view .pricing-model {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 0 !important;
    padding: 14px 16px;
    border: 1px solid #e5e0fb;
    border-radius: 13px;
    color: var(--nft-ink) !important;
    background: #f6f3ff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 800;
}
.product-view .pricing-model .time-icon { width: 22px; height: 22px; object-fit: contain; }
.product-view .info-wrapper > span.line {
    display: block;
    width: 100% !important;
    height: 1px;
    margin: 14px 0 0;
    background: var(--nft-line);
}
.product-view ul.service-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    width: 100%;
    margin: 8px 0 0 !important;
    padding: 0 !important;
}
.product-view ul.service-wrap li {
    margin: 0 !important;
    padding: 7px 11px !important;
    border: 1px solid #e5e0fb;
    border-radius: 999px !important;
    color: var(--nft-primary) !important;
    background: #f6f3ff !important;
    list-style: none !important;
    font-size: 12px;
    font-weight: 700;
}
.product-view ul.service-wrap li a { color: inherit !important; }
.product-view .alikes {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    color: var(--nft-muted) !important;
}
.product-view .alikes .like,
.product-view .alikes .dislike { flex: 0 0 auto; }
.product-view .video-box {
    overflow: hidden;
    border: 1px solid var(--nft-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #f1eef9, #fff) !important;
}
.product-view .video-box .video-js,
.product-view .video-box video {
    display: block;
    width: 100%;
    max-height: 520px;
    background: linear-gradient(145deg, #f1eef9, #fff) !important;
}
.product-view .video-box .video-js:not(.vjs-fullscreen) .vjs-tech {
    left: 50% !important;
    width: auto !important;
    max-width: 100%;
    height: 100% !important;
    object-fit: contain;
    transform: translateX(-50%);
    background: transparent !important;
}
.product-view .video-box .vjs-poster {
    background-color: #f5f3fa !important;
    background-size: contain !important;
}
.product-view .profile-video-panel {
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 20px;
    border: 1px solid var(--nft-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(45,31,84,.06);
}
.product-view .profile-video-panel > .title {
    margin-bottom: 14px;
    color: var(--nft-ink) !important;
}

.product-view textarea { width: 100%; min-height: 110px; resize: vertical; }
.product-view .form-horizontal .row { margin-bottom: 12px; }
.product-view .form-horizontal .control-label { display: none; }
.product-view .btn,
.product-view .report_user {
    min-height: 44px;
    padding: 9px 18px;
    border: 0;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nft-primary), var(--nft-accent));
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(123,92,255,.2);
}
.product-view .alikes { float: right; color: var(--nft-muted); font-size: 13px; }
.product-view #show-reviews,
.product-view #show-questions {
    margin-top: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.product-view #show-reviews span,
.product-view #show-questions span {
    display: block;
    margin: 0 !important;
    padding: 0 0 14px !important;
    color: var(--nft-ink) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
}
.product-view .comments,
.product-view .comments p,
.product-view .comments span:not(.required),
.product-view .comments div,
.product-view .comments label,
.product-view .questions,
.product-view .questions p,
.product-view .questions span:not(.required),
.product-view .questions div,
.product-view .questions label {
    color: var(--nft-ink) !important;
}
.product-view .comments .fname,
.product-view .questions .fname {
    display: block;
    padding: 11px 0 7px;
    color: var(--nft-muted) !important;
    font-size: 13px;
    font-weight: 700;
}
.product-view .comments .row-comment,
.product-view .questions .new-question,
.product-view div.comment,
.product-view div.question {
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid var(--nft-line);
    border-radius: 13px;
    background: #faf9fd;
}
.product-view .comments .comment,
.product-view .questions .question,
.product-view .new-question-answer-block,
.product-view .new-question-question-block {
    color: var(--nft-ink) !important;
    background-color: #faf9fd !important;
}
.product-view .h-captcha,
.product-view .h-captcha iframe {
    border-radius: 10px;
    background: #fff !important;
}
.product-view .comments .empty,
.product-view .questions .empty,
.product-view .questions .empty-block {
    display: block;
    padding: 10px 0;
    color: var(--nft-muted) !important;
    font-size: 13px;
}
.product-view .comments input[type="text"],
.product-view .comments textarea,
.product-view .questions input[type="text"],
.product-view .questions textarea {
    width: 100%;
    color: var(--nft-ink) !important;
    background: #fff !important;
}
.product-view .comments .btn,
.product-view .questions .btn,
.product-view .comments button,
.product-view .questions button { color: #fff !important; }
.product-view .new-question-info-block-create-date { color: var(--nft-muted) !important; font-size: 11px; }
.product-view .new-question-info-block-user-name { font-weight: 800; }
.product-view .breadCrumbs { color: var(--nft-muted) !important; }
.product-view .breadCrumbs a { color: var(--nft-primary) !important; }
.main .breadCrumbs { margin: 18px 0; color: var(--nft-muted) !important; }

/* Replace the legacy dark footer used at the bottom of profile pages. */
.profile-page-theme .profile-footer-card {
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 30px;
    border: 1px solid var(--nft-line);
    border-radius: 20px;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(45,31,84,.06);
}
.profile-page-theme .profile-footer-card .bottom,
.profile-page-theme .profile-footer-card .footer {
    color: var(--nft-muted) !important;
    background: #fff !important;
}
.profile-page-theme .profile-footer-card .footer,
.profile-page-theme .profile-footer-card .footer p,
.profile-page-theme .profile-footer-card .footer li,
.profile-page-theme .profile-footer-card .footer .info,
.profile-page-theme .profile-footer-card .footer .info_col1,
.profile-page-theme .profile-footer-card .footer [style*="color"] {
    color: var(--nft-muted) !important;
}
.profile-page-theme .profile-footer-card .footer a {
    color: var(--nft-primary) !important;
    font-weight: 700;
}
.profile-page-theme .profile-footer-card .footer a:hover { color: var(--nft-accent) !important; }
.profile-page-theme .separator { border-color: var(--nft-line) !important; }

/* Previously viewed profiles */
.profile-page-theme .other_call_girls {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 26px 0 8px !important;
    padding: 24px;
    float: none !important;
    clear: both;
    overflow: hidden;
    border: 1px solid var(--nft-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(45,31,84,.06);
    box-sizing: border-box;
}
.profile-page-theme .other_call_girls::before,
.profile-page-theme .other_call_girls::after {
    display: table;
    content: "";
    clear: both;
}
.profile-page-theme .other_call_girls > .col-md-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: none;
    box-sizing: border-box;
}
.profile-page-theme .other_call_girls h2 {
    display: flex;
    margin: 0 0 18px;
    align-items: center;
    gap: 10px;
    color: var(--nft-ink) !important;
    font-size: clamp(21px, 2.4vw, 28px);
    font-weight: 800;
    letter-spacing: -.025em;
}
.profile-page-theme .other_call_girls h2::before {
    width: 6px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--nft-primary), var(--nft-accent));
    content: "";
}
.profile-page-theme #questionary-view-other,
.profile-page-theme #questionary-view-other .items {
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}
.profile-page-theme #questionary-view-other { overflow: hidden; }
.profile-page-theme #questionary-view-other .items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}
.profile-page-theme #questionary-view-other .items > a,
.profile-page-theme #questionary-view-other .items > form,
.profile-page-theme #questionary-view-other .items > .hidden-link {
    display: block !important;
    width: 118px !important;
    max-width: 100%;
    flex: 0 0 118px;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--nft-line);
    border-radius: 15px;
    background: #f8f7fc;
    box-shadow: 0 6px 16px rgba(45,31,84,.07);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.profile-page-theme #questionary-view-other .items > a:hover,
.profile-page-theme #questionary-view-other .items > form:hover,
.profile-page-theme #questionary-view-other .items > .hidden-link:hover {
    border-color: #cfc5ff;
    box-shadow: 0 10px 24px rgba(123,92,255,.15);
    transform: translateY(-3px);
}
.profile-page-theme #questionary-view-other .items img {
    display: block;
    width: 118px !important;
    height: 175px !important;
    border: 0;
    object-fit: cover;
}
.main .breadCrumbs a { color: var(--nft-primary) !important; }

@media (min-width: 992px) {
    .product-view .product-item > .row:nth-of-type(2) { display: flex; align-items: flex-start; }
    .product-view .product-item > .row:nth-of-type(2) > .col-md-6 {
        display: block;
        width: 50% !important;
        max-width: 50%;
        min-width: 0;
        float: none !important;
        flex: 0 0 50%;
    }
}

/* Desktop experiment: full-bleed profile gallery (previous layout saved as v40). */
@media (min-width: 992px) {
    .product-view .product-item > .row:nth-of-type(2) { display: block; }
    .product-view .product-item > .row:nth-of-type(2) > .col-md-6 {
        width: 100% !important;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
        flex: none;
    }
    .product-view #gallery {
        position: relative;
        left: auto;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        border-right: 1px solid var(--nft-line);
        border-left: 1px solid var(--nft-line);
        border-radius: 22px;
        box-sizing: border-box;
    }
    .product-view #gallery,
    .product-view .rg-gallery,
    .product-view .rg-image-wrapper {
        border-radius: 0 !important;
    }
    .product-view .rg-gallery {
        display: flex;
        height: clamp(440px, 52vw, 620px);
        align-items: stretch;
    }
    .product-view .rg-image-wrapper,
    .product-view .rg-image-wrapper.gallery-height-ready {
        order: 1;
        width: calc(100% - 92px);
        min-width: 0;
        flex: 1 1 auto;
        height: clamp(440px, 52vw, 620px) !important;
        max-height: 620px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .product-view .rg-gallery > #rg-image {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        flex: 0 0 0 !important;
        overflow: hidden;
    }
    .product-view .rg-thumbs {
        order: 2;
        width: 92px;
        height: 100%;
        flex: 0 0 92px;
        padding: 10px;
        overflow: hidden;
        border-top: 0;
        border-left: 1px solid var(--nft-line);
        box-sizing: border-box;
    }
    .product-view .es-carousel-wrapper {
        height: 100%;
        padding: 0;
    }
    .product-view .es-carousel {
        width: 100% !important;
        height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        scrollbar-width: thin;
        scrollbar-color: #cfc5ff transparent;
    }
    .product-view .es-carousel ul {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: 0 !important;
        display: flex !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
        flex-direction: column;
        gap: 8px;
        transform: none !important;
    }
    .product-view .es-carousel ul li {
        width: 100% !important;
        margin: 0 !important;
        flex: 0 0 auto;
    }
    .product-view .es-carousel ul li a { width: 100%; }
    .product-view .es-carousel ul li img {
        width: 100%;
        height: 64px;
    }
    .product-view .rg-image,
    .product-view .rg-image-wrapper .rg-image,
    .product-view .rg-image-wrapper .rg-image img {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
    }
    .product-view .rg-image-wrapper .rg-image {
        position: absolute;
        inset: 0;
    }
    .product-view .rg-image-wrapper .rg-image img {
        display: block !important;
        max-width: none !important;
        object-fit: cover;
    }
    .product-view .rg-thumbs .es-nav { display: none; }
    .product-view .product-item > .row:nth-of-type(2) > .col-md-6 + .col-md-6 {
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .product-view .rg-image-wrapper { height: min(70vh, 520px) !important; max-height: 520px; }
    .product-view #rg-image { height: auto !important; min-height: 0 !important; }
    .product-view .col-md-6 + .col-md-6 { margin-top: 20px; }
}

@media (max-width: 767px) {
    .product-view { --profile-gap: 14px; }
    .product-view .product-item > .row { margin-left: -5px; margin-right: -5px; }
    .product-view .product-item > .row > [class*="col-"] { padding-left: 5px; padding-right: 5px; }
    .product-view #gallery {
        position: relative;
        left: 50%;
        width: 100vw;
        max-width: none;
        margin-left: -50vw;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-sizing: border-box;
    }
    .product-view #gallery,
    .product-view .rg-gallery,
    .product-view .rg-image-wrapper {
        border-radius: 0 !important;
    }
    .product-view .navigationQ {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        width: 100%;
        min-height: 48px;
        padding: 8px 10px;
        align-items: center;
        gap: 7px;
    }
    .product-view .navigationQ .next,
    .product-view .navigationQ .prev {
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }
    .product-view #fav-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px !important;
    }
    .product-view #fav-container .profile-main-name {
        display: inline;
        overflow: visible;
        white-space: nowrap;
    }
    .product-view #fav-container .profile-location-meta {
        display: inline-flex;
        margin: 0 0 0 7px;
        vertical-align: .25em;
    }
    .product-view .profile-identity {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .product-view .profile-name-row {
        width: 100%;
        min-width: 0;
        align-items: center;
        gap: 6px;
    }
    .product-view .profile-identity .was-online {
        padding: 5px 7px;
        font-size: 10px;
    }
    .product-view .rg-image-wrapper { height: min(68vh, 440px) !important; max-height: 440px; }
    .product-view .rg-image-wrapper,
    .product-view .rg-image-wrapper.gallery-height-ready {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .product-view .rg-image-wrapper .rg-image,
    .product-view .rg-image-wrapper .rg-image img {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
    }
    .product-view .rg-image-wrapper .rg-image img { object-fit: cover; }
    .product-view #rg-image { height: auto !important; min-height: 0 !important; }
    .product-view .es-carousel ul li img { width: 62px; height: 62px; }
    .product-view .col-md-6 > .info-wrapper,
    .product-view .pane > .info-wrapper,
    .product-view #show-reviews,
    .product-view .comments,
    .product-view .questions { padding: 16px; border-radius: 15px; }
    .product-view .info-wrapper .line { display: block; }
    .product-view .info-wrapper .line .label { display: block; margin-bottom: 4px; }
    .product-view .pane .info-wrapper { grid-template-columns: 1fr; }
    .product-view .pane .info-wrapper > .line {
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr);
        padding: 9px 11px !important;
    }
    .product-view .pane .info-wrapper > .line > .label { display: block; margin: 0; }
    .profile-page-theme .other_call_girls { padding: 16px; border-radius: 16px; }
    .profile-page-theme #questionary-view-other .items {
        gap: 10px;
    }
}

/* Dark purple final overrides. */
html,
body {
    color: var(--nft-ink);
    background:
        radial-gradient(circle at 10% 0, rgba(123,92,255,.22), transparent 34rem),
        radial-gradient(circle at 90% 18%, rgba(255,79,139,.12), transparent 30rem),
        #120c20 !important;
}
.navbar.navbar-default { border-color: #33274d; background: rgba(24,17,40,.96) !important; }
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-link,
.language-selector,
.language-selector select { color: var(--nft-ink) !important; }
.navbar-default .navbar-nav > li > a:hover { color: #fff !important; background: rgba(168,137,255,.16); }
.header-block .articlebox,
.content-block .articlebox,
.articlebox.art,
.showcase-wrap,
.questionary-filter,
.filter-wrapper,
#ajax-filter,
#questionary-view article,
.stories-header,
.status-hero-wrapper {
    border-color: var(--nft-line) !important;
    color: var(--nft-ink) !important;
    background-color: var(--nft-surface) !important;
    background-image: none !important;
    box-shadow: var(--nft-shadow);
}
.showcase-wrap .h3,
.showcase-wrap p,
.showcase-wrap .name,
.showcase-wrap a,
.articlebox,
.articlebox p,
.articlebox h1,
.articlebox h2,
.articlebox h3 { color: var(--nft-ink) !important; }
input:not([type="submit"]):not([type="button"]),
textarea,
select { border-color: #4a3c68 !important; color: var(--nft-ink) !important; background-color: #1b142c !important; }
input::placeholder,
textarea::placeholder { color: #8f84aa !important; }
.product-view .navigationQ { background-color: rgba(29,21,47,.78); }
.product-view .navigationQ .next,
.product-view .navigationQ .prev { border-color: #4a3b6b; color: var(--nft-ink) !important; background: #281e40; }
.product-view #gallery,
.product-view .rg-gallery,
.product-view .rg-thumbs,
.product-view .col-md-6 > .info-wrapper,
.product-view .pane > .info-wrapper,
.product-view .pricing-model,
.product-view #show-reviews,
.product-view .comments,
.product-view .questions,
.product-view .profile-video-panel,
.profile-page-theme .other_call_girls,
.profile-page-theme .profile-footer-card,
.profile-page-theme .profile-footer-card .bottom,
.profile-page-theme .profile-footer-card .footer {
    border-color: var(--nft-line) !important;
    color: var(--nft-ink) !important;
    background: var(--nft-surface) !important;
    box-shadow: var(--nft-shadow);
}
.product-view .rg-image-wrapper { background: linear-gradient(145deg, #1a132b, #281d40) !important; }
.product-view .info-wrapper.phone > .info-wrapper,
.product-view .info-wrapper.phone > .pane > .info-wrapper,
.product-view .pane .info-wrapper > .line,
.product-view .comments .row-comment,
.product-view .questions .new-question,
.product-view div.comment,
.product-view div.question,
.product-view .comments .comment,
.product-view .questions .question,
.product-view .new-question-answer-block,
.product-view .new-question-question-block {
    border-color: #3e3259 !important;
    color: var(--nft-ink) !important;
    background: #281f3d !important;
}
.product-view .info-models {
    border: 0 !important;
    background: linear-gradient(135deg, #2b2044, #241a39);
}

/* Dark purple filter panel. */
.main > .row > .col-md-12 > .ajax_filter {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: var(--nft-content-guide);
    padding-left: var(--nft-content-guide);
}
@media (max-width: 767px) {
    :root { --nft-content-guide: 10px; }
    body > .container {
        padding-right: 6px;
        padding-left: 6px;
    }
    .main > .row {
        margin-right: -6px;
        margin-left: -6px;
    }
    .main > .row > .col-md-12 {
        padding-right: 6px;
        padding-left: 6px;
    }
    .header-block .articlebox,
    .content-block .articlebox,
    .main > .row > .col-md-12 > .ajax_filter {
        padding-right: var(--nft-content-guide) !important;
        padding-left: var(--nft-content-guide) !important;
    }
}
@media (max-width: 575px) {
    #questionary-view .qitems .row > article.freeQuestionary,
    #questionary_list #questionary-list.list-view > .items > article.freeQuestionary {
        width: 50% !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
    #questionary-view .qitems,
    #questionary-view .qitems > .row.row-flex,
    #questionary-view .qitems > .row.row-flex > .row,
    #questionary-view .kl4-ajax-content-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .showcase-wrap .questionary_preview,
    .showcase-wrap .questionary_preview .img_container,
    .showcase-wrap .questionary_preview img,
    .showcase-wrap .questionary_preview video {
        width: 100% !important;
        max-width: none !important;
    }
}
.header-block.kl4-filter-active-hidden {
    display: none !important;
}
#questionary-view .row-flex.kl4-ajax-items,
#questionary-view .kl4-ajax-content-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#questionary-view .kl4-ajax-content-row {
    padding-right: 12px;
    padding-left: 12px;
}
#questionary_list #questionary-list.list-view > .items.kl4-ajax-items {
    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#questionary_list #questionary-list.list-view > .items.kl4-ajax-items > article.freeQuestionary {
    align-self: stretch;
}
/* Glass pagination for the kl4 theme. */
#pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 30px;
}
#pagination > .mod-best-girls {
    width: auto;
    max-width: 100%;
    padding: 7px !important;
    border: 1px solid rgba(168, 137, 255, .22);
    border-radius: 18px;
    background: rgba(33, 25, 54, .72) !important;
    box-shadow: 0 14px 34px rgba(4, 2, 12, .28), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}
#pagination .pagination {
    display: block;
    margin: 0 !important;
}
#pagination ul.yiiPager {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
#pagination ul.yiiPager > li { margin: 0; padding: 0; }
#pagination ul.yiiPager > li.hidden { display: none !important; }
#pagination ul.yiiPager > li > a {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid #493b67 !important;
    border-radius: 12px !important;
    color: #d9cff0 !important;
    background: linear-gradient(145deg, #2b2142, #241b38) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
#pagination ul.yiiPager > li > a:hover,
#pagination ul.yiiPager > li > a:focus {
    border-color: #c7b4ff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #7556df, #bd477f) !important;
    box-shadow: 0 8px 20px rgba(117, 86, 223, .3), 0 0 0 3px rgba(168,137,255,.1);
    transform: translateY(-2px);
}
#pagination ul.yiiPager > li.active > a {
    border-color: #eadfff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #a889ff, #ff5b9d) !important;
    box-shadow: 0 8px 22px rgba(168,137,255,.34), inset 0 1px 0 rgba(255,255,255,.22);
    cursor: default;
}
#pagination ul.yiiPager > li.previous > a,
#pagination ul.yiiPager > li.next > a { min-width: 88px; }
#pagination ul.yiiPager > li.previous > a::before { content: '\2190'; margin-right: 8px; font-size: 17px; }
#pagination ul.yiiPager > li.next > a::after { content: '\2192'; margin-left: 8px; font-size: 17px; }
@media (max-width: 480px) {
    #pagination { padding-right: 5px; padding-left: 5px; }
    #pagination > .mod-best-girls { border-radius: 15px; }
    #pagination ul.yiiPager > li > a { min-width: 38px; height: 38px; padding: 0 10px; }
    #pagination ul.yiiPager > li.previous > a,
    #pagination ul.yiiPager > li.next > a { min-width: 72px; }
}
#questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"] {
    display: flex !important;
    width: 25% !important;
    padding: 0 9px 18px !important;
    float: none !important;
}
#questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"] > .showcase-wrap {
    width: 100%;
}
@media (max-width: 991px) {
    #questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"] { width: 33.3333% !important; }
}
@media (max-width: 767px) {
    #questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"] {
        width: 50% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (max-width: 380px) {
    #questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"] { width: 100% !important; }
}
#questionary_list #questionary-list.list-view,
#questionary_list #questionary-list.list-view > .items {
    width: 100% !important;
    max-width: 100% !important;
}
#questionary_list #questionary-list.list-view > .items {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 !important;
}
#questionary_list #questionary-list.list-view > .items > article.freeQuestionary {
    display: flex;
    width: 25% !important;
    padding: 0 9px 18px !important;
    float: none !important;
}
#questionary_list #questionary-list.list-view > .items > article.kl4-vip-questionary {
    display: flex;
    width: 33.3333% !important;
    padding: 0 9px 18px !important;
    float: none !important;
}
#questionary_list #questionary-list.list-view > .items > article > .showcase-wrap {
    width: 100%;
}
@media (max-width: 991px) {
    #questionary_list #questionary-list.list-view > .items > article.freeQuestionary { width: 33.3333% !important; }
    #questionary_list #questionary-list.list-view > .items > article.kl4-vip-questionary { width: 100% !important; }
}
@media (max-width: 767px) {
    #questionary_list #questionary-list.list-view > .items > article.freeQuestionary {
        width: 50% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (max-width: 380px) {
    #questionary_list #questionary-list.list-view > .items > article.freeQuestionary { width: 100% !important; }
}
.main .right-bar.ajax_filter,
.main .tags.ajax_filter,
.main .ajax_filter {
    border-color: #3c3158 !important;
    color: #f4efff !important;
    background: linear-gradient(135deg, #251b3b, #1b142d) !important;
    background-image: none !important;
    box-shadow: var(--nft-shadow) !important;
}
.main .ajax_filter .filter,
.main .ajax_filter .filterBlock { color: #d8ccf5 !important; background: transparent !important; }
.main .ajax_filter div.tag,
.main .ajax_filter div.tag.select-tag {
    border-color: #4a3c68 !important;
    color: #ddd3f4 !important;
    background: #2a2040 !important;
}
.main .ajax_filter div.tag:hover,
.main .ajax_filter div.tag.active,
.main .ajax_filter div.tag.select-tag:hover,
.main .ajax_filter div.tag.select-tag.active {
    border-color: #a889ff !important;
    color: #fff !important;
    background: linear-gradient(135deg, #8461f4, #b23f7d) !important;
}
.main .ajax_filter_bootstrap_select > .btn,
.main .ajax_filter_bootstrap_select > .btn-secondary,
.main .ajax_filter_bootstrap_select > .dropdown-toggle {
    border-color: #4a3c68 !important;
    color: #eee8ff !important;
    background: #2a2040 !important;
    box-shadow: none !important;
}
.main .ajax_filter_bootstrap_select > .btn:hover,
.main .ajax_filter_bootstrap_select > .btn:focus,
.main .ajax_filter_bootstrap_select > .btn.show {
    border-color: #a889ff !important;
    color: #fff !important;
    background: #352653 !important;
}
.main .ajax_filter_bootstrap_select .dropdown-menu {
    border: 1px solid #4a3c68 !important;
    color: #ddd3f4 !important;
    background: #211936 !important;
    box-shadow: 0 18px 38px rgba(4, 2, 12, .48) !important;
}
.main .ajax_filter_bootstrap_select .dropdown-item { color: #ddd3f4 !important; background: transparent !important; }
.main .ajax_filter_bootstrap_select .dropdown-item:hover,
.main .ajax_filter_bootstrap_select .dropdown-item:focus,
.main .ajax_filter_bootstrap_select .dropdown-item.selected,
.main .ajax_filter_bootstrap_select .dropdown-item.active {
    color: #fff !important;
    background: rgba(132, 97, 244, .38) !important;
}
.dark-filter {
    border: 1px solid #3c3158 !important;
    background: linear-gradient(135deg, #251b3b, #1b142d) !important;
    box-shadow: var(--nft-shadow);
}
.dark-filter .dark-filter-hero-background { opacity: .12; }
.dark-filter-location,
.dark-filter-filter {
    border-color: #4a3c68 !important;
    color: #f4efff !important;
    background-color: #211936 !important;
}
.dark-filter-filter {
    border-color: transparent !important;
    background: linear-gradient(135deg, var(--nft-primary-dark), var(--nft-accent)) !important;
}
.dark-filter-background { background: rgba(8, 5, 15, .76) !important; }
.dark-filter-form,
.dark-filter-form-header,
.dark-filter-form-body {
    border-color: #3c3158 !important;
    color: var(--nft-ink) !important;
    background-color: #181126 !important;
}
.dark-filter-form-body-popular,
.dark-filter-form-body-services-wrap,
.dark-filter-form-body-price-body,
.dark-filter-form-body-info-body,
.dark-filter-form-body-search-body {
    border-color: #3c3158 !important;
    color: var(--nft-ink) !important;
    background: #211936 !important;
}
.dark-filter-form [class$="-header"],
.dark-filter-form [class$="-header2"] { color: #d8ccf5 !important; }
.dark-filter-form .f-element,
.dark-filter-form .select_js_prompt,
.dark-filter-form .select_js_list,
.dark-filter-form .select_js_list_item {
    border-color: #4a3c68 !important;
    color: #ddd3f4 !important;
    background: #2a2040 !important;
}
.dark-filter-form .f-element:hover,
.dark-filter-form .f-element.active,
.dark-filter-form .f-element.selected,
.dark-filter-form .select_js_list_item:hover,
.dark-filter-form .select_js_list_item.selected {
    border-color: var(--nft-primary) !important;
    color: #fff !important;
    background: rgba(132, 97, 244, .42) !important;
}
.dark-filter-form svg path:not([fill="url(#IconifyId17ecdb2904d178eab8626)"]):not([fill="url(#IconifyId17ecdb2904d178eab8627)"]) {
    fill: #bdaef0;
}
.dark-filter-form-body-info-action {
    border-color: #3c3158 !important;
    background: #181126 !important;
}
.dark-filter-form-body-info-action-reset {
    color: #b8aed0 !important;
    background: #2a2040 !important;
}
.dark-filter-form-body-info-action-apply {
    color: #fff !important;
    background: linear-gradient(135deg, var(--nft-primary-dark), var(--nft-accent)) !important;
}
.product-view .info-wrapper .line { border-bottom-color: #3b3054; }
.product-view ul.service-wrap li,
.product-view .pricing-model { border-color: #4b3c70 !important; color: #c9b9ff !important; background: #30244b !important; }
.profile-page-theme #questionary-view-other .items > a,
.profile-page-theme #questionary-view-other .items > form,
.profile-page-theme #questionary-view-other .items > .hidden-link { border-color: #43365f; background: #281f3d; }
.product-view .gallery-verification-warning .reallogo {
    border-color: rgba(255,91,111,.35);
    border-left-color: #ff5b6f;
    color: #ffc1c9 !important;
    background: rgba(73,24,39,.94) !important;
}
.product-view .gallery-verification-warning .reallogo::before { border-color: rgba(255,91,111,.4); background: #5d2637; }
.product-view .gallery-verification-warning .reallogo::after { color: #ff8292; }
.profile-page-theme .profile-footer-card .footer,
.profile-page-theme .profile-footer-card .footer p,
.profile-page-theme .profile-footer-card .footer li,
.profile-page-theme .profile-footer-card .footer .info,
.profile-page-theme .profile-footer-card .footer .info_col1,
.profile-page-theme .profile-footer-card .footer [style*="color"] { color: var(--nft-muted) !important; }

/* Definitive alignment for the mobile home-page profile grid. */
@media (max-width: 575px) {
    body:not(.profile-page-theme) #questionary-view {
        position: relative;
        left: -2px;
        width: calc(100% + 10px) !important;
        max-width: none !important;
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    body:not(.profile-page-theme) #questionary-view .qitems,
    body:not(.profile-page-theme) #questionary-view .qitems > .row,
    body:not(.profile-page-theme) #questionary-view .qitems > .row > .row,
    body:not(.profile-page-theme) #questionary-view .row-flex.kl4-ajax-items,
    body:not(.profile-page-theme) #questionary-view .kl4-ajax-content-row,
    body:not(.profile-page-theme) #questionary_list #questionary-list.list-view > .items {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    body:not(.profile-page-theme) #questionary-view .qitems .row > article.freeQuestionary,
    body:not(.profile-page-theme) #questionary-view .qitems article.freeQuestionary[data-kl4-normalized="true"],
    body:not(.profile-page-theme) #questionary_list #questionary-list.list-view > .items > article.freeQuestionary {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}
