@charset "UTF-8";

:root {
  --c-primary: #0e3f48;
  --c-secondary: #0c3740;
  --c-accent: #ff4c4b;
  --c-bg: #104a50;
  --c-surface: #13524f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c4b;
  --c-btn-text: #ffffff;
  --c-border: #116067;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}

.ae-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


.ae-logo-png { height: 40px; width: auto; display: block; object-fit: contain; }

.h17_trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 10px;
    padding: 6px 14px 6px 10px;
    flex-shrink: 0;
  }
  .h17_badge-shield {
    width: 32px;
    height: 32px;
    background: var(--c-accent);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.023rem;
    flex-shrink: 0;
  }
  .h17_badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .h17_badge-title {
    font-size: 0.747rem;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .h17_badge-stars {
    display: flex;
    align-items: center;
    gap: 1px;
  }
  .h17_star {
    color: #f59e0b;
    font-size: 0.715rem;
    line-height: 1;
  }
  .h17_badge-sub {
    font-size: 0.664rem;
    color: color-mix(in srgb, var(--c-text) 55%, transparent);
    font-weight: 500;
    margin-left: 4px;
    white-space: nowrap;
  }
  .h17_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h17_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h17_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 37px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 900px) {
    .h17_trust-badge { display: none; }
  }
  @media (max-width: 768px) {
    .h17_nav { display: none; }
    .h17_cta-desktop { display: none !important; }
    .h17_menu-btn { display: flex !important; }
  }
  .h17_sroot { position: sticky; top: 0; z-index: 100; }
  .h17_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h17_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h17_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h17_mbtn { flex: 1; justify-content: center; }

.bg62-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 357px;
  background: linear-gradient(133deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.055);
  box-shadow: 0 16px 50px rgba(0,0,0,0.444);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bg62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(133deg, rgba(0,0,0,0.667) 0%, rgba(0,0,0,0.414) 50%, rgba(0,0,0,0.73) 100%);
  z-index: 1;
}
.bg62-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 28px;
  max-width: 708px;
}
.bg62-title {
  font-size: 33px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.499);
}
.bg62-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.bg62-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.bg62-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.021em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.bg62-cta {
  display: inline-block;
  padding: 13px 37px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.307);
  transition: box-shadow .25s ease, filter .18s;
}
.bg62-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.19),
    0 10px 29px rgba(34,197,94,0.454);
}
@media (max-width: 768px) {
  .bg62-card { min-height: 337px; }
  .bg62-content { padding: 31px 18px; }
  .bg62-title { font-size: 22px; }
  .bg62-amount { font-size: 14px; }
  .bg62-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.gx14-hero {
  position: relative;
  min-height: 486px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.gx14-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(91deg,
    rgb(0 0 0 / calc(.95 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.93 + var(--hi-offset, 0))) 28%,
    rgb(0 0 0 / calc(.75 + var(--hi-offset, 0))) 52%,
    transparent 100%);
}
.gx14-content {
  position: relative; z-index: 1;
  max-width: 575px;
  padding: 41px 0;
}
.gx14-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.gx14-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.33); }
.gx14-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.784);
  line-height: 1.65;
  margin: 0 0 27px;
}
.gx14-btn-primary {
  display: inline-block;
  padding: 13px 32px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s;
}
.gx14-btn-primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .gx14-hero { min-height: 388px; } }

.vm11-wrap { max-width: 1048px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .vm11-intro { max-width: 827px; }
  .vm11-title { color: var(--c-text); margin: 0 0 14px; }
  .vm11-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .vm11-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .vm11-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 31px; }
  .vm11-col-pros { border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border)); }
  .vm11-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.694rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.139em; padding: 6px 12px; border-radius: 6px; margin: 0 0 18px; }
  .vm11-label-cons { background: color-mix(in srgb, var(--c-text-muted) 14%, transparent); color: var(--c-text); }
  .vm11-label-pros { background: color-mix(in srgb, var(--c-accent) 16%, transparent); color: var(--c-accent); }
  .vm11-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .vm11-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); }
  .vm11-ico { flex-shrink: 0; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-top: 1px; }
  .vm11-ico-pro { background: var(--c-accent); color: var(--c-bg); }
  .vm11-ico-con { background: color-mix(in srgb, var(--c-text-muted) 28%, transparent); color: var(--c-text-muted); }
  .vm11-ico svg { width: 12px; height: 12px; }
  @media (max-width: 768px) { .vm11-row { grid-template-columns: 1fr; } }

