@font-face {
    font-family: 'Saira Light';
    src: url('/default/assets/fonts/Saira-Light.eot');
    src: local('Saira Light'), local('Saira-Light'),
        url('/default/assets/fonts/Saira-Light.eot?#iefix') format('embedded-opentype'),
        url('/default/assets/fonts/Saira-Light.woff2') format('woff2'),
        url('/default/assets/fonts/Saira-Light.woff') format('woff'),
        url('/default/assets/fonts/Saira-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('/default/assets/fonts/Saira-Regular.eot');
    src: local('Saira Regular'), local('Saira-Regular'),
        url('/default/assets/fonts/Saira-Regular.eot?#iefix') format('embedded-opentype'),
        url('/default/assets/fonts/Saira-Regular.woff2') format('woff2'),
        url('/default/assets/fonts/Saira-Regular.woff') format('woff'),
        url('/default/assets/fonts/Saira-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: local('Space Grotesk SemiBold'), local('SpaceGrotesk-SemiBold'),
        url('/default/assets/fonts/SpaceGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/default/assets/fonts/space-grotesk-latin-700-normal.woff2') format('woff2'),
        url('/default/assets/fonts/space-grotesk-latin-700-normal.woff') format('woff'),
        url('/default/assets/fonts/space-grotesk-latin-700-normal.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk Light';
    src: local('Space Grotesk Light'), local('SpaceGrotesk-Light'),
        url('/default/assets/fonts/SpaceGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/default/assets/fonts/space-grotesk-latin-500-normal.woff2') format('woff2'),
        url('/default/assets/fonts/space-grotesk-latin-500-normal.woff') format('woff'),
        url('/default/assets/fonts/space-grotesk-latin-500-normal.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #fff;
    --txt: #020617
    --white: rgba(255, 255, 255, 1);
    --light-bg: rgba(255, 255, 255, 0.1);
    --black-bg: #74c7e0;
    --accent: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    --blur: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    --font-main: 'Saira', sans-serif;
    --font-title: 'Space Grotesk', sans-serif;
    --font-title-md: 'Space Grotesk Light', sans-serif;
    --black-240: rgba(0, 0, 0, 0.24);
    --txt-740: rgba(255, 255, 255, 0.74);
    --white-100: rgba(255, 255, 255, 0.1);
    --main-grad: linear-gradient(180deg, #bfe3ff 0%, #7fb4ff 45%, #4a74d9 100%);
}

.debug_block {
    background-color: black;
    z-index: 111111;
    max-width: 1200px;
    color: white;
}

a {
    text-decoration: none;
}

p,
li,
span,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--txt);
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

p strong,
.text strong {
    font-family: var(--font-main);
    font-weight: 700;
    color: #0f172a;
}

html {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding-top: 0;
    font-family: var(--font-main);
    background: #eef6fb;
    color: #0f172a;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    min-height: 100vh;
    box-sizing: border-box;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

main {
    width: 100%;
    display: flex;
    flex: 1;
    flex-flow: column;
}

.sweet_container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sweet_container--home {
    margin: 90px auto 0 auto;
}

.sweet_header {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    top: 0;

}

.sweet_header_wrapper {
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d9ecf7;
    margin-top: 12px;
    border-radius: 14px;
    box-shadow: -1px -20px 20px 0px rgba(148, 194, 251, 0.808);
}

.sweet_logo_ink {
    width: 50px;
    height: 50px;
}

.sweet_logo {
    width: 100%;
    height: 100%;
}

.sweet-menu-btn {
    padding: 12px 22px;
    background: #3b82c4;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 600;
    transition: background .25s ease, box-shadow .25s ease, transform .15s ease;
}

.sweet-menu-btn:hover {
    background: #2563a6;
    box-shadow: 0 6px 16px rgba(59, 130, 196, 0.35);
    transform: translateY(-1px);
}

.sweet-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 1000;
}

.sweet-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.sweet-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 1002;
    transition: .35s ease;
    display: flex;
    flex-direction: column;
}

.sweet-menu.active {
    right: 0;
}

.sweet-menu-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.sweet-menu-level {
    list-style: none;
    padding: 15px;
    display: none;
}

.sweet-menu-level.active {
    display: block;
}

.sweet-menu-level li {
    padding: 12px 0;
    cursor: pointer;
}

.sweet_contact_wrapper {
    display: flex;
    gap: 10px;
    margin-right: 10px;
    align-items: center;
}

.sweet_contact_wrapper a{
    color: var(--txt);
    font-weight: 600;
}
.sweet_contact {
    display: flex;
    width: 40px;
    border: none;
    outline: none;
    height: 40px;
    justify-content: center;
    border-radius: 10px;
}

.sweet_contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;

}

.sweet_contact__icon img {
    filter: brightness(100) invert(1);
}

.sweet_contact.telegram {
    background-color: #0088cc;
}

.sweet_contact.telegram:hover {
    background-color: #006daa;
}

.sweet_contact.whatsapp {
    background-color: #25D366;
}

.sweet_contact.whatsapp:hover {
    background-color: #1da851;
}

.sweet_header_data {
    display: flex;
    margin-top: 40px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.sweet-nav {
    position: relative;
    margin: 0 7px;
}

.sweet-nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sweet-nav-item {
    position: relative;
}

.sweet-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    color: #1e293b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.sweet-nav-link.current_page{
    border-bottom: 2px solid rgb(131 130 225);
}

.sweet-nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #7fb4ff;
}

.sweet-nav-link--vip {
    background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.sweet-nav-link--vip:hover {
    background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
    transform: translateY(-2px);
    color: #080827;
    font-weight: 700;

}
.sweet-nav-link--massage {
    background: linear-gradient(135deg, #e278ba 0%, #db3c79 100%);
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.sweet-nav-link--massage:hover {
    background: linear-gradient(135deg, #e278ba 0%, #db3c79 100%);
    transform: translateY(-2px);
    color: #080827;
    font-weight: 700;

}

.sweet-nav-link--cheap {
    background: linear-gradient(135deg, #00ff6a 0%, #09b6c2 100%);
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.sweet-nav-link--cheap:hover {
    background: linear-gradient(135deg, #00ff6a 0%, #09b6c2 100%);
    transform: translateY(-2px);
    font-weight: 700;
    color: #0d0d30;
}

.sweet-nav-icon {
    font-size: 16px;
    line-height: 1;
}

.sweet-nav-text {
    line-height: 1.2;
}

.sweet-nav-link--active {
    background: rgba(127, 180, 255, 0.15);
    color: #7fb4ff;
}

.sweet-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #97abce;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.sweet-burger-line {
    display: block;
    width: 18px;
    height: 2px;
    background: #3b39bd;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.sweet-nav-toggle--active .sweet-burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.sweet-nav-toggle--active .sweet-burger-line:nth-child(2) {
    opacity: 0;
}

.sweet-nav-toggle--active .sweet-burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.sweet-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sweet-nav-overlay--active {
    display: block;
    opacity: 1;
}

.title_h1 {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 52px;
    color: #080808;
}

.sweet_header_data .title_h1 {
    flex: 1 0 30%;
}

.description_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border: 6px solid #2563a6;
    border-radius: 20px;

    padding: 30px;
    box-sizing: border-box;
}

.description_container ul {
    padding-left: 20px;
    list-style: none;
    margin: 5px 0;
}

.sweet_main_container {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    width: 100%;
    margin: 70px 0;
}

.sweet-accent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 14px;
    flex: 1 1 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;

    background: linear-gradient(180deg, #8c1f3f, #5c0f26);
    box-shadow: 0 8px 18px rgba(92, 15, 38, .45);

    backdrop-filter: blur(6px);
    text-decoration: none;
    transition: .25s ease;
}


.sweet-accent-btn:hover {
    background: linear-gradient(180deg, #a4274c, #380918);
    box-shadow: 0 12px 28px rgba(140, 31, 63, .55);
    transform: translateY(-2px) scale(1.03);
}


.sweet-accent-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(43, 108, 231, .35);
}

.messanger-links {
    display: flex;
    flex-wrap: wrap;
    max-width: 150px;
    column-gap: 30px;
    justify-content: center;
}

.msg-link {
    flex: 0 0 40px;
}

.contacts-list__item-icon {
    width: 100%;
    height: 100%;
}

.contacts-list__item-icon img {
    filter:
        brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(420%) hue-rotate(330deg) brightness(90%) contrast(95%);

    transition: filter 0.3s ease-in-out;
}

.contacts-list__item-icon img:hover {
    filter:
        brightness(0) saturate(100%) invert(10%) sepia(90%) saturate(700%) hue-rotate(345deg) brightness(85%) contrast(105%);
}

.sweet-footer {
    background: linear-gradient(180deg, #1daaea 0%, #d2dbe9 100%);
    color: black;
    padding-top: 60px;
    margin-top: 70px;
    border-radius: 10px 10px 0 0;
}

.sweet-footer__container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sweet-footer__main {
    display: grid;
    grid-template-columns: 1.5fr 5fr;
    gap: 60px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}
.super_humanity_logo{
    max-width: 50px;
    height: 50px;
}
.super_humanity_link{
    color: red;
    font-size: 14px;
    font-weight: 600;
}
.super_humanity_wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);

}
.sweet-footer__brand {
    max-width: 320px;
}

.sweet-footer__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.sweet-footer__logo img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.sweet-footer__tagline {
    font-size: 14px;
    line-height: 1.6;
    color: #071a33;
    margin: 0 0 20px;
}

.sweet-footer__social {
    display: flex;
    gap: 12px;
}

.sweet-footer__social-link {
    display: flex;
    cursor: pointer;
    outline: none;
    border: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.sweet-footer__social-link--telegram {
    background: #0088cc;
}

.sweet-footer__social-link--telegram:hover {
    background: #006daa;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.4);
}

.sweet-footer__social-link--whatsapp {
    background: #25D366;
}

.sweet-footer__social-link--whatsapp:hover {
    background: #1da851;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.sweet-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sweet-footer__nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #0e1068;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
}

.sweet-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sweet-footer__nav-list li {
    margin-bottom: 12px;
}

.sweet-footer__nav-list a {
    color: #080808;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
    display: inline-block;
}

.sweet-footer__nav-list a:hover {
    color: #028131;
    transform: translateX(4px);
}

.sweet-footer__disclaimer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.sweet-footer__age-badge {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
}

.sweet-footer__age-icon {
    font-size: 24px;
    font-weight: 700;
    color: #ef4444;
}

.sweet-footer__age-text {
    font-size: 12px;
    font-weight: 600;
    color: #ef4444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sweet-footer__disclaimer-text {
    font-size: 12px;
    line-height: 1.7;
    color: #1a3540;
    margin: 0;
}

.sweet-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    margin: 0 auto;
    gap: 20px;
}

.sweet-footer__copyright,
.sweet-footer__copyright span {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.sweet-footer__badges {
    display: flex;
    gap: 16px;
}

.sweet-footer__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 4, 10, 0.733);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
}

.sweet-footer__badge svg {
    color: #7fb4ff;
}


.sweet_seo_text {
    max-width: 1340px;
    margin: 0 auto;
    padding: 60px 40px;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.8;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(74, 116, 217, 0.15);
}

.sweet_seo_text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #4a74d9;
    margin: 50px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #4a74d9 0%, #7fb4ff 50%, transparent 100%) 1;
    position: relative;
}

.sweet_seo_text h2:first-child {
    margin-top: 0;
}

.sweet_seo_text p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 18px;
}

.sweet_seo_text a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}

.sweet_seo_text a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #bfe3ff, #4a74d9);
    transition: width 0.3s ease;
}

