/* riobet29.casino — лендинг Riobet / Риобет. Палитра: «Роза + слива» (тёмная фуксия + плам + неон-роза) */

:root {
  --rb29-bg: #160a12;
  --rb29-bg-2: #241420;
  --rb29-bg-3: #2e1a28;
  --rb29-line: #3a2230;
  --rb29-line-2: #4f3145;
  --rb29-txt: #f3e8ee;
  --rb29-txt-d: #bf9aae;
  --rb29-txt-dd: #8c7382;
  --rb29-acc: #ff5c8d;
  --rb29-acc-2: #a06cff;
  --rb29-acc-2-d: #8a52f0;
  --rb29-hot: #ff4f7a;
  --rb29-good: #7bf0b8;
  --rb29-r: 14px;
  --rb29-r-s: 9px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Mulish", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--rb29-txt);
  background:
    radial-gradient(1040px 600px at 90% -12%, rgba(255, 92, 141, .16) 0%, transparent 62%),
    radial-gradient(860px 600px at -12% 58%, rgba(160, 108, 255, .12) 0%, transparent 60%),
    var(--rb29-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--rb29-acc); text-decoration: none }
a:hover { text-decoration: underline }
.rb29-strong { color: var(--rb29-acc-2); font-weight: 700 }

.rb29-skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--rb29-acc); color: #1a0810;
  border-radius: 6px; z-index: 100; font-weight: 800;
}
.rb29-skip:focus { top: 8px }

