@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; }

.nn84-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.056);
  box-shadow: 0 14px 44px rgba(0,0,0,0.406);
  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(178deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.179) 35%, rgba(0,0,0,0.697) 70%, rgba(0,0,0,0.95) 100%);
  z-index: 1;
}
.nn84-content {
  position: relative; z-index: 2;
  padding: 41px 45px;
  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.472);
}
.nn84-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 614px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.439);
}
.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: 1025px;
  background: rgba(0,0,0,0.552);
  border: 1px solid rgba(255,255,255,0.177);
  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.029em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.nn84-cta:hover {
  background: rgba(0,0,0,0.679);
  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: 312px; }
  .nn84-content { padding: 27px 23px; }
  .nn84-title { font-size: 22px; }
  .nn84-cta { min-height: 50px; padding: 10px 14px; font-size: 12px; }
}

.wm77-hero {
    background: linear-gradient(142deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 18%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .wm77-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .wm77-grid {
    display: grid;
    grid-template-columns: 1fr 377px;
    gap: 49px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .wm77-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.714rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }
  .wm77-title { color: var(--c-text); margin-bottom: 14px; }
  .wm77-accent { color: var(--c-accent); }
  .wm77-desc {
    font-size: 1.024rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 462px;
    margin-bottom: 25px;
  }
  .wm77-stats {
    display: flex;
    gap: 29px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .wm77-stat-val {
    font-size: 1.426rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .wm77-stat-lbl {
    font-size: 0.675rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.061em;
    margin-top: 4px;
  }
  .wm77-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .wm77-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 12px rgba(255,255,255,0.125), 0 0 3px rgba(255,255,255,0.155);
    overflow: hidden;
  }
  .wm77-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.759rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    color: var(--c-text-muted);
  }
  .wm77-card-body { padding: 20px 24px; }
  .wm77-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .wm77-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-border) 40%, transparent);
  }
  .wm77-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .wm77-feature-icon svg {
    width: 16px;
    height: 16px;
    color: var(--c-accent);
  }
  .wm77-feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .wm77-feature-name {
    font-size: 0.817rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .wm77-feature-sub {
    font-size: 0.704rem;
    color: var(--c-text-muted);
  }
  .wm77-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .wm77-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.865rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .wm77-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .wm77-grid { grid-template-columns: 1fr; gap: 31px; padding: 41px 0; }
    .wm77-card { display: none; }
  }

.cq57-wrap { max-width: 1005px; 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: 716px; }
  .cq57-row { display: grid; grid-template-columns: 203px 1fr; gap: 41px; 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.857rem; text-transform: uppercase; letter-spacing: 0.061em; 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; } }

.vm11-wrap { max-width: 1074px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .vm11-intro { max-width: 799px; }
  .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: 23px; }
  .vm11-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 29px; }
  .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.668rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.136em; 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: 21px; height: 19px; 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; } }

.yg20-wrap { max-width: 902px; margin: 0 auto; }
  .yg20-title { color: var(--c-text); margin: 0 0 18px; }
  .yg20-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 23px; }
  .yg20-sec { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 22px 26px; margin-bottom: 14px; }
  .yg20-sec:last-child { margin-bottom: 0; }
  .yg20-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.068rem; }
  .yg20-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .yg20-sp:last-child { margin-bottom: 0; }

.kq12-wrap { max-width: 1068px; margin: 0 auto; }
  .kq12-intro { max-width: 744px; 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 28px -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: 728px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .kq12-table thead th { background: linear-gradient(134deg, 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.117em; 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 19px; font-size: 15px; 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); }

.bx52-wrap { max-width: 1111px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .bx52-intro { max-width: 834px; }
  .bx52-title { color: var(--c-text); margin: 0 0 14px; }
  .bx52-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .bx52-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .bx52-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; position: relative; }
  .bx52-card::before { content: ''; position: absolute; top: -1px; left: 22px; right: 23px; height: 2px; background: var(--c-accent); border-radius: 0 0 2px 2px; opacity: 0.7; }
  .bx52-eyebrow { font-size: 0.67rem; color: var(--c-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.138em; margin-bottom: 8px; }
  .bx52-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.08rem; font-weight: 700; }
  .bx52-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .bx52-p:last-child { margin-bottom: 0; }
  .bx52-take { margin: 14px 0 0; padding: 16px 18px; background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-radius: 10px; }
  .bx52-take-label { font-size: 0.697rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.122em; margin-bottom: 6px; }
  .bx52-take-text { font-size: 14px; line-height: 1.7; color: var(--c-text); margin: 0; }
  .bx52-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 36px; }
  .bx52-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.14rem; font-weight: 700; }
  .bx52-bp { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 18px; max-width: 758px; }
  .bx52-bcols { column-count: 2; column-gap: 43px; }
  .bx52-bcol-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .bx52-bcol-p:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .bx52-row { grid-template-columns: 1fr; } .bx52-bcols { column-count: 1; } }

