:root {
  --navy: #171c5a;
  --navy-2: #20286f;
  --ink: #182038;
  --muted: #5f6986;
  --line: #dbe0ee;
  --bg: #f4f7fc;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(18, 32, 95, 0.12);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(34, 102, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section.alt { background: rgba(255,255,255,0.72); }
.section-title { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; margin: 0 0 14px; letter-spacing: -0.04em; }
.section-copy { max-width: 700px; color: var(--muted); font-size: 1.05rem; margin: 0; }
p { margin: 0; }
.section .eyebrow + .section-title,
.card .eyebrow + .section-title,
.page-hero .eyebrow + .section-title,
.form-card .eyebrow + .section-title {
  margin-top: 18px;
}
.section-title + .section-copy,
.section-title + p {
  margin-top: 16px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: rgba(23, 28, 90, 0.08); color: var(--navy); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
}

.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.94);
  backdrop-filter: blur(20px); border-bottom: 1px solid rgba(219, 224, 238, 0.9);
}
.header-row {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0;
}
.header-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1 1 620px;
  min-width: 0;
}
.brand {
  display: flex; align-items: center; gap: 14px; font-weight: 900; color: var(--navy); letter-spacing: -0.03em;
}
.brand-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-text strong { display: block; font-size: 1.1rem; }
.brand-text span { display: block; font-size: 0.78rem; color: var(--muted); font-weight: 700; }
.nav-links { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-weight: 700; flex: 1 1 auto; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  color: var(--navy);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(23, 28, 90, 0.08);
}
.menu-toggle-box {
  display: inline-grid;
  gap: 5px;
}
.menu-toggle-box span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header-row.menu-open .menu-toggle-box span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-row.menu-open .menu-toggle-box span:nth-child(2) { opacity: 0; }
.header-row.menu-open .menu-toggle-box span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 24px rgba(23, 28, 90, 0.18); }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--navy); }
.btn-light { background: rgba(255,255,255,0.14); color: #fff; border-color: rgba(255,255,255,0.24); }
.btn.full { width: 100%; }

.icon-btn {
  width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--line);
  display: inline-grid; place-items: center; background: #fff; font-size: 1.15rem;
}
.cart-indicator { position: relative; }
.cart-count {
  position: absolute; top: -4px; right: -2px; min-width: 22px; height: 22px; padding: 0 6px;
  border-radius: 999px; display: inline-grid; place-items: center; background: var(--navy); color: #fff;
  font-size: 0.74rem; font-weight: 800; box-shadow: 0 8px 18px rgba(23, 28, 90, 0.22);
}

.hero-grid { display: grid; grid-template-columns: 1.3fr 0.95fr; gap: 28px; align-items: stretch; }
.hero-main, .hero-side, .card, .panel {
  background: #fff; border: 1px solid rgba(219, 224, 238, 0.9); border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.hero-main {
  position: relative; overflow: hidden; padding: 42px;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 91, 0.14), transparent 22%),
    radial-gradient(circle at bottom left, rgba(79, 210, 255, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,0.82) 0%, rgba(245,248,255,0.74) 100%);
  border: 1px solid rgba(255,255,255,0.42);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255,255,255,0.56);
}
.hero-main,
.page-hero,
.game-hero-left {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-main::before,
.page-hero::before,
.game-hero-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/background.jpg") center/cover no-repeat;
  opacity: 0.16;
  z-index: 0;
  pointer-events: none;
}
.hero-main::after, .game-hero-left::after {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  right: -70px; top: -80px; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.2); z-index: 1;
}
.hero-main > *,
.page-hero > *,
.game-hero-left > * {
  position: relative;
  z-index: 2;
}
.hero-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: center; }
.hero-copy h1, .game-hero-left h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 0.96; margin: 20px 0 16px; letter-spacing: -0.06em; }
.hero-copy p { font-size: 1.07rem; color: var(--muted); max-width: 560px; }
.hero-copy > .header-actions { margin-top: 24px; }
.hero-amount { font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 900; color: var(--navy); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 28px; }
.meta-pill { padding: 11px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 800; color: var(--muted); }

.image-placeholder {
  min-height: 320px; border-radius: 28px; position: relative; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(19, 29, 97, 0.24), rgba(43, 143, 255, 0.08)),
    url("assets/images/hero-home-campaign.jpg") center/cover no-repeat;
}
.image-placeholder::before {
  content: none;
}

