html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #0A1628; background: #FFFFFF; line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }

.wrapper { display: flex; flex-direction: column; min-height: 100vh; overflow-x: clip; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.section { padding: 14px 0; }
.section.section-tight-top { padding-top: 0; }
.section.section-tight-bottom { padding-bottom: 0; }
.section.section-tight-top .responsibility-banner { margin-top: 0; }
.section .section-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; color: #2962FF; margin-bottom: 12px; padding: 6px 14px; background: rgba(41, 98, 255, 0.08); border-radius: 100px; }
.section .section-title { font-size: 32px; font-weight: 800; line-height: 1.1; letter-spacing: -0.5px; color: #0A1628; margin-bottom: 14px; }
.section .section-title .accent { color: inherit; }
.section .section-lead { font-size: 17px; color: #5A6A7E; max-width: 680px; margin-bottom: 16px; }
.section .section-header { margin-bottom: 18px; }

.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; background: #00C853; color: #FFFFFF; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; border-radius: 8px; border: 2px solid #00C853; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; cursor: pointer; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 200, 83, 0.3); background: #00B048; border-color: #00B048; }
.cta-button.cta-secondary { background: transparent; color: #2962FF; border-color: #2962FF; }
.cta-button.cta-secondary:hover { background: #2962FF; color: #FFFFFF; box-shadow: 0 12px 24px rgba(41, 98, 255, 0.3); }
.cta-button.cta-small { padding: 10px 20px; font-size: 12px; }

.diagonal-stripe { position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #00C853 0%, #00C853 50%, #2962FF 50%, #2962FF 100%); }

.tag { display: inline-flex; align-items: center; padding: 4px 10px; background: rgba(10, 22, 40, 0.05); color: #5A6A7E; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; }
.tag.tag-feature { background: rgba(41, 98, 255, 0.08); color: #2962FF; }
.tag.tag-bonus { background: rgba(0, 200, 83, 0.1); color: #008A3A; }

.age-badge { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #FF3D00; color: #FFFFFF; font-size: 13px; font-weight: 900; border-radius: 50%; flex-shrink: 0; }
.age-badge.age-badge-large { width: 48px; height: 48px; font-size: 16px; }

.warning-strip { background: #0A1628; color: #FFFFFF; padding: 10px 20px; font-size: 13px; font-weight: 600; text-align: center; letter-spacing: 0.5px; }
.warning-strip .warning-icon { display: inline-block; margin-right: 8px; vertical-align: middle; }

a { transition: color 0.2s ease; }
a:hover { color: #2962FF; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.reveal-delay-1 { transition-delay: 0.1s; }
.reveal.reveal-delay-2 { transition-delay: 0.2s; }
.reveal.reveal-delay-3 { transition-delay: 0.3s; }

p { color: #2A3A4E; }
p + p { margin-top: 16px; }

article h1 { font-size: 28px; font-weight: 800; line-height: 1.15; letter-spacing: -0.5px; color: #0A1628; margin-bottom: 16px; }
article h2 { font-size: 26px; font-weight: 800; line-height: 1.2; letter-spacing: -0.3px; color: #0A1628; margin-top: 24px; margin-bottom: 12px; }
article h2:first-child { margin-top: 0; }
article h3 { font-size: 20px; font-weight: 700; color: #0A1628; margin-top: 20px; margin-bottom: 10px; }
article p { font-size: 16px; line-height: 1.65; color: #2A3A4E; margin: 0 0 10px; }
article p:last-child { margin-bottom: 0; }
article ul li, article ol li { margin-bottom: 8px; line-height: 1.7; }
article ul, article ol { padding-left: 24px; margin-bottom: 16px; }
article ul:not([class]) { list-style: none; padding-left: 0; }
article ul:not([class]) > li { position: relative; padding-left: 30px; margin-bottom: 10px; line-height: 1.7; }
article ul:not([class]) > li::before { content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; background-color: rgba(0, 200, 83, 0.12); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300C853' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 12px 12px; }
article a { color: #2962FF; font-weight: 600; border-bottom: 1px solid rgba(41, 98, 255, 0.3); }
article a:hover { border-bottom-color: #2962FF; }
article strong { font-weight: 700; color: #0A1628; }
article code { padding: 2px 6px; background: #F7F9FC; border: 1px solid #E1E8F0; border-radius: 4px; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 13px; color: #2962FF; }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0; border: 1px solid #E1E8F0; border-radius: 12px; background: #FFFFFF; }
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table thead th { padding: 14px 14px; text-align: left; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; color: #FFFFFF; background: #00C853; border-bottom: 2px solid #008A3A; white-space: nowrap; }
.data-table thead th.col-logo { padding: 6px 8px; vertical-align: middle; text-align: center; background: #FFFFFF; }
.data-table thead th.col-logo .payment-logo { display: inline-block; max-width: 64px; max-height: 24px; width: auto; height: 24px; object-fit: contain; vertical-align: middle; }
.data-table thead th.col-logo-pair { white-space: nowrap; }
.data-table thead th.col-logo-pair .payment-logo { max-width: 32px; height: 22px; }
.data-table thead th.col-logo-pair .payment-logo + .payment-logo { margin-left: 4px; }
.data-table thead th.col-num { text-align: center; }
.data-table tbody td { padding: 12px 14px; border-bottom: 1px solid #EEF1F5; color: #2A3A4E; line-height: 1.55; vertical-align: top; }
.data-table tbody td.col-num { text-align: center; font-variant-numeric: tabular-nums; font-weight: 700; color: #0A1628; }
.data-table tbody td.col-strong { font-weight: 800; color: #0A1628; }
.data-table tbody td.col-rank { font-weight: 900; color: #00C853; font-variant-numeric: tabular-nums; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table.table-compact thead th { padding: 10px 8px; }
.data-table.table-compact tbody td { padding: 8px 8px; }

@media (max-width: 767px) {
  .data-table.live-top-table { border: 0; }
  .data-table.live-top-table thead { position: absolute; left: -9999px; top: -9999px; }
  .data-table.live-top-table tbody { display: block; }
  .data-table.live-top-table tbody tr { display: grid; grid-template-columns: 36px 1fr; grid-template-areas: "rank brand" "offer offer" "atut atut" "cta cta"; gap: 8px 12px; padding: 14px 12px; border: 1px solid #E1E8F0; border-radius: 12px; margin-bottom: 12px; background: #FFFFFF; align-items: center; }
  .data-table.live-top-table tbody tr:last-child { margin-bottom: 0; }
  .data-table.live-top-table tbody td { padding: 0; border: 0; display: block; }
  .data-table.live-top-table tbody td:nth-of-type(1) { grid-area: rank; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: linear-gradient(135deg, #00C853 0%, #2962FF 100%); color: #FFFFFF; border-radius: 50%; font-size: 14px; font-weight: 900; line-height: 1; }
  .data-table.live-top-table tbody td:nth-of-type(2) { grid-area: brand; align-self: center; }
  .data-table.live-top-table tbody td:nth-of-type(3) { grid-area: offer; font-size: 14px; line-height: 1.5; padding-top: 8px; border-top: 1px dashed #EEF1F5; }
  .data-table.live-top-table tbody td:nth-of-type(4) { grid-area: atut; font-size: 12px; color: #5A6A7E; line-height: 1.5; }
  .data-table.live-top-table tbody td:nth-of-type(5) { grid-area: cta; padding-top: 4px; }
  .data-table.live-top-table tbody td:nth-of-type(5) .cta-button { width: 100%; box-sizing: border-box; }
  .table-wrap:has(> .live-top-table) { border: 0; background: transparent; overflow: visible; }
}
.data-table tbody tr:hover { background: rgba(0, 200, 83, 0.06); }
.data-table .yes { color: #00C853; font-weight: 900; font-size: 20px; line-height: 1; display: inline-block; }
.data-table .no { color: #FF3D00; font-weight: 900; font-size: 20px; line-height: 1; display: inline-block; }
@media (min-width: 768px) {
  .data-table .yes, .data-table .no { font-size: 22px; }
}

.brand-cell { display: flex; align-items: center; gap: 10px; }
.brand-cell .brand-cell-logo { flex-shrink: 0; width: 56px; height: 30px; object-fit: contain; border-radius: 4px; background: #FFFFFF; border: 1px solid #E1E8F0; padding: 2px 4px; box-sizing: border-box; }
.brand-cell .brand-cell-name { font-weight: 800; color: #0A1628; }
.brand-cell.brand-cell-inline { display: inline-flex; vertical-align: middle; margin: 2px 4px 2px 0; }
.brand-cell.brand-cell-inline .brand-cell-logo { width: 52px; height: 26px; }
.brand-cell-suffix { font-size: 13px; color: #2A3A4E; vertical-align: middle; margin-right: 2px; }
.brand-cell.brand-cell-inline[data-bid="lvbet"] .brand-cell-logo { background: #0A1628; border-color: #0A1628; }
.brand-cell.brand-cell-inline[data-bid="betfan"] .brand-cell-logo { background: #00153B; border-color: #00153B; }
.brand-cell.brand-cell-inline[data-bid="etoto"] .brand-cell-logo { background: #00153B; border-color: #00153B; }
.brand-cell.brand-cell-inline[data-bid="admiralbet"] .brand-cell-logo { background: #003B8B; border-color: #003B8B; }
.brand-cell.brand-cell-inline[data-bid="fortuna"] .brand-cell-logo { background: #FFD400; border-color: #FFD400; }
.brand-cell.brand-cell-inline[data-bid="betcris"] .brand-cell-logo { background: #E30613; border-color: #E30613; }
.brand-cell.brand-cell-inline[data-bid="lebull"] .brand-cell-logo { background: #0A2A52; border-color: #0A2A52; }
.brand-cell.brand-cell-inline[data-bid="betclic"] .brand-cell-logo { background: #C8102E; border-color: #C8102E; }
.brand-cell.brand-cell-inline[data-bid="betters"] .brand-cell-logo { background: #1A1A1A; border-color: #1A1A1A; }
.brand-cell.brand-cell-inline[data-bid="fuksiarz"] .brand-cell-logo { background: #CF3232; border-color: #CF3232; }

.brand-cell[data-bid="fortuna"] .brand-cell-logo { background: #FFD400; border-color: #FFD400; padding: 0; }
.brand-cell[data-bid="betclic"] .brand-cell-logo { background: #C8102E; border-color: #C8102E; padding: 0; }
.brand-cell[data-bid="betfan"] .brand-cell-logo { background: #00153B; border-color: #00153B; padding: 0; }
.brand-cell[data-bid="lvbet"] .brand-cell-logo { background: #0A1628; border-color: #0A1628; padding: 0; }
.brand-cell[data-bid="etoto"] .brand-cell-logo { background: #00153B; border-color: #00153B; padding: 0; }
.brand-cell[data-bid="fuksiarz"] .brand-cell-logo { background: #CF3232; border-color: #CF3232; padding: 0; }
.brand-cell[data-bid="admiralbet"] .brand-cell-logo { background: #003B8B; border-color: #003B8B; padding: 0; }
.brand-cell[data-bid="betters"] .brand-cell-logo { background: #1A1A1A; border-color: #1A1A1A; padding: 0; }
.brand-cell[data-bid="betcris"] .brand-cell-logo { background: #E30613; border-color: #E30613; padding: 0; }
.brand-cell[data-bid="lebull"] .brand-cell-logo { background: #0A2A52; border-color: #0A2A52; padding: 0; }
.brand-cell[data-bid="sts"] .brand-cell-logo, .brand-cell[data-bid="traf"] .brand-cell-logo { padding: 0; object-fit: cover; }

@media (min-width: 768px) {
  .section { padding: 18px 0; }
  .section .section-title { font-size: 44px; }
  article h1 { font-size: 36px; }
  article h2 { font-size: 32px; }
}

@media (min-width: 1024px) {
  .section { padding: 22px 0; }
  .section .section-title { font-size: 52px; }
  article h1 { font-size: 42px; }
}

.back-to-top { position: fixed; bottom: 20px; right: 20px; z-index: 80; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; background: linear-gradient(135deg, #00C853 0%, #2962FF 100%); color: #FFFFFF; border-radius: 50%; box-shadow: 0 10px 24px rgba(10, 22, 40, 0.22); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, visibility 0s linear 0.22s; border: 0; padding: 0; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, visibility 0s linear 0s; }
.back-to-top:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(10, 22, 40, 0.28); }
.back-to-top:focus-visible { outline: 3px solid rgba(0, 200, 83, 0.4); outline-offset: 3px; }
.back-to-top .back-to-top-icon { width: 22px; height: 22px; display: block; }

@media (min-width: 768px) {
  .back-to-top { width: 52px; height: 52px; bottom: 28px; right: 28px; }
  .back-to-top .back-to-top-icon { width: 24px; height: 24px; }
}