.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.106);
  box-shadow: 0 16px 51px rgba(0,0,0,0.459);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 0%;
  z-index: 0;
}
.bg62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(139deg, rgba(0,0,0,0.743) 0%, rgba(0,0,0,0.406) 50%, rgba(0,0,0,0.733) 100%);
  z-index: 1;
}
.bg62-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 43px 28px;
  max-width: 718px;
}
.bg62-title {
  font-size: 31px;
  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.452);
}
.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.019em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.484);
}
.bg62-cta {
  display: inline-block;
  padding: 13px 39px;
  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.353);
  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.151),
    0 10px 28px rgba(34,197,94,0.48);
}
@media (max-width: 768px) {
  .bg62-card { min-height: 344px; }
  .bg62-content { padding: 32px 18px; }
  .bg62-title { font-size: 22px; }
  .bg62-amount { font-size: 14px; }
  .bg62-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.app-inline-bonus-banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 278px;
  margin: 24px 0 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0b3d43;
}
.app-inline-bonus-banner-sports {
  background: #0b3d43;
}
.app-inline-bonus-banner-img,
.app-inline-bonus-banner-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.app-inline-bonus-banner-img {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.07) brightness(1.04);
}
.app-inline-bonus-banner-sports .app-inline-bonus-banner-img {
  object-fit: cover;
  object-position: center 12%;
  opacity: 1;
}
.app-inline-bonus-banner-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 28, 30, 0.9) 0%, rgba(5, 28, 30, 0.62) 48%, rgba(5, 28, 30, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.app-inline-bonus-banner-sports .app-inline-bonus-banner-overlay {
  display: none;
  background: transparent;
}
.app-inline-bonus-banner-content {
  position: relative;
  z-index: 2;
  min-height: 278px;
  width: min(100%, 630px);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.app-inline-bonus-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);
}
.app-inline-bonus-banner-title {
  margin-top: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}
.app-inline-bonus-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;
}
.app-inline-bonus-banner-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.3);
}
@media (max-width: 768px) {
  .app-inline-bonus-banner {
    min-height: 258px;
    margin: 20px 0 30px;
  }
  .app-inline-bonus-banner-casino .app-inline-bonus-banner-img {
    object-position: 64% center;
  }
  .app-inline-bonus-banner-sports .app-inline-bonus-banner-img {
    object-fit: cover;
    object-position: 78% 12%;
    opacity: 1;
  }
  .app-inline-bonus-banner-sports {
    background: #0b3d43;
  }
  .app-inline-bonus-banner-overlay {
    background:
      linear-gradient(180deg, rgba(5, 28, 30, 0.35) 0%, rgba(5, 28, 30, 0.16) 42%, rgba(5, 28, 30, 0.37) 100%),
      linear-gradient(90deg, rgba(5, 28, 30, 0.44) 0%, rgba(5, 28, 30, 0.25) 58%, rgba(5, 28, 30, 0.03) 100%);
  }
  .app-inline-bonus-banner-sports .app-inline-bonus-banner-overlay {
    display: block;
    background:
      linear-gradient(180deg, rgba(5, 28, 30, 0.35) 0%, rgba(5, 28, 30, 0.16) 42%, rgba(5, 28, 30, 0.37) 100%),
      linear-gradient(90deg, rgba(5, 28, 30, 0.44) 0%, rgba(5, 28, 30, 0.25) 58%, rgba(5, 28, 30, 0.03) 100%);
  }
  .app-inline-bonus-banner-content {
    min-height: 258px;
    width: min(84%, 320px);
    padding: 28px 22px;
  }
  .app-inline-bonus-banner-kicker {
    font-size: 18px;
  }
  .app-inline-bonus-banner-title {
    font-size: 23px;
  }
  .app-inline-bonus-banner-sports .app-inline-bonus-banner-title {
    font-size: 32px;
  }
  .app-inline-bonus-banner-cta {
    min-height: 46px;
    padding: 0 24px;
    font-size: 13px;
  }
}

.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: 27px;
  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: 28px;
}

/* Already the slimmest of the family — just tighten the section
     padding (ae-section-sm was 47px each side = 97px of vertical
     whitespace on top of an already 51px-tall row) and drop tile
     height a notch to land near ~38px total row height. */
  .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: 1112px; 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.137em; 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: 38px; 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.151s; }
  .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; } }

.bt45-wrap { padding: 0.772rem 0; }
  .bt45-band {
    height: 2px;
    background: linear-gradient(
      89deg,
      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;
  }

.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.514rem 1.285rem; 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.786rem; text-decoration: none; padding: 0.255rem 0.76rem; border-right: 1px solid var(--c-border); transition: color 0.198s; 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: 51px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.512rem; 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.728rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.502rem 0.752rem; }
  .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%);
  }
}