.hero-side { padding: 22px; display: grid; gap: 18px; }
.promo-card {
  padding: 28px; border-radius: 26px; color: #fff;
  background: linear-gradient(135deg, #171c5a, #2a3394 60%, #3d8cff 100%);
}
.promo-card h3 { font-size: 1.8rem; line-height: 1; margin: 10px 0 12px; letter-spacing: -0.04em; }
.promo-card p { margin: 0 0 18px; color: rgba(255,255,255,0.82); }
.promo-card .btn { margin-top: 4px; }

.ticket-float {
  padding: 24px; border-radius: 26px; background: #f7f9ff; border: 1px solid var(--line);
  display: grid; gap: 20px;
}
.ticket-float .ticket-row,
.ticket-float .summary-row { align-items: flex-start; }
.ticket-float .ticket-row > div,
.ticket-float .summary-row > div {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.ticket-float .section-copy {
  font-size: 1rem;
  line-height: 1.35;
}
.ticket-float .price {
  line-height: 1;
  margin-top: 4px;
}
.ticket-float .btn { margin-top: 2px; }
.ticket-row, .summary-row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.ticket-row + .ticket-row, .summary-row + .summary-row { margin-top: 14px; }
.summary-row { padding: 4px 0; }
.stepper {
  display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 6px;
  background: #fff;
}
.stepper button {
  width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--bg); font-weight: 900; cursor: pointer;
}
.price { font-size: 1.7rem; font-weight: 900; letter-spacing: -0.04em; color: var(--navy); }

.grid-4, .grid-3, .grid-2 { display: grid; gap: 24px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.card { padding: 24px; overflow: hidden; position: relative; }
.card > * + * { margin-top: 16px; }
.card::before {
  content: ""; position: absolute; width: 170px; height: 170px; right: -60px; top: -60px; border-radius: 50%;
  background: rgba(255,255,255,0.16);
}
.game-card-header, .mini-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.game-badge {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.03em;
}
.game-dot { width: 18px; height: 18px; border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(255,255,255,0.28); }
.game-card h3, .result-card h3, .news-card h3, .promo-simple h3 { margin: 16px 0 12px; font-size: 1.6rem; letter-spacing: -0.04em; }
.stat { color: rgba(255,255,255,0.82); font-weight: 700; font-size: 0.92rem; }
.card-white { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.card-white::before { display: none; }
.card h3, .card h4 { line-height: 1.08; }
.card .btn { margin-top: 6px; }
.card .table-list,
.card .faq-list { margin-top: 4px; }

.game-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.game-card .table-list { gap: 10px; }
.game-card .summary-row { align-items: baseline; padding: 6px 0; }
.game-card .countdown {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.game-card .time-box {
  padding: 16px 10px;
  min-width: 0;
}
.game-card .time-box strong {
  font-size: 1.75rem;
  line-height: 1;
}
.game-card .time-box span {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  line-height: 1.2;
}
.game-card .btn { margin-top: 22px; align-self: flex-start; }

.numbers {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0;
}
.ball {
  width: 40px; height: 40px; border-radius: 50%; display: inline-grid; place-items: center;
  font-weight: 900; color: #fff;
}
.ball.bonus { background: #ffd65b !important; color: var(--navy); }
.table-list { display: grid; gap: 12px; }
.table-row {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 16px; padding: 16px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line);
}

.dark-band {
  padding: 36px; background: linear-gradient(135deg, #141a58, #1e2674); color: #fff; border-radius: 34px; box-shadow: var(--shadow);
}
.dark-band > * + * { margin-top: 18px; }
.raffle-card {
  padding: 22px; border-radius: 26px; color: #fff; position: relative; overflow: hidden;
}
.raffle-card > * + * { margin-top: 14px; }
.raffle-card::after {
  content: ""; position: absolute; width: 140px; height: 140px; right: -44px; bottom: -44px; border-radius: 50%; background: rgba(255,255,255,0.18);
}
.raffle-card .btn { margin-top: 18px; }

.winner-avatar,
.news-visual,
.feature-visual,
.promo-visual,
.article-visual,
.contact-visual,
.auth-visual,
.about-visual {
  width: 100%; min-height: 220px; border-radius: 24px;
  background-color: #d9e3ff;
  background-image:
    linear-gradient(135deg, rgba(23, 28, 90, 0.22), rgba(61, 140, 255, 0.10)),
    var(--media-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; overflow: hidden;
}
.winner-avatar { background-position: center 22%; }
.feature-visual { min-height: 300px; --media-image: url("assets/images/news-feature-checkout-upgrade.jpg"); }
.news-visual { --media-image: url("assets/images/article-editorial-cover.jpg"); }
.promo-visual { min-height: 180px; --media-image: url("assets/images/promo-campaign-offer.jpg"); }
.article-visual { --media-image: url("assets/images/article-editorial-cover.jpg"); }
.contact-visual { --media-image: url("assets/images/contact-support-team.jpg"); }
.auth-visual { --media-image: url("assets/images/auth-secure-access.jpg"); }
.about-visual { --media-image: url("assets/images/about-brand-story.jpg"); }
.winner-avatar::before,
.news-visual::before,
.feature-visual::before,
.promo-visual::before,
.article-visual::before,
.contact-visual::before,
.auth-visual::before,
.about-visual::before {
  content: none;
}

.page-hero {
  padding: 42px; border-radius: 34px; color: #fff;
  background: linear-gradient(135deg, rgba(23,28,90,0.82), rgba(44,55,153,0.76) 65%, rgba(49,149,255,0.68));
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(24px) saturate(145%);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.page-hero p { color: rgba(255,255,255,0.84); max-width: 720px; }
.page-hero > * + * { margin-top: 18px; }
.page-hero .btn { margin-top: 8px; }

.filters { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.filter-chip {
  padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 800; color: var(--muted);
}

.game-hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: start; }
.game-hero-left {
  color: #fff; padding: 32px; border-radius: 34px;
  background: linear-gradient(135deg, var(--hero-accent-strong, rgba(23,28,90,0.84)), var(--hero-accent-soft, rgba(44,55,153,0.76)) 62%, rgba(23,28,90,0.72));
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(24px) saturate(145%);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.time-box {
  padding: 14px 10px; border-radius: 20px; text-align: center; background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.16);
}
.time-box strong { display: block; font-size: 1.4rem; }
.play-panel { padding: 28px; }
.play-panel > * + * { margin-top: 18px; }
.play-panel h2 { margin: 0 0 18px; font-size: 2rem; letter-spacing: -0.05em; }
.play-panel [data-ticket-builder] {
  display: grid;
  gap: 18px;
}
.play-panel [data-ticket-builder] > [data-add-ticket] {
  justify-self: start;
}
.play-panel [data-ticket-builder] > .summary-row {
  align-items: flex-start;
}
.play-panel [data-ticket-builder] > .summary-row > div {
  display: grid;
  gap: 6px;
}
.ticket-card {
  padding: 22px; border-radius: 24px; border: 1px solid var(--line); background: #fff;
}
.ticket-card > * + * { margin-top: 16px; }
.ticket-card + .ticket-card { margin-top: 18px; }
.ticket-tools { display: flex; gap: 10px; }
.tool {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--muted); cursor: pointer;
}
.selected-track { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.selected-slot {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1px dashed #c5cde6; background: #f7f9ff; font-weight: 900; color: var(--muted);
}
.number-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); gap: 12px;
}
.number-btn {
  height: 50px; border-radius: 50%; border: 1px solid var(--line); background: #fff; font-weight: 900; cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.number-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(23, 28, 90, 0.08); }
.number-btn.selected { color: #fff; border-color: transparent; }
.draw-select {
  width: 100%; min-height: 52px; border-radius: 18px; border: 1px solid var(--line); padding: 0 16px; background: #fff; color: var(--ink);
}
.how-steps { display: grid; gap: 18px; margin-top: 28px; }
.how-step {
  display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 22px; align-items: center;
  padding: 22px 24px; border-radius: 24px; background: #fff; border: 1px solid var(--line);
}
.how-step-number {
  width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%); color: var(--navy); font-size: 1.45rem; font-weight: 900;
}
.how-step-copy {
  margin: 0; max-width: 28ch; color: var(--ink); font-size: 1.05rem; line-height: 1.45;
}

.faq-list { display: grid; gap: 14px; }
.faq-item {
  padding: 20px 22px; border-radius: 20px; background: #fff; border: 1px solid var(--line);
}
.faq-item h4 { margin: 0 0 8px; font-size: 1rem; }
.faq-item p { margin: 0; color: var(--muted); }

.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 44px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 24px; align-items: start; }
.footer-col { display: grid; align-content: start; gap: 16px; min-width: 0; }
.footer-col h4 { margin: 0; font-size: 1rem; }
.footer-col .brand { align-items: flex-start; }
.footer-col .brand-mark { width: 58px; height: 58px; }
.footer-col .section-copy { line-height: 1.6; }
.footer-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
.footer-logo-link,
.footer-logo-badge {
  min-height: 76px;
  padding: 14px 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f143f88;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 28px rgba(10, 16, 52, 0.18);
}
.footer-logo-link {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.footer-logo-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 18px 30px rgba(10, 16, 52, 0.24);
}
.footer-logo-image {
  width: auto;
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}
.footer-logo-age { max-height: 42px; }
.footer-links { display: grid; gap: 10px; color: var(--muted); }
.trust-badges, .socials { display: flex; flex-wrap: wrap; gap: 10px; }
.badge {
  padding: 10px 14px; border-radius: 999px; background: var(--bg); border: 1px solid var(--line); font-weight: 800; color: var(--navy); font-size: 0.85rem;
}
.footer-bottom {
  display: grid;
  gap: 18px;
  padding-top: 22px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}
.footer-legal {
  display: grid;
  gap: 12px;
  max-width: 1040px;
  line-height: 1.65;
}
.footer-legal p { margin: 0; }

.form-card, .checkout-card { padding: 28px; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card > * + *,
.checkout-card > * + * { margin-top: 18px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-weight: 800; color: var(--navy); }
.field input, .field textarea, .field select {
  min-height: 54px; border-radius: 18px; border: 1px solid var(--line); padding: 0 16px; background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.field textarea { min-height: 140px; padding: 16px; resize: vertical; }
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: #7b8ee8;
  box-shadow: 0 0 0 4px rgba(74, 98, 213, 0.12);
}
.field.is-invalid input,
.field.is-invalid textarea,
.field.is-invalid select {
  border-color: #cb3b55;
  background: #fff8fa;
}
.field-error {
  min-height: 1.1rem;
  color: #cb3b55;
  font-size: 0.88rem;
}
.form-status {
  display: none;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
}
.form-status.active { display: block; }
.form-status.error {
  background: #fff7f8;
  border-color: #f2c9d2;
  color: #a52a45;
}
.form-status.success {
  background: #f4fff8;
  border-color: #c9ebd5;
  color: #1c7a49;
}
.form-status.info {
  background: #f4f7ff;
  border-color: #cad6fb;
  color: #2645a0;
}

.split-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; }
.checkout-line {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line);
}
.checkout-line:last-child { border-bottom: 0; }
.checkout-numbers { margin-top: 12px; }
.cart-empty {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 220px;
}
.cart-empty h3 {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.14); color: #fff; font-weight: 800; font-size: 0.82rem;
}

.legal-stack {
  display: grid;
  gap: 20px;
}
.legal-section {
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.legal-section > * + * { margin-top: 14px; }
.legal-section h3 {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}
.legal-section p,
.legal-section li {
  color: var(--muted);
}
.legal-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

@media (max-width: 1120px) {
  .hero-grid, .hero-layout, .game-hero-grid, .split-layout, .footer-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-row { flex-wrap: wrap; }
  .header-panel { width: 100%; }
}

@media (max-width: 900px) {
  .header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
  }
  .menu-toggle { display: inline-flex; }
  .header-panel {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(219, 224, 238, 0.9);
    border-radius: 26px;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
  }
  .header-row.menu-open .header-panel { display: flex; }
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .container { width: min(100% - 20px, var(--container)); }
  .hero-main, .page-hero, .play-panel, .game-hero-left, .card, .form-card, .checkout-card { padding: 22px; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .nav-links { font-size: 0.95rem; width: 100%; padding-bottom: 4px; }
  .header-actions { justify-content: space-between; }
  .hero-copy h1, .game-hero-left h1, .section-title { letter-spacing: -0.05em; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .game-card .countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom, .ticket-row, .summary-row, .checkout-line { flex-direction: column; align-items: flex-start; }
  .footer-col { gap: 14px; }
  .how-step { grid-template-columns: 1fr; gap: 14px; align-items: flex-start; }
  .how-step-copy { max-width: none; }
  .ticket-float { gap: 18px; }
  .ticket-float .stepper { align-self: flex-start; }
  .header-panel { padding: 16px; }
  .header-actions .btn { flex: 1 1 160px; }
}