.guide-list.bonus-casino-checklist {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 14px 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-list.bonus-casino-checklist li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 16px 9px 10px;
  border: 1px solid color-mix(in srgb, var(--c-text) 9%, transparent);
  border-radius: 8px;
  background: #235b5f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.guide-list.bonus-casino-checklist li + li {
  margin-top: 0;
}
.guide-list.bonus-casino-checklist li::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #ff4d55;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23082f35' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}
@media (max-width: 640px) {
  .guide-list.bonus-casino-checklist li {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--c-text-muted);
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
  }

  .guide-list.bonus-casino-checklist li::before {
    width: 7px;
    height: 7px;
    margin-top: 9px;
    border-radius: 50%;
    background: #ff5757;
    background-image: none;
  }
}

.bonus-inline-offer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 300px;
  margin: 24px 0 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0b4547;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}
.bonus-inline-offer-img,
.bonus-inline-offer-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bonus-inline-offer-img {
  object-fit: cover;
  object-position: center center;
}
.bonus-inline-offer-overlay {
  background:
    linear-gradient(180deg, rgba(5, 28, 30, 0.36) 0%, rgba(5, 28, 30, 0.68) 100%),
    radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.48) 72%);
}
.bonus-inline-offer-content {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bonus-inline-offer-kicker {
  color: #ff4d55;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}
.bonus-inline-offer-title {
  margin-top: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}
.bonus-inline-offer-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border-radius: 8px;
  background: #22c55e;
  color: #082f35;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.32);
}
.bonus-inline-offer-cta:hover {
  filter: brightness(1.06);
}
@media (max-width: 768px) {
  .bonus-inline-offer,
  .bonus-inline-offer-content {
    min-height: 260px;
  }
  .bonus-inline-offer-kicker {
    font-size: 22px;
  }
  .bonus-inline-offer-title {
    font-size: 15px;
  }
}

.bonus-fourth-deposit-banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 286px;
  margin: 24px 0 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0b3d43;
}
.bonus-fourth-deposit-banner-img,
.bonus-fourth-deposit-banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bonus-fourth-deposit-banner-img {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.07) brightness(1.04);
}
.bonus-fourth-deposit-banner-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 28, 30, 0.9) 0%, rgba(5, 28, 30, 0.64) 48%, rgba(5, 28, 30, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.38) 100%);
}
.bonus-fourth-deposit-banner-content {
  position: relative;
  z-index: 2;
  min-height: 286px;
  width: min(100%, 620px);
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bonus-fourth-deposit-banner-kicker {
  color: #ff4d55;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}
.bonus-fourth-deposit-banner-title {
  margin-top: 10px;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}
.bonus-fourth-deposit-banner-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border-radius: 8px;
  background: #22c55e;
  color: #082f35;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.22);
  transition: filter 0.18s ease, box-shadow 0.18s ease;
}
.bonus-fourth-deposit-banner-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.3);
}
@media (max-width: 768px) {
  .bonus-fourth-deposit-banner {
    min-height: 260px;
    margin: 20px 0 30px;
  }
  .bonus-fourth-deposit-banner-img {
    object-position: 64% center;
  }
  .bonus-fourth-deposit-banner-overlay {
    background:
      linear-gradient(180deg, rgba(5, 28, 30, 0.39) 0%, rgba(5, 28, 30, 0.225) 42%, rgba(5, 28, 30, 0.42) 100%),
      linear-gradient(90deg, rgba(5, 28, 30, 0.45) 0%, rgba(5, 28, 30, 0.3) 58%, rgba(5, 28, 30, 0.17) 100%);
  }
  .bonus-fourth-deposit-banner-content {
    min-height: 260px;
    width: min(82%, 315px);
    padding: 28px 22px;
  }
  .bonus-fourth-deposit-banner-kicker {
    font-size: 18px;
  }
  .bonus-fourth-deposit-banner-title {
    font-size: 23px;
  }
  .bonus-fourth-deposit-banner-cta {
    min-height: 46px;
    padding: 0 24px;
    font-size: 13px;
  }
}

.cq57-wrap { max-width: 995px; margin: 0 auto; }
  .cq57-title { color: var(--c-text); margin: 0 0 18px; }
  .cq57-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 24px; max-width: 733px; }
  .cq57-row { display: grid; grid-template-columns: 205px 1fr; gap: 40px; padding: 22px 0; border-top: 1px solid var(--c-border); }
  .cq57-row:last-child { border-bottom: 1px solid var(--c-border); }
  .cq57-sh3 { color: var(--c-accent); margin: 0; font-size: 0.878rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; padding-top: 4px; }
  .cq57-col { min-width: 0; }
  .cq57-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .cq57-sp:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .cq57-row { grid-template-columns: 1fr; gap: 8px; } }

