/* ALDI Casino: header and hero */
:root {
  --aldi-header-height: 78px;
  --aldi-navy: #020b21;
  --aldi-blue: #0455c7;
  --aldi-yellow: #ffd51f;
  --aldi-white: #fff;
}

/* ==================================================
   ALDI CASINO — BONUS SECTION
================================================== */

.bonus-section {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 144px) 24px;
  color: #f7f9ff;
  border-top: 1px solid rgba(255, 213, 31, 0.28);
  background:
    linear-gradient(115deg, rgba(255, 213, 31, 0.055), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(255, 174, 24, 0.12), transparent 30%),
    radial-gradient(circle at 10% 72%, rgba(73, 89, 122, 0.18), transparent 28%),
    #11141c;
}

.bonus-section__container {
  width: min(1360px, 100%);
  margin-inline: auto;
}

.bonus-section__introduction,
.bonus-group__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
}

.bonus-section__eyebrow,
.bonus-group__eyebrow,
.bonus-terms__eyebrow,
.cash-bomb__eyebrow {
  margin: 0 0 18px;
  color: #ffd51f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bonus-section__title {
  max-width: 790px;
  margin: 0;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.bonus-section__title span {
  display: block;
  color: #ffd51f;
}

.bonus-section__introduction-copy,
.bonus-group__header > p,
.bonus-terms__heading > p {
  color: #aebbd2;
  font-size: 16px;
  line-height: 1.8;
}

.bonus-section__lead {
  margin-top: 0;
  color: #edf3ff;
  font-size: 18px;
}

.bonus-section__reminder {
  display: flex;
  gap: 20px;
  margin: 48px 0 80px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 213, 31, 0.28);
  border-radius: 20px;
  background: rgba(255, 213, 31, 0.07);
}

.bonus-section__reminder-icon,
.welcome-bonus__icon,
.reload-bonus__icon,
.sports-reward__icon,
.cash-bomb__icon {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #07132c;
  background: #ffd51f;
}

.bonus-section__reminder svg,
.welcome-bonus__icon svg,
.reload-bonus__icon svg,
.sports-reward__icon svg,
.cash-bomb__icon svg {
  width: 23px;
}

.bonus-section__reminder p {
  margin: 7px 0 0;
  color: #b9c5d9;
  line-height: 1.65;
}

.bonus-group {
  padding: 72px 0;
  border-top: 1px solid rgba(126, 161, 216, 0.17);
}

.bonus-group__header {
  margin-bottom: 36px;
}

.bonus-group__header h3,
.bonus-terms h3,
.cash-bomb h3 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.welcome-bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.welcome-bonus,
.reload-bonus,
.cashback-card,
.sports-reward {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(38, 43, 55, 0.96), rgba(21, 25, 34, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.welcome-bonus {
  display: grid;
  grid-template-columns: 58px 1fr;
  padding: clamp(24px, 3vw, 36px);
}

.welcome-bonus > :not(.welcome-bonus__icon) {
  grid-column: 2;
}

.welcome-bonus__label {
  margin: 0;
  color: #a9b8d0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.welcome-bonus__value {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1;
}

.welcome-bonus__extra {
  margin: 10px 0 18px;
  color: #ffd51f;
  font-weight: 800;
}

.welcome-bonus__description {
  margin: 0;
  color: #b5c1d5;
  line-height: 1.7;
}

.welcome-bonus__facts {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(126, 161, 216, 0.18);
  list-style: none;
}

.welcome-bonus__facts li {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  color: #aebbd0;
  font-size: 13px;
}

.welcome-bonus__facts strong {
  color: #6daaff;
}

.reload-bonus-grid,
.cashback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.reload-bonus {
  padding: 30px;
}

.reload-bonus__header {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 24px;
}

.reload-bonus__header p,
.reload-bonus__header h4 {
  margin: 0;
}

.reload-bonus__header p {
  color: #6daaff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.reload-bonus__header h4 {
  margin-top: 4px;
  font-size: 21px;
}

.reload-bonus__list,
.bonus-terms__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reload-bonus__list li {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid rgba(126, 161, 216, 0.15);
}

.reload-bonus__list small,
.reload-bonus__list span {
  display: block;
}

.reload-bonus__list small {
  color: #7386a7;
}

.reload-bonus__list strong {
  max-width: 48%;
  color: #ffd51f;
  text-align: right;
}

.cashback-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cashback-card {
  padding: 30px;
}

.cashback-card p,
.cashback-card strong,
.cashback-card span,
.cashback-card small {
  display: block;
}

.cashback-card p {
  margin: 0 0 18px;
  color: #c9d4e6;
  font-weight: 800;
}

.cashback-card strong {
  color: #65a5ff;
  font-size: 48px;
  line-height: 1;
}

.cashback-card span {
  margin: 10px 0 22px;
  color: #ffd51f;
  font-weight: 800;
}

.cashback-card small {
  color: #9fadc3;
  font-size: 14px;
  line-height: 1.65;
}

.sports-reward-grid {
  display: grid;
  gap: 16px;
}

.sports-reward {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 28px 30px;
}

.sports-reward p,
.sports-reward h4 {
  margin: 0;
}

.sports-reward h4 {
  margin: 5px 0 9px;
  font-size: 23px;
}

.sports-reward div > p:first-child {
  color: #65a5ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sports-reward div > p:last-child {
  color: #aebbd0;
  line-height: 1.7;
}

.cash-bomb {
  display: grid;
  grid-template-columns: 58px 1fr minmax(250px, 0.45fr);
  gap: 24px;
  align-items: center;
  margin: 20px 0 72px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 213, 31, 0.32);
  border-radius: 28px;
  background: linear-gradient(110deg, rgba(61, 52, 24, 0.96), rgba(27, 30, 39, 0.98));
}

.cash-bomb__content > p:last-child,
.cash-bomb__note p {
  color: #aebbd0;
  line-height: 1.7;
}

.cash-bomb__note {
  padding: 20px;
  border-radius: 18px;
  color: #07132c;
  background: #ffd51f;
}

.cash-bomb__note p {
  margin-bottom: 0;
  color: #26334e;
}

.bonus-terms {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) 1fr;
  gap: clamp(36px, 7vw, 90px);
  padding: clamp(32px, 5vw, 60px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1b202b;
}

.bonus-terms__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bonus-terms__list li {
  padding: 18px;
  border: 1px solid rgba(126, 161, 216, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.bonus-terms__list strong,
.bonus-terms__list span {
  display: block;
}

.bonus-terms__list strong {
  margin-bottom: 7px;
  color: #65a5ff;
}

.bonus-terms__list span {
  color: #aebbd0;
  font-size: 14px;
  line-height: 1.55;
}

.bonus-section__final-notice {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  color: #8d9cb5;
  font-size: 13px;
  line-height: 1.6;
}

.bonus-section__final-notice strong {
  color: #ffd51f;
  font-size: 25px;
}

@media (max-width: 900px) {
  .bonus-section__introduction,
  .bonus-group__header,
  .bonus-terms {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cashback-grid {
    grid-template-columns: 1fr;
  }

  .cash-bomb {
    grid-template-columns: 58px 1fr;
  }

  .cash-bomb__note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .bonus-section {
    padding-inline: 18px;
  }

  .welcome-bonus-grid,
  .reload-bonus-grid,
  .bonus-terms__list {
    grid-template-columns: 1fr;
  }

  .welcome-bonus {
    grid-template-columns: 1fr;
  }

  .welcome-bonus > :not(.welcome-bonus__icon) {
    grid-column: 1;
  }

  .welcome-bonus__icon {
    margin-bottom: 18px;
  }

  .reload-bonus__list li {
    display: block;
  }

  .reload-bonus__list strong {
    display: block;
    max-width: none;
    margin-top: 8px;
    text-align: left;
  }

  .sports-reward {
    grid-template-columns: 1fr;
  }

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--aldi-header-height);
}

body.aldi-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--aldi-white);
  background: var(--aldi-navy);
  font-family: Inter, Montserrat, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Legacy template compatibility styles. */
.casino-section {
  display: none;
}

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

.aldi-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--aldi-header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 11, 33, 0.88);
  box-shadow: 0 10px 32px rgba(0, 5, 20, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.aldi-header .navbar {
  min-height: var(--aldi-header-height);
}

.aldi-header__logo {
  display: flex;
  align-items: center;
  width: 220px;
  height: 58px;
}

.aldi-header__logo img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.aldi-header .navbar-nav {
  gap: 3px;
}

.aldi-header .nav-link {
  position: relative;
  padding: 12px 8px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease;
}

.aldi-header .nav-link::after {
  position: absolute;
  right: 8px;
  bottom: 5px;
  left: 8px;
  height: 2px;
  transform: scaleX(0);
  border-radius: 10px;
  background: var(--aldi-yellow);
  content: "";
  transition: transform 180ms ease;
}

.aldi-header .nav-link:hover,
.aldi-header .nav-link:focus-visible {
  color: #fff !important;
}

.aldi-header .nav-link:hover::after,
.aldi-header .nav-link:focus-visible::after {
  transform: scaleX(1);
}

.aldi-header__action {
  margin-left: 10px;
}

.aldi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  color: #07152f !important;
  background: linear-gradient(135deg, var(--aldi-yellow), #fff06a);
  box-shadow: 0 12px 30px rgba(255, 213, 31, 0.24);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aldi-button:hover,
.aldi-button:focus-visible {
  transform: translateY(-2px);
  color: #07152f !important;
  box-shadow: 0 16px 36px rgba(255, 213, 31, 0.34);
}

.aldi-button--header {
  min-height: 44px;
  padding: 13px 18px;
  font-size: 13px;
}

.aldi-button--hero {
  min-width: 154px;
  min-height: 52px;
  padding: 16px 25px;
  font-size: 15px;
}

.aldi-header__toggle {
  display: grid;
  width: 45px;
  height: 45px;
  padding: 0;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 11px;
  outline: 0 !important;
}

.aldi-header__toggle span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
}

.aldi-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--aldi-navy);
}

