@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
:root {
  --c-primary: #0c0c0c;
  --c-secondary: #151515;
  --c-accent: #e62e00;
  --c-bg: #161f27;
  --c-surface: #2b2222;
  --c-text: #eee4af;
  --c-text-muted: #e0bc0b;
  --c-btn: #f2be02;
  --c-btn-text: #fbfbf4;
  --c-border: #262121;
  --c-grad-start: #0c0c0c;
  --c-grad-end: #221a1a;
  --c-logo-text: #ffffff;
}
.oi-logo-text { color: var(--c-logo-text) !important; font-size: 29px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


/* ─── Logo Icon ─── */
.oi-logo-icon {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-family: 'Black Ops One', sans-serif !important;
}

.h24_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h24_nav a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.865rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.146s, color 0.149s;
  }
  .h24_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h24_right-area {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h24_bonus-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 19px;
    padding: 5px 12px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.147s;
  }
  .h24_bonus-badge:hover {
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
  }
  .h24_bonus-icon {
    font-size: 0.899rem;
    line-height: 1;
  }
  .h24_bonus-text {
    font-size: 0.778rem;
    font-weight: 700;
    color: var(--c-accent);
    letter-spacing: 0.01em;
  }
  .h24_bonus-sub {
    font-size: 0.702rem;
    font-weight: 500;
    color: color-mix(in srgb, var(--c-accent) 65%, transparent);
  }
  .h24_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 38px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 900px) {
    .h24_bonus-sub { display: none; }
  }
  @media (max-width: 768px) {
    .h24_nav { display: none; }
    .h24_cta-desktop { display: none !important; }
    .h24_menu-btn { display: flex !important; }
  }
  .h24_s1 { position: sticky; top: 0; z-index: 100; }
  .h24_s2 { display: flex; align-items: center; gap: 10px; }
  .h24_s3 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h24_s4 { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h24_s5 { flex: 1; justify-content: center; }

.eb40-card {
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  min-height: 358px;
  background: linear-gradient(132deg,
    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.077);
  box-shadow: 0 16px 49px rgba(0,0,0,0.395);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 37px;
}
.eb40-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.eb40-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.506) 0%, rgba(0,0,0,0.207) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.eb40-frame {
  position: relative;
  z-index: 2;
  max-width: 618px;
  padding: 37px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.182);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.eb40-title {
  font-size: 29px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.456);
}
.eb40-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 23px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.387);
}
.eb40-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 998px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.31);
  transition: box-shadow .25s ease, filter .18s;
}
.eb40-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.24),
    0 10px 28px rgba(34,197,94,0.496);
}
@media (max-width: 768px) {
  .eb40-card {
    min-height: 340px;
    padding: 22px;
    justify-content: center;
  }
  .eb40-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.472) 0%, rgba(0,0,0,0.669) 100%);
  }
  .eb40-frame { padding: 24px 23px; max-width: 100%; }
  .eb40-title { font-size: 21px; }
  .eb40-amount { font-size: 14px; }
}

.ze29-wrap { max-width: 860px; margin: 0 auto; }
  .ze29-title { color: var(--c-text); margin: 0 0 22px; }
  .ze29-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .ze29-list { margin: 27px 0; display: grid; gap: 10px; }
  .ze29-row {
    display: grid;
    grid-template-columns: 234px 1fr;
    gap: 22px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(132deg,
      var(--c-surface) 0%,
      color-mix(in srgb, var(--c-accent) 5%, var(--c-surface)) 100%);
    border: 1px solid var(--c-border);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    overflow: hidden;
  }
  .ze29-row:hover {
    border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border));
    transform: translateX(3px);
    box-shadow: 0 10px 30px -16px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .ze29-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .ze29-value {
    font-size: 14px;
    line-height: 1.55;
    color: var(--c-text-muted);
  }
  @media (max-width: 640px) {
    .ze29-row {
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 14px 16px;
    }
    .ze29-label { font-size: 11px; }
  }

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