/* ===== TOP BAR ===== */
.rb29-bar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--rb29-line);
  background: rgba(22, 10, 18, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.rb29-logo { display: flex; align-items: center; gap: 11px; color: var(--rb29-txt) }
.rb29-logo:hover { text-decoration: none }
.rb29-logo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(255, 92, 141, .6));
}
.rb29-logo__t {
  font-family: "Sora", "Mulish", system-ui, sans-serif;
  font-weight: 800; line-height: 1; letter-spacing: -.3px;
}
.rb29-logo__sub {
  display: block; font-size: 10px; color: var(--rb29-txt-d);
  letter-spacing: 2.4px; font-weight: 700; margin-top: 4px;
  text-transform: uppercase;
}
.rb29-nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.rb29-nav a {
  color: var(--rb29-txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.rb29-nav a:hover { color: var(--rb29-acc); border-bottom-color: var(--rb29-acc); text-decoration: none }

/* ===== CTA ===== */
.rb29-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Sora", "Mulish", system-ui, sans-serif;
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.rb29-cta:hover { text-decoration: none; transform: translateY(-1px) }
.rb29-cta--small { background: var(--rb29-bg-3); color: var(--rb29-txt); border-color: var(--rb29-line) }
.rb29-cta--small:hover { background: var(--rb29-bg-2); border-color: var(--rb29-acc) }
.rb29-cta--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.rb29-cta--hot {
  background: linear-gradient(120deg, var(--rb29-acc) 0%, var(--rb29-acc-2) 100%);
  color: #fff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 92, 141, .75);
  font-weight: 800;
}
.rb29-cta--hot:hover { box-shadow: 0 16px 38px -8px rgba(255, 92, 141, .95) }
.rb29-cta--ghost { background: transparent; color: var(--rb29-txt); border-color: var(--rb29-line-2) }
.rb29-cta--ghost:hover { border-color: var(--rb29-acc); color: var(--rb29-acc) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.rb29-metr {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--rb29-line);
  background: linear-gradient(90deg, rgba(255, 92, 141, .05), rgba(160, 108, 255, .04));
  font-size: 13px;
}
.rb29-metr__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--rb29-line);
  align-items: flex-start;
}
.rb29-metr__cell:last-child { border-right: 0 }
.rb29-metr__num {
  font-family: "Sora", "Mulish", system-ui, sans-serif;
  font-weight: 800; font-size: 15px; color: var(--rb29-acc);
  letter-spacing: -.2px;
}
.rb29-metr__lbl { font-size: 11px; color: var(--rb29-txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.rb29-hero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.rb29-hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--rb29-acc);
  background: rgba(255, 92, 141, .09);
  border: 1px solid rgba(255, 92, 141, .28);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 800;
}
h1 {
  font-family: "Sora", "Mulish", system-ui, sans-serif;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.06;
  margin: 0 0 18px; letter-spacing: -1.1px; font-weight: 800;
}
.rb29-acc { color: var(--rb29-acc) }
.rb29-hero__sub {
  color: var(--rb29-txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.65;
}
.rb29-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.rb29-hero__pic { margin: 0 }
.rb29-hero__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--rb29-r); border: 1px solid var(--rb29-line);
  background:
    radial-gradient(420px 320px at 26% 28%, rgba(255, 92, 141, .26), transparent 60%),
    radial-gradient(360px 280px at 80% 80%, rgba(160, 108, 255, .2), transparent 65%),
    linear-gradient(135deg, #1c0e18 0%, #2a1422 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(255, 92, 141, .44);
}
.rb29-hero__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--rb29-txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline */
.rb29-kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--rb29-line);
}
.rb29-kpi__item { display: flex; flex-direction: column; gap: 2px }
.rb29-kpi__num {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 26px; font-weight: 800;
  color: var(--rb29-acc); letter-spacing: -.6px;
}
.rb29-kpi__lbl { font-size: 11px; color: var(--rb29-txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== HERO QUICK-ACTIONS ===== */
.rb29-quick {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  margin: 22px 0 4px;
}
.rb29-qbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r-s);
  padding: 16px 16px;
  display: flex; flex-direction: column; gap: 5px;
  transition: border-color .2s, transform .15s;
}
.rb29-qbox:hover { border-color: var(--rb29-acc); transform: translateY(-2px); text-decoration: none }
.rb29-qbox__t { font-family: "Sora", system-ui, sans-serif; font-weight: 700; font-size: 14px; color: var(--rb29-txt) }
.rb29-qbox__s { font-size: 12px; color: var(--rb29-txt-d); line-height: 1.45 }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.rb29-hero, section.rb29-welcome { padding-top: 36px }
.rb29-ovrline {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--rb29-acc-2); font-weight: 800;
  margin: 0 0 10px;
}
h2 {
  font-family: "Sora", "Mulish", system-ui, sans-serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: -.7px; font-weight: 800;
}
h3 {
  font-family: "Sora", "Mulish", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--rb29-acc); font-weight: 700; letter-spacing: -.3px;
}
p { margin: 0 0 14px; color: var(--rb29-txt) }
.rb29-lead { color: var(--rb29-txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME ===== */
.rb29-welcome {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(160, 108, 255, .09) 0%, transparent 70%),
    rgba(36, 20, 32, .55);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  margin: 32px 22px;
  max-width: none;
}
.rb29-welcome__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.rb29-wbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.rb29-wbox:hover { border-color: var(--rb29-acc); transform: translateY(-2px) }
.rb29-wbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 92, 141, .08), transparent 60%);
  pointer-events: none;
}
.rb29-wbox__step {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 11px; color: var(--rb29-acc-2); font-weight: 800;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.rb29-wbox__pct {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 30px; font-weight: 800; line-height: 1;
  color: var(--rb29-acc); letter-spacing: -.8px;
  margin-bottom: 8px;
}
.rb29-wbox__title { font-weight: 800; font-size: 15px; margin-bottom: 6px }
.rb29-wbox__sub { font-size: 13px; color: var(--rb29-txt-d); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.rb29-steps3__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.rb29-sbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  padding: 24px;
  position: relative;
}
.rb29-sbox__num {
  font-family: "Sora", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 800; line-height: 1;
  color: var(--rb29-bg-3);
}
.rb29-sbox__head {
  font-size: 18px; font-weight: 800; margin-bottom: 12px;
  color: var(--rb29-acc);
}
.rb29-sbox p { color: var(--rb29-txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.rb29-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.rb29-card {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.rb29-card:hover {
  transform: translateY(-3px);
  border-color: var(--rb29-acc);
  box-shadow: 0 18px 36px -14px rgba(255, 92, 141, .44);
}
.rb29-card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 800; font-size: 22px; color: rgba(243, 232, 238, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.rb29-card__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.38) 100%);
  pointer-events: none;
}
.rb29-cv-1 { background: linear-gradient(135deg, #3a0a22 0%, #ff5c8d 100%) }
.rb29-cv-2 { background: linear-gradient(135deg, #200a3a 0%, #a06cff 100%) }
.rb29-cv-3 { background: linear-gradient(135deg, #3a0a30 0%, #ff66cc 100%) }
.rb29-cv-4 { background: linear-gradient(135deg, #2a0a1a 0%, #ff8aa8 100%) }
.rb29-cv-5 { background: linear-gradient(135deg, #1a0a3a 0%, #7b6cff 100%) }
.rb29-cv-6 { background: linear-gradient(135deg, #3a0a18 0%, #ff4f7a 100%) }
.rb29-cv-7 { background: linear-gradient(135deg, #2a0a3a 0%, #c06cff 100%) }
.rb29-cv-8 { background: linear-gradient(135deg, #3a1208 0%, #ff9a6c 100%) }
.rb29-cv-9 { background: linear-gradient(135deg, #240a30 0%, #ff5cae 100%) }
.rb29-cv-10 { background: linear-gradient(135deg, #1a0a2a 0%, #9a6cff 100%) }
.rb29-cv-11 { background: linear-gradient(135deg, #3a0a26 0%, #ff7099 100%) }
.rb29-cv-12 { background: linear-gradient(135deg, #2a0a22 0%, #d05cff 100%) }

.rb29-card h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--rb29-txt); font-weight: 700 }
.rb29-card p { font-size: 12px; color: var(--rb29-txt-d); margin: 0 14px 12px; line-height: 1.4 }
.rb29-card__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--rb29-bg-3); color: var(--rb29-txt);
  text-align: center; border-radius: 7px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--rb29-line); transition: all .15s;
}
.rb29-card__btn:hover { background: var(--rb29-acc); border-color: var(--rb29-acc); color: #fff; text-decoration: none }

.rb29-prov { margin: 22px 0 0 }
.rb29-prov__title { font-size: 12px; color: var(--rb29-acc-2); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 800 }
.rb29-prov__list { display: flex; flex-wrap: wrap; gap: 8px }
.rb29-prov__list span {
  padding: 6px 12px;
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: 5px;
  font-size: 12px; color: var(--rb29-txt-d);
}

/* ===== DOWNLOAD / MOBILE ===== */
.rb29-dl {
  background:
    radial-gradient(640px 340px at 18% 30%, rgba(255, 92, 141, .1) 0%, transparent 70%),
    var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  margin: 32px 22px; max-width: none;
}
.rb29-dl__grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px;
  margin-top: 20px; align-items: center;
}
.rb29-dl__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px }
.rb29-dlbox {
  background: var(--rb29-bg-3);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r-s);
  padding: 18px 18px;
}
.rb29-dlbox__os { font-family: "Sora", system-ui, sans-serif; font-weight: 800; font-size: 16px; color: var(--rb29-acc); margin-bottom: 6px }
.rb29-dlbox p { font-size: 13px; color: var(--rb29-txt-d); margin: 0; line-height: 1.5 }
.rb29-dl__phone {
  display: flex; align-items: center; justify-content: center;
}
.rb29-dl__phone-svg {
  width: 100%; max-width: 260px; height: auto;
  filter: drop-shadow(0 18px 40px rgba(255, 92, 141, .35));
}
.rb29-dl__list { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px }
.rb29-dl__list li { font-size: 14px; color: var(--rb29-txt-d); padding-left: 22px; position: relative }
.rb29-dl__list li::before { content: "✦"; position: absolute; left: 0; color: var(--rb29-acc); font-size: 13px }

/* ===== LOYALTY ===== */
.rb29-loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.rb29-lbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.rb29-lbox:hover { border-color: var(--rb29-acc-2) }
.rb29-lbox__h { font-weight: 800; font-size: 17px; margin-bottom: 10px; color: var(--rb29-acc-2) }
.rb29-lbox p { color: var(--rb29-txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-лестница как стек ступеней */
.rb29-ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.rb29-ladder__step {
  background: var(--rb29-bg-3);
  border: 1px solid var(--rb29-line);
  border-radius: 7px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.rb29-ladder__step:nth-child(1) { transform: translateY(0) }
.rb29-ladder__step:nth-child(2) { transform: translateY(-6px) }
.rb29-ladder__step:nth-child(3) { transform: translateY(-12px) }
.rb29-ladder__step:nth-child(4) { transform: translateY(-18px); border-color: var(--rb29-acc); background: var(--rb29-bg-2) }
.rb29-ladder__step:nth-child(5) { transform: translateY(-24px); border-color: var(--rb29-acc); background: var(--rb29-bg-2) }
.rb29-ladder__step:nth-child(6) { transform: translateY(-30px); border-color: var(--rb29-acc-2); background: linear-gradient(135deg, var(--rb29-bg-2), rgba(160, 108, 255, .1)) }
.rb29-ladder__name {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 12px; font-weight: 800; color: var(--rb29-txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.rb29-ladder__cb { font-size: 11px; color: var(--rb29-txt-d) }
.rb29-ladder__step:nth-child(6) .rb29-ladder__name { color: var(--rb29-acc-2) }

/* ===== TOUR ===== */
.rb29-tour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(255, 92, 141, .11) 0%, transparent 70%),
    var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.rb29-tour__btns { margin: 22px 0 28px }
.rb29-tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.rb29-tour__kpi > div {
  background: var(--rb29-bg-3);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.rb29-tour__kpi span {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 22px; font-weight: 800; color: var(--rb29-acc);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.rb29-tour__kpi .rb29-tlbl { font-size: 14px; font-weight: 800; color: var(--rb29-txt) }
.rb29-tour__kpi i { font-size: 12px; color: var(--rb29-txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.rb29-live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.rb29-lvbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.rb29-lvbox:hover {
  transform: translateY(-3px);
  border-color: var(--rb29-hot);
  box-shadow: 0 18px 36px -14px rgba(255, 79, 122, .42);
}
.rb29-lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 800; font-size: 18px; color: rgba(243, 232, 238, .94);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.rb29-lv-1 { background: linear-gradient(135deg, #3a0a26 0%, #ff5c8d 100%) }
.rb29-lv-2 { background: linear-gradient(135deg, #1a0a3a 0%, #a06cff 100%) }
.rb29-lv-3 { background: linear-gradient(135deg, #3a0a30 0%, #ff66cc 100%) }
.rb29-lv-4 { background: linear-gradient(135deg, #2a0a1a 0%, #ff8aa8 100%) }
.rb29-lv-5 { background: linear-gradient(135deg, #240a3a 0%, #b06cff 100%) }
.rb29-lv-6 { background: linear-gradient(135deg, #3a0a18 0%, #ff4f7a 100%) }

.rb29-lvbox__b { padding: 14px 16px 16px; position: relative }
.rb29-lvbox__t { font-weight: 800; font-size: 16px; margin-bottom: 4px }
.rb29-lvbox__s { font-size: 12px; color: var(--rb29-txt-d); margin-bottom: 10px }
.rb29-lvbox__m { font-size: 13px; color: var(--rb29-acc-2); font-weight: 700; margin-bottom: 4px }
.rb29-lvbox__p { font-size: 12px; color: var(--rb29-txt-dd) }
.rb29-lvbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--rb29-hot); color: #fff;
  padding: 3px 10px; border-radius: 5px;
  font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.rb29-brand h3 {
  border-left: 3px solid var(--rb29-acc);
  padding-left: 14px; margin-top: 30px;
}
.rb29-brand p { color: var(--rb29-txt); line-height: 1.7 }
.rb29-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rb29-line);
}
.rb29-bdg {
  padding: 7px 13px;
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-acc);
  border-radius: 5px;
  font-size: 12px; color: var(--rb29-txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.rb29-rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.rb29-rbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.rb29-rbox__stars { color: var(--rb29-acc-2); font-size: 16px; letter-spacing: 4px }
.rb29-rbox__stars--four .rb29-star-off { color: var(--rb29-line-2); }
.rb29-rbox__q { font-size: 14px; line-height: 1.6; color: var(--rb29-txt); margin: 0 }
.rb29-rbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--rb29-txt-d);
  border-top: 1px solid var(--rb29-line); padding-top: 14px;
}
.rb29-rbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--rb29-acc), var(--rb29-acc-2));
  border-radius: 50%; color: #fff; font-weight: 800; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.rb29-pay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.rb29-pbox {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.rb29-pbox .rb29-pname { font-size: 15px; color: var(--rb29-txt); font-weight: 800 }
.rb29-pbox i { font-size: 11px; color: var(--rb29-txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.rb29-pay__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.rb29-pay__times > div {
  background: var(--rb29-bg-3);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.rb29-pay__times .rb29-pt {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 16px; color: var(--rb29-acc); font-weight: 800;
}
.rb29-pay__times span { font-size: 12px; color: var(--rb29-txt-d) }

/* ===== AUTHOR NOTE ===== */
.rb29-note {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-left: 3px solid var(--rb29-acc-2);
  border-radius: var(--rb29-r);
  margin: 32px 22px; max-width: none;
  padding: 26px 28px;
}
.rb29-note__meta {
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.rb29-note__av {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, var(--rb29-acc), var(--rb29-acc-2));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-family: "Sora", system-ui, sans-serif;
}
.rb29-note__who { font-weight: 800; font-size: 15px; color: var(--rb29-txt) }
.rb29-note__role { font-size: 12px; color: var(--rb29-txt-d) }
.rb29-note p { color: var(--rb29-txt-d); font-size: 14px; line-height: 1.7; margin: 0 0 10px }
.rb29-note p:last-child { margin-bottom: 0 }

/* ===== FINAL CTA ===== */
.rb29-final {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(255, 92, 141, .16) 0%, transparent 70%),
    var(--rb29-bg-2);
  border-radius: var(--rb29-r);
  margin: 32px 22px;
  border: 1px solid var(--rb29-line);
  max-width: none;
}
.rb29-final h2 { margin-bottom: 10px }
.rb29-final p { color: var(--rb29-txt-d); margin-bottom: 24px }

/* ===== AGE STRIP ===== */
.rb29-age {
  max-width: 1240px; margin: 0 auto; padding: 8px 22px 40px;
}
.rb29-age__box {
  display: flex; align-items: center; gap: 16px;
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r);
  padding: 18px 22px;
}
.rb29-age__mark {
  flex: none; width: 46px; height: 46px; border-radius: 10px;
  background: linear-gradient(135deg, var(--rb29-acc), var(--rb29-acc-2));
  color: #fff; font-weight: 800; font-family: "Sora", system-ui, sans-serif;
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.rb29-age p { font-size: 13px; color: var(--rb29-txt-d); margin: 0; line-height: 1.55 }

/* ===== FAQ ===== */
.rb29-faq h2 { margin-bottom: 22px }
details {
  background: var(--rb29-bg-2);
  border: 1px solid var(--rb29-line);
  border-radius: var(--rb29-r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--rb29-acc) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "✦"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--rb29-line); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: var(--rb29-acc); font-size: 12px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(180deg); border-color: var(--rb29-acc) }
details p { margin: 12px 0 0; color: var(--rb29-txt-d); font-size: 15px; line-height: 1.65 }

/* ===== FOOTER ===== */
.rb29-foot {
  margin-top: 24px;
  border-top: 1px solid var(--rb29-line);
  background: rgba(22, 10, 18, .6);
}
.rb29-foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.rb29-foot__brand { font-size: 14px; color: var(--rb29-txt-d); line-height: 1.65 }
.rb29-foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.rb29-foot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.rb29-foot__logo .rb29-fname { color: var(--rb29-txt); font-size: 16px; font-weight: 800; margin-bottom: 2px }
.rb29-foot__legal { font-size: 12px; color: var(--rb29-txt-dd); margin: 0; line-height: 1.65 }
.rb29-foot__legal .rb29-strong { color: var(--rb29-acc) }
.rb29-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.rb29-foot__col h4 {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 12px; color: var(--rb29-acc-2); font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.rb29-foot__col ul { list-style: none; padding: 0; margin: 0 }
.rb29-foot__col li {
  font-size: 13px; color: var(--rb29-txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.rb29-foot__col li:hover { color: var(--rb29-txt) }
.rb29-foot__bottom {
  border-top: 1px solid var(--rb29-line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--rb29-txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .rb29-welcome__grid { grid-template-columns: 1fr }
  .rb29-pay__grid { grid-template-columns: repeat(3, 1fr) }
  .rb29-tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .rb29-rev__grid { grid-template-columns: 1fr }
  .rb29-foot__top { grid-template-columns: 1fr }
  .rb29-metr { grid-template-columns: repeat(3, 1fr) }
  .rb29-metr__cell:nth-child(4), .rb29-metr__cell:nth-child(5) { border-top: 1px solid var(--rb29-line); padding-top: 8px }
  .rb29-ladder { grid-template-columns: repeat(3, 1fr) }
  .rb29-ladder__step { transform: none !important }
  .rb29-quick { grid-template-columns: repeat(2, 1fr) }
  .rb29-dl__grid { grid-template-columns: 1fr }
  .rb29-dl__phone { order: -1 }
}

@media (max-width: 880px) {
  .rb29-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .rb29-hero__pic { order: -1 }
  .rb29-nav { display: none }
  .rb29-bar { padding: 11px 14px }
  section { padding: 36px 16px }
  .rb29-welcome, .rb29-tour, .rb29-final, .rb29-dl, .rb29-note { padding: 36px 18px; margin: 22px 14px }
  .rb29-steps3__grid { grid-template-columns: 1fr }
  .rb29-loy__grid { grid-template-columns: 1fr }
  .rb29-foot__top { padding: 30px 16px 22px; gap: 22px }
  .rb29-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .rb29-metr { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .rb29-metr__cell { padding: 4px 10px }
  .rb29-pay__times { grid-template-columns: 1fr }
  .rb29-kpi { grid-template-columns: repeat(2, 1fr) }
  .rb29-dl__cards { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .rb29-grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .rb29-live__grid { grid-template-columns: 1fr }
  .rb29-card h3 { font-size: 13px }
  .rb29-card p { font-size: 11px }
  .rb29-card__cover { font-size: 16px }
  .rb29-hero__btns { flex-direction: column; align-items: stretch }
  .rb29-cta--big { width: 100% }
  .rb29-pay__grid { grid-template-columns: repeat(2, 1fr) }
  .rb29-tour__kpi { grid-template-columns: 1fr }
  .rb29-foot__cols { grid-template-columns: 1fr }
  .rb29-ladder { grid-template-columns: repeat(2, 1fr) }
  .rb29-quick { grid-template-columns: 1fr }
}