.aldi-hero__background,
.aldi-hero__image,
.aldi-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.aldi-hero__background {
  z-index: -1;
}

.aldi-hero__image {
  display: block;
  object-fit: cover;
  object-position: center;
}

.aldi-hero__overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 27, 0.48), rgba(2, 8, 27, 0.12) 50%, transparent 72%),
    linear-gradient(180deg, rgba(2, 8, 27, 0.22), transparent 35%, rgba(2, 8, 27, 0.18));
}

.aldi-hero__container {
  position: relative;
  z-index: 1;
}

.aldi-hero__container .row {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--aldi-header-height) + 42px);
  padding-bottom: 48px;
}

.aldi-hero__kicker {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--aldi-yellow);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aldi-hero__title {
  max-width: 760px;
  margin: 0 0 23px;
  color: #fff;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.aldi-hero__title span {
  display: block;
  color: var(--aldi-yellow);
}

.aldi-hero__description {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.7;
}

.aldi-hero__description p {
  margin: 0;
}

.aldi-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 27px 0 0;
  list-style: none;
}

.aldi-hero__features li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 750;
}

.aldi-hero__features svg {
  width: 20px;
  height: 20px;
  fill: var(--aldi-yellow);
}

.aldi-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 31px;
}

.aldi-hero__note {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .aldi-header .navbar-collapse {
    padding: 16px 0 20px;
  }

  .aldi-header .navbar-nav {
    align-items: stretch !important;
  }

  .aldi-header__action {
    margin: 10px 0 0;
  }

  .aldi-hero__image {
    object-position: 62% center;
  }

  .aldi-hero__overlay {
    background: rgba(2, 8, 27, 0.68);
  }
}

@media (max-width: 575px) {
  .aldi-header__logo,
  .aldi-header__logo img {
    width: 175px;
  }

  .aldi-hero__container .row {
    padding-top: calc(var(--aldi-header-height) + 30px);
    padding-bottom: 38px;
  }

  .aldi-hero__title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .aldi-hero__description {
    font-size: 15px;
  }

  .aldi-hero__features {
    display: grid;
    gap: 11px;
  }

  .aldi-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
}


/* ALDI Casino: featured slots */
.featured-games {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(82px, 9vw, 132px) 24px;
  color: #f5f8ff;
  background:
    radial-gradient(circle at 10% 4%, rgba(32, 118, 255, 0.17), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(255, 213, 31, 0.08), transparent 25%),
    linear-gradient(145deg, #071735 0%, #0a2047 50%, #08172f 100%);
}

.featured-games::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 118, 255, 0.38), transparent);
  content: "";
}

.featured-games__container {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.featured-games__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: 34px 70px;
  margin-bottom: 34px;
}

.featured-games__eyebrow {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 -12px;
  color: #8dbdff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-games__eyebrow::before {
  width: 36px;
  height: 3px;
  border-radius: 20px;
  background: #ffd51f;
  content: "";
}

.featured-games__title {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.featured-games__title span {
  display: block;
  color: #66a7ff;
}

.featured-games__lead {
  max-width: 610px;
  margin: 0 0 4px;
  color: rgba(224, 234, 250, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.featured-games__intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 38px;
}

.featured-games__intro p {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(117, 171, 255, 0.16);
  border-radius: 18px;
  color: rgba(224, 234, 250, 0.74);
  background: rgba(255, 255, 255, 0.045);
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 0 14px 34px rgba(0, 6, 24, 0.12);
}

.featured-games__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.35vw, 21px);
}

