/* ==========================================================================
   Cactus Casino — affiliate landing
   Light theme, brand colours, Montserrat, mobile first
   ========================================================================== */

:root {
  --cc-green: #00a85a;
  --cc-green-600: #068c4e;
  --cc-green-700: #0b6b3f;
  --cc-green-900: #0a3d29;
  --cc-green-050: #e9f7ef;
  --cc-green-100: #d3efe0;

  --cc-sand: #f8f4ec;
  --cc-sand-2: #f1e9da;
  --cc-sand-3: #e6dac4;

  --cc-ink: #16241d;
  --cc-body: #47574f;
  --cc-muted: #74847c;
  --cc-line: #e2e8e3;

  --cc-gold: #c79a3f;
  --cc-clay: #b9634a;

  --cc-radius: 0.375rem;
  --cc-radius-sm: 0.375rem;

  /* keep Bootstrap's own components on the same strict radius */
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.375rem;
  --bs-border-radius-lg: 0.375rem;
  --bs-border-radius-xl: 0.375rem;
  --bs-border-radius-xxl: 0.375rem;
  --bs-border-radius-2xl: 0.375rem;
  --bs-border-radius-pill: 0.375rem;

  --cc-shadow: 0 2px 4px rgba(10, 61, 41, .04), 0 12px 28px rgba(10, 61, 41, .07);
  --cc-shadow-sm: 0 1px 2px rgba(10, 61, 41, .05), 0 6px 16px rgba(10, 61, 41, .05);

  --cc-bar-h: 74px;
}

/* ---------- base ---------- */

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--cc-body);
  background: #fff;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 {
  font-weight: 800;
  color: var(--cc-ink);
  letter-spacing: -.02em;
  line-height: 1.18;
}

h1 { font-size: 1.85rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1rem; }

p { margin-bottom: 1rem; }

a { color: var(--cc-green-600); text-decoration: none; }
a:hover { color: var(--cc-green-700); text-decoration: underline; }

strong, b { color: var(--cc-ink); font-weight: 700; }

.section { padding: 44px 0; }
.section--sand { background: var(--cc-sand); }
.section--tint {
  background: linear-gradient(180deg, #fff 0%, var(--cc-green-050) 100%);
}

.lead-txt { font-size: 1rem; color: var(--cc-body); }

/* ---------- section heading ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cc-green-600);
  margin-bottom: .6rem;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--cc-green);
  border-radius: 2px;
}

.sec-head { margin-bottom: 1.75rem; }
.sec-head p { margin-bottom: 0; max-width: 62ch; }

/* ---------- buttons ---------- */

.btn {
  font-weight: 700;
  border-radius: var(--cc-radius);
  letter-spacing: .01em;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.btn:active { transform: translateY(1px); }

.btn-cactus {
  background: var(--cc-green);
  border: 1px solid var(--cc-green);
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 168, 90, .22);
}
.btn-cactus:hover,
.btn-cactus:focus {
  background: var(--cc-green-600);
  border-color: var(--cc-green-600);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 168, 90, .3);
}

.btn-cactus-outline {
  background: #fff;
  border: 1.5px solid var(--cc-green-100);
  color: var(--cc-green-700);
}
.btn-cactus-outline:hover,
.btn-cactus-outline:focus {
  background: var(--cc-green-050);
  border-color: var(--cc-green);
  color: var(--cc-green-700);
}

.btn-lg { padding: .8rem 1.6rem; font-size: 1rem; }
.btn-sm { padding: .45rem 1rem; font-size: .82rem; }

/* ---------- top telegram strip ---------- */

.tg-strip {
  background: linear-gradient(90deg, var(--cc-green-700) 0%, var(--cc-green-900) 100%);
  color: #fff;
  font-size: .78rem;
}
.tg-strip.is-hidden { display: none; }