.og33-wrap { max-width: 1078px; margin: 0 auto; }
  .og33-intro { max-width: 778px; margin-bottom: 22px; }
  .og33-title { color: var(--c-text); margin: 0 0 12px; }
  .og33-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .og33-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .og33-table { width: 100%; min-width: 750px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .og33-table thead th { background: linear-gradient(138deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.717rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .og33-table thead th.og33-best { background: linear-gradient(134deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .og33-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.58rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.141em; margin-bottom: 8px; }
  .og33-best-title { display: block; }
  .og33-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .og33-table tbody td.og33-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .og33-table tbody tr:last-child td { border-bottom: none; }
  .og33-table tbody tr:last-child td.og33-best-cell { border-bottom: 2px solid var(--c-accent); }
  .og33-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .og33-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .og33-best-cell .og33-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.zx82-wrap { max-width: 786px; margin: 0 auto; }
  .zx82-title { color: var(--c-text); margin: 0 0 20px; }
  .zx82-panel { background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 27px 33px; }
  .zx82-p { font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .zx82-p:last-child { margin-bottom: 0; }

.ze62-wrap { max-width: 977px; margin: 0 auto; }
  .ze62-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 27px 29px 30px;
    box-shadow: 0 16px 43px -22px rgba(0,0,0,0.316);
  }
  .ze62-title { color: var(--c-text); margin: 0 0 12px; }
  .ze62-intro { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .ze62-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .ze62-card {
    border-radius: 12px;
    padding: 22px 23px;
    background: linear-gradient(133deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    color: #fff;
  }
  .ze62-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .ze62-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.741); margin: 0; }

  .ze62-mid-p { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .ze62-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(134deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 52px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 21px;
  }
  .ze62-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ze62-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.807); margin: 0 0 16px; }
  .ze62-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.765); margin: 16px 0 0; }

  .ze62-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ze62-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 1007px; background: rgba(255,255,255,0.093); border: 1px solid rgba(255,255,255,0.038); }
  .ze62-bullet-icon {
    flex: 0 0 32px; height: 31px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .ze62-bullet-icon svg { width: 14px; height: 14px; }
  .ze62-bullet-text { flex: 1; color: rgba(255,255,255,0.911); font-size: 13px; line-height: 1.4; font-weight: 600; }

  .ze62-h3-light { color: var(--c-text); font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ze62-p { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 19px; }

  .ze62-table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    background: var(--c-bg);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    border-radius: 12px; overflow: hidden;
    margin: 0 0 18px;
    table-layout: fixed;
  }
  .ze62-table th, .ze62-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .ze62-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.119em; text-transform: uppercase;
    color: var(--c-bg);
    background: linear-gradient(135deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
  }
  .ze62-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .ze62-table tbody tr:last-child td { border-bottom: none; }
  .ze62-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 6%, transparent); }

  .ze62-cta-wrap { margin-top: 18px; }
  .ze62-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1028px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.097em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .ze62-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 768px) {
    .ze62-cards { grid-template-columns: 1fr; }
    .ze62-bullets { grid-template-columns: 1fr; }
    .ze62-table th, .ze62-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .ze62-outer { padding: 22px 18px; border-radius: 14px; }
    .ze62-panel { padding: 18px 16px; border-radius: 12px; }
  }

.rm63-card {
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  min-height: 366px;
  background: linear-gradient(138deg,
    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.104);
  box-shadow: 0 14px 44px rgba(0,0,0,0.415);
  display: flex;
  align-items: flex-end;
}
.rm63-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.rm63-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(176deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.186) 35%, rgba(0,0,0,0.721) 70%, rgba(0,0,0,0.872) 100%);
  z-index: 1;
}
.rm63-content {
  position: relative; z-index: 2;
  padding: 39px 43px;
  width: 100%;
}
.rm63-title {
  font-size: 29px;
  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.457);
}
.rm63-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.818);
  line-height: 1.55;
  margin: 0 0 21px;
  max-width: 619px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.469);
}
.rm63-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. */
.rm63-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 985px;
  background: rgba(0,0,0,0.542);
  border: 1px solid rgba(255,255,255,0.142);
  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%);
}
.rm63-cta:hover {
  background: rgba(0,0,0,0.728);
  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);
}
.rm63-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .rm63-card { min-height: 325px; }
  .rm63-content { padding: 28px 22px; }
  .rm63-title { font-size: 21px; }
  .rm63-cta { padding: 11px 16px; font-size: 12px; }
}

.mn85-wrap { max-width: 1093px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .mn85-intro { max-width: 798px; }
  .mn85-title { color: var(--c-text); margin: 0 0 14px; }
  .mn85-lead { font-size: 16px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .mn85-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
  .mn85-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 32px; }
  .mn85-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.042rem; font-weight: 700; }
  .mn85-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .mn85-row { grid-template-columns: 1fr; } }

