/* ═══════════════════════════════════════════
   ОДНОСТРАНИЧНЫЙ КРОСС — style.css
   Variables (randomized on generation):
   --bg-dark   --bg-card   --bg-card-hover
   --accent-primary   --accent-secondary
═══════════════════════════════════════════ */

:root {
    --bg-dark: #0a0e27;
    --bg-card: #1a1f3a;
    --bg-card-hover: #252b4a;
    --accent-primary: #ffcc33;
    --accent-secondary: #ffb300;

    --text-primary: #f0f2ff;
    --text-secondary: #9ba3c2;
    --text-muted: #6b7394;
    --border: rgba(255, 255, 255, 0.07);
    --radius: 10px;
    --radius-lg: 18px;
    --transition: 0.22s ease;
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.75;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-primary); text-decoration: none; }
a:hover { opacity: 0.85; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; }

/* ─── Container ─── */
.wra-bba660 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ═══════════════════════════════
   BUTTONS
═══════════════════════════════ */
.btn-4b3253 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--accent-primary);
    color: var(--bg-dark);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 12px 26px;
    border-radius: var(--radius);
    transition: var(--transition);
    white-space: nowrap;
}
.btn-4b3253:hover {
    opacity: 1;
    filter: brightness(1.1);
    transform: translateY(-1px);
}
.btn-872038 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 11px 26px;
    border-radius: var(--radius);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: var(--transition);
    white-space: nowrap;
}
.btn-872038:hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}
.btn-a8ff3b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-dark);
    color: var(--accent-primary);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 30px;
    border-radius: var(--radius);
    transition: var(--transition);
    white-space: nowrap;
}
.btn-a8ff3b:hover {
    opacity: 1;
    transform: translateY(-1px);
    filter: brightness(1.08);
}
.btn-bb559c { padding: 14px 32px; font-size: 1rem; }
.btn-7766d5 { display: flex; width: 100%; }

/* ═══════════════════════════════
   HEADER
═══════════════════════════════ */
.hdr-fd90a8 {
    position: relative;
    z-index: 100;
    transition: background var(--transition), box-shadow var(--transition);
}
.hdr-4f3ff9 {
    background: var(--bg-dark);
    box-shadow: 0 1px 0 var(--border);
}
.hdr-3b5d7d {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 64px;
}
.log-23d392 {
    flex-shrink: 0;
    text-decoration: none;
}
.log-5dcd8b {
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--accent-primary);
    line-height: 1;
}
.nav-4e0d7a {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}
.nav-7e8dfb {
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    transition: var(--transition);
    text-decoration: none;
}
.nav-7e8dfb:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.06);
    opacity: 1;
}
.nav-5981ab { margin-left: 8px; }
.bur-240d83 {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    margin-left: 8px;
}
.bur-240d83 span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: var(--transition);
}
.bur-240d83.iso-b491af span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bur-240d83.iso-b491af span:nth-child(2) { opacity: 0; }
.bur-240d83.iso-b491af span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── Auxiliary pages compatibility (privacy/cookie/404) ─── */
.top-bar {
    border-bottom: 1px solid var(--border);
    background: color-mix(in srgb, var(--bg-card) 55%, transparent);
}
.top-bar .wra-bba660 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 42px;
}
.top-bar-text {
    font-size: 0.78rem;
    color: var(--text-muted);
}
.top-bar-links {
    display: flex;
    align-items: center;
    gap: 14px;
}
.top-bar-links a {
    font-size: 0.78rem;
    color: var(--text-secondary);
    text-decoration: none;
}
.top-bar-links a:hover {
    color: var(--text-primary);
    opacity: 1;
}

.article-block {
    padding: 56px 0;
}
.article-content {
    max-width: 920px;
}
.article-content h1,
.article-content h2,
.article-content h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.article-content h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); margin-bottom: 18px; line-height: 1.2; }
.article-content h2 { font-size: clamp(1.2rem, 3.2vw, 1.7rem); margin: 26px 0 12px; line-height: 1.25; }
.article-content h3 { font-size: clamp(1.05rem, 2.6vw, 1.25rem); margin: 20px 0 8px; line-height: 1.3; }
.article-content p,
.article-content li {
    color: var(--text-secondary);
}
.article-content ul {
    list-style: disc;
    margin-left: 18px;
}