.sweet_seo_text a:hover {
    color: #7fb4ff;
}

.sweet_seo_text a:hover::after {
    width: 100%;
}

.sweet_seo_text ul {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.sweet_seo_text ul li {
    position: relative;
    padding: 15px 20px 15px 35px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    border-radius: 12px;
    border-left: 4px solid #4a74d9;
    font-size: 15px;
    color: #4a5568;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sweet_seo_text ul li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(74, 116, 217, 0.15);
}

.sweet_seo_text ul li::before {
    content: '✦';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #7fb4ff;
    font-size: 12px;
}

.sweet_seo_text table {
    width: 100%;
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(74, 116, 217, 0.12);
}

.sweet_seo_text table tr:first-child td {
    background: linear-gradient(180deg, #81b9c9 0%, #f3f4f5 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sweet_seo_text table td {
    padding: 18px 25px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #e8f0fe;
}


.sweet_seo_text table tr:not(:first-child) td {
    background: #ffffff;
    color: #4a5568;
}

.sweet_seo_text table tr:not(:first-child):hover td {
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.sweet_seo_text table tr:last-child td {
    border-bottom: none;
}

.sweet_seo_text table tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.sweet_seo_text table tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

.sweet_seo_text table tr:not(:first-child) td:last-child {
    font-weight: 700;
    color: #4a74d9;
}


.seo_section_wrapper {
    background: linear-gradient(180deg, #bfe3ff 0%, #7fb4ff 45%, #4a74d9 100%);
    padding: 60px 20px;
    min-height: 100vh;
}


/* =====================================================
   FAQ SECTION STYLES
   Matching SEO text block design
   ===================================================== */

.faq-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(74, 116, 217, 0.15);
}

.faq-title {
    font-size: 28px;
    font-weight: 700;
    color: #4a74d9;
    margin: 0 0 35px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #4a74d9 0%, #7fb4ff 50%, transparent 100%) 1;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid rgba(74, 116, 217, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 25px rgba(74, 116, 217, 0.15);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    gap: 15px;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #4a74d9;
}

.faq-icon {
    flex-shrink: 0;
    stroke: #4a74d9;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer>div {
    padding: 0 25px 25px 25px;
    border-top: 1px solid rgba(74, 116, 217, 0.15);
}

.faq-answer p {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
}

a.sweet_sidebar_list__item-link {
    width: 100%;
    padding: 4px 5px;
}

/* Search Toggle Button */
.sweet-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s, color 0.2s;
}

.sweet-search-toggle:hover {
    background: var(--accent-soft);
    color: var(--accent);
}

.sweet-search-toggle[aria-expanded="true"] {
    background: var(--accent);
    color: #fff;
}


/* Search Bar Panel */
.sweet-search-bar {
    margin-top: 70px;
    background: #eef4fb;
    border-bottom: 1.5px solid var(--border);
    overflow: hidden;
    max-width: 1340px;
    width: 100%;
    position: fixed;
    border-radius: 10px;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 999;
}

.sweet-search-bar:not([hidden]) {
    max-height: max-content;
    opacity: 1;
}

.sweet-search-bar[hidden] {
    display: block !important; 
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.sweet-search-bar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #67cbf1;
    gap: 10px;
}

.sweet-search-bar__input {
    flex: 1;
    border: 1.5px solid var(--accent);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    color: var(--text-primary);
    outline: none;
    transition: border-color 0.2s;
    background: var(--bg-main);
}

.sweet-search-bar__input:focus {
    border-color: var(--accent);
    background: #fff;
}

.sweet-search-bar__btn,
.sweet-search-bar__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    color: var(--text-secondary);
    flex-shrink: 0;
}

.sweet-search-bar__btn {
    background: var(--accent);
    color: #fff;
    width: 40px;
    height: 40px;
}

.sweet-search-bar__btn:hover {
    background: var(--accent-hover);
}

.sweet-search-bar__close:hover {
    background: #fee2e2;
    color: #ef4444;
}

/* =============================================
   BREADCRUMBS STYLES
   ============================================= */

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

.breadcrumbs-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--color-text-muted, #5a7a9a);
}

