@charset "UTF-8";
/* Bizzo Casino Portugal — portugalbizzocasino.com */
/* == BREAKPOINT MIXINS == */
/* ------------- TOKENS — Azulejo palette (portugalbizzocasino.com) ------------- */
:root {
  /* fundos */
  --shade-base: #13304d;
  --shade-deep: #0d2138;
  --shade-navy: #13304d;
  --shade-panel: #1d4468;
  --shade-panel-alt: #183a59;
  /* texto */
  --ink-bright: #f7fbff;
  --ink-body: #dce9f6;
  --ink-soft: #93aec9;
  --ink-invert: #0d2138;
  /* acentos */
  --tone-gold: #f0b429;
  --tone-bronze: #c9821a;
  --tone-sun: #ffcb52;
  --tone-azure: #2fa8d6;
  --tone-flag: #d8382b;
  --tone-live: #ff5b52;
  /* degradês */
  --sweep-cta: linear-gradient(180deg, #e34234 0%, #a5140c 100%);
  --sweep-cta-over: linear-gradient(180deg, #a5140c 0%, #e34234 100%);
  --sweep-panel: linear-gradient(180deg, #1d4468 0%, #122c47 100%);
  --sweep-gold: linear-gradient(180deg, #ffcb52 0%, #d17f10 100%);
  --sweep-bar: linear-gradient(90deg, #ffd571 0%, #b4820f 100%);
  /* linhas e contornos */
  --edge: rgba(220, 233, 246, 0.13);
  --edge-strong: rgba(240, 180, 41, 0.42);
  /* geometria */
  --bend: 8px;
  --bend-lg: 16px;
  --bend-xl: 20px;
  /* movimento */
  --ease-base: 0.28s cubic-bezier(0.33, 1, 0.68, 1);
}

/* == 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(52% 38% at 12% 4%, rgba(47, 168, 214, 0.1) 0%, transparent 100%), radial-gradient(44% 32% at 90% 18%, rgba(240, 180, 41, 0.06) 0%, transparent 100%), linear-gradient(180deg, #143654 0%, var(--shade-base, #13304d) 46%, #0e2337 100%), var(--shade-navy, #13304d);
  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---------------- */
.content,
.shell {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--bend, 4px);
  background: var(--sweep-panel, linear-gradient(180deg, #1d4468 0%, #122c47 100%));
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
}
@media (max-width: 850px) {
  .content {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .content {
    padding: 10px;
  }
}

.content-bg > .layer + * {
  margin-top: 0;
}
.content-bg p {
  color: var(--ink-bright, #f7fbff);
}

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

.content > *,
.shell > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}
@media (max-width: 650px) {
  .main__buttons {
    background: rgba(13, 33, 56, 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) {
  .main__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------Main------------- */
.main {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.main__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;
}
.main__content {
  position: relative;
  flex: 1 1 calc(100% - 20px - 248px);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .main__content {
    flex: 1 1 100%;
  }
}
@media (max-width: 650px) {
  .main__buttons .button {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .main,
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ---------------------H2 H3--------------------- */
h2,
h3,
h4 {
  display: block;
  color: var(--tone-gold, #f0b429);
  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, #dce9f6);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* heading accents — azulejo rule under h2, tile marker before h3 */
h2::after,
h3::before {
  content: "";
  position: absolute;
}

h2 {
  align-self: flex-start;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  width: 100%;
  padding: 0 0 14px;
  margin: 0 0 22px;
  border-bottom: 1px solid var(--edge, rgba(220, 233, 246, 0.13));
  /* short gold segment riding the rule under the start of the title */
}
h2::after {
  left: 0;
  bottom: -1px;
  width: 104px;
  height: 3px;
  border-radius: 2px;
  background: var(--sweep-bar, linear-gradient(90deg, #ffd571 0%, #b4820f 100%));
}
@media (max-width: 850px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  h2 {
    font-size: 23px;
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
  h2::after {
    width: 76px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 21px;
  }
}

/* the element after a heading with margin-bottom must NOT add its own margin-top —
   otherwise the gap doubles */
.content h2 + p,
.content h2 + .split,
.content h2 + .tiles,
.content h2 + .walk,
.content h2 + .table-scroll,
.content h2 + div:has(> table),
.content > h2 + .figslot,
.content h2 + .questions__list,
.content h2 + .voices__carousel,
.content h2 + .upsides__cols,
.content h2 + img,
.content h3 + .split,
.content h3 + .tiles,
.content h3 + .walk,
.content h3 + .table-scroll,
.content h3 + div:has(> table),
.content > h3 + .figslot,
.content h3 + img {
  margin-top: 0;
}

h2 + p {
  margin-top: 0;
}

h3 {
  font-weight: 800;
  font-size: 20px;
  padding: 0 0 0 26px;
  margin-top: 22px;
  margin-bottom: 14px;
}
h3:first-child {
  margin-top: 0;
}
h3 {
  /* small gold azulejo tile turned on its corner */
}
h3::before {
  left: 0;
  top: 0.42em;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background: var(--tone-gold, #f0b429);
  box-shadow: 0 0 0 3px rgba(240, 180, 41, 0.16);
}
@media (max-width: 650px) {
  h3 {
    padding-left: 22px;
  }
  h3::before {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 18px;
  }
}

h3 + p {
  margin-top: 0;
}

h4 {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--tone-gold, #f0b429);
  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,
.layer img {
  display: block;
  position: relative;
  margin: auto;
}

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

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

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

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

.path {
  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 */
.content h2[id] {
  scroll-margin-top: 20px;
}

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

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

/* ul list — full-width card, tile marker seated inside on the left */
.tiles {
  margin-top: 20px;
  position: relative;
}
.tiles:first-child, h3 + .tiles, h2 + .tiles, p + .tiles {
  margin-top: 14px;
}
.tiles > li {
  background: #17364f;
  border-radius: var(--bend, 8px);
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  padding: 13px 14px 13px 46px;
  position: relative;
  width: 100%;
  /* bold lead label of an item — gold for emphasis */
}
.tiles > li b,
.tiles > li strong {
  color: var(--tone-gold, #f0b429);
}
.tiles > li + li {
  margin-top: 10px;
}
.tiles > li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 1.05em;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: var(--tone-gold, #f0b429);
  box-shadow: 0 0 0 3px rgba(240, 180, 41, 0.18);
}
@media (max-width: 650px) {
  .tiles > li {
    padding-left: 38px;
  }
  .tiles > li::before {
    left: 13px;
    width: 10px;
    height: 10px;
  }
}

/* two-column text + media split */
.split {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  align-items: stretch;
}
.split > div {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 850px) {
  .split {
    flex-direction: column;
  }
}

/* phase-1 image placeholder: keeps the exact proportions of the future file
   (aspect-ratio modifiers) */
.figslot {
  display: block;
  position: relative;
  width: 100%;
  border-radius: var(--bend-xl, 14px);
  border: 1px dashed rgba(240, 180, 41, 0.35);
  background: repeating-linear-gradient(135deg, rgba(240, 180, 41, 0.06) 0 12px, transparent 12px 24px), rgba(13, 33, 56, 0.6);
  overflow: hidden;
}
.figslot::after {
  content: attr(data-slot);
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--ink-soft, #93aec9);
  word-break: break-all;
}
.figslot--16x9 {
  aspect-ratio: 16/9;
}
.figslot--21x9 {
  aspect-ratio: 21/9;
}
.figslot--4x3 {
  aspect-ratio: 4/3;
}
.figslot--3x1 {
  aspect-ratio: 3/1;
}
.figslot--3x4 {
  aspect-ratio: 3/4;
}
.figslot--1x1 {
  aspect-ratio: 1/1;
}
.figslot--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 .split columns — otherwise the photo drops below the text */
.content > .figslot,
.content > img:not(:where(.icon, .logo, .pin, .pay)) {
  margin-top: 20px;
}

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

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

/* structural blocks */
/* == HEADER == */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, #16344f 0%, #0e2337 100%);
  border-bottom: 1px solid rgba(240, 180, 41, 0.35);
}
.header__wrap {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 64px;
  gap: 20px;
}
.header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 238px;
}
.header__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1050px) {
  .header__logo {
    width: auto;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.header__nav a {
  padding: 8px 12px;
  border-radius: var(--bend-lg, 10px);
  color: var(--ink-bright, #f7fbff);
  font-weight: 600;
  font-size: 15px;
  transition: color var(--ease-base), background var(--ease-base);
}
.header__nav a.is-active {
  color: var(--tone-gold, #f0b429);
}
@media (hover: hover) {
  .header__nav a:hover {
    color: var(--tone-gold, #f0b429);
    background: rgba(220, 233, 246, 0.06);
  }
}
.header__nav {
  /* diamond separator between menu items */
}
.header__nav a + a {
  position: relative;
  margin-left: 14px;
}
.header__nav a + a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  background: rgba(240, 180, 41, 0.5);
  border-radius: 1px;
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.header__clock {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-body, #dce9f6);
  font-variant-numeric: tabular-nums;
}
.header__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-bright, #f7fbff);
}
.header__lang .pin {
  font-size: 22px;
  line-height: 1;
}
.header__lang img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .header__buttons {
    display: none;
  }
}
.header {
  /* burger: yellow border, SVG bars morph into a cross */
}
.header__burger {
  display: none;
  border: 2px solid var(--tone-gold, #f0b429);
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.header__burger svg {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
}
.header__burger svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
  fill: var(--tone-gold, #f0b429);
}
.header__burger.is-open svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.header__burger.is-open svg rect:nth-child(2) {
  transform: scale(0, 2);
}
.header__burger.is-open svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
@media (max-width: 900px) {
  .header__burger {
    display: block;
  }
}

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

/* mobile menu — dropdown panel under the header */
.drawer {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #17364f;
  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;
}
.drawer.is-open {
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow: auto;
  visibility: visible;
  padding: 25px;
}
.drawer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drawer__links a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--ink-bright, #f7fbff);
  transition: color var(--ease-base);
}
.drawer__links a.is-active {
  font-weight: 700;
  color: var(--tone-gold, #f0b429);
}
.drawer__links a:hover {
  color: var(--tone-gold, #f0b429);
}
.drawer__links a {
  /* diamond separator below each item */
}
.drawer__links a:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 37px;
}
.drawer__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='%23F0B429'/%3E%3Crect x='15' y='4.24264' width='1.99998' height='2.00002' transform='rotate(45 15 4.24264)' fill='%23F0B429'/%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='%23F7FBFF'/%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='%23F7FBFF'/%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;
}
.drawer__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 azl-glow-flame {
  0%, 100% {
    box-shadow: 0 0 10px rgba(165, 20, 12, 0.45), 0 6px 18px -6px rgba(165, 20, 12, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(227, 66, 52, 0.85), 0 6px 22px -6px rgba(165, 20, 12, 0.7);
  }
}
@keyframes azl-glow-gold {
  0%, 100% {
    box-shadow: 0 0 10px rgba(240, 180, 41, 0.4), 0 8px 20px -8px rgba(240, 180, 41, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 213, 113, 0.75), 0 8px 24px -8px rgba(240, 180, 41, 0.7);
  }
}
/* header, login — secondary button: transparent with a yellow border */
.header__login {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 41px;
  padding: 0 18px;
  border-radius: var(--bend-lg, 10px);
  border: 1px solid rgba(240, 180, 41, 0.6);
  background: transparent;
  color: var(--ink-bright, #f7fbff);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--ease-base), border-color var(--ease-base), color var(--ease-base);
}
@media (hover: hover) {
  .header__login:hover {
    background: rgba(240, 180, 41, 0.12);
    border-color: var(--tone-gold, #f0b429);
    color: var(--tone-gold, #f0b429);
  }
}
.header__login:focus-visible {
  outline: 2px solid var(--tone-gold, #f0b429);
  outline-offset: 2px;
}

/* header, sign-up — primary button: green gradient */
.header__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 24px;
  border-radius: var(--bend-lg, 10px);
  background: var(--sweep-cta, linear-gradient(180deg, #e34234 0%, #a5140c 100%));
  color: var(--ink-invert, #0d2138);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(165, 20, 12, 0.55);
  animation: azl-glow-flame 2.8s ease-in-out infinite;
  transition: filter var(--ease-base), transform var(--ease-base);
}
@media (hover: hover) {
  .header__signup:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(165, 20, 12, 0.7);
  }
}
.header__signup:focus-visible {
  outline: 2px solid var(--tone-gold, #f0b429);
  outline-offset: 2px;
}

/* content, main CTA — green gradient with a sheen highlight */
.lead__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  margin-top: 20px;
  border-radius: var(--bend-lg, 10px);
  background: var(--sweep-cta, linear-gradient(180deg, #e34234 0%, #a5140c 100%));
  color: var(--ink-invert, #0d2138);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(165, 20, 12, 0.65);
  animation: azl-glow-flame 2.8s ease-in-out infinite;
  transition: filter var(--ease-base), transform var(--ease-base);
}
.lead__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: azl-cta-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}
@media (hover: hover) {
  .lead__button:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(165, 20, 12, 0.8);
  }
}
.lead__button:focus-visible {
  outline: 2px solid var(--tone-gold, #f0b429);
  outline-offset: 2px;
}

@keyframes azl-cta-sheen {
  0%, 62% {
    left: -60%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%, 100% {
    left: 130%;
    opacity: 0;
  }
}
/* content, download — yellow store button */
.getapp__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(--bend-lg, 10px);
  background: linear-gradient(180deg, #ffd571 0%, #d9a221 100%);
  color: var(--ink-invert, #0d2138);
  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(240, 180, 41, 0.55);
  animation: azl-glow-gold 3.4s ease-in-out infinite;
  transition: filter var(--ease-base), transform var(--ease-base);
}
.getapp__button svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: var(--ink-invert, #0d2138);
}
@media (hover: hover) {
  .getapp__button:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
  }
}
.getapp__button:focus-visible {
  outline: 2px solid var(--ink-bright, #f7fbff);
  outline-offset: 2px;
}

/* buttons in content flow — aligned left */
.content > .lead__button,
.content > .getapp__button {
  align-self: flex-start;
}

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

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

/* == SIDEBAR == */
.sidebar {
  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(--bend-xl, 14px);
  background: linear-gradient(180deg, #1a3d5c 0%, #122c47 100%);
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
}
.sidebar::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1050px) {
  .sidebar {
    display: none;
  }
}

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

.sidebar__feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 52px;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #081826;
  background: linear-gradient(180deg, #37b6e0 0%, #2fa8d6 48%, #1f8bb8 100%);
  border: 1px solid rgba(120, 205, 235, 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 */
}
.sidebar__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) {
  .sidebar__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(47, 168, 214, 0.45);
  }
  .sidebar__feature:hover::after {
    left: 125%;
  }
  .sidebar__feature:hover .wof__wheel {
    animation-duration: 1.25s;
    filter: brightness(1.08) drop-shadow(0 2px 4px rgba(10, 30, 50, 0.5));
  }
  .sidebar__feature:hover .chest {
    transform: translateY(-2px) scale(1.04);
  }
}
.sidebar__feature:active {
  transform: translateY(1px) scale(0.99);
}

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

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

.sidebar__menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
  padding-top: 8px;
}
.sidebar__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: var(--bend-lg, 10px);
  color: var(--ink-body, #dce9f6);
  font-size: 14px;
  font-weight: 600;
  transition: background var(--ease-base), color var(--ease-base);
}
.sidebar__menu li a svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--tone-gold, #f0b429);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .sidebar__menu li a:hover {
    background: rgba(220, 233, 246, 0.08);
    color: var(--ink-bright, #f7fbff);
  }
}
.sidebar__menu .tag {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 100%;
  background: var(--tone-flag, #d8382b);
  color: var(--ink-bright, #f7fbff);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.sidebar-app__text {
  font-size: 9px;
  color: var(--ink-soft, #93aec9);
  line-height: 12px;
  transition: color var(--ease-base);
}
.sidebar-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-base);
}

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

/* == Navigation (TOC) == */
.jump {
  border-top: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
  padding-top: 10px;
}
.jump__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--bend-lg, 10px);
  color: var(--tone-gold, #f0b429);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--ease-base);
}
.jump__toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--tone-gold, #f0b429);
  border-bottom: 2px solid var(--tone-gold, #f0b429);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.jump__toggle.is-open::after {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .jump__toggle:hover {
    background: rgba(220, 233, 246, 0.06);
  }
}
.jump__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;
}
.jump__list::-webkit-scrollbar {
  display: none;
}
.jump__list.is-open {
  max-height: 56vh;
  overflow-y: auto;
  visibility: visible;
  margin-top: 6px;
}
.jump__list a {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--ink-body, #dce9f6);
  transition: background var(--ease-base), color var(--ease-base);
}
@media (hover: hover) {
  .jump__list a:hover {
    background: rgba(220, 233, 246, 0.07);
    color: var(--tone-gold, #f0b429);
  }
}

/* mobile TOC below the hero */
.jump--inline {
  display: none;
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
  border-radius: var(--bend-lg, 10px);
  background: linear-gradient(180deg, #1a3d5c 0%, #122c47 100%);
  padding: 8px 10px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .jump--inline {
    display: block;
  }
}

/* == FOOTER == */
.footer {
  padding: 40px 20px 26px;
  background: linear-gradient(180deg, #15374f 0%, #0e2239 100%);
  border-top: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
}
.footer__wrap {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer {
  /* country chips */
}
.footer__geo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.footer__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(220, 233, 246, 0.12));
  font-size: 12.5px;
  color: var(--ink-body, #dce9f6);
  transition: border-color var(--ease-base), background var(--ease-base), color var(--ease-base);
}
.footer__geo a span.pin {
  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);
}
.footer__geo a[aria-current=page] {
  border-color: var(--edge-strong, rgba(240, 180, 41, 0.42));
  background: rgba(240, 180, 41, 0.1);
  color: var(--tone-gold, #f0b429);
}
@media (hover: hover) {
  .footer__geo a:hover {
    border-color: rgba(240, 180, 41, 0.5);
    background: rgba(240, 180, 41, 0.08);
    color: var(--tone-gold, #f0b429);
  }
}
.footer__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(240, 180, 41, 0.45) 50%, transparent 100%);
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.footer__links a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-body, #dce9f6);
  transition: color var(--ease-base);
}
@media (hover: hover) {
  .footer__links a:hover {
    color: var(--tone-gold, #f0b429);
  }
}
.footer__links a + a {
  border-left: 1px solid rgba(240, 180, 41, 0.4);
}
.footer {
  /* payment logos */
}
.footer__pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer__pay li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 122px;
}
.footer__pay li img {
  display: block;
  max-height: 45px;
  width: auto;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
  padding-top: 20px;
}
@media (max-width: 650px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer__disclaimer {
  max-width: 860px;
  font-size: 12.5px;
  color: var(--ink-soft, #93aec9);
}
.footer__disclaimer b {
  display: block;
  color: var(--ink-body, #dce9f6);
  margin-top: 8px;
}
.footer__age {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sweep-gold, linear-gradient(180deg, #ffcb52 0%, #d17f10 100%));
  color: var(--ink-invert, #0d2138);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(255, 170, 40, 0.45);
  animation: azl-age-glow 4s ease-in-out infinite;
}

@keyframes azl-age-glow {
  0%, 100% {
    box-shadow: 0 0 14px rgba(255, 170, 40, 0.35);
  }
  50% {
    box-shadow: 0 0 26px rgba(255, 170, 40, 0.6);
  }
}
/* == SCROLL TO TOP == */
.arrow-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sweep-cta, linear-gradient(180deg, #e34234 0%, #a5140c 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-base);
  box-shadow: 0 8px 20px -8px rgba(165, 20, 12, 0.7);
}
.arrow-top svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ink-invert, #0d2138);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.arrow-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) {
  .arrow-top:hover {
    box-shadow: 0 12px 26px -8px rgba(165, 20, 12, 0.9);
  }
}
@media (max-width: 650px) {
  .arrow-top {
    bottom: 78px;
  }
}

/* == #prelink (uses shared .content / .tiles / .walk / table patterns) == */
/* == COOKIE BANNER == */
.cookie {
  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(--bend-xl, 14px);
  border: 1px solid rgba(240, 180, 41, 0.4);
  background: rgba(13, 33, 56, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.cookie.is-visible {
  display: flex;
}
.cookie p {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-body, #dce9f6);
}
.cookie p a {
  color: var(--tone-gold, #f0b429);
  text-decoration: underline;
}
.cookie__actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.cookie__accept {
  padding: 9px 18px;
  border-radius: var(--bend-lg, 10px);
  background: var(--sweep-cta, linear-gradient(180deg, #e34234 0%, #a5140c 100%));
  color: var(--ink-invert, #0d2138);
  font-weight: 700;
  font-size: 13px;
  transition: filter var(--ease-base);
}
@media (hover: hover) {
  .cookie__accept:hover {
    filter: brightness(1.08);
  }
}
.cookie__decline {
  padding: 9px 14px;
  border-radius: var(--bend-lg, 10px);
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.25));
  color: var(--ink-soft, #93aec9);
  font-weight: 600;
  font-size: 13px;
  transition: color var(--ease-base), border-color var(--ease-base);
}
@media (hover: hover) {
  .cookie__decline:hover {
    color: var(--ink-bright, #f7fbff);
    border-color: var(--ink-bright, #f7fbff);
  }
}
@media (max-width: 650px) {
  .cookie {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookie__actions {
    justify-content: center;
  }
}

/* == WELCOME SPLASH (created by JS on top of the visible page) == */
.azl-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 24, 40, 0.72) 0%, rgba(13, 33, 56, 0.85) 100%), var(--shade-base, #13304d);
  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;
}
.azl-loader.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.azl-loader__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-gold, #f0b429);
  text-shadow: 0 4px 0 rgba(150, 95, 12, 0.8), 0 10px 30px rgba(0, 0, 0, 0.6);
}
.azl-loader span {
  display: inline-block;
  animation: azl-letter-fly var(--fly-dur, 1.4s) cubic-bezier(0.22, 0.85, 0.3, 1) both;
  animation-delay: var(--fly-delay, 0s);
}
.azl-loader {
  /* locale row: flag + country, fades in after the letters */
}
.azl-loader__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, #f7fbff);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: azl-geo-reveal 0.4s ease-out 1.3s forwards;
}
.azl-loader__geo .pin {
  font-size: 1.35em;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@keyframes azl-geo-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* == page-transition mini loader == */
.azl-pt {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(46% 42% at 50% 50%, rgba(29, 68, 104, 0.9) 0%, rgba(13, 33, 56, 0.97) 100%), var(--shade-base, #13304d);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.azl-pt.is-on {
  opacity: 1;
  pointer-events: auto;
}
.azl-pt.is-off {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.azl-pt__wheel {
  position: relative;
  width: 92px;
  height: 96px;
  filter: drop-shadow(0 8px 26px rgba(240, 180, 41, 0.35));
}
.azl-pt__wheel img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.azl-pt__wheel .azl-pt__disc {
  width: 72px;
  height: 72px;
  animation: azl-wheel-spin 1.1s linear infinite;
}
.azl-pt__wheel .azl-pt__frame {
  width: 88px;
  height: 92px;
  transform: translate(-50%, -49%);
}

@keyframes azl-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 (#prime) == */
.headline {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
  border-radius: var(--bend-xl, 20px);
  background: #0e2337;
  /* scrim over the background image — reads from the left, where the copy sits */
}
.headline::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(91deg, rgba(8, 24, 40, 0.88) 0%, rgba(8, 24, 40, 0.5) 46%, transparent 74%);
  pointer-events: none;
}
.headline .layer {
  z-index: 0;
  /* the character stands on the right of the frame — stays in view as the viewport narrows */
}
.headline .layer img,
.headline .layer video,
.headline .layer .figslot {
  -o-object-position: 90% top;
     object-position: 90% top;
}
.headline__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  padding: 34px 32px;
  border-radius: var(--bend, 8px);
}
@media (max-width: 850px) {
  .headline__wrap {
    background: rgba(13, 33, 56, 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) {
  .headline__wrap {
    align-items: center;
    text-align: center;
    margin: 15px;
  }
}
.headline {
  /* score chip — sits above the headline */
}
.headline__rating {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-bottom: 4px;
  padding: 7px 14px;
  border: 1px solid var(--edge-strong, rgba(240, 180, 41, 0.42));
  border-radius: 999px;
  background: rgba(240, 180, 41, 0.08);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft, #93aec9);
}
.headline__rating b {
  color: var(--tone-gold, #f0b429);
  font-size: 20px;
  font-weight: 800;
  margin-left: 8px;
}
.headline__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  font-size: 13px;
  color: var(--ink-soft, #93aec9);
}
.headline__breadcrumbs a {
  color: var(--tone-gold, #f0b429);
  transition: color var(--ease-base);
}
@media (hover: hover) {
  .headline__breadcrumbs a:hover {
    color: var(--ink-bright, #f7fbff);
  }
}
.headline__breadcrumbs li + li::before {
  content: "›";
  margin-right: 6px;
  color: var(--ink-soft, #93aec9);
}
.headline 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, #f7fbff);
}
@media (max-width: 850px) {
  .headline h1 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .headline h1 {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .headline h1 {
    font-size: 24px;
  }
}
.headline__text {
  margin-top: 12px;
  max-width: 620px;
  font-size: 14px;
  color: var(--ink-body, #dce9f6);
}
@media (max-width: 767px) {
  .headline {
    min-height: 420px;
  }
}

/* == #breadcrumb (uses shared .content / .tiles / .walk / table patterns) == */
/* == BONUS BANNER: framed card over a background image == */
.banner {
  justify-content: center;
  align-items: flex-start;
  min-height: 425px;
  padding: 20px 20px 20px 6.2%;
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.12));
}
.banner__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner__bg img,
.banner__bg .figslot {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .banner__bg img,
  .banner__bg .figslot {
    -o-object-position: 95%;
       object-position: 95%;
  }
}
.banner__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid rgba(240, 180, 41, 0.6);
  border-radius: 12px;
  padding: 32px 20px;
  max-width: 653px;
  width: 100%;
}
.banner__title {
  display: block;
  color: var(--tone-gold, #f0b429);
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .banner__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .banner__title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .banner__title {
    font-size: 22px;
  }
}
.banner__text {
  position: relative;
  width: auto;
  margin-top: 20px;
  padding: 8px 131px;
  color: var(--ink-bright, #f7fbff);
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
.banner__text::before, .banner__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;
}
.banner__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='%23F0B429'/%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='%23F0B429' 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='%23F7FBFF'/%3E%3Crect width='81' height='1' transform='matrix(1 0 0 -1 9 20)' fill='%23F7FBFF'/%3E%3C/svg%3E%0A");
  left: 0;
}
.banner__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='%23F0B429'/%3E%3Crect x='36.4686' y='19.5' width='23.9973' height='23.9973' transform='rotate(135 36.4686 19.5)' stroke='%23F0B429' 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='%23F7FBFF'/%3E%3Crect x='107' y='20' width='81' height='1' transform='rotate(180 107 20)' fill='%23F7FBFF'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media (max-width: 650px) {
  .banner__text {
    font-size: 18px;
    padding: 8px 0;
  }
  .banner__text::before, .banner__text::after {
    display: none;
  }
}
.banner__button {
  min-width: 153px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .banner {
    min-height: 300px;
    padding: 20px;
    align-items: center;
  }
  .banner__wrap {
    background-color: rgba(19, 48, 77, 0.3);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(240, 180, 41, 0.6);
    border-radius: 6px;
    padding: 15px;
  }
}

/* == TABLES: flex rows, gold gradient header == */
.content div:has(> table),
.content .table-scroll {
  width: 100%;
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.13));
  font-size: 15px;
  color: var(--ink-bright, #f7fbff);
  overflow: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #b4700f rgba(255, 255, 255, 0.2);
}
.content div:has(> table)::-webkit-scrollbar,
.content .table-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.content div:has(> table)::-webkit-scrollbar-track,
.content .table-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.content div:has(> table)::-webkit-scrollbar-thumb,
.content .table-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f0b429 0%, #b4700f 100%);
  border-radius: 5px;
}
.content div:has(> table) > table,
.content .table-scroll > table {
  width: 100%;
  border-collapse: collapse;
}
.content div:has(> table) > table tr,
.content .table-scroll > table tr {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 12px 20px;
}
.content div:has(> table) > table tr > *,
.content .table-scroll > table tr > * {
  flex: 1;
  padding: 0;
  text-align: left;
}
.content div:has(> table) > table,
.content .table-scroll > table {
  /* column divider — keeps wide rows readable across the gap */
}
.content div:has(> table) > table tr > * + *,
.content .table-scroll > table tr > * + * {
  border-left: 1px solid rgba(220, 233, 246, 0.09);
  padding-left: 20px;
  margin-left: -20px;
}
.content div:has(> table) > table thead tr,
.content .table-scroll > table thead tr {
  background: linear-gradient(180deg, #f0b429 0%, #b4700f 100%);
  line-height: 140%;
  color: #17364f;
  text-transform: uppercase;
}
.content div:has(> table) > table thead tr > * + *,
.content .table-scroll > table thead tr > * + * {
  border-left-color: rgba(23, 54, 79, 0.25);
}
.content div:has(> table) > table th,
.content .table-scroll > table th {
  font-weight: 700;
}
.content div:has(> table) > table,
.content .table-scroll > table {
  /* zebra rows + hairline separators so the grid reads at a glance */
}
.content div:has(> table) > table tbody tr,
.content .table-scroll > table tbody tr {
  background: #17364f;
  line-height: 22px;
  border-bottom: 1px solid rgba(220, 233, 246, 0.11);
}
.content div:has(> table) > table tbody tr:nth-child(even),
.content .table-scroll > table tbody tr:nth-child(even) {
  background: #1a3f60;
}
.content div:has(> table) > table tbody tr:last-child,
.content .table-scroll > table tbody tr:last-child {
  border-bottom: 0;
}
.content div:has(> table) > table td a,
.content .table-scroll > table td a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 850px) {
  .content div:has(> table) > table,
  .content .table-scroll > table {
    width: 850px;
  }
}
.content {
  /* kv tables: FIRST ROW yellow (like a header), the rest regular */
}
.content .table-scroll--kv > table tbody tr:first-child {
  background: linear-gradient(180deg, #f0b429 0%, #b4700f 100%);
}
.content .table-scroll--kv > table tbody tr:first-child th,
.content .table-scroll--kv > table tbody tr:first-child td {
  color: #17364f;
  font-weight: 700;
  text-transform: uppercase;
}
.content {
  /* narrow key-value tables may shrink on mobile */
}
@media (max-width: 850px) {
  .content .table-scroll--kv > table {
    width: 620px;
  }
}

/* == NUMBERED STEPS: ol, number in a diamond frame == */
.walk {
  margin-top: 14px;
  position: relative;
  counter-reset: azl-step;
}
.walk > li {
  counter-increment: azl-step;
  background: #17364f;
  border-radius: var(--bend, 8px);
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  padding: 13px 14px 13px 52px;
  position: relative;
  width: 100%;
  /* bold step lead label — gold */
}
.walk > li b,
.walk > li strong {
  color: var(--tone-gold, #f0b429);
}
.walk > li + li {
  margin-top: 10px;
}
.walk > li {
  /* square number chip seated inside the card */
}
.walk > li::before {
  content: counter(azl-step);
  position: absolute;
  left: 13px;
  top: 11px;
  height: 26px;
  width: 26px;
  border-radius: 6px;
  background: var(--sweep-gold, linear-gradient(180deg, #ffcb52 0%, #d17f10 100%));
  font-weight: 800;
  font-size: 14px;
  color: var(--ink-invert, #0d2138);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 650px) {
  .walk > li {
    padding-left: 44px;
  }
  .walk > li::before {
    left: 11px;
    height: 22px;
    width: 22px;
    font-size: 12px;
  }
}

/* == #verdict (uses shared .content / .tiles / .walk / table patterns) == */
/* == #info (uses shared .content / .tiles / .walk / table patterns) == */
/* == #legal (uses shared .content / .tiles / .walk / table patterns) == */
/* == #technical (uses shared .content / .tiles / .walk / table patterns) == */
/* == #features (uses shared .content / .tiles / .walk / table patterns) == */
/* == PROS / CONS (#pros) == */
.upsides__cols {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 14px;
}
.upsides__cols > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 18px 18px 18px 20px;
  border-radius: var(--bend, 8px);
  border: 1px solid var(--edge, rgba(220, 233, 246, 0.13));
  background: rgba(13, 33, 56, 0.55);
}
.upsides__cols > div h3 {
  margin-top: 0;
  padding-left: 0;
  /* the column edge already carries the colour cue */
}
.upsides__cols > div h3::before {
  display: none;
}
.upsides__cols > div li {
  position: relative;
  padding: 8px 0 8px 28px;
}
.upsides__cols > div li::before {
  position: absolute;
  left: 0;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  color: var(--ink-invert, #0d2138);
}
.upsides__cols {
  /* pros column — the marker carries the colour cue */
}
.upsides__cols > div:first-child li::before {
  content: "+";
  background: #5fe3a0;
}
.upsides__cols {
  /* cons column */
}
.upsides__cols > div:last-child li::before {
  content: "−";
  background: var(--tone-live, #ff5b52);
}
@media (max-width: 850px) {
  .upsides__cols {
    flex-direction: column;
  }
}

/* == #reg — registration steps in a card over a background photo == */
.enrol .split {
  position: relative;
  overflow: hidden;
  border-radius: var(--bend-lg, 10px);
  padding: 40px;
}
.enrol .split > div:not(.layer) {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  max-width: 680px;
  background: rgba(29, 68, 104, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--bend-lg, 10px);
  padding: 20px;
}
@media (max-width: 850px) {
  .enrol .split {
    padding: 24px 16px;
  }
  .enrol .split > div:not(.layer) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .enrol .split {
    padding: 14px 10px;
  }
  .enrol .split > div:not(.layer) {
    padding: 15px;
  }
}

/* == #trouble (uses shared .content / .tiles / .walk / table patterns) == */
/* == #app == */
.handset .split > div:last-child .figslot,
.handset .split > div:last-child img:not(:where(.icon, .logo)) {
  -o-object-position: center;
     object-position: center;
}

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

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

.applink__bg {
  z-index: 0;
}
.applink__bg img,
.applink__bg .figslot {
  -o-object-position: center;
     object-position: center;
}
.applink__bg {
  /* darkening only in the center — edges stay clear for the characters */
}
.applink__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 72% at 50% 50%, rgba(13, 33, 56, 0.72) 0%, rgba(13, 33, 56, 0.38) 62%, rgba(13, 33, 56, 0) 100%);
}
.applink__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) {
  .applink__actions {
    flex-direction: column;
    gap: 18px;
  }
}
.applink__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;
}
.applink__button svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

/* == #bonus (uses shared .content / .tiles / .walk / table patterns) == */
/* == #vip (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 .loyalty {
  position: relative;
  overflow: hidden;
  border-radius: var(--bend-lg, 10px);
  padding: 60px;
}
.page-home .loyalty > .layer img {
  -o-object-position: left top;
     object-position: left top;
}
.page-home .loyalty > div:not(.layer) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(29, 68, 104, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--bend-lg, 10px);
  padding: 20px;
}
.page-home .loyalty > div:not(.layer) > h2 {
  align-self: center;
}
.page-home .loyalty > div:not(.layer) > .lead__button {
  margin-top: 20px;
}
@media (max-width: 850px) {
  .page-home .loyalty {
    padding: 40px 20px;
  }
  .page-home .loyalty > div:not(.layer) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .page-home .loyalty {
    padding: 20px 12px;
  }
  .page-home .loyalty > div:not(.layer) {
    padding: 15px;
  }
}

/* == #tournament (uses shared .content / .tiles / .walk / table patterns) == */
/* == #slot (uses shared .content / .tiles / .walk / table patterns) == */
/* == #table-games (uses shared .content / .tiles / .walk / table patterns) == */
/* the "Regeln" column is twice as wide as its neighbors so rows don't stretch */
.tabletop .table-scroll > table tr > *:nth-child(2) {
  flex: 2;
}

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

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

/* == #restrict (uses shared .content / .tiles / .walk / table patterns) == */
/* == #deposit (uses shared .content / .tiles / .walk / table patterns) == */
/* == #support (uses shared .content / .tiles / .walk / table patterns) == */
/* == FAQ ACCORDION == */
.questions__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.questions__item {
  border: 1px solid var(--tone-gold, #f0b429);
  border-radius: var(--bend-xl, 14px);
  overflow: hidden;
  background: var(--shade-panel, #1d4468);
  transition: border-color var(--ease-base);
}
.questions__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(--shade-navy, #13304d);
  color: var(--ink-bright, #f7fbff);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  transition: filter var(--ease-base);
}
.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, #f7fbff);
  border-bottom: 2px solid var(--ink-bright, #f7fbff);
  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-gold, #f0b429);
  padding: 0 16px;
}
.faq-item__desc p {
  padding: 14px 0;
  margin: 0;
}

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

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

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

.voices__card {
  flex: none;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--bend-xl, 14px);
  border: 1px solid rgba(240, 180, 41, 0.35);
  background: linear-gradient(180deg, rgba(29, 68, 104, 0.9) 0%, rgba(16, 40, 62, 0.9) 100%);
  box-shadow: 0 8px 24px -12px rgba(240, 180, 41, 0.25);
}
@media (max-width: 767px) {
  .voices__card {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .voices__card {
    width: 260px;
  }
}
.voices__card .stars {
  display: flex;
  gap: 4px;
  width: auto;
}
.voices__card .stars svg {
  width: 18px;
  height: 18px;
  fill: var(--tone-gold, #f0b429);
}
.voices__card .stars svg.is-off {
  fill: rgba(220, 233, 246, 0.25);
}
.voices__card h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: var(--tone-gold, #f0b429);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.voices__card h3::before {
  display: none;
}
.voices__card p {
  margin: 0;
  font-size: 13.5px;
  text-align: center;
  color: var(--ink-body, #dce9f6);
}

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

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

/* == #rating (Bewertung) == */
.scorecard table tbody td:nth-child(2) {
  white-space: nowrap;
  font-weight: 800;
  color: var(--tone-gold, #f0b429);
}

/* narrow first two columns — all remaining width goes to Begründung */
.scorecard .table-scroll tr > *:nth-child(1) {
  flex: 0 0 160px;
}

.scorecard .table-scroll tr > *:nth-child(2) {
  flex: 0 0 70px;
}

.scorecard .table-scroll tr > *:nth-child(3) {
  flex: 1 1 auto;
}

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

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

.summary__body {
  flex: 1 1 0;
  min-width: 0;
}
.summary__body h3 {
  margin-top: 0;
}
.summary__body p + p {
  margin-top: 20px;
}
.summary__body .lead__button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .summary__row {
    flex-direction: column;
    align-items: center;
  }
  .summary__photo {
    flex: 0 0 auto;
  }
  .summary__body {
    width: 100%;
    text-align: center;
  }
  .summary__body h3 {
    padding: 0;
  }
  .summary__body h3::before {
    display: none;
  }
  .summary__body .lead__button {
    margin-left: auto;
    margin-right: auto;
  }
}
/* == #intro — full-bleed background photo, text in a framed card on top (like #vip) == */
.opener {
  position: relative;
  overflow: hidden;
  border-radius: var(--bend-lg, 10px);
  padding: 60px;
}
.opener > .layer img {
  -o-object-position: left center;
     object-position: left center;
}
.opener > div:not(.layer) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(29, 68, 104, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--bend-lg, 10px);
  padding: 20px;
}
.opener > div:not(.layer) > h2 {
  align-self: center;
}
@media (max-width: 850px) {
  .opener {
    padding: 40px 20px;
  }
  .opener > div:not(.layer) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .opener {
    padding: 20px 12px;
  }
  .opener > div:not(.layer) {
    padding: 15px;
  }
}

/* == #welcome-bonus (uses shared .content / .tiles / .walk / table patterns) == */
/* == #reload-bonus (uses shared .content / .tiles / .walk / table patterns) == */
/* == #spins (free spins) == */
.freespins .split > div:last-child .figslot,
.freespins .split > div:last-child img:not(:where(.icon, .logo)) {
  -o-object-position: center;
     object-position: center;
}

/* == #cashback == */
/*
  The original image is 4:3. The generic `.split` makes the right column much
  wider than it is tall, so `cover` crops the top and bottom while `contain`
  shrinks the illustration too much. A dedicated aspect ratio shows the whole
  frame large, without empty bars.
*/
.rebate .split > div:last-child {
  flex: 0 0 min(38%, 440px);
  min-height: 0;
  aspect-ratio: 4/3;
  align-self: center;
}
.rebate .split > div:last-child img:not(:where(.icon, .logo)) {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 850px) {
  .rebate .split > div:last-child {
    flex: none;
    width: min(100%, 440px);
  }
}

/* == #promo (uses shared .content / .tiles / .walk / table patterns) == */
/* == #responsibly (app page) — full-bleed background photo, text card on the right (like #vip);
   on the bonus page the block keeps its standard look == */
.page-app .safeplay {
  position: relative;
  overflow: hidden;
  border-radius: var(--bend-lg, 10px);
  padding: 60px;
}
.page-app .safeplay > .layer img {
  -o-object-position: left center;
     object-position: left center;
}
.page-app .safeplay > div:not(.layer) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(29, 68, 104, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--bend-lg, 10px);
  padding: 20px;
}
.page-app .safeplay > div:not(.layer) > h2 {
  align-self: center;
}
@media (max-width: 850px) {
  .page-app .safeplay {
    padding: 40px 20px;
  }
  .page-app .safeplay > div:not(.layer) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .page-app .safeplay {
    padding: 20px 12px;
  }
  .page-app .safeplay > div:not(.layer) {
    padding: 15px;
  }
}

/* == #claim (uses shared .content / .tiles / .walk / table patterns) == */
/* == #install — install steps in cards over background photos (like #reg) == */
.setup .split {
  position: relative;
  overflow: hidden;
  border-radius: var(--bend-lg, 10px);
  padding: 40px;
}
.setup .split > .layer img {
  -o-object-position: right center;
     object-position: right center;
}
.setup .split > div:not(.layer) {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  max-width: 680px;
  background: rgba(29, 68, 104, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--bend-lg, 10px);
  padding: 20px;
}
@media (max-width: 850px) {
  .setup .split {
    padding: 24px 16px;
  }
  .setup .split > div:not(.layer) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .setup .split {
    padding: 14px 10px;
  }
  .setup .split > div:not(.layer) {
    padding: 15px;
  }
}

/* == #benefits (uses shared .content / .tiles / .walk / table patterns) == */
/* == #version (uses shared .content / .tiles / .walk / table patterns) == */
/* == #devices (uses shared .content / .tiles / .walk / table patterns) == */
/* == #web (mobile web version — text-only section, no photo) == */
/* == 404 PAGE == */
.content.nopage {
  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;
}
.content.nopage::before {
  content: "";
  position: absolute;
  inset: auto 4% 0 auto;
  width: min(42vw, 520px);
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 168, 214, 0.2), transparent 68%);
  pointer-events: none;
}

.nopage__copy {
  flex: 1 1 620px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.nopage__copy p {
  max-width: 620px;
}
.nopage__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;
}
.nopage__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: -moz-max-content;
  width: max-content;
  max-width: 240px;
  margin: 0;
  padding: 13px 20px;
  border: 2px solid var(--tone-gold, #f0b429);
  border-radius: 22px;
  background: var(--ink-bright, #f7fbff);
  color: var(--ink-invert, #0d2138);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.nopage__speech strong {
  color: #1c6f9e;
}
.nopage__speech::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -15px;
  width: 25px;
  height: 25px;
  background: var(--ink-bright, #f7fbff);
  border-right: 2px solid var(--tone-gold, #f0b429);
  border-bottom: 2px solid var(--tone-gold, #f0b429);
  transform: skew(18deg) rotate(38deg);
}
.content .nopage__owl, .nopage__owl {
  width: min(100%, 360px);
  height: 470px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
  .content.nopage {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  .nopage {
    /* the __copy children become direct flex items of the section,
       so the button can be placed BELOW the character */
  }
  .nopage__copy {
    display: contents;
  }
  .nopage__copy h2 {
    order: 1;
  }
  .nopage__copy p {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .nopage__character {
    order: 3;
    width: 100%;
    min-height: 350px;
    align-self: auto;
  }
  .nopage__copy .lead__button {
    order: 4;
  }
  .nopage__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;
  }
  .content .nopage__owl, .nopage__owl {
    width: min(100%, 280px);
    height: 350px;
  }
}
@media (max-width: 450px) {
  .nopage__speech {
    left: 8px;
    transform: rotate(-3deg);
  }
}
/* == SCRATCH TICKET == */
/* dock: arrow tab at the viewport edge + ticket that slides out */
.scratch-dock {
  /* 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);
}
.scratch-dock.is-open {
  translate: 0 0;
}

.scratch-dock__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(--sweep-gold, linear-gradient(180deg, #ffcb52 0%, #d17f10 100%));
  color: #0d2138;
  cursor: pointer;
  box-shadow: -4px 0 14px rgba(240, 180, 41, 0.35);
}
.scratch-dock__toggle svg {
  fill: none;
  transition: transform 0.3s ease;
  animation: azl-arrow-nudge 1.5s ease-in-out infinite;
}
@media (hover: hover) {
  .scratch-dock__toggle:hover {
    filter: brightness(1.08);
  }
}

.scratch-dock.is-open .scratch-dock__toggle svg {
  transform: rotate(180deg);
  animation: none;
}

@keyframes azl-arrow-nudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.scratch-launcher {
  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: azl-ticket-float 3.2s ease-in-out infinite;
}
.scratch-launcher img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.scratch-launcher 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: #ffdf9b;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .scratch-launcher:hover {
    animation-play-state: paused;
    filter: drop-shadow(0 12px 24px rgba(240, 180, 41, 0.42));
    transform: rotate(1deg) scale(1.06);
  }
}

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

.scratch__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(240, 180, 41, 0.35));
  animation: azl-ticket-glow 2.6s ease-in-out infinite;
}

@keyframes azl-ticket-glow {
  0%, 100% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(240, 180, 41, 0.3));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 36px rgba(240, 180, 41, 0.6));
  }
}
.scratch__brand {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1a3d5e;
  margin: 0 0 6px;
}

.scratch__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #1a3d5e;
  margin-top: 14px;
}

.scratch__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(13, 33, 56, 0.7);
  color: var(--ink-soft, #93aec9);
  font-size: 22px;
  line-height: 1;
  transition: color var(--ease-base), background var(--ease-base);
}
@media (hover: hover) {
  .scratch__close:hover {
    color: var(--ink-bright, #f7fbff);
    background: rgb(13, 33, 56);
  }
}

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

.scratch__sub {
  font-size: 13px;
  color: #204a70;
  margin-top: 4px;
}

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

.scratch__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(240, 180, 41, 0.15) 0%, transparent 100%), var(--shade-deep, #0d2138);
  color: var(--ink-bright, #f7fbff);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.scratch__prize b {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--tone-gold, #f0b429);
}
.scratch__prize span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-body, #dce9f6);
}

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

/* coin "eraser" — follows the pointer over the foil */
.scratch__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, #8a5410 0%, #bf7a12 12%, #ffdf9b 42%, #a8620d 70%, #6e4409 100%);
  border: 2px solid #6a4208;
  box-shadow: inset 3px 0 4px rgba(255, 255, 255, 0.55), inset -3px 0 4px rgba(70, 44, 0, 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;
}
.scratch__coin.is-visible {
  opacity: 1;
}
.scratch__coin.is-rubbing {
  animation: azl-coin-rub 0.35s ease-in-out infinite;
}

/* winner stamp over the ticket */
.scratch__win {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 8px 22px;
  border: 3px solid var(--tone-gold, #f0b429);
  border-radius: 10px;
  background: rgba(13, 33, 56, 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-gold, #f0b429);
  text-shadow: 0 2px 0 rgba(130, 80, 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);
}

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

@keyframes azl-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 */
.scratch__flake {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(135deg, #ffdf9b 0%, #f0b429 55%, #b4700f 100%);
  box-shadow: 0 0 4px rgba(240, 180, 41, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: azl-flake-fall var(--dur, 0.7s) ease-in forwards;
}

@keyframes azl-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 azl-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 */
.scratch__cta.lead__button {
  margin-top: 20px;
  opacity: 0.45;
  filter: saturate(0.5);
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.scratch__card.is-won .scratch__cta.lead__button {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.scratch__card.is-won .scratch__prize b {
  animation: azl-prize-pop 0.6s ease;
}

@keyframes azl-prize-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 450px) {
  .scratch-dock {
    --shift: 92px;
    top: auto;
    bottom: 150px;
    transform: none;
  }
  .scratch-dock__toggle {
    width: 26px;
    height: 50px;
  }
  .scratch-launcher {
    width: 78px;
    margin: 0 6px;
  }
  .scratch-launcher span {
    font-size: 7px;
  }
  .scratch {
    padding: 10px;
  }
  .scratch__card {
    padding: 34px 20px 26px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: rotate(-2deg);
  }
  .scratch__prize b {
    font-size: 36px;
  }
  .scratch__prize {
    font-size: 15px;
  }
}
/* == ACCESSIBILITY == */
:focus-visible {
  outline: 2px solid var(--tone-gold, #f0b429);
  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;
  }
}/*# sourceMappingURL=styles.css.map */