/* DazardBet Casino — 1. Base  2. Header / Hero  3. Games  4. Live games  5. Bonuses */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
*, :before, :after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #757f95;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #20232a;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
p {
  margin: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
img, svg {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
button, input, select, textarea {
  font: inherit;
}
button {
  margin: 0;
  text-transform: none;
}
[hidden] {
  display: none !important;
}
.dz-icon {
  display: inline-block;
  line-height: 1;
  font-style: normal;
}
.theme-btn {
  font-size: 16px;
  padding: 10px 24px;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  z-index: 1;
  color: #fff;
  background: #ee6107;
  box-shadow: 0 0 40px 5px #0000000d;
}
.theme-btn .dz-icon {
  margin-left: 10px;
}
.theme-btn:hover {
  background: #bb4300;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #794c87;
  outline-offset: 4px;
}
/* 2. Header and hero */
html, body {
  overflow-x: clip;
}
.dz-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fffaf2;
  border-bottom: 1px solid #eadfce;
  font-family: "Roboto", Arial, sans-serif;
}
.dz-header + .main {
  margin-top: 0;
}
.dz-header-inner {
  max-width: 1600px;
  margin: auto;
  min-height: 72px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.dz-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  color: #e75b08;
}
.dz-brand:hover {
  color: #c54a00;
}
.dz-brand-mark {
  width: 32px;
  height: 35px;
  transform: rotate(-8deg);
}
.dz-brand-mark path:first-child {
  fill: #f47620;
}
.dz-brand-mark path:last-child {
  fill: #9b6abb;
}
.dz-wordmark {
  font: italic 900 23px/1 Arial, sans-serif;
  letter-spacing: -1.2px;
}
.dz-wordmark > span {
  color: #713d85;
}
.dz-wordmark small {
  display: block;
  margin-top: 6px;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 6px;
  color: #794c87;
  text-align: center;
}
.dz-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-left: auto;
}
.dz-nav a {
  color: #48263f;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}
.dz-nav a:hover {
  color: #c34b06;
}
.dz-header-action {
  flex-shrink: 0;
}
.dz-header .theme-btn, .dz-hero .theme-btn {
  background: #ee6107;
  color: #fff;
}
.dz-header .theme-btn::before, .dz-hero .theme-btn::before {
  background: #bb4300;
}
.dz-header .theme-btn:hover, .dz-hero .theme-btn:hover {
  color: #fff;
}
.dz-header a:focus-visible, .dz-hero a:focus-visible {
  outline: 3px solid #794c87;
  outline-offset: 5px;
}
.dz-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff8ed;
  color: #35142e;
  font-family: "Roboto", Arial, sans-serif;
  min-height: max(800px, calc(min(56.28vw, 810px) + 80px));
}
.dz-hero-art {
  position: absolute;
  z-index: -3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  mask-image: linear-gradient(to bottom, transparent, #000 10%), linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-composite: intersect;
}
.dz-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(#fff8ed88, transparent 18%);
}
.dz-hero-inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 32px 24px 260px;
  display: flex;
  justify-content: center;
}
.dz-hero-copy {
  width: 60%;
  max-width: 900px;
  text-align: center;
}
.dz-eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #794c87;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 13px;
}
.dz-eyebrow > span {
  width: 20px;
  height: 2px;
  background: #ee6107;
}
.dz-hero h1 {
  color: #35142e;
  font: 900 clamp(40px, 4vw, 66px) / 1.04 "Roboto", Arial, sans-serif;
  letter-spacing: -2px;
  margin: 0 0 16px;
}
.dz-hero h1 span {
  color: #e75b08;
  overflow-wrap: anywhere;
}
.dz-hero-description {
  max-width: 490px;
  margin: 0 auto 19px;
  color: #614457;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}
.dz-hero-note {
  margin: 15px 0 0;
  color: #755a6b;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 1800px) {
  .dz-hero {
    min-height: 890px;
  }
  .dz-hero-art {
    max-width: 1440px;
  }
  .dz-hero-inner {
    padding-top: 45px;
  }
}
@media (max-width: 1150px) {
  .dz-header-inner {
    gap: 7px;
    padding: 10px 22px 5px;
    flex-wrap: wrap;
  }
  .dz-header-action {
    margin-left: auto;
  }
  .dz-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 0;
    gap: 35px;
  }
  .dz-hero {
    min-height: 850px;
  }
  .dz-hero-copy {
    width: 64%;
  }
  .dz-hero-inner {
    padding-top: 45px;
  }
  .dz-hero-description {
    max-width: 390px;
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .dz-header-inner {
    padding: 9px 16px 5px;
    gap: 6px;
  }
  .dz-brand {
    gap: 5px;
  }
  .dz-brand-mark {
    width: 26px;
    height: 33px;
  }
  .dz-wordmark {
    font-size: 20px;
  }
  .dz-wordmark small {
    font-size: 8px;
    letter-spacing: 4px;
  }
  .dz-nav {
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 3px;
  }
  .dz-nav a {
    font-size: 12px;
  }
  .dz-hero {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    min-height: 0;
  }
  .dz-hero-inner {
    order: 0;
    padding: 42px 19px 0;
    width: 100%;
  }
  .dz-hero-copy {
    width: 100%;
    max-width: 580px;
  }
  .dz-eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 2.6px;
  }
  .dz-hero h1 {
    font-size: clamp(34px, 8.4vw, 57px);
    letter-spacing: -1.4px;
    margin-bottom: 20px;
  }
  .dz-hero-description {
    font-size: 14px;
    max-width: 340px;
    line-height: 1.65;
    margin-bottom: 23px;
  }
  .dz-hero-note {
    font-size: 10px;
  }
  .dz-hero-art {
    order: 1;
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    z-index: -1;
    margin-top: 8px;
    mask-image: linear-gradient(to bottom, transparent, #000 10%);
  }
  .dz-hero-shade {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dz-header *, .dz-hero * {
    transition: none !important;
  }
}
@media (min-width: 701px) {
  .dz-hero {
    height: calc(100svh - var(--dz-header-height, 95px));
    min-height: 0;
  }
  .dz-hero-inner {
    padding: 16px 24px 0;
  }
  .dz-hero-copy {
    width: 76%;
    max-width: 1100px;
  }
  .dz-eyebrow {
    margin-bottom: 9px;
    font-size: 9px;
  }
  .dz-hero h1 {
    font-size: clamp(28px, 5svh, 48px);
    line-height: 1.04;
    margin-bottom: 11px;
    letter-spacing: -1px;
  }
  .dz-hero-description {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px;
    max-width: 570px;
  }
  .dz-hero-note {
    margin-top: 9px;
    font-size: 10px;
  }
  .dz-hero-art {
    width: auto;
    max-width: 100%;
    height: min(100%, calc((100% - var(--dz-copy-height, 270px) - 12px) / 0.65));
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
}
/* 3. Games */
.dz-games {
  background: linear-gradient(180deg, #fff8ed 0, #f7dfc8 120px, #fff9f0 540px);
  color: #381530;
  padding: 52px 28px 56px;
  scroll-margin-top: 90px;
}
.dz-games * {
  box-sizing: border-box;
}
.dz-games-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.dz-games-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  align-items: center;
  text-align: left;
  margin: 0 0 24px;
}
.dz-games-heading .dz-games-eyebrow {
  grid-column: 1/-1;
  margin-bottom: 10px;
}
.dz-games-heading > p {
  max-width: 580px;
}
.dz-games-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #8a5297;
  text-transform: uppercase;
}
.dz-games h2 {
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.12;
  margin: 0;
  color: #381530;
  text-wrap: balance;
}
.dz-games h2 em {
  font-style: normal;
  color: #ee6504;
}
.dz-games p {
  font-size: 15px;
  line-height: 1.6;
  color: #715568;
  margin: 0;
}
.dz-games-types {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0 0 0 18px;
}
.dz-games-types .dz-games-choice {
  border-radius: 16px 16px 0 0;
  margin-bottom: -1px;
  padding: 17px 24px;
  border-color: transparent;
  background: transparent;
  border-bottom: 1px solid #d9c3e0;
}
.dz-games-panel {
  background: #f6eff8;
  border: 1px solid #d9c3e0;
  border-radius: 20px;
  padding: 26px 24px 28px;
  margin: 0 -25px;
}
.dz-games-types .dz-games-choice[aria-pressed="true"]::after {
  content: "✓";
  font-size: 14px;
  font-weight: 800;
}
.dz-games-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e8d6dc;
  border-radius: 100px;
  background: #fffdf9;
  color: #56304f;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 24px;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.dz-games-choice i {
  font-size: 15px;
}
.dz-games-types .dz-games-choice[aria-pressed="true"] {
  background: #f6eff8;
  border-color: #d9c3e0;
  border-bottom-color: #f6eff8;
  color: #633076;
  box-shadow: inset 0 4px 0 #793d8b;
}
.dz-games-choice:hover {
  background: #f3e8f2;
  border-color: #b991c4;
}
.dz-games button:focus-visible {
  outline: 3px solid #9d57ae;
  outline-offset: 4px;
}
.dz-games-slot-intro {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  margin: 0 0 14px;
  text-align: left;
  align-items: start;
}
.dz-games-slot-intro h3 {
  font-size: 23px;
  line-height: 1.3;
  color: #381530;
  margin: 0 0 10px;
}
.dz-games-collections {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 16px 0 22px;
  border-bottom: 1px solid #dfcfe4;
}
.dz-games-collections-label {
  flex-basis: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #795486;
  margin-bottom: 3px;
}
.dz-games-collections .dz-games-choice {
  font-size: 13px;
  padding: 11px 17px;
  border-color: #d9c3e0;
  background: #fffcff;
  border-radius: 10px;
}
.dz-games-collections .dz-games-choice::after {
  content: "✓";
  visibility: hidden;
  font-size: 14px;
  font-weight: 800;
}
.dz-games-collections .dz-games-choice[aria-pressed="true"]::after {
  visibility: visible;
}
.dz-games-collections .dz-games-choice[aria-pressed="true"] {
  background: #793d8b;
  color: #fff;
  border-color: #793d8b;
  box-shadow: 0 3px 9px #793d8b20;
}
.dz-games-collection-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.dz-games-collection-heading > div {
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 28px;
  flex: 1;
  min-width: 0;
}
.dz-games-collection-heading p {
  max-width: 860px;
}
.dz-games-collection-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f0e4f2;
  color: #854994;
  font-size: 20px;
}
.dz-games-collection h3 {
  font-size: 26px;
  line-height: 1.25;
  color: #381530;
  margin: 0 0 9px;
}
.dz-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 200px));
  gap: 16px;
  align-items: start;
  justify-content: center;
}
.dz-game-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 0;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #381530;
  padding: 0;
  cursor: pointer;
  font: inherit;
  box-shadow: none;
}
.dz-game-card:hover .dz-game-title, .dz-game-card[aria-expanded="true"] .dz-game-title {
  color: #793d8b;
}
.dz-game-card[aria-expanded="true"] .dz-game-cover {
  outline: 2px solid #975ba8;
  outline-offset: 3px;
}
.dz-game-title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: break-word;
  margin: 11px 0 6px;
}
.dz-game-more {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #a14a12;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  margin: 0;
}
.dz-game-more > span {
  font-size: 14px;
  text-decoration: none;
}
.dz-game-rule {
  position: relative;
  margin-top: 18px;
  border: 1px solid #d9b9e0;
  border-radius: 20px;
  background: #f8eef9;
  padding: 27px 65px 29px 30px;
  scroll-margin-top: 110px;
}
.dz-game-rule h4 {
  font-size: 26px;
  line-height: 1.25;
  color: #381530;
  margin: 10px 0 12px;
}
.dz-game-rule p {
  max-width: 1060px;
  color: #60465f;
}
.dz-game-close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #dcc4e1;
  border-radius: 50%;
  background: #fff9ff;
  color: #693b74;
  font-size: 24px;
  cursor: pointer;
}
.dz-games [hidden] {
  display: none !important;
}
.dz-games-subheading {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
  margin: 0 0 20px;
}
.dz-games-subheading h4 {
  font-size: 23px;
  line-height: 1.3;
  color: #381530;
  margin: 0;
}
.dz-games-subheading p {
  max-width: 860px;
}
@media (max-width: 760px) {
  .dz-games-subheading {
    display: block;
  }
  .dz-games-subheading h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.dz-games:not(.dz-games-ready) .dz-games-collection {
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .dz-games-inner {
    max-width: 920px;
  }
  .dz-games-grid {
    grid-template-columns: repeat(3, minmax(0, 200px));
    gap: 22px;
  }
  .dz-games-heading {
    column-gap: 30px;
  }
  .dz-games-slot-intro {
    grid-template-columns: 240px 1fr;
  }
  .dz-games-collection-heading > div {
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .dz-games-heading {
    display: block;
  }
  .dz-games-heading .dz-games-eyebrow {
    display: block;
  }
  .dz-games-heading h2 {
    margin-bottom: 16px;
  }
  .dz-games-slot-intro {
    display: block;
  }
  .dz-games-collection-heading > div {
    display: block;
  }
  .dz-games-collection-heading {
    padding: 16px;
  }
  .dz-games-slot-intro h3 {
    font-size: 21px;
  }
  .dz-games-types {
    margin-bottom: 20px;
  }
  .dz-games {
    padding-top: 36px;
  }
}
@media (max-width: 600px) {
  .dz-games {
    padding: 55px 18px;
  }
  .dz-games p {
    font-size: 14px;
  }
  .dz-games-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .dz-games-choice {
    font-size: 13px;
    padding: 13px 15px;
  }
  .dz-games-collections {
    gap: 5px;
  }
  .dz-games-collections .dz-games-choice {
    padding: 10px 12px;
    font-size: 12px;
  }
  .dz-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .dz-game-title {
    font-size: 14px;
  }
  .dz-games-collection-heading {
    gap: 12px;
  }
  .dz-games-collection h3 {
    font-size: 23px;
  }
  .dz-games-collection-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 16px;
  }
  .dz-game-rule {
    padding: 22px 45px 22px 20px;
  }
  .dz-game-rule h4 {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dz-games button {
    transition: none;
  }
  .dz-game-card:hover {
    transform: none;
  }
}
.dz-game-cover {
  display: block;
  align-self: stretch;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eee2ef;
}
.dz-game-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dz-game-rule .dz-game-intro {
  margin-bottom: 18px;
}
.dz-game-rule h5 {
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  color: #381530;
  margin: 0 0 8px;
}
.dz-game-rule p + h5 {
  margin-top: 16px;
}
.dz-games-explainer {
  margin: 12px 0 16px;
}
.dz-games-explainer summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  padding: 10px 15px;
  border: 1px solid #b88ac7;
  border-radius: 10px;
  background: #fffcff;
  color: #633076;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 5px #6330760d;
}
.dz-games-explainer summary:hover {
  background: #eadcf0;
  border-color: #793d8b;
}
.dz-games-explainer[open] summary {
  background: #793d8b;
  border-color: #793d8b;
  color: #fff;
}
.dz-games button, .dz-games a, .dz-games summary {
  cursor: pointer;
}
.dz-games-explainer[data-dz-slots-guide] + .dz-games-collections {
  padding-top: 0;
}
.dz-games-explainer summary::-webkit-details-marker {
  display: none;
}
.dz-games-explainer summary:focus-visible {
  outline: 3px solid #9d57ae;
  outline-offset: 4px;
}
.dz-games-explainer summary > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #793d8b14;
  font-size: 20px;
  line-height: 1;
}
.dz-games-explainer[open] summary > span {
  transform: rotate(45deg);
}
.dz-games-explainer-copy {
  max-width: 820px;
  padding: 20px 0 6px;
}
.dz-games-explainer-copy h4 {
  font-size: 20px;
  color: #381530;
  margin: 22px 0 9px;
}
.dz-games-explainer-copy h4:first-child {
  margin-top: 0;
}
.dz-games-explainer-copy p + p {
  margin-top: 16px;
}
@media (max-width: 760px) {
  .dz-games-panel {
    margin: 0;
    padding: 20px 16px;
    border-radius: 0 0 16px 16px;
  }
  .dz-games-types {
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .dz-games-types .dz-games-choice {
    flex: 1;
    padding: 14px 10px;
    font-size: 13px;
  }
  .dz-games-collection-heading {
    padding: 0;
  }
  .dz-games-types .dz-games-choice i {
    display: none;
  }
}
@media (max-width: 600px) {
  .dz-games-types {
    display: flex;
    flex-wrap: nowrap;
  }
  .dz-games-types .dz-games-choice {
    font-size: 12px;
    gap: 4px;
    padding: 13px 5px;
    line-height: 1.3;
  }
  .dz-games-types .dz-games-choice[aria-pressed="true"]::after {
    display: none;
  }
  .dz-games-panel {
    padding: 20px 12px;
  }
  .dz-games-collections {
    gap: 8px;
  }
  .dz-games-collections .dz-games-choice {
    padding: 10px;
    font-size: 12px;
  }
  .dz-games-collection-heading {
    gap: 8px;
  }
  .dz-games-collection-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
/* 4. Live games */
.dz-live {
  --live-ink: #452052;
  --live-wine: #8541a6;
  --live-muted: #736079;
  --live-gold: #a64e28;
  position: relative;
  background: linear-gradient(180deg, #fff9f0 0, #e8d5f1 120px, #eddef4 420px, #fff6ed 760px);
  color: var(--live-ink);
  padding: 72px 24px 48px;
  isolation: isolate;
  scroll-margin-top: 24px;
  border-top: 0;
}
.dz-live * {
  box-sizing: border-box;
}
.dz-live [hidden] {
  display: none !important;
}
.dz-live-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-live-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 24px;
}
.dz-live .dz-live-eyebrow {
  display: block;
  color: var(--live-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.5;
}
.dz-live .dz-live-heading h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: var(--live-ink);
  margin: 0;
}
.dz-live-heading h2 em {
  font-weight: 800;
  font-style: normal;
  color: #ef6c1b;
}
.dz-live-welcome {
  display: block;
}
.dz-live-seal {
  display: none;
}
.dz-live p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--live-muted);
  margin: 0;
}
.dz-live-layout {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  background: #fffaf4;
  border: 7px solid #f6d4a2;
  border-radius: 38px;
  box-shadow: 0 5px 0 #d2a76f, 0 14px 0 #a86bc8, 0 18px 0 #8650a9, 0 34px 50px #813e9b20;
  overflow: hidden;
}
.dz-live-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  background: linear-gradient(155deg, #ffead2, #f0d7fa 75%);
  border-radius: 0;
  padding: 30px 18px 24px;
  color: var(--live-ink);
  box-shadow: none;
  border-right: 1px solid #e2c8ed;
}
.dz-live-menu-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 0 10px 20px;
  color: #8f528a;
}
.dz-live-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dz-live button {
  font-family: inherit;
  cursor: pointer;
}
.dz-live-tab {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  padding: 15px 12px;
  border: 1px solid #e0c8e8;
  border-radius: 16px;
  background: #fffaf6;
  color: #67377b;
  font-size: 14px;
  font-weight: 700;
  min-height: 58px;
  width: 100%;
  box-shadow: 0 3px 0 #d7b8e238;
}
.dz-live-tab:hover {
  background: #fff0de;
  border-color: #efb574;
}
.dz-live-tab[aria-selected="true"] {
  background: linear-gradient(135deg, #ffab47, #f57620);
  color: #492138;
  border-color: #ed8a30;
  box-shadow: 0 4px 0 #db641e, 0 7px 16px #f7973624;
}
.dz-live-tab-icon {
  font-size: 24px;
  font-family: Georgia, serif;
  line-height: 1;
  width: 25px;
  text-align: center;
  flex-shrink: 0;
}
.dz-live-tab-arrow {
  margin-left: auto;
  font-size: 15px;
  opacity: 0;
}
.dz-live-tab[aria-selected="true"] .dz-live-tab-arrow {
  opacity: 1;
}
.dz-live-side-note {
  border-top: 0;
  margin: 20px 0 0;
  padding-top: 0;
  text-align: center;
}
.dz-live-side-note > span {
  display: none;
}
.dz-live-side-note i {
  font-style: normal;
  color: #e9a49e;
}
.dz-live .dz-live-side-note p {
  color: #885699;
  font-size: 12px;
  line-height: 1.7;
}
.dz-live-stage {
  min-width: 0;
  background: linear-gradient(145deg, #fffdf9, #fff8f3);
  border: 0;
  border-radius: 0;
  padding: 30px;
  box-shadow: none;
}
.dz-live-panel:focus {
  outline: none;
}
.dz-live .dz-live-panel-heading h3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--live-ink);
  margin: 0 0 12px;
}
.dz-live-panel-heading {
  padding-right: 0;
}
.dz-live-panel-heading .dz-live-eyebrow {
  margin-bottom: 6px;
}
.dz-live-guide {
  margin: 16px 0 24px;
}
.dz-live-guide summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  padding: 9px 15px;
  background: #f3e6fb;
  border: 1px solid #d9b5ec;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #793d94;
  cursor: pointer;
  box-shadow: 0 2px 0 #dcbce84d;
}
.dz-live-guide summary::-webkit-details-marker {
  display: none;
}
.dz-live-guide summary:hover {
  background: #eaddf4;
}
.dz-live-guide summary span {
  font-size: 20px;
  line-height: 1;
}
.dz-live-guide[open] summary {
  background: #8541a6;
  color: #fff;
  border-color: #8541a6;
}
.dz-live-guide[open] summary span {
  transform: rotate(45deg);
}
.dz-live-guide > div {
  padding: 17px 0 0;
  max-width: 75ch;
}
.dz-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
  max-width: none;
  margin-inline: 0;
}
.dz-live .dz-live-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
  transition: none;
}
.dz-live-game {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
  border-radius: 13px;
  color: var(--live-ink);
}
.dz-live-game img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 18px;
  background: #f1dff9;
  border: 3px solid #fff;
  box-shadow: 0 4px 0 #dbbfe9, 0 7px 16px #6e328710;
}
.dz-live-game-name {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  margin: 11px 0 7px;
  overflow-wrap: anywhere;
}
.dz-live-game-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: auto;
  color: #a94c20;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dz-live-game-action > span {
  font-size: 14px;
  line-height: 1;
}
.dz-live-game:hover img, .dz-live-game[aria-expanded="true"] img {
  outline: 3px solid #b676d5;
  outline-offset: 1px;
}
.dz-live-game:hover .dz-live-game-name, .dz-live-game[aria-expanded="true"] .dz-live-game-name {
  color: #a2552e;
}
.dz-live :is(button, summary):focus-visible {
  outline: 3px solid #aa7430;
  outline-offset: 5px;
}
.dz-live-rule {
  position: relative;
  margin-top: 24px;
  padding: 26px;
  background: #f5eafa;
  border: 1px solid #dfbfed;
  border-radius: 20px;
  scroll-margin-top: 24px;
}
.dz-live-rule:focus {
  outline: none;
}
.dz-live .dz-live-rule h4 {
  font: 800 26px/1.2 "Trebuchet MS", Arial, sans-serif;
  color: var(--live-ink);
  margin: 0 44px 14px 0;
}
.dz-live-rule > .dz-live-eyebrow {
  padding-right: 38px;
  font-size: 10px;
}
.dz-live-rule-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfc4ec;
}
.dz-live .dz-live-rule h5 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: #633247;
  margin: 0 0 8px;
}
.dz-live-close {
  position: absolute;
  right: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d7b3e7;
  background: #fff9ff;
  color: #743c90;
  font-size: 25px;
  line-height: 1;
}
.dz-live .dz-live-compare {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 12px;
  padding: 16px;
  margin-top: 24px;
  border: 1px solid #f0d7ba;
  border-radius: 13px;
  background: #fff0dd;
  color: #8f582b;
}
.dz-live-compare > span {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.dz-live-side-note::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1122/1402;
  background: url("../img/games/dazard/live-hostess.png") center/contain no-repeat;
  margin: 0 auto 6px;
  mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 85%, transparent), linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  mask-composite: intersect;
}
@media (min-width: 761px) {
  .dz-live {
    padding: 44px 28px 32px;
  }
  .dz-live-inner {
    max-width: 1280px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }
  .dz-live-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .dz-live-sidebar {
    padding: 0;
    background: transparent;
    border-right: 0;
    align-self: start;
  }
  .dz-live-side-note {
    margin: 42px -12px 0;
  }
  .dz-live-menu-label {
    padding-bottom: 14px;
  }
  .dz-live-nav {
    gap: 8px;
  }
  .dz-live-tab {
    min-height: 46px;
    padding: 10px;
    gap: 8px;
    font-size: 13px;
    border-radius: 12px;
  }
  .dz-live-tab-icon {
    font-size: 20px;
    width: 22px;
  }
  .dz-live-stage {
    padding: 24px 30px;
    background: #fffaf5;
    border: 1px solid #ead7ec;
    border-radius: 24px;
  }
  .dz-live-panel {
    max-width: none;
    margin-inline: 0;
  }
  .dz-live .dz-live-panel-heading h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .dz-live-guide {
    margin: 12px 0 18px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(3, minmax(0, 230px));
    justify-content: space-between;
    gap: 18px;
  }
  .dz-live-game img {
    border-radius: 14px;
  }
  .dz-live-game-name {
    font-size: 13px;
    margin: 9px 0 5px;
  }
  .dz-live .dz-live-compare {
    margin-top: 18px;
    padding: 12px;
    font-size: 11px;
  }
}
@media (min-width: 761px) and (max-width: 1150px) {
  .dz-live-inner {
    max-width: 920px;
  }
  .dz-live-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .dz-live {
    padding: 54px 24px 36px;
  }
  .dz-live-heading {
    gap: 28px;
  }
  .dz-live-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .dz-live-sidebar {
    padding: 24px 12px;
  }
  .dz-live-tab {
    padding: 12px 10px;
    gap: 8px;
    font-size: 13px;
  }
  .dz-live-stage {
    padding: 24px;
  }
  .dz-live-grid {
    gap: 20px 14px;
  }
  .dz-live-game-name {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .dz-live {
    padding: 42px 18px 30px;
  }
  .dz-live-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 26px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
  .dz-live-layout {
    display: block;
    border-width: 4px;
    border-radius: 26px;
    box-shadow: 0 4px 0 #d2a76f, 0 10px 0 #a86bc8, 0 13px 0 #8650a9, 0 20px 30px #813e9b18;
  }
  .dz-live-sidebar {
    padding: 16px 12px 10px;
    border-right: 0;
    border-bottom: 1px solid #e2c8ed;
  }
  .dz-live-menu-label {
    padding: 0 5px 10px;
    font-size: 9px;
  }
  .dz-live-menu-label::after {
    content: "Swipe to explore →";
    float: right;
    letter-spacing: 0;
    font-size: 10px;
    font-weight: 400;
  }
  .dz-live-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding: 3px 3px 9px;
    scrollbar-width: thin;
    scrollbar-color: #ba83cc #f5e0f8;
  }
  .dz-live-tab {
    width: auto;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 9px 12px;
    gap: 8px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 12px;
  }
  .dz-live-tab-icon {
    font-size: 19px;
    width: 20px;
  }
  .dz-live-tab-arrow {
    display: none;
  }
  .dz-live-side-note {
    display: none;
  }
  .dz-live-stage {
    padding: 24px 18px;
  }
  .dz-live .dz-live-panel-heading h3 {
    font-size: 26px;
  }
  .dz-live p {
    font-size: 14px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dz-live-rule {
    padding: 22px 18px;
  }
  .dz-live-rule-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dz-live .dz-live-rule h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .dz-live {
    padding-inline: 12px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 36px;
  }
  .dz-live-stage {
    padding: 20px 14px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }
  .dz-live-guide {
    margin: 14px 0 22px;
  }
  .dz-live-game-name {
    font-size: 13px;
  }
  .dz-live-game-action {
    font-size: 11px;
  }
  .dz-live .dz-live-panel-heading h3 {
    font-size: 25px;
  }
}
/* 5. Casino bonuses */
.dz-bonuses {
  padding: 64px 28px 72px;
  background: linear-gradient(180deg, #fff6ed 0, #f6dcc4 120px, #fffaf4 640px, #f8effa 100%);
  color: #452052;
  scroll-margin-top: 100px;
}
.dz-bonuses-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-bonuses-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: center;
  margin-bottom: 34px;
}
.dz-bonus-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #99502a;
  margin-bottom: 12px;
}
.dz-bonuses h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.13;
  letter-spacing: -1.4px;
  color: #452052;
  margin-bottom: 18px;
}
.dz-bonuses h2 em {
  color: #ee6504;
  font-style: normal;
}
.dz-bonuses p {
  font-size: 15px;
  line-height: 1.65;
  color: #715568;
}
.dz-bonuses-heading p {
  max-width: 800px;
}
.dz-bonus-chest {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  mask-image: radial-gradient(ellipse at center, #000 52%, transparent 73%);
  justify-self: center;
}
.dz-bonus-welcome {
  background: #fffdfa;
  border: 1px solid #e7d3ec;
  border-radius: 24px;
  padding: 28px;
}
.dz-bonus-section-title {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 24px;
}
.dz-bonuses h3 {
  font-size: 27px;
  line-height: 1.25;
  color: #452052;
}
.dz-bonus-section-title .dz-bonus-eyebrow {
  margin-bottom: 8px;
}
.dz-bonus-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
.dz-bonus-step {
  min-width: 0;
  background: linear-gradient(155deg, #f7ecfb, #fff8ed);
  border: 1px solid #dfc8e7;
  border-radius: 16px;
  padding: 22px 18px 16px;
  border-top: 4px solid #9554ab;
}
.dz-bonus-step:first-child {
  background: linear-gradient(155deg, #fff0d9, #fff8ed);
  border-top-color: #f58123;
}
.dz-bonus-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #633a70;
  margin-bottom: 8px;
}
.dz-bonus-number {
  display: block;
  font: 800 clamp(38px, 4vw, 58px) / 1.1 Roboto, Arial, sans-serif;
  color: #793b92;
  letter-spacing: -2px;
  margin-bottom: 8px;
}
.dz-bonus-step:first-child .dz-bonus-number {
  color: #df5a04;
}
.dz-bonus-number small {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.dz-bonuses h4 {
  font: 700 19px/1.35 Roboto, Arial, sans-serif;
  color: #452052;
  margin-bottom: 8px;
}
.dz-bonus-spins {
  display: block;
  color: #99502a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.dz-bonus-step > p {
  font-size: 12px;
}
.dz-bonuses details {
  margin-top: 18px;
}
.dz-bonuses summary {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  border: 1px solid #d9bddf;
  background: #fffdfb;
  color: #743b87;
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 42px;
}
.dz-bonuses summary::-webkit-details-marker {
  display: none;
}
.dz-bonuses summary span {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}
.dz-bonuses details[open] > summary {
  background: #793b92;
  color: white;
  border-color: #793b92;
}
.dz-bonuses details[open] > summary span {
  transform: rotate(45deg);
}
.dz-bonuses summary:hover {
  border-color: #9554ab;
  background: #f4e8f8;
}
.dz-bonuses details p {
  font-size: 14px;
  margin-top: 14px;
}
.dz-bonus-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 18px 0 0;
  font-size: 12px;
  color: #715568;
}
.dz-bonus-terms b {
  color: #633a70;
}
.dz-bonus-explain > summary {
  display: inline-flex;
  justify-content: flex-start;
  gap: 22px;
}
.dz-bonus-explain > div {
  max-width: 960px;
  margin-top: 18px;
  padding: 20px;
  border-left: 3px solid #e2c5eb;
  background: #faf5fc;
  border-radius: 0 12px 12px 0;
}
.dz-bonus-explain h4:not(:first-child) {
  margin-top: 22px;
}
.dz-bonus-explain p {
  margin-top: 6px !important;
}
.dz-bonus-group {
  margin-top: 42px;
}
.dz-bonus-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.dz-bonus-offer {
  border: 1px solid #e2cce7;
  background: #fffdfa;
  border-radius: 20px;
  padding: 26px;
}
.dz-bonus-offer .dz-bonus-number {
  font-size: 44px;
}
.dz-bonus-offer > p {
  margin-top: 12px;
}
.dz-bonus-mini {
  margin-top: 18px;
  border-top: 1px solid #e9d9e7;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #764880;
}
.dz-bonus-peach {
  background: #fff0de;
  border-color: #efcfab;
}
.dz-bonus-lilac {
  background: #f1e6f8;
}
.dz-bonus-loot {
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.dz-bonus-loot > div {
  background: #fffafc;
  border-radius: 10px;
  padding: 12px;
}
.dz-bonus-loot dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.dz-bonus-loot dd {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: #715568;
  overflow-wrap: anywhere;
}
@media (max-width: 1000px) {
  .dz-bonus-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dz-bonuses-heading {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 24px;
  }
  .dz-bonus-loot {
    grid-template-columns: 1fr;
  }
  .dz-bonus-loot > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .dz-bonus-loot dd {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .dz-bonuses {
    padding: 40px 18px;
  }
  .dz-bonuses-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
  .dz-bonus-chest {
    max-width: 160px;
  }
  .dz-bonus-section-title {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .dz-bonus-welcome {
    padding: 20px 14px;
  }
  .dz-bonus-pair {
    grid-template-columns: 1fr;
  }
  .dz-bonus-step {
    padding: 16px 12px;
  }
  .dz-bonus-number {
    font-size: 38px;
  }
  .dz-bonuses h4 {
    font-size: 17px;
  }
  .dz-bonus-spins {
    font-size: 14px;
  }
  .dz-bonus-offer {
    padding: 22px;
  }
  .dz-bonus-terms {
    gap: 8px;
    flex-direction: column;
  }
  .dz-bonuses summary {
    padding: 10px;
    font-size: 12px;
  }
  .dz-bonuses h3 {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .dz-bonus-steps {
    grid-template-columns: 1fr;
  }
}
/* 6. Lottery */
.dz-lottery {
  padding: 0 28px 64px;
  background: linear-gradient(180deg, #f8effa 0, #e8d5f1 120px, #eddef4 420px, #fff8f0 760px);
  color: #452052;
  scroll-margin-top: 90px;
}
.dz-lottery-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-lottery-heading {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 28px;
  align-items: center;
  padding: 38px 0;
  margin-bottom: 28px;
}
.dz-lottery-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #a25325;
  margin-bottom: 12px;
}
.dz-lottery h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.13;
  color: #452052;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.dz-lottery h2 em {
  font-style: normal;
  color: #eb650a;
}
.dz-lottery h3 {
  font-size: 26px;
  line-height: 1.25;
  color: #452052;
  margin-bottom: 14px;
}
.dz-lottery h4 {
  font: 700 17px/1.4 Roboto, Arial, sans-serif;
  color: #452052;
  margin-bottom: 10px;
}
.dz-lottery p {
  font-size: 14px;
  line-height: 1.7;
  color: #715568;
  margin: 0;
}
.dz-lottery-intro > p + p {
  margin-top: 12px;
}
.dz-lottery-art {
  width: 100%;
  height: auto;
  display: block;
  mask-image: radial-gradient(ellipse 50% 50% at center, #000 62%, transparent 100%);
}
.dz-lottery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.dz-lottery-tags span {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #dec5e3;
  border-radius: 30px;
  color: #764783;
  background: #fffaf9;
}
.dz-lottery-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 24px 0;
  margin: 0 0 28px;
  border-top: 1px solid #e3cfe5;
  border-bottom: 1px solid #e3cfe5;
}
.dz-lottery-journey li {
  display: flex;
  gap: 14px;
}
.dz-lottery-journey h3 {
  font: 700 16px/1.4 Roboto, Arial, sans-serif;
  margin-bottom: 7px;
}
.dz-lottery-journey p {
  font-size: 13px;
}
.dz-lottery-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.dz-lottery-tickets {
  padding: 26px;
  background: #fffcf6;
  border: 1px solid #e6ccb2;
  border-radius: 20px;
  position: relative;
}
.dz-lottery-tickets::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  border-top: 3px dashed #dfb674;
}
.dz-lottery-prizes {
  padding: 26px;
  border-radius: 20px;
  background: #f1e5f7;
  border: 1px solid #ddc4e6;
}
.dz-lottery table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #634267;
}
.dz-lottery caption {
  text-align: left;
  color: #886980;
  font-size: 11px;
  padding: 16px 0 8px;
}
.dz-lottery th, .dz-lottery td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid #e5d5e4;
}
.dz-lottery thead th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #80548a;
}
.dz-lottery tbody td:last-child {
  text-align: right;
}
.dz-lottery tbody strong {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  background: #f0e2f5;
  border-radius: 50%;
  color: #713387;
  font-size: 15px;
}
.dz-lottery-prize-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}
.dz-lottery-prize {
  padding: 18px;
  border-radius: 14px;
  background: #fffaf5;
}
.dz-lottery-prize > span {
  font-size: 11px;
  color: #80548a;
  display: block;
}
.dz-lottery-prize > strong {
  display: block;
  color: #8a449f;
  font: 800 40px/1.2 Roboto, Arial, sans-serif;
  margin: 9px 0 12px;
  letter-spacing: -1px;
}
.dz-lottery-prize:first-child > strong {
  color: #cb5b12;
}
.dz-lottery-prize small {
  font-size: 20px;
}
.dz-lottery-prize p {
  font-size: 12px;
}
.dz-lottery details {
  margin-top: 14px;
}
.dz-lottery summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  border: 1px solid #d7b9df;
  border-radius: 10px;
  background: #fffafc;
  color: #703887;
  font-size: 13px;
  font-weight: 700;
}
.dz-lottery summary::-webkit-details-marker {
  display: none;
}
.dz-lottery summary span {
  font-size: 20px;
  line-height: 1;
}
.dz-lottery summary:hover {
  background: #f4e9fa;
}
.dz-lottery details[open] > summary {
  background: #7b428e;
  color: #fff;
}
.dz-lottery details[open] > summary span {
  transform: rotate(45deg);
}
.dz-lottery details p {
  margin-top: 14px;
}
.dz-lottery-results {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  margin-top: 30px;
  padding: 24px 0;
  align-items: center;
}
.dz-lottery-results dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
.dz-lottery-results dt {
  font-weight: 700;
  font-size: 15px;
  color: #743d87;
  margin-bottom: 8px;
}
.dz-lottery-results dd {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #715568;
}
.dz-lottery-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 24px;
  background: #fffaf7;
  border-radius: 0 0 14px 14px;
}
.dz-lottery-rule-grid p {
  font-size: 13px;
}
@media (max-width: 900px) {
  .dz-lottery-heading {
    grid-template-columns: 1fr 1fr;
  }
  .dz-lottery-content {
    gap: 16px;
  }
  .dz-lottery-tickets, .dz-lottery-prizes {
    padding: 20px;
  }
  .dz-lottery-prize-pair {
    grid-template-columns: 1fr;
  }
  .dz-lottery-results {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .dz-lottery {
    padding: 0 18px 36px;
  }
  .dz-lottery-heading {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 0 18px;
  }
  .dz-lottery-art {
    max-width: 500px;
    justify-self: center;
  }
  .dz-lottery-journey, .dz-lottery-content, .dz-lottery-rule-grid {
    grid-template-columns: 1fr;
  }
  .dz-lottery-journey {
    gap: 18px;
  }
  .dz-lottery-prize-pair {
    grid-template-columns: 1fr 1fr;
  }
  .dz-lottery-prize {
    padding: 14px;
  }
  .dz-lottery-prize > strong {
    font-size: 34px;
  }
  .dz-lottery h3 {
    font-size: 23px;
  }
  .dz-lottery th, .dz-lottery td {
    padding: 10px 5px;
  }
  .dz-lottery-results dl {
    gap: 10px;
  }
}
/* 7. Sports betting — sport explorer, comparisons and sports offers */
.dz-sports {
  padding: 54px 24px 64px;
  background: linear-gradient(180deg, #fff8f0 0, #e8d5f1 120px, #eddef4 420px, #fff8f0 760px);
  color: #765e77;
  scroll-margin-top: 90px;
}
.dz-sports-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.dz-sports-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.85fr);
  align-items: center;
  gap: 40px;
  padding: 4px 0 38px;
}
.dz-sports-art {
  width: 100%;
  max-width: 420px;
  max-height: 370px;
  object-fit: contain;
  justify-self: center;
}
.dz-sports-basics {
  border-top: 1px solid #dfc7e6;
  padding-top: 28px;
}
.dz-sports-basics h3 {
  margin: 9px 0 13px;
}
.dz-sports-basics-intro {
  max-width: 960px;
}
.dz-sports-basics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 40px;
  margin-top: 24px;
}
.dz-sports-basics-grid article {
  padding: 22px 24px;
  background: #fffbf7;
  border-left: 3px solid #daa9e5;
  border-radius: 0 18px 18px 0;
}
.dz-sports-basics-grid article:nth-child(even) {
  border-left-color: #f6b568;
}
.dz-sports-basics-grid h4 {
  margin-bottom: 9px;
}
.dz-sports-basic-example {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eee0ed;
  font-size: 14px;
}
.dz-sports-basic-example strong {
  color: #a95625;
}
.dz-sports-discipline-guide {
  margin-top: 36px;
  border: 1px solid #dac0e4;
  border-radius: 20px;
  padding: 0 26px;
  background: #fffaf6;
}
.dz-sports-discipline-guide > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  color: #663076;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.dz-sports-discipline-guide > summary::-webkit-details-marker {
  display: none;
}
.dz-sports-discipline-guide > summary::after {
  content: "+";
  font-size: 28px;
}
.dz-sports-discipline-guide[open] > summary::after {
  content: "−";
}
.dz-sports-discipline-guide > summary small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #765e77;
}
.dz-sports-kicker {
  display: block;
  color: #ae511d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.dz-sports-heading-copy {
  min-width: 0;
}
.dz-sports-heading-copy > .dz-sports-kicker {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}
.dz-sports h2 {
  margin-bottom: 20px;
  color: #482151;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.08;
}
.dz-sports h2 span {
  display: inline;
  color: #f56b09;
}
.dz-sports-heading-copy > p:not(.dz-sports-kicker) {
  margin-bottom: 12px;
}
.dz-sports h3 {
  color: #482151;
  font-size: 29px;
}
.dz-sports h4 {
  font-family: Roboto, Arial, sans-serif;
  color: #56265e;
  font-size: 18px;
  line-height: 1.4;
}
.dz-sports-explorer {
  border-top: 1px solid #dfc1e8;
}
.dz-sports-tablist {
  display: flex;
  gap: 8px;
  padding: 18px 0;
  flex-wrap: wrap;
}
.dz-sports-tablist button {
  border: 1px solid #dec2e6;
  border-radius: 30px;
  padding: 11px 20px;
  background: #fffaf5;
  color: #6c367c;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.dz-sports-tablist button[aria-selected="true"] {
  background: #f86d0a;
  border-color: #f86d0a;
  color: #fff;
  box-shadow: 0 4px 0 #d45107;
}
.dz-sports button:focus-visible, .dz-sports summary:focus-visible, .dz-sport-panel:focus-visible {
  outline: 3px solid #9859b3;
  outline-offset: 4px;
}
.dz-sport-panel[hidden] {
  display: none;
}
.dz-sport-overview {
  padding: 20px 0 26px;
  max-width: 1000px;
}
.dz-sport-overview h3 {
  margin: 7px 0 13px;
}
.dz-sport-body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: stretch;
}
.dz-sport-markets {
  display: grid;
  gap: 0;
}
.dz-sport-markets article {
  padding: 18px 0;
  border-top: 1px solid #e3cde7;
}
.dz-sport-markets article:first-child {
  padding-top: 0;
  border: 0;
}
.dz-sport-markets h4 {
  margin-bottom: 6px;
}
.dz-sport-example {
  padding: 26px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg,#f1e3f8,#e7d4f1);
  border: 1px solid #dcc0e7;
}
.dz-sport-example .dz-sports-kicker {
  color: #79428d;
  font-size: 10px;
}
.dz-sport-score {
  display: block;
  font-size: clamp(32px,3vw,46px);
  line-height: 1.2;
  margin: 12px 0;
  color: #793a92;
  letter-spacing: -1px;
}
.dz-sport-example > p {
  margin-bottom: 18px;
  font-size: 15px;
}
.dz-sport-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #d5b6df;
}
.dz-sport-result strong {
  display: block;
  color: #54235f;
  font-size: 15px;
}
.dz-sport-result small {
  display: block;
  font-size: 13px;
}
.dz-sport-result > span {
  border-radius: 18px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.dz-sport-result .is-win {
  background: #fff7e9;
  color: #81510b;
}
.dz-sport-result .is-loss {
  background: #e4d4eb;
  color: #643e71;
}
.dz-sport-example-note {
  display: block;
  font-size: 11px;
  margin-top: 12px;
}
.dz-sports-details {
  border-top: 1px solid #dfc7e6;
  margin-top: 20px;
}
.dz-sports-details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  color: #77388c;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.dz-sports-details summary::-webkit-details-marker {
  display: none;
}
.dz-sports-details summary::after {
  content: "+";
  font-size: 23px;
  line-height: 1;
  flex: 0 0 auto;
}
.dz-sports-details[open] summary::after {
  content: "−";
}
.dz-sports-details > p {
  padding-bottom: 16px;
}
.dz-sports-more {
  margin-top: 0;
}
.dz-sports-reading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 34px 0 40px;
}
.dz-sports-reading h3 {
  font-size: 23px;
  margin: 9px 0 14px;
}
.dz-sports-bonuses {
  border-top: 2px solid #e8c394;
  padding-top: 32px;
}
.dz-sports-bonus-heading {
  max-width: 930px;
  margin-bottom: 24px;
}
.dz-sports-bonus-heading h3 {
  margin: 9px 0 13px;
}
.dz-sports-offers {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
  align-items: start;
}
.dz-sports-offer {
  padding: 22px 20px 8px;
  border: 1px solid #e5c8e6;
  border-radius: 20px;
  background: #fffaf6;
}
.dz-sports-offer:nth-child(even) {
  background: #fff0de;
  border-color: #f0d1ad;
}
.dz-sports-offer h4 {
  font-size: 15px;
}
.dz-sports-amount {
  display: block;
  font-size: 42px;
  line-height: 1.12;
  margin: 16px 0 12px;
  color: #803996;
}
.dz-sports-amount span {
  display: block;
  font-size: 16px;
  margin-top: 4px;
}
.dz-sports-cap {
  color: #5c3165;
  font-size: 14px;
  font-weight: 700;
  min-height: 50px;
}
.dz-sports-extra {
  border-top: 1px solid #e6d1e7;
  padding-top: 12px;
  margin-top: 12px;
  font-size: 14px;
  min-height: 63px;
}
.dz-sports-offer .dz-sports-details {
  font-size: 13px;
  margin-top: 12px;
}
.dz-sports-offer summary {
  font-size: 13px;
}
.dz-sports-formats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 26px;
  font-size: 14px;
}
.dz-sports-formats h4 {
  margin-bottom: 9px;
}
@media (max-width: 1000px) {
  .dz-sports-heading-copy {
    column-gap: 30px;
  }
  .dz-sports-offers {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .dz-sport-body {
    gap: 24px;
  }
}
@media (max-width: 650px) {
  .dz-sports {
    padding: 34px 18px 40px;
  }
  .dz-sports-heading, .dz-sports-basics-grid, .dz-sport-body, .dz-sports-reading, .dz-sports-formats {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .dz-sports-heading-copy > .dz-sports-kicker {
    margin-bottom: 12px;
  }
  .dz-sports-art {
    max-width: 280px;
    max-height: 260px;
  }
  .dz-sports-discipline-guide {
    padding: 0 16px;
  }
  .dz-sports-basics-grid article {
    padding: 18px;
  }
  .dz-sports h2 {
    grid-row: auto;
    margin-bottom: 4px;
  }
  .dz-sports h2 span {
    display: inline;
  }
  .dz-sports-heading-copy > p:not(.dz-sports-kicker) {
    margin-bottom: 12px;
  }
  .dz-sports h3 {
    font-size: 25px;
  }
  .dz-sports-tablist {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 16px 2px 20px;
  }
  .dz-sports-tablist button {
    white-space: nowrap;
    padding: 9px 15px;
    font-size: 14px;
  }
  .dz-sport-example {
    padding: 22px;
  }
  .dz-sports-reading {
    padding: 26px 0;
  }
  .dz-sports-offers {
    grid-template-columns: 1fr;
  }
  .dz-sports-cap, .dz-sports-extra {
    min-height: 0;
  }
}
/* 8. Loyalty programme — membership, tier directory and reward terms */
.dz-loyalty {
  padding: 64px 24px;
  scroll-margin-top: 90px;
  background: linear-gradient(180deg, #fff8f0 0, #f3d4b9 120px, #f9e2ce 420px, #fff8f0 760px);
  color: #765b71;
}
.dz-loyalty-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.dz-loyalty-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 70px;
  padding-bottom: 36px;
}
.dz-loyalty-eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ac5427;
  margin-bottom: 12px;
}
.dz-loyalty h2 {
  color: #492150;
  font-size: clamp(38px,4vw,58px);
  margin-bottom: 20px;
}
.dz-loyalty h2 span {
  color: #ef690a;
}
.dz-loyalty h3 {
  color: #51275a;
  font-size: 28px;
  margin-bottom: 14px;
}
.dz-loyalty h4 {
  color: #602d6c;
  font-family: Roboto,Arial,sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
}
.dz-loyalty-heading p + p {
  margin-top: 14px;
}
.dz-membership-card {
  position: relative;
  padding: 30px 32px 24px;
  border: 1px solid #d7a856;
  border-radius: 24px;
  background: radial-gradient(ellipse at 100% 0,#af72b6,transparent 60%), linear-gradient(135deg,#65316f,#3f204e);
  box-shadow: 0 14px 30px #69355b24, inset 0 0 0 6px #fff3d00a;
  color: #fff0dc;
}
.dz-membership-card::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 26px;
  width: 54px;
  height: 54px;
  border: 1px solid #e0b56e;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px #eac67912;
}
.dz-membership-brand {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 800;
}
.dz-membership-brand span {
  color: #efb971;
}
.dz-membership-card > strong {
  display: block;
  margin: 25px 0;
  font-family: "Roboto Slab",serif;
  font-size: 32px;
  line-height: 1.2;
}
.dz-membership-stats {
  display: flex;
  gap: 36px;
  padding-bottom: 16px;
}
.dz-membership-stats span {
  font-size: 13px;
}
.dz-membership-stats b {
  display: block;
  font-size: 25px;
  color: #ffd799;
}
.dz-membership-card > small {
  display: block;
  border-top: 1px solid #e8cc943d;
  padding-top: 14px;
  font-size: 11px;
}
.dz-loyalty-foundations {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  padding: 30px 0;
  border-top: 1px solid #e6c6b2;
}
.dz-loyalty-foundations h3 {
  font-family: Roboto,Arial,sans-serif;
  font-size: 21px;
}
.dz-loyalty-foundations p {
  font-size: 15px;
}
.dz-loyalty-levels {
  margin-top: 16px;
  padding: 30px;
  border: 1px solid #e4c9df;
  background: #fffdf9;
  border-radius: 24px;
}
.dz-loyalty-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
  padding-bottom: 24px;
}
.dz-loyalty-section-heading > p {
  font-size: 14px;
}
.dz-loyalty-columns, .dz-loyalty-level > summary {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.3fr 20px;
  gap: 16px;
  align-items: center;
}
.dz-loyalty-columns {
  color: #a26a82;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 700;
  padding: 0 18px 12px;
}
.dz-loyalty-level {
  border-top: 1px solid #ecddea;
}
.dz-loyalty-level > summary {
  list-style: none;
  padding: 18px;
  cursor: pointer;
  border-radius: 10px;
}
.dz-loyalty-level > summary::-webkit-details-marker {
  display: none;
}
.dz-loyalty-level > summary::after {
  content: "+";
  font-size: 24px;
  color: #9a5aa9;
}
.dz-loyalty-level[open] > summary::after {
  content: "−";
}
.dz-loyalty-level[open] > summary {
  background: #f4e8f8;
}
.dz-loyalty-name {
  font-size: 21px;
  color: #693176;
  font-weight: 800;
}
.dz-loyalty-cp {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}
.dz-loyalty-cp small {
  font-size: 11px;
}
.dz-loyalty-reward {
  color: #ae541e;
  font-size: 22px;
  line-height: 1.3;
}
.dz-loyalty-level-body {
  padding: 12px 18px 22px;
  max-width: 960px;
  font-size: 15px;
}
.dz-loyalty summary:focus-visible {
  outline: 3px solid #9354a5;
  outline-offset: 3px;
}
.dz-loyalty-benefits {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  padding: 40px 0;
}
.dz-loyalty-benefits dl {
  margin: 0;
}
.dz-loyalty-benefits dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid #e6d4df;
}
.dz-loyalty-benefits dt {
  font-weight: 700;
  color: #693176;
}
.dz-loyalty-benefits dd {
  margin: 0;
  font-size: 14px;
}
.dz-loyalty-use {
  padding-top: 28px;
  border-top: 2px solid #edc49c;
}
.dz-loyalty-use > p:not(.dz-loyalty-eyebrow) {
  max-width: 960px;
}
.dz-loyalty-terms {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-top: 24px;
}
.dz-loyalty-terms article {
  border-left: 2px solid #dfb7df;
  padding-left: 20px;
}
.dz-loyalty-terms strong {
  display: block;
  font-size: 37px;
  color: #87409a;
  margin-bottom: 8px;
}
.dz-loyalty-terms p {
  font-size: 14px;
}
.dz-loyalty-exchange {
  margin-top: 24px;
  border-top: 1px solid #e4cfdf;
}
.dz-loyalty-exchange summary {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  color: #733881;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.dz-loyalty-exchange summary::-webkit-details-marker {
  display: none;
}
.dz-loyalty-exchange summary::after {
  content: "+";
}
.dz-loyalty-exchange[open] summary::after {
  content: "−";
}
.dz-loyalty-exchange > p {
  max-width: 960px;
  font-size: 14px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .dz-loyalty-heading {
    gap: 30px;
  }
  .dz-loyalty-foundations {
    gap: 20px;
  }
  .dz-loyalty-benefits {
    gap: 30px;
  }
  .dz-loyalty-benefits dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media (max-width: 650px) {
  .dz-loyalty {
    padding: 38px 18px;
  }
  .dz-loyalty-heading, .dz-loyalty-foundations, .dz-loyalty-section-heading, .dz-loyalty-benefits, .dz-loyalty-terms {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dz-membership-card {
    width: 100%;
    max-width: 390px;
    justify-self: center;
  }
  .dz-loyalty-levels {
    padding: 22px 14px;
  }
  .dz-loyalty-columns {
    display: none;
  }
  .dz-loyalty-level > summary {
    grid-template-columns: 1fr 1fr 18px;
    gap: 8px;
    padding: 16px 8px;
  }
  .dz-loyalty-name {
    font-size: 20px;
  }
  .dz-loyalty-cp {
    grid-column: 1;
    grid-row: 2;
    font-size: 12px;
  }
  .dz-loyalty-reward {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 18px;
  }
  .dz-loyalty-level > summary::after {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .dz-loyalty-level-body {
    padding: 12px 8px 20px;
  }
  .dz-loyalty-benefits {
    padding: 30px 0;
  }
}
/* 9. Account and security — open guide with document checklist */
.dz-account {
  padding: 64px 28px;
  scroll-margin-top: 90px;
  background: linear-gradient(180deg, #fff8f0 0, #e8d5f1 120px, #eddef4 420px, #fff8f0 820px);
  color: #765e77;
}
.dz-account-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-account-heading {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 44px;
}
.dz-account-eyebrow {
  color: #a95126;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 18px;
}
.dz-account h2 {
  color: #492150;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.12;
  margin: 0;
}
.dz-account h2 em {
  color: #ef690a;
  font-style: normal;
}
.dz-account h3 {
  color: #51275a;
  font-size: 29px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.dz-account h4 {
  font: 700 16px/1.4 Roboto, Arial, sans-serif;
  color: #683474;
  margin-bottom: 6px;
}
.dz-account p {
  line-height: 1.8;
}
.dz-account-intro p + p, .dz-account-topic > p + p {
  margin-top: 14px;
}
.dz-account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}
.dz-account-directory {
  padding: 26px 30px;
  background: #f4e6f8;
  border-radius: 20px;
  border: 1px solid #dfc7e7;
}
.dz-account-directory h3 {
  font-size: 33px;
}
.dz-account-directory h3 br, .dz-account-support br {
  display: none;
}
.dz-account-directory dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 20px 0 10px;
}
.dz-account-directory dl > div {
  padding: 16px 0;
  border-top: 1px solid #dfc7e7;
}
.dz-account-directory dt {
  color: #643471;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 5px;
}
.dz-account-directory dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.dz-account-support {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  border-top: 1px solid #dfc7e7;
  padding-top: 16px;
}
.dz-account-support strong {
  color: #a95126;
  font-size: 28px;
  line-height: 1.3;
}
.dz-account-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 40px;
  align-items: start;
}
.dz-account-topic {
  min-width: 0;
  padding: 24px 0 0;
  border-top: 1px solid #dec8df;
}
.dz-account-tag {
  display: block;
  color: #9e502a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.dz-account-document-route {
  margin: 20px 0;
  padding: 18px 22px;
  border-radius: 12px;
  background: #fff1df;
}
.dz-account-document-route strong {
  color: #754281;
  font-size: 17px;
}
.dz-account-document-route strong span {
  color: #b9895e;
  padding: 0 12px;
}
.dz-account-document-route p {
  font-size: 14px;
  margin-top: 5px;
}
.dz-account-documents {
  border: 1px solid #ddc2e7;
  border-radius: 12px;
  background: #fffbf8;
}
.dz-account-documents summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  padding: 17px 20px;
  color: #754281;
  font-weight: 700;
  font-size: 15px;
}
.dz-account-documents summary::-webkit-details-marker {
  display: none;
}
.dz-account-documents summary::after {
  content: "+";
  font-size: 22px;
}
.dz-account-documents[open] summary::after {
  content: "−";
}
.dz-account-documents summary:focus-visible {
  outline: 3px solid #9354a5;
  outline-offset: 3px;
  border-radius: 12px;
}
.dz-account-document-list {
  padding: 0 20px 20px;
}
.dz-account-document-list > div {
  padding-top: 16px;
  border-top: 1px solid #eddfed;
  margin-top: 12px;
}
.dz-account-document-list p {
  font-size: 14px;
}
.dz-account-pause {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  border-top: 1px solid #dec8df;
  padding-top: 28px;
  margin-top: 32px;
}
.dz-account-pause h3 {
  font-size: 26px;
}
@media (max-width: 900px) {
  .dz-account-heading {
    gap: 30px;
  }
  .dz-account-guide, .dz-account-pause {
    gap: 30px;
  }
  .dz-account-directory {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  .dz-account {
    padding: 40px 18px;
  }
  .dz-account-heading, .dz-account-layout, .dz-account-guide, .dz-account-pause {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dz-account-heading {
    margin-bottom: 28px;
  }
  .dz-account h3 {
    font-size: 26px;
  }
  .dz-account-directory dl {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 16px 0;
  }
  .dz-account-directory h3 br {
    display: none;
  }
  .dz-account-topic {
    padding: 24px 0;
  }
  .dz-account-pause {
    gap: 0;
  }
}
/* 10. Payments — deposit and withdrawal comparison */
.dz-payments {
  padding: 64px 28px;
  scroll-margin-top: 90px;
  background: linear-gradient(180deg, #fff8f0 0, #f3d4b9 120px, #f9e2ce 420px, #fff8f0 780px);
  color: #765e77;
}
.dz-payments-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-payments [hidden] {
  display: none !important;
}
.dz-payments-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 30px;
}
.dz-pay-eyebrow {
  color: #a95126;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 16px;
}
.dz-payments h2 {
  color: #492150;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.15;
  margin: 0;
}
.dz-payments h2 em {
  color: #ef690a;
  font-style: normal;
  display: block;
}
.dz-payments h3 {
  color: #51275a;
  font-size: 28px;
  margin: 0;
}
.dz-payments h4 {
  font: 700 17px/1.4 Roboto, Arial, sans-serif;
  color: #653170;
  margin-bottom: 9px;
}
.dz-payments p {
  line-height: 1.75;
}
.dz-pay-switch {
  display: inline-flex;
  padding: 5px;
  gap: 5px;
  background: #fffbf7;
  border: 1px solid #ddbddc;
  border-radius: 40px;
}
.dz-pay-switch button {
  padding: 15px 38px;
  border: 0;
  border-radius: 32px;
  background: transparent;
  color: #733b81;
  font: 700 17px/1.3 Roboto, Arial, sans-serif;
  cursor: pointer;
}
.dz-pay-switch button[aria-selected="true"] {
  background: #f5780a;
  color: #fff;
  box-shadow: 0 3px 0 #cc5a08;
}
.dz-pay-switch button:focus-visible, .dz-pay-advice summary:focus-visible {
  outline: 3px solid #8b4b9e;
  outline-offset: 3px;
}
.dz-pay-context {
  font-size: 14px;
  max-width: 940px;
  margin: 20px 0 30px;
}
.dz-pay-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 32px 0 14px;
}
.dz-pay-fee {
  font-size: 12px;
  color: #733b81;
  background: #f0e1f4;
  border-radius: 20px;
  padding: 7px 12px;
}
.dz-pay-description {
  max-width: 1080px;
  font-size: 15px;
  margin-bottom: 20px;
}
.dz-pay-table-wrap {
  border: 1px solid #e5cfe4;
  border-radius: 18px;
  overflow: hidden;
  background: #fffcf8;
}
.dz-pay-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.dz-pay-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.dz-pay-table thead {
  background: #efe2f3;
  color: #784285;
}
.dz-pay-table thead th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 15px 20px;
}
.dz-pay-table tbody th, .dz-pay-table td {
  padding: 14px 20px;
  border-top: 1px solid #eee0eb;
  font-size: 15px;
  vertical-align: middle;
}
.dz-pay-table tbody th {
  width: 44%;
  font-weight: 700;
  color: #55305e;
}
.dz-pay-table td:nth-child(2), .dz-pay-table td:nth-child(3) {
  color: #763888;
  font-weight: 700;
  white-space: nowrap;
}
.dz-pay-table td:last-child {
  font-size: 13px;
}
.dz-pay-method {
  display: flex;
  align-items: center;
  gap: 18px;
}
.dz-pay-method small {
  display: block;
  color: #937b93;
  font-size: 11px;
  font-weight: 400;
  margin-top: 3px;
}
.dz-pay-logo {
  width: 112px;
  height: 54px;
  flex: 0 0 112px;
  display: grid;
  place-items: center;
  background: #44214f;
  border-radius: 10px;
}
.dz-pay-logo img {
  width: 88px;
  height: 36px;
  object-fit: contain;
}
.dz-pay-logo:has(img[src$="ecopayz.svg"]) {
  background: #fff;
  box-shadow: inset 0 0 0 1px #e5d4e7;
}
.dz-pay-logo img[src$="ecopayz.svg"] {
  width: 96px;
  height: 44px;
}
.dz-pay-logo.dz-pay-coin {
  background: #fff;
  box-shadow: inset 0 0 0 1px #e5d4e7;
}
.dz-pay-logo.dz-pay-coin img {
  width: 38px;
  height: 38px;
}
.dz-pay-footnote {
  font-size: 13px;
  margin: 14px 0 30px;
  max-width: 1100px;
}
.dz-pay-caps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.dz-pay-caps article {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #ddc2df;
  background: #f1e3f5;
}
.dz-pay-caps article:nth-child(2) {
  background: #fff1df;
  border-color: #f1d3ae;
}
.dz-pay-caps span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #734180;
}
.dz-pay-caps strong {
  display: block;
  font-size: clamp(30px, 3vw, 42px);
  color: #813b94;
  line-height: 1.3;
  margin: 10px 0;
}
.dz-pay-caps p {
  font-size: 13px;
}
.dz-pay-processing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 26px;
}
.dz-pay-processing article {
  border-top: 2px solid #dec0de;
  padding-top: 18px;
}
.dz-pay-processing p, .dz-pay-advice p {
  font-size: 14px;
}
.dz-pay-advice {
  margin-top: 34px;
  border: 1px solid #dbb9e2;
  border-radius: 14px;
  background: #fffaf6;
}
.dz-pay-advice summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: #753d83;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.dz-pay-advice summary::-webkit-details-marker {
  display: none;
}
.dz-pay-advice summary::after {
  content: "+";
  font-size: 24px;
}
.dz-pay-advice[open] summary::after {
  content: "−";
}
.dz-pay-advice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 36px;
  padding: 8px 24px 28px;
}
@media (max-width: 900px) {
  .dz-payments-heading {
    gap: 30px;
  }
  .dz-pay-table tbody th, .dz-pay-table td, .dz-pay-table thead th {
    padding: 12px;
  }
  .dz-pay-method {
    gap: 10px;
  }
  .dz-pay-logo {
    width: 90px;
    flex-basis: 90px;
  }
  .dz-pay-logo img {
    width: 72px;
  }
  .dz-pay-caps {
    gap: 12px;
  }
  .dz-pay-caps article {
    padding: 18px;
  }
}
@media (max-width: 650px) {
  .dz-payments {
    padding: 40px 18px;
  }
  .dz-payments-heading, .dz-pay-caps, .dz-pay-processing, .dz-pay-advice-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dz-pay-switch {
    display: flex;
  }
  .dz-pay-switch button {
    flex: 1;
    padding: 14px 16px;
    font-size: 16px;
  }
  .dz-payments h3 {
    font-size: 25px;
  }
  .dz-pay-table thead {
    display: none;
  }
  .dz-pay-table tbody, .dz-pay-table tr {
    display: block;
  }
  .dz-pay-table tr + tr {
    border-top: 1px solid #dfc7e3;
  }
  .dz-pay-table tbody th {
    display: block;
    width: 100%;
    padding: 16px;
    border: 0;
  }
  .dz-pay-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    padding: 5px 16px;
  }
  .dz-pay-table td::before {
    content: attr(data-label);
    color: #937b93;
    font-size: 12px;
    font-weight: 400;
  }
  .dz-pay-table td:last-child {
    padding-bottom: 16px;
  }
}
/* 11. About — casino overview, device access and operator facts */
.dz-about {
  padding: 64px 28px;
  scroll-margin-top: 90px;
  background: linear-gradient(180deg, #fff8f0 0, #e8d5f1 120px, #eddef4 420px, #fff8f0 820px);
  color: #765e77;
}
.dz-about-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-about-eyebrow {
  color: #a95126;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.dz-about h2 {
  color: #492150;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.15;
  margin-bottom: 24px;
}
.dz-about h2 em {
  color: #ef690a;
  font-style: normal;
}
.dz-about h3 {
  color: #51275a;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.dz-about h4 {
  color: #653170;
  font: 700 18px/1.4 Roboto, Arial, sans-serif;
  margin-bottom: 12px;
}
.dz-about p {
  line-height: 1.8;
}
.dz-about-heading > p:last-child {
  max-width: 1100px;
  font-size: 17px;
}
.dz-about-perspectives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  margin: 32px 0 42px;
}
.dz-about-perspectives article {
  border-top: 1px solid #d9bddf;
  padding-top: 24px;
}
.dz-about-mobile {
  padding: 32px;
  background: #fffaf5;
  border: 1px solid #e4cbe5;
  border-radius: 22px;
}
.dz-about-mobile-heading {
  max-width: 1040px;
}
.dz-about-mobile-heading h3 {
  font-size: 32px;
}
.dz-about-devices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 28px;
}
.dz-about-devices article {
  padding-top: 20px;
  border-top: 3px solid #d1a7dd;
}
.dz-about-devices article:nth-child(2) {
  border-color: #efb775;
}
.dz-about-devices span {
  display: block;
  color: #a95126;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.dz-about-devices p {
  font-size: 14px;
}
.dz-about-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 44px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #dfc9df;
}
.dz-about-support-copy p + p {
  margin-top: 14px;
}
@media (max-width: 850px) {
  .dz-about-perspectives, .dz-about-support {
    gap: 26px;
  }
  .dz-about-devices {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 650px) {
  .dz-about {
    padding: 40px 18px;
  }
  .dz-about-perspectives, .dz-about-support {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .dz-about-mobile {
    padding: 24px 20px;
  }
  .dz-about h3, .dz-about-mobile-heading h3 {
    font-size: 26px;
  }
  .dz-about-heading > p:last-child {
    font-size: 16px;
  }
}
/* 12. FAQ — practical questions by topic */
.dz-faq {
  padding: 72px 28px 80px;
  background: linear-gradient(180deg, #ead8f1 0, #f2e7f6 280px, #fff8f0 100%);
}
.dz-faq-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-faq-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 44px;
}
.dz-faq-eyebrow, .dz-faq-label {
  display: block;
  color: #a95126;
  font: 800 11px/1.6 Roboto, Arial, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.dz-faq-eyebrow {
  margin-bottom: 16px;
}
.dz-faq h2 {
  color: #492150;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.15;
  margin: 0;
}
.dz-faq h2 em {
  color: #ef690a;
  font-style: normal;
}
.dz-faq p {
  line-height: 1.8;
  margin: 0;
}
.dz-faq-heading > p {
  font-size: 16px;
}
.dz-faq-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid #d9bddf;
}
.dz-faq-group > header {
  text-align: center;
}
.dz-faq-group + .dz-faq-group {
  margin-top: 36px;
}
.dz-faq h3 {
  margin: 10px 0 14px;
  color: #51275a;
  font-size: 28px;
  line-height: 1.3;
}
.dz-faq-group > header p {
  font-size: 14px;
  max-width: 640px;
  margin-inline: auto;
}
.dz-faq-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  align-items: start;
  min-width: 0;
}
.dz-faq details {
  background: #fffcf9;
  border: 1px solid #ddc3e4;
  border-radius: 15px;
  overflow: hidden;
}
.dz-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 20px 24px;
  color: #592b65;
  font: 700 17px/1.5 Roboto, Arial, sans-serif;
  cursor: pointer;
  list-style: none;
}
.dz-faq summary::-webkit-details-marker {
  display: none;
}
.dz-faq summary::after {
  content: '+';
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0e3f5;
  color: #824295;
  text-align: center;
  font: 500 24px/28px Roboto, Arial, sans-serif;
}
.dz-faq summary:hover {
  background: #f7effa;
}
.dz-faq summary:focus-visible {
  outline: 3px solid #a95126;
  outline-offset: -4px;
  border-radius: 14px;
}
.dz-faq details[open] {
  border-color: #b886ca;
}
.dz-faq details[open] summary {
  background: #f3e8f8;
}
.dz-faq details[open] summary::after {
  content: '−';
  background: #824295;
  color: white;
}
.dz-faq-answer {
  padding: 20px 24px 24px;
  font-size: 15px;
}
@media (max-width: 850px) {
  .dz-faq-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dz-faq-questions {
    gap: 12px;
  }
}
@media (max-width: 650px) {
  .dz-faq {
    padding: 44px 18px 50px;
  }
  .dz-faq-heading {
    margin-bottom: 28px;
  }
  .dz-faq-group {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
  }
  .dz-faq-group > header p {
    max-width: none;
  }
  .dz-faq-questions {
    grid-template-columns: 1fr;
  }
  .dz-faq h3 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .dz-faq summary {
    padding: 17px 18px;
    font-size: 16px;
    gap: 14px;
  }
  .dz-faq-answer {
    padding: 18px;
  }
}
/* 13. Shared footer and completed main navigation */
.dz-nav {
  gap: 18px;
}
.dz-footer {
  background: #38203f;
  color: #e8dcea;
  padding: 52px 28px 22px;
}
.dz-footer-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 1fr;
  gap: 54px;
}
.dz-footer .dz-brand {
  width: fit-content;
  margin-bottom: 22px;
}
.dz-footer .dz-wordmark {
  color: #ff9c53;
}
.dz-footer .dz-wordmark > span, .dz-footer .dz-wordmark small {
  color: #dcc0e9;
}
.dz-footer-brand p {
  max-width: 310px;
  font-size: 14px;
  line-height: 1.85;
}
.dz-footer h2 {
  font: 700 16px/1.5 Roboto, Arial, sans-serif;
  color: #fff5e7;
  margin: 0 0 18px;
}
.dz-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dz-footer-sections ul {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 9px 26px;
}
.dz-footer-policies li + li {
  margin-top: 9px;
}
.dz-footer nav a {
  display: inline-block;
  padding: 3px 0;
  color: #e8dcea;
  font-size: 14px;
  line-height: 1.5;
}
.dz-footer nav a:hover {
  color: #ffc280;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dz-footer a:focus-visible {
  outline: 2px solid #ffc280;
  outline-offset: 5px;
  border-radius: 2px;
}
.dz-footer-care {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid #684c70;
  border-bottom: 1px solid #684c70;
}
.dz-footer-age {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid #bb93c7;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  color: #ffcf98;
}
.dz-footer-care strong {
  color: #fff2df;
  font-size: 18px;
  line-height: 1.5;
}
.dz-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px 30px;
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #d0bdd5;
}
.dz-footer p {
  margin-bottom: 0;
}
#faq, #about, #account, #payments, #loyalty, #sports, #lottery, #bonuses, #live-games, #games {
  scroll-margin-top: 145px;
}
@media (min-width: 1151px) and (max-width: 1400px) {
  .dz-header-inner {
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px 22px 5px;
  }
  .dz-header-action {
    margin-left: auto;
  }
  .dz-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 0;
    gap: 28px;
  }
}
@media (max-width: 1150px) {
  .dz-nav {
    gap: 24px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
  }
}
@media (max-width: 850px) {
  .dz-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .dz-footer-brand {
    grid-column: 1 / -1;
  }
  .dz-footer-brand p {
    max-width: 600px;
  }
  .dz-footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 520px) {
  .dz-footer {
    padding: 36px 18px 22px;
  }
  .dz-footer-top {
    grid-template-columns: 1fr;
  }
  .dz-footer-care {
    gap: 14px;
  }
}
/* 14. Legal pages — shared brand, readable policy layout */
.dz-legal-main {
  padding: 32px 28px 72px;
  background: linear-gradient(180deg, #ead8f1 0, #f5ebf6 330px, #fff8f0 700px);
}
.dz-legal-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #765d7c;
  margin-bottom: 36px;
}
.dz-legal-breadcrumb a {
  color: #874593;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dz-legal-eyebrow {
  font: 800 11px/1.6 Roboto, Arial, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #a95126;
  margin-bottom: 16px;
}
.dz-legal-heading {
  max-width: 970px;
  margin-bottom: 40px;
}
.dz-legal-heading h1 {
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.15;
  color: #492150;
  margin-bottom: 22px;
}
.dz-legal-heading > p:last-child {
  font-size: 17px;
  line-height: 1.85;
}
.dz-legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.dz-legal-contents {
  position: sticky;
  top: 150px;
  background: #f0e2f5;
  border: 1px solid #ddc3e4;
  border-radius: 18px;
  padding: 24px;
}
.dz-legal-contents h2 {
  color: #592b65;
  font: 700 17px/1.5 Roboto, Arial, sans-serif;
  margin-bottom: 14px;
}
.dz-legal-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dz-legal-contents li + li {
  border-top: 1px solid #dec7e5;
}
.dz-legal-contents a {
  display: block;
  padding: 10px 0;
  color: #65466f;
  font-size: 14px;
  line-height: 1.5;
}
.dz-legal-contents a:hover {
  color: #a95126;
}
.dz-legal-main a:focus-visible {
  outline: 2px solid #a95126;
  outline-offset: 4px;
}
.dz-legal-content {
  min-width: 0;
  background: #fffcf8;
  border: 1px solid #e5d4e6;
  border-radius: 20px;
  padding: 34px 38px;
}
.dz-legal-content section {
  scroll-margin-top: 150px;
}
.dz-legal-content section + section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e4d2e7;
}
.dz-legal-content h2 {
  color: #51275a;
  font-size: 26px;
  line-height: 1.35;
  margin: 0 0 16px;
}
.dz-legal-content p {
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}
.dz-legal-content p + p {
  margin-top: 14px;
}
.dz-legal-table-wrap {
  overflow-x: auto;
  margin: 22px 0;
}
.dz-legal-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.65;
}
.dz-legal-content caption {
  text-align: left;
  color: #653170;
  font-weight: 700;
  margin-bottom: 12px;
}
.dz-legal-content th, .dz-legal-content td {
  text-align: left;
  vertical-align: top;
  padding: 12px;
  border-bottom: 1px solid #e4d2e7;
}
.dz-legal-content thead {
  background: #f0e3f5;
  color: #592b65;
}
.dz-legal-content tbody th {
  width: 28%;
}
@media (max-width: 850px) {
  .dz-legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dz-legal-contents {
    position: static;
  }
  .dz-legal-contents ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
  }
}
@media (max-width: 520px) {
  .dz-legal-main {
    padding: 24px 18px 44px;
  }
  .dz-legal-heading > p:last-child {
    font-size: 16px;
  }
  .dz-legal-contents ul {
    grid-template-columns: 1fr;
  }
  .dz-legal-content {
    padding: 24px 20px;
  }
  .dz-legal-content h2 {
    font-size: 23px;
  }
}
