/* =============================================
   TEMPLATE 4 — Warm Cream / Rose-Gold theme
   Font: Plus Jakarta Sans
   Accent: #c9a84c (gold) + #e8385c (rose-red CTA)
   BG: #fffdf7 (cream) | Header: white with thick border
   Cards: white with left-side colored accent bar
   ============================================= */

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 10px; scroll-behavior: smooth; }
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #1a1208;
  background: #fffdf7;
  min-width: 36rem;
}
ul, ol { margin: 0; padding: 0; }
img { border-style: none; max-width: 100%; height: auto; display: block; }
a { background-color: transparent; }
h1,h2,h3,h4,h5,h6,p { margin: 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  border: 0; clip: rect(0 0 0 0);
}

:root {
  --gold:   #c9a84c;
  --gold-d: #a8852e;
  --gold-l: #fdf6e3;
  --rose:   #e8385c;
  --rose-d: #c42040;
  --rose-l: #fdf0f3;
  --ink:    #1a1208;
  --ink2:   #4a3f2f;
  --muted:  #9e8e76;
  --bg:     #fffdf7;
  --bg2:    #f7f3ea;
  --white:  #ffffff;
  --brd:    #e8e0d0;
  --brd2:   #d4c9b0;
  --red:    #dc2626;
  --green:  #16a34a;
  --r:      0.8rem;
  --r2:     1.4rem;
  --sh:     0 1px 8px rgba(26,18,8,.06), 0 4px 20px rgba(26,18,8,.04);
  --sh2:    0 4px 16px rgba(26,18,8,.10), 0 12px 40px rgba(26,18,8,.08);
}

.container { width: 100%; max-width: 120rem; margin: 0 auto; padding: 0 1.6rem; }
.wrapper { flex: 1 0 auto; padding-top: 6.8rem; }

/* =============================================
   HEADER — white, bottom border gold
   ============================================= */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 6.8rem;
  background: var(--white);
  border-bottom: 3px solid var(--gold);
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2rem;
}

/* LOGO */
.logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; flex-shrink: 0; }
.logo__icon {
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(201,168,76,.4));
}
.logo__text {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.logo__text strong { color: var(--gold); font-weight: 800; }
.logo__text--light { color: rgba(255,255,255,.85); }
.logo__text--light strong { color: var(--gold); }

/* NAV */
.header__nav { margin-left: auto; }
.header__nav ul { display: flex; align-items: center; gap: 0.2rem; list-style: none; }
.header__nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.4rem;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--ink2);
  text-decoration: none;
  border-radius: var(--r);
  transition: background 0.15s, color 0.15s;
}
.header__nav a:hover { background: var(--gold-l); color: var(--gold-d); }

/* ACTIONS */
.header__actions { display: flex; align-items: center; gap: 0.8rem; }
.h-btn {
  width: 3.8rem; height: 3.8rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg2);
  border: 1.5px solid var(--brd);
  border-radius: var(--r);
  cursor: pointer;
  color: var(--ink2);
  transition: border-color 0.15s, color 0.15s;
}
.h-btn svg { width: 1.8rem; height: 1.8rem; }
.h-btn:hover { border-color: var(--gold); color: var(--gold-d); }

.h-gift {
  position: relative;
  width: 3.8rem; height: 3.8rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.h-gift svg { width: 2.2rem; height: 2.2rem; color: var(--rose); }
.h-gift span {
  position: absolute; top: 2px; right: 2px;
  width: 1.6rem; height: 1.6rem;
  background: var(--rose);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--white);
}

.h-toggle {
  display: none;
  width: 3.8rem; height: 3.8rem;
  align-items: center; justify-content: center;
  background: var(--bg2);
  border: 1.5px solid var(--brd);
  border-radius: var(--r);
  cursor: pointer;
}
.h-toggle svg { width: 2rem; height: 2rem; color: var(--ink); }

/* =============================================
   HERO — split: dark left panel + image right
   ============================================= */
