.play-btn-wrap {
    margin-bottom: 16px;
    text-align: center;
}

.play-btn-wrap br {
    display: none;
}

a.play-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 8px;
    background: var(--g-blue);
    color: #ffffff;
    text-decoration: none;
    transition: var(--tr);
}

a.play-btn:hover,
a.play-btn:focus {
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
    text-decoration: none;
}

.hero {
    background:
        radial-gradient(ellipse 70% 90% at 80% 35%, rgba(245, 158, 11, 0.18), transparent 72%),
        linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 45%, var(--navy-800) 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.16);
    padding: 64px 0 56px;
}

.hero__inner,
.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 48px;
    align-items: center;
}

.hero h1 {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.15;
}

.hero h1 em {
    color: var(--a400);
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(59, 130, 246, 0.24);
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__desc {
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.75;
}

.hero__stats {
    gap: 0;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__stat,
.hero__stats > div {
    min-width: 92px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__stat:last-child,
.hero__stats > div:last-child {
    border-right: 0;
}

.hero__stat strong,
.hero__stats strong {
    color: #ffffff;
    font-family: var(--font-ui);
    font-size: 25px;
    font-weight: 800;
}

.hero__stat span,
.hero__stats span {
    color: rgba(148, 163, 184, 0.78);
    font-family: var(--font-ui);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section {
    padding: 56px 0;
}

.section--alt,
.uk-section-muted {
    background: var(--navy-800);
}

.section__lead {
    color: var(--text-light);
    font-family: var(--font-ui);
    font-size: 16px;
    line-height: 1.75;
}

.article-body,
.uk-article {
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.84;
}

.article-body h2,
.uk-article h2 {
    color: #ffffff;
    font-family: var(--font-heading);
}

.article-body h3,
.uk-article h3 {
    color: rgba(241, 245, 249, 0.88);
    font-family: var(--font-heading);
}

main h2[id],
.article-body h2[id] {
    scroll-margin-top: 110px;
}

.sidebar,
.tm-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-card,
.sidebar__widget,
.sidebar-toc,
.promo-widget {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--rad-lg);
    box-shadow: var(--sh-card);
}

.sidebar-card,
.sidebar-toc {
    padding: 18px;
}

.promo-widget {
    background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
    border: 0;
}

.compare-wrap {
    margin: 20px 0 28px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--card-bg);
    box-shadow: var(--sh-card);
}

.compare-wrap h4 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 13px 18px;
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 13.5px;
    font-weight: 700;
}

.compare-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: var(--card-bg);
}

.compare-table th {
    padding: 10px 16px;
    background: var(--navy-800);
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.compare-table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--border);
    color: var(--text-light);
    font-size: 13.5px;
    line-height: 1.55;
    vertical-align: middle;
}

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

.compare-table tr:hover td {
    background: rgba(59, 130, 246, 0.06);
}

.compare-table td:first-child {
    color: var(--text);
    font-weight: 700;
}

.compare-table .td-green {
    color: #4ade80;
    font-weight: 700;
}

.table-wrap {
    margin: 20px 0;
    overflow-x: auto;
    border-radius: var(--rad);
    box-shadow: var(--sh);
    -webkit-overflow-scrolling: touch;
}

.table-wrap table,
.article-body table,
.uk-article table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: var(--card-bg);
    font-size: 14px;
}

.table-wrap thead,
.article-body table thead,
.uk-article table thead,
.compare-table thead {
    background: var(--navy-800);
}

.table-wrap thead th,
.article-body table thead th,
.uk-article table thead th,
.compare-table th {
    padding: 12px 14px;
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.table-wrap tbody td,
.article-body table tbody td,
.uk-article table tbody td,
.compare-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
}

.table-wrap tbody tr:last-child td,
.article-body table tbody tr:last-child td,
.uk-article table tbody tr:last-child td,
.compare-table tr:last-child td {
    border-bottom: none;
}

.table-wrap tbody tr:hover td,
.article-body table tbody tr:hover td,
.uk-article table tbody tr:hover td,
.compare-table tr:hover td {
    background: rgba(59, 130, 246, 0.06);
}

.table-wrap .t-name,
.article-body table .t-name,
.uk-article table .t-name,
.compare-table td:first-child {
    color: var(--text);
    font-family: var(--font-heading);
    font-weight: 700;
}

.table-wrap .t-bonus,
.article-body table .t-bonus,
.uk-article table .t-bonus,
.compare-table .td-amber {
    color: var(--a400);
    font-family: var(--font-ui);
    font-weight: 700;
}

