/* Bet25 Casino DK — designsystem.
   Tre produkttemaer deler layout; kun accentfarverne skifter. */

:root {
	--bg: #f5f8fd;
	--surface: #ffffff;
	--ink: #12202e;
	--ink-2: #52616f;
	--line: #e2e8f1;
	--dark: #1c1c1c;
	--footer: #404040;
	--yellow: #ffd804;
	--yellow-ink: #1b1a06;
	--radius: 10px;
	--radius-lg: 14px;
	--wrap: 1240px;
	--topbar-h: 44px;
	--toolbar-h: 52px;
	--side-w: 72px;
	--side-w-open: 232px;
	--shadow: 0 1px 2px rgba(18, 32, 46, .08), 0 6px 18px rgba(18, 32, 46, .06);
	--accent: #a81419;
	--accent-dark: #7c0e12;
	--link: #14548c;
	--accent-ink: #fff;
	--font: "Roboto Condensed", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
	--font-text: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

body.p-casino { --accent: #a81419; --accent-dark: #7c0e12; --link: #9c1318; }
body.p-sport  { --accent: #1c3e60; --accent-dark: #20486f; --link: #14548c; }
body.p-heste  { --accent: #18aa63; --accent-dark: #12965a; --link: #0e7f49; }
body.p-home   { --accent: #1c3f61; --accent-dark: #16324d; --link: #14548c; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-text);
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; }

a { color: inherit; }
.prose a, .faq__a a, .table a, .note a, .card p a, .card h3 a, .block__more,
.hero__lead a, .footer__legal a, .footer__brand a { color: var(--link); }
.hero__lead a, .ctabox a:not(.btn) { color: #ffe14a; }
.topbar a:not(.btn), .toolbar a:not(.btn), .sidenav a, .bottomnav a, .footer__col a, .footer__copy a { color: inherit; }

h1, h2, h3, h4 { font-family: var(--font); line-height: 1.18; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(28px, 3.4vw, 44px); }
h2 { font-size: clamp(22px, 2.2vw, 30px); }
h3 { font-size: clamp(18px, 1.5vw, 21px); }
h4 { font-size: 15px; text-transform: uppercase; letter-spacing: .04em; }

.sr, .skip:not(:focus) {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip:focus {
	position: fixed; left: 8px; top: 8px; z-index: 99; background: #fff; color: var(--ink);
	padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow);
}

/* ------------------------------------------------------------------ topbar */

.topbar {
	position: sticky; top: 0; z-index: 40;
	background: var(--dark); color: #fff; height: var(--topbar-h);
}
.topbar__in {
	max-width: 1600px; margin: 0 auto; height: 100%;
	display: flex; align-items: center; gap: 14px; padding: 0 14px;
}
.burger { display: none; background: none; border: 0; padding: 6px; cursor: pointer; }
.burger span { display: block; width: 20px; height: 2px; background: #fff; margin: 4px 0; border-radius: 2px; }
.brand img { height: 26px; width: auto; filter: brightness(0) invert(1); }
.age {
	font: 700 11px/1 var(--font); background: #3a3a3a; color: #fff;
	border-radius: 999px; padding: 5px 7px;
}
.age--lg { font-size: 15px; padding: 10px 12px; background: #5b5b5b; }

.prodnav { display: flex; gap: 8px; margin: 0 auto; }
.prodnav__i {
	position: relative; display: flex; align-items: center; gap: 6px;
	height: 32px; padding: 0 56px 0 14px; border-radius: 8px; overflow: hidden;
	font: 700 15px/1 var(--font); font-style: italic; color: #fff; text-decoration: none;
	background: #2c2c2c;
}
.prodnav__i span { position: relative; z-index: 2; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .45); }
.prodnav__i img { position: absolute; right: -4px; bottom: -5px; height: 36px; width: auto; z-index: 1; }
.prodnav__i--heste { background: #1abb6d; }
.prodnav__i--sport { background: #1c3e60; }
.prodnav__i--casino { background: #a81419; }
.prodnav__i.is-active { box-shadow: 0 0 0 2px #fff inset; }

.respons { display: flex; gap: 16px; font-size: 12px; }
.respons a { color: #d9dde2; text-decoration: none; }
.respons a:hover { color: #fff; text-decoration: underline; }

/* ----------------------------------------------------------------- toolbar */

.toolbar {
	position: sticky; top: var(--topbar-h); z-index: 39;
	background: var(--accent); color: #fff; height: var(--toolbar-h);
}
.toolbar__in {
	max-width: 1600px; margin: 0 auto; height: 100%;
	display: flex; align-items: center; gap: 14px; padding: 0 14px 0 calc(var(--side-w) + 14px);
}
.toolbar__t { font: 700 16px/1 var(--font); font-style: italic; color: #fff; }
.search { position: relative; flex: 0 1 320px; }
.search input {
	width: 100%; height: 34px; border: 0; border-radius: 8px; padding: 0 34px 0 12px;
	font: 400 14px/1 var(--font-text); color: var(--ink); background: #fff;
}
.search img { position: absolute; right: 10px; top: 8px; opacity: .5; }
.acct { margin-left: auto; display: flex; gap: 8px; }

.btn {
	display: inline-flex; align-items: center; justify-content: center;
	height: 38px; padding: 0 20px; border: 0; border-radius: 8px; cursor: pointer;
	font: 700 15px/1 var(--font); text-decoration: none; white-space: nowrap;
}
.btn-cta { background: var(--yellow); color: var(--yellow-ink); }
.btn-acct, .btn-cta, .btn-ghost { text-decoration: none; }
.btn-cta:hover { background: #ffe14a; }
.btn-acct { background: var(--yellow); color: var(--yellow-ink); height: 34px; }
.btn-login { background: var(--accent-dark); color: #fff !important; height: 34px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .25) inset; }
.btn-ghost { background: transparent; color: #fff; box-shadow: 0 0 0 1px rgba(255, 255, 255, .4) inset; }

/* ------------------------------------------------------------------ layout */

.shell { display: flex; min-height: 60vh; }
.sidenav {
	position: fixed; left: 0; top: calc(var(--topbar-h) + var(--toolbar-h));
	bottom: 0; width: var(--side-w); background: var(--accent); z-index: 38;
	overflow: visible;
}
.sidenav ul { list-style: none; margin: 0; padding: 8px 0; }
.sidenav li { position: relative; }
.sidenav a {
	display: flex; align-items: center; justify-content: center; height: 52px;
	color: #fff; text-decoration: none; font: 600 14px/1 var(--font-text);
}
.sidenav img { width: 22px; height: 22px; filter: brightness(0) invert(1); opacity: .92; }

/* Sammenklappet skinne: teksten er et hint ved siden af ikonet, ikke en udvidet menu. */
.sidenav span {
	position: absolute; left: 100%; top: 50%; transform: translateY(-50%);
	background: #fff; color: var(--ink); white-space: nowrap;
	padding: 13px 18px; border-radius: 0 6px 6px 0;
	box-shadow: 0 6px 18px rgba(12, 20, 30, .18);
	opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .12s ease;
	font: 600 15px/1 var(--font-text); z-index: 5;
}
.sidenav a:hover span, .sidenav a:focus-visible span { opacity: 1; visibility: visible; }
.sidenav a:hover, .sidenav a[aria-current="page"] { background: var(--accent-dark); }
.sidenav a[aria-current="page"] { box-shadow: 3px 0 0 var(--yellow) inset; }
.sidenav a[aria-current="page"] img { opacity: 1; }

.main {
	flex: 1; min-width: 0; margin-left: var(--side-w);
	padding: 22px clamp(14px, 2.4vw, 34px) 60px;
	max-width: calc(var(--wrap) + 80px);
}
.shell--home .main { margin-left: 0; max-width: none; padding-top: 0; }
.shell--home + .footer { margin-top: 0; }

/* ------------------------------------------------------------------ crumbs */

.crumbs { margin: 0 0 14px; font-size: 13px; color: var(--ink-2); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.crumbs li + li::before { content: "›"; margin-right: 6px; color: #9aa6b2; }
.crumbs a { color: var(--ink-2); }

.pagehead { margin: 6px 0 18px; }

/* -------------------------------------------------------------------- hero */

.hero {
	position: relative; border-radius: var(--radius-lg); overflow: hidden;
	margin-bottom: 22px; background: #0d1b28; min-height: 260px;
	display: flex; align-items: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(8, 14, 22, .92) 0%, rgba(8, 14, 22, .78) 42%, rgba(8, 14, 22, .15) 78%, rgba(8, 14, 22, 0) 100%);
}
.hero__copy { position: relative; z-index: 2; color: #fff; padding: 34px clamp(18px, 3vw, 44px); max-width: 620px; }
.hero__copy h1 { color: #fff; }
.hero__lead { font-size: 17px; color: #dbe3ec; margin: 0 0 14px; }
.hero__facts { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; padding: 0; }
.hero__facts li {
	font: 600 13px/1 var(--font-text); background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; padding: 7px 12px;
}
.hero__cta { margin: 0; }

/* ------------------------------------------------------------------ blokke */

.block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(16px, 2vw, 26px); margin-bottom: 18px; box-shadow: var(--shadow); }
.block__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.block__head h2 { margin-bottom: .4em; }
.block__more { font: 700 14px/1 var(--font-text); text-decoration: none; }
.prose p { margin: 0 0 1em; }
.prose h3 { margin-top: 1.2em; }
.prose ul, .prose ol { margin: 0 0 1em; padding-left: 1.2em; }
.note { font-size: 13px; color: var(--ink-2); margin: 10px 0 0; }

/* ---------------------------------------------------------------- piller */

.pills { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 12px; margin-bottom: 6px; }
.pill {
	flex: 0 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 999px;
	padding: 8px 16px; font: 700 13px/1 var(--font-text); color: var(--ink-2); text-decoration: none;
}
.pill:hover { border-color: #c8d3e0; color: var(--ink); }
.pill.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* -------------------------------------------------------------- spilgitter */

.gamegrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 14px; }
.gamecard { min-width: 0; }
.gamecard__link { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: #0f1720; }
.gamecard__img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .2s ease; }
.gamecard__link:hover .gamecard__img { transform: scale(1.04); }
.gamecard__play {
	position: absolute; inset: auto 0 0 0; padding: 8px 10px; font: 700 13px/1 var(--font);
	color: #fff; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72)); opacity: 0; transition: opacity .18s;
}
.gamecard__link:hover .gamecard__play { opacity: 1; }
.gamecard__name { margin: 8px 0 0; font: 600 14px/1.25 var(--font-text); }
.gamecard__prov { margin: 2px 0 0; font-size: 12px; color: var(--ink-2); }

.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.vcard__link { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: #0f1720; }
.vcard__img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.vcard__badge {
	position: absolute; left: 8px; top: 8px; z-index: 2; background: var(--yellow); color: var(--yellow-ink);
	font: 700 10px/1 var(--font); letter-spacing: .04em; padding: 5px 7px; border-radius: 4px;
}
.vcard__name { margin: 8px 0 0; font: 600 14px/1.25 var(--font-text); }
.vcard__prov { margin: 2px 0 0; font-size: 12px; color: var(--ink-2); }

.livegrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.livecard a { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: #0f1720; }
.livecard img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.livecard__live {
	position: absolute; left: 8px; top: 8px; background: #e01b1b; color: #fff;
	font: 700 10px/1 var(--font); letter-spacing: .06em; padding: 5px 7px; border-radius: 4px;
}
.livecard__name { margin: 8px 0 0; font: 600 14px/1.25 var(--font-text); }
.livecard__prov { margin: 2px 0 0; font-size: 12px; color: var(--ink-2); }

/* --------------------------------------------------------------------- kort */

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; background: #fbfcfe; }
.card h3 { margin: 0 0 .35em; font-size: 18px; }
.card h3 a { text-decoration: none; }
.card p { margin: 0; color: var(--ink-2); font-size: 15px; }
.card__link { position: absolute; inset: 0; z-index: 1; }
.card:hover { border-color: #cdd8e5; box-shadow: var(--shadow); }
.card h3 a { position: relative; z-index: 2; }

/* -------------------------------------------------------------------- trin */

.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 12px; }
.step { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; background: #fbfcfe; }
.step__n {
	flex: 0 0 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff;
	display: grid; place-items: center; font: 700 15px/1 var(--font);
}
.step h3 { margin: 2px 0 .2em; font-size: 17px; }
.step p { margin: 0; color: var(--ink-2); font-size: 15px; }

/* ------------------------------------------------------------------ tabel */

.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 15px; }
.table th, .table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.table th { background: #f1f5fa; font: 700 13px/1.3 var(--font-text); text-transform: uppercase; letter-spacing: .03em; color: var(--ink-2); }
.table tr:last-child td { border-bottom: 0; }
.table tbody tr:nth-child(even) { background: #fafcfe; }

/* --------------------------------------------------------------------- FAQ */

.faq { display: grid; gap: 8px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfe; }
.faq__item summary { cursor: pointer; padding: 14px 16px; font: 600 16px/1.35 var(--font-text); list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; float: right; color: var(--accent); font-weight: 700; }
.faq__item[open] summary::after { content: "–"; }
.faq__a { padding: 0 16px 14px; color: var(--ink-2); }
.faq__a p { margin: 0 0 .6em; }

/* ------------------------------------------------------------ sport & heste */

.sportgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.sporttile {
	display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
	border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 8px; background: #fbfcfe;
	text-decoration: none; color: var(--ink); font: 600 13px/1.2 var(--font-text);
}
.sporttile img { width: 40px; height: 40px; }
.sporttile:hover { border-color: #cdd8e5; box-shadow: var(--shadow); }

.tracks { display: grid; gap: 8px; }
.track {
	display: grid; grid-template-columns: 24px 1fr auto auto; align-items: center; gap: 12px;
	border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; background: #fbfcfe;
}
.track__name { font: 700 16px/1.2 var(--font); }
.tag { display: inline-block; background: #eef2f8; color: var(--ink-2); border-radius: 5px; padding: 5px 9px; font: 700 12px/1 var(--font-text); }
.track__land { color: var(--ink-2); font-size: 13px; }

.provlist { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.provlist li { background: #f1f5fa; border-radius: 999px; padding: 8px 14px; font: 600 14px/1 var(--font-text); color: var(--ink-2); }

/* ------------------------------------------------------------------ CTA-box */

.ctabox {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	background: linear-gradient(100deg, var(--accent-dark), var(--accent)); color: #fff;
	border-radius: var(--radius-lg); padding: 22px clamp(16px, 2vw, 28px); margin-bottom: 18px;
}
.ctabox h2 { color: #fff; margin-bottom: .2em; }
.ctabox p { margin: 0; color: rgba(255, 255, 255, .9); }

/* ------------------------------------------------------------- interne links */

.related { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.rel {
	display: flex; flex-direction: column; gap: 3px; text-decoration: none; color: var(--ink);
	border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; background: #fbfcfe;
}
.rel:hover { border-color: #cdd8e5; box-shadow: var(--shadow); }
.rel__t { font: 700 16px/1.2 var(--font); }
.rel__d { font-size: 13px; color: var(--ink-2); }

/* ------------------------------------------------------------------ forside */

.splash { position: relative; min-height: min(74vh, 620px); display: grid; place-items: center; overflow: hidden; background: #14100d; }
.splash__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.splash__in { position: relative; z-index: 2; text-align: center; color: #fff; padding: 48px 18px; max-width: 760px; }
.splash__logo { width: 118px; height: auto; margin-bottom: 14px; filter: brightness(0) invert(1); }
.splash__in h1 { color: #fff; font-style: italic; }
.splash__lead { color: #dbe3ec; font-size: 17px; margin: 0 auto; max-width: 620px; }

.products {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
	max-width: var(--wrap); margin: -70px auto 26px; padding: 0 clamp(14px, 3vw, 28px); position: relative; z-index: 3;
}
.prod {
	position: relative; display: block; min-height: 148px; border-radius: var(--radius-lg);
	padding: 20px 120px 20px 22px; overflow: hidden; text-decoration: none; color: #fff;
	box-shadow: 0 10px 26px rgba(10, 20, 30, .22);
}
.prod img { position: absolute; right: -6px; bottom: -10px; height: 150px; width: auto; }
.prod__t { display: block; font: 700 30px/1 var(--font); font-style: italic; }
.prod__d { display: block; margin-top: 6px; font-size: 14px; color: rgba(255, 255, 255, .9); }
.prod--heste { background: linear-gradient(135deg, #15a05d, #1abb6d); }
.prod--sport { background: linear-gradient(135deg, #16324d, #1c3e60); }
.prod--casino { background: linear-gradient(135deg, #7c0e12, #a81419); }
.prod:hover { transform: translateY(-2px); transition: transform .16s ease; }

.shell--home .main > .block,
.shell--home .main > .ctabox { max-width: var(--wrap); margin-left: auto; margin-right: auto; }
.shell--home .main { padding-left: clamp(14px, 3vw, 28px); padding-right: clamp(14px, 3vw, 28px); }

/* ------------------------------------------------------------------- footer */

.footer { background: var(--footer); color: #d6d6d6; margin-top: 30px; }
.footer__in { max-width: var(--wrap); margin: 0 auto; padding: 34px clamp(14px, 3vw, 28px) 26px; }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 24px; }
.footer h3 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .8em; }
.footer__brand img { height: 34px; width: auto; margin-bottom: 12px; filter: brightness(0) invert(1); }
.footer__brand p { font-size: 13px; line-height: 1.55; margin: 0; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.footer__col a { color: #d6d6d6; text-decoration: none; font-size: 14px; }
.footer__col a:hover { color: #fff; text-decoration: underline; }
.footer__pay { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding: 22px 0; margin-top: 22px; border-top: 1px solid #555; }
.footer__pay img { height: 26px; width: auto; background: #fff; border-radius: 4px; padding: 3px 5px; }
.footer__legal { border-top: 1px solid #555; padding-top: 18px; display: grid; gap: 16px; }
.footer__legal p { font-size: 13px; margin: 0; max-width: 70ch; }
.footer__legal a { color: #fff; }
.footer__badges { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.footer__badges img { filter: brightness(0) invert(1); opacity: .85; height: 34px; width: auto; }
.footer__copy { border-top: 1px solid #555; margin: 18px 0 0; padding-top: 16px; font-size: 13px; }
.footer__copy a { color: #d6d6d6; }
.footer__legal a { color: #fff; }

/* --------------------------------------------------------------- bottomnav */

.bottomnav { display: none; }

/* ------------------------------------------------------------------ mobil */

@media (max-width: 1100px) {
	.footer__top { grid-template-columns: 1fr 1fr 1fr; }
	.respons { display: none; }
}

@media (max-width: 900px) {
	:root { --side-w: 0px; }
	.burger { display: block; }
	.prodnav { margin: 0 0 0 auto; }
	.prodnav__i { padding: 0 40px 0 10px; font-size: 13px; height: 28px; }
	.prodnav__i img { height: 30px; }
	.sidenav {
		left: -100%; width: var(--side-w-open); top: calc(var(--topbar-h) + var(--toolbar-h));
		transition: left .2s ease; box-shadow: 0 0 40px rgba(0, 0, 0, .3); overflow-y: auto;
	}
	.sidenav.is-open { left: 0; }
	.sidenav a { justify-content: flex-start; gap: 14px; padding: 0 22px; }
	.sidenav span {
		position: static; transform: none; background: none; color: #fff; padding: 0;
		border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; font-weight: 600;
	}
	.main { margin-left: 0; padding-bottom: 84px; }
	.toolbar__in { padding-left: 14px; }
	.products { grid-template-columns: 1fr; margin-top: -40px; }
	.prod { min-height: 116px; padding-right: 108px; }
	.prod img { height: 120px; }
	.track { grid-template-columns: 24px 1fr auto; }
	.track__land { display: none; }
	.footer__top { grid-template-columns: 1fr 1fr; }
	.bottomnav {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid;
		grid-template-columns: repeat(5, 1fr); background: var(--dark); padding: 6px 0 env(safe-area-inset-bottom);
	}
	.bottomnav a { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #d6d6d6; text-decoration: none; font-size: 11px; padding: 6px 0; }
	.bottomnav img { filter: brightness(0) invert(1); opacity: .85; width: 20px; height: 20px; }
}

@media (max-width: 620px) {
	body { font-size: 15px; }
	.topbar__in { gap: 8px; }
	.brand img { height: 22px; }
	.age { display: none; }
	.hero { min-height: 0; }
	.hero__copy { padding: 22px 16px; }
	.hero::after { background: linear-gradient(180deg, rgba(8, 14, 22, .72) 0%, rgba(8, 14, 22, .9) 100%); }
	.gamegrid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
	.vgrid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
	.livegrid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
	.footer__top { grid-template-columns: 1fr; }
	.ctabox { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; animation: none !important; }
	html { scroll-behavior: auto; }
}