.hero {
  background: #1a1208;
  position: relative;
  overflow: hidden;
  padding: 7.2rem 0 6rem;
}
.hero__noise {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(201,168,76,.04) 0px,
      rgba(201,168,76,.04) 1px,
      transparent 1px,
      transparent 12px
    );
  pointer-events: none;
}
/* glowing orb */
.hero::after {
  content: '';
  position: absolute;
  width: 60rem; height: 60rem;
  background: radial-gradient(circle, rgba(201,168,76,.18) 0%, transparent 70%);
  top: -15rem; right: -10rem;
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 1; text-align: center; }

.hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.6rem;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 10rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}
.hero__label svg { width: 1.4rem; height: 1.4rem; }

.hero h1 {
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: 1.8rem;
}
.hero h1 span {
  background: linear-gradient(90deg, var(--gold), #f0d080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__desc {
  font-size: 1.8rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 3.6rem;
}
.hero__desc br { display: block; }

/* KPIs */
.hero__kpis {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r2);
  padding: 0;
  margin-bottom: 3.6rem;
  overflow: hidden;
}
.hero__kpi {
  padding: 1.4rem 3rem;
  text-align: center;
}
.hero__kpi b {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.04em;
}
.hero__kpi span {
  font-size: 1.2rem;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.hero__kpi-sep {
  width: 1px;
  height: 4rem;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}

/* HERO CATS */
.hero__cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; list-style: none; }
.hc {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  color: rgba(255,255,255,.75);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}
.hc:hover {
  background: rgba(201,168,76,.18);
  border-color: rgba(201,168,76,.5);
  color: var(--gold);
}

/* =============================================
   COLS
   ============================================= */
.cols { padding: 4.4rem 0; }
.cols__wrap { display: flex; gap: 2.8rem; align-items: flex-start; }
.cols__main { flex: 1 1 0; min-width: 0; }
.cols__sidebar { width: 28rem; flex-shrink: 0; }

/* SECTION HEAD */
.sec-head { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: 2.4rem; flex-wrap: wrap; }
.sec-head h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.025em;
}
.sec-badge {
  padding: 0.3rem 1rem;
  background: var(--rose-l);
  color: var(--rose-d);
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 10rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border: 1px solid rgba(232,56,92,.2);
}

/* =============================================
   CASINO CARDS — left accent bar design
   ============================================= */
.clist { list-style: none; }
.clist > li + li { margin-top: 1rem; }

.card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.8rem 2rem 1.8rem 2.6rem;
  background: var(--white);
  border: 1px solid var(--brd);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.15s;
}
.card:hover { box-shadow: var(--sh2); transform: translateY(-2px); }

