.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: #072241;
    color: #ffffff;
    text-decoration: none;
    transition: var(--tr);
}

a.play-btn:hover,
a.play-btn:focus {
    background: #0a4384;
    text-decoration: none;
}

.hero {
    background:
        radial-gradient(ellipse 70% 90% at 80% 35%, rgba(196, 125, 30, 0.2), transparent 72%),
        linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 45%, var(--navy-800) 100%);
    border-bottom: 1px solid rgba(196, 125, 30, 0.15);
    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-display);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.15;
}

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

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(217, 149, 48, 0.28);
    border-radius: 999px;
    background: rgba(196, 125, 30, 0.14);
    color: var(--amber-300);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__desc {
    color: var(--silver);
    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-display);
    font-size: 25px;
    font-weight: 800;
}

.hero__stat span,
.hero__stats span {
    color: rgba(184, 196, 212, 0.58);
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section {
    padding: 56px 0;
}

.section--alt,
.uk-section-muted {
    background: #edf1f9;
}

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

.article-body,
.uk-article {
    color: #1e2f50;
    font-size: 16.5px;
    line-height: 1.84;
}

.article-body h2,
.uk-article h2 {
    color: var(--text);
    font-family: var(--font-display);
}

.article-body h3,
.uk-article h3 {
    color: var(--navy-700);
    font-family: var(--font-display);
}

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);
}

.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(--white);
    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: linear-gradient(90deg, #edf1f9, #ffffff);
    color: var(--text);
    font-family: var(--font-display);
    font-size: 13.5px;
    font-weight: 700;
}

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

.compare-table th {
    padding: 10px 16px;
    background: var(--navy-800);
    color: var(--amber-300);
    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-muted);
    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: #f4f8ff;
}

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

.compare-table .td-green {
    color: #16803f;
    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: #ffffff;
    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(--amber-300);
    font-family: var(--font-display);
    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-muted);
    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: #f4f8ff;
}

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

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

.table-wrap .t-score,
.article-body table .t-score,
.uk-article table .t-score {
    color: var(--navy-700);
    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(--navy-600);
    font-weight: 700;
}

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

.badge-lic {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: #dcfce7;
    color: #15803d;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.rg-block {
    padding: 20px 24px;
    border: 1px solid rgba(196, 125, 30, 0.2);
    border-radius: var(--rad);
    background: linear-gradient(135deg, #0d1e40 0%, #16244e 100%);
}

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

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

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

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

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

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

.to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--g-amber);
    box-shadow: 0 4px 16px rgba(196, 125, 30, 0.4);
    color: var(--navy-900);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(12px);
    transition: var(--tr);
}

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

.to-top:hover,
.to-top:focus {
    box-shadow: 0 6px 22px rgba(196, 125, 30, 0.48);
    color: var(--navy-900);
    transform: translateY(-2px);
}

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

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

@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;
    }
}

@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;
    }
}