.featured-games__card {
  position: relative;
  aspect-ratio: 2 / 3;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(34, 119, 255, 0.22);
  border-radius: clamp(15px, 1.4vw, 22px);
  background: #071a3b;
  box-shadow:
    0 18px 40px rgba(5, 31, 75, 0.15),
    0 3px 8px rgba(5, 31, 75, 0.08);
  transform: translateZ(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.featured-games__card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 24%, transparent 74%, rgba(6, 86, 221, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  content: "";
  pointer-events: none;
}

.featured-games__card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 213, 31, 0.72);
  box-shadow:
    0 25px 48px rgba(5, 31, 75, 0.2),
    0 0 0 4px rgba(255, 213, 31, 0.09);
}

.featured-games__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-games__closing {
  position: relative;
  max-width: 900px;
  margin: 40px auto 0;
  padding-top: 26px;
  color: rgba(224, 234, 250, 0.72);
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}

.featured-games__closing::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: linear-gradient(90deg, #075bd8, #ffd51f);
  content: "";
}

@media (max-width: 1199px) {
  .featured-games__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .featured-games__header,
  .featured-games__intro {
    grid-template-columns: 1fr;
  }

  .featured-games__eyebrow {
    grid-column: auto;
    margin-bottom: -8px;
  }

  .featured-games__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .featured-games {
    padding: 70px 16px 82px;
  }

  .featured-games__header {
    gap: 24px;
  }

  .featured-games__title {
    font-size: clamp(40px, 12vw, 54px);
  }

  .featured-games__lead {
    font-size: 15px;
  }

  .featured-games__intro {
    gap: 12px;
  }

  .featured-games__intro p {
    padding: 18px;
  }

  .featured-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .featured-games__card {
    border-radius: 15px;
  }

  .featured-games__closing {
    margin-top: 32px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-games__card {
    transition: none;
  }
}



/* ALDI Casino: main games section */
.aldi-games {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 9vw, 138px) 24px;
  color: #f7f9ff;
  background:
    radial-gradient(circle at 7% 5%, rgba(20, 111, 255, 0.18), transparent 27%),
    radial-gradient(circle at 92% 48%, rgba(255, 213, 31, 0.07), transparent 22%),
    linear-gradient(155deg, #06132e 0%, #091b3d 48%, #050f25 100%);
}

.aldi-games::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(109, 167, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 167, 255, 0.12) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  content: "";
}

.aldi-games__container {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.aldi-games__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: 34px 70px;
  margin-bottom: clamp(60px, 7vw, 94px);
}

.aldi-games__eyebrow {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 -12px;
  color: #8dbdff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aldi-games__eyebrow::before {
  width: 38px;
  height: 3px;
  border-radius: 20px;
  background: #ffd51f;
  content: "";
}

.aldi-games__title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.aldi-games__title span {
  display: block;
  color: #64a7ff;
}

.aldi-games__lead {
  max-width: 620px;
  margin: 0 0 5px;
  color: rgba(226, 235, 251, 0.76);
  font-size: 17px;
  line-height: 1.74;
}

.aldi-games__group + .aldi-games__group {
  margin-top: clamp(38px, 4vw, 58px);
}

.aldi-games__group {
  position: relative;
  padding: clamp(34px, 4.3vw, 58px);
  overflow: hidden;
  border-radius: 36px;
}

.aldi-games__group::before {
  position: absolute;
  top: 0;
  left: clamp(34px, 4.3vw, 58px);
  width: 92px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  content: "";
}

.aldi-games__group--classic {
  border: 1px solid rgba(255, 213, 31, 0.2);
  background:
    radial-gradient(circle at 6% 0%, rgba(255, 213, 31, 0.09), transparent 30%),
    linear-gradient(145deg, #182033 0%, #10182a 100%);
  box-shadow: 0 30px 72px rgba(0, 4, 16, 0.24);
}

.aldi-games__group--classic::before {
  background: #ffd51f;
  box-shadow: 0 0 24px rgba(255, 213, 31, 0.34);
}

.aldi-games__group-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 24px 60px;
  margin-bottom: 32px;
}

.aldi-games__group-label {
  margin: 0 0 12px;
  color: #ffd51f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aldi-games__group-heading h3,
.aldi-games-live__content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 3.4vw, 48px);
  font-weight: 880;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.aldi-games__group-heading > p {
  max-width: 570px;
  margin: 0;
  color: rgba(220, 232, 250, 0.68);
  font-size: 14px;
  line-height: 1.72;
}

.aldi-games__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}

.aldi-game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(111, 169, 255, 0.17);
  border-radius: 24px;
  background: rgba(14, 37, 78, 0.83);
  box-shadow: 0 22px 50px rgba(0, 5, 19, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aldi-game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 213, 31, 0.55);
  box-shadow: 0 28px 58px rgba(0, 5, 19, 0.32);
}

.aldi-game-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #06122d;
}

.aldi-game-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(4, 14, 37, 0.68));
  content: "";
  pointer-events: none;
}

.aldi-game-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 350ms ease;
}

.aldi-game-card:hover .aldi-game-card__media img {
  transform: scale(1.035);
}

.aldi-game-card__media > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #07132c;
  background: #ffd51f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aldi-game-card__content {
  padding: 23px 22px 25px;
}

.aldi-game-card__content h4 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.aldi-game-card__content p {
  margin: 0;
  color: rgba(219, 231, 249, 0.69);
  font-size: 13px;
  line-height: 1.68;
}

.aldi-games__group--modern {
  border: 1px solid rgba(96, 167, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(12, 85, 180, 0.28), transparent 44%),
    radial-gradient(circle at 96% 5%, rgba(77, 168, 255, 0.2), transparent 32%),
    #081f43;
  box-shadow: 0 30px 72px rgba(0, 5, 25, 0.28);
}

.aldi-games__group--modern::before {
  background: #58a4ff;
  box-shadow: 0 0 24px rgba(88, 164, 255, 0.46);
}

.aldi-games__group--modern .aldi-game-card {
  background: rgba(8, 31, 67, 0.94);
}

.aldi-games__group--live {
  border: 1px solid rgba(164, 115, 255, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(116, 68, 217, 0.18), transparent 34%),
    linear-gradient(145deg, #15152a 0%, #0a1124 100%);
  box-shadow: 0 30px 72px rgba(0, 3, 16, 0.32);
}

.aldi-games__group--live::before {
  background: #a87cff;
  box-shadow: 0 0 24px rgba(168, 124, 255, 0.42);
}

.aldi-games__group--live .aldi-games__group-label {
  color: #c5a9ff;
}

.aldi-games__group--live .aldi-game-card {
  border-color: rgba(168, 124, 255, 0.18);
  background: rgba(20, 22, 47, 0.95);
}

.aldi-games-live {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  overflow: hidden;
  border: 1px solid rgba(168, 124, 255, 0.24);
  border-radius: 32px;
  background: #1b1b3a;
  box-shadow: 0 26px 70px rgba(0, 5, 20, 0.29);
}

.aldi-games-live__content {
  padding: clamp(34px, 5vw, 66px);
}

.aldi-games-live__content h3 span {
  display: block;
  color: #67aaff;
}

.aldi-games-live__content > p:not(.aldi-games__group-label) {
  margin: 24px 0 0;
  color: rgba(224, 234, 250, 0.73);
  font-size: 15px;
  line-height: 1.75;
}

.aldi-games-live__content ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 27px 0 0;
  list-style: none;
}