.breadcrumbs-item:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a7a9a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}

.breadcrumbs-item a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
    padding: 0;
}

.breadcrumbs-item a span {
    color: var(--color-primary, #1565c0);
    font-weight: 500;
    transition: all 0.3s ease;
}


.breadcrumbs-item a:hover span {
    color: var(--color-gradient-end, #00bfa5);
}

.breadcrumbs-current {
    color: var(--color-text, #1a3a5c);
    font-weight: 600;
}

.breadcrumbs-item:first-child a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231565c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.breadcrumbs-item:first-child a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300bfa5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}

.breadcrumbs--accent {
    border-bottom: 1px solid var(--color-border, rgba(21, 101, 192, 0.1));
    margin: 80px 0 10px 0;
    padding-bottom: 10px;
    width: 100%;
    max-width: 1340px;
}

.breadcrumbs--accent .breadcrumbs-current {
    background: linear-gradient(135deg, var(--color-gradient-start, #1565c0), var(--color-gradient-end, #00bfa5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1px;
    background-clip: text;
}
.search-load-more-btn {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-top: 1px solid var(--border);
    background: var(--bg-main);
    color: var(--accent);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.search-load-more-btn:hover {
    background: var(--accent-soft);
}

.search-load-more-btn:disabled {
    color: var(--text-muted);
    cursor: default;
}
.sweet-search__results {
    box-shadow: inset 1px -12px 18px 0px #4FFBFF;
    max-height: 360px;
    overflow-y: auto;
    border-top: 1px solid var(--border);
}
.search-model_wrapper{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    justify-content: space-between;
}
.search-locations-label{
    text-align: center;
}
.search-result-item {
    flex: 0 0 28%;
    display: flex;
    align-items: center;
    height: 70px;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--text-primary);
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: var(--accent-soft);
}

.search-result-item__img {
    width: 44px;
    height: 44px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--border);
}

.search-result-item__img--placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--accent);
    font-size: 16px;
    font-weight: 600;
}

.search-result-item__info {
    flex: 1;
    min-width: 0;
}

.search-result-item__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-item__city {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 2px;
}

.search-result-empty {
    padding: 16px;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
}

.search-load-more {
    padding: 12px;
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
    border-top: 1px solid var(--border);
}

#super-tg-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    width: 340px;
}

