
/* Дополнительные стили для многостраничной версии в исходном дизайне */

header nav a.active-link,
.dropdown-menu a.active-link {
    text-decoration: underline !important;
}

.breadcrumbs {
    font-size: 14px;
    line-height: 20px;
    color: #c9d1d9;
    margin: 22px 0 12px;
}

.breadcrumbs a {
    color: #cbff00;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.crumb-sep {
    display: inline-block;
    margin: 0 8px;
    color: #7f8b98;
}

.page-lead {
    margin: 0 0 24px;
    max-width: 980px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.table-section {
    margin-bottom: 10px;
}

.table-section-head h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 28px;
}

.table-section .casino__table {
    margin-bottom: 10px;
}

.content-section {
    margin-bottom: 30px;
}

.section-head h2 {
    margin: 25px 0 8px 0;
}

.section-subtitle {
    margin: 0 0 16px;
    color: #cad2dc;
    font-size: 16px;
    line-height: 24px;
}

.two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 20px;
    align-items: start;
}

.note-box,
.list-card,
.contact-card,
.cta-strip,
.page__content .footer-col {
    border: 1px solid #9982fa;
    background: #262c35;
    border-radius: 22px;
    padding: 20px;
}

.note-box strong,
.list-card strong,
.contact-card strong,
.page__content .footer-col h3 {
    display: block;
    margin-bottom: 12px;
}

.note-box p:last-child,
.contact-card p:last-child {
    margin-bottom: 0;
}

.muted {
    opacity: 0.82;
    color: #d1d8e0;
}

.link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 16px;
}

.link-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    border: 1px solid #9982fa;
    background: #262c35;
    border-radius: 22px;
    padding: 18px 20px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s ease, border-color .2s ease;
}

.link-card:hover {
    text-decoration: none;
    transform: translateY(-1px);
    border-color: #cbff00;
    color: #fff;
}

.tile-badge {
    display: inline-block;
    color: #cbff00;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.link-card strong {
    font-size: 20px;
    line-height: 24px;
}

.link-card span:last-child {
    color: #d0d8df;
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.mini-card {
    border: 1px solid #9982fa;
    background: #262c35;
    border-radius: 22px;
    padding: 18px 20px;
}

.mini-card p {
    margin: 0;
}

.page__content a {
    color: #cbff00;
}

.page__content a:hover {
    color: #cbff00;
    text-decoration: underline;
}

.page__content ul,
.page__content ol {
    padding-left: 22px;
}

.page__content li + li {
    margin-top: 6px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid #9982fa;
    border-radius: 999px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.list-card ul,
.list-card ol {
    margin-top: 10px;
    margin-bottom: 0;
}

.list-card--warn {
    border-color: #cbff00;
}

.contact-card {
    max-width: 760px;
}

.contact-mail {
    color: #cbff00;
    font-weight: bold;
}

.cta-strip-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}

.btn-primary {
    background: #cbff00;
    color: #0A0000;
    border: 1px solid #cbff00;
}

.btn-primary:hover {
    background: none;
    color: #fff;
}

.btn-soft {
    border: 1px solid #9982fa;
    color: #fff;
}

.btn-soft:hover {
    background: none;
    color: #fff;
}

.item__heading a.item__heading--link {
    display: block;
}

.item__heading a.item__heading--link:hover {
    text-decoration: underline;
}

.item__heading .item__heading--license {
    flex: 1;
}

.item__table-right .btn-light {
    white-space: normal;
}

.footer-contnt {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 20px;
}

.footer-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-note img {
    flex: none;
}

.footer-links-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.footer-links-line a {
    color: #fff;
    text-decoration: none;
}

.footer-links-line a:hover {
    text-decoration: underline;
}

.page__content .footer-grid.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page__content .footer-col h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
}

.page__content .footer-col ul {
    margin: 0;
    padding-left: 18px;
}

.page__content .footer-col li + li {
    margin-top: 8px;
}

@media (max-width: 1280px) {
    .footer-contnt {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page__content .footer-grid.sitemap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .two-col,
    .link-grid,
    .mini-grid,
    .pros-cons,
    .page__content .footer-grid.sitemap-grid {
        grid-template-columns: 1fr;
    }

    .footer-contnt {
        grid-template-columns: 1fr;
    }

    .page-lead {
        font-size: 17px;
        line-height: 26px;
    }

    .table-section-head h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .content-section {
        margin-bottom: 24px;
    }

    .footer-note {
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .breadcrumbs {
        margin-top: 16px;
    }

    .note-box,
    .list-card,
    .contact-card,
    .cta-strip,
    .page__content .footer-col,
    .link-card,
    .mini-card {
        border-radius: 18px;
        padding: 16px;
    }

    .chip {
        font-size: 13px;
        line-height: 16px;
    }
}


/* Навигация быстрого доступа и дополнительные хабы */


/* Верхний CTA и улучшенный быстрый доступ */
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    margin: 0 0 24px;
    padding: 16px 20px;
    border: 1px solid #9982fa;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(38,44,53,.98), rgba(24,30,38,.98));
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.hero-cta__btn {
    float: none;
    min-width: 250px;
    padding: 14px 22px;
    font-weight: 700;
    letter-spacing: .01em;
}

.hero-cta__btn:hover {
    color: #0A0000;
    text-decoration: none;
}

.hero-cta__note {
    color: #d0d8df;
    font-size: 14px;
    line-height: 20px;
    max-width: 560px;
}

.top-shortcuts {
    background: #141920;
    border-top: 1px solid rgba(153,130,250,.35);
    border-bottom: 1px solid rgba(153,130,250,.35);
}

.top-shortcuts__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 14px 0 16px;
}

.top-shortcuts__label {
    flex: 0 0 100%;
    color: #cbff00;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.top-shortcuts__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: 1px solid #9982fa;
    background: #262c35;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 18px;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.top-shortcuts__link:hover {
    color: #fff;
    border-color: #cbff00;
    transform: translateY(-1px);
}

.top-shortcuts__link.active-link {
    background: #cbff00;
    border-color: #cbff00;
    color: #0A0000 !important;
    text-decoration: none !important;
}

@media (max-width: 600px) {
    .hero-cta {
        padding: 14px 16px;
        margin-bottom: 20px;
    }

    .hero-cta__btn {
        width: 100%;
        min-width: 0;
    }

    .hero-cta__note {
        font-size: 13px;
        line-height: 19px;
    }

    .top-shortcuts__inner {
        gap: 8px 10px;
        padding: 12px 0 14px;
    }

    .top-shortcuts__label {
        font-size: 12px;
        line-height: 15px;
    }

    .top-shortcuts__link {
        white-space: normal;
        text-align: center;
        padding: 7px 12px;
        font-size: 14px;
        line-height: 17px;
    }
}


@media (max-width: 600px) {
    .stat-card {
        padding: 14px 16px;
    }
}

/* CTA immediately after H1 */
.hero-cta {
    display: block;
    clear: both;
    margin: 16px 0 22px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.hero-cta__btn {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 340px;
    min-height: 62px;
    padding: 18px 34px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: none;
}

.hero-cta__btn:hover {
    color: #0A0000;
    text-decoration: none;
}

.hero-cta__note {
    display: none !important;
}

@media (max-width: 600px) {
    .hero-cta {
        margin: 14px 0 20px;
    }

    .hero-cta__btn {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        padding: 16px 20px;
        font-size: 17px;
        line-height: 19px;
    }
}