.tg-strip__inner {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem 0;
}
.tg-strip__ico {
  flex: 0 0 auto;
  display: inline-flex;
  color: #7ee2ac;
}
.tg-strip__txt {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, .85);
}
.tg-strip__txt b { color: #fff; font-weight: 700; }
.tg-strip__btn {
  flex: 0 0 auto;
  background: #fff;
  color: var(--cc-green-700);
  font-weight: 700;
  font-size: .72rem;
  border-radius: var(--cc-radius);
  padding: .22rem .7rem;
  white-space: nowrap;
  text-decoration: none;
}
.tg-strip__btn:hover { background: var(--cc-green-050); color: var(--cc-green-900); text-decoration: none; }
.tg-strip__close {
  flex: 0 0 auto;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 1.15rem;
  line-height: 1;
  padding: 0 .15rem;
}
.tg-strip__close:hover { color: #fff; }

/* ---------- header ---------- */

.cc-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--cc-line);
}

.cc-header__inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 62px;
}

.cc-logo img { height: 26px; width: auto; display: block; }

.cc-nav {
  display: none;
  gap: 1.35rem;
  margin-left: auto;
}
.cc-nav a {
  color: var(--cc-ink);
  font-weight: 600;
  font-size: .85rem;
  padding: .25rem 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.cc-nav a:hover { color: var(--cc-green-600); border-bottom-color: var(--cc-green); }
.cc-nav a.is-active { color: var(--cc-green-600); border-bottom-color: var(--cc-green); }

.cc-header__cta { margin-left: auto; }
.cc-burger {
  border: 1px solid var(--cc-line);
  background: #fff;
  border-radius: var(--cc-radius);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cc-ink);
}

.cc-offcanvas .offcanvas-body a {
  display: block;
  padding: .7rem 0;
  border-bottom: 1px solid var(--cc-line);
  color: var(--cc-ink);
  font-weight: 600;
  text-decoration: none;
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 85% 10%, rgba(0, 168, 90, .13) 0%, rgba(0, 168, 90, 0) 60%),
    linear-gradient(180deg, var(--cc-sand) 0%, #fff 100%);
  padding: 30px 0 0;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 1px solid var(--cc-green-100);
  color: var(--cc-green-700);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .35rem .8rem;
  border-radius: var(--cc-radius);
  margin-bottom: .9rem;
}

.hero h1 { margin-bottom: .75rem; }
.hero h1 .accent { color: var(--cc-green-600); }

.hero__sub { font-size: 1rem; margin-bottom: 1.25rem; max-width: 52ch; }

.hero__offer {
  background: #fff;
  border: 1px solid var(--cc-line);
  border-left: 4px solid var(--cc-green);
  border-radius: var(--cc-radius-sm);
  padding: .9rem 1rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--cc-shadow-sm);
}
.hero__offer-label {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--cc-muted);
}
.hero__offer-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--cc-ink);
  line-height: 1.25;
}
.hero__offer-value span { color: var(--cc-green-600); }

.hero__media { position: relative; text-align: center; margin-top: 1.5rem; }
.hero__media img { width: 100%; max-width: 300px; height: auto; }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--cc-line);
  border-top: 1px solid var(--cc-line);
  margin-top: 1.5rem;
}
.hero__stat {
  background: #fff;
  padding: .85rem .5rem;
  text-align: center;
}
.hero__stat b {
  display: block;
  font-size: 1.05rem;
  color: var(--cc-green-700);
  font-weight: 800;
}
.hero__stat span { font-size: .72rem; color: var(--cc-muted); }

/* ---------- generic card ---------- */

.cc-card {
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  padding: 1.25rem;
  box-shadow: var(--cc-shadow-sm);
}
.cc-card--flat { box-shadow: none; }

.cc-ico {
  width: 42px;
  height: 42px;
  border-radius: var(--cc-radius);
  background: var(--cc-green-050);
  color: var(--cc-green-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: .8rem;
}

/* ---------- facts table ---------- */

.cc-table-wrap {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--cc-shadow-sm);
}
.cc-table { margin: 0; font-size: .87rem; }
.cc-table th,
.cc-table td {
  padding: .8rem 1rem;
  vertical-align: top;
  border-color: var(--cc-line);
}
.cc-table th {
  width: 42%;
  font-weight: 700;
  color: var(--cc-ink);
  background: var(--cc-sand);
  white-space: normal;
}
.cc-table td { color: var(--cc-body); }
.cc-table tr:last-child th,
.cc-table tr:last-child td { border-bottom: 0; }

