/* BearMod light system: built from the orange and violet brand palette. */
:root {
  --bg: #f7f8fc;
  --bg-2: #eef1f6;
  --ink: #201a27;
  --ink-dim: #686273;
  --ink-faint: #918b99;
  --amber: #f28a1b;
  --amber-2: #ffad43;
  --amber-deep: #cf6908;
  --orange-ink: #3b2108;
  --amber-glow: rgba(242, 138, 27, .2);
  --violet: #7448d8;
  --violet-2: #9467ef;
  --violet-glow: rgba(116, 72, 216, .18);
  --emerald: #268a68;
  --red: #c9473c;
  --orange-soft: #fff1e2;
  --violet-soft: #f1ecff;
  --surface: #ffffff;
  --glass: rgba(255, 255, 255, .74);
  --glass-2: rgba(255, 255, 255, .92);
  --stroke: rgba(40, 31, 49, .11);
  --stroke-2: rgba(40, 31, 49, .22);
  --r: 8px;
  --r-lg: 8px;
  --r-frame: 8px;
  --r-pill: 8px;
  --maxw: 1240px;
  --shadow: 0 14px 40px rgba(45, 33, 61, .09);
  --shadow-lift: 0 24px 70px rgba(45, 33, 61, .14);
  --f-display: "Bricolage Grotesque", system-ui, sans-serif;
  --f-body: "Sora", system-ui, sans-serif;
  --f-mono: "Space Mono", ui-monospace, monospace;
}

* { letter-spacing: 0 !important; }

html { background: var(--bg); }

body {
  background: var(--bg);
  color: var(--ink);
}

.aurora,
.grain,
.hero__particles,
.cursor-dot,
.spotlight,
.section__head::after,
#how .section__head::before,
.price-card::before,
.download-card::before,
.step::before { display: none !important; }

.wrap { width: min(calc(100% - 40px), var(--maxw)); }

/* Navigation */
.nav { position: absolute; width: 100%; }
.nav .wrap { width: min(calc(100% - 32px), var(--maxw)); }

.nav__inner,
.nav.scrolled .nav__inner {
  min-height: 62px;
  margin-top: 16px;
  padding: 0 10px 0 16px;
  border: 1px solid rgba(40, 31, 49, .12) !important;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 12px 32px rgba(45, 33, 61, .11) !important;
  backdrop-filter: blur(18px) saturate(120%);
}

.brand { color: var(--ink); font-family: var(--f-display); font-weight: 800; }
.brand__mark { border-radius: 6px; }
.nav__links a { border-radius: 6px; color: var(--ink-dim); font-size: 13px; }
.nav__links a:hover { color: var(--violet); }
.nav__links a::after { bottom: 3px; background: var(--amber); }
.nav-actions { gap: 7px; }

.nav-icon-btn,
.lang,
.game-drop__btn {
  color: var(--ink);
  border-color: var(--stroke-2);
  background: #fff;
  box-shadow: none;
}

.nav-icon-btn { border-radius: 6px; }
.nav-icon-btn:hover,
.lang:hover,
.game-drop__btn:hover { color: var(--violet); border-color: rgba(116, 72, 216, .42); background: var(--violet-soft); }

.game-drop__btn { border-radius: 6px; }
.game-drop__menu { border-color: var(--stroke); background: #fff; box-shadow: var(--shadow); }
.game-drop__item { color: var(--ink-dim); border-radius: 6px; }
.game-drop__item:hover,
.game-drop__item.is-active { color: var(--ink); background: var(--orange-soft); }
.game-hint { display: none !important; }

/* First-visit picker */
.gamepick { background: #edf0f6; }

.gamepick::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(32, 26, 39, .25), transparent 52%, rgba(32, 26, 39, .18));
}

.gamepick__shell,
.gamepick__langs,
.gamepick__close { z-index: 2; }