.ftr {
    border-top: 1px solid var(--border);
    padding: 36px 0 26px;
    background: color-mix(in srgb, var(--bg-card) 35%, transparent);
}
.ftr-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
}
.ftr-heading {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-primary);
    margin-bottom: 10px;
}
.ftr-text,
.ftr-list a,
.ftr-bottom {
    font-size: 0.86rem;
    color: var(--text-muted);
}
.ftr-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ftr-list a:hover {
    color: var(--text-primary);
    opacity: 1;
}
.ftr-bottom {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.cta-main,
.cta-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 700;
    text-decoration: none;
}
.cta-main {
    background: var(--accent-primary);
    color: var(--bg-dark);
}
.cta-ghost {
    border: 1px solid rgba(255,255,255,.25);
    color: var(--text-primary);
}

/* ─── Lang switcher ─── */
.lan-9a3d4f {
    display: flex;
    gap: 2px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}
.lan-c73e76 {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--transition);
    letter-spacing: 0.03em;
}
.lan-c73e76:hover { color: var(--text-primary); opacity: 1; }
.lan-c643aa {
    background: var(--accent-primary);
    color: var(--bg-dark);
}
.lan-c643aa:hover { color: var(--bg-dark); }

/* ═══════════════════════════════
   HERO — split layout
═══════════════════════════════ */
.her-06d32d {
    padding: 48px 0 70px;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border);
}
.her-6cf57d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.her-87472a { }
.her-816499 img {
    width: 100%;
    display: block;
    border-radius: 20px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
.bre-0dcbe1 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
}
.bch-194ad9 { color: rgba(255, 255, 255, 0.55); text-decoration: none; }
.bch-194ad9:hover { color: rgba(255, 255, 255, 0.85); opacity: 1; }
.bcs-3db51a { color: rgba(255, 255, 255, 0.3); }
.bcc-29d1cb { color: rgba(255, 255, 255, 0.7); }

.her-9fcbc8 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    max-width: 700px;
    margin-bottom: 18px;
}
.hero-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 560px;
    margin-bottom: 32px;
    line-height: 1.65;
}
.her-f5c4fb {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
}
.h-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 24px;
}
.h-stat:first-child { padding-left: 0; }
.h-stat strong {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-primary);
}
.h-stat span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.h-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

/* ═══════════════════════════════
   PAGE LAYOUT (Article + Sidebar)
═══════════════════════════════ */
.pag-fb0f2b {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: start;
}

/* ─── TOC ─── */
.toc-52fed8 {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 32px;
    overflow: hidden;
}
.toc-f82766 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--transition);
}
.toc-f82766:hover { color: var(--accent-primary); }
.toc-a4b09a {
    font-size: 1.1rem;
    color: var(--text-muted);
    transition: transform var(--transition);
    line-height: 1;
}
.toc-52fed8.toc-304347 .toc-a4b09a { transform: rotate(180deg); }
.toc-751237 {
    display: none;
    flex-direction: column;
    padding: 0 18px 14px;
    gap: 2px;
    border-top: 1px solid var(--border);
}
.toc-52fed8.toc-304347 .toc-751237 { display: flex; }
.toc-5c45ca {
    display: block;
    padding: 7px 10px;
    font-size: 0.88rem;
    color: var(--text-secondary);
    border-radius: 6px;
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
    line-height: 1.4;
}
.toc-5c45ca:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--accent-primary);
    opacity: 1;
}
.toc-94d55c {
    padding-left: 22px;
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* ─── Article ─── */
.art-54c7c6 {}

.pro-3cd19f {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-secondary);
}
.pro-3cd19f h2 {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-top: 8px;
    border-top: 2px solid var(--accent-primary);
    padding-left: 0;
}
.pro-3cd19f h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 32px;
    margin-bottom: 12px;
}
.pro-3cd19f p { margin-bottom: 18px; }
.pro-3cd19f ul, .pro-3cd19f ol {
    margin-bottom: 18px;
    padding-left: 20px;
}
.pro-3cd19f ul { list-style: disc; }
.pro-3cd19f ol { list-style: decimal; }
.pro-3cd19f li { margin-bottom: 6px; }
.pro-3cd19f blockquote {
    border-left: 3px solid var(--accent-primary);
    padding: 12px 20px;
    margin: 24px 0;
    background: var(--bg-card);
    border-radius: 0 var(--radius) var(--radius) 0;
    color: var(--text-primary);
    font-style: italic;
}
.pro-3cd19f strong { color: var(--text-primary); font-weight: 700; }
.pro-3cd19f a { color: var(--accent-primary); }
.pro-3cd19f img {
    border-radius: var(--radius);
    margin: 28px 0;
    width: 100%;
    height: auto;
}