.nn84-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 353px;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.101);
  box-shadow: 0 14px 45px rgba(0,0,0,0.433);
  display: flex;
  align-items: flex-end;
}
.nn84-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.nn84-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(179deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.105) 35%, rgba(0,0,0,0.741) 70%, rgba(0,0,0,0.945) 100%);
  z-index: 1;
}
.nn84-content {
  position: relative; z-index: 2;
  padding: 40px 43px;
  width: 100%;
}
.nn84-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.526);
}
.nn84-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.864);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 609px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.444);
}
.nn84-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Variant 04 signature: dark glass pills. Hover halo borrows the brand
   accent so the glow tints to whatever colour the site uses. */
.nn84-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 13px 22px;
  border-radius: 978px;
  background: rgba(0,0,0,0.584);
  border: 1px solid rgba(255,255,255,0.213);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease;
  letter-spacing: 0.03em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.nn84-cta:hover {
  background: rgba(0,0,0,0.66);
  border-color: color-mix(in srgb, var(--c-accent, #4ade80) 70%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #4ade80) 18%, transparent),
    0 8px 22px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.nn84-cta svg,
.nn84-cta img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.nn84-cta span {
  line-height: 1.15;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nn84-card { min-height: 317px; }
  .nn84-content { padding: 28px 23px; }
  .nn84-title { font-size: 22px; }
  .nn84-cta { min-height: 50px; padding: 10px 14px; font-size: 12px; }
}

.hg57-wrap { max-width: 955px; margin: 0 auto; }
  .hg57-title { color: var(--c-text); margin: 0 0 24px; }
  .hg57-cols { column-count: 2; column-gap: 47px; }
  .hg57-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .hg57-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .hg57-cols { column-count: 1; } }

.kq12-wrap { max-width: 1076px; margin: 0 auto; }
  .kq12-intro { max-width: 747px; margin-bottom: 22px; }
  .kq12-title { color: var(--c-text); margin: 0 0 12px; }
  .kq12-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .kq12-scroll { overflow-x: auto; border-radius: 14px; box-shadow: 0 6px 29px -12px color-mix(in srgb, var(--c-accent) 35%, transparent); border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border)); }
  .kq12-table { width: 100%; min-width: 713px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .kq12-table thead th { background: linear-gradient(132deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 55%, var(--c-grad-end)) 100%); color: var(--c-bg); text-align: left; padding: 16px 20px; font-size: 0.683rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.122em; border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent); }
  .kq12-table thead th:first-child { padding-left: 22px; }
  .kq12-table tbody td { padding: 16px 20px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .kq12-table tbody tr:last-child td { border-bottom: none; }
  .kq12-table tbody tr:hover { background: color-mix(in srgb, var(--c-accent) 5%, transparent); }
  .kq12-table tbody td:first-child { color: var(--c-text); font-weight: 700; border-left: 3px solid transparent; padding-left: 19px; }
  .kq12-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

.hc70-wrap { max-width: 786px; margin: 0 auto; }
  .hc70-title { color: var(--c-text); margin: 0 0 22px; }
  .hc70-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .hc70-p:last-child { margin-bottom: 0; }

.wt65-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 41px;
}
@media (max-width: 640px) { .wt65-grid { grid-template-columns: 1fr; } }
.wt65-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.wt65-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.wt65-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 29px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.wt65-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.wt65-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.wt65-header { text-align: center; }
.wt65-title { margin-top: 8px; }
.wt65-more {
  text-align: center;
  margin-top: 29px;
}

.bt45-wrap { padding: 0.737rem 0; }
  .bt45-band {
    height: 2px;
    background: linear-gradient(
      92deg,
      transparent 0%,
      color-mix(in srgb, var(--c-accent) 40%, transparent) 20%,
      var(--c-accent) 50%,
      color-mix(in srgb, var(--c-accent) 40%, transparent) 80%,
      transparent 100%
    );
    border-radius: 2px;
  }

