:root {
  --bg: #0b0b0b;
  --bg-elevated: #111214;
  --bg-card: #17181b;
  --gold: #f4be1a;
  --gold-strong: #ffca2b;
  --text: #f2f2f2;
  --muted: #b7b8bd;
  --line: #2b2c31;
  --ok: #40d47e;
  --danger: #ff5d5d;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  --radius: 16px;
  --radius-sm: 12px;
  --maxw: 1120px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background: radial-gradient(circle at 20% 0%, #1f1a09 0%, var(--bg) 35%);
  color: var(--text);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--maxw));
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(10, 10, 10, 0.8);
  border-bottom: 1px solid #292a2f;
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: var(--gold-strong);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.chip {
  border: 1px solid #393a42;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn-primary {
  background: linear-gradient(180deg, #ffcf3f 0%, var(--gold) 100%);
  color: #17110a;
  padding: 0.78rem 1.4rem;
  box-shadow: 0 10px 20px rgba(244, 190, 26, 0.2);
}

.btn-secondary {
  background: transparent;
  border: 1px solid #43444b;
  color: var(--text);
  padding: 0.74rem 1.25rem;
}

.hero {
  padding: 2.4rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.panel {
  background: linear-gradient(160deg, #17181d 0%, #101115 100%);
  border: 1px solid #2a2b31;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2.2rem;
}

.tag {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  color: #14120d;
  background: var(--gold);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.hero-copy p {
  color: var(--muted);
  margin-bottom: 1.35rem;
  max-width: 62ch;
}

.hero-copy .hero-lead {
  color: #d2d5dc;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.risk-row {
  font-size: 0.9rem;
  color: #a4a6ad;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
}

.risk-row span::before {
  content: "•";
  margin-right: 0.4rem;
  color: var(--gold);
}

.hero-side {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.bonus-card {
  background: #0f1013;
  border: 1px solid #2b2d34;
  border-radius: var(--radius-sm);
  padding: 1.15rem;
}

.bonus-card-banner-mobile {
  display: none;
  padding: 0;
  overflow: hidden;
}

.bonus-card-banner-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

.bonus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.bonus-head h3 {
  font-size: 1.04rem;
}

.pill {
  background: rgba(244, 190, 26, 0.14);
  border: 1px solid rgba(244, 190, 26, 0.45);
  color: #ffd562;
  border-radius: 999px;
  padding: 0.24rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.bonus-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}

.bonus-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: #9d9fa8;
}

.bonus-meta span {
  border: 1px solid #30323a;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.section {
  padding: 1.4rem 0 2.9rem;
}

.info-table-section {
  padding-top: 0.4rem;
}

.inline-banner-section {
  padding-top: 0.2rem;
  padding-bottom: 1.2rem;
}

.inline-banner-wrap {
  overflow: hidden;
}

.inline-banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.table-header-wrap {
  margin-bottom: 1rem;
}

.table-header-wrap .tag {
  margin-bottom: 0.75rem;
}

.table-intro {
  color: var(--muted);
  max-width: 70ch;
}

.info-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: linear-gradient(180deg, #131418 0%, #111216 100%);
}

.info-table th,
.info-table td {
  text-align: left;
  border-bottom: 1px solid #2d2f35;
  padding: 0.88rem 0.95rem;
  vertical-align: top;
}

.info-table thead th {
  background: linear-gradient(180deg, #f6c32b 0%, #d9a51c 100%);
  color: #1b1309;
  font-size: 0.93rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.info-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.01);
}

.info-table tbody tr:hover {
  background: rgba(244, 190, 26, 0.08);
}

.info-table td:first-child {
  width: 34%;
  color: #f4d979;
  font-weight: 700;
}

.info-table td:last-child {
  color: #d7dae1;
}

.info-accordion {
  display: none;
}

.info-group {
  background: #141519;
  border: 1px solid #2d2f35;
  border-radius: var(--radius-sm);
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.info-group summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #f4d979;
  padding: 0.85rem 0.95rem;
  position: relative;
  background: linear-gradient(180deg, #17191e 0%, #121317 100%);
  border-bottom: 1px solid transparent;
}

.info-group summary::-webkit-details-marker {
  display: none;
}

.info-group summary::after {
  content: "+";
  position: absolute;
  right: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-weight: 800;
}

.info-group[open] summary {
  border-bottom-color: #2d2f35;
}

.info-group[open] summary::after {
  content: "-";
}

.info-group ul {
  list-style: none;
  padding: 0.75rem 0.95rem 0.95rem;
  display: grid;
  gap: 0.55rem;
}

.info-group li {
  color: #d7dae1;
  font-size: 0.93rem;
  line-height: 1.45;
}

.info-group li strong {
  color: #f2f3f7;
}

.explainer-section {
  padding-top: 0;
}

.explainer-card {
  padding: 1.35rem;
}

.explainer-card h2 {
  margin-bottom: 0.7rem;
}

.explainer-card p {
  color: #cfd3db;
  margin-bottom: 0.85rem;
}

.explainer-steps {
  margin: 0.3rem 0 1rem 1.2rem;
  color: #e5e8ee;
  display: grid;
  gap: 0.4rem;
}

.explainer-steps li::marker {
  color: var(--gold);
  font-weight: 800;
}

.login-guide-section {
  padding-top: 0;
}

.login-guide-card {
  padding: 1.35rem;
}

.login-guide-card h2 {
  margin-bottom: 0.7rem;
}

.login-guide-card p {
  color: #cfd3db;
  margin-bottom: 0.85rem;
}

.login-steps {
  margin: 0.2rem 0 1rem 1.2rem;
  color: #e6e9ef;
  display: grid;
  gap: 0.45rem;
}

.login-steps li::marker {
  color: var(--gold);
  font-weight: 800;
}

.login-help-list {
  list-style: none;
  margin-bottom: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.login-help-list li {
  color: #d7dae1;
}

.login-help-list li::before {
  content: "•";
  color: var(--gold);
  margin-right: 0.45rem;
  font-weight: 800;
}

.login-cta-text {
  color: #f4d979;
  font-weight: 700;
  margin-bottom: 0;
}

.app-guide-section {
  padding-top: 0;
}

.app-guide-card {
  padding: 1.35rem;
}

.app-guide-card h2 {
  margin-bottom: 0.7rem;
}

.app-guide-card p {
  color: #cfd3db;
  margin-bottom: 0.9rem;
}

.app-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.app-box {
  background: #111319;
  border: 1px solid #2c2f37;
  border-radius: var(--radius-sm);
  padding: 0.9rem;
}

.app-box h3 {
  color: #f4d979;
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.app-steps {
  margin-left: 1.15rem;
  color: #e5e8ef;
  display: grid;
  gap: 0.38rem;
}

.app-steps li::marker {
  color: var(--gold);
  font-weight: 800;
}

.app-note {
  margin-bottom: 0;
  color: #f0f2f7;
}

.bonus-guide-section {
  padding-top: 0;
}

.bonus-guide-card {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #141820 0%, #0e1218 100%);
  border-color: #24303d;
}

.bonus-promo-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: stretch;
}

.bonus-promo-content {
  padding: 1.45rem;
  background: linear-gradient(180deg, #172232 0%, #101b2b 100%);
}

.bonus-promo-content h2 {
  margin-bottom: 0.7rem;
}

.bonus-promo-content p {
  color: #d8deea;
  margin-bottom: 0.8rem;
}

.bonus-list,
.bonus-check-list {
  list-style: none;
  margin-bottom: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.bonus-list li,
.bonus-check-list li {
  color: #edf1f8;
}

.bonus-list li::before,
.bonus-check-list li::before {
  content: "•";
  color: var(--gold);
  margin-right: 0.45rem;
  font-weight: 800;
}

.bonus-promo-media {
  margin: 0.8rem;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(244, 190, 26, 0.45);
  background:
    linear-gradient(135deg, rgba(244, 190, 26, 0.14), rgba(244, 190, 26, 0.03)),
    linear-gradient(180deg, #11161f, #0e131b);
  min-height: 250px;
  display: grid;
  place-items: center;
}

.bonus-promo-media span {
  color: #f2cc60;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.bonus-promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-sm) - 2px);
}

.casino-games-section {
  padding-top: 0.6rem;
}

.casino-filter-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.casino-filter {
  background: #1a1b21;
  border: 1px solid #363741;
  color: #d6d9e0;
  border-radius: 10px;
  padding: 0.62rem 0.6rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.casino-filter.is-active {
  background: #2e3036;
  border-color: #494b56;
  color: #f8f9fb;
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.casino-row {
  display: contents;
}

.casino-game-card {
  background: #2a2c31;
  border: 1px solid #3a3c44;
  border-radius: 10px;
  padding: 0.44rem;
}

.casino-thumb {
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0.45rem;
}

.casino-game-card h3 {
  font-size: 1rem;
  color: #f2f4f8;
  margin-bottom: 0.05rem;
}

.casino-game-card p {
  font-size: 0.86rem;
  color: #c0c5cf;
}

.casino-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.thumb-monopoly { background: linear-gradient(135deg, #784415, #c26a1a); }
.thumb-lightning { background: linear-gradient(135deg, #503021, #b48d66); }
.thumb-funky { background: linear-gradient(135deg, #7a4f15, #de9b1c); }
.thumb-roulette { background: linear-gradient(135deg, #4f331b, #8e6318); }
.thumb-boom { background: linear-gradient(135deg, #5f4b10, #cf9f26); }
.thumb-crash { background: linear-gradient(135deg, #1a2f6f, #3258b3); }
.thumb-basscrash { background: linear-gradient(135deg, #1d6b74, #2c9da8); }
.thumb-cash { background: linear-gradient(135deg, #24306a, #404fc1); }
.thumb-bonanza { background: linear-gradient(135deg, #1f7a68, #2ba88e); }
.thumb-moolah { background: linear-gradient(135deg, #8c6f1a, #d2ab34); }
.thumb-book { background: linear-gradient(135deg, #6b3b1d, #b26535); }
.thumb-dead { background: linear-gradient(135deg, #5d3f2d, #99664a); }

.casino-section-copy {
  margin-top: 1rem;
  background: #17191f;
  border: 1px solid #2d3039;
  border-radius: var(--radius-sm);
  padding: 1rem;
}

.casino-section-copy p {
  color: #d3d7e0;
  margin-bottom: 0.75rem;
}

.casino-copy-list {
  list-style: none;
  margin-bottom: 0.8rem;
  display: grid;
  gap: 0.35rem;
}

.casino-copy-list li {
  color: #e8ebf2;
}

.casino-copy-list li::before {
  content: "•";
  color: var(--gold);
  margin-right: 0.45rem;
  font-weight: 800;
}

.providers-section {
  margin-top: 1rem;
}

.providers-section h3 {
  font-size: 1.1rem;
  color: #eef1f7;
  margin-bottom: 0.7rem;
}

.providers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.provider-card {
  min-height: 92px;
  border-radius: 12px;
  border: 1px solid #2d3650;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    linear-gradient(165deg, #1a2140, #101733);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 20px rgba(0, 0, 0, 0.25);
}

.provider-card span {
  color: #f5f7fb;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 0.4rem;
}

.provider-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.practical-section {
  padding-top: 0;
}

.practical-card {
  padding: 1.35rem;
}

.practical-card h2 {
  margin-bottom: 0.7rem;
}

.practical-card p {
  color: #d2d7e1;
  margin-bottom: 0.85rem;
}

.practical-steps {
  margin: 0.15rem 0 0.95rem 1.2rem;
  display: grid;
  gap: 0.42rem;
  color: #eceff6;
}

.practical-steps li::marker {
  color: var(--gold);
  font-weight: 800;
}

.payments-section {
  padding-top: 0;
}

.payments-card {
  padding: 1.35rem;
}

.payments-card h2 {
  margin-bottom: 0.7rem;
}

.payments-card p {
  color: #d2d7e1;
  margin-bottom: 0.85rem;
}

.payments-table-wrap {
  overflow-x: auto;
  margin-bottom: 0.9rem;
}

.payments-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  border: 1px solid #2f323b;
  border-radius: 10px;
  overflow: hidden;
}

.payments-table th,
.payments-table td {
  padding: 0.68rem 0.75rem;
  border-bottom: 1px solid #2f323b;
  text-align: left;
}

.payments-table th {
  background: linear-gradient(180deg, #f4c229 0%, #d6a319 100%);
  color: #211708;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.payments-table td {
  color: #eceff6;
  background: #14161b;
}

.payments-benefits {
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.payments-benefits li {
  color: #e9edf4;
}

.payments-benefits li::before {
  content: "✔";
  color: var(--gold);
  margin-right: 0.45rem;
  font-weight: 800;
}

.payment-methods-block {
  margin-top: 1rem;
}

.payment-methods-block h3 {
  font-size: 1.05rem;
  color: #eef1f8;
  margin-bottom: 0.65rem;
}

.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.payment-method-card {
  min-height: 96px;
  border-radius: 12px;
  border: 1px solid #2f3650;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    linear-gradient(165deg, #1a2140, #101733);
  display: grid;
  place-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.45rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.payment-icon {
  font-size: 1.8rem;
  color: #f2c84d;
}

.pm-zimpler .payment-icon { color: #ffffff; }
.pm-paysafecard .payment-icon { color: #00a7e7; }
.pm-venmo .payment-icon { color: #008cff; }
.pm-applepay .payment-icon { color: #ffffff; }
.pm-mifinity .payment-icon { color: #58c4dd; }
.pm-klarna .payment-icon { color: #ffb3c7; }
.pm-paypal .payment-icon { color: #169bd7; }
.pm-revolut .payment-icon { color: #e7ebf5; }
.pm-mastercard .payment-icon { color: #ff5f00; }
.pm-neteller .payment-icon { color: #86df3a; }
.pm-bitcoincash .payment-icon { color: #7bb63c; }
.pm-litecoin .payment-icon { color: #9ec9ff; }

.trust-section {
  padding-top: 0;
}

.trust-card {
  padding: 1.35rem;
}

.trust-card h2 {
  margin-bottom: 0.7rem;
}

.trust-card p {
  color: #d2d7e1;
  margin-bottom: 0.85rem;
}

.trust-positive-list,
.trust-attention-list {
  list-style: none;
  display: grid;
  gap: 0.42rem;
  margin-bottom: 0.9rem;
}

.trust-positive-list li,
.trust-attention-list li {
  color: #e8edf5;
}

.trust-positive-list li::before {
  content: "✔";
  color: var(--gold);
  margin-right: 0.45rem;
  font-weight: 800;
}

.trust-attention-list li::before {
  content: "•";
  color: #ffcc66;
  margin-right: 0.45rem;
  font-weight: 800;
}

.faq-section {
  padding-top: 0;
}

.faq-card {
  padding: 1.35rem;
}

.faq-card h2 {
  margin-bottom: 0.85rem;
}

.faq-item {
  border: 1px solid #2f323b;
  border-radius: 12px;
  background: #14161b;
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.8rem 0.95rem;
  color: #f1f4fa;
  font-weight: 700;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  color: #d4d9e2;
  padding: 0 0.95rem 0.9rem;
}

.payment-method-card span {
  color: #f2f4f8;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  margin-bottom: 1rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature {
  background: var(--bg-card);
  border: 1px solid #2e2f36;
  border-radius: var(--radius-sm);
  padding: 1.1rem;
}

.feature strong {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #f7f8fa;
}

.feature p {
  color: var(--muted);
  font-size: 0.95rem;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.step-card {
  background: linear-gradient(180deg, #15161a, #101114);
  border: 1px solid #2a2b31;
  border-radius: var(--radius-sm);
  padding: 1.2rem;
}

.step-card ol {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  counter-reset: step;
}

.step-card li {
  counter-increment: step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  color: #eceef2;
}

.step-card li::before {
  content: counter(step);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.86rem;
  color: #15120b;
  background: var(--gold);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.quote {
  border-radius: var(--radius-sm);
  padding: 1.2rem;
  background: #131418;
  border: 1px solid #2d2e35;
  color: #e7e9ed;
}

.quote p {
  font-size: 0.95rem;
  color: #c8cad1;
  margin-bottom: 0.7rem;
}

.quote .name {
  font-size: 0.88rem;
  color: #9ea1aa;
}

.cta-banner {
  margin: 2.2rem 0 3.2rem;
  background: linear-gradient(130deg, #f3bd1f 0%, #b58713 110%);
  color: #18120a;
  border-radius: var(--radius);
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.cta-banner-logo {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(24, 18, 10, 0.18);
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.cta-banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-banner-copy {
  flex: 1;
  margin-right: auto;
}

.cta-banner h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  margin-bottom: 0.25rem;
}

.cta-banner p {
  font-weight: 500;
  opacity: 0.85;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 2rem;
  color: #91949f;
  font-size: 0.88rem;
}

.notice {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  color: #7f828c;
}

@media (max-width: 980px) {
  .hero-grid,
  .cards,
  .steps,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .casino-filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casino-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .providers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-promo-layout {
    grid-template-columns: 1fr;
  }

  .app-columns {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2rem;
  }
}

@media (max-width: 620px) {
  .nav {
    min-height: 64px;
  }

  .brand {
    font-size: 1.35rem;
  }

  .chip {
    display: none;
  }

  .hero-copy,
  .hero-side {
    padding: 1.1rem;
  }

  .bonus-card-banner-mobile {
    display: block;
  }

  .bonus-promo-content {
    padding: 1.1rem;
  }

  .bonus-promo-media {
    margin: 0 1.1rem 1.1rem;
    min-height: 190px;
  }

  .casino-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .providers-grid {
    grid-template-columns: 1fr;
  }

  .payment-methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-card {
    min-height: 78px;
  }

  .casino-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 80%);
    gap: 0.65rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.15rem;
  }

  .casino-row::-webkit-scrollbar {
    height: 6px;
  }

  .casino-row::-webkit-scrollbar-thumb {
    background: #4a4d58;
    border-radius: 999px;
  }

  .casino-game-card {
    scroll-snap-align: start;
  }

  .info-table-wrap {
    display: none;
  }

  .info-accordion {
    display: block;
  }

  .info-table {
    min-width: 0;
  }

  .info-table th,
  .info-table td {
    padding: 0.75rem;
    font-size: 0.92rem;
  }

  .info-table td:first-child {
    width: 42%;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner-logo {
    width: 64px;
    height: 64px;
  }
}