/* ─── Sidebar ─── */
.sid-164053 {}

.sbc-67fe82 {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    position: sticky;
    top: 80px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.sbc-67fe82.isv-5eda3e {
    opacity: 1;
    transform: translateY(0);
}
.sbb-c9e6c1 {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--accent-primary);
    margin-bottom: 20px;
    line-height: 1.15;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.btn-7766d5 { margin-bottom: 24px; }
.sbc-9bdaaf {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sbc-9bdaaf li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.4;
}
.sbc-6cb85d {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: color-mix(in srgb, var(--accent-primary) 15%, transparent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--accent-primary);
    line-height: 1;
}

/* ═══════════════════════════════
   PROMO BAND
═══════════════════════════════ */
.pro-b48a3b {
    background: var(--accent-primary);
    padding: 56px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.pro-b48a3b.isv-5eda3e { opacity: 1; }
.pro-d86d05 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.pro-5ce479 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--bg-dark) 60%, transparent);
    margin-bottom: 8px;
}
.pro-2549de {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--bg-dark);
    line-height: 1.2;
    max-width: 500px;
}

/* ═══════════════════════════════
   FAQ
═══════════════════════════════ */
.faq-6b064c {
    padding: 64px 0;
}
.sec-de4f58 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    margin-bottom: 40px;
}
.faq-24c89f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-c4dc91 {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease, border-color var(--transition);
}
.faq-c4dc91.isv-5eda3e {
    opacity: 1;
    transform: translateY(0);
}
.faq-c4dc91.faq-07eee3 {
    border-color: color-mix(in srgb, var(--accent-primary) 35%, transparent);
}
.faq-b624a2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    text-align: left;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
    transition: color var(--transition);
}
.faq-b624a2:hover { color: var(--accent-primary); }
.faq-c4dc91.faq-07eee3 .faq-b624a2 { color: var(--accent-primary); }
.faq-39f7bd {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: var(--text-muted);
    transition: transform var(--transition), background var(--transition);
}
.faq-c4dc91.faq-07eee3 .faq-39f7bd {
    transform: rotate(180deg);
    background: color-mix(in srgb, var(--accent-primary) 15%, transparent);
    color: var(--accent-primary);
}
.faq-82dd08 {
    display: none;
    padding: 0 22px 20px;
    font-size: 0.93rem;
    color: var(--text-secondary);
    line-height: 1.75;
    border-top: 1px solid var(--border);
    padding-top: 16px;
}
.faq-c4dc91.faq-07eee3 .faq-82dd08 { display: block; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
.sit-957638 {
    background: color-mix(in srgb, var(--bg-card) 60%, var(--bg-dark));
    border-top: 1px solid var(--border);
    padding: 40px 0;
}
.foo-2c0ce3 {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 24px 40px;
    align-items: start;
}
.foo-cd5565 {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--accent-primary);
    margin-bottom: 8px;
}
.foo-70b12f {
    font-size: 0.82rem;
    color: var(--text-muted);
    max-width: 300px;
    line-height: 1.6;
}
.foo-1824a8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.foo-1824a8 a {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color var(--transition);
}
.foo-1824a8 a:hover { color: var(--accent-primary); opacity: 1; }
.foo-74af1c {
    font-size: 0.8rem;
    color: var(--text-muted);
    align-self: end;
    white-space: nowrap;
}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media (max-width: 960px) {
    .pag-fb0f2b {
        grid-template-columns: 1fr;
    }
    .sid-164053 { order: -1; }
    .sbc-67fe82 {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
    }
    .sbb-c9e6c1 { width: 100%; margin-bottom: 0; }
    .btn-7766d5 { width: auto; flex: 1; min-width: 180px; }
    .sbc-9bdaaf { flex-direction: row; flex-wrap: wrap; flex: 2; gap: 8px 20px; }
}