.aldi-games-live__content li {
  position: relative;
  padding-left: 24px;
  color: rgba(241, 246, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.aldi-games-live__content li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #ffd51f;
  border-radius: 50%;
  content: "";
}

.aldi-games-live__visual {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
}

.aldi-games-live__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b1b3a 0%, transparent 23%);
  content: "";
}

.aldi-games-live__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aldi-games__grid--live {
  margin-top: 27px;
}

.aldi-games__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px 24px;
  margin-top: clamp(62px, 7vw, 92px);
  padding: 23px 26px;
  border: 1px solid rgba(255, 213, 31, 0.22);
  border-radius: 20px;
  background: rgba(255, 213, 31, 0.055);
}

.aldi-games__note strong {
  color: #ffd51f;
  font-size: 13px;
  white-space: nowrap;
}

.aldi-games__note p {
  margin: 0;
  color: rgba(223, 233, 249, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .aldi-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .aldi-games__header,
  .aldi-games__group-heading,
  .aldi-games-live {
    grid-template-columns: 1fr;
  }

  .aldi-games__eyebrow {
    grid-column: auto;
  }

  .aldi-games-live__visual {
    min-height: 420px;
    order: -1;
  }

  .aldi-games-live__visual::after {
    background: linear-gradient(180deg, transparent 64%, #1b1b3a 100%);
  }
}

@media (max-width: 620px) {
  .aldi-games {
    padding: 74px 16px 88px;
  }

  .aldi-games__header {
    gap: 24px;
    margin-bottom: 60px;
  }

  .aldi-games__title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .aldi-games__lead {
    font-size: 15px;
  }

  .aldi-games__group-heading {
    gap: 16px;
  }

  .aldi-games__grid {
    grid-template-columns: 1fr;
  }

  .aldi-games__group {
    padding: 24px 16px 28px;
    border-radius: 25px;
  }

  .aldi-games__group::before {
    left: 16px;
    width: 68px;
  }

  .aldi-game-card {
    border-radius: 20px;
  }

  .aldi-games-live {
    border-radius: 24px;
  }

  .aldi-games-live__visual {
    min-height: 300px;
  }

  .aldi-games-live__content {
    padding: 28px 22px 32px;
  }

  .aldi-games__note {
    grid-template-columns: 1fr;
  }

  .aldi-games__note strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aldi-game-card,
  .aldi-game-card__media img {
    transition: none;
  }
}


/* ==================================================
   ALDI SPORTSBOOK
================================================== */

.sports-section {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 144px) 24px;
  color: #f7fbff;
  border-top: 1px solid rgba(104, 218, 167, 0.25);
  background:
    radial-gradient(circle at 90% 4%, rgba(51, 211, 142, 0.16), transparent 28%),
    radial-gradient(circle at 5% 42%, rgba(255, 213, 31, 0.07), transparent 24%),
    linear-gradient(150deg, #071d23 0%, #0a2930 48%, #07191f 100%);
}

.sports-section__container {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.sports-section__introduction {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}

.sports-section__eyebrow,
.sports-section__header-eyebrow,
.sports-betting__eyebrow {
  margin: 0 0 16px;
  color: #65dfa9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sports-section__title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.sports-section__title span {
  display: block;
  color: #65dfa9;
}

.sports-section__lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: #e4f4ee;
  font-size: 18px;
  line-height: 1.75;
}

.sports-section__description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.sports-section__description p {
  margin: 0;
  color: rgba(218, 236, 231, 0.7);
  font-size: 14px;
  line-height: 1.72;
}

.sports-section__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.sports-section__summary span,
.sports-catalogue__more span {
  padding: 8px 12px;
  border: 1px solid rgba(101, 223, 169, 0.22);
  border-radius: 999px;
  color: #bcebd6;
  background: rgba(101, 223, 169, 0.06);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.sports-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.sports-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.sports-step__icon,
.sports-tool__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #061d22;
  background: #65dfa9;
}

.sports-step__icon svg,
.sports-tool__icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sports-step strong,
.sports-step span {
  display: block;
}

.sports-step strong {
  font-size: 14px;
}

.sports-step span {
  margin-top: 4px;
  color: rgba(212, 232, 226, 0.62);
  font-size: 11px;
  line-height: 1.45;
}

.sports-section__visual {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(101, 223, 169, 0.24);
  border-radius: 34px;
  box-shadow: 0 34px 86px rgba(0, 5, 8, 0.38);
}

.sports-section__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(4, 20, 24, 0.7));
  content: "";
}

.sports-section__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.sports-catalogue,
.sports-betting,
.sports-tools,
.sports-extended {
  margin-top: clamp(80px, 9vw, 132px);
}

.sports-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
  gap: 34px 70px;
  align-items: end;
  margin-bottom: 34px;
}

.sports-section__header h3,
.sports-betting__heading h3,
.sports-extended__item h3 {
  margin: 0;
  font-size: clamp(31px, 3.4vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.sports-section__header > p,
.sports-betting__heading > p {
  margin: 0;
  color: rgba(217, 235, 229, 0.68);
  line-height: 1.72;
}

.sports-catalogue {
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(101, 223, 169, 0.2);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(101, 223, 169, 0.11), transparent 28%),
    rgba(4, 23, 28, 0.72);
}

.sports-catalogue__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sport-card,
.betting-mode,
.sports-tool,
.sports-extended__item {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(21, 53, 57, 0.96), rgba(9, 32, 37, 0.98));
}

.sport-card {
  position: relative;
  min-height: 220px;
  padding: 27px;
}

.sport-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: #071d23;
  background: #ffd51f;
  font-size: 19px;
}