/* ---------- bonuses ---------- */

.bonus-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  padding: 1.1rem 1.1rem 1.1rem 1.1rem;
  height: 100%;
  overflow: hidden;
  box-shadow: var(--cc-shadow-sm);
}
.bonus-card__num {
  position: absolute;
  top: .35rem;
  right: .75rem;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--cc-green-050);
  pointer-events: none;
}
.bonus-card__step {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: var(--cc-muted);
}
.bonus-card__val {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--cc-green-600);
  line-height: 1.2;
  margin: .2rem 0 .35rem;
}
.bonus-card__desc { font-size: .82rem; color: var(--cc-body); margin: 0; }

.promo-row {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  padding: .95rem 0;
  border-bottom: 1px dashed var(--cc-line);
}
.promo-row:last-child { border-bottom: 0; }
.promo-row__day {
  flex: 0 0 auto;
  min-width: 84px;
  font-weight: 800;
  color: var(--cc-green-700);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding-top: .1rem;
}
.promo-row__body { font-size: .87rem; }
.promo-row__body b { display: block; color: var(--cc-ink); }

.welcome-total {
  background: linear-gradient(135deg, var(--cc-green-700) 0%, var(--cc-green-900) 100%);
  color: #fff;
  border-radius: var(--cc-radius);
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
}
.welcome-total h3 { color: #fff; margin-bottom: .35rem; }
.welcome-total p { color: rgba(255, 255, 255, .8); font-size: .87rem; margin-bottom: 1rem; }
.welcome-total__big {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: .25rem;
}
.welcome-total__big span { color: #7ee2ac; }
.welcome-total img {
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 150px;
  opacity: .9;
  pointer-events: none;
}

/* ---------- games ---------- */

.chip-row {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  margin-bottom: 1.25rem;
  scrollbar-width: none;
}
.chip-row::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  padding: .4rem .9rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--cc-ink);
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.chip:hover { border-color: var(--cc-green-100); background: var(--cc-green-050); }
.chip__n { color: var(--cc-muted); font-weight: 600; font-size: .72rem; margin-left: .15rem; }
.chip--active,
.chip--active:hover { background: var(--cc-green); border-color: var(--cc-green); color: #fff; }
.chip--active .chip__n { color: rgba(255, 255, 255, .75); }

.game-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
}
.game-card {
  display: block;
  border-radius: var(--cc-radius);
  overflow: hidden;
  background: var(--cc-sand-2);
  border: 1px solid var(--cc-line);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.game-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cc-shadow);
  text-decoration: none;
}
.game-card__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.game-card__meta {
  display: block;
  padding: .5rem .6rem .55rem;
  background: #fff;
  border-top: 1px solid var(--cc-line);
}
.game-card__name {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: var(--cc-ink);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-card__prov {
  display: block;
  margin-top: .1rem;
  font-size: .68rem;
  line-height: 1.3;
  color: var(--cc-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li {
  display: flex;
  align-items: baseline;
  gap: .6rem;
  padding: .6rem 0;
  border-bottom: 1px dashed var(--cc-line);
  font-size: .87rem;
}
.cat-list li:last-child { border-bottom: 0; }
.cat-list b { color: var(--cc-ink); min-width: 118px; display: inline-block; }

/* ---------- providers ---------- */

.prov-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem;
}
.prov-item {
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius-sm);
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem;
  transition: border-color .16s ease, transform .16s ease;
}
.prov-item:hover { border-color: var(--cc-green-100); transform: translateY(-2px); }
.prov-item img { max-width: 100%; max-height: 30px; opacity: .82; }

/* ---------- payments ---------- */

.pay-list { display: flex; flex-wrap: wrap; gap: .4rem; }
.pay-tag {
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  padding: .35rem .65rem;
  font-size: .78rem;
  font-weight: 600;
  color: var(--cc-ink);
}
.pay-tag--crypto { border-color: var(--cc-sand-3); background: var(--cc-sand); }

.limit-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px dashed var(--cc-line);
}
.limit-box:last-child { border-bottom: 0; }
.limit-box span { font-size: .85rem; color: var(--cc-body); }
.limit-box b { color: var(--cc-green-700); font-weight: 800; white-space: nowrap; font-size: .9rem; }