.gamepick__langs {
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(40, 31, 49, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.gamepick__lang {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  font-size: 0;
  color: var(--ink-dim);
  background: transparent;
}

.gamepick__lang::after {
  content: attr(data-gamepick-lang);
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gamepick__lang.is-active,
.gamepick__lang:hover { color: #fff; background: var(--violet); }

.gamepick__close,
.gamepick__arrow {
  color: var(--ink);
  border-color: rgba(40, 31, 49, .18);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}

.gamepick__close:hover,
.gamepick__arrow:hover { color: #fff; border-color: var(--violet); background: var(--violet); }

.gamepick__eyebrow {
  padding: 6px 10px;
  border: 1px solid rgba(242, 138, 27, .38);
  border-radius: 5px;
  color: #8d4504;
  background: rgba(255, 241, 226, .94);
}

.gamepick__title {
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  box-shadow: none;
  text-shadow: 0 3px 24px rgba(32, 26, 39, .42);
}

.gamepick__panel {
  border: 1px solid rgba(40, 31, 49, .12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(45, 33, 61, .18);
  backdrop-filter: blur(18px);
}

.gamepick__name { color: var(--ink); }
.gamepick__icon { border-radius: 7px; }

.gamepick__cta-line {
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 7px;
  color: #fff;
  background: var(--violet);
  border-color: var(--violet);
  box-shadow: 0 12px 28px var(--violet-glow);
}

.gamepick__cta-line:hover { background: #6336c5; border-color: #6336c5; }
.gamepick__dot { border-radius: 6px; border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .86); }
.gamepick__dot.is-active { border-color: var(--amber); box-shadow: 0 0 0 2px var(--violet), var(--shadow); }
.gamepick__brand { color: #fff; text-shadow: 0 2px 12px rgba(32, 26, 39, .45); }

/* Commands */
.btn {
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--violet);
  border: 1px solid var(--violet);
  box-shadow: 0 10px 26px var(--violet-glow);
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.btn::before,
.btn::after { display: none !important; }

.btn:hover {
  transform: translateY(-2px);
  color: #fff;
  background: #6336c5;
  border-color: #6336c5;
  box-shadow: 0 14px 34px rgba(116, 72, 216, .24);
}

.btn--ghost {
  color: var(--violet);
  background: var(--surface);
  border: 1px solid rgba(116, 72, 216, .34);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.btn--ghost:hover { color: #fff; background: var(--violet); border-color: var(--violet); box-shadow: 0 10px 26px var(--violet-glow); }

.theme-toggle svg,
.video-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-toggle {
  position: absolute;
  z-index: 6;
  right: 12px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(116, 72, 216, .28);
  border-radius: 50%;
  color: var(--violet);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(45, 33, 61, .16);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

.video-toggle:hover,
.video-toggle:focus-visible { color: #fff; background: var(--violet); transform: scale(1.05); }
.video-toggle.is-playing { opacity: .78; }
.video-toggle svg path,
.video-toggle svg rect { fill: currentColor; stroke: none; }
.game-preview > .video-toggle { top: 12px; bottom: auto; }
.single-preview > .video-toggle { top: auto; bottom: 12px; }

.download-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  place-items: center;
  padding: 20px;
  overflow: auto;
  background: rgba(23, 19, 31, .68);
  backdrop-filter: blur(10px);
}
.download-modal__dialog {
  width: min(100%, 500px);
  max-height: 92vh;
  overflow: auto;
  padding: 26px;
  color: var(--ink);
  border: 1px solid var(--stroke-2);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-lift);
}
.download-modal__dialog h3 { margin: 0 0 10px; color: var(--ink); font-family: var(--f-display); font-size: 1.35rem; }
.download-modal__intro { margin: 0 0 18px; color: var(--ink-dim); font-size: 14px; line-height: 1.6; }
.download-modal__steps { display: grid; gap: 11px; margin: 0 0 22px; padding: 0; list-style: none; }
.download-modal__steps li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; color: var(--ink-dim); font-size: 13px; line-height: 1.5; }
.download-modal__marker { width: 26px; height: 26px; display: grid; place-items: center; color: var(--violet); border-radius: 6px; background: var(--violet-soft); font-family: var(--f-mono); font-size: 11px; font-weight: 700; }
.download-modal__steps .is-risk .download-modal__marker { color: var(--orange-ink); background: var(--amber); }
.download-modal__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.download-modal__actions .btn { width: 100%; }
.download-modal__upgrade { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--stroke); text-align: center; }
.download-modal__upgrade a { color: var(--violet); font-size: 13px; font-weight: 700; text-decoration: none; }

/* Home hero */
.hero {
  position: relative;
  width: 100%;
  min-height: min(84svh, 820px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  text-align: left;
  background: #eef1f6;
}

.hero::before,
.hero::after { content: none !important; }

.hero__showreel {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 2px;
  background: #eef1f6;
}

.hero__showreel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 248, 252, .98) 0%, rgba(247, 248, 252, .94) 31%, rgba(247, 248, 252, .62) 52%, rgba(247, 248, 252, .12) 82%),
    linear-gradient(0deg, rgba(247, 248, 252, .82), transparent 38%);
  pointer-events: none;
}

.hero__media {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  opacity: .88;
  filter: saturate(.96) contrast(1.02);
  animation: bmShowreel 14s ease-in-out infinite alternate;
}

.hero__media--flambe { animation-delay: -5s; }
.hero__media--gh { animation-delay: -9s; }

@keyframes bmShowreel {
  from { transform: scale(1.015) translateY(0); }
  to { transform: scale(1.04) translateY(-.6%); }
}

.hero__content {
  min-height: min(84svh, 820px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 112px;
  padding-bottom: 44px;
}

.sale-offer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin-bottom: 22px;
  padding: 6px 14px 6px 7px;
  border: 1px solid rgba(242, 138, 27, .32);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(45, 33, 61, .09);
  backdrop-filter: blur(12px);
}

.sale-offer__value {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 58px;
  border-radius: 6px;
  color: var(--orange-ink);
  background: var(--amber);
  font-family: var(--f-mono);
  font-size: 14px;
  font-weight: 700;
}

.sale-offer__copy { display: flex; flex-direction: column; gap: 1px; }
.sale-offer__copy strong { color: var(--violet); font-family: var(--f-display); font-size: 14px; }
.sale-offer__copy small { color: var(--ink-dim); font-size: 11px; }

.hero__logo {
  width: min(330px, 64vw);
  margin: 0 0 18px;
  animation: none !important;
  filter: none;
}

.hero__logo img { width: 100%; margin: 0; filter: drop-shadow(0 10px 24px rgba(45, 33, 61, .12)); }
.hero__logo.animated,
.proof-strip { opacity: 1 !important; transform: none !important; }

.hero h1,
.hero__h1 {
  max-width: 800px;
  margin: 0;
  font-family: var(--f-display);
  font-size: 4.5rem;
  font-weight: 800;
  line-height: .98;
  color: var(--ink);
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: none;
  animation: none;
}

.hero__tag {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--ink-dim);
  font-size: 1.05rem;
  text-shadow: none;
}

.hero__tag b { color: var(--violet); }
.hero__cta { justify-content: flex-start; margin-top: 30px; }
.hero__cta .btn:first-child { color: var(--orange-ink); background: var(--amber); border-color: var(--amber); box-shadow: 0 10px 26px var(--amber-glow); }
.hero__cta .btn:first-child:hover { color: var(--orange-ink); background: #e77b0d; border-color: #e77b0d; }
.hero__scroll { margin-top: 30px; color: var(--ink-faint); }

/* Trust strip */
.proof-strip {
  padding: 0;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  background: #fff;
}

.proof-strip .stat-grid { gap: 0; margin: 0; }
.proof-strip .stat {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--stroke);
  border-radius: 0;
  background: transparent;
}
.proof-strip .stat:last-child { border-right: 0; }
.proof-strip .stat:hover { transform: none; border-color: var(--stroke); }
.proof-strip .v,
.proof-strip .v.ok { margin: 0; color: var(--violet); background: none; -webkit-text-fill-color: currentColor; font-size: 2.1rem; }
.proof-strip .stat:nth-child(2) .v { color: var(--amber); }
.proof-strip .k { max-width: 145px; margin: 0; color: var(--ink-dim); font-size: 11px; }

/* Shared sections */
.section { padding: 92px 0; }
.section__head { max-width: 760px; margin-bottom: 42px; }
.section h2,
.section__head h2 {
  margin-top: 12px;
  font-family: var(--f-display);
  font-size: 3.15rem;
  font-weight: 750;
  line-height: 1.02;
  color: var(--ink);
  text-shadow: none;
}

.section h2 em,
.section__head h2 em,
h2 em,
h1 em { color: var(--violet); background: none; -webkit-text-fill-color: currentColor; filter: none; animation: none; }
.section__head p { color: var(--ink-dim); }
.eyebrow,
.game-copy__eyebrow,
.download-card__tag,
.price-card__tag { color: var(--amber-deep); }

.game-picker { color: var(--ink); }
.game-picker__tabs { border-color: var(--stroke); background: #fff; box-shadow: var(--shadow); }
.game-picker__tab { color: var(--ink-dim); border-radius: 6px; }
.game-picker__tab:hover { color: var(--violet); }
.game-picker__tab.active { color: #fff; background: var(--violet); }
.game-picker__arrow { color: var(--violet); border-color: rgba(116, 72, 216, .28); background: #fff; }
.game-picker__arrow:hover { color: #fff; background: var(--violet); border-color: var(--violet); }

.game-panel {
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  padding: 24px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.game-preview { border-radius: 6px; border-color: var(--stroke); box-shadow: 0 16px 44px rgba(45, 33, 61, .13); }
.game-preview__label span { color: var(--amber-2); }
.game-copy h3 { color: var(--ink); font-size: 2.6rem; line-height: 1.04; text-shadow: none; }
.tier-table-wrap { border: 1px solid var(--stroke); border-radius: 6px; background: #fff; }
.tier-table { color: var(--ink); background: #fff; }
.tier-table th,
.tier-table td { color: var(--ink-dim); border-color: var(--stroke); background: var(--surface); }
.tier-table .tt-feat { color: var(--ink); }
.tier-table .tt-prem,
.tier-table .tt-prem-col { background: var(--orange-soft); }
.tier-table .tt-vip,
.tier-table .tt-vip-col { background: var(--violet-soft); }
.tt-rec { color: var(--violet); }

.feat,
.download-card,
.price-card,
.step,
.review,
.faq details,
.home-share,
.kpi,
.single-picker-note {
  color: var(--ink);
  border-color: var(--stroke);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.home-share {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid var(--stroke);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-share__label,
.home-share__preview { grid-column: 1 / -1; }
.home-share__label { color: var(--ink-dim); font-weight: 700; }
.home-share__preview {
  margin: 0 0 3px;
  padding: 12px 14px;
  color: var(--ink-dim);
  border: 1px solid rgba(116, 72, 216, .16);
  border-left: 3px solid var(--amber);
  border-radius: 6px;
  background: linear-gradient(120deg, var(--orange-soft), var(--violet-soft));
  box-shadow: none;
}
.home-share__link,
.home-share__link[data-share-platform] {
  min-width: 0;
  min-height: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 9px 20px var(--share-glow);
}
.home-share__link::before { flex: 0 0 auto; background: rgba(255, 255, 255, .18); color: #fff; }
.home-share__link[data-share-platform="whatsapp"] { background: #128c7e; }
.home-share__link[data-share-platform="telegram"] { background: #087ebc; }
.home-share__link[data-share-platform="x"] { background: #27242c; }
.home-share__link[data-share-platform="facebook"] { background: #1668c7; }
.home-share__link:hover { color: #fff; filter: brightness(1.08); transform: translateY(-2px); }

.feat h3,
.download-card h3,
.step h4,
.faq summary { color: var(--ink); text-shadow: none; }
.feat p,
.download-card li,
.step p,
.faq p,
.home-share__preview { color: var(--ink-dim); }
.feat__body {
  color: #fff;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 54%,
    rgba(23, 19, 31, .12) 66%,
    rgba(23, 19, 31, .7) 84%,
    rgba(23, 19, 31, .94) 100%
  );
}
.feat .feat__body h3 { color: #fff; text-shadow: 0 2px 14px rgba(8, 5, 13, .5); }
.feat .feat__body p { color: rgba(255, 255, 255, .82); text-shadow: 0 1px 10px rgba(8, 5, 13, .45); }
.feat__badge,
.download-card__tag { color: var(--amber-deep); border-color: rgba(242, 138, 27, .28); background: var(--orange-soft); }
.download-card__version b { color: var(--violet); }
.download-card li::before { background: var(--amber); box-shadow: none; }
.download-card:hover,
.step:hover,
.feat:hover { transform: translateY(-3px); border-color: rgba(116, 72, 216, .28); }

#telechargements { position: relative; }
#telechargements::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--bg-2);
}

/* Pricing */
#telecharger {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - var(--maxw)) / 2));
  background: #f1ecff;
  color: var(--ink);
}

#telecharger .section__head p,
#telecharger .pricing-note { color: var(--ink-dim); }
#telecharger .eyebrow { color: var(--amber-deep); }
#telecharger h2,
#telecharger h2 em { color: var(--ink); }
#telecharger h2 em { color: var(--violet) !important; background: none !important; -webkit-text-fill-color: currentColor !important; }

#telecharger .price-card {
  min-height: 370px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--stroke);
  transform: none;
  opacity: 1;
  filter: none;
  box-shadow: var(--shadow);
}

#telecharger .pricing-grid .price-card:not(.price-card--featured):not(.price-card--vip) {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--stroke);
  filter: none;
  opacity: 1;
}

#telecharger .price-card--featured { color: var(--ink); background: var(--orange-soft); border: 2px solid var(--amber); }
#telecharger .price-card--vip { color: var(--ink); background: var(--violet-soft); border: 2px solid var(--violet); box-shadow: var(--shadow); }
#telecharger .pricing-grid .price-card--featured {
  background: var(--orange-soft);
  border: 2px solid var(--amber);
  box-shadow: var(--shadow);
}
#telecharger .pricing-grid .price-card--vip {
  background: var(--violet-soft);
  border: 2px solid var(--violet);
  box-shadow: var(--shadow);
}
#telecharger .price-card--featured .price-card__tag { color: #7e3d04; border-color: rgba(242, 138, 27, .3); background: #fff; }
#telecharger .price-card--vip .price-card__tag { color: #4e2b9a; border-color: rgba(116, 72, 216, .28); background: #fff; }
#telecharger .price-card p,
#telecharger .price-card p.price-card__copy,
#telecharger .price-card .price-card__meta { color: var(--ink-dim) !important; }
#telecharger .price-card .price-card__meta {
  background: rgba(255, 255, 255, .7);
  box-shadow: inset 0 0 0 1px var(--stroke);
}
#telecharger .price-card h3,
#telecharger .price-card h3 span,
#telecharger .price-card h3 s { color: var(--ink) !important; -webkit-text-fill-color: currentColor !important; }
#telecharger .price-card--featured h3 span { color: var(--amber-deep) !important; }
#telecharger .price-card--vip h3 span { color: var(--violet) !important; }
#telecharger .price-card--featured .btn { color: var(--orange-ink); background: var(--amber); border-color: var(--amber); box-shadow: 0 10px 26px var(--amber-glow); }
#telecharger .price-card--vip .btn { color: #fff; background: var(--violet); border-color: var(--violet); box-shadow: 0 10px 26px var(--violet-glow); }
#telecharger .price-card:first-child .btn { color: var(--violet); background: #fff; border-color: rgba(116, 72, 216, .34); }
#telecharger .price-card__ribbon { color: #fff; background: var(--violet); border-radius: 5px; }

.price-card__price { display: flex; flex-direction: column; gap: 7px; }
.price-card__price s { font-family: var(--f-mono); font-size: .85rem; font-weight: 500; opacity: .58; }
.price-card__price span { font-size: 2.35rem; }

#how { background: transparent; }
#how::after { background: linear-gradient(90deg, transparent, var(--amber), var(--violet), transparent); box-shadow: none; }
.step__n { color: var(--violet); -webkit-text-stroke: 0; opacity: 1; text-shadow: none; }
.faq summary::after { color: var(--violet); }
.faq details[open] { border-color: rgba(116, 72, 216, .28); background: #fff; }
.faq-warn { color: var(--ink); background: #fff5f3; border-color: rgba(201, 71, 60, .22); }
.faq-warn p { color: var(--ink-dim); }

.secnav,
.mobile-sticky { color: var(--ink); border-color: var(--stroke); border-radius: 8px; background: rgba(255, 255, 255, .95); box-shadow: 0 10px 30px rgba(45, 33, 61, .12); }
.secnav a { color: var(--ink-dim); }
.secnav a.active { color: var(--violet); }
.mobile-sticky__sub { color: var(--amber-deep); }

@media (max-width: 768px) {
  .sticky-cta {
    color: var(--ink);
    border-top-color: rgba(116, 72, 216, .2);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -12px 34px rgba(45, 33, 61, .13);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), opacity .25s ease;
  }
  .sticky-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + env(safe-area-inset-bottom) + 12px));
  }
  .sticky-cta__txt b { color: var(--ink); }
  .sticky-cta__txt span { color: var(--amber-deep); }
}

.footer,
footer { color: #fff; background: #4e2b87; }
.footer a,
footer a { color: rgba(255, 255, 255, .82); }

/* Dedicated game pages */
.single-game-page { background: #f7f8fc; }
.single-game-page .nav { position: sticky; }
.single-game-page .nav__inner,
.single-game-page .nav.scrolled .nav__inner { margin-bottom: 10px; }

.single-game-page .single-hero {
  min-height: min(78svh, 760px);
  padding-top: 54px;
  padding-bottom: 54px;
  gap: 54px;
}

.single-game-page .single-hero__copy h1 { max-width: 720px; color: var(--ink); font-family: var(--f-display); font-size: 4rem; line-height: .98; text-shadow: none; }
.single-game-page .single-hero__sub { color: var(--ink-dim); }
.single-game-page .single-hero__badges span { color: var(--violet); border-color: rgba(116, 72, 216, .2); border-radius: 6px; background: var(--violet-soft); }
.single-game-page .single-preview { border-radius: 8px; box-shadow: var(--shadow-lift); }
.single-game-page .single-preview::after { content: ""; position: absolute; inset: 0; border: 2px solid rgba(242, 138, 27, .36); border-radius: inherit; pointer-events: none; }
.single-game-page .sale-offer { margin-bottom: 18px; }
.single-game-page .single-kpi {
  color: var(--ink);
  border-color: var(--stroke) !important;
  background: var(--surface) !important;
  box-shadow: var(--shadow);
}
.single-game-page .single-kpi strong { color: var(--violet) !important; text-shadow: none !important; }
.single-game-page .single-kpi:nth-child(2) strong { color: var(--amber-deep) !important; }
.single-game-page .single-disclaimer {
  color: var(--ink-dim);
  border-color: rgba(116, 72, 216, .2) !important;
  background: linear-gradient(120deg, var(--orange-soft), var(--violet-soft)) !important;
}
[data-theme="dark"] .single-game-page .single-kpi strong { color: #cbb4ff !important; }
[data-theme="dark"] .single-game-page .single-kpi:nth-child(2) strong { color: #ffb868 !important; }

[data-reveal],
[data-animate] { transition-duration: .42s !important; }

@media (max-width: 980px) {
  .hero h1,
  .hero__h1 { font-size: 3.7rem; }
  .section h2,
  .section__head h2 { font-size: 2.75rem; }
  .game-panel { grid-template-columns: minmax(220px, 310px) minmax(0, 1fr); }
  .pricing-grid { gap: 10px; }
  .single-game-page .single-hero__copy h1 { font-size: 3.3rem; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .secnav { display: none !important; }
  .nav-actions .nav-icon-btn:not(.theme-toggle) { display: none; }
  .single-game-page .nav-actions { display: flex !important; }
  .wrap { width: min(calc(100% - 28px), var(--maxw)); }
  .nav .wrap { width: calc(100% - 20px); }
  .nav__inner,
  .nav.scrolled .nav__inner { margin-top: 10px; min-height: 58px; padding-left: 12px; }
  .hero { min-height: calc(100svh - 118px); max-height: none; }
  .hero__content { min-height: calc(100svh - 118px); padding-top: 98px; padding-bottom: 30px; }
  .hero__showreel { grid-template-columns: 1fr; }
  .hero__media--ac,
  .hero__media--gh { display: none; }
  .hero__showreel::after {
    background: linear-gradient(0deg, rgba(247, 248, 252, .98) 0%, rgba(247, 248, 252, .86) 60%, rgba(247, 248, 252, .58) 100%);
  }
  .hero__media { opacity: .72; }
  .hero__logo { width: 230px; margin-bottom: 14px; }
  .hero h1,
  .hero__h1 { max-width: 580px; font-size: 2.95rem; }
  .hero__tag { max-width: 560px; margin-top: 15px; color: #514a59; font-size: .96rem; }
  .hero__cta { width: 100%; margin-top: 22px; }
  .hero__cta .btn { flex: 1 1 230px; }
  .hero__scroll { display: none; }
  .proof-strip .stat { min-height: 90px; flex-direction: column; gap: 3px; padding: 13px 8px; }
  .proof-strip .v,
  .proof-strip .v.ok { font-size: 1.55rem; }
  .proof-strip .k { color: var(--ink-dim); font-size: 9px; text-align: center; }
  .section { padding: 68px 0; }
  .section h2,
  .section__head h2 { font-size: 2.15rem; }
  .game-panel { grid-template-columns: 1fr; padding: 14px; }
  .game-preview { width: min(100%, 330px); margin-inline: auto; }
  .game-copy h3 { font-size: 2rem; }
  #telecharger { padding-inline: 14px; }
  #telecharger .price-card { min-height: 0; }
  .single-game-page .single-hero {
    position: relative;
    min-height: calc(100svh - 136px);
    max-height: 760px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 22px;
    border-radius: 8px;
  }
  .single-game-page .single-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(0deg, rgba(247, 248, 252, .99) 0%, rgba(247, 248, 252, .92) 58%, rgba(247, 248, 252, .26) 100%);
    pointer-events: none;
  }
  .single-game-page .single-hero__copy { position: relative; z-index: 2; width: 100%; }
  .single-game-page .single-hero__copy h1 { font-size: 2.55rem; }
  .single-game-page .single-preview {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    margin: 0;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
  }
  .single-game-page .single-preview .game-preview__label { display: none; }
  .single-game-page .single-preview::after { border-color: rgba(116, 72, 216, .24); }
}

@media (max-width: 420px) {
  .sale-offer { width: 100%; max-width: 100%; margin-bottom: 14px; }
  .sale-offer__value { min-width: 54px; }
  .sale-offer__copy small { font-size: 10px; }
  .hero h1,
  .hero__h1 { font-size: 2.45rem; }
  .hero__tag { font-size: .9rem; }
  .hero__cta { gap: 8px; }
  .hero__cta .btn { width: 100%; flex-basis: 100%; }
  .hero__cta .btn__price { margin-left: auto; }
  .proof-strip .stat { padding-inline: 5px; }
  .gamepick__panel { background: rgba(255, 255, 255, .96); }
  .gamepick__name { color: var(--ink); }
}

@media (max-width: 340px) {
  #gameDropLabel { display: none; }
  .game-drop__btn { padding-right: 9px; }
  .lang { width: 38px; justify-content: center; padding-inline: 7px; }
  .lang > #langLabel { display: none; }
}

/* Optional dark mode: deep violet surfaces derived from the BearMod logo. */
[data-theme="dark"] {
  --bg: #17131f;
  --bg-2: #211a2c;
  --surface: #251f2f;
  --ink: #f7f2ff;
  --ink-dim: #c7bdd1;
  --ink-faint: #978ca2;
  --orange-soft: #382617;
  --violet-soft: #2d2346;
  --glass: rgba(37, 31, 47, .78);
  --glass-2: rgba(42, 34, 53, .94);
  --stroke: rgba(255, 255, 255, .11);
  --stroke-2: rgba(255, 255, 255, .2);
  --shadow: 0 16px 42px rgba(8, 5, 13, .28);
  --shadow-lift: 0 26px 74px rgba(8, 5, 13, .42);
}

[data-theme="dark"] body,
[data-theme="dark"] .single-game-page { background: var(--bg); color: var(--ink); }
[data-theme="dark"] .nav__inner,
[data-theme="dark"] .nav.scrolled .nav__inner { background: rgba(32, 26, 42, .93) !important; }
[data-theme="dark"] .nav-icon-btn,
[data-theme="dark"] .lang,
[data-theme="dark"] .game-drop__btn,
[data-theme="dark"] .game-drop__menu,
[data-theme="dark"] .game-picker__tabs,
[data-theme="dark"] .game-picker__arrow { color: var(--ink); background: var(--surface); }
[data-theme="dark"] .hero,
[data-theme="dark"] .hero__showreel { background: var(--bg-2); }
[data-theme="dark"] .hero__tag { color: var(--ink-dim); }
[data-theme="dark"] .hero__showreel::after {
  background: linear-gradient(90deg, rgba(23, 19, 31, .98) 0%, rgba(23, 19, 31, .9) 33%, rgba(23, 19, 31, .5) 58%, rgba(23, 19, 31, .08) 86%), linear-gradient(0deg, rgba(23, 19, 31, .7), transparent 42%);
}
[data-theme="dark"] .sale-offer,
[data-theme="dark"] .proof-strip,
[data-theme="dark"] .proof-strip .stat,
[data-theme="dark"] .game-panel,
[data-theme="dark"] .tier-block,
[data-theme="dark"] .tier-table-wrap,
[data-theme="dark"] .tier-table,
[data-theme="dark"] .tier-table th,
[data-theme="dark"] .tier-table td,
[data-theme="dark"] .download-card,
[data-theme="dark"] .feat,
[data-theme="dark"] .review,
[data-theme="dark"] .kpi,
[data-theme="dark"] .single-picker-note,
[data-theme="dark"] .step,
[data-theme="dark"] .faq details,
[data-theme="dark"] .faq details[open] { color: var(--ink); background: var(--surface); }
[data-theme="dark"] .faq details[open] { background: #2c2438; }
[data-theme="dark"] .tier-table .tt-prem,
[data-theme="dark"] .tier-table .tt-prem-col { background: var(--orange-soft); }
[data-theme="dark"] .tier-table .tt-vip,
[data-theme="dark"] .tier-table .tt-vip-col { background: var(--violet-soft); }
[data-theme="dark"] #telechargements::before { background: var(--bg-2); }
[data-theme="dark"] .btn--ghost { color: #cbb4ff; background: var(--surface); border-color: rgba(167, 124, 255, .38); }
[data-theme="dark"] .secnav { color: var(--ink); background: rgba(37, 31, 47, .95); }
[data-theme="dark"] .home-share { background: transparent; }
[data-theme="dark"] .home-share__preview {
  color: var(--ink-dim);
  border-color: rgba(167, 124, 255, .2);
  border-left-color: var(--amber);
  background: linear-gradient(120deg, rgba(242, 138, 27, .13), rgba(116, 72, 216, .18));
}
[data-theme="dark"] .feat__body {
  color: #fff;
  background: linear-gradient(to bottom, transparent 0%, transparent 54%, rgba(12, 9, 18, .18) 66%, rgba(12, 9, 18, .76) 84%, rgba(12, 9, 18, .97) 100%);
}
[data-theme="dark"] #features,
[data-theme="dark"] #games,
[data-theme="dark"] #how { background: var(--bg); }
[data-theme="dark"] #telecharger { color: var(--ink); background: var(--violet-soft); }
[data-theme="dark"] #telecharger .pricing-grid .price-card:not(.price-card--featured):not(.price-card--vip) { color: var(--ink); background: var(--surface); }
[data-theme="dark"] #telecharger .pricing-grid .price-card--featured { background: var(--orange-soft); }
[data-theme="dark"] #telecharger .pricing-grid .price-card--vip { background: #2e2544; }
[data-theme="dark"] #telecharger .price-card--featured .price-card__tag,
[data-theme="dark"] #telecharger .price-card--vip .price-card__tag,
[data-theme="dark"] #telecharger .price-card .price-card__meta,
[data-theme="dark"] #telecharger .price-card:first-child .btn { background: rgba(255, 255, 255, .08); }
[data-theme="dark"] #telecharger .price-card--featured .price-card__tag { color: #ffb868; }
[data-theme="dark"] #telecharger .price-card--vip .price-card__tag { color: #cbb4ff; }
[data-theme="dark"] #telecharger .price-card--vip h3 span { color: #a77cff !important; }
[data-theme="dark"] #telecharger .price-card:first-child .btn { color: #cbb4ff; }
[data-theme="dark"] .single-game-page .single-hero::before { background: linear-gradient(90deg, rgba(23, 19, 31, .98) 0%, rgba(23, 19, 31, .7) 58%, rgba(23, 19, 31, .08) 100%); }
[data-theme="dark"] .mobile-sticky,
[data-theme="dark"] .sticky-cta,
[data-theme="dark"] .video-toggle { color: var(--ink); background: rgba(37, 31, 47, .95); }
[data-theme="dark"] .faq-warn { background: #352128; }
[data-theme="dark"] .gamepick { background: #17131f; }
[data-theme="dark"] .gamepick__langs,
[data-theme="dark"] .gamepick__panel,
[data-theme="dark"] .gamepick__close,
[data-theme="dark"] .gamepick__arrow {
  color: var(--ink);
  border-color: rgba(203, 180, 255, .22);
  background: rgba(37, 31, 47, .92);
  box-shadow: 0 18px 46px rgba(8, 6, 12, .34);
}
[data-theme="dark"] .gamepick__dot {
  color: #fff;
  border-color: rgba(203, 180, 255, .2);
  background: rgba(37, 31, 47, .86);
}
[data-theme="dark"] .gamepick__dot.is-active {
  border-color: #ffb868;
  box-shadow: 0 0 0 2px #8f68ef, 0 16px 38px rgba(8, 6, 12, .4);
}

@media (max-width: 760px) {
  [data-theme="dark"] .hero__showreel::after { background: linear-gradient(0deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .9) 62%, rgba(23, 19, 31, .5) 100%); }
  [data-theme="dark"] .single-game-page .single-hero::before { background: linear-gradient(0deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .92) 58%, rgba(23, 19, 31, .25) 100%); }
}

@media (max-width: 560px) {
  .home-share { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-modal__dialog { padding: 22px 18px; }
  .download-modal__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media { animation: none !important; }
  [data-reveal],
  [data-animate] { transition-duration: .01ms !important; }
}

/* v10 - BearMod Studio. Editorial composition, restrained brand light. */
:root {
  --bg: #f5f6fa;
  --bg-2: #eceef4;
  --ink: #1d1824;
  --ink-dim: #686171;
  --ink-faint: #918a99;
  --surface: #ffffff;
  --violet: #7347dc;
  --violet-2: #9165ed;
  --amber: #f38a17;
  --amber-2: #ffad43;
  --stroke: rgba(35, 27, 44, .11);
  --stroke-2: rgba(35, 27, 44, .2);
  --shadow: 0 16px 46px rgba(45, 34, 59, .09);
  --shadow-lift: 0 28px 78px rgba(45, 34, 59, .14);
}

html { scroll-padding-top: 92px; }
body { min-width: 320px; overflow-x: clip; }
body::before {
  content: "";
  position: fixed;
  z-index: 1001;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--amber) 0 42%, var(--violet) 58% 100%);
}

/* Quiet, precise chrome. */
.nav { z-index: 90; }
.nav__inner,
.nav.scrolled .nav__inner {
  min-height: 64px;
  padding: 0 9px 0 17px;
  border-color: rgba(35, 27, 44, .1) !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 14px 38px rgba(45, 34, 59, .1) !important;
  backdrop-filter: blur(22px) saturate(125%);
}
.nav__inner::after { display: none !important; }
.brand { font-size: 17px; text-shadow: none; }
.brand__mark,
.brand__logo { filter: none; }
.nav__links { gap: 4px; }
.nav__links a { padding-inline: 13px; font-weight: 500; }
.nav__links a::after { left: 13px; right: 13px; height: 2px; }
.nav-icon-btn,
.lang,
.game-drop__btn { min-height: 40px; }

/* Cinematic home scene: one dominant title, three slow crossfades. */
.hero {
  min-height: min(88svh, 900px);
  background: var(--bg-2);
}
.hero__showreel {
  z-index: 0;
  display: block;
  background: var(--bg-2);
}
.hero__media {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  opacity: 0;
  object-fit: cover;
  filter: saturate(.94) contrast(1.03);
  animation: bmHeroCycle 18s linear infinite;
  will-change: opacity, transform;
}
.hero__media--ac { object-position: 72% 48%; animation-delay: 0s; }
.hero__media--flambe { object-position: 62% 50%; animation-delay: -12s; }
.hero__media--gh { object-position: 72% 48%; animation-delay: -6s; }
@keyframes bmHeroCycle {
  0%, 29% { opacity: 1; transform: scale(1.01); }
  36%, 94% { opacity: 0; transform: scale(1.025); }
  100% { opacity: 1; transform: scale(1.01); }
}
.hero__showreel::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .4);
  pointer-events: none;
}
.hero__showreel::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(245, 246, 250, .99) 0%, rgba(245, 246, 250, .96) 36%, rgba(245, 246, 250, .7) 55%, rgba(245, 246, 250, .14) 82%),
    linear-gradient(0deg, rgba(245, 246, 250, .78), transparent 43%);
}
.hero__content {
  position: relative;
  z-index: 3;
  min-height: min(88svh, 900px);
  padding-top: 124px;
  padding-bottom: 58px;
}
.sale-offer {
  min-height: 0;
  margin-bottom: 27px;
  padding: 0;
  gap: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.sale-offer__value {
  align-self: center;
  min-width: 56px;
  min-height: 40px;
  border-radius: 6px;
  box-shadow: 0 9px 24px var(--amber-glow);
}
.sale-offer__copy { padding-right: 14px; }
.sale-offer__copy strong { color: var(--ink); font-size: 13px; }
.sale-offer__copy small { color: var(--ink-dim); }
.hero__logo { width: 286px; margin-bottom: 24px; }
.hero__logo img { filter: drop-shadow(0 9px 22px rgba(45, 34, 59, .12)); }
.hero h1,
.hero__h1 {
  max-width: 760px;
  font-size: 5.25rem;
  font-weight: 760;
  line-height: .94;
  text-transform: none !important;
  filter: none !important;
}
.hero__h1 em {
  display: block;
  color: var(--violet);
  font-style: normal;
}
.hero__tag {
  max-width: 620px;
  margin-top: 26px;
  font-size: 1.08rem;
  line-height: 1.7;
}
.hero__cta { gap: 11px; margin-top: 32px; }
.hero__cta .btn { min-width: 210px; }
.hero__cta .btn:first-child {
  color: #32200c;
  background: var(--amber);
  border-color: var(--amber);
}
.hero__cta .btn--ghost { background: rgba(255, 255, 255, .76); }
.hero__scroll {
  position: relative;
  margin-top: 37px;
  padding-left: 42px;
  font-family: var(--f-mono);
  font-size: 9px;
  text-transform: uppercase;
}
.hero__scroll::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--amber);
}

/* Proof is a full-width editorial band, never a floating card. */
.proof-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--stroke);
  background: var(--surface);
}
.proof-strip .stat-grid {
  width: min(calc(100% - 40px), var(--maxw));
  margin-inline: auto;
}
.proof-strip .stat { min-height: 118px; justify-content: flex-start; padding-inline: 42px; }
.proof-strip .v,
.proof-strip .v.ok { font-size: 2.35rem; font-weight: 750; }
.proof-strip .k { font-size: 10px; line-height: 1.45; }

/* Editorial rhythm. */
.section { padding-block: 108px; }
.section__head { max-width: 700px; margin-bottom: 50px; }
.section__head.center { margin-inline: auto; }
.section h2,
.section__head h2 {
  margin-top: 15px;
  font-size: 3.35rem;
  font-weight: 720;
  line-height: 1;
  text-transform: none !important;
}
.section__head p { max-width: 650px; margin-top: 18px; line-height: 1.75; }
.center .section__head p,
.section__head.center p { margin-inline: auto; }
.eyebrow,
.game-copy__eyebrow,
.download-card__tag,
.price-card__tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.eyebrow::before { width: 26px; background: var(--amber); }

/* Game gallery: stable six-item rail and an unframed editorial panel. */
.game-picker {
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  width: min(100%, 1080px);
  margin-inline: auto;
  gap: 10px;
}
.game-picker__tabs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(45, 34, 59, .08);
}
.game-picker__tab {
  min-width: 0;
  min-height: 52px;
  justify-content: center;
  gap: 7px;
  padding: 7px 6px;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.2;
}
.game-picker__tab span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.game-picker__tab img { width: 30px; height: 30px; flex: 0 0 auto; }
.game-picker__tab.active {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 8px 22px var(--violet-glow);
}
.game-picker__arrow { width: 42px; height: 42px; border-radius: 50%; }
.game-panels { margin-top: 22px; }
.game-panel {
  grid-template-columns: minmax(280px, 370px) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  padding: 42px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.game-panel > .game-preview {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--stroke);
  box-shadow: 0 24px 70px rgba(45, 34, 59, .15);
}
.game-copy h3 { max-width: 760px; margin-bottom: 24px; font-size: 2.8rem; font-weight: 700; }
.tier-table-wrap { border-radius: 8px; box-shadow: 0 14px 42px rgba(45, 34, 59, .07); }
.tier-table th { height: 62px; }
.tier-table td { height: 46px; }

/* Preview chapters: real gameplay carries the visual weight. */
.carousel { margin-top: 70px; }
.carousel .section__head { margin-bottom: 32px; }
.features {
  gap: 14px;
  padding: 8px 1px 20px;
}
.features::before,
.feat::before,
.feat::after,
.feat__body::before,
.feat__body::after { display: none !important; }
.feat {
  flex-basis: 306px;
  border: 1px solid var(--stroke);
  box-shadow: 0 14px 40px rgba(45, 34, 59, .1);
  transform: none !important;
  transition: border-color .25s ease, box-shadow .25s ease, translate .25s ease;
}
.feat:hover { translate: 0 -2px; border-color: rgba(115, 71, 220, .32); box-shadow: var(--shadow-lift); }
.feat__shot { aspect-ratio: 9 / 16; }
.feat__body { padding: 22px 18px 18px; }
.carousel__arrow {
  color: var(--violet);
  border-color: rgba(115, 71, 220, .25);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 32px rgba(45, 34, 59, .14);
}
.carousel__arrow:hover { color: #fff; border-color: var(--violet); background: var(--violet); }
.carousel__dots button.on { background: var(--violet); box-shadow: none; }

/* Downloads: recognizable game identity and compact actions. */
#telechargements::before { background: var(--bg-2); }
.download-grid { gap: 16px; }
.download-card {
  --game-accent: var(--violet);
  --game-icon: url('/assets/img/brand/bear-head.webp');
  position: relative;
  min-height: 0;
  gap: 14px;
  padding: 30px;
  overflow: hidden;
  border-top: 2px solid var(--game-accent);
  box-shadow: 0 16px 48px rgba(45, 34, 59, .09);
}
.download-card[data-version-card="ac"] { --game-accent: #f08b18; --game-icon: url('/assets/img/brand/ac-icon.webp'); }
.download-card[data-version-card="cc"] { --game-accent: #4f9ad8; --game-icon: url('/assets/img/brand/cc-icon.webp'); }
.download-card[data-version-card="flambe"] { --game-accent: #d96a48; --game-icon: url('/assets/img/brand/flambe-icon.webp'); }
.download-card[data-version-card="gh"] { --game-accent: #df566f; --game-icon: url('/assets/img/brand/gh-icon.webp'); }
.download-card[data-version-card="royal_kingdom"] { --game-accent: #9d3d46; --game-icon: url('/assets/img/brand/rk-icon.webp'); }
.download-card[data-version-card="royal_match"] { --game-accent: #466fcf; --game-icon: url('/assets/img/brand/rm-icon.webp'); }
.download-card::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  width: 52px;
  height: 52px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface) var(--game-icon) center / 42px 42px no-repeat;
  box-shadow: 0 10px 28px rgba(45, 34, 59, .12);
}
.download-card h3 { max-width: calc(100% - 72px); font-size: 1.85rem; }
.download-card__tag { color: var(--game-accent); border-color: color-mix(in srgb, var(--game-accent) 34%, transparent); background: transparent; }
.download-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.download-card__actions .btn { min-width: 0; min-height: 45px; padding: 12px 14px; font-size: 13px; }
.download-card__actions .btn:last-child { grid-column: 1 / -1; }
.home-share { margin-top: 7px; padding-top: 15px; }
.home-share__preview {
  display: -webkit-box;
  margin-bottom: 1px;
  padding: 5px 2px 5px 11px;
  overflow: hidden;
  border: 0;
  border-left: 2px solid var(--amber);
  border-radius: 0;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-share__link { box-shadow: none; }

/* Pricing: Premium is the plan; VIP is a deliberate extension. */
#telecharger { padding-block: 112px; background: var(--violet-soft); }
#telecharger .section__head { margin-bottom: 46px; }
#telecharger .pricing-grid {
  width: min(100%, 1040px);
  margin-inline: auto;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 14px;
}
#telecharger .price-card {
  min-height: 350px;
  padding: 30px;
  border-width: 1px;
  box-shadow: 0 18px 54px rgba(45, 34, 59, .1);
}
#telecharger .price-card--featured { border-top: 3px solid var(--amber); background: var(--surface); }
#telecharger .price-card > .price-card__tag { color: var(--ink-dim); border-color: var(--stroke); background: var(--bg); }
#telecharger .price-card--featured > .price-card__tag { color: var(--amber-deep); border-color: rgba(243, 138, 23, .24); background: var(--orange-soft); }
#telecharger .price-card--vip > .price-card__tag { color: var(--violet); border-color: rgba(115, 71, 220, .22); background: var(--violet-soft); }
#telecharger .price-card--vip {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(260px, 1.3fr) minmax(190px, .72fr);
  grid-template-rows: auto auto auto;
  gap: 7px 32px;
  align-items: center;
  border-top: 3px solid var(--violet);
  background: var(--surface);
}
#telecharger .price-card--vip .price-card__tag { grid-column: 1; grid-row: 1; }
#telecharger .price-card--vip h3 { grid-column: 1; grid-row: 2 / 4; }
#telecharger .price-card--vip .price-card__copy { grid-column: 2; grid-row: 1 / 3; }
#telecharger .price-card--vip .price-card__meta { grid-column: 2; grid-row: 3; }
#telecharger .price-card--vip .btn { grid-column: 3; grid-row: 1 / 4; margin: 0; }
#telecharger .price-card__ribbon {
  top: 20px;
  right: 22px;
  color: var(--violet);
  border: 1px solid rgba(115, 71, 220, .24);
  background: var(--violet-soft);
}
.price-card__price span { font-size: 2.45rem; }
.pricing-note { max-width: 760px; margin: 27px auto 0; text-align: center; }

/* Setup and FAQ are bands, not collections of floating cards. */
#how { padding-top: 116px; }
.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}
.step {
  min-height: 230px;
  padding: 32px 30px;
  border: 0;
  border-right: 1px solid var(--stroke);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.step:last-child { border-right: 0; }
.step:hover { transform: none; background: var(--surface); }
.step__n { color: var(--violet); font-size: 2rem; }
.step:nth-child(even) .step__n { color: var(--amber-deep); }
.step h4 { margin-top: 30px; font-size: 1.12rem; }
.step p { margin-top: 8px; line-height: 1.6; }
.faq { max-width: 880px; gap: 8px; }
.faq details { box-shadow: none; }
.faq summary { min-height: 66px; padding: 18px 22px; }
.faq details[open] { border-color: rgba(115, 71, 220, .28); }
.faq-warn { max-width: 880px; border-left: 3px solid var(--red); background: var(--surface); }

/* Dedicated pages: immersive gameplay hero and shared, cleaned layout. */
.single-game-page .nav { position: absolute; }
.single-game-page .nav__inner,
.single-game-page .nav.scrolled .nav__inner { margin-bottom: 0; }
.single-game-page .single-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: min(84svh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px max(20px, calc((100% - var(--maxw)) / 2)) 76px;
  text-align: left;
}
.single-game-page .single-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(245, 246, 250, .99) 0%, rgba(245, 246, 250, .96) 39%, rgba(245, 246, 250, .66) 59%, rgba(245, 246, 250, .1) 84%),
    linear-gradient(0deg, rgba(245, 246, 250, .72), transparent 42%);
}
.single-game-page .single-hero__copy { position: relative; z-index: 2; width: min(55%, 690px); }
.single-game-page .sale-offer { display: none; }
.single-game-page .single-hero__copy h1 {
  max-width: 680px;
  margin: 17px 0 0;
  color: var(--ink);
  font-size: 4.65rem;
  font-weight: 760;
  line-height: .94;
  text-transform: none !important;
  background: none;
  -webkit-text-fill-color: currentColor;
  filter: none;
}
.single-game-page .single-hero__sub { max-width: 650px; margin-top: 25px; font-size: 1.06rem; line-height: 1.75; }
.single-game-page .single-hero__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.single-game-page .single-hero__badges span {
  min-height: 32px;
  padding: 0 11px;
  color: var(--violet);
  border: 1px solid rgba(115, 71, 220, .22);
  border-radius: 6px;
  background: rgba(255, 255, 255, .78);
  font-family: var(--f-mono);
  font-size: 10px;
}
.single-game-page .single-hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.single-game-page .single-preview {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.single-game-page .single-preview .game-preview__media { object-fit: cover; object-position: 72% 48%; }
.single-game-page .single-preview .game-preview__shade,
.single-game-page .single-preview .game-preview__label,
.single-game-page .single-preview::after { display: none; }
.single-game-page #features > .game-picker,
.single-game-page .single-picker-note { display: none; }
.single-game-page #features .section__head { margin-bottom: 34px; }
.single-game-page .game-panel { padding-top: 0; }
.single-section-note { max-width: 820px; margin: -22px auto 38px; color: var(--ink-dim); text-align: center; line-height: 1.7; }
.single-download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: 18px;
  align-items: stretch;
}
.single-kpis {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}
.single-game-page .single-kpi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  border: 0 !important;
  border-bottom: 1px solid var(--stroke) !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}
.single-game-page .single-kpi:last-child { border-bottom: 0 !important; }
.single-game-page .single-kpi strong { font-size: 1.6rem; }
.single-game-page .single-kpi span { margin-top: 5px; color: var(--ink-dim); font-size: .86rem; line-height: 1.5; }
.single-disclaimer {
  padding: 22px 24px;
  color: var(--ink-dim);
  border: 1px solid var(--stroke);
  border-left: 3px solid var(--amber);
  border-radius: 8px;
  background: var(--surface);
  line-height: 1.65;
}
.single-disclaimer__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.single-disclaimer__links .btn { min-height: 42px; }
.tc.tc--yes,
.tc.tc--free,
.tc.tc--no { display: grid; place-items: center; border-radius: 50%; font-family: var(--f-mono); font-size: 13px; font-weight: 800; line-height: 1; }
.tc.tc--free { color: var(--amber-deep); border: 1px solid rgba(243, 138, 23, .5); background: var(--orange-soft); }
.tc.tc--yes { color: var(--emerald); border: 1px solid rgba(38, 138, 104, .42); background: rgba(38, 138, 104, .1); }
.tc.tc--no { color: var(--ink-faint); border: 1px solid var(--stroke); background: var(--bg-2); }

/* Refined dark mode, still violet rather than black. */
[data-theme="dark"] {
  --bg: #17131f;
  --bg-2: #211a2c;
  --surface: #251f2f;
  --ink: #f7f2ff;
  --ink-dim: #c7bdd1;
  --ink-faint: #978ca2;
  --orange-soft: #382617;
  --violet-soft: #2d2346;
  --stroke: rgba(255, 255, 255, .11);
  --stroke-2: rgba(255, 255, 255, .2);
  --shadow: 0 16px 42px rgba(8, 5, 13, .28);
  --shadow-lift: 0 26px 74px rgba(8, 5, 13, .42);
}
[data-theme="dark"] body::before { opacity: .9; }
[data-theme="dark"] .nav__inner,
[data-theme="dark"] .nav.scrolled .nav__inner { background: rgba(34, 27, 45, .88) !important; }
[data-theme="dark"] .hero__showreel::before { border-color: rgba(255, 255, 255, .12); }
[data-theme="dark"] .hero__showreel::after {
  background:
    linear-gradient(90deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .95) 36%, rgba(23, 19, 31, .68) 56%, rgba(23, 19, 31, .12) 84%),
    linear-gradient(0deg, rgba(23, 19, 31, .72), transparent 43%);
}
[data-theme="dark"] .brand,
[data-theme="dark"] .hero h1,
[data-theme="dark"] .hero__h1 {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}
[data-theme="dark"] .hero__h1 em { color: #a985ff !important; -webkit-text-fill-color: #a985ff !important; }
[data-theme="dark"] .hero__cta .btn--ghost { background: rgba(37, 31, 47, .82); }
[data-theme="dark"] .proof-strip { background: var(--surface); }
[data-theme="dark"] .game-panel { background: transparent; }
[data-theme="dark"] .game-picker__tabs,
[data-theme="dark"] .carousel__arrow { background: rgba(37, 31, 47, .95); }
[data-theme="dark"] .download-card::after { background-color: #30283c; }
[data-theme="dark"] .home-share__preview { background: transparent; }
[data-theme="dark"] #telecharger .price-card--featured,
[data-theme="dark"] #telecharger .price-card--vip { background: var(--surface); }
[data-theme="dark"] .step:hover { background: var(--surface); }
[data-theme="dark"] .single-game-page .single-hero::before {
  background:
    linear-gradient(90deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .95) 39%, rgba(23, 19, 31, .66) 59%, rgba(23, 19, 31, .1) 84%),
    linear-gradient(0deg, rgba(23, 19, 31, .72), transparent 42%);
}
[data-theme="dark"] .single-game-page .single-hero__badges span { color: #d3c1ff; background: rgba(37, 31, 47, .78); }
[data-theme="dark"] .single-disclaimer { color: var(--ink-dim); background: var(--surface); }

@media (max-width: 1100px) {
  .hero h1,
  .hero__h1 { font-size: 4.45rem; }
  .section h2,
  .section__head h2 { font-size: 3rem; }
  .game-picker__tab span { display: none; }
  .game-picker__tab img { width: 34px; height: 34px; }
  .game-panel { grid-template-columns: minmax(260px, 330px) minmax(0, 1fr); gap: 38px; }
  .single-game-page .single-hero__copy h1 { font-size: 4rem; }
}

@media (max-width: 820px) {
  .hero h1,
  .hero__h1 { font-size: 3.55rem; }
  .game-panel { grid-template-columns: 1fr; }
  .game-panel > .game-preview { width: min(100%, 430px); margin-inline: auto; }
  .game-copy h3 { font-size: 2.35rem; }
  #telecharger .price-card--vip { grid-template-columns: 1fr 1fr; }
  #telecharger .price-card--vip .price-card__tag,
  #telecharger .price-card--vip h3 { grid-column: 1; }
  #telecharger .price-card--vip .price-card__copy,
  #telecharger .price-card--vip .price-card__meta { grid-column: 2; }
  #telecharger .price-card--vip .btn { grid-column: 1 / -1; grid-row: auto; margin-top: 13px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--stroke); }
  .single-download-grid { grid-template-columns: 1fr; }
  .single-kpis { grid-template-columns: repeat(3, 1fr); }
  .single-game-page .single-kpi { border-right: 1px solid var(--stroke) !important; border-bottom: 0 !important; }
  .single-game-page .single-kpi:last-child { border-right: 0 !important; }
}

@media (max-width: 760px) {
  .nav__inner,
  .nav.scrolled .nav__inner { min-height: 58px; }
  .nav .brand { flex: 0 0 34px; width: 34px; gap: 0; overflow: hidden; font-size: 0; }
  .nav .brand__mark { width: 32px; height: 32px; }
  .nav-actions { min-width: 0; }
  .game-drop__btn { max-width: 180px; }
  .game-drop__btn span { max-width: 122px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero { min-height: calc(100svh - 92px); }
  .hero__content { min-height: calc(100svh - 92px); padding-top: 104px; padding-bottom: 32px; }
  .hero__showreel::before { inset: 10px; }
  .hero__media--ac,
  .hero__media--gh { display: none; }
  .hero__media--flambe { opacity: 1; animation: bmMobileDrift 14s ease-in-out infinite alternate; object-position: 60% center; }
  @keyframes bmMobileDrift { from { transform: scale(1.01); } to { transform: scale(1.025); } }
  .hero__showreel::after {
    background: linear-gradient(0deg, rgba(245, 246, 250, .99) 0%, rgba(245, 246, 250, .92) 62%, rgba(245, 246, 250, .52) 100%);
  }
  .sale-offer { margin-bottom: 20px; }
  .sale-offer__copy { padding-right: 0; }
  .hero__logo { width: 218px; }
  .hero h1,
  .hero__h1 { font-size: 3rem; line-height: .96; }
  .hero__tag { margin-top: 18px; font-size: .94rem; line-height: 1.62; }
  .hero__cta .btn { min-width: 0; }
  .proof-strip .stat { padding-inline: 12px; }
  .section { padding-block: 78px; }
  .section h2,
  .section__head h2 { font-size: 2.35rem; }
  .section__head { margin-bottom: 36px; }
  .game-picker { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 6px; }
  .game-picker__arrow { width: 38px; height: 38px; }
  .game-picker__tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .game-picker__tab { flex: 0 0 54px; scroll-snap-align: center; }
  .game-picker__tab span { display: none; }
  .game-panel { padding-top: 25px; }
  .game-copy h3 { font-size: 2.1rem; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { padding: 24px 20px; }
  #telecharger { padding-block: 82px; }
  #telecharger .pricing-grid { grid-template-columns: 1fr; }
  #telecharger .price-card { min-height: 0; padding: 25px 21px; }
  #telecharger .price-card--vip { grid-column: auto; display: flex; }
  #telecharger .price-card__ribbon { top: 17px; right: 18px; }
  .single-game-page .single-hero {
    min-height: calc(100svh - 86px);
    max-height: none;
    align-items: flex-end;
    padding: 104px 22px 44px;
  }
  .single-game-page .single-hero::before {
    background: linear-gradient(0deg, rgba(245, 246, 250, .99) 0%, rgba(245, 246, 250, .94) 60%, rgba(245, 246, 250, .34) 100%);
  }
  .single-game-page .single-hero__copy { width: 100%; }
  .single-game-page .single-hero__copy h1 { font-size: 3rem; }
  .single-game-page .single-hero__sub { margin-top: 17px; font-size: .94rem; line-height: 1.62; }
  .single-game-page .single-hero__badges { margin-top: 16px; }
  .single-game-page .single-hero__cta { margin-top: 21px; }
  .single-game-page .single-hero__cta .btn { flex: 1 1 220px; }
  .single-game-page .single-preview .game-preview__media { object-position: center 35%; }
  [data-theme="dark"] .hero__showreel::after { background: linear-gradient(0deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .92) 62%, rgba(23, 19, 31, .5) 100%); }
  [data-theme="dark"] .single-game-page .single-hero::before { background: linear-gradient(0deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .94) 60%, rgba(23, 19, 31, .32) 100%); }
}

@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 24px), var(--maxw)); }
  .sale-offer { width: auto; max-width: 100%; }
  .sale-offer__copy small { max-width: 230px; }
  .hero__logo { width: 200px; margin-bottom: 19px; }
  .hero h1,
  .hero__h1 { font-size: 2.55rem; }
  .hero__cta { display: grid; grid-template-columns: 1fr; }
  .proof-strip .stat-grid { width: 100%; }
  .proof-strip .stat { min-height: 82px; }
  .proof-strip .v,
  .proof-strip .v.ok { font-size: 1.55rem; }
  .proof-strip .k { max-width: 95px; font-size: 8px; }
  .section h2,
  .section__head h2 { font-size: 2.08rem; }
  .game-picker { width: 100%; }
  .tier-table { min-width: 620px; }
  .tier-table-wrap {
    overflow-x: auto;
    border-right: 3px solid color-mix(in srgb, var(--violet) 72%, transparent);
    box-shadow: inset -18px 0 18px -20px var(--violet);
    scrollbar-color: var(--violet) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .feat { flex-basis: min(84vw, 300px); }
  .download-card h3 { font-size: 1.62rem; }
  .download-card::after { width: 46px; height: 46px; background-size: 37px 37px; }
  .download-card__actions { grid-template-columns: 1fr; }
  .download-card__actions .btn:last-child { grid-column: auto; }
  .home-share { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  .home-share__link,
  .home-share__link[data-share-platform] { min-height: 46px; padding: 0; font-size: 0; }
  .home-share__link::before { width: 27px; height: 27px; font-size: 10px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; padding: 25px 20px; border-right: 0; border-bottom: 1px solid var(--stroke); }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--stroke); }
  .step:last-child { border-bottom: 0; }
  .step h4 { margin-top: 16px; }
  .single-game-page .single-hero__copy h1 { font-size: 2.55rem; }
  .single-game-page .single-hero__badges span:nth-child(n+4) { display: none; }
  .single-game-page .single-hero__cta { display: grid; grid-template-columns: 1fr; }
  .single-kpis { grid-template-columns: 1fr; }
  .single-game-page .single-kpi { border-right: 0 !important; border-bottom: 1px solid var(--stroke) !important; }
  .single-game-page .single-kpi:last-child { border-bottom: 0 !important; }
}

@media (max-width: 360px) {
  .hero h1,
  .hero__h1,
  .single-game-page .single-hero__copy h1 { font-size: 2.25rem; }
  .sale-offer__copy small { max-width: 190px; }
  .section h2,
  .section__head h2 { font-size: 1.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media { animation: none !important; transform: none !important; }
  .hero__media--ac,
  .hero__media--gh { display: none !important; }
  .hero__media--flambe { opacity: 1 !important; }
  .feat,
  .btn,
  .game-picker__tab { transition: none !important; }
}

/* ============================================================
   v11 - Conversion funnel: one game, one promise, one next step
   ============================================================ */

.funnel-home {
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
}

.funnel-home .nav { position: fixed; }
.funnel-home .nav__inner {
  min-height: 58px;
  border-color: rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 32px rgba(44, 31, 58, .1);
  backdrop-filter: blur(18px) saturate(1.1);
}
.funnel-home .nav__links { gap: 22px; }
.funnel-home .nav__links a { font-size: 12px; }

.funnel-hero {
  position: relative;
  min-height: calc(100svh - 56px);
  overflow: hidden;
  color: var(--ink);
  background: #e9edf5;
  isolation: isolate;
}

.funnel-slides,
.funnel-slide { position: absolute; inset: 0; }

.funnel-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1), visibility .55s;
}
.funnel-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }

.funnel-slide__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.015);
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
}
.funnel-slide.is-active .funnel-slide__media { transform: scale(1); }