.sport-card h4,
.betting-mode h4,
.sports-tool h4 {
  margin: 20px 0 10px;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.sport-card p,
.betting-mode p,
.sports-tool p,
.sports-extended__item p {
  margin: 0;
  color: rgba(215, 234, 228, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.sports-catalogue__more {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 26px;
}

.sports-betting {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.sports-betting__heading {
  position: sticky;
  top: 110px;
  max-width: 560px;
}

.sports-betting__heading > p:last-child {
  margin-top: 20px;
}

.sports-betting__grid {
  display: grid;
  gap: 16px;
}

.betting-mode {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  border-left: 4px solid #65dfa9;
}

.betting-mode > span,
.sports-extended__item > span {
  color: #65dfa9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.betting-mode h4 {
  margin-top: 9px;
}

.sports-tools {
  padding: clamp(34px, 4vw, 58px);
  border-radius: 36px;
  background: #dcebe4;
  color: #092126;
}

.sports-tools .sports-section__header-eyebrow {
  color: #087c57;
}

.sports-tools .sports-section__header > p {
  color: #4b625d;
}

.sports-tools__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.sports-tool {
  padding: 25px;
  color: #f7fbff;
  background: #102e34;
}

.sports-tool__icon {
  background: #ffd51f;
}

.sports-extended {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sports-extended__item {
  padding: clamp(27px, 3vw, 38px);
}

.sports-extended__item h3 {
  margin: 12px 0 17px;
  font-size: clamp(25px, 2.4vw, 36px);
}

.sports-section__notice {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
  padding: 22px 25px;
  border: 1px solid rgba(255, 213, 31, 0.2);
  border-radius: 18px;
  background: rgba(255, 213, 31, 0.055);
}

.sports-section__notice strong {
  color: #ffd51f;
  font-size: 25px;
}

.sports-section__notice p {
  margin: 0;
  color: rgba(216, 234, 228, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .sports-section__introduction {
    grid-template-columns: 1fr;
  }

  .sports-section__visual {
    min-height: 580px;
    order: -1;
  }

  .sports-catalogue__grid,
  .sports-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .sports-section__header,
  .sports-betting {
    grid-template-columns: 1fr;
  }

  .sports-betting__heading {
    position: static;
  }

  .sports-extended {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .sports-section {
    padding: 76px 16px 88px;
  }

  .sports-section__title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .sports-section__description,
  .sports-steps,
  .sports-catalogue__grid,
  .sports-tools__grid {
    grid-template-columns: 1fr;
  }

  .sports-section__visual {
    min-height: 360px;
    border-radius: 24px;
  }

  .sports-catalogue,
  .sports-tools {
    padding: 26px 18px;
    border-radius: 25px;
  }

  .sports-section__notice {
    align-items: flex-start;
  }
}


/* ==================================================
   ALDI CASINO — PAYMENTS
================================================== */

.aldi-payments {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 144px) 24px;
  color: #14213d;
  border-top: 1px solid rgba(23, 82, 177, 0.12);
  background:
    radial-gradient(circle at 92% 5%, rgba(30, 110, 222, 0.12), transparent 28%),
    radial-gradient(circle at 5% 70%, rgba(255, 213, 31, 0.15), transparent 24%),
    #d9e3ee;
}

.aldi-payments__container {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.aldi-payments__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 36px 80px;
  align-items: end;
}

.aldi-payments__eyebrow {
  margin: 0 0 17px;
  color: #075ac9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.aldi-payments__title {
  max-width: 800px;
  margin: 0;
  color: #0b1934;
  font-size: clamp(48px, 5.5vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.aldi-payments__title span {
  display: block;
  color: #075ac9;
}

.aldi-payments__intro-copy {
  color: #53627a;
  font-size: 16px;
  line-height: 1.75;
}

.aldi-payments__intro-copy p:first-child {
  color: #2e3c54;
  font-size: 18px;
}

.aldi-payments__guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 42px 0 58px;
}

.aldi-payments__guide article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(21, 61, 119, 0.1);
  border-radius: 20px;
  background: rgba(237, 242, 248, 0.82);
  box-shadow: 0 14px 35px rgba(24, 51, 93, 0.07);
}

.aldi-payments__guide-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #075ac9;
}

.aldi-payments__guide-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-payments__guide strong,
.aldi-payments__guide p {
  display: block;
  margin: 0;
}

.aldi-payments__guide p {
  margin-top: 6px;
  color: #66748a;
  font-size: 13px;
  line-height: 1.55;
}

.aldi-payments__switcher {
  position: relative;
}

.aldi-payments__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.aldi-payments__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  margin: 0 auto 24px;
  padding: 8px;
  border: 1px solid rgba(20, 55, 106, 0.11);
  border-radius: 24px;
  background: #cbd7e4;
}

.aldi-payments__tab {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: center;
  min-height: 78px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #56647a;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.aldi-payments__tab-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #075ac9;
  background: rgba(7, 90, 201, 0.1);
}

.aldi-payments__tab-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-payments__tab strong,
.aldi-payments__tab small {
  display: block;
}

.aldi-payments__tab strong {
  color: inherit;
  font-size: 18px;
}

.aldi-payments__tab small {
  margin-top: 3px;
  font-size: 11px;
}

#aldi-payment-deposit:focus-visible ~ .aldi-payments__tabs .aldi-payments__tab--deposit,
#aldi-payment-withdrawal:focus-visible ~ .aldi-payments__tabs .aldi-payments__tab--withdrawal {
  outline: 3px solid rgba(7, 90, 201, 0.28);
  outline-offset: 3px;
}

#aldi-payment-deposit:checked ~ .aldi-payments__tabs .aldi-payments__tab--deposit,
#aldi-payment-withdrawal:checked ~ .aldi-payments__tabs .aldi-payments__tab--withdrawal {
  color: #fff;
  background: #075ac9;
  box-shadow: 0 16px 34px rgba(7, 63, 139, 0.22);
}

#aldi-payment-deposit:checked ~ .aldi-payments__tabs .aldi-payments__tab--deposit .aldi-payments__tab-icon,
#aldi-payment-withdrawal:checked ~ .aldi-payments__tabs .aldi-payments__tab--withdrawal .aldi-payments__tab-icon {
  color: #0b1934;
  background: #ffd51f;
}

.aldi-payments__panels {
  overflow: hidden;
  border: 1px solid rgba(21, 61, 119, 0.12);
  border-radius: 34px;
  background: rgba(229, 236, 244, 0.94);
  box-shadow: 0 34px 80px rgba(24, 51, 93, 0.12);
}

.aldi-payments__panel {
  display: none;
  padding: clamp(28px, 4vw, 54px);
}

#aldi-payment-deposit:checked ~ .aldi-payments__panels .aldi-payments__panel--deposit,
#aldi-payment-withdrawal:checked ~ .aldi-payments__panels .aldi-payments__panel--withdrawal {
  display: block;
}

.aldi-payments__panel-head,
.aldi-payments__group-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 28px 60px;
  align-items: end;
}

.aldi-payments__panel-head {
  margin-bottom: 42px;
}