/* ---------- reviews ---------- */

.review {
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  padding: 1.1rem;
  height: 100%;
  box-shadow: var(--cc-shadow-sm);
}
.review__top { display: flex; align-items: center; gap: .7rem; margin-bottom: .6rem; }
.review__ava {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: var(--cc-radius);
  background: var(--cc-green-050);
  color: var(--cc-green-700);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}
.review__name { font-weight: 700; color: var(--cc-ink); font-size: .88rem; line-height: 1.2; }
.review__date { font-size: .72rem; color: var(--cc-muted); }
.review__stars { color: var(--cc-gold); font-size: .8rem; letter-spacing: .08em; margin-bottom: .45rem; }
.review__text { font-size: .85rem; margin: 0; }

.rating-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--cc-green-050);
  border: 1px solid var(--cc-green-100);
  border-radius: var(--cc-radius);
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
}
.rating-summary__score {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--cc-green-700);
  line-height: 1;
}

/* ---------- steps ---------- */

.step {
  display: flex;
  gap: .9rem;
  padding: .9rem 0;
  border-bottom: 1px dashed var(--cc-line);
}
.step:last-child { border-bottom: 0; }
.step__n {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: var(--cc-radius);
  background: var(--cc-green);
  color: #fff;
  font-weight: 800;
  font-size: .82rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step__b h4 { margin-bottom: .15rem; font-size: .93rem; }
.step__b p { margin: 0; font-size: .85rem; }

.mirror-box {
  background: var(--cc-sand);
  border: 1px dashed var(--cc-sand-3);
  border-radius: var(--cc-radius);
  padding: 1.1rem;
}
.mirror-url {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  padding: .6rem .75rem;
  margin-top: .75rem;
  font-weight: 700;
  color: var(--cc-ink);
  font-size: .85rem;
  word-break: break-all;
}

/* ---------- telegram banner ---------- */

.tg-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--cc-radius);
  background: linear-gradient(135deg, #0b6b3f 0%, #0a3d29 100%);
  color: #fff;
  padding: 1.5rem 1.25rem;
}
.tg-banner h3 { color: #fff; font-size: 1.2rem; margin-bottom: .5rem; }
.tg-banner p { color: rgba(255, 255, 255, .82); font-size: .87rem; margin-bottom: 1rem; }
.tg-banner .btn { background: #fff; color: var(--cc-green-700); border-color: #fff; }
.tg-banner .btn:hover { background: var(--cc-green-050); color: var(--cc-green-900); }
.tg-banner__img {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 150px;
  pointer-events: none;
}
.tg-banner__list { list-style: none; padding: 0; margin: 0 0 1rem; }
.tg-banner__list li {
  font-size: .84rem;
  color: rgba(255, 255, 255, .88);
  padding-left: 1.3rem;
  position: relative;
  margin-bottom: .3rem;
}
.tg-banner__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7ee2ac;
  font-weight: 700;
}

/* ---------- FAQ ---------- */

.accordion-item {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius-sm) !important;
  margin-bottom: .6rem;
  overflow: hidden;
  background: #fff;
}
.accordion-button {
  font-weight: 700;
  color: var(--cc-ink);
  font-size: .92rem;
  padding: .95rem 1rem;
  background: #fff;
}
.accordion-button:not(.collapsed) {
  color: var(--cc-green-700);
  background: var(--cc-green-050);
  box-shadow: none;
}
.accordion-button:focus { box-shadow: none; border-color: var(--cc-green-100); }
.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.accordion-body { font-size: .87rem; padding: .25rem 1rem 1.1rem; }