/* left accent bar */
.card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0.5rem;
  background: var(--brd2);
  border-radius: var(--r2) 0 0 var(--r2);
}
.card--top::before  { background: linear-gradient(180deg, var(--gold), #f0d080); }
.card--2::before    { background: #b0b8c8; }
.card--3::before    { background: #c99060; }

/* MEDAL */
.card__medal {
  font-size: 2.4rem;
  line-height: 1;
  flex-shrink: 0;
  min-width: 3rem;
  text-align: center;
}
.card__medal--num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brd2);
}

/* LOGO */
.card__logo {
  width: 8rem; height: 5.2rem;
  flex-shrink: 0;
  background: var(--bg2);
  border: 1px solid var(--brd);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  padding: 0.6rem;
  overflow: hidden;
}
.card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* BODY */
.card__body { flex: 1 1 0; min-width: 0; }
.card__title-row { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 0.6rem; flex-wrap: wrap; }
.card__name { font-size: 1.9rem; font-weight: 800; color: var(--ink); }

/* STARS */
.card__stars { display: flex; align-items: center; gap: 0.2rem; }
.card__stars svg { width: 1.5rem; height: 1.5rem; color: var(--gold); }
.card__stars .st-half { opacity: 0.4; }
.card__stars .st-empty { color: var(--brd); }
.card__stars span { font-size: 1.3rem; font-weight: 700; color: var(--muted); margin-left: 0.4rem; }

/* TAGS */
.card__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.8rem; }
.tag {
  padding: 0.25rem 0.9rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.tag--green  { background: #f0fdf4; color: #15803d; }
.tag--blue   { background: #eff6ff; color: #1d4ed8; }
.tag--purple { background: #faf5ff; color: #7e22ce; }

/* PAYMENTS */
.card__pays { display: flex; align-items: center; gap: 0.5rem; }
.card__pays img {
  width: 2.8rem; height: 1.8rem;
  object-fit: contain;
  background: var(--bg2);
  border-radius: 0.3rem;
  padding: 0.2rem;
}

/* OFFER */
.card__offer {
  flex-shrink: 0;
  min-width: 12rem;
  text-align: center;
  padding: 1.2rem;
  background: var(--gold-l);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: var(--r);
}
.card__amount {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--gold-d);
  line-height: 1;
  letter-spacing: -0.035em;
}
.card__spins {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold-d);
  margin-top: 0.2rem;
}
.card__type { font-size: 1.1rem; color: var(--muted); margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.05em; }

/* CTA */
.card__cta { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; flex-shrink: 0; }
.card__link {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}
.card__link:hover { color: var(--rose); }

/* =============================================
   BUTTONS
   ============================================= */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  padding: 1.2rem 2rem;
  background: var(--rose);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(232,56,92,.3);
  letter-spacing: 0.01em;
}
.btn-cta:hover { background: var(--rose-d); transform: translateY(-1px); }

.button {
  display: block;
  padding: 1rem 1.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  background: var(--rose);
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  max-width: 100%;
  transition: background 0.15s;
}
.button:hover { background: var(--rose-d); }

/* =============================================
   SIDEBAR
   ============================================= */
.sb {
  background: var(--white);
  border: 1px solid var(--brd);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  overflow: hidden;
}
.sb__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.4rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ink);
  background: var(--gold-l);
  border-bottom: 2px solid rgba(201,168,76,.25);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.sb__head svg { width: 1.6rem; height: 1.6rem; color: var(--gold-d); }

/* SB LIST */
.sb__list { list-style: none; counter-reset: sbc; }
.sb__item { counter-increment: sbc; border-bottom: 1px solid var(--brd); }
.sb__item:last-child { border-bottom: none; }
.sb__item--gold { background: linear-gradient(to right, #fffdf0, #fff); }

.sb__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.6rem 1.2rem 4rem;
  text-decoration: none;
  position: relative;
  transition: background 0.15s;
}
.sb__link::before {
  content: counter(sbc);
  position: absolute; left: 1.4rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold);
}
.sb__item--gold .sb__link::before { color: var(--gold-d); }
.sb__link:hover { background: var(--gold-l); }

.sb__logo {
  width: 3.6rem; height: 3.6rem;
  border-radius: 50%;
  background: var(--bg2);
  border: 1px solid var(--brd);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  padding: 0.3rem;
  overflow: hidden;
}
.sb__logo img { max-width: 80%; max-height: 80%; object-fit: contain; }
.sb__name { font-size: 1.4rem; font-weight: 700; color: var(--ink); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sb__bonus { font-size: 1.2rem; color: var(--gold-d); font-weight: 600; margin: 0; }

/* SB LINKS */
.sb__links { list-style: none; }
.sb__links li { border-bottom: 1px solid #f5f0e8; }
.sb__links li:last-child { border-bottom: none; }
.sb__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink2);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.sb__links a::after { content: '›'; font-size: 1.8rem; color: var(--brd2); }
.sb__links a:hover { background: var(--gold-l); color: var(--gold-d); }
.sb__links a:hover::after { color: var(--gold); }

/* =============================================
   CONTENT
   ============================================= */
.content { padding: 0 0 5rem; }
.content .container > p { font-size: 1.65rem; color: var(--ink2); line-height: 1.8; }
.content .container > p:not(:last-child) { margin-bottom: 2rem; }

.heading {
  margin: 4rem 0 1.4rem;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.heading::after {
  content: '';
  display: block;
  width: 4rem;
  height: 0.35rem;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 10rem;
  margin-top: 0.6rem;
}

/* =============================================
   CHECK LIST
   ============================================= */
.check-list { font-size: 1.6rem; margin-bottom: 3.6rem; }
.check-list ul, .check-list ol { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr)); gap: 1.2rem; }
.check-list li {
  padding: 2rem 2rem 2rem 5.8rem;
  background: var(--white);
  border: 1px solid var(--brd);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  position: relative;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.check-list li:hover { box-shadow: var(--sh2); border-color: var(--gold); }
.check-list li::before {
  content: '✓';
  position: absolute; top: 2rem; left: 1.8rem;
  width: 2.8rem; height: 2.8rem;
  background: linear-gradient(135deg, var(--gold), #f0d080);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(201,168,76,.3);
}
.check-list h3 { font-size: 1.7rem; font-weight: 800; color: var(--ink); margin-bottom: 0.5rem; }
.check-list p { color: var(--ink2); font-size: 1.45rem; line-height: 1.6; }
.check-list a { color: var(--gold-d); text-decoration: underline; }
.check-list a:hover { text-decoration: none; }

/* =============================================
   RTP
   ============================================= */
.rtp-list { margin-bottom: 3.6rem; }
.rtp-list__items { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.rtp-card {
  display: flex;
  gap: 2.4rem;
  padding: 2.8rem;
  background: var(--white);
  border: 1px solid var(--brd);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  position: relative;
  overflow: hidden;
}
/* top gold stripe */
.rtp-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 0.4rem;
  background: linear-gradient(90deg, var(--gold), #f0d080, transparent);
}
.rtp-card__col { flex: 1 1 50%; min-width: 0; }
.rtp-card__title { font-size: 2rem; font-weight: 800; color: var(--ink); margin-bottom: 1.2rem; }
.rtp-card__text { color: var(--ink2); font-size: 1.5rem; line-height: 1.7; margin-bottom: 1.6rem; }
.rtp-card__list { list-style: none; margin-bottom: 2rem; }
.rtp-card__list li { display: flex; justify-content: space-between; padding: 0.8rem 0; border-bottom: 1px solid var(--brd); font-size: 1.5rem; }
.rtp-card__list li:last-child { border-bottom: none; }
.rtp-card__list b { color: var(--muted); }
.rtp-card__list span { font-weight: 700; color: var(--ink); }
.rtp-card__img { border-radius: var(--r); overflow: hidden; margin-bottom: 1.4rem; height: 18rem; background: var(--bg2); }
.rtp-card__img img { width: 100%; height: 100%; object-fit: cover; }

/* =============================================
   LIST-TOPS
   ============================================= */
.list-tops { margin-bottom: 3.2rem; }
.list-tops ol { list-style: none; counter-reset: lt; display: flex; flex-direction: column; gap: 0.8rem; }
.list-tops li {
  display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem;
  padding: 1.6rem 2rem; background: var(--white);
  border: 1px solid var(--brd); border-radius: var(--r2);
  counter-increment: lt; box-shadow: var(--sh);
  position: relative; overflow: hidden;
}
.list-tops li::before {
  content: counter(lt);
  font-size: 2.2rem; font-weight: 800;
  color: var(--gold-l); min-width: 2.4rem; text-align: center;
}
.list-tops li:first-child {
  background: #1a1208;
  border-color: rgba(201,168,76,.4);
}
.list-tops li:first-child::before { color: rgba(201,168,76,.35); }
.list-tops li:first-child span { color: rgba(255,255,255,.75); }
.list-tops li:first-child .referral-btn { background: var(--gold); color: #1a1208; box-shadow: 0 3px 10px rgba(201,168,76,.35); }
.list-tops li:first-child .referral-btn:hover { background: var(--gold-d); }
.list-tops span { font-size: 1.4rem; font-weight: 500; flex-shrink: 0; color: var(--ink2); }
.list-tops__logo {
  width: 6rem; height: 3.8rem; background: rgba(255,255,255,.1);
  border-radius: 0.6rem; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; padding: 0.4rem;
}
.list-tops__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.list-tops .referral-btn {
  margin-left: auto; padding: 0.9rem 2rem;
  background: var(--rose); color: #fff;
  font-size: 1.4rem; font-weight: 800;
  border: none; border-radius: var(--r);
  cursor: pointer; white-space: nowrap;
  transition: background 0.15s;
  box-shadow: 0 2px 8px rgba(232,56,92,.25);
}
.list-tops .referral-btn:hover { background: var(--rose-d); }

/* =============================================
   PROS / CONS
   ============================================= */
.pros-cons { display: flex; gap: 1.6rem; margin-bottom: 3.6rem; }
.pros-cons__item {
  flex: 1; padding: 2.8rem; border-radius: var(--r2);
  border: 1px solid; position: relative; overflow: hidden;
}
.pros-cons__item::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 0.4rem;
}
.pros-cons__item--pros { background: #f0fdf4; border-color: #86efac; }
.pros-cons__item--pros::before { background: linear-gradient(90deg, #16a34a, transparent); }
.pros-cons__item--cons { background: #fff5f5; border-color: #fca5a5; }
.pros-cons__item--cons::before { background: linear-gradient(90deg, var(--red), transparent); }
.pros-cons__title { font-size: 1.9rem; font-weight: 800; margin-bottom: 1.6rem; }
.pros-cons__item--pros .pros-cons__title { color: #15803d; }
.pros-cons__item--cons .pros-cons__title { color: #b91c1c; }
.pros-cons__list { list-style: none; }
.pros-cons__list li { font-size: 1.5rem; color: var(--ink2); padding: 0.7rem 0 0.7rem 2.2rem; position: relative; }
.pros-cons__list li + li { border-top: 1px solid rgba(0,0,0,.05); }
.pros-cons__list li::before { position: absolute; left: 0; top: 0.9rem; font-size: 0.9rem; content: '●'; }
.pros-cons__item--pros .pros-cons__list li::before { color: var(--green); }
.pros-cons__item--cons .pros-cons__list li::before { color: var(--red); }

/* =============================================
   TABLE
   ============================================= */
.table {
  margin-bottom: 3.6rem;
  background: var(--white);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  overflow-x: auto;
  border: 1px solid var(--brd);
}
.table table { width: 100%; min-width: 80rem; border-collapse: collapse; }
.table table thead { background: #1a1208; }
.table table th {
  padding: 1.6rem 1.2rem;
  font-size: 1.3rem; font-weight: 700;
  color: rgba(255,255,255,.65);
  text-align: center;
  text-transform: uppercase; letter-spacing: 0.07em;
}
.table table thead th:first-child { border-left: 0.4rem solid var(--gold); }
.table table tbody tr:nth-child(odd) { background: #fffdf7; }
.table table tbody tr:not(:last-child) { border-bottom: 1px solid var(--brd); }
.table table td { padding: 1.2rem 1rem; font-size: 1.5rem; text-align: center; color: var(--ink); }
.table table .button { width: auto; padding: 0.7rem 1.6rem; font-size: 1.3rem; margin: 0 auto; display: inline-block; }

/* =============================================
   PAYMENT INFO
   ============================================= */
.payment-info { margin-bottom: 3.6rem; }
.payment-info ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1.6rem; }
.payment-info li {
  flex: 1 1 28rem; padding: 2.4rem;
  background: var(--white); border: 1px solid var(--brd);
  border-radius: var(--r2); box-shadow: var(--sh);
  position: relative; overflow: hidden;
}
.payment-info li::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 0.3rem;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.payment-info__head { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.2rem; }
.payment-info__img {
  width: 6rem; height: 3.8rem;
  background: var(--bg2); border: 1px solid var(--brd);
  border-radius: var(--r); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; padding: 0.4rem;
}
.payment-info__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.payment-info h3 { font-size: 1.8rem; font-weight: 800; color: var(--ink); }
.payment-info p { font-size: 1.5rem; color: var(--ink2); line-height: 1.7; }

/* =============================================
   STEPPER
   ============================================= */
.stepper { margin-bottom: 3.6rem; }
.stepper__list { list-style: none; counter-reset: sc; position: relative; }
/* vertical connector line */
.stepper__list::before {
  content: ''; position: absolute;
  left: 2.8rem; top: 2rem; bottom: 2rem;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent);
}
.stepper__list li {
  padding: 2rem 2.4rem 2rem 7rem;
  background: var(--white); border: 1px solid var(--brd);
  border-radius: var(--r2); margin-bottom: 0.8rem;
  box-shadow: var(--sh); position: relative;
  counter-increment: sc;
}
.stepper__list li::before {
  content: counter(sc);
  position: absolute; top: 50%; left: 1.6rem;
  transform: translateY(-50%);
  width: 3.2rem; height: 3.2rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), #f0d080);
  color: #fff;
  font-size: 1.5rem; font-weight: 800;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(201,168,76,.35);
  z-index: 1;
}
.stepper__list li:last-child::before { background: var(--rose); box-shadow: 0 2px 8px rgba(232,56,92,.3); }
.stepper__title { font-size: 1.8rem; font-weight: 800; color: var(--ink); margin-bottom: 0.5rem; }
.stepper__list p { font-size: 1.5rem; color: var(--ink2); }

/* =============================================
   FAQ
   ============================================= */
.faq { margin-bottom: 3.6rem; }
.faq__card {
  background: var(--white);
  border: 1px solid var(--brd);
  border-radius: var(--r2);
  margin-bottom: 0.8rem;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq__card:has(.faq__input:checked) { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,.12); }
.faq__input:checked + .faq__label { color: var(--gold-d); }
.faq__input:checked ~ .faq__body { max-height: 60rem; padding: 0 2.4rem 2rem; opacity: 1; }
.faq__label {
  display: flex; align-items: center; justify-content: space-between;
  padding: 2rem 2.4rem;
  font-size: 1.7rem; font-weight: 700; color: var(--ink);
  cursor: pointer; user-select: none; gap: 1rem;
  transition: color 0.15s;
}
.faq__label:hover { color: var(--gold-d); }
.faq__label::after {
  content: '+';
  flex-shrink: 0;
  width: 2.8rem; height: 2.8rem;
  background: var(--gold-l);
  color: var(--gold-d);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; font-weight: 700; line-height: 1;
  transition: background 0.15s;
}
.faq__input:checked + .faq__label::after {
  content: '−';
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.faq__body {
  max-height: 0; opacity: 0; margin: 0;
  padding: 0 2.4rem;
  font-size: 1.55rem; color: var(--ink2); line-height: 1.8;
  transition: max-height 0.25s, opacity 0.2s, padding 0.2s;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: #120d04;
  color: rgba(255,255,255,.55);
  padding: 5.6rem 0 2.4rem;
  flex-shrink: 0;
  border-top: 3px solid var(--gold);
}
.footer a { color: inherit; }
.footer__top {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 2.4rem;
  margin-bottom: 3.2rem; padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer__slogan { margin-top: 0.8rem; font-size: 1.3rem; opacity: 0.45; }
.footer__nav ul { display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; list-style: none; }
.footer__nav a { font-size: 1.4rem; font-weight: 600; text-decoration: none; transition: color 0.15s; }
.footer__nav a:hover { color: var(--gold); }
.footer__rg {
  display: flex; align-items: center; gap: 2.4rem; flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.footer__rg-imgs { display: flex; gap: 1rem; }
.footer__rg-imgs img { height: 3.6rem; width: auto; border-radius: 0.5rem; }
.footer__helplink {
  display: block; font-size: 1.4rem;
  text-decoration: underline; margin-bottom: 0.6rem; transition: color 0.15s;
}
.footer__helplink:hover { color: var(--gold); }
.footer__tel {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 1.9rem; font-weight: 800; color: #fff;
}
.footer__tel svg { width: 1.8rem; height: 1.8rem; color: var(--gold); }
.footer__disc {
  font-size: 1.2rem; color: rgba(255,255,255,.28);
  line-height: 1.8; margin-bottom: 2.4rem; max-width: 80rem;
}
.footer__bottom {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 1rem 2.4rem; font-size: 1.2rem;
  color: rgba(255,255,255,.28);
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 1.6rem;
}
.footer__bottom a { text-decoration: none; transition: color 0.15s; }
.footer__bottom a:hover { color: var(--gold); }

/* =============================================
   SCROLL-UP
   ============================================= */
.btn-up {
  position: fixed; bottom: 9rem; right: 2rem;
  z-index: 90;
  width: 4.4rem; height: 4.4rem;
  background: linear-gradient(135deg, var(--gold), #f0d080);
  border: none; border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(201,168,76,.4);
  transition: transform 0.15s;
}
.btn-up svg { width: 2rem; height: 2rem; color: #fff; }
.btn-up:hover { transform: translateY(-3px); }

/* =============================================
   STICKY BAR
   ============================================= */
.sbar {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 95;
  background: var(--white);
  border-top: 3px solid var(--gold);
  box-shadow: 0 -4px 20px rgba(0,0,0,.1);
  padding: 1rem 0;
  display: none;
}
.sbar__inner { display: flex; align-items: center; gap: 1.2rem; }
.sbar__logo {
  width: 4rem; height: 4rem; background: var(--bg2);
  border-radius: 0.6rem; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; padding: 0.4rem;
}
.sbar__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sbar__info { flex: 1; }
.sbar__name { font-size: 1.5rem; font-weight: 800; color: var(--ink); margin: 0; }
.sbar__deal { font-size: 1.2rem; color: var(--gold-d); font-weight: 600; margin: 0; }

/* =============================================
   MEDIA QUERIES
   ============================================= */
@media screen and (min-width: 992px) {
  .h-toggle { display: none; }
  .cols__sidebar { display: block; }
}

@media screen and (max-width: 991px) {
  .h-btn { display: none; }
  .h-toggle { display: flex; }
  .header__nav {
    position: absolute; top: 6.8rem; left: 0; right: 0;
    background: var(--white);
    border-bottom: 2px solid var(--brd);
    border-top: 2px solid var(--gold);
    padding: 1.2rem 1.6rem;
    display: none;
    box-shadow: var(--sh2);
  }
  .header__nav--active { display: block; }
  .header__nav ul { flex-direction: column; gap: 0.3rem; }
  .header__nav a { font-size: 1.6rem; justify-content: flex-start; }
  .cols__wrap { flex-direction: column; }
  .cols__sidebar { display: none; width: 100%; }
  .hero h1 { font-size: 4rem; }
  .hero__desc br { display: none; }
  .hero__kpis { flex-wrap: wrap; }
  .pros-cons { flex-direction: column; }
  .rtp-card { flex-direction: column; }
  .check-list ul, .check-list ol { grid-template-columns: 1fr; }
}

@media screen and (max-width: 767px) {
  .hero h1 { font-size: 3.2rem; }
  .card { flex-wrap: wrap; gap: 1rem; }
  .card__pays { display: none; }
  .card__offer { min-width: auto; }
  .payment-info ul { flex-direction: column; }
  .payment-info li { flex: none; }
  .list-tops li { gap: 0.8rem; }
  .list-tops span:nth-child(n+5) { display: none; }
  .sbar { display: block; }
  .wrapper { padding-bottom: 7.2rem; }
  .table table { min-width: 60rem; }
  .stepper__list::before { display: none; }
}

@media screen and (max-width: 575px) {
  .hero__kpis { display: flex; flex-wrap: wrap; border-radius: 0; background: transparent; border: none; gap: 1.6rem; justify-content: center; }
  .hero__kpi { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 1.2rem 2rem; }
  .hero__kpi-sep { display: none; }
  .hero__cats { gap: 0.6rem; }
  .hc { font-size: 1.3rem; padding: 0.8rem 1.4rem; }
  .heading { font-size: 2.4rem; }
  .footer__top { flex-direction: column; }
  .footer__rg { flex-direction: column; align-items: flex-start; gap: 1.6rem; }
}