/* === CARD === */
.super-toast {
    background: linear-gradient(145deg, #0f1c2e, #13263d);
    border: 1px solid rgba(120, 190, 255, 0.15);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 150, 255, 0.15);
    overflow: hidden;

    animation: super-slide-in 0.4s ease;
}

/* === ANIMATION (сверху) === */
@keyframes super-slide-in {
    from {
        opacity: 0;
        transform: translateY(-25px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* === HEADER === */
.super-toast__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(120, 190, 255, 0.1);
    background: rgba(80, 180, 255, 0.08);
    flex-direction: row-reverse;
    justify-content: space-between;
}
.super-toast__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.super-tg-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;

    background: linear-gradient(135deg, #2aa7ff, #6fd3ff);
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

/* === TEXT === */
.super-toast__title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.super-toast__subtitle {
    font-size: 11px;
    color: #7fb3d9;
}

/* === CLOSE === */
.super-toast__close {
    background: none;
    border: none;
    color: #6faad1;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
}

.super-toast__close:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

/* === CONTENT === */
.super-toast__content {
    padding: 16px;
}

.super-toast__content p {
    font-size: 13px;
    color: #a9c7e6;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: center;
}

/* === BUTTON === */
.super-toast__action {
    display: block;
    text-align: center;
    padding: 11px;

    background: linear-gradient(135deg, #3bb2ff, #6fd3ff);
    border-radius: 12px;

    color: #062033;
    font-weight: 600;
    font-size: 13px;

    text-decoration: none;
    transition: all 0.2s ease;
}

.super-toast__action:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(80,180,255,0.3);
}

/* === FOOTER === */
.super-toast__bottom {
    padding: 0 16px 14px;
    text-align: center;
}

#super-dismiss {
    font-size: 11px;
    color: #6faad1;
    background: none;
    border: none;
    cursor: pointer;
}

#super-dismiss:hover {
    color: #9fd4ff;
}

/* === RESPONSIVE === */
@media (max-width: 1320px) {
    .sweet_header {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .sweet_girl_card {
        min-width: 185px;
    }

    .sweet-footer__main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 0;
    }

    .sweet-footer__brand {
        max-width: 100%;
        text-align: center;
    }

    .sweet-footer__social {
        justify-content: center;
    }

    .sweet-footer__nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 992px) {
    .sweet-nav-toggle {
        display: flex;
    }

    .sweet-nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        max-width: 85vw;
        height: 100vh;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 80px 20px 30px;
        background: linear-gradient(180deg, #5a75b1 0%, #13111c 100%);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
        z-index: 1000;
        transition: right 0.3s ease;
    }

    .sweet-nav-menu--active {
        right: 0;
    }

    .sweet-nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sweet-nav-item:last-child {
        border-bottom: none;
    }

    .sweet-nav-link {
        padding: 16px 12px;
        font-size: 16px;
        border-radius: 0;
    }

    .sweet-nav-link:hover {
        background: rgba(127, 180, 255, 0.1);
        padding-left: 20px;
    }

    .sweet-nav-link--vip ,
    .sweet-nav-link--cheap ,
    .sweet-nav-link--massage {
        margin: 16px 0;
        border-radius: 8px;
        justify-content: center;
    }

    .sweet-nav-icon {
        font-size: 20px;
        width: 32px;
    }

    .sweet-nav-menu::before {
        content: '✕';
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #9ca3af;
        cursor: pointer;
        border-radius: 50%;
        transition: all 0.2s;
    }
    .sweet_contact_wrapper {
        flex-direction: row-reverse;
        margin: 0 10px;
    }

    .sweet-nav-text {
        color: #ffffff;
    }

    .sweet-nav-menu:hover::before {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .sweet-nav {
        order: 3;
    }

    .sweet_seo_text {
        padding: 45px 30px;
        border-radius: 16px;
    }

    .sweet_seo_text h2 {
        font-size: 24px;
        margin: 40px 0 20px 0;
    }

    .sweet_seo_text p {
        font-size: 15px;
        text-align: left;
    }

    .sweet_seo_text ul li {
        padding: 14px 18px 14px 32px;
        font-size: 14px;
    }

    .sweet_seo_text table td {
        padding: 15px 18px;
        font-size: 14px;
    }

    .faq-section {
        padding: 40px 30px;
        margin: 30px auto;
        border-radius: 16px;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .faq-question {
        font-size: 15px;
        padding: 18px 20px;
    }

    .faq-answer>div {
        padding: 0 20px 20px 20px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}



@media (max-width: 768px) {
    .breadcrumbs {
        padding: 16px 0;
    }

    .breadcrumbs-list {
        padding: 0 20px;
        gap: 6px;
    }

    .breadcrumbs-item {
        font-size: 13px;
    }

    .breadcrumbs-item:not(:last-child)::after {
        width: 14px;
        height: 14px;
        margin-left: 8px;
    }

    .breadcrumbs-item:first-child a::before {
        display: none;
    }

    .breadcrumbs--card .breadcrumbs-list {
        padding: 14px 18px;
        border-radius: 10px;
    }

    .sweet-footer {
        padding-top: 40px;
    }

    .sweet-footer__nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sweet-footer__nav-title {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .sweet-footer__nav-list li {
        margin-bottom: 10px;
    }

    .sweet-footer__nav-list a {
        font-size: 13px;
    }

    .sweet-footer__disclaimer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .sweet-footer__bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .sweet-footer__badges {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sweet-menu-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1001;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        padding: 0;
    }

    .menu-text {
        display: none;
    }

    .sweet_girl_card {
        min-width: 155px;
    }

    .sweet_header_data {
        flex-wrap: wrap;
    }

    .sweet_help_section-text {
        flex-wrap: wrap;
    }
}


@media screen and (max-width: 576px) {
    body {
        padding: 0 10px;
        overflow-x: hidden;
    }

    .description_container {
        position: relative;
        max-height: 200px;
        overflow: hidden;
        padding-bottom: 60px;
        justify-content: flex-start;
        transition: max-height 0.4s ease-out;
        cursor: pointer;
    }

    .description_container::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 6px;
        right: 6px;
        height: 60px;
        background: #eef6fb;
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .description_container::after {
        content: '';
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        height: 24px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563a6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
        transition: transform 0.3s ease;
    }

    .description_container.open {
        max-height: 1500px;
    }

    .description_container.open::before {
        opacity: 0;
    }

    .description_container.open::after {
        transform: translateX(-50%) rotate(180deg);
    }

    .sweet-nav-link {
        padding: 18px 16px;
        font-size: 17px;
    }

    .sweet-nav-icon {
        font-size: 22px;
        width: 36px;
    }

    .sweet_seo_text {
        padding: 30px 20px;
        margin: 15px;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(74, 116, 217, 0.12);
    }

    .sweet_seo_text h2 {
        font-size: 20px;
        margin: 35px 0 18px 0;
        padding-bottom: 12px;
        line-height: 1.4;
    }

    .sweet_seo_text p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .sweet_seo_text ul {
        margin: 20px 0;
    }

    .sweet_seo_text ul li {
        padding: 12px 15px 12px 28px;
        margin-bottom: 10px;
        font-size: 13px;
        border-radius: 10px;
        line-height: 1.6;
    }

    .sweet_seo_text ul li::before {
        left: 10px;
        font-size: 10px;
    }

    /* Mobile table - card style */
    .sweet_seo_text table {
        border-radius: 12px;
        margin: 25px 0;
    }

    .sweet_seo_text table,
    .sweet_seo_text table tbody,
    .sweet_seo_text table tr,
    .sweet_seo_text table td {
        display: block;
        width: 100%;
    }

    .sweet_seo_text table tr {
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(74, 116, 217, 0.1);
    }

    .sweet_seo_text table tr:first-child {
        display: none;
    }

    .sweet_seo_text table tr:not(:first-child) td {
        padding: 12px 18px;
        text-align: left;
        border-bottom: 1px solid #e8f0fe;
    }

    .sweet_seo_text table tr:not(:first-child) td:first-child {
        background: linear-gradient(135deg, #4a74d9 0%, #7fb4ff 100%);
    }

    .sweet_seo_text table tr:not(:first-child) td:first-child p {
        color: #ffffff;
        font-weight: 600;
        font-size: 14px;
    }

    .sweet_seo_text table tr:not(:first-child) td:last-child {
        font-size: 18px;
        padding: 15px 18px;
        border-bottom: none;
    }

    .sweet_seo_text table tr:last-child td:first-child,
    .sweet_seo_text table tr:last-child td:last-child {
        border-radius: 0;
    }

    .seo_section_wrapper {
        padding: 30px 10px;
    }

    .faq-section {
        padding: 30px 20px;
        margin: 20px 15px;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(74, 116, 217, 0.12);
    }

    .faq-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .faq-list {
        gap: 12px;
    }

    .faq-item {
        border-radius: 10px;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px 18px;
        gap: 12px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
    }

    .faq-answer>div {
        padding: 0 18px 18px 18px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .sweet_contact_wrapper a{
        max-width: 100px;
        text-align: center;
        font-size: 14px;
    }
    .breadcrumbs-list {
        padding: 0 16px;
    }

    .breadcrumbs-item {
        font-size: 12px;
    }

    .breadcrumbs-item:not(:last-child)::after {
        width: 12px;
        height: 12px;
        margin-left: 6px;
    }

    .breadcrumbs-item a span,
    .breadcrumbs-current {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sweet-footer__nav {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .sweet-footer__badge {
        padding: 4px 10px;
        font-size: 10px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.current_link{
    border-bottom: 2px solid #071a33;
}
.sweet_dropdown_header{
    border: 0;
    background:transparent;
    padding: 5px;
    color: #0e2f78;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}
/* ========================================
   ACCESSIBILITY UTILITIES
   ======================================== */

/**
 * Visually Hidden
 * Скрывает элемент визуально, но оставляет для скринридеров
 */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    color: #000;
}

/**
 * Skip Link
 * Ссылка для пропуска навигации
 */
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 10000;
    font-weight: bold;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #4A90E2;
    outline-offset: 2px;
}

/**
 * Focus Visible Polyfill
 * Убирает outline при клике мышкой, но оставляет при Tab
 */
*:focus:not(:focus-visible) {
    outline: none;
}

*:focus-visible {
    outline: 3px solid #4A90E2;
    outline-offset: 2px;
}

/**
 * Reduced Motion
 * Отключает анимации для пользователей с motion sensitivity
 */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}