.table-wrap .t-score,
.article-body table .t-score,
.uk-article table .t-score {
    color: var(--b400);
    font-family: var(--font-mono);
    font-weight: 600;
}

.table-wrap .t-wager,
.article-body table .t-wager,
.uk-article table .t-wager {
    color: var(--text-muted);
    font-family: var(--font-mono);
    font-size: 13px;
}

.compare-table .td-navy {
    color: var(--b400);
    font-weight: 700;
}

.compare-table .td-green,
.table-wrap .td-green,
.article-body table .td-green,
.uk-article table .td-green {
    color: #4ade80;
    font-weight: 700;
}

.badge-lic {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(34, 197, 94, 0.14);
    color: #4ade80;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.rg-block {
    padding: 20px 24px;
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: var(--rad);
    background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 100%);
}

.rg-block__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rg-block__head span {
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
}

.rg-block p {
    margin: 0 0 8px;
    color: var(--text-light);
    font-size: 13.5px;
    line-height: 1.6;
}

.rg-block p:last-child {
    margin-bottom: 0;
}

.rg-block a {
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
}

.rg-block a:hover,
.rg-block a:focus {
    color: var(--a400);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(59, 130, 246, 0.24);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(26, 32, 53, 0.92));
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    color: var(--b400);
    cursor: pointer;
    font-family: var(--font-ui);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(12px) scale(0.96);
    transition: var(--tr);
}

.to-top.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.to-top:hover,
.to-top:focus {
    border-color: rgba(96, 165, 250, 0.42);
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.2), rgba(26, 32, 53, 0.96));
    box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.36),
        0 8px 24px rgba(37, 99, 235, 0.18);
    color: #ffffff;
    transform: translateY(-3px) scale(1.02);
}

.to-top:focus-visible {
    outline: 2px solid var(--b400);
    outline-offset: 3px;
}

.to-top span {
    display: block;
    transform: translateY(-2px);
}

@media (max-width: 959px) {
    .hero__inner,
    .hero__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 639px) {
    .hero {
        padding: 32px 0 40px;
    }

    .hero h1 {
        font-size: 24px;
        line-height: 1.22;
    }

    h2,
    .uk-h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    h3,
    .uk-h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .section__lead {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .article-body,
    .uk-article {
        font-size: 15.5px;
        line-height: 1.78;
    }

    .article-body h2,
    .uk-article h2 {
        font-size: 19px;
        margin-top: 32px;
    }

    .article-body h3,
    .uk-article h3 {
        font-size: 16.5px;
        margin-top: 24px;
    }

    .hero__stats {
        flex-wrap: wrap;
    }

    .hero__stat,
    .hero__stats > div {
        min-width: calc(50% - 1px);
        padding: 6px 10px;
    }

    .compare-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .compare-table {
        min-width: 380px;
    }

    .table-wrap {
        margin: 16px -16px;
        width: calc(100% + 32px);
        border-radius: 0;
    }

    .table-wrap table,
    .article-body table,
    .uk-article table {
        min-width: 440px;
    }

    .table-wrap thead th,
    .article-body table thead th,
    .uk-article table thead th,
    .compare-table th {
        padding: 10px 12px;
        font-size: 10.5px;
    }

    .table-wrap tbody td,
    .article-body table tbody td,
    .uk-article table tbody td,
    .compare-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .rg-block {
        margin: 20px 0;
        padding: 16px 18px;
    }

    .rg-block__head {
        margin-bottom: 8px;
    }

    .rg-block__head span {
        font-size: 12px;
    }

    .rg-block p {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .rg-block a {
        font-size: 12px;
    }

    .to-top {
        right: 16px;
        bottom: 16px;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 20px;
    }

    h2,
    .uk-h2 {
        font-size: 18px;
    }

    h3,
    .uk-h3 {
        font-size: 15.5px;
    }

    .section__lead {
        font-size: 14px;
    }

    .article-body,
    .uk-article {
        font-size: 14.5px;
    }

    .table-wrap {
        margin: 12px -12px;
        width: calc(100% + 24px);
    }

    .table-wrap table,
    .article-body table,
    .uk-article table {
        min-width: 420px;
    }

    .table-wrap thead th,
    .article-body table thead th,
    .uk-article table thead th,
    .compare-table th {
        padding: 8px 10px;
        font-size: 10px;
    }

    .table-wrap tbody td,
    .article-body table tbody td,
    .uk-article table tbody td,
    .compare-table td {
        padding: 9px 10px;
        font-size: 12.5px;
    }

    .rg-block {
        margin: 16px 0;
        padding: 14px 16px;
    }

    .rg-block p {
        font-size: 12.5px;
    }
}