/* ---------- footer ---------- */

.cc-footer {
  background: var(--cc-green-900);
  color: rgba(255, 255, 255, .68);
  padding: 36px 0;
  font-size: .82rem;
}
.cc-footer h5 {
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  margin-bottom: .8rem;
}
.cc-footer a { color: rgba(255, 255, 255, .8); }
.cc-footer a:hover { color: #fff; }
.cc-footer img { height: 24px; margin-bottom: 1rem; }
.cc-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  font-size: .75rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
}
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: var(--cc-radius);
  font-weight: 800;
  color: #fff;
  font-size: .72rem;
  margin-right: .6rem;
}

/* ---------- sticky bottom CTA ---------- */

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: saturate(180%) blur(12px);
  border-top: 1px solid var(--cc-line);
  box-shadow: 0 -6px 24px rgba(10, 61, 41, .1);
  transform: translateY(120%);
  visibility: hidden;
  pointer-events: none;
  transition: transform .32s cubic-bezier(.22, .61, .36, 1), visibility 0s linear .32s;
  padding: .6rem 0 calc(.6rem + env(safe-area-inset-bottom));
}
.sticky-cta.is-visible {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform .32s cubic-bezier(.22, .61, .36, 1), visibility 0s;
}

.sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.sticky-cta__logo { display: none; height: 22px; }
.sticky-cta__txt { min-width: 0; flex: 1 1 auto; }
.sticky-cta__label {
  display: block;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cc-muted);
  line-height: 1.4;
}
.sticky-cta__bonus {
  display: block;
  font-size: .92rem;
  font-weight: 800;
  color: var(--cc-ink);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-cta__bonus span { color: var(--cc-green-600); }
.sticky-cta .btn { flex: 0 0 auto; white-space: nowrap; }

/* ---------- misc ---------- */

.note-small { font-size: .76rem; color: var(--cc-muted); }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .5rem;
  font-size: .87rem;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cc-green);
  font-weight: 800;
}

.cross-list li::before { content: "–"; color: var(--cc-clay); }

/* ==========================================================================
   Breakpoints
   ========================================================================== */

@media (max-width: 399.98px) {
  .sticky-cta__inner { gap: .5rem; }
  .sticky-cta .btn { padding: .5rem .85rem; font-size: .82rem; }
  .sticky-cta__bonus { font-size: .82rem; }
  .tg-strip__txt { font-size: .72rem; }
  .cc-header__inner { gap: .5rem; }
}

@media (min-width: 576px) {
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .prov-grid { grid-template-columns: repeat(3, 1fr); }
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
  .sticky-cta__logo { display: block; }
}

@media (min-width: 768px) {
  body { font-size: 16px; }
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.3rem; }
  .section { padding: 68px 0; }
  .hero { padding: 56px 0 0; }
  .hero__sub { font-size: 1.08rem; }
  .hero__media img { max-width: 380px; }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .prov-grid { grid-template-columns: repeat(4, 1fr); }
  .tg-banner { padding: 2.25rem 2rem; }
  .tg-banner__img { display: block; }
  .cc-table { font-size: .95rem; }
  .cc-table th { width: 34%; }
  .welcome-total { padding: 2rem; }
  .welcome-total__big { font-size: 2.6rem; }
  .sticky-cta__bonus { font-size: 1.05rem; }
}

@media (min-width: 992px) {
  .cc-nav { display: flex; }
  .cc-burger { display: none !important; }
  .cc-header__cta { margin-left: 1.5rem; }
  .hero { padding: 76px 0 0; }
  .hero h1 { font-size: 3.1rem; }
  .hero__media { margin-top: 0; }
  .hero__media img { max-width: 100%; }
  .game-grid { grid-template-columns: repeat(6, 1fr); }
  .prov-grid { grid-template-columns: repeat(6, 1fr); }
}