.aldi-payments__panel-head p {
  margin: 0 0 9px;
  color: #075ac9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aldi-payments__panel-head h3,
.aldi-payments__group-heading h3 {
  margin: 0;
  color: #12213d;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.aldi-payments__panel-head > span,
.aldi-payments__group-heading p {
  margin: 0;
  color: #69778c;
  font-size: 14px;
  line-height: 1.65;
}

.aldi-payments__group + .aldi-payments__group {
  margin-top: 54px;
  padding-top: 48px;
  border-top: 1px solid rgba(18, 64, 126, 0.11);
}

.aldi-payments__group-heading {
  margin-bottom: 23px;
}

.aldi-payments__group-heading h3 {
  font-size: clamp(22px, 2.2vw, 31px);
}

.aldi-payments__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.aldi-payment-method {
  display: grid;
  grid-template-columns: minmax(108px, 0.44fr) minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(22, 57, 108, 0.1);
  border-radius: 18px;
  background: #dfe7f1;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.aldi-payment-method:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 90, 201, 0.28);
  box-shadow: 0 15px 32px rgba(30, 58, 100, 0.09);
}

.aldi-payment-method__logo {
  display: grid;
  width: 100%;
  min-height: 62px;
  padding: 10px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  color: #111;
  background: linear-gradient(145deg, #2a3a53, #1a2940);
}

.aldi-payment-method__logo img,
.aldi-payment-method__logo svg {
  display: block;
  width: 100%;
  max-width: 126px;
  height: 42px;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

.aldi-payment-method__logo--paypal {
  color: #003087;
  border-color: rgba(19, 46, 83, 0.08);
  background: #edf1f6;
}

.aldi-payment-method__logo--apple {
  color: #000;
  border-color: rgba(19, 46, 83, 0.08);
  background: #edf1f6;
}

.aldi-payment-method__logo--google {
  color: #3c4043;
  border-color: rgba(19, 46, 83, 0.08);
  background: #edf1f6;
}

.aldi-payment-method__copy strong,
.aldi-payment-method__copy span {
  display: block;
}

.aldi-payment-method__copy strong {
  color: #1b2941;
  font-size: 14px;
  line-height: 1.3;
}

.aldi-payment-method__copy span {
  margin-top: 5px;
  color: #718097;
  font-size: 11px;
}

.aldi-payments__group--crypto {
  padding: 48px clamp(18px, 3vw, 34px) clamp(18px, 3vw, 34px);
  border-radius: 26px;
  background: #cfdbe8;
}

.aldi-payments__group--crypto .aldi-payment-method {
  background: #e8edf4;
}

.aldi-payments__note {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 20px 23px;
  border: 1px solid rgba(255, 193, 7, 0.34);
  border-radius: 18px;
  background: #fff8d8;
}

.aldi-payments__note strong {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #14213d;
  background: #ffd51f;
  font-size: 20px;
}

.aldi-payments__note p {
  margin: 0;
  color: #5e5947;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1250px) {
  .aldi-payments__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .aldi-payments__intro,
  .aldi-payments__panel-head,
  .aldi-payments__group-heading {
    grid-template-columns: 1fr;
  }

  .aldi-payments__guide,
  .aldi-payments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .aldi-payments {
    padding: 76px 16px 88px;
  }

  .aldi-payments__title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .aldi-payments__guide,
  .aldi-payments__grid {
    grid-template-columns: 1fr;
  }

  .aldi-payments__tabs {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .aldi-payments__panel {
    padding: 25px 16px;
  }

  .aldi-payment-method {
    grid-template-columns: 112px 1fr;
  }

  .aldi-payments__group--crypto {
    padding: 30px 12px 12px;
  }

  .aldi-payments__note {
    align-items: flex-start;
  }
}


/* ==================================================
   ALDI CASINO — ABOUT / PLATFORM
================================================== */

.aldi-about {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 154px) 24px;
  color: #f6f8ff;
  border-top: 1px solid rgba(255, 213, 31, 0.2);
  background:
    radial-gradient(circle at 92% 5%, rgba(86, 124, 255, 0.2), transparent 29%),
    radial-gradient(circle at 4% 48%, rgba(255, 213, 31, 0.08), transparent 25%),
    linear-gradient(150deg, #10152a 0%, #151d3a 48%, #0b1124 100%);
}

.aldi-about__container {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.aldi-about__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 32px 78px;
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.aldi-about__eyebrow {
  grid-column: 1 / -1;
  color: #ffd51f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.aldi-about__header h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.aldi-about__header > p {
  margin: 0;
  color: rgba(223, 230, 250, 0.72);
  font-size: 17px;
  line-height: 1.78;
}

.aldi-about__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}

.aldi-about__story {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid rgba(116, 151, 255, 0.18);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.045);
}

.aldi-about__label {
  color: #80a7ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.aldi-about__story h3 {
  margin: 18px 0 24px;
  font-size: clamp(31px, 3.4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.038em;
}

.aldi-about__story p {
  color: rgba(226, 233, 250, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.aldi-about__story .aldi-about__lead {
  color: #edf2ff;
  font-size: 17px;
}

.aldi-about__quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: auto;
  padding-top: 32px;
}

.aldi-about__quick-points span {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 213, 31, 0.2);
  border-radius: 999px;
  color: #f6eaa9;
  background: rgba(255, 213, 31, 0.055);
  font-size: 11px;
  font-weight: 800;
}

.aldi-about__quick-points svg {
  width: 15px;
  stroke: #ffd51f;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-about__visual {
  display: block;
  margin: 0;
}

.aldi-about__image-frame {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(255, 213, 31, 0.2);
  border-radius: 32px;
  box-shadow: 0 34px 84px rgba(0, 3, 17, 0.36);
}

.aldi-about__image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(9, 15, 34, 0.45));
  content: "";
}

.aldi-about__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aldi-about__image-accent {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  width: 82px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #075ac9, #ffd51f);
}

.aldi-about__visual figcaption {
  padding: 14px 8px 0;
  color: rgba(215, 224, 245, 0.56);
  font-size: 12px;
  text-align: right;
}

.aldi-about__continuation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.aldi-about__continuation article {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(116, 151, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(30, 42, 81, 0.94), rgba(15, 23, 50, 0.96));
}

.aldi-about__continuation article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 4px;
  border-radius: 0 0 8px 0;
  background: linear-gradient(90deg, #075ac9, #ffd51f);
  content: "";
}

.aldi-about__continuation span {
  color: #ffd51f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.aldi-about__continuation h3 {
  margin: 14px 0 14px;
  font-size: clamp(23px, 2.1vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.aldi-about__continuation p {
  margin: 0;
  color: rgba(226, 233, 250, 0.72);
  font-size: 13px;
  line-height: 1.72;
}

.aldi-about__advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(72px, 8vw, 116px);
}

.aldi-about-card {
  position: relative;
  min-height: 285px;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(28, 39, 76, 0.98), rgba(15, 22, 48, 0.98));
}

.aldi-about-card::after {
  position: absolute;
  top: -45px;
  right: -45px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--about-accent, #6c95ff);
  opacity: 0.09;
  content: "";
}

.aldi-about-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  color: #0b142c;
  background: var(--about-accent, #6c95ff);
}

.aldi-about-card__icon svg {
  width: 25px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-about-card h3 {
  margin: 22px 0 12px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.aldi-about-card p {
  margin: 0;
  color: rgba(215, 224, 245, 0.65);
  font-size: 13px;
  line-height: 1.72;
}

.aldi-about-card--lime { --about-accent: #8fe06e; }
.aldi-about-card--coral { --about-accent: #ff8c78; }
.aldi-about-card--gold { --about-accent: #ffd51f; }
.aldi-about-card--blue { --about-accent: #68a7ff; }
.aldi-about-card--violet { --about-accent: #af8cff; }
.aldi-about-card--cyan { --about-accent: #69d8e8; }

.aldi-about__explore {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  margin-top: clamp(72px, 8vw, 116px);
  padding: clamp(34px, 5vw, 66px);
  border-radius: 32px;
  color: #111b32;
  background: #ffd51f;
}

.aldi-about__explore-copy > span {
  color: #0753b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.aldi-about__explore-copy h3 {
  margin: 16px 0;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.aldi-about__explore-copy p {
  max-width: 540px;
  margin-bottom: 0;
  color: #4d4932;
  line-height: 1.7;
}

.aldi-about__links {
  display: grid;
  gap: 10px;
}

.aldi-about-link {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(16, 31, 58, 0.12);
  border-radius: 16px;
  color: #15213b;
  background: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.aldi-about-link:hover {
  transform: translateX(5px);
  background: #fff;
}

.aldi-about-link__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: #075ac9;
}

.aldi-about-link__icon svg {
  width: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-about-link strong,
.aldi-about-link small {
  display: block;
}

.aldi-about-link small {
  margin-top: 3px;
  color: #687184;
  font-size: 11px;
}

.aldi-about-link__arrow {
  color: #075ac9;
  font-size: 22px;
}

.aldi-about__note {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-top: 28px;
  padding: 21px 24px;
  border: 1px solid rgba(116, 151, 255, 0.17);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.aldi-about__note-icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #0b142c;
  background: #ffd51f;
}

.aldi-about__note-icon svg {
  width: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.aldi-about__note p {
  margin: 0;
  color: rgba(216, 225, 246, 0.65);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .aldi-about__header,
  .aldi-about__showcase {
    grid-template-columns: 1fr;
  }

  .aldi-about__eyebrow {
    grid-column: auto;
  }

  .aldi-about__visual {
    order: -1;
  }

  .aldi-about__image-frame {
    min-height: 0;
  }

  .aldi-about__advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aldi-about__continuation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .aldi-about__explore {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .aldi-about {
    padding: 76px 16px 88px;
  }

  .aldi-about__header h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .aldi-about__image-frame {
    min-height: 0;
    aspect-ratio: 3 / 2;
    border-radius: 24px;
  }

  .aldi-about__story {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .aldi-about__advantages {
    grid-template-columns: 1fr;
  }

  .aldi-about-card {
    min-height: auto;
  }

  .aldi-about__explore {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .aldi-about__note {
    align-items: flex-start;
  }
}


/* ==================================================
   ALDI CASINO — FAQ
================================================== */

.aldi-faq {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 144px) 24px;
  color: #17233c;
  border-top: 1px solid rgba(255, 213, 31, 0.26);
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 213, 31, 0.18), transparent 27%),
    radial-gradient(circle at 5% 78%, rgba(38, 100, 198, 0.1), transparent 25%),
    #f3efe5;
}

.aldi-faq__container {
  width: min(1380px, 100%);
  margin-inline: auto;
}

.aldi-faq__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 30px 76px;
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 76px);
}

.aldi-faq__eyebrow {
  grid-column: 1 / -1;
  color: #075ac9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.aldi-faq__header h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.aldi-faq__header > p {
  margin: 0;
  color: #617087;
  font-size: 16px;
  line-height: 1.75;
}

.aldi-faq__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.aldi-faq__column {
  display: grid;
  gap: 14px;
}

.aldi-faq__item {
  overflow: hidden;
  border: 1px solid rgba(28, 59, 110, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(38, 47, 67, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aldi-faq__item[open] {
  border-color: rgba(7, 90, 201, 0.3);
  background: #fff;
  box-shadow: 0 20px 46px rgba(38, 47, 67, 0.09);
}

.aldi-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 21px 22px 21px 26px;
  color: #1a2944;
  cursor: pointer;
  font-size: 16px;
  font-weight: 820;
  line-height: 1.4;
  list-style: none;
}

.aldi-faq__item summary::-webkit-details-marker {
  display: none;
}

.aldi-faq__item summary i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: #075ac9;
  transition: transform 200ms ease, color 180ms ease, background 180ms ease;
}

.aldi-faq__item summary svg {
  width: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-faq__item[open] summary i {
  color: #17233c;
  background: #ffd51f;
  transform: rotate(180deg);
}

.aldi-faq__item summary:focus-visible {
  outline: 3px solid rgba(7, 90, 201, 0.24);
  outline-offset: -3px;
}

.aldi-faq__answer {
  position: relative;
  padding: 0 26px 26px;
}

.aldi-faq__answer::before {
  display: block;
  width: 72px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #075ac9, #ffd51f);
  content: "";
}

.aldi-faq__answer p {
  margin: 0;
  color: #657287;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 820px) {
  .aldi-faq__header,
  .aldi-faq__columns {
    grid-template-columns: 1fr;
  }

  .aldi-faq__eyebrow {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .aldi-faq {
    padding: 76px 16px 88px;
  }

  .aldi-faq__header h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .aldi-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 40px;
    min-height: 84px;
    padding: 18px;
    font-size: 15px;
  }

  .aldi-faq__item summary i {
    width: 40px;
    height: 40px;
  }

  .aldi-faq__answer {
    padding: 0 18px 21px;
  }
}


/* ==================================================
   ALDI CASINO — FOOTER
================================================== */

.aldi-footer {
  padding: clamp(72px, 8vw, 118px) 24px 30px;
  color: #edf3ff;
  background:
    radial-gradient(circle at 8% 0%, rgba(24, 102, 224, 0.18), transparent 26%),
    linear-gradient(145deg, #060d1d, #09152c 58%, #050b18);
}

.aldi-footer__container {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.aldi-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 110px);
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(128, 160, 212, 0.15);
}

.aldi-footer__logo {
  display: inline-block;
  width: min(250px, 100%);
}

.aldi-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.aldi-footer__description {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(215, 226, 245, 0.64);
  font-size: 14px;
  line-height: 1.72;
}

.aldi-footer__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.aldi-footer__highlights span {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 213, 31, 0.18);
  border-radius: 999px;
  color: #f0df84;
  font-size: 10px;
  font-weight: 800;
}

.aldi-footer__highlights svg {
  width: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.aldi-footer__navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.aldi-footer__column h3 {
  margin: 0 0 18px;
  color: #ffd51f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aldi-footer__column ul,
.aldi-footer__legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aldi-footer__column li + li {
  margin-top: 7px;
}

.aldi-footer__column a {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 9px 0;
  color: rgba(221, 231, 248, 0.7);
  font-size: 13px;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.aldi-footer__column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.aldi-footer__column i {
  color: #6da7ff;
  font-style: normal;
}

.aldi-footer__legal {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(128, 160, 212, 0.15);
}

.aldi-footer__legal > span {
  color: #7aaeff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aldi-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.aldi-footer__legal a {
  color: rgba(221, 231, 248, 0.7);
  font-size: 12px;
  text-decoration: none;
}

.aldi-footer__legal a:hover {
  color: #ffd51f;
}

.aldi-footer__information {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 34px 0;
}

.aldi-footer__information-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(128, 160, 212, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.aldi-footer__information-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: #071126;
  background: #ffd51f;
}

.aldi-footer__information-icon svg {
  width: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aldi-footer__information-item h3,
.aldi-footer__responsible h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

.aldi-footer__information-item p,
.aldi-footer__responsible p,
.aldi-footer__disclaimer p {
  margin: 0;
  color: rgba(210, 222, 243, 0.6);
  font-size: 12px;
  line-height: 1.65;
}

.aldi-footer__responsible {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 25px;
  border: 1px solid rgba(255, 213, 31, 0.24);
  border-radius: 20px;
  background: rgba(255, 213, 31, 0.055);
}

.aldi-footer__age {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  color: #09142a;
  background: #ffd51f;
  font-size: 24px;
}

.aldi-footer__australia {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #b9c9e2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aldi-footer__disclaimer {
  padding: 22px 0;
  border-bottom: 1px solid rgba(128, 160, 212, 0.15);
}

.aldi-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding-top: 25px;
  color: #aebdd5;
  font-size: 12px;
}

.aldi-footer__bottom p {
  margin: 0;
}

.aldi-footer__bottom-note {
  color: #72839f;
}

.aldi-footer__back-to-top {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #ffd51f;
  font-weight: 800;
  text-decoration: none;
}

.aldi-footer__back-to-top i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 213, 31, 0.1);
  font-style: normal;
}

.aldi-footer__back-to-top svg {
  width: 18px;
  stroke: currentColor;
  stroke-width: 2;
}

@media (max-width: 960px) {
  .aldi-footer__top {
    grid-template-columns: 1fr;
  }

  .aldi-footer__information {
    grid-template-columns: 1fr;
  }

  .aldi-footer__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 660px) {
  .aldi-footer {
    padding: 70px 16px 25px;
  }

  .aldi-footer__navigation {
    grid-template-columns: 1fr;
  }

  .aldi-footer__legal,
  .aldi-footer__responsible {
    align-items: flex-start;
    flex-direction: column;
  }

  .aldi-footer__responsible {
    grid-template-columns: 70px 1fr;
  }

  .aldi-footer__australia {
    grid-column: 1 / -1;
  }
}


/* ==================================================
   ALDI CASINO — LEGAL PAGES
================================================== */

.aldi-legal-page {
  color: #17233c;
  background: #e7edf5;
}

.aldi-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 78px;
  color: #fff;
  background: #030c21;
  box-shadow: 0 10px 30px rgba(0, 5, 20, 0.18);
}

.aldi-header .site-navigation,
.aldi-header .navbar {
  min-height: 78px;
}

.aldi-header__logo img {
  display: block;
  width: 220px;
  height: auto;
}

.aldi-header .nav-link {
  color: rgba(244, 247, 255, 0.75) !important;
  font-size: 13px;
  font-weight: 750;
}

.aldi-header .nav-link:hover {
  color: #ffd51f !important;
}

.aldi-legal {
  padding: clamp(70px, 8vw, 120px) 24px;
  background:
    radial-gradient(circle at 92% 3%, rgba(28, 101, 215, 0.12), transparent 27%),
    #e7edf5;
}

.aldi-legal__container {
  width: min(1280px, 100%);
  margin-inline: auto;
}

.aldi-legal__hero {
  padding: clamp(34px, 5vw, 68px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 213, 31, 0.13), transparent 30%),
    linear-gradient(145deg, #0a1a3c, #102c5b);
  box-shadow: 0 28px 70px rgba(25, 53, 96, 0.17);
}

.aldi-legal__eyebrow {
  color: #ffd51f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aldi-legal__hero h1 {
  margin: 17px 0 22px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.aldi-legal__summary {
  max-width: 790px;
  margin: 0;
  color: rgba(228, 236, 251, 0.74);
  font-size: 17px;
  line-height: 1.72;
}

.aldi-legal__updated {
  display: inline-block;
  margin: 27px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 213, 31, 0.25);
  border-radius: 999px;
  color: #f5e99f;
  background: rgba(255, 213, 31, 0.07);
  font-size: 11px;
  font-weight: 800;
}

.aldi-legal__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 26px;
}

.aldi-legal__contents {
  position: sticky;
  top: 102px;
  padding: 24px;
  border: 1px solid rgba(28, 59, 110, 0.11);
  border-radius: 20px;
  background: #f7f9fc;
}

.aldi-legal__contents > strong {
  color: #075ac9;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aldi-legal__contents ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aldi-legal__contents a {
  color: #5d6b81;
  font-size: 12px;
  text-decoration: none;
}

.aldi-legal__contents a:hover {
  color: #075ac9;
}

.aldi-legal__document {
  padding: clamp(27px, 4vw, 54px);
  border: 1px solid rgba(28, 59, 110, 0.11);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(30, 57, 98, 0.09);
}

.aldi-legal__section {
  scroll-margin-top: 110px;
}

.aldi-legal__section + .aldi-legal__section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid #e1e7ef;
}

.aldi-legal__section h2 {
  margin: 0 0 17px;
  color: #12213d;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.aldi-legal__section h3 {
  margin: 25px 0 10px;
  color: #23406d;
  font-size: 19px;
}

.aldi-legal__section p,
.aldi-legal__section li {
  color: #5d6b81;
  font-size: 14px;
  line-height: 1.78;
}

.aldi-legal__section a {
  color: #075ac9;
}

.aldi-legal__callout {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid #075ac9;
  border-radius: 12px;
  background: #edf4ff;
  color: #364962;
  line-height: 1.65;
}

.aldi-legal__callout--warning {
  border-left-color: #e5b900;
  background: #fff8d8;
}

.aldi-legal__page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid #e1e7ef;
}

.aldi-legal__page-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #075ac9;
  background: #edf4ff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.aldi-legal__page-links a[aria-current="page"] {
  color: #13203a;
  background: #ffd51f;
}

@media (max-width: 920px) {
  .aldi-legal__layout {
    grid-template-columns: 1fr;
  }

  .aldi-legal__contents {
    position: static;
  }
}

@media (max-width: 620px) {
  .aldi-legal {
    padding: 50px 16px 74px;
  }

  .aldi-header__logo img {
    width: 180px;
  }

  .aldi-legal__hero,
  .aldi-legal__document {
    padding: 27px 20px;
    border-radius: 22px;
  }
}