/* Trust/logo strip above footer, matched to the rest of the site. */
  .jr41-root { background: var(--c-surface); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); padding: 14px 0; }
  .jr41-wrap { max-width: 1200px !important; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
  .jr41-label { font-size: 0.692rem; font-weight: 700; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 0.139em; flex-shrink: 0; }
  .jr41-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; flex: 1; min-width: 0; }
  .jr41-row .ae-mb-trust-tile { height: 37px; display: flex; align-items: center; justify-content: center; padding: 4px 10px; }
  .jr41-row .ae-mb-trust-img { max-width: 85%; max-height: 100%; object-fit: contain; opacity: 0.85; transition: opacity 0.148s; }
  .jr41-row .ae-mb-trust-tile:hover .ae-mb-trust-img { opacity: 1; }
  @media (max-width: 768px) { .jr41-row { grid-template-columns: repeat(3, 1fr); } .jr41-wrap { justify-content: center; } }

.ft12_footer { background: var(--c-primary); border-top: 1px solid var(--c-border); }
/* Top row — single "command bar": [logo] [nav+extra links] [payments] [18+].
   Payments migrated up from the bottom row so the entire actionable
   surface (links + payments + compliance badge) lives on one line; the
   bottom row shrinks to pure copyright + "play responsibly" text.
   `margin-left: auto` on the payments block pushes it (and the 18+
   badge right after it) to the right edge while the nav grows to fill
   whatever gap is left between logo and that group. */
.ft12_top { display: flex; align-items: center; justify-content: center; gap: 0.513rem 1.226rem; padding: 14px 0; flex-wrap: wrap; text-align: center; }

/* Nav — primary multipage links followed by legal/extra links, both
   inline with pipe separators. `:empty` collapses the whole row on
   landing sites without any of those placeholders producing links. */
.ft12_nav { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; flex: 0 1 auto; min-width: 0; }
.ft12_nav:empty { display: none; }
.ft12_nav a { color: var(--c-text-muted); font-size: 0.799rem; text-decoration: none; padding: 0.255rem 0.749rem; border-right: 1px solid var(--c-border); transition: color 0.2s; white-space: nowrap; }
.ft12_nav a:first-child { padding-left: 0; }
.ft12_nav a:last-child { border-right: none; }
.ft12_nav a:hover { color: var(--c-accent); }

/* Payments inline with the nav row — smaller than default so they read
   as a compliance strip rather than a marketing showcase. Scoped
   override of .ae-pay-logo: height trimmed from 22→16 px, padding
   squeezed so ten pill badges still fit next to a full nav bar. */
.ft12_pay { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; margin-left: 0; }
.ft12_pay:empty { display: none; }
.ft12_pay .ae-pay-logo {
  height: 20px;
  max-width: 50px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.508rem; align-items: center; justify-content: center; flex-shrink: 0; }

/* Bottom row — now just a thin compliance line (copyright +
   "play responsibly"). Centre-aligned for balance regardless of how
   wide the text happens to be after brand substitution. */
.ft12_bottom {
  border-top: 1px solid var(--c-border);
  padding: 13px 0 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
}
.ft12_responsible { width: 100%; max-width: 1100px; margin: 0; color: var(--c-text-muted); font-size: 0.715rem; line-height: 1.6; text-align: center; }
.ft12_legal { color: var(--c-text-muted); font-size: 0.707rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.495rem 0.74rem; }
  .ft12_pay { margin-left: 0; width: 100%; justify-content: center; }
  .ft12_badge_row { margin-left: 0; }
}
@media (max-width: 600px) {
  .ft12_top { flex-direction: column; align-items: center; }
  .ft12_pay { justify-content: center; }
  .ft12_badge_row { margin-left: 0; }
  .ft12_nav { flex: 1 1 100%; justify-content: center; }
}

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .ae-btn,
  body [class*="actions-desktop"] .ae-btn,
  body [class*="btns-desktop"] .ae-btn,
  body [class*="cta-wrap"] .ae-btn,
  body [class*="cta-desktop"] button,
  body [class*="actions-desktop"] button,
  body [class*="btns-desktop"] button,
  body [class*="cta-wrap"] button,
  body [class*="cta-desktop"] a,
  body [class*="actions-desktop"] a,
  body [class*="btns-desktop"] a,
  body [class*="cta-wrap"] a {
    padding: 7px 12px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 768px) {
  .bg62-overlay,
  .nn84-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.27) 34%, rgba(0, 0, 0, 0.33) 72%, rgba(0, 0, 0, 0.45) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.21) 54%, rgba(0, 0, 0, 0.35) 100%);
  }

  .bonus-inline-offer-overlay {
    background:
      linear-gradient(180deg, rgba(5, 28, 30, 0.4) 0%, rgba(5, 28, 30, 0.26) 42%, rgba(5, 28, 30, 0.43) 100%),
      radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.29) 72%);
  }
}