@media (max-width: 768px) {
    .bur-240d83 { display: flex; }
    .nav-4e0d7a {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: var(--bg-dark);
        border-bottom: 1px solid var(--border);
        flex-direction: column;
        align-items: stretch;
        padding: 16px 24px 24px;
        gap: 4px;
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform var(--transition), opacity var(--transition);
    }
    .nav-4e0d7a.nav-cb3c23 {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .nav-7e8dfb { padding: 10px 12px; overflow-wrap: anywhere; }
    .nav-5981ab { display: none; }
    .btn-4b3253,
    .btn-872038,
    .btn-a8ff3b,
    .btn-bb559c,
    .cta-main,
    .cta-ghost {
        white-space: normal;
        text-align: center;
    }

    /* Hero — мобильный: картинка сверху, контент под ней */
    .her-06d32d { padding: 44px 0 48px; }
    .her-6cf57d {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .her-816499 { order: -1; }
    .her-816499 img { aspect-ratio: 16 / 9; border-radius: 14px; }
    .bre-0dcbe1 { display: none; }
    .her-f5c4fb { flex-direction: column; gap: 10px; }
    .her-f5c4fb .btn-872038 { display: inline-flex; }
    .her-f5c4fb .btn-4b3253,
    .her-f5c4fb .btn-872038 {
        width: 100%;
    }
    .hero-stats { flex-wrap: wrap; gap: 16px; }
    .h-divider { display: none; }
    .h-stat { padding: 0; }

    .pro-d86d05 { flex-direction: column; gap: 24px; text-align: center; }
    .pro-2549de { max-width: 100%; }

    .foo-2c0ce3 { grid-template-columns: 1fr; gap: 20px; }
    .foo-1824a8 { flex-direction: row; flex-wrap: wrap; gap: 8px 16px; }
    .foo-74af1c { order: 3; }

    .top-bar .wra-bba660 {
        min-height: auto;
        padding: 8px 0;
        align-items: flex-start;
        flex-direction: column;
    }
    .top-bar-links {
        flex-wrap: wrap;
        gap: 8px 12px;
    }
    .ftr-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 480px) {
    .her-9fcbc8 { font-size: 1.55rem; line-height: 1.2; }
    .pag-fb0f2b { padding-top: 40px; padding-bottom: 40px; }
    .sbc-67fe82 { flex-direction: column; }
    .btn-7766d5 { width: 100%; }
    .log-5dcd8b {
        font-size: 1.1rem;
        max-width: 68vw;
        overflow-wrap: anywhere;
    }
    .hero-desc,
    .pro-3cd19f p,
    .article-content p {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}


/* slots overrides */
:root {
    --accent-primary: #ffcc33;
    --accent-secondary: #ffb300;
}

.her-9fcbc8 {
    max-width: 780px;
}

.her-06d32d {
    background:
        radial-gradient(1200px 400px at 80% 0%, rgba(124, 58, 237, 0.22), transparent 70%),
        radial-gradient(1000px 420px at 0% 100%, rgba(6, 182, 212, 0.18), transparent 70%);
}

.feature-card {
    border-color: rgba(124, 58, 237, 0.28);
}

/* ─── Центрирование блоков «Демо» и «Популярные слоты» на десктопе ─── */
.pop-02a4cb.wra-bba660,
.dem-4faaee.wra-bba660 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.pop-02a4cb {
    margin: 18px auto 10px;
    text-align: center;
}

.pop-bf7b58 {
    margin: 0 0 14px;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    width: 100%;
    text-align: center;
}

.dem-4faaee {
    margin: 14px auto 4px;
    text-align: center;
}

.dem-10d4ff {
    margin: 0 0 12px;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    width: 100%;
    text-align: center;
}

.dem-151736 {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    border: 1px solid color-mix(in srgb, var(--accent-primary) 26%, #ffffff 74%);
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.dem-d3e107 {
    width: 100%;
    min-height: 560px;
    border: 0;
    display: block;
}

.dem-f5ddce {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.dem-b16dad {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(9, 12, 27, 0.75);
    padding: 16px;
}

.dem-b16dad.iso-b491af {
    display: flex;
}

.dem-64c84e {
    width: min(460px, 96%);
    border-radius: 14px;
    border: 1px solid rgba(124, 58, 237, 0.4);
    background: #12172d;
    padding: 18px;
    color: #eef2ff;
    text-align: center;
}

.dem-b8c537 {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 680px) {
    .dem-d3e107 {
        min-height: 430px;
    }
    .dem-b8c537 {
        flex-direction: column;
    }
}

.pop-eaeeaa {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.pop-c3041e {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--accent-primary) 30%, #ffffff 70%);
    background: color-mix(in srgb, var(--bg-card) 88%, #ffffff 12%);
    color: #e8ecff;
    font-size: 0.92rem;
    line-height: 1.3;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.pop-c3041e:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
    background: color-mix(in srgb, var(--accent-primary) 18%, var(--bg-card) 82%);
    border-color: color-mix(in srgb, var(--accent-primary) 55%, #ffffff 45%);
    opacity: 1;
}

@media (max-width: 680px) {
    .pop-eaeeaa {
        gap: 8px;
    }

    .pop-c3041e {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 0.9rem;
        padding: 9px 10px;
    }
}

.pro-3cd19f table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: color-mix(in srgb, var(--bg-card) 84%, #ffffff 16%);
}

.pro-3cd19f th,
.pro-3cd19f td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    vertical-align: top;
}

.pro-3cd19f th {
    color: #fff;
    font-weight: 700;
    background: color-mix(in srgb, var(--accent-primary) 24%, var(--bg-card) 76%);
}

.pro-3cd19f tr:last-child td {
    border-bottom: 0;
}

/* ─── Мобильная вёрстка: без горизонтального скролла (iOS Safari и др.) ─── */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

.hdr-3b5d7d {
    min-width: 0;
    max-width: 100%;
}

.pag-fb0f2b,
.art-54c7c6,
.her-6cf57d,
.her-87472a,
.her-816499,
.wra-bba660 {
    min-width: 0;
    max-width: 100%;
}

.pro-3cd19f {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pro-3cd19f h2,
.pro-3cd19f h3,
.pro-3cd19f h4 {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pro-3cd19f table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pro-3cd19f pre,
.pro-3cd19f code {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.pro-3cd19f iframe,
.pro-3cd19f video,
.pro-3cd19f embed,
.pro-3cd19f object {
    max-width: 100%;
}

.pro-3cd19f .con-bb1b90,
.her-4d8efd {
    max-width: 100%;
    height: auto;
}

.dem-d3e107 {
    max-width: 100%;
}

@media (max-width: 768px) {
    .wra-bba660 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pop-02a4cb.wra-bba660,
    .dem-4faaee.wra-bba660 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 12px;
    }

    .h-stat {
        padding: 0 12px;
    }

    .h-stat:first-child {
        padding-left: 0;
    }
}

.lan-eafc3d { position: relative; margin-left: 8px; }
.lan-bb5447 {
    min-width: 48px; padding: 6px 10px; border-radius: 8px;
    border: 1px solid color-mix(in srgb, var(--accent-primary) 35%, #fff 65%);
    background: rgba(255,255,255,.08); color: inherit; cursor: pointer; font-weight: 700;
}
.lan-34bfe6 {
    position: absolute; right: 0; top: calc(100% + 6px); min-width: 180px;
    background: #0f172a; border: 1px solid rgba(255,255,255,.12); border-radius: 10px;
    padding: 6px; z-index: 200; box-shadow: 0 12px 30px rgba(0,0,0,.28);
    display: flex; flex-direction: column; gap: 2px;
}
.lan-34bfe6[hidden] { display: none !important; }
.lan-eafc3d .lan-c73e76 { display: block; padding: 8px 10px; border-radius: 8px; color: #fff; text-decoration: none; }
.lan-eafc3d .lan-c73e76:hover, .lan-eafc3d .lan-c643aa { background: color-mix(in srgb, var(--accent-primary) 45%, #0f172a); }
.dem-b16dad { display:none; position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:80; align-items:center; justify-content:center; padding:16px; }
.dem-b16dad.iso-b491af { display:flex; }
.dem-64c84e { background:#0b1220; color:#fff; padding:22px; border-radius:14px; max-width:420px; width:100%; }
.dem-b8c537 { display:flex; gap:10px; margin-top:14px; flex-wrap:wrap; }
.pro-3cd19f table { width:100%; border-collapse:collapse; margin:16px 0; }
.pro-3cd19f th, .pro-3cd19f td { border:1px solid rgba(255,255,255,.12); padding:8px 10px; text-align:left; }
.con-bb1b90 { display:block; width:85%; max-width:85%; height:auto; margin:18px auto; border-radius:12px; }
.pro-3cd19f img.con-bb1b90 {
    width: 85%;
    max-width: 85%;
    height: auto;
    margin: 18px auto;
}

.hdr-fd90a8 {
    overflow: visible;
    background: var(--bg-dark);
    z-index: 200;
}
.log-5dcd8b {
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #ffcc33;
    white-space: nowrap;
    padding: 0;
    line-height: 1.1;
}
.pro-b48a3b, .pro-5b1e29, .pro-2549de, .pro-5ce479 {
    color: #1a1400;
}
.pro-b48a3b .btn-4b3253 {
    background: #1a1400;
    color: #ffcc33;
    border-color: #1a1400;
}
.hdr-4f3ff9 { background: var(--bg-dark); }
.wra-bba660.hdr-3b5d7d,
.wra-bba660.her-6cf57d,
.wra-bba660 {
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
.faq-6b064c.wra-bba660,
.pop-02a4cb.wra-bba660,
.dem-4faaee.wra-bba660 {
    padding-left: 32px;
    padding-right: 32px;
}
.pro-b48a3b .wra-bba660,
.pro-d86d05 {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
.foo-2c0ce3 {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.hdr-3b5d7d {
    overflow: visible;
    height: 72px;
}
.log-23d392 {
    display: flex;
    align-items: center;
    max-height: 56px;
    padding: 6px 0;
    flex-shrink: 0;
}
.bra-f8a6bd {
    display: block;
    width: auto;
    height: 40px;
    max-width: 140px;
    max-height: 40px;
    object-fit: contain;
}
.lan-eafc3d {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
}
.her-816499 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}
.her-816499 img,
.her-4d8efd {
    width: auto;
    max-width: 360px;
    max-height: 220px;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
}
@media (min-width: 769px) {
    .her-6cf57d {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
        gap: 36px;
        align-items: center;
    }
}
@media (max-width: 768px) {
    html, body { overflow-x: hidden; }
    .wra-bba660,
    .faq-6b064c.wra-bba660,
    .pop-02a4cb.wra-bba660,
    .dem-4faaee.wra-bba660,
    .pro-b48a3b .wra-bba660,
    .foo-2c0ce3 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hdr-fd90a8, .hdr-3b5d7d { overflow: visible; }
    .hdr-3b5d7d {
        height: 56px;
        gap: 8px;
        justify-content: flex-start;
    }
    .log-23d392 { max-height: 44px; padding: 0; }
    .log-5dcd8b { font-size: 0.92rem; }
    .bra-f8a6bd { height: 32px; max-height: 32px; max-width: 96px; }
    .lan-eafc3d { margin-left: auto; }
    .bur-240d83 { margin-left: 4px; flex-shrink: 0; }
    .nav-4e0d7a {
        top: 56px;
        z-index: 110;
        background: var(--bg-dark);
    }
    .her-6cf57d {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .her-816499 { justify-content: center; order: -1; }
    .her-816499 img,
    .her-4d8efd {
        width: auto;
        max-width: min(100%, 260px);
        max-height: 130px;
        aspect-ratio: auto;
    }
    .her-9fcbc8 { font-size: 1.4rem; line-height: 1.2; }
    .con-bb1b90 { width: 85%; max-width: 85%; }
    .pro-3cd19f img.con-bb1b90 { width: 85%; max-width: 85%; }
}
