@charset "UTF-8";
/* BizzoCasino Canada — canadabizzocasino.com */
/* == BREAKPOINT MIXINS == */
/* ------------- TOKENS — "Timber & Maple" palette (canadabizzocasino.com)
   warm coffee-timber surfaces built from soft gradients, maple-red CTA,
   wheat gold accents and birch light panels                                  */
:root {
  /* surfaces */
  --bark-base: #291f18;
  --bark-deep: #1a1310;
  --bark-core: #241c16;
  --bark-slab: #3a2e25;
  --bark-slab-alt: #2f251d;
  /* birch (light surfaces: tables, cards) */
  --birch: #f6efe3;
  --birch-dim: #e5d9c8;
  --birch-line: rgba(28, 23, 18, 0.18);
  /* text */
  --ink-bright: #fdf6ec;
  --ink-body: #e9dfd2;
  --ink-soft: #b6a493;
  --ink-invert: #1c1712;
  /* accents */
  --tone-wheat: #f4b845;
  --tone-amber: #c9761c;
  --tone-sun: #ffdb9a;
  --tone-pine: #45b473;
  --tone-maple: #c23a2b;
  --tone-live: #ff7a5e;
  /* gradients — every large surface is a soft three-stop blend */
  --flow-cta: linear-gradient(180deg, #f0663f 0%, #c22a1a 52%, #93150f 100%);
  --flow-cta-over: linear-gradient(180deg, #93150f 0%, #c22a1a 48%, #f0663f 100%);
  --flow-slab: linear-gradient(168deg, #3b3027 0%, #2b2219 55%, #211a14 100%);
  --flow-wheat: linear-gradient(180deg, #ffd77f 0%, #e6a835 52%, #a95a15 100%);
  --flow-bar: linear-gradient(90deg, #ffd77f 0%, #d97a29 55%, #b2301f 100%);
  --flow-head: linear-gradient(120deg, #c23a2b 0%, #8d2219 58%, #5f1610 100%);
  --flow-leaf: linear-gradient(180deg, #4cc07e 0%, #1c8a55 55%, #0c6b42 100%);
  /* lines & borders */
  --edge: rgba(233, 223, 210, 0.13);
  --edge-lit: rgba(244, 184, 69, 0.38);
  /* geometry */
  --curve: 4px;
  --curve-lg: 10px;
  --curve-xl: 18px;
  /* motion */
  --ease-ui: 0.24s ease;
}

/* == RESET == */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font: inherit;
}

/* == FONTS: self-hosted Poppins + Darumadrop One == */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Poppins-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Darumadrop One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DarumadropOne-400-latin.woff2") format("woff2");
}
/* --------------GLOBAL-------------- */
html {
  scroll-behavior: smooth;
  /* 64px header + 20px gap = top edge of the sidebar */
  scroll-padding-top: 84px;
}

body {
  background: radial-gradient(60% 44% at 88% 2%, rgba(194, 58, 43, 0.16) 0%, transparent 100%), radial-gradient(52% 40% at 6% 24%, rgba(244, 184, 69, 0.08) 0%, transparent 100%), linear-gradient(180deg, #2f251c 0%, var(--bark-base, #291f18) 40%, #1a1310 100%), var(--bark-core, #241c16);
  background-attachment: fixed, fixed, fixed, scroll;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-bright);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
  hyphens: none;
  overflow-wrap: break-word;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.title + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* ----------------Content---------------- */
.sect,
.cover {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sect {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--curve, 4px);
  background: var(--flow-slab, linear-gradient(168deg, #3b3027 0%, #2b2219 55%, #211a14 100%));
  border: 1px solid var(--edge, rgba(233, 223, 210, 0.13));
  box-shadow: inset 0 1px 0 rgba(255, 244, 226, 0.05), 0 18px 36px -26px rgba(0, 0, 0, 0.75);
}
@media (max-width: 850px) {
  .sect {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .sect {
    padding: 10px;
  }
}

.sect-bg > .backdrop + * {
  margin-top: 0;
}
.sect-bg p {
  color: var(--ink-bright, #fdf7ee);
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .cover {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.sect > *,
.cover > * {
  display: block;
  position: relative;
}

.stage__buttons {
  display: none;
}
@media (max-width: 650px) {
  .stage__buttons {
    background: rgba(26, 21, 18, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .stage__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------Main------------- */
.stage {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.stage__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  /* 64px — fixed header height */
  padding: 64px 10px 48px;
}
.stage__content {
  position: relative;
  flex: 1 1 calc(100% - 20px - 248px);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .stage__content {
    flex: 1 1 100%;
  }
}
@media (max-width: 650px) {
  .stage__buttons .controls {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .stage,
  .mastbar,
  .footzone {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ---------------------H2 H3--------------------- */
h2,
h3,
h4,
.sect > h1,
.notfound__copy > h1 {
  display: block;
  color: var(--tone-wheat, #f2b23c);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 100%;
  word-break: break-word;
}

p {
  color: var(--ink-body, #e8ddd0);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* == HEADING ORNAMENTS ==
   h2 — gradient hairline under the title, glowing in the middle
   h3 — small tilted gold chip in front of the text */
h2,
.sect > h1,
.notfound__copy > h1 {
  align-self: stretch;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0 0 12px;
  width: 100%;
  margin: 0 0 20px;
}
h2::after,
.sect > h1::after,
.notfound__copy > h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--tone-wheat, #f2b23c) 50%, transparent 100%);
}
@media (max-width: 850px) {
  h2,
  .sect > h1,
  .notfound__copy > h1 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  h2,
  .sect > h1,
  .notfound__copy > h1 {
    font-size: 23px;
  }
}
@media (max-width: 450px) {
  h2,
  .sect > h1,
  .notfound__copy > h1 {
    font-size: 21px;
  }
}

/* the element after a heading with margin-bottom must NOT add its own margin-top —
   otherwise the gap doubles */
.sect h2 + p,
.sect h2 + .duo,
.sect h2 + .checklist,
.sect h2 + .stepline,
.sect h2 + .stepphoto,
.sect h2 + .sidepair,
.sect h2 + .dtable,
.sect h2 + div:has(> table),
.sect > h2 + .placebox,
.sect h2 + .faqbox__list,
.sect h2 + .reviews__carousel,
.sect h2 + .verdict__panel,
.sect h2 + .figbox,
.sect h2 + img,
.sect h3 + .duo,
.sect h3 + .checklist,
.sect h3 + .stepline,
.sect h3 + .stepphoto,
.sect h3 + .sidepair,
.sect h3 + .dtable,
.sect h3 + div:has(> table),
.sect > h3 + .placebox,
.sect h3 + .figbox,
.sect h3 + img {
  margin-top: 0;
}

h2 + p,
.sect > h1 + p,
.notfound__copy > h1 + p {
  margin-top: 0;
}

h3 {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.01em;
  padding: 0 0 0 28px;
  margin-top: 20px;
  margin-bottom: 14px;
}
h3:first-child {
  margin-top: 0;
}
h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  transform: rotate(45deg);
  background: var(--flow-wheat, linear-gradient(135deg, #ffc95e 0%, #b83227 100%));
}
@media (max-width: 850px) {
  h3 {
    font-size: 18px;
  }
  h3::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 17px;
    padding-left: 22px;
  }
}

h3 + p {
  margin-top: 0;
}

h4 {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--tone-wheat, #f2b23c);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: none;
}
@media (max-width: 450px) {
  h4 {
    font-size: 16px;
  }
}

h4 + p {
  margin-top: 0;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

/* ---------------------SPECIAL--------------------- */
.image img,
.backdrop img {
  display: block;
  position: relative;
  margin: auto;
}

.backdrop {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.backdrop img,
.backdrop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.js-drop {
  display: none;
  overflow: hidden;
}
.js-drop.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(253, 247, 238);
  line-height: 1;
}

use {
  fill: rgb(253, 247, 238);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.stepline {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* == Shared content patterns == */
/* scroll-padding already gives 84px (sidebar level) — sections need no extra offset */
section[id] {
  scroll-margin-top: 0;
}

/* anchor on an h2 inside a card: +20px compensates the section padding
   so the card top lands exactly on the sidebar line */
.sect h2[id] {
  scroll-margin-top: 20px;
}

/* illustration inside a content section:
   `:where()` adds no specificity, so blocks can easily override this rule */
.sect img:not(:where(.icon, .sitemark, .flagmark, .pay)) {
  width: 100%;
  height: clamp(360px, 32vw, 480px);
  object-fit: cover;
  object-position: top;
  border-radius: var(--curve-xl, 14px);
  display: block;
}
@media (max-width: 850px) {
  .sect img:not(:where(.icon, .sitemark, .flagmark, .pay)) {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .sect img:not(:where(.icon, .sitemark, .flagmark, .pay)) {
    height: 220px;
  }
}

/* media layers (section/banner backgrounds) fill the container and are exempt from the clamp */
.sect .backdrop img,
.sect .backdrop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

/* == MARKS — bullet list as a two-column card grid with a gold edge == */
.checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  position: relative;
}
.checklist:first-child, h3 + .checklist, h2 + .checklist, p + .checklist {
  margin-top: 14px;
}
.checklist > li {
  flex: 1 1 calc(50% - 6px);
  min-width: 260px;
  position: relative;
  /* block flow, not flex — otherwise a leading <b> becomes its own column */
  padding: 14px 16px 14px 48px;
  border-radius: var(--curve-lg, 12px);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.14));
  /* warm light bleeding in from the marker instead of a hard left stripe */
  background: linear-gradient(100deg, rgba(242, 178, 60, 0.12) 0%, rgba(26, 21, 18, 0.55) 45%);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.55;
  /* bold lead label of an item — gold for emphasis */
}
.checklist > li b,
.checklist > li strong {
  color: var(--tone-wheat, #f2b23c);
}
.checklist > li {
  /* gold tile … */
}
.checklist > li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--flow-wheat, linear-gradient(135deg, #ffc95e 0%, #b83227 100%));
}
.checklist > li {
  /* … with a dark tick drawn on top of it */
}
.checklist > li::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 20px;
  width: 5px;
  height: 9px;
  border: solid rgba(26, 21, 18, 0.85);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 850px) {
  .checklist > li {
    flex: 1 1 100%;
    min-width: 0;
  }
}
@media (max-width: 450px) {
  .checklist > li {
    padding: 12px 12px 12px 42px;
    font-size: 14px;
  }
  .checklist > li::before {
    left: 11px;
    top: 13px;
  }
  .checklist > li::after {
    left: 19px;
    top: 18px;
  }
}
.checklist {
  /* one item per row — for long explanatory bullets */
}
.checklist--stack > li {
  flex: 1 1 100%;
  min-width: 0;
}

/* == FRAME — framed illustration in the section flow; the caption text lives in
   the block copy instead of a bar over the photo == */
.figbox {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  border-radius: var(--curve-xl, 22px);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.14));
  overflow: hidden;
}
.figbox img {
  border-radius: 0 !important;
}
.figbox {
  /* panoramic assets (3:1) keep their own proportions instead of being cropped */
}
.figbox--wide img {
  height: auto !important;
  aspect-ratio: 3/1;
}

/* == SPLIT — illustration next to a table (media left, data right) == */
.sidepair {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  margin-top: 20px;
  /* media column */
}
.sidepair > div:first-child {
  flex: 0 1 38%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-xl, 22px);
  min-height: 280px;
}
.sidepair > div:first-child img:not(:where(.icon, .sitemark)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}
.sidepair {
  /* the table takes the rest of the row and scrolls inside its own column */
}
.sidepair > .dtable {
  flex: 1 1 0;
  min-width: 0;
  margin-top: 0;
}
.sidepair {
  /* a key/value table has only two narrow columns, so it fits without scrolling */
}
.sidepair > .dtable--kv > table {
  min-width: 0;
}
@media (max-width: 850px) {
  .sidepair {
    flex-direction: column;
  }
  .sidepair > div:first-child {
    flex: none;
    min-height: 240px;
  }
  .sidepair {
    /* stacked: `flex-basis` now drives the HEIGHT, so the table must size to its
       own content instead of collapsing to zero */
  }
  .sidepair > .dtable {
    flex: none;
  }
}
@media (max-width: 767px) {
  .sidepair > div:first-child {
    min-height: 200px;
  }
}

/* two-column text + media split — media column is the narrower one */
.duo {
  display: flex;
  gap: 18px;
  width: 100%;
  margin-top: 20px;
  align-items: stretch;
}
.duo > div {
  flex: 1 1 0;
  min-width: 0;
}
.duo > div:last-child {
  flex: 0 1 42%;
}
.duo {
  /* media on the left, text on the right — markup order stays text-first */
}
.duo--flip {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .duo--flip {
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  .duo {
    flex-direction: column;
  }
  .duo > div:last-child {
    flex: 1 1 auto;
  }
}

/* phase-1 image placeholder: keeps the exact proportions of the future file
   (aspect-ratio modifiers) */
.placebox {
  display: block;
  position: relative;
  width: 100%;
  border-radius: var(--curve-xl, 14px);
  border: 1px dashed rgba(242, 178, 60, 0.35);
  background: repeating-linear-gradient(135deg, rgba(242, 178, 60, 0.06) 0 12px, transparent 12px 24px), rgba(26, 21, 18, 0.6);
  overflow: hidden;
}
.placebox::after {
  content: attr(data-slot);
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--ink-soft, #b3a292);
  word-break: break-all;
}
.placebox--16x9 {
  aspect-ratio: 16/9;
}
.placebox--21x9 {
  aspect-ratio: 21/9;
}
.placebox--4x3 {
  aspect-ratio: 4/3;
}
.placebox--3x1 {
  aspect-ratio: 3/1;
}
.placebox--3x4 {
  aspect-ratio: 3/4;
}
.placebox--1x1 {
  aspect-ratio: 1/1;
}
.placebox--fill {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
}

/* spacing for media in the section flow (placeholder or real photo);
   no margin inside .duo columns — otherwise the photo drops below the text */
.sect > .placebox,
.sect > img:not(:where(.icon, .sitemark, .flagmark, .pay)) {
  margin-top: 20px;
}

/* split text column — content vertically centered */
.duo > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* split photo column — media fills the full height of the text column */
.duo > div:last-child {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-xl, 14px);
  min-height: 260px;
}
.duo > div:last-child .placebox,
.duo > div:last-child img:not(:where(.icon, .sitemark)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  margin: 0;
}
@media (max-width: 850px) {
  .duo > div:last-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .duo > div:last-child {
    min-height: 220px;
  }
}

/* structural blocks */
/* == HEADER == */
.mastbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, #2a2119 0%, #16110e 100%);
  border-bottom: 1px solid rgba(242, 178, 60, 0.35);
}
.mastbar__wrap {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 64px;
  gap: 20px;
}
.mastbar__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 238px;
}
.mastbar__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1050px) {
  .mastbar__logo {
    width: auto;
  }
}
.mastbar__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.mastbar__nav a {
  padding: 8px 12px;
  border-radius: var(--curve-lg, 10px);
  color: var(--ink-bright, #fdf7ee);
  font-weight: 600;
  font-size: 15px;
  transition: color var(--ease-ui), background var(--ease-ui);
}
.mastbar__nav a.is-active {
  color: var(--tone-wheat, #f2b23c);
}
@media (hover: hover) {
  .mastbar__nav a:hover {
    color: var(--tone-wheat, #f2b23c);
    background: rgba(232, 221, 208, 0.06);
  }
}
.mastbar__nav {
  /* diamond separator between menu items */
}
.mastbar__nav a + a {
  position: relative;
  margin-left: 14px;
}
.mastbar__nav a + a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  background: rgba(242, 178, 60, 0.5);
  border-radius: 1px;
}
@media (max-width: 900px) {
  .mastbar__nav {
    display: none;
  }
}
.mastbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.mastbar__clock {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-body, #e8ddd0);
  font-variant-numeric: tabular-nums;
}
.mastbar__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-bright, #fdf7ee);
}
.mastbar__lang .flagmark {
  font-size: 22px;
  line-height: 1;
}
.mastbar__lang img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.mastbar__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .mastbar__buttons {
    display: none;
  }
}
.mastbar {
  /* burger: yellow border, SVG bars morph into a cross */
}
.mastbar__burger {
  display: none;
  border: 2px solid var(--tone-wheat, #f2b23c);
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.mastbar__burger svg {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
}
.mastbar__burger svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
  fill: var(--tone-wheat, #f2b23c);
}
.mastbar__burger.is-open svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.mastbar__burger.is-open svg rect:nth-child(2) {
  transform: scale(0, 2);
}
.mastbar__burger.is-open svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
@media (max-width: 900px) {
  .mastbar__burger {
    display: block;
  }
}

/* scroll progress bar under the header */
.readline {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 48;
  height: 3px;
  background: rgba(242, 178, 60, 0.12);
  pointer-events: none;
}
.readline span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #f2b23c 0%, #b83227 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(242, 178, 60, 0.55);
  transition: width 0.12s linear;
}

/* mobile menu — dropdown panel under the header */
.sidepanel {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #2e251e;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 25px;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease;
}
.sidepanel.is-open {
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow: auto;
  visibility: visible;
  padding: 25px;
}
.sidepanel__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidepanel__links a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--ink-bright, #fdf7ee);
  transition: color var(--ease-ui);
}
.sidepanel__links a.is-active {
  font-weight: 700;
  color: var(--tone-wheat, #f2b23c);
}
.sidepanel__links a:hover {
  color: var(--tone-wheat, #f2b23c);
}
.sidepanel__links a {
  /* diamond separator below each item */
}
.sidepanel__links a:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 37px;
}
.sidepanel__links a:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.4' y='6' width='8' height='1' fill='url(%23paint0_linear_3530_3408)'/%3E%3Crect opacity='0.4' x='22' y='6' width='8' height='1' fill='url(%23paint1_linear_3530_3408)'/%3E%3Crect x='15' y='0.707107' width='6.99997' height='7.00001' transform='rotate(45 15 0.707107)' stroke='%23FFC72C'/%3E%3Crect x='15' y='4.24264' width='1.99998' height='2.00002' transform='rotate(45 15 4.24264)' fill='%23FFC72C'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3530_3408' x1='0' y1='6.5' x2='8' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFAF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3530_3408' x1='30' y1='6.5' x2='22' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFAF0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 30px;
}
.sidepanel__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

body.no-scroll {
  overflow: hidden;
  overscroll-behavior: none;
}

/* == BUTTONS == */
/* pulsing CTA glow */
@keyframes cbc-glow-green {
  0%, 100% {
    box-shadow: 0 0 10px rgba(196, 58, 44, 0.45), 0 6px 18px -6px rgba(196, 58, 44, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 205, 140, 0.8), 0 6px 22px -6px rgba(196, 58, 44, 0.7);
  }
}
@keyframes cbc-glow-gold {
  0%, 100% {
    box-shadow: 0 0 10px rgba(242, 178, 60, 0.4), 0 8px 20px -8px rgba(242, 178, 60, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 219, 154, 0.75), 0 8px 24px -8px rgba(242, 178, 60, 0.7);
  }
}
/* header, login — secondary button: transparent with a yellow border */
.mastbar__login {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 41px;
  padding: 0 18px;
  border-radius: var(--curve-lg, 10px);
  border: 1px solid rgba(242, 178, 60, 0.6);
  background: transparent;
  color: var(--ink-bright, #fdf7ee);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--ease-ui), border-color var(--ease-ui), color var(--ease-ui);
}
@media (hover: hover) {
  .mastbar__login:hover {
    background: rgba(242, 178, 60, 0.12);
    border-color: var(--tone-wheat, #f2b23c);
    color: var(--tone-wheat, #f2b23c);
  }
}
.mastbar__login:focus-visible {
  outline: 2px solid var(--tone-wheat, #f2b23c);
  outline-offset: 2px;
}

/* header, sign-up — primary button: green gradient */
.mastbar__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 24px;
  border-radius: var(--curve-lg, 10px);
  background: var(--flow-cta, linear-gradient(180deg, #e0503a 0%, #a01c15 100%));
  color: var(--ink-bright, #fdf7ee);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(196, 58, 44, 0.55);
  animation: cbc-glow-green 2.8s ease-in-out infinite;
  transition: filter var(--ease-ui), transform var(--ease-ui);
}
@media (hover: hover) {
  .mastbar__signup:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(196, 58, 44, 0.7);
  }
}
.mastbar__signup:focus-visible {
  outline: 2px solid var(--tone-wheat, #f2b23c);
  outline-offset: 2px;
}

/* content, main CTA — green gradient with a sheen highlight */
.btn-main__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  margin-top: 20px;
  border-radius: var(--curve-lg, 10px);
  background: var(--flow-cta, linear-gradient(180deg, #e0503a 0%, #a01c15 100%));
  color: var(--ink-bright, #fdf7ee);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(196, 58, 44, 0.65);
  animation: cbc-glow-green 2.8s ease-in-out infinite;
  transition: filter var(--ease-ui), transform var(--ease-ui);
}
.btn-main__button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: cbc-cta-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}
@media (hover: hover) {
  .btn-main__button:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(196, 58, 44, 0.8);
  }
}
.btn-main__button:focus-visible {
  outline: 2px solid var(--tone-wheat, #f2b23c);
  outline-offset: 2px;
}

@keyframes cbc-cta-sheen {
  0%, 62% {
    left: -60%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%, 100% {
    left: 130%;
    opacity: 0;
  }
}
/* content, download — yellow store button */
.btn-store__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 24px;
  margin-top: 20px;
  border-radius: var(--curve-lg, 10px);
  background: linear-gradient(180deg, #ffd487 0%, #cf8a12 100%);
  color: var(--ink-invert, #1a1512);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(242, 178, 60, 0.55);
  animation: cbc-glow-gold 3.4s ease-in-out infinite;
  transition: filter var(--ease-ui), transform var(--ease-ui);
}
.btn-store__button svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: var(--ink-invert, #1a1512);
}
.btn-store__button {
  /* both label lines stay centred inside the flex item */
}
.btn-store__button span {
  text-align: center;
}
@media (hover: hover) {
  .btn-store__button:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
  }
}
.btn-store__button:focus-visible {
  outline: 2px solid var(--ink-bright, #fdf7ee);
  outline-offset: 2px;
}

/* buttons in content flow — aligned left */
.sect > .btn-main__button,
.sect > .btn-store__button {
  align-self: flex-start;
}

/* download button placed directly in a section: standard 268×56 size, not 100%
   (overrides the generic .sect > * { display: block }) */
.sect > .btn-store__button {
  display: inline-flex;
  width: 268px;
}

/* row of download buttons: spacing via margins only, no gap */
.storerow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.storerow .btn-store__button {
  margin: 20px 14px 0 0;
}

/* == SIDEBAR == */
.sidedock {
  flex: 0 0 248px;
  width: 248px;
  position: sticky;
  top: 84px;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px;
  border-radius: var(--curve-xl, 14px);
  background: linear-gradient(168deg, #3b3027 0%, #2b2219 55%, #211a14 100%);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.12));
}
.sidedock::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1050px) {
  .sidedock {
    display: none;
  }
}

/* two feature buttons: Fortune Wheel + Missions (styling and animation from casinobizzo.ie) */
.sidedock__promos {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sidedock__feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 52px;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #181310;
  background: linear-gradient(168deg, #ffd77f 0%, #e6a835 52%, #b06d17 100%);
  border: 1px solid rgba(255, 219, 154, 0.5);
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 7px 18px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  /* sheen highlight sweeping across the button on hover */
}
.sidedock__feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -55%;
  bottom: -55%;
  left: -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform: skewX(-20deg);
  transition: left 0.42s ease;
}
@media (hover: hover) {
  .sidedock__feature:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 15px rgba(242, 178, 60, 0.42);
  }
  .sidedock__feature:hover::after {
    left: 125%;
  }
  .sidedock__feature:hover .wheelicon__wheel {
    animation-duration: 1.25s;
    filter: brightness(1.08) drop-shadow(0 2px 4px rgba(30, 24, 19, 0.5));
  }
  .sidedock__feature:hover .chesticon {
    transform: translateY(-2px) scale(1.04);
  }
}
.sidedock__feature:active {
  transform: translateY(1px) scale(0.99);
}

/* wheel: the disc spins continuously under a static frame */
.wheelicon {
  position: relative;
  width: 58px;
  height: 52px;
  display: block;
  align-self: stretch;
  flex: 0 0 auto;
}
.wheelicon img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.wheelicon__wheel {
  width: 44px;
  height: 44px;
  animation: cbc-wheel-spin 3.2s linear infinite;
  filter: drop-shadow(0 2px 3px rgba(30, 24, 19, 0.42));
}
.wheelicon__frame {
  z-index: 2;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -49%);
  filter: drop-shadow(0 2px 3px rgba(30, 24, 19, 0.5));
}

@keyframes cbc-wheel-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Missions chest */
.chesticon {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.sidedock__menu {
  display: flex;
  flex-direction: column;
  /* divider: a hairline that glows in the middle and fades out at both ends */
  background-image: linear-gradient(90deg, transparent 0%, rgba(242, 178, 60, 0.45) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top center;
  padding-top: 9px;
}
.sidedock__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: var(--curve-lg, 10px);
  color: var(--ink-body, #e8ddd0);
  font-size: 14px;
  font-weight: 600;
  transition: background var(--ease-ui), color var(--ease-ui);
}
.sidedock__menu li a svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--tone-wheat, #f2b23c);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .sidedock__menu li a:hover {
    background: rgba(232, 221, 208, 0.08);
    color: var(--ink-bright, #fdf7ee);
  }
}
.sidedock__menu .pill {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 100%;
  background: var(--tone-maple, #b83227);
  color: var(--ink-bright, #fdf7ee);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Application card: text + phone in the corner */
.sidedock__app {
  display: block;
  background-color: #2f251d;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  box-shadow: 1px 3px 0 0 #231c16;
  position: relative;
  padding: 21px 75px 18px 12px;
  transition: color var(--ease-ui);
}

.sidedock-app__text {
  font-size: 9px;
  color: var(--ink-soft, #b3a292);
  line-height: 12px;
  transition: color var(--ease-ui);
}
.sidedock-app__text span {
  font-weight: 900;
  font-size: 16px;
  color: var(--ink-bright, #fff);
  line-height: 100%;
  display: block;
  margin-bottom: 5px;
  transition: color var(--ease-ui);
}

@media (hover: hover) {
  .sidedock__app:hover .sidedock-app__text,
  .sidedock__app:hover .sidedock-app__text span {
    color: var(--tone-wheat, #f2b23c);
  }
}
.sidedock-app__img {
  max-width: 75px;
  position: absolute;
  bottom: 0;
  right: 7px;
}
.sidedock-app__img img {
  display: block;
}

/* == Navigation (TOC) == */
.tocnav {
  /* divider: a hairline that glows in the middle and fades out at both ends */
  background-image: linear-gradient(90deg, transparent 0%, rgba(242, 178, 60, 0.45) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top center;
  padding-top: 11px;
}
.tocnav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--curve-lg, 10px);
  color: var(--tone-wheat, #f2b23c);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--ease-ui);
}
.tocnav__toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--tone-wheat, #f2b23c);
  border-bottom: 2px solid var(--tone-wheat, #f2b23c);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.tocnav__toggle.is-open::after {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .tocnav__toggle:hover {
    background: rgba(232, 221, 208, 0.06);
  }
}
.tocnav__list {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  scrollbar-width: none;
  transition: max-height 0.45s ease, visibility 0.45s ease, margin-top 0.45s ease;
}
.tocnav__list::-webkit-scrollbar {
  display: none;
}
.tocnav__list.is-open {
  max-height: 56vh;
  overflow-y: auto;
  visibility: visible;
  margin-top: 6px;
}
.tocnav__list a {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--ink-body, #e8ddd0);
  transition: background var(--ease-ui), color var(--ease-ui);
}
@media (hover: hover) {
  .tocnav__list a:hover {
    background: rgba(232, 221, 208, 0.07);
    color: var(--tone-wheat, #f2b23c);
  }
}

/* mobile TOC below the hero */
.tocnav--inline {
  display: none;
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.12));
  border-radius: var(--curve-lg, 10px);
  background: linear-gradient(168deg, #3b3027 0%, #2b2219 55%, #211a14 100%);
  padding: 8px 10px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .tocnav--inline {
    display: block;
  }
}

/* == FOOTER == */
.footzone {
  padding: 40px 20px 26px;
  background: linear-gradient(180deg, #251e17 0%, #1d1712 100%);
  border-top: 1px solid var(--edge, rgba(232, 221, 208, 0.12));
}
.footzone__wrap {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footzone {
  /* country chips */
}
.footzone__geo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.footzone__geo a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 7px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.12));
  font-size: 12.5px;
  color: var(--ink-body, #e8ddd0);
  transition: border-color var(--ease-ui), background var(--ease-ui), color var(--ease-ui);
}
.footzone__geo a span.flagmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
}
@media (hover: hover) {
  .footzone__geo a:hover {
    border-color: rgba(242, 178, 60, 0.5);
    background: rgba(242, 178, 60, 0.08);
    color: var(--tone-wheat, #f2b23c);
  }
}
.footzone__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(242, 178, 60, 0.45) 50%, transparent 100%);
}
.footzone__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.footzone__links a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-body, #e8ddd0);
  transition: color var(--ease-ui);
}
@media (hover: hover) {
  .footzone__links a:hover {
    color: var(--tone-wheat, #f2b23c);
  }
}
.footzone__links a + a {
  border-left: 1px solid rgba(242, 178, 60, 0.4);
}
.footzone {
  /* payment logos */
}
.footzone__pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footzone__pay li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 122px;
}
.footzone__pay li img {
  display: block;
  max-height: 45px;
  width: auto;
}
.footzone__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  /* same fading hairline as .footzone__divider */
  background-image: linear-gradient(90deg, transparent 0%, rgba(242, 178, 60, 0.45) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top center;
  padding-top: 21px;
}
@media (max-width: 650px) {
  .footzone__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footzone__copy {
  width: 100%;
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-soft, #b3a292);
}
.footzone__disclaimer {
  max-width: 860px;
  font-size: 12.5px;
  color: var(--ink-soft, #b3a292);
}
.footzone__disclaimer b {
  display: block;
  color: var(--ink-body, #e8ddd0);
  margin-top: 8px;
}
.footzone__age {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--flow-wheat, linear-gradient(180deg, #ffc95e 0%, #c05a1c 100%));
  color: var(--ink-invert, #1a1512);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(242, 178, 60, 0.45);
  animation: cbc-age-glow 4s ease-in-out infinite;
}

@keyframes cbc-age-glow {
  0%, 100% {
    box-shadow: 0 0 14px rgba(242, 178, 60, 0.35);
  }
  50% {
    box-shadow: 0 0 26px rgba(242, 178, 60, 0.6);
  }
}
/* == SCROLL TO TOP == */
.gotop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--flow-cta, linear-gradient(180deg, #e0503a 0%, #a01c15 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow var(--ease-ui);
  box-shadow: 0 8px 20px -8px rgba(196, 58, 44, 0.7);
}
.gotop svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ink-bright, #fdf7ee);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gotop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) {
  .gotop:hover {
    box-shadow: 0 12px 26px -8px rgba(196, 58, 44, 0.9);
  }
}
@media (max-width: 650px) {
  .gotop {
    bottom: 78px;
  }
}

/* == #prelink (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == COOKIE BANNER == */
.cookiebar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: var(--curve-xl, 14px);
  border: 1px solid rgba(242, 178, 60, 0.4);
  background: rgba(26, 21, 18, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.cookiebar.is-visible {
  display: flex;
}
.cookiebar {
  /* while the bar is up it must not sit on top of the last content block */
}
.cookiebar.is-visible ~ .footzone, body:has(.cookiebar.is-visible) .footzone {
  padding-bottom: 120px;
}
.cookiebar p {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-body, #e8ddd0);
}
.cookiebar p a {
  color: var(--tone-wheat, #f2b23c);
  text-decoration: underline;
}
.cookiebar__actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.cookiebar__accept {
  padding: 9px 18px;
  border-radius: var(--curve-lg, 10px);
  background: var(--flow-cta, linear-gradient(180deg, #e0503a 0%, #a01c15 100%));
  color: var(--ink-bright, #fdf7ee);
  font-weight: 700;
  font-size: 13px;
  transition: filter var(--ease-ui);
}
@media (hover: hover) {
  .cookiebar__accept:hover {
    filter: brightness(1.08);
  }
}
.cookiebar__decline {
  padding: 9px 14px;
  border-radius: var(--curve-lg, 10px);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.25));
  color: var(--ink-soft, #b3a292);
  font-weight: 600;
  font-size: 13px;
  transition: color var(--ease-ui), border-color var(--ease-ui);
}
@media (hover: hover) {
  .cookiebar__decline:hover {
    color: var(--ink-bright, #fdf7ee);
    border-color: var(--ink-bright, #fdf7ee);
  }
}
@media (max-width: 650px) {
  .cookiebar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookiebar__actions {
    justify-content: center;
  }
}

/* == WELCOME SPLASH (created by JS on top of the visible page) == */
.cbc-splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(22, 17, 14, 0.72) 0%, rgba(26, 21, 18, 0.85) 100%), var(--bark-base, #26201b);
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.cbc-splash.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.cbc-splash__letters {
  position: relative;
  display: flex;
  gap: 0.06em;
  font-family: "Darumadrop One", "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(44px, 9vw, 110px);
  color: var(--tone-wheat, #f2b23c);
  text-shadow: 0 4px 0 rgba(120, 55, 12, 0.8), 0 10px 30px rgba(0, 0, 0, 0.6);
}
.cbc-splash span {
  display: inline-block;
  animation: cbc-letter-fly var(--fly-dur, 1.4s) cubic-bezier(0.22, 0.85, 0.3, 1) both;
  animation-delay: var(--fly-delay, 0s);
}
.cbc-splash {
  /* locale row: flag + country, fades in after the letters */
}
.cbc-splash__geo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-bright, #fdf7ee);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: cbc-geo-reveal 0.4s ease-out 1.3s forwards;
}
.cbc-splash__geo .flagmark {
  font-size: 1.35em;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@keyframes cbc-geo-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* == page-transition mini loader == */
.cbc-swap {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(46% 42% at 50% 50%, rgba(54, 44, 36, 0.9) 0%, rgba(26, 21, 18, 0.97) 100%), var(--bark-base, #26201b);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.cbc-swap.is-on {
  opacity: 1;
  pointer-events: auto;
}
.cbc-swap.is-off {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.cbc-swap__wheel {
  position: relative;
  width: 92px;
  height: 96px;
  filter: drop-shadow(0 8px 26px rgba(242, 178, 60, 0.35));
}
.cbc-swap__wheel img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.cbc-swap__wheel .cbc-swap__disc {
  width: 72px;
  height: 72px;
  animation: cbc-wheel-spin 1.1s linear infinite;
}
.cbc-swap__wheel .cbc-swap__frame {
  width: 88px;
  height: 92px;
  transform: translate(-50%, -49%);
}

@keyframes cbc-letter-fly {
  0% {
    transform: translate(var(--fly-x, 0), var(--fly-y, 0)) rotate(var(--fly-r, 0deg)) scale(1.6);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
/* content blocks */
/* == HERO (#lead-in) == */
.banner {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
  border-radius: var(--curve-xl, 14px);
  background: #16110e;
  /* scrim over the background image */
}
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(91deg, rgba(22, 17, 14, 0.85) 0%, rgba(22, 17, 14, 0.45) 45%, transparent 72%);
  pointer-events: none;
}
.banner .backdrop {
  z-index: 0;
  /* the character stands on the right of the frame — stays in view as the viewport narrows */
}
.banner .backdrop img,
.banner .backdrop video,
.banner .backdrop .placebox {
  object-position: 90% top;
}
.banner__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 840px;
  width: 100%;
  margin-right: auto;
  padding: 34px 30px;
  border-radius: 10px;
}
@media (max-width: 850px) {
  .banner__wrap {
    background: rgba(26, 21, 18, 0.7);
    backdrop-filter: blur(2px);
    /* stretch respects margins — equal offsets on the left and right */
    width: auto;
    align-self: stretch;
    margin: 20px;
    padding: 24px 20px;
  }
}
@media (max-width: 650px) {
  .banner__wrap {
    align-items: center;
    text-align: center;
    margin: 15px;
  }
}
.banner__rating {
  font-size: 14px;
  color: var(--ink-soft, #b3a292);
}
.banner__rating b {
  color: var(--tone-wheat, #f2b23c);
  font-size: 22px;
  font-weight: 800;
  margin-left: 6px;
}
.banner__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  font-size: 13px;
  color: var(--ink-soft, #b3a292);
}
.banner__breadcrumbs a {
  color: var(--tone-wheat, #f2b23c);
  transition: color var(--ease-ui);
}
@media (hover: hover) {
  .banner__breadcrumbs a:hover {
    color: var(--ink-bright, #fdf7ee);
  }
}
.banner__breadcrumbs li + li::before {
  content: "›";
  margin-right: 6px;
  color: var(--ink-soft, #b3a292);
}
.banner h1 {
  margin-top: 14px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink-bright, #fdf7ee);
}
@media (max-width: 850px) {
  .banner h1 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .banner h1 {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .banner h1 {
    font-size: 24px;
  }
}
.banner__text {
  margin-top: 12px;
  max-width: 620px;
  font-size: 14px;
  color: var(--ink-body, #e8ddd0);
}
@media (max-width: 767px) {
  .banner {
    min-height: 420px;
  }
}

/* == #crumbs (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == BONUS BANNER: framed card over a background image == */
.promoline {
  justify-content: center;
  align-items: flex-start;
  min-height: 425px;
  padding: 20px 20px 20px 6.2%;
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.12));
}
.promoline__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.promoline__bg img,
.promoline__bg .placebox {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .promoline__bg img,
  .promoline__bg .placebox {
    object-position: 95%;
  }
}
.promoline__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid rgba(242, 178, 60, 0.6);
  border-radius: 12px;
  padding: 32px 20px;
  max-width: 653px;
  width: 100%;
}
.promoline__title {
  display: block;
  color: var(--tone-wheat, #f2b23c);
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .promoline__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .promoline__title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .promoline__title {
    font-size: 22px;
  }
}
.promoline__text {
  position: relative;
  width: auto;
  margin-top: 20px;
  padding: 8px 131px;
  color: var(--ink-bright, #fdf7ee);
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
.promoline__text::before, .promoline__text::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 39px;
  width: 116px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.promoline__text::before {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='9' height='9' transform='matrix(1 0 0 -1 0 24)' fill='%23FFC72C'/%3E%3Crect x='2.12132' width='23.9973' height='23.9973' transform='matrix(0.707107 0.707107 0.707107 -0.707107 78.0313 18)' stroke='%23FFC72C' stroke-width='3'/%3E%3Crect x='0.707107' width='13.9977' height='13.9977' transform='matrix(0.707107 0.707107 0.707107 -0.707107 70.5471 19)' stroke='%23FFFAF0'/%3E%3Crect width='81' height='1' transform='matrix(1 0 0 -1 9 20)' fill='%23FFFAF0'/%3E%3C/svg%3E%0A");
  left: 0;
}
.promoline__text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='116' y='24' width='9' height='9' transform='rotate(180 116 24)' fill='%23FFC72C'/%3E%3Crect x='36.4686' y='19.5' width='23.9973' height='23.9973' transform='rotate(135 36.4686 19.5)' stroke='%23FFC72C' stroke-width='3'/%3E%3Crect x='44.9529' y='19.5' width='13.9977' height='13.9977' transform='rotate(135 44.9529 19.5)' stroke='%23FFFAF0'/%3E%3Crect x='107' y='20' width='81' height='1' transform='rotate(180 107 20)' fill='%23FFFAF0'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media (max-width: 650px) {
  .promoline__text {
    font-size: 18px;
    padding: 8px 0;
  }
  .promoline__text::before, .promoline__text::after {
    display: none;
  }
}
.promoline__button {
  min-width: 153px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .promoline {
    min-height: 300px;
    padding: 20px;
    align-items: center;
  }
  .promoline__wrap {
    background-color: rgba(42, 33, 25, 0.3);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(242, 178, 60, 0.6);
    border-radius: 6px;
    padding: 15px;
  }
}

/* == BOARD: deep-teal table panel, ochre header pill, hairline rows == */
.sect div:has(> table),
.sect .dtable {
  width: 100%;
  margin-top: 20px;
  padding: 12px 12px 0;
  border-radius: var(--curve-xl, 22px);
  border: 1px solid var(--edge-lit, rgba(244, 184, 69, 0.38));
  background: linear-gradient(180deg, rgba(58, 46, 37, 0.6) 0%, rgba(26, 19, 16, 0.65) 100%);
  font-size: 15px;
  color: var(--ink-body, #e8ddd0);
  overflow-x: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #b83227 rgba(232, 221, 208, 0.14);
}
.sect div:has(> table)::-webkit-scrollbar,
.sect .dtable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sect div:has(> table)::-webkit-scrollbar-track,
.sect .dtable::-webkit-scrollbar-track {
  background: rgba(232, 221, 208, 0.1);
  border-radius: 6px;
}
.sect div:has(> table)::-webkit-scrollbar-thumb,
.sect .dtable::-webkit-scrollbar-thumb {
  background: var(--flow-head, linear-gradient(120deg, #b83227 0%, #7d1d17 100%));
  border-radius: 6px;
}
.sect div:has(> table) > table,
.sect .dtable > table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.sect div:has(> table) > table thead tr,
.sect .dtable > table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 0 14px;
  border-radius: 16px;
  background: var(--flow-head, linear-gradient(120deg, #b83227 0%, #7d1d17 100%));
}
.sect div:has(> table) > table tbody tr,
.sect .dtable > table tbody tr {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 14px;
  border-bottom: 1px solid var(--edge, rgba(232, 221, 208, 0.14));
}
.sect div:has(> table) > table tbody tr:last-child,
.sect .dtable > table tbody tr:last-child {
  border-bottom: 0;
}
.sect div:has(> table) > table,
.sect .dtable > table {
  /* zebra: keeps long rows readable without heavy separators */
}
.sect div:has(> table) > table tbody tr:nth-child(even),
.sect .dtable > table tbody tr:nth-child(even) {
  background: linear-gradient(90deg, rgba(244, 184, 69, 0.08) 0%, rgba(244, 184, 69, 0.02) 100%);
}
.sect div:has(> table) > table th,
.sect div:has(> table) > table td,
.sect .dtable > table th,
.sect .dtable > table td {
  flex: 1 1 0;
  min-width: 0;
  padding: 16px 16px 16px 0;
  text-align: left;
}
.sect div:has(> table) > table th:last-child,
.sect div:has(> table) > table td:last-child,
.sect .dtable > table th:last-child,
.sect .dtable > table td:last-child {
  padding-right: 0;
}
.sect div:has(> table) > table thead th,
.sect .dtable > table thead th {
  color: var(--ink-bright, #fdf7ee);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sect div:has(> table) > table tbody td,
.sect .dtable > table tbody td {
  color: var(--ink-body, #e8ddd0);
  font-weight: 400;
  line-height: 1.55;
}
.sect div:has(> table) > table,
.sect .dtable > table {
  /* first column carries the row label — heavier, gold */
}
.sect div:has(> table) > table tbody td:first-child,
.sect .dtable > table tbody td:first-child {
  color: var(--tone-wheat, #f2b23c);
  font-weight: 700;
}
.sect div:has(> table) > table td a,
.sect .dtable > table td a {
  color: var(--tone-wheat, #f2b23c);
  text-decoration: underline;
}
.sect {
  /* a table paired with a photo starts flush with it — no leading gap */
}
.sect .sidepair > .dtable {
  margin-top: 0;
}
.sect {
  /* key/value tables: same table look, only the first column is a fixed label rail */
}
.sect .dtable--kv > table {
  min-width: 520px;
  /* the header cell keeps the same rail width, so both columns line up */
}
.sect .dtable--kv > table thead th:first-child,
.sect .dtable--kv > table th[scope=row] {
  flex: 0 0 220px;
  width: 220px;
}
.sect .dtable--kv > table th[scope=row] {
  color: var(--tone-wheat, #f2b23c);
  font-weight: 700;
  line-height: 1.55;
  padding: 16px 16px 16px 0;
  text-align: left;
}
.sect .dtable--kv > table td {
  color: var(--ink-body, #e8ddd0);
  font-weight: 400;
}
.sect .dtable--kv > table {
  /* inside a .sidepair the column is half as wide, so the rail shrinks with it */
}
.sidepair .sect .dtable--kv > table thead th:first-child,
.sidepair .sect .dtable--kv > table th[scope=row] {
  flex: 0 0 170px;
  width: 170px;
}
.sect .dtable--kv > table {
  /* on a phone the label sits above its value — no sideways scrolling */
}
@media (max-width: 650px) {
  .sect .dtable--kv > table {
    min-width: 0;
  }
  .sect .dtable--kv > table thead tr {
    display: none;
  }
  .sect .dtable--kv > table tbody tr {
    flex-direction: column;
    align-items: stretch;
    padding: 4px 14px;
  }
  .sect .dtable--kv > table th[scope=row] {
    flex: none;
    width: auto;
    padding: 12px 0 2px;
  }
  .sect .dtable--kv > table td {
    padding: 0 0 12px;
  }
}

/* == PATH: numbered steps as a centred card grid, optionally laid over a photo == */
.stepline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-top: 14px;
  position: relative;
  counter-reset: cbc-step;
}
.stepline > li {
  counter-increment: cbc-step;
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 15px;
  border-radius: var(--curve-lg, 12px);
  border: 1px solid rgba(244, 184, 69, 0.3);
  background: linear-gradient(145deg, rgba(196, 62, 44, 0.94) 0%, rgba(122, 28, 22, 0.95) 58%, rgba(74, 22, 18, 0.95) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 226, 190, 0.14);
  backdrop-filter: blur(4px);
  /* numbered badge */
}
.stepline > li::before {
  content: counter(cbc-step);
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background: var(--birch, #f6efe3);
  color: var(--ink-invert, #1c1712);
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}
.stepline > li {
  /* the class-less wrapper keeps a leading <b> inside the text column */
}
.stepline > li > div {
  flex: 1 1 0;
  min-width: 0;
  color: var(--ink-bright, #fdf7ee);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
.stepline > li b,
.stepline > li strong {
  color: var(--tone-sun, #ffdb9a);
}
@media (max-width: 850px) {
  .stepline > li {
    flex: 1 1 100%;
    max-width: none;
  }
}
.stepline {
  /* exactly four steps read better as 2 x 2 than as 3 + 1 */
}
.stepline > li:first-child:nth-last-child(4),
.stepline > li:first-child:nth-last-child(4) ~ li {
  flex: 1 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media (max-width: 850px) {
  .stepline > li:first-child:nth-last-child(4),
  .stepline > li:first-child:nth-last-child(4) ~ li {
    flex: 1 1 100%;
    max-width: none;
  }
}

/* photo bed: the cards sit on the lower part of an illustration */
.stepphoto {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 240px 12px 12px;
  border-radius: var(--curve-xl, 22px);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.14));
  overflow: hidden;
}
.stepphoto > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 !important;
}
.stepphoto {
  /* scrim so the cards keep their contrast over a bright photo */
}
.stepphoto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 21, 18, 0) 30%, rgba(26, 21, 18, 0.75) 100%);
}
.stepphoto > .stepline {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media (max-width: 850px) {
  .stepphoto {
    padding: 160px 10px 10px;
  }
}
@media (max-width: 650px) {
  .stepphoto {
    padding: 12px;
  }
  .stepphoto > img {
    position: relative;
    inset: auto;
    height: 200px !important;
    margin-bottom: 12px;
    border-radius: var(--curve-lg, 12px) !important;
  }
  .stepphoto::after {
    display: none;
  }
}

/* == #snapshot (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #info (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #legal (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #technical (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #highlights (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == PROS / CONS (#balance) — two columns under their own labelled headers ==
   the panel sits full width under the illustration; each column carries a flat
   header with an accent tile and an underline, no joined strip                */
.verdict__panel {
  display: flex;
  width: 100%;
  margin-top: 20px;
  border-radius: var(--curve-xl, 18px);
  border: 1px solid var(--edge, rgba(232, 221, 208, 0.13));
  background: rgba(26, 21, 18, 0.5);
  overflow: hidden;
}
.verdict__panel > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.verdict__panel {
  /* the two columns are split by a hairline instead of a torn gradient bar */
}
.verdict__panel > div:first-child {
  border-right: 1px solid var(--edge, rgba(232, 221, 208, 0.13));
}
.verdict__panel h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  margin: 0;
  padding: 14px 18px;
  color: var(--ink-bright, #fdf7ee);
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
  background: rgba(54, 44, 36, 0.55);
  border-bottom: 3px solid var(--edge, rgba(232, 221, 208, 0.13));
  /* square accent tile carrying the glyph, drawn as a mask */
}
.verdict__panel h3::before {
  content: "";
  position: static;
  transform: none;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.verdict__panel {
  /* PROS — pine accent, tick glyph */
}
.verdict__panel > div:first-child h3 {
  border-bottom-color: var(--tone-pine, #3fae6b);
}
.verdict__panel > div:first-child h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='%23fff'%20d='M9.2%2016.4%204.8%2012l-1.6%201.6%206%206L21.2%207.6%2019.6%206z'/%3E%3C/svg%3E"), var(--flow-leaf, linear-gradient(180deg, #46b877 0%, #0e7a4e 100%));
}
.verdict__panel {
  /* CONS — maple accent, cross glyph */
}
.verdict__panel > div:last-child h3 {
  border-bottom-color: var(--tone-maple, #b83227);
}
.verdict__panel > div:last-child h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='%23fff'%20d='M19%206.4%2017.6%205%2012%2010.6%206.4%205%205%206.4%2010.6%2012%205%2017.6%206.4%2019%2012%2013.4%2017.6%2019%2019%2017.6%2013.4%2012z'/%3E%3C/svg%3E"), linear-gradient(180deg, #e0503a 0%, #a01c15 100%);
}
.verdict__panel ul {
  padding: 6px 18px 10px;
}
.verdict__panel li {
  position: relative;
  padding: 14px 0 14px 20px;
  color: var(--ink-body, #e8ddd0);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  border-bottom: 1px dashed var(--edge, rgba(232, 221, 208, 0.13));
  /* small square marker instead of the centred rows of the previous layout */
}
.verdict__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--tone-wheat, #f2b23c);
}
.verdict__panel li:last-child {
  border-bottom: 0;
}
.verdict__panel > div:first-child li::before {
  background: var(--tone-pine, #3fae6b);
}
.verdict__panel > div:last-child li::before {
  background: var(--tone-maple, #b83227);
}
@media (max-width: 850px) {
  .verdict__panel {
    flex-direction: column;
  }
  .verdict__panel > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--edge, rgba(232, 221, 208, 0.13));
  }
}
@media (max-width: 450px) {
  .verdict__panel h3 {
    font-size: 16px;
    min-height: 48px;
    padding: 12px 14px;
  }
  .verdict__panel ul {
    padding: 4px 14px 8px;
  }
  .verdict__panel li {
    padding: 12px 0 12px 18px;
  }
}

/* == #signup — registration flow; the verification photo sits flush with the card == */
.joinup .duo > div:last-child {
  min-height: 320px;
}
.joinup .duo > div:last-child .placebox,
.joinup .duo > div:last-child img:not(:where(.icon, .sitemark)) {
  object-position: center;
}
@media (max-width: 850px) {
  .joinup .duo > div:last-child {
    min-height: 260px;
  }
}

/* == #fixes (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #mobileapp == */
.phoneapp .duo > div:last-child .placebox,
.phoneapp .duo > div:last-child img:not(:where(.icon, .sitemark)) {
  object-position: center;
}

/* app page: full-bleed background photo, text card on the left (like #loyalty) */
.page-app .phoneapp {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.page-app .phoneapp > div:not(.backdrop) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(54, 44, 36, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 10px);
  padding: 20px;
}
.page-app .phoneapp > div:not(.backdrop) > h2 {
  align-self: stretch;
}
@media (max-width: 850px) {
  .page-app .phoneapp {
    padding: 40px 20px;
  }
  .page-app .phoneapp > div:not(.backdrop) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .page-app .phoneapp {
    padding: 20px 12px;
  }
  .page-app .phoneapp > div:not(.backdrop) {
    padding: 15px;
  }
}

/* app page, mirrored variant: the text card sits on the right of the photo */
.page-app .phoneapp--flip > div:not(.backdrop) {
  margin-right: 0;
  margin-left: auto;
}

/* == APP PROMO BLOCK == */
.sect.appline {
  height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 178, 60, 0.3);
}
@media (max-width: 850px) {
  .sect.appline {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .sect.appline {
    padding: 30px 10px;
  }
}

.appline__bg {
  z-index: 0;
}
.appline__bg img,
.appline__bg .placebox {
  object-position: center;
}
.appline__bg {
  /* darkening only in the center — edges stay clear for the characters */
}
.appline__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 72% at 50% 50%, rgba(26, 21, 18, 0.72) 0%, rgba(26, 21, 18, 0.38) 62%, rgba(26, 21, 18, 0) 100%);
}
.appline__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
  width: 100%;
}
@media (max-width: 850px) {
  .appline__actions {
    flex-direction: column;
    gap: 18px;
  }
}
.appline__button {
  white-space: normal;
  line-height: 1.2;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  min-width: 0;
  max-width: 100%;
  height: 56px;
  min-height: 0;
  padding: 12px 24px;
  margin: 0;
}
.appline__button svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

/* == #offers (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #loyalty (home page) — full-bleed background photo, text in a framed card on top;
   on the bonus page the block keeps its standard look == */
.page-home .vipclub {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.page-home .vipclub > div:not(.backdrop) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(54, 44, 36, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 10px);
  padding: 20px;
}
.page-home .vipclub > div:not(.backdrop) > h2 {
  align-self: stretch;
}
.page-home .vipclub > div:not(.backdrop) > .btn-main__button {
  margin-top: 20px;
}
@media (max-width: 850px) {
  .page-home .vipclub {
    padding: 40px 20px;
  }
  .page-home .vipclub > div:not(.backdrop) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .page-home .vipclub {
    padding: 20px 12px;
  }
  .page-home .vipclub > div:not(.backdrop) {
    padding: 15px;
  }
}

/* mirrored variant: the text card sits on the left of the photo */
.page-home .vipclub--flip > div:not(.backdrop) {
  margin-left: 0;
  margin-right: auto;
}

/* == #races (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #slots (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #tabletop (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* the rules column is twice as wide as its neighbors so rows don't stretch */
.tablegames .dtable > table tr > *:nth-child(2) {
  flex: 2;
}

/* == #livedealer — full-bleed background photo, text in a framed card on top (like #loyalty) == */
.livehall {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.livehall > div:not(.backdrop) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(54, 44, 36, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 10px);
  padding: 20px;
}
.livehall > div:not(.backdrop) > h2 {
  align-self: center;
}
@media (max-width: 850px) {
  .livehall {
    padding: 40px 20px;
  }
  .livehall > div:not(.backdrop) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .livehall {
    padding: 20px 12px;
  }
  .livehall > div:not(.backdrop) {
    padding: 15px;
  }
}

/* == #legalinfo — full-bleed background photo, text card on the left == */
.licenceinfo {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.licenceinfo > div:not(.backdrop) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(54, 44, 36, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 10px);
  padding: 20px;
}
.licenceinfo > div:not(.backdrop) > h2 {
  align-self: center;
}
@media (max-width: 850px) {
  .licenceinfo {
    padding: 40px 20px;
  }
  .licenceinfo > div:not(.backdrop) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .licenceinfo {
    padding: 20px 12px;
  }
  .licenceinfo > div:not(.backdrop) {
    padding: 15px;
  }
}

/* mirrored variant: the text card sits on the right of the photo */
.licenceinfo--flip > div:not(.backdrop) {
  margin-right: 0;
  margin-left: auto;
}

/* == #restrict (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #banking (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #helpdesk (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == FAQ ACCORDION == */
.faqbox__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.faqbox__item {
  border: 1px solid var(--tone-wheat, #f2b23c);
  border-radius: var(--curve-xl, 14px);
  overflow: hidden;
  background: var(--bark-slab, #362c24);
  transition: border-color var(--ease-ui);
}
.faqbox__item:has(.faq-item__title.active) {
  border-color: transparent;
}

.faq-item__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 46px 14px 16px;
  background: var(--bark-core, #26201b);
  color: var(--ink-bright, #fdf7ee);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  transition: filter var(--ease-ui);
}
.faq-item__title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid var(--ink-bright, #fdf7ee);
  border-bottom: 2px solid var(--ink-bright, #fdf7ee);
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.faq-item__title.active::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
@media (hover: hover) {
  .faq-item__title:hover {
    filter: brightness(1.05);
  }
}
@media (max-width: 850px) {
  .faq-item__title {
    font-size: 14px;
  }
}

.faq-item__desc {
  border-top: 1px solid var(--tone-wheat, #f2b23c);
  padding: 0 16px;
}
.faq-item__desc p {
  padding: 14px 0;
  margin: 0;
}

/* == REVIEWS CAROUSEL == */
.reviews__carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}

.reviews__track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* reviewer avatar circle: holds initials while there is no photo;
   once a photo exists, just drop an <img> inside */
.reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #362c24 0%, #201a15 100%);
  border: 2px solid rgba(242, 178, 60, 0.6);
  box-shadow: 0 0 14px rgba(242, 178, 60, 0.25);
  color: var(--tone-wheat, #f2b23c);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.reviews__card {
  flex: none;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--curve-xl, 14px);
  border: 1px solid rgba(242, 178, 60, 0.35);
  background: linear-gradient(180deg, rgba(54, 44, 36, 0.9) 0%, rgba(38, 32, 27, 0.9) 100%);
  box-shadow: 0 8px 24px -12px rgba(242, 178, 60, 0.25);
}
@media (max-width: 767px) {
  .reviews__card {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .reviews__card {
    width: 260px;
  }
}
.reviews__card .stars {
  display: flex;
  gap: 4px;
  width: auto;
}
.reviews__card .stars svg {
  width: 18px;
  height: 18px;
  fill: var(--tone-wheat, #f2b23c);
}
.reviews__card .stars svg.is-off {
  fill: rgba(232, 221, 208, 0.25);
}
.reviews__card h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: var(--tone-wheat, #f2b23c);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.reviews__card h3::before {
  display: none;
}
.reviews__card p {
  margin: 0;
  font-size: 13.5px;
  text-align: center;
  color: var(--ink-body, #e8ddd0);
}

.reviews__nav {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.reviews__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ink-bright, #fdf7ee);
  transition: transform var(--ease-ui), box-shadow var(--ease-ui);
}
.reviews__btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ink-invert, #1a1512);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .reviews__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -8px rgba(253, 247, 238, 0.6);
  }
}

/* == #scorecard — editorial score table == */
.gradebox table tbody td:nth-child(2) {
  white-space: nowrap;
  font-weight: 800;
  color: var(--tone-wheat, #f2b23c);
}

/* narrow first two columns — all remaining width goes to the verdict text */
.gradebox .dtable tr > *:nth-child(1) {
  flex: 0 0 160px;
}

.gradebox .dtable tr > *:nth-child(2) {
  flex: 0 0 110px;
}

.gradebox .dtable tr > *:nth-child(3) {
  flex: 1 1 auto;
}

/* == EXPERT VERDICT (#expert): small photo on the left, byline + text + button on the right == */
.closing__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  /* top spacing comes from the h2's margin-bottom */
  margin-top: 0;
}

.closing__photo {
  flex: 0 0 150px;
}
.closing__photo img,
.closing__photo .placebox {
  width: 150px;
  height: 150px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--curve-lg, 10px);
  margin: 0;
}

.closing__body {
  flex: 1 1 0;
  min-width: 0;
}
.closing__body h3 {
  margin-top: 0;
}
.closing__body p + p {
  margin-top: 20px;
}
.closing__body .btn-main__button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .closing__row {
    flex-direction: column;
    align-items: center;
  }
  .closing__photo {
    flex: 0 0 auto;
  }
  .closing__body {
    width: 100%;
    text-align: center;
  }
  .closing__body h3 {
    padding: 0;
  }
  .closing__body h3::before {
    display: none;
  }
  .closing__body .btn-main__button {
    margin-left: auto;
    margin-right: auto;
  }
}
/* == #lead — full-bleed background photo, text in a framed card on top (like #loyalty) == */
.intro {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.intro > div:not(.backdrop) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(54, 44, 36, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 10px);
  padding: 20px;
}
.intro > div:not(.backdrop) > h2 {
  align-self: stretch;
}
@media (max-width: 850px) {
  .intro {
    padding: 40px 20px;
  }
  .intro > div:not(.backdrop) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .intro {
    padding: 20px 12px;
  }
  .intro > div:not(.backdrop) {
    padding: 15px;
  }
}

/* mirrored variant: the intro card sits on the right of the photo */
.intro--flip > div:not(.backdrop) {
  margin-right: 0;
  margin-left: auto;
}

/* == #firstbonus (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #weeklyreload (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #freespins (free spins) == */
.spinsbox .duo > div:last-child .placebox,
.spinsbox .duo > div:last-child img:not(:where(.icon, .sitemark)) {
  object-position: center;
}

/* == #rebate (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #limited (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #saferplay (app page) — full-bleed background photo, text card on the right (like #loyalty);
   on the bonus page the block keeps its standard look == */
.page-app .safeplay {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.page-app .safeplay > div:not(.backdrop) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(54, 44, 36, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 10px);
  padding: 20px;
}
.page-app .safeplay > div:not(.backdrop) > h2 {
  align-self: center;
}
@media (max-width: 850px) {
  .page-app .safeplay {
    padding: 40px 20px;
  }
  .page-app .safeplay > div:not(.backdrop) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .page-app .safeplay {
    padding: 20px 12px;
  }
  .page-app .safeplay > div:not(.backdrop) {
    padding: 15px;
  }
}

/* == #claim (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #setup — platform steps beside the screenshot column == */
.installbox .duo > div:last-child {
  min-height: 300px;
}
.installbox .duo > div:last-child .placebox,
.installbox .duo > div:last-child img:not(:where(.icon, .sitemark)) {
  object-position: center;
}
@media (max-width: 850px) {
  .installbox .duo > div:last-child {
    min-height: 240px;
  }
}

/* the store button under each platform block keeps its fixed size */
.installbox > .btn-store__button {
  align-self: flex-start;
}

/* == #perks (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #specs (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #devices (uses shared .sect / .checklist / .stepline / .dtable patterns) == */
/* == #mobilesite (mobile web version — text-only section, no photo) == */
/* == 404 PAGE == */
.sect.notfound {
  min-height: 560px;
  padding: clamp(24px, 4vw, 52px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 80px);
  text-align: center;
}
.sect.notfound::before {
  content: "";
  position: absolute;
  inset: auto 4% 0 auto;
  width: min(42vw, 520px);
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70, 184, 119, 0.2), transparent 68%);
  pointer-events: none;
}

.notfound__copy {
  flex: 1 1 620px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.notfound__copy p {
  max-width: 620px;
}
.notfound__character {
  position: relative;
  flex: 0 1 390px;
  align-self: stretch;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.notfound__speech {
  position: absolute;
  /* anchored to the container bottom: the owl is 470px tall and stands on the floor,
     so the bubble always sits by its head */
  top: auto;
  bottom: 445px;
  left: 0;
  z-index: 2;
  width: max-content;
  max-width: 240px;
  margin: 0;
  padding: 13px 20px;
  border: 2px solid var(--tone-wheat, #f2b23c);
  border-radius: 22px;
  background: var(--ink-bright, #fdf7ee);
  color: var(--ink-invert, #1a1512);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.notfound__speech strong {
  color: #158050;
}
.notfound__speech::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -15px;
  width: 25px;
  height: 25px;
  background: var(--ink-bright, #fdf7ee);
  border-right: 2px solid var(--tone-wheat, #f2b23c);
  border-bottom: 2px solid var(--tone-wheat, #f2b23c);
  transform: skew(18deg) rotate(38deg);
}
.sect .notfound__owl, .notfound__owl {
  width: min(100%, 360px);
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
  .sect.notfound {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  .notfound {
    /* the __copy children become direct flex items of the section,
       so the button can be placed BELOW the character */
  }
  .notfound__copy {
    display: contents;
  }
  .notfound__copy h2 {
    order: 1;
  }
  .notfound__copy p {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .notfound__character {
    order: 3;
    width: 100%;
    min-height: 350px;
    align-self: auto;
  }
  .notfound__copy .btn-main__button {
    order: 4;
  }
  .notfound__speech {
    /* mobile owl is 350px tall — the anchor is lowered accordingly */
    top: auto;
    bottom: 330px;
    left: 50%;
    transform: translateX(-85%) rotate(-3deg);
    font-size: 16px;
  }
  .sect .notfound__owl, .notfound__owl {
    width: min(100%, 280px);
    height: 350px;
  }
}
@media (max-width: 450px) {
  .notfound__speech {
    left: 8px;
    transform: rotate(-3deg);
  }
}
/* == TICKET TICKET == */
/* dock: arrow tab at the viewport edge + ticket that slides out */
.luckydock {
  /* ticket width incl. gaps — how far the dock hides past the edge */
  --shift: 118px;
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 45;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  translate: var(--shift) 0;
  transition: translate 0.45s cubic-bezier(0.3, 1.25, 0.4, 1);
}
.luckydock.is-open {
  translate: 0 0;
}

.luckydock__toggle {
  flex: 0 0 auto;
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--flow-wheat, linear-gradient(180deg, #ffc95e 0%, #c05a1c 100%));
  color: #1a1512;
  cursor: pointer;
  box-shadow: -4px 0 14px rgba(242, 178, 60, 0.35);
}
.luckydock__toggle svg {
  fill: none;
  transition: transform 0.3s ease;
  animation: cbc-arrow-nudge 1.5s ease-in-out infinite;
}
@media (hover: hover) {
  .luckydock__toggle:hover {
    filter: brightness(1.08);
  }
}

.luckydock.is-open .luckydock__toggle svg {
  transform: rotate(180deg);
  animation: none;
}

@keyframes cbc-arrow-nudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.luckyopen {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 16/9;
  margin: 0 10px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.48));
  cursor: pointer;
  isolation: isolate;
  animation: cbc-ticket-float 3.2s ease-in-out infinite;
}
.luckyopen img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.luckyopen span {
  position: absolute;
  inset: 30% 20% 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  color: #ffdb9a;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .luckyopen:hover {
    animation-play-state: paused;
    filter: drop-shadow(0 12px 24px rgba(242, 178, 60, 0.42));
    transform: rotate(1deg) scale(1.06);
  }
}

@keyframes cbc-ticket-float {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
.luckycard {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(22, 17, 14, 0.78);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.luckycard.is-on {
  opacity: 1;
}

.luckycard__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(94vw, 760px);
  padding: 62px 88px 48px;
  background: url("../images/scratch-ticket.webp") center/100% 100% no-repeat;
  text-align: center;
  transform: rotate(-3deg);
  /* the glow follows the ticket outline (drop-shadow respects transparency) */
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 20px rgba(242, 178, 60, 0.35));
  animation: cbc-ticket-glow 2.6s ease-in-out infinite;
}

@keyframes cbc-ticket-glow {
  0%, 100% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(242, 178, 60, 0.3));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 36px rgba(242, 178, 60, 0.6));
  }
}
.luckycard__brand {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #40342a;
  margin: 0 0 6px;
}

.luckycard__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #40342a;
  margin-top: 14px;
}

.luckycard__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(26, 21, 18, 0.7);
  color: var(--ink-soft, #b3a292);
  font-size: 22px;
  line-height: 1;
  transition: color var(--ease-ui), background var(--ease-ui);
}
@media (hover: hover) {
  .luckycard__close:hover {
    color: var(--ink-bright, #fdf7ee);
    background: rgb(26, 21, 18);
  }
}

.luckycard__title {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #292018;
  margin: 0;
}

.luckycard__sub {
  font-size: 13px;
  color: #463829;
  margin-top: 4px;
}

.luckycard__zone {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 16px;
  border-radius: var(--curve-lg, 10px);
  overflow: hidden;
}

.luckycard__prize {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: radial-gradient(60% 80% at 50% 0%, rgba(242, 178, 60, 0.15) 0%, transparent 100%), var(--bark-deep, #1a1512);
  color: var(--ink-bright, #fdf7ee);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.luckycard__prize b {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--tone-wheat, #f2b23c);
}
.luckycard__prize span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-body, #e8ddd0);
}

.luckycard__foil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: none;
  transition: opacity 0.6s ease;
}
.luckycard__foil.is-cleared {
  opacity: 0;
  pointer-events: none;
}

/* coin "eraser" — follows the pointer over the foil */
.luckycard__coin {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45%;
  background: linear-gradient(90deg, #6b330c 0%, #a95a15 12%, #ffdb9a 42%, #8e4712 70%, #5e2f0f 100%);
  border: 2px solid #5a2d0f;
  box-shadow: inset 3px 0 4px rgba(255, 255, 255, 0.55), inset -3px 0 4px rgba(70, 25, 12, 0.55), 5px 8px 12px rgba(0, 0, 0, 0.48);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-18deg);
  transition: opacity 0.15s ease;
  z-index: 2;
}
.luckycard__coin.is-visible {
  opacity: 1;
}
.luckycard__coin.is-rubbing {
  animation: cbc-coin-rub 0.35s ease-in-out infinite;
}

/* winner stamp over the ticket */
.luckycard__win {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 8px 22px;
  border: 3px solid var(--tone-wheat, #f2b23c);
  border-radius: 10px;
  background: rgba(26, 21, 18, 0.78);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(20px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--tone-wheat, #f2b23c);
  text-shadow: 0 2px 0 rgba(110, 52, 10, 0.8), 0 6px 18px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
}

.luckycard__card.is-won .luckycard__win {
  animation: cbc-win-stamp 0.55s cubic-bezier(0.2, 1.4, 0.4, 1) 0.25s forwards;
}

@keyframes cbc-win-stamp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-7deg) scale(1);
  }
}
/* shavings thrown off while the foil is rubbed away */
.luckycard__flake {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(135deg, #ffdb9a 0%, #f2b23c 55%, #b83227 100%);
  box-shadow: 0 0 4px rgba(242, 178, 60, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: cbc-flake-fall var(--dur, 0.7s) ease-in forwards;
}

@keyframes cbc-flake-fall {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--fx, 0px)), calc(-50% + var(--fy, 60px))) rotate(var(--rot, 180deg));
  }
}
@keyframes cbc-coin-rub {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(0.96);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
/* CTA stays locked and dimmed until the prize is uncovered */
.luckycard__cta.btn-main__button {
  margin-top: 20px;
  opacity: 0.45;
  filter: saturate(0.5);
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.luckycard__card.is-won .luckycard__cta.btn-main__button {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.luckycard__card.is-won .luckycard__prize b {
  animation: cbc-prize-pop 0.6s ease;
}

@keyframes cbc-prize-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 450px) {
  .luckydock {
    --shift: 92px;
    top: auto;
    bottom: 150px;
    transform: none;
  }
  .luckydock__toggle {
    width: 26px;
    height: 50px;
  }
  .luckyopen {
    width: 78px;
    margin: 0 6px;
  }
  .luckyopen span {
    font-size: 7px;
  }
  .luckycard {
    padding: 10px;
  }
  .luckycard__card {
    padding: 34px 20px 26px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: rotate(-2deg);
  }
  .luckycard__prize b {
    font-size: 36px;
  }
  .luckycard__prize {
    font-size: 15px;
  }
}
/* == ACCESSIBILITY == */
:focus-visible {
  outline: 2px solid var(--tone-wheat, #f2b23c);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