.funnel-slide::before,
.funnel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.funnel-slide::before {
  background:
    linear-gradient(90deg, rgba(247, 248, 252, .9) 0%, rgba(247, 248, 252, .78) 29%, rgba(247, 248, 252, .3) 52%, rgba(247, 248, 252, .02) 79%),
    linear-gradient(0deg, rgba(247, 248, 252, .52) 0%, transparent 28%);
}
.funnel-slide::after {
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #ff8b13 0 48%, #7845e6 48% 100%);
}

.funnel-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 56px);
  padding-top: 102px;
  padding-bottom: 142px;
}

.funnel-copy { width: min(100%, 650px); }
.funnel-copy .sale-offer { margin-bottom: 23px; }
.funnel-copy__index {
  display: block;
  margin-bottom: 9px;
  color: var(--violet);
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
}
.funnel-copy__eyebrow {
  margin: 0 0 12px;
  color: var(--ink-dim);
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.funnel-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--f-display);
  font-size: 4.8rem;
  font-weight: 800;
  line-height: .95;
  letter-spacing: 0;
  text-shadow: none;
}
.funnel-copy__lead {
  max-width: 58ch;
  margin: 20px 0 0;
  color: var(--ink-dim);
  font-size: 1rem;
  line-height: 1.7;
}
.funnel-copy__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}
.funnel-copy__chips span {
  padding: 6px 9px;
  color: var(--violet);
  border: 1px solid rgba(116, 72, 216, .24);
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
}
.funnel-copy__version {
  display: flex;
  gap: 7px;
  margin: 16px 0 0;
  color: var(--ink-faint);
  font-family: var(--f-mono);
  font-size: 11px;
}
.funnel-copy__version b { color: var(--violet); }
.funnel-copy__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.funnel-copy__actions .btn { min-height: 48px; }
.funnel-copy__actions .btn:first-child {
  color: #24150a;
  background: #ff8b13;
  box-shadow: 0 14px 30px rgba(242, 138, 27, .24);
}
.funnel-copy__actions .btn:first-child:hover { background: #f27d00; }
.funnel-copy__actions .btn--ghost { color: var(--violet); background: rgba(255, 255, 255, .8); }

.funnel-dock {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 18px;
  left: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
}
.funnel-dock__rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 14px 38px rgba(43, 31, 56, .15);
  backdrop-filter: blur(18px) saturate(1.1);
}
.funnel-dock__game {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  overflow: hidden;
  color: var(--ink-dim);
  border: 0;
  border-radius: 6px;
  background: transparent;
  font: 700 10px/1.25 var(--f-body);
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.funnel-dock__game img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 6px;
  object-fit: cover;
}
.funnel-dock__game span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.funnel-dock__game:hover { color: var(--violet); background: var(--violet-soft); }
.funnel-dock__game.is-active {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 8px 20px var(--violet-glow);
}
.funnel-dock__arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--violet);
  border: 1px solid rgba(116, 72, 216, .26);
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(43, 31, 56, .12);
  cursor: pointer;
}
.funnel-dock__arrow svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.funnel-dock__arrow:hover { color: #fff; background: var(--violet); }

.funnel-proof,
.funnel-passes { position: relative; padding: 96px 0; }
.funnel-proof { background: var(--surface); }
.funnel-proof::before,
.funnel-passes::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff8b13 0 42%, #7845e6 58% 100%);
}
.funnel-proof__inner,
.funnel-passes__inner { display: grid; gap: 42px; }
.funnel-section-head { max-width: 760px; }
.funnel-section-head .eyebrow { margin-bottom: 13px; }
.funnel-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--f-display);
  font-size: 3.45rem;
  line-height: 1;
  letter-spacing: 0;
}
.funnel-section-head h2 em { color: var(--violet); font-style: normal; }
.funnel-section-head p { max-width: 62ch; margin: 18px 0 0; color: var(--ink-dim); line-height: 1.7; }

