:root {
  --bg: #07111f;
  --bg-soft: #0c1728;
  --panel: #111f33;
  --panel-2: #16263c;
  --text: #f5f7fb;
  --muted: #aeb9c9;
  --red: #d22630;
  --red-dark: #9d1720;
  --gold: #d9b36c;
  --gold-soft: #f1d9a8;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(210, 38, 48, 0.12), transparent 30%),
    radial-gradient(circle at 10% 35%, rgba(217, 179, 108, 0.08), transparent 30%),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 3000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--gold-soft);
  color: #06101d;
  font-weight: 800;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-tight { padding: 72px 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 800;
}
.section-kicker::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.section-title {
  margin: 0;
  max-width: 800px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.section-copy { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-head .section-copy { margin-top: 0; max-width: 460px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(7, 17, 31, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(calc(100% - 36px), 1320px); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--red), #76101b); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 10px 30px rgba(210,38,48,.25); }
.brand-mark svg { width: 23px; height: 23px; fill: var(--gold-soft); }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 10px 11px; border-radius: 10px; color: #dbe3ee; font-size: .92rem; font-weight: 650; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: rgba(255,255,255,.06); color: #fff; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 12px; cursor: pointer; }
.nav-backdrop { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--red), #a11924);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(210,38,48,.24); }
.btn-secondary { background: rgba(255,255,255,.06); border-color: var(--line-strong); }
.btn-secondary:hover { background: rgba(255,255,255,.10); box-shadow: none; }
.btn-gold { background: linear-gradient(135deg, #e1c07f, #b88839); color: #121a24; }
.btn-quiet { background: transparent; border-color: var(--line-strong); }
.btn-quiet:hover { background: rgba(255,255,255,.05); box-shadow: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-soft); font-weight: 800; }
.link-arrow:hover { color: #fff; }

.hero { min-height: min(820px, calc(100vh - var(--header-h))); position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,20,.94) 0%, rgba(3,10,20,.82) 36%, rgba(3,10,20,.24) 72%, rgba(3,10,20,.34) 100%), linear-gradient(0deg, rgba(7,17,31,.98), transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0 90px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(217,179,108,.38); border-radius: 999px; background: rgba(7,17,31,.58); color: var(--gold-soft); font-weight: 750; font-size: .82rem; }
.hero h1 { max-width: 790px; margin: 20px 0 18px; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .96; letter-spacing: -.055em; }
.hero p { max-width: 680px; margin: 0; color: #d6deea; font-size: clamp(1rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-meta { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 44px; color: #c6d0dd; font-size: .92rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { color: var(--gold); }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.media-frame { border-radius: 28px; overflow: hidden; min-height: 470px; position: relative; box-shadow: var(--shadow); border: 1px solid var(--line); }
.media-frame img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,31,.42), transparent 60%); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.feature-chip { display: flex; align-items: center; gap: 12px; padding: 15px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 14px; }
.feature-chip i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: rgba(217,179,108,.12); color: var(--gold-soft); }
.feature-chip strong { font-size: .95rem; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card { background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 45px rgba(0,0,0,.14); }
.card-body { padding: 22px; }
.card h3 { margin: 0 0 8px; font-size: 1.25rem; }
.card p { margin: 0; color: var(--muted); }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.045); }
.card-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: rgba(210,38,48,.14); color: #ffb9bf; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.card-actions { margin-top: 18px; display: flex; gap: 10px; }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(217,179,108,.12); color: var(--gold-soft); margin-bottom: 18px; }

.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.location-card { padding: 24px; position: relative; }
.location-card::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 3px; background: linear-gradient(var(--red), var(--gold)); border-radius: 9px; }
.location-top { display: flex; gap: 14px; align-items: start; }
.location-top i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(210,38,48,.12); color: #ff9098; }
.location-city { font-size: 1.35rem; font-weight: 900; letter-spacing: -.02em; }
.location-province { color: var(--gold-soft); font-size: .86rem; font-weight: 750; }
.location-detail { display: flex; gap: 10px; margin-top: 14px; color: var(--muted); font-size: .92rem; }
.location-detail i { width: 18px; margin-top: 3px; color: var(--gold); }
.location-card .btn { margin-top: 20px; width: 100%; }