.dj56-wrap { max-width: 1071px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .dj56-intro { max-width: 820px; text-align: center; margin: 0 auto; }
  .dj56-title { color: var(--c-text); margin: 0 0 14px; }
  .dj56-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .dj56-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .dj56-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 16px; padding: 32px 30px 28px; text-align: center; }
  .dj56-thumb { width: 62px; height: 63px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
  .dj56-thumb-pro { background: color-mix(in srgb, var(--c-accent) 18%, transparent); color: var(--c-accent); }
  .dj56-thumb-con { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .dj56-thumb svg { width: 32px; height: 32px; stroke-width: 2; }
  .dj56-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.035rem; font-weight: 700; }
  .dj56-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
  .dj56-item { font-size: 14px; line-height: 1.6; color: var(--c-text-muted); padding-left: 16px; position: relative; }
  .dj56-item::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
  .dj56-col-con .dj56-item::before { background: var(--c-text-muted); opacity: 0.6; }
  @media (max-width: 768px) { .dj56-row { grid-template-columns: 1fr; } }

.na51-wrap { max-width: 1128px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .na51-intro { max-width: 840px; }
  .na51-title { color: var(--c-text); margin: 0 0 14px; }
  .na51-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .na51-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .na51-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 31px; }
  .na51-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.047rem; font-weight: 700; }
  .na51-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .na51-p:last-child { margin-bottom: 0; }
  .na51-list { margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.75; color: var(--c-text-muted); }
  .na51-list li { margin-bottom: 8px; }
  .na51-list li:last-child { margin-bottom: 0; }
  .na51-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 31px 36px; }
  .na51-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.132rem; font-weight: 700; }
  .na51-bp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 22px; }
  .na51-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 29px 41px; }
  .na51-h4 { color: var(--c-text); margin: 0 0 8px; font-size: 0.706rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.118em; }
  .na51-cp { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .na51-row { grid-template-columns: 1fr; } .na51-grid { grid-template-columns: 1fr; gap: 18px; } }

.ad71-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 385px;
  background: linear-gradient(132deg,
    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.051);
  box-shadow: 0 14px 44px rgba(0,0,0,0.447);
  display: flex;
  align-items: flex-end;
}
.ad71-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ad71-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(184deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.226) 35%, rgba(0,0,0,0.756) 75%, rgba(0,0,0,0.973) 100%);
  z-index: 1;
}
.ad71-content {
  position: relative; z-index: 2;
  padding: 36px 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.ad71-text { max-width: 740px; }
.ad71-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 975px;
  background: color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent);
  color: var(--c-accent, #f59e0b);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.122em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.ad71-title {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.547);
}
.ad71-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.865);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.424);
}
.ad71-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 1004px;
  background: var(--c-accent, #22c55e);
  color: var(--c-bg, var(--c-bg));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.317);
  transition: box-shadow .25s ease, filter .18s;
}
.ad71-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.ad71-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .ad71-card { min-height: 342px; }
  .ad71-content {
    padding: 25px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ad71-title { font-size: 22px; }
}

/* ── Centered footer with a deliberate visual hierarchy: ─────────
     1) Logo — brand identity
     2) Tagline — short pitch (optional, truncates cleanly)
     3) <divider>
     4) Primary nav — multipage links (Bonuses / Games / Reviews), same
        weight/size as header nav
     5) Legal nav — Terms / Privacy / Cookies, smaller + muted + dot
        separators so they read as "fine print" not top-level nav
     6) <divider>
     7) Copyright row — © year · brand · play responsibly · 18+ badge

     Every block is symmetric around the horizontal centre and uses
     consistent 14-18 px vertical rhythm. When a section's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .tq55-root { text-align: center; padding: 44px 0 27px; }
  .tq55-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .tq55-tagline {
    font-size: 0.857rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 474px; line-height: 1.55;
  }

  .tq55-divider {
    max-width: 273px; height: 1px;
    background: var(--c-border); opacity: .6;
    margin: 0 auto;
  }

  /* Primary nav — same visual weight as the header's top-level links. */
  .tq55-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 30px;
    margin: 20px auto 0;
  }
  .tq55-nav-primary:empty { display: none; }
  .tq55-nav-primary a {
    font-size: 0.899rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .tq55-nav-primary a:hover { color: var(--c-accent); }

  /* Legal nav — explicitly softer: smaller, muted, dot separators
     between items so the eye parses it as compliance fine-print, not
     primary navigation. */
  .tq55-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.774rem;
    color: var(--c-text-muted);
  }
  .tq55-nav-legal:empty { display: none; }
  .tq55-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .tq55-nav-legal a:hover { color: var(--c-accent); }
  /* Pseudo-element separator — `a + a::before` ensures the dot only
     appears BETWEEN links (never leading/trailing), and its symmetric
     `margin: 0 14px` guarantees equal whitespace on both sides of
     every dot regardless of which links ended up in the row. Earlier
     attempt used column-gap + negative-left + margin-right and the
     dot slid off-centre; this version is single-source-of-truth. */
  .tq55-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

  .tq55-payments {
    justify-content: center;
    margin-top: 18px;
  }
  .tq55-payments:empty { display: none; }

  .tq55-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 21px;
    font-size: 0.763rem;
    color: var(--c-text-muted);
  }
  .tq55-bottom-sep {
    width: 3px; height: 3px; border-radius: 50%;
    background: currentColor; opacity: .4;
    display: inline-block;
  }

/* ── 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"] .oi-btn,
  body [class*="actions-desktop"] .oi-btn,
  body [class*="btns-desktop"] .oi-btn,
  body [class*="cta-wrap"] .oi-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: 12px !important;
  }
}