.funnel-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}
.funnel-proof__grid article { min-height: 210px; padding: 28px 34px; border-right: 1px solid var(--stroke); }
.funnel-proof__grid article:first-child { padding-left: 0; }
.funnel-proof__grid article:last-child { padding-right: 0; border-right: 0; }
.funnel-proof__grid article > span { color: var(--amber-deep); font: 700 10px/1 var(--f-mono); }
.funnel-proof__grid h3 { margin: 42px 0 10px; color: var(--ink); font: 700 1.35rem/1.15 var(--f-display); }
.funnel-proof__grid p { margin: 0; color: var(--ink-dim); font-size: .9rem; line-height: 1.65; }

.funnel-passes { background: var(--bg-2); }
.funnel-passes__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.funnel-pass {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface);
}
.funnel-pass--premium { border-color: #ff8b13; box-shadow: 0 18px 40px rgba(242, 138, 27, .12); }
.funnel-pass__tag { color: var(--violet); font: 700 10px/1 var(--f-mono); text-transform: uppercase; }
.funnel-pass strong { margin-top: 24px; color: var(--ink); font: 800 2.45rem/1 var(--f-display); }
.funnel-pass--premium strong { color: #d96800; }
.funnel-pass p { max-width: 50ch; margin: 20px 0 25px; color: var(--ink-dim); line-height: 1.65; }
.funnel-pass .btn { width: 100%; margin-top: auto; }
.funnel-vip {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 24px;
  gap: 18px;
  align-items: center;
  padding: 17px 22px;
  color: var(--ink);
  border: 1px solid rgba(116, 72, 216, .34);
  border-radius: 8px;
  background: var(--violet-soft);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.funnel-vip:hover { border-color: var(--violet); transform: translateY(-2px); }
.funnel-vip span { display: grid; gap: 5px; }
.funnel-vip b { color: var(--violet); font: 700 1rem/1.2 var(--f-display); }
.funnel-vip small { color: var(--ink-dim); }
.funnel-vip strong { color: var(--violet); font: 800 1.55rem/1 var(--f-display); }
.funnel-vip svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.funnel-passes__trust { margin: -22px 0 0; color: var(--ink-faint); font: 400 10px/1.5 var(--f-mono); text-align: center; }

.funnel-safety { color: #fff; background: #4d2a82; }
.funnel-safety__row {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 18px;
  align-items: center;
  font-size: 11px;
}
.funnel-safety__row span { padding-left: 15px; border-left: 2px solid rgba(255, 184, 104, .9); }
.funnel-safety__row a { color: #fff; font-weight: 700; text-underline-offset: 4px; }
.funnel-footer .footer__brand img { width: 30px; height: 30px; object-fit: contain; }
.funnel-footer { margin-top: 0; }

/* Dedicated pages: make the paid path explicit without hiding the free test. */
.single-game-page .single-hero__cta a[href*="/buy"] {
  order: -1;
  color: #24150a;
  border-color: #ff8b13;
  background: #ff8b13;
  box-shadow: 0 14px 30px rgba(242, 138, 27, .2);
}
.single-game-page .single-hero__cta a[href*="/v1/free"] {
  color: var(--violet);
  border-color: rgba(116, 72, 216, .3);
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
}
.single-game-page #features > .game-picker,
.single-game-page #features > .single-picker-note,
.single-game-page .single-kpis { display: none; }
.single-game-page .section { padding-block: 76px; }

.single-conversion {
  position: relative;
  padding: 78px 0;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  background: var(--surface);
}
.single-conversion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff8b13 0 48%, #7845e6 52% 100%);
}
.single-conversion__inner { display: grid; gap: 30px; }
.single-conversion__head { max-width: 760px; }
.single-conversion__head h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font: 800 3rem/1 var(--f-display);
  letter-spacing: 0;
}
.single-conversion__head h2 em { color: var(--violet); font-style: normal; }
.single-conversion__head p { max-width: 62ch; margin: 17px 0 0; color: var(--ink-dim); line-height: 1.7; }
.single-conversion__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.single-choice {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  color: var(--ink);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--bg);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.single-choice:hover { border-color: var(--violet); transform: translateY(-3px); }
.single-choice--premium { border-color: #ff8b13; box-shadow: 0 16px 36px rgba(242, 138, 27, .11); }
.single-choice__tag { color: var(--violet); font: 700 10px/1 var(--f-mono); text-transform: uppercase; }
.single-choice strong { margin-top: 22px; color: var(--ink); font: 800 2.25rem/1 var(--f-display); }
.single-choice--premium strong { color: #d96800; }
.single-choice p { margin: 17px 0 22px; color: var(--ink-dim); font-size: .9rem; line-height: 1.6; }
.single-choice b { margin-top: auto; color: var(--violet); font-size: .86rem; }
.single-conversion__vip {
  display: grid;
  grid-template-columns: 1fr auto 22px;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 15px 20px;
  color: var(--ink);
  border: 1px solid rgba(116, 72, 216, .32);
  border-radius: 8px;
  background: var(--violet-soft);
  text-decoration: none;
}
.single-conversion__vip span { display: grid; gap: 4px; }
.single-conversion__vip b,
.single-conversion__vip strong { color: var(--violet); }
.single-conversion__vip small { color: var(--ink-dim); }
.single-conversion__vip svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.single-conversion__trust { margin: -12px 0 0; color: var(--ink-faint); font: 400 10px/1.5 var(--f-mono); text-align: center; }

[data-theme="dark"] .funnel-home .nav__inner { border-color: rgba(203, 180, 255, .16); background: rgba(31, 26, 40, .9); }
[data-theme="dark"] .funnel-hero { background: #17131f; }
[data-theme="dark"] .funnel-slide::before {
  background:
    linear-gradient(90deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .94) 31%, rgba(23, 19, 31, .58) 55%, rgba(23, 19, 31, .08) 84%),
    linear-gradient(0deg, rgba(23, 19, 31, .9) 0%, transparent 30%);
}
[data-theme="dark"] .funnel-copy__chips span,
[data-theme="dark"] .funnel-copy__actions .btn--ghost,
[data-theme="dark"] .funnel-dock__rail,
[data-theme="dark"] .funnel-dock__arrow { color: var(--ink); border-color: rgba(203, 180, 255, .2); background: rgba(37, 31, 47, .9); }
[data-theme="dark"] .funnel-pass,
[data-theme="dark"] .single-choice { background: var(--surface); }
[data-theme="dark"] .funnel-safety { background: #352256; }
[data-theme="dark"] .single-game-page .single-hero__cta a[href*="/v1/free"] { color: #cbb4ff; background: rgba(37, 31, 47, .8); }
[data-theme="dark"] .single-conversion { background: var(--bg-2); }

@media (max-width: 1100px) {
  .funnel-copy h1 { font-size: 4rem; }
  .funnel-dock__game { justify-content: center; }
  .funnel-dock__game span { display: none; }
  .funnel-proof__grid article { padding-inline: 24px; }
  .funnel-safety__row { grid-template-columns: 1fr 1fr; padding-block: 20px; }
}

@media (max-width: 760px) {
  .funnel-home .nav__inner { min-height: 54px; }
  .funnel-home .brand { font-size: 0; }
  .funnel-home .brand__mark { width: 31px; height: 31px; }
  .funnel-home .nav-actions .nav-icon-btn:nth-child(2) { display: none; }
  .funnel-hero,
  .funnel-slide__content { min-height: calc(100svh - 46px); }
  .funnel-slide__media { object-position: center 30%; }
  .funnel-slide::before {
    background: linear-gradient(0deg, rgba(247, 248, 252, .93) 0%, rgba(247, 248, 252, .72) 58%, rgba(247, 248, 252, .04) 100%);
  }
  .funnel-slide__content { align-items: flex-end; padding-top: 92px; padding-bottom: 128px; }
  .funnel-copy { width: 100%; }
  .funnel-copy .sale-offer { width: fit-content; margin-bottom: 17px; }
  .funnel-copy__index { margin-bottom: 6px; }
  .funnel-copy__eyebrow { margin-bottom: 8px; font-size: 9px; }
  .funnel-copy h1 { max-width: 12ch; font-size: 3rem; line-height: .98; }
  .funnel-copy__lead { max-width: 46ch; margin-top: 14px; font-size: .88rem; line-height: 1.58; }
  .funnel-copy__chips { margin-top: 12px; }
  .funnel-copy__chips span { padding: 5px 7px; font-size: 8px; }
  .funnel-copy__version { margin-top: 11px; }
  .funnel-copy__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 16px; }
  .funnel-copy__actions .btn { min-width: 0; min-height: 45px; padding: 11px 10px; font-size: 11px; }
  .funnel-dock { bottom: 10px; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 5px; }
  .funnel-dock__rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 13px, #000 calc(100% - 13px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 13px, #000 calc(100% - 13px), transparent);
  }
  .funnel-dock__rail::-webkit-scrollbar { display: none; }
  .funnel-dock__game { flex: 0 0 126px; justify-content: flex-start; scroll-snap-align: center; }
  .funnel-dock__game span { display: block; }
  .funnel-dock__arrow { width: 44px; height: 44px; }
  .funnel-proof,
  .funnel-passes { padding: 72px 0; }
  .funnel-section-head h2 { font-size: 2.55rem; }
  .funnel-proof__grid { grid-template-columns: 1fr; }
  .funnel-proof__grid article,
  .funnel-proof__grid article:first-child,
  .funnel-proof__grid article:last-child { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--stroke); }
  .funnel-proof__grid article:last-child { border-bottom: 0; }
  .funnel-proof__grid h3 { margin-top: 18px; }
  .funnel-passes__choices { grid-template-columns: 1fr; }
  .funnel-pass { min-height: 250px; }
  .funnel-vip { grid-template-columns: 1fr auto 18px; padding-inline: 16px; }
  .funnel-safety__row { grid-template-columns: 1fr; gap: 14px; padding-block: 22px; }
  .funnel-safety__row span { min-height: 30px; display: flex; align-items: center; }
  .single-conversion { padding: 62px 0; }
  .single-conversion__head h2 { font-size: 2.4rem; }
  .single-conversion__choices { grid-template-columns: 1fr; }
  .single-choice { min-height: 220px; }
  [data-theme="dark"] .funnel-slide::before { background: linear-gradient(0deg, rgba(23, 19, 31, .99) 0%, rgba(23, 19, 31, .94) 58%, rgba(23, 19, 31, .3) 100%); }
}

@media (max-width: 420px) {
  .funnel-copy h1 { font-size: 2.55rem; }
  .funnel-copy__lead {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .funnel-copy__chips span:nth-child(3) { display: none; }
  .funnel-copy__actions { gap: 7px; }
  .funnel-dock__game { flex-basis: 116px; min-height: 54px; }
  .funnel-dock__game img { width: 32px; height: 32px; flex-basis: 32px; }
  .funnel-section-head h2 { font-size: 2.2rem; }
  .funnel-pass { padding: 23px 20px; }
  .funnel-vip small { font-size: 10px; }
  .single-conversion__vip { grid-template-columns: 1fr auto; }
  .single-conversion__vip svg { display: none; }
}

@media (max-width: 340px) {
  .sticky-cta { gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); }
  .sticky-cta__txt b { overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
  .sticky-cta__txt span { display: none; }
  .sticky-cta .btn { min-height: 44px; padding: 10px 14px; }
  body { padding-bottom: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .funnel-slide,
  .funnel-slide__media,
  .funnel-dock__game,
  .funnel-vip,
  .single-choice { transition: none !important; }
}