.map-shell { display: grid; grid-template-columns: 1.6fr .8fr; gap: 20px; }
.map-panel { min-height: 500px; position: relative; background: linear-gradient(160deg, #0e1e31, #0a1524); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.real-map { position: absolute; inset: 0; z-index: 1; background: #0a1524; }
.maplibregl-map { font: inherit; }
.maplibregl-canvas { outline: none; }
.maplibregl-ctrl-group { border: 1px solid rgba(255,255,255,.12); box-shadow: 0 8px 24px rgba(0,0,0,.24); overflow: hidden; }
.maplibregl-ctrl-group button { background-color: rgba(255,255,255,.96); }
.maplibregl-ctrl-attrib { font-size: 10px; }
.maplibregl-popup-content { background: #0d1727; color: #d9e2ee; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.3); padding: 12px 14px; }
.maplibregl-popup-tip { border-top-color: #0d1727 !important; }
.maplibregl-popup-content strong { display: block; color: #fff; margin-bottom: 2px; }
.maplibregl-popup-content small { color: #9fb0c5; }
.maplibregl-popup-close-button { color: #fff; font-size: 18px; padding: 4px 7px; }
.real-map-marker { width: 26px; height: 26px; border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); transform: rotate(-45deg); box-shadow: 0 0 0 7px rgba(210,38,48,.12), 0 10px 26px rgba(0,0,0,.35); cursor: pointer; transition: background .2s ease, box-shadow .2s ease, scale .2s ease; }
.real-map-marker::after { content: ""; position: absolute; width: 7px; height: 7px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; border-radius: 50%; }
.real-map-marker.active { background: var(--gold); box-shadow: 0 0 0 8px rgba(217,179,108,.14), 0 10px 26px rgba(0,0,0,.35); scale: 1.12; }
.map-fallback { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; padding: 26px; background: #0a1524; text-align: center; }
.map-fallback[hidden] { display: none; }
.map-fallback img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .55; }
.map-fallback p { position: relative; z-index: 1; max-width: 440px; padding: 14px 18px; margin: 0; border: 1px solid var(--line); border-radius: 12px; background: rgba(7,17,31,.92); color: var(--muted); }
.map-info { padding: 28px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border: 1px solid var(--line); border-radius: 28px; }
.map-info .eyebrow { color: var(--gold-soft); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.map-info h3 { font-size: clamp(1rem, 2vw, 1.15rem); margin: 10px 0 6px; }
.map-info p { color: var(--muted); margin: 8px 0; }
.map-info .btn { margin-top: 18px; }
.map-phone-link { color: inherit; text-decoration: none; border-bottom: 1px dashed rgba(217,179,108,.3); }
.map-phone-link:hover { color: #fff; border-bottom-color: var(--gold); }

.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.game-card .card-media { aspect-ratio: 4/3; }
.game-card .card-body { min-height: 210px; }
.game-card .card-icon { margin-top: -45px; position: relative; z-index: 2; box-shadow: 0 7px 25px rgba(0,0,0,.28); background: #16263c; border: 1px solid var(--line); }

.promo-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.promo-card { display: flex; flex-direction: column; }
.promo-card .card-body { display: flex; flex-direction: column; flex: 1; }
.promo-card .card-actions { margin-top: auto; padding-top: 18px; }
.promo-card button { width: 100%; }

.rewards-wrap { border-radius: 32px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(120deg, #10253a 0%, #102032 55%, #1c1518 100%); }
.rewards-inner { display: grid; grid-template-columns: 1fr .85fr; }
.rewards-copy { padding: 56px; }
.rewards-media { min-height: 460px; position: relative; }
.rewards-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rewards-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#102032 0%, transparent 55%); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 30px 0; }
.step { padding: 18px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid var(--line); }
.step-no { color: var(--gold-soft); font-weight: 950; letter-spacing: .08em; }
.step strong { display: block; margin-top: 7px; }

.amenity-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.amenity { padding: 24px; display: flex; gap: 16px; align-items: start; }
.amenity i { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(217,179,108,.11); color: var(--gold-soft); }
.amenity h3 { margin: 0 0 5px; font-size: 1.05rem; }

.responsible { background: linear-gradient(135deg, rgba(210,38,48,.10), rgba(217,179,108,.07)); border-top: 1px solid rgba(217,179,108,.18); border-bottom: 1px solid rgba(217,179,108,.18); }
.responsible-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: center; }
.responsible-mark { min-height: 320px; border-radius: 28px; display: grid; place-items: center; background: radial-gradient(circle, rgba(217,179,108,.18), rgba(255,255,255,.02) 60%); border: 1px solid var(--line); }
.responsible-mark i { font-size: 6rem; color: var(--gold-soft); }
.responsible-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; margin: 24px 0; padding: 0; list-style: none; }
.responsible-list li { display: flex; gap: 10px; color: #dbe4ef; }
.responsible-list i { color: var(--gold); margin-top: 5px; }

.quote-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.quote { padding: 24px; }
.quote i { color: var(--gold); margin-bottom: 14px; }
.quote p { color: #dbe2eb; }
.quote small { color: var(--muted); }

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.03); }
.faq-btn { width: 100%; border: 0; background: transparent; color: #fff; text-align: left; padding: 20px 22px; display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; font-weight: 850; }
.faq-btn i { transition: transform .25s ease; }
.faq-btn[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-panel > div { overflow: hidden; }
.faq-panel p { margin: 0; padding: 0 22px 20px; color: var(--muted); }
.faq-item.open .faq-panel { grid-template-rows: 1fr; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 32px; }
.contact-card { padding: 28px; }
.contact-list { display: grid; gap: 16px; margin-top: 24px; }
.contact-row { display: flex; gap: 14px; }
.contact-row i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(217,179,108,.1); color: var(--gold-soft); }
.contact-row span { display: block; color: var(--muted); font-size: .82rem; }
.contact-row strong { display: block; color: #fff; }
.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1/-1; }
.form-group label { font-weight: 750; font-size: .9rem; }
.form-control { width: 100%; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255,255,255,.045); color: #fff; padding: 13px 14px; min-height: 48px; }
.form-control::placeholder { color: #7f8ba0; }
.form-control:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(217,179,108,.14); }
textarea.form-control { min-height: 150px; resize: vertical; }
.field-error { color: #ff9aa1; min-height: 18px; font-size: .78rem; }
.check-row { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); }
.check-row input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--red); }

.legal-hero { padding: 98px 0 56px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(210,38,48,.08), transparent); }
.legal-hero h1 { margin: 12px 0 12px; font-size: clamp(2.5rem, 5vw, 4.7rem); letter-spacing: -.045em; line-height: 1; }
.legal-hero p { max-width: 760px; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.legal-toc { position: sticky; top: calc(var(--header-h) + 24px); padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.legal-toc strong { display: block; margin-bottom: 8px; }
.legal-toc a { display: block; padding: 8px 0; color: var(--muted); font-size: .86rem; border-bottom: 1px solid rgba(255,255,255,.05); }
.legal-toc a:last-child { border-bottom: 0; }
.legal-toc a:hover { color: #fff; }
.legal-content { max-width: 860px; }
.legal-content section { scroll-margin-top: 110px; margin-bottom: 42px; }
.legal-content h2 { margin: 0 0 14px; font-size: 1.8rem; letter-spacing: -.025em; }
.legal-content h3 { margin-top: 24px; }
.legal-content p, .legal-content li { color: #c3cedc; }
.legal-content ul { padding-left: 21px; }
.policy-note { padding: 18px 20px; border: 1px solid rgba(217,179,108,.24); border-radius: 14px; background: rgba(217,179,108,.07); color: #e8e1d6; }

.site-footer { border-top: 1px solid var(--line); background: #050d17; }
.footer-main { padding: 70px 0 50px; display: grid; grid-template-columns: 1.5fr repeat(3,.8fr); gap: 36px; }
.footer-brand p { max-width: 390px; color: var(--muted); }
.footer-col h3 { margin: 0 0 14px; font-size: 1rem; }
.footer-col a { display: block; color: var(--muted); padding: 5px 0; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-contact { margin-top: 20px; display: grid; gap: 7px; color: var(--muted); font-size: .9rem; }
.footer-bottom { border-top: 1px solid var(--line); padding: 18px 0 24px; }
.footer-bottom-row { display: flex; justify-content: space-between; gap: 20px; color: #8794a6; font-size: .84rem; }
.footer-bottom-row strong { color: #b7c2cf; }

.modal { position: fixed; inset: 0; z-index: 2200; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(1,6,13,.76); backdrop-filter: blur(10px); }
.modal.open { display: flex; }
.modal-dialog { width: min(100%, 560px); max-height: min(88vh, 760px); overflow: auto; border: 1px solid var(--line-strong); border-radius: 22px; background: #0c1727; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.modal-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; font-size: 1.35rem; }
.icon-btn { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); cursor: pointer; }
.modal-body { padding: 24px; }
.modal-body p { color: var(--muted); }
.modal-actions { display: flex; gap: 10px; justify-content: flex-end; padding: 0 24px 24px; }

.age-gate { z-index: 3000; }
.age-dialog { width: min(100%, 620px); text-align: center; padding: 38px; border-radius: 28px; background: linear-gradient(160deg, #111f33, #091321); border: 1px solid rgba(217,179,108,.23); box-shadow: 0 40px 120px rgba(0,0,0,.65); }
.age-logo { width: 68px; height: 68px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,var(--red),#7b1019); }
.age-logo i { font-size: 1.8rem; color: var(--gold-soft); }
.age-dialog h1, .age-dialog h2 { margin: 0 0 12px; font-size: clamp(2rem,6vw,3rem); letter-spacing: -.035em; }
.age-dialog p { color: var(--muted); }
.age-actions { display: grid; gap: 10px; margin-top: 24px; }
.age-note { margin-top: 14px; font-size: .78rem; color: #8e9aac; }
.age-chip { display: inline-flex; margin-top: 10px; padding: 7px 10px; border: 1px solid rgba(217,179,108,.28); border-radius: 999px; color: var(--gold-soft); font-weight: 800; font-size: .76rem; }

.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 2100; display: none; }
.cookie-banner.show { display: block; }
.cookie-inner { width: min(100%, 1060px); margin: 0 auto; padding: 22px 24px; border-radius: 18px; border: 1px solid var(--line-strong); background: rgba(10,21,36,.96); backdrop-filter: blur(18px); box-shadow: 0 24px 70px rgba(0,0,0,.45); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px 28px; align-items: start; }
.cookie-copy h2 { margin: 0 0 6px; font-size: 1.05rem; }
.cookie-copy p { margin: 0; max-width: 620px; color: var(--muted); font-size: .92rem; }
.cookie-copy a { color: var(--gold-soft); text-decoration: underline; }
.cookie-actions { display: grid; grid-template-columns: repeat(2, max-content); justify-content: end; gap: 10px; }
.cookie-actions .btn { min-height: 42px; padding: 10px 14px; font-size: .84rem; }
.cookie-actions .btn-quiet { grid-column: 1 / -1; width: 100%; }
.cookie-option { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cookie-option:last-child { border-bottom: 0; }
.cookie-option p { margin: 4px 0 0; font-size: .84rem; }
.switch { position: relative; width: 48px; height: 26px; flex: 0 0 48px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; inset: 0; background: #39465a; border-radius: 999px; cursor: pointer; transition: .2s; }
.slider::before { content: ""; position: absolute; left: 4px; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: .2s; }
.switch input:checked + .slider { background: var(--red); }
.switch input:checked + .slider::before { transform: translateX(22px); }
.switch input:disabled + .slider { opacity: .65; cursor: not-allowed; }

.promo-dialog .modal-body h3 { margin-top: 0; }
.notice { padding: 16px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--muted); }

@media (max-width: 1080px) {
  .main-nav { position: fixed; top: var(--header-h); right: 0; width: min(88vw, 390px); height: calc(100dvh - var(--header-h)); padding: 22px; flex-direction: column; align-items: stretch; background: #091321; border-left: 1px solid var(--line); transform: translateX(105%); transition: transform .28s ease; z-index: 1100; overflow-y: auto; visibility: hidden; pointer-events: none; }
  .main-nav.open { transform: translateX(0); visibility: visible; pointer-events: auto; }
  .main-nav a { padding: 13px 12px; }
  .nav-toggle { display: grid; place-items: center; }
  .header-actions > .btn { display: none; }
  .nav-backdrop { position: fixed; inset: var(--header-h) 0 0 0; z-index: 1050; background: rgba(0,0,0,.55); }
  .nav-backdrop.show { display: block; }
  .game-grid, .promo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .location-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quote-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-main { grid-template-columns: 1.4fr repeat(3,1fr); gap: 24px; }
}


@media (max-width: 980px) {
  .cookie-inner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: start; }
}
@media (max-width: 860px) {
  .section { padding: 76px 0; }
  .section-head { display: block; }
  .section-head .section-copy { margin-top: 16px; }
  .split, .map-shell, .rewards-inner, .responsible-wrap, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .media-frame { min-height: 390px; order: -1; }
  .map-info { min-height: auto; }
  .rewards-media { min-height: 340px; order: -1; }
  .rewards-media::after { background: linear-gradient(0deg,#102032 0%,transparent 55%); }
  .rewards-copy { padding: 36px; }
  .amenity-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legal-toc { position: static; }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --header-h: 70px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { width: calc(100% - 24px); }
  .brand { font-size: .94rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 680px; }
  .hero-content { width: calc(100% - 28px); padding: 90px 0 54px; }
  .hero h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { gap: 12px; display: grid; }
  .feature-grid, .location-grid, .game-grid, .promo-grid, .amenity-grid, .quote-grid, .responsible-list, .form-grid, .steps { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .map-panel { min-height: 390px; }
  .rewards-copy { padding: 28px 22px; }
  .responsible-mark { min-height: 240px; }
  .form-card, .contact-card { padding: 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom-row { flex-direction: column; }
  .cookie-inner { display: block; padding: 16px; }
  .cookie-actions { margin-top: 14px; display: grid; grid-template-columns: 1fr; }
  .cookie-actions .btn-quiet { grid-column: auto; }
  .modal-actions { display: grid; }
  .modal-actions .btn { width: 100%; }
  .age-dialog { padding: 28px 20px; }
  .legal-hero { padding-top: 72px; }
}
.location-card.has-media { padding: 0; overflow: hidden; }
.location-card.has-media::before { top: 190px; bottom: 24px; }
.location-thumb { height: 170px; overflow: hidden; border-bottom: 1px solid var(--line); }
.location-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.location-card.has-media:hover .location-thumb img { transform: scale(1.04); }
.location-card-inner { padding: 22px 24px 24px; }
.experience-banner { height: 340px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; position: relative; }
.experience-banner img { width: 100%; height: 100%; object-fit: cover; }
.experience-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,31,.55), transparent 55%); }
@media (max-width: 640px) { .experience-banner { height: 240px; } }
