@import url('https://fonts.googleapis.com/css2?family=Jura:wght@400;500;600;700&family=Sofia+Sans+Extra+Condensed:wght@600;700&display=swap');

:root {
  --bg: #0e0714;
  --bg-soft: #160a21;
  --surface: #21102e;
  --surface-2: #2b123c;
  --surface-3: #3b1750;
  --text: #f8effb;
  --text-soft: #d1bcd9;
  --muted: #9f82ad;
  --line: rgba(247,219,255,.12);
  --line-bright: rgba(229,105,216,.35);
  --cyan: #d67cff;
  --blue: #8b5cf6;
  --orange: #ff5aa5;
  --red: #ff3f87;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 2%, rgba(188,78,219,.18), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: 'Jura', Arial, sans-serif;
  line-height: 1.62;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
h1, h2, h3, h4 { margin-top: 0; font-family: 'Sofia Sans Extra Condensed', sans-serif; line-height: 1.12; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(42px, 5.1vw, 70px); letter-spacing: -.035em; }
h2 { max-width: 920px; margin-bottom: 22px; font-size: clamp(31px, 3.7vw, 49px); letter-spacing: -.025em; }
h3 { margin-bottom: 12px; font-size: 21px; }
p { margin-top: 0; }
.eyebrow {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.intro, .lead { max-width: 900px; color: var(--text-soft); }
.intro { margin-bottom: 30px; font-size: 17px; }
.lead { font-size: 19px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(14,7,20,.9);
  backdrop-filter: blur(18px);
}
.topbar__in { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand {
  display: grid;
  grid-template-columns: 38px auto;
  grid-template-rows: 22px 13px;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}
.brand svg { width: 34px; height: 34px; grid-row: 1 / 3; }
.brand svg circle { fill: #101925; stroke: var(--cyan); stroke-width: 2; }
.brand svg path { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand span { font: 700 22px 'Sofia Sans Extra Condensed', sans-serif; letter-spacing: .05em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; gap: 24px; margin-left: auto; }
nav a { color: #bcc6cd; font-size: 13px; text-decoration: none; }
nav a:hover { color: var(--cyan); }
.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  border: 1px solid var(--orange);
  border-radius: 11px;
  background: var(--orange);
  box-shadow: 0 10px 30px rgba(255,90,165,.22);
  color: #101014;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); background: #ff72b3; border-color: #ff72b3; }
.button--small { min-height: 40px; padding: 8px 15px; font-size: 12px; }
.button--ghost { border-color: var(--line-bright); background: transparent; box-shadow: none; color: var(--text); }
.button--ghost:hover { background: rgba(214,124,255,.09); border-color: var(--cyan); }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.hero { position: relative; overflow: hidden; padding: 90px 0 48px; }
.hero:before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(255,90,165,.18), transparent 23rem),
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(214,124,255,.03) 35px 36px);
  background-size: 100% 100%, 100% 100%;
  content: '';
  pointer-events: none;
}
.hero__grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
.hero__copy { width: 100%; max-width: 1040px; padding-top: 18px; }
.hero__copy h1 { max-width: 980px; }
.hero__copy .lead { max-width: 1020px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.salon-quad { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 5px; }
.salon-quad a {
  position: relative;
  display: flex;
  min-height: 132px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(34,15,48,.78);
  text-decoration: none;
  transition: transform .2s, border-color .2s, background .2s;
}
.salon-quad a:hover { transform: translateY(-3px); border-color: var(--line-bright); background: var(--surface-2); }
.salon-quad a:after { position: absolute; right: 17px; bottom: 11px; color: var(--orange); content: '›'; font-size: 24px; }
.salon-quad small { color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.salon-quad .salon-quad__title { margin: 9px 0 5px; color: #fff; font: 700 20px 'Sofia Sans Extra Condensed', sans-serif; }
.salon-quad span:last-child { color: var(--text-soft); font-size: 12px; }
.salon-agg { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); gap: 1px; }
.salon-agg > div { padding: 17px 19px; background: #1a0c25; }
.salon-agg span, .salon-agg small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.salon-agg .value { margin: 2px 0; color: var(--cyan); font: 700 25px 'Sofia Sans Extra Condensed', sans-serif; letter-spacing: 0; }

.section { padding: 78px 0; border-bottom: 1px solid rgba(255,255,255,.035); }
.section--tint { background: rgba(27,12,39,.66); }
.section--catalog { background: linear-gradient(180deg, rgba(42,17,57,.76), rgba(14,7,20,.22)); }
.section--dark { background: #160a21; }
.triptych, .bonusgrid, .games, .live-four, .levels, .about-grid, .review-grid { display: grid; gap: 14px; }
.triptych { grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
.triptych article, .live-four article, .about-grid article, .review-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(51,21,68,.92), rgba(27,12,39,.92));
}
.triptych article > span { display: inline-grid; width: 30px; height: 30px; place-items: center; margin-bottom: 20px; border-radius: 9px; background: rgba(214,124,255,.11); color: var(--cyan); font-size: 11px; }
.triptych p, .live-four p, .about-grid p, .review-grid p { margin-bottom: 0; color: var(--text-soft); font-size: 14px; }
.access-rail { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--line); gap: 1px; }
.access-rail > div { padding: 16px 18px; background: #1a0c25; }
.access-rail span { display: block; color: var(--cyan); font: 700 16px 'Sofia Sans Extra Condensed', sans-serif; }
.access-rail p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.section-note, .fineprint { max-width: 940px; color: var(--text-soft); }
.section-note { margin-top: 22px; padding: 17px 19px; border-left: 3px solid var(--cyan); border-radius: 0 12px 12px 0; background: rgba(214,124,255,.065); }
.fineprint { margin-top: 22px; }
.bonusgrid { grid-template-columns: repeat(3, 1fr); }
.bonusgrid article { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.bonusgrid article:first-child { border-top: 3px solid var(--orange); }
.bonusgrid article:nth-child(2) { border-top: 3px solid var(--blue); }
.bonusgrid article:nth-child(3) { border-top: 3px solid var(--cyan); }
.bonusgrid small { color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.bonusgrid .value { display: block; margin: 13px 0 5px; font: 700 25px 'Sofia Sans Extra Condensed', sans-serif; }
.bonusgrid p { margin: 0; color: var(--text-soft); }

.games { grid-template-columns: repeat(4, 1fr); margin: 30px 0; }
.game { position: relative; display: flex; min-height: 225px; flex-direction: column; overflow: hidden; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, #321645, #190b23 72%); }
.game:before { position: absolute; top: -62px; right: -58px; width: 150px; height: 150px; border: 25px solid rgba(255,90,165,.08); border-radius: 50%; content: ''; }
.game > span { position: relative; color: var(--cyan); font-size: 10px; font-weight: 700; }
.game__title { position: relative; max-width: 190px; margin-top: auto; font: 700 20px/1.15 'Sofia Sans Extra Condensed', sans-serif; }
.game p { position: relative; margin: 7px 0 17px; color: var(--muted); font-size: 11px; }
.game a { position: relative; width: max-content; color: #fff; font-size: 12px; font-weight: 700; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.catalog-notes { margin-top: 18px; }
.live-four { grid-template-columns: repeat(4, 1fr); }
.levels { grid-template-columns: repeat(6, 1fr); }
.levels article { position: relative; overflow: hidden; padding: 21px 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.levels article:after { position: absolute; right: -17px; bottom: -17px; width: 48px; height: 48px; border: 8px solid rgba(255,90,165,.12); border-radius: 50%; content: ''; }
.levels span { color: var(--muted); font-size: 10px; }
.levels h4 { margin: 14px 0 7px; font-size: 16px; }
.levels p { margin: 0; color: var(--text-soft); font-size: 11px; }
.about-grid { grid-template-columns: repeat(3, 1fr); }

.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; min-width: 700px; border-collapse: collapse; background: #1a0c25; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
th { background: #321645; color: #fff; font: 700 12px 'Sofia Sans Extra Condensed', sans-serif; letter-spacing: .05em; }
td { color: #c3cdd3; font-size: 13px; }
td:first-child { color: #fff; font-weight: 700; }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.stars { margin-bottom: 13px; color: var(--orange); letter-spacing: .13em; }
.review-grid span { display: block; margin-top: 16px; color: var(--cyan); font-size: 11px; }
.finalcall__in { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px; border: 1px solid rgba(255,90,165,.38); border-radius: 24px; background: radial-gradient(circle at 90% 20%, rgba(255,90,165,.22), transparent 28rem), var(--surface); }
.finalcall__in h2 { margin-bottom: 10px; }
.finalcall__in p:last-child { margin-bottom: 0; color: var(--text-soft); }
.faqgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.faqgrid details { padding: 19px 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.faqgrid details[open] { border-color: var(--line-bright); background: var(--surface-2); }
.faqgrid summary { cursor: pointer; color: #fff; font: 700 16px/1.35 'Sofia Sans Extra Condensed', sans-serif; }
.faqgrid p { margin: 13px 0 0; color: var(--text-soft); font-size: 13px; }
.author-note { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #2b123c, #15091e); }
.author-note p:not(.eyebrow) { max-width: 960px; color: var(--text-soft); }

footer { padding: 65px 0 24px; border-top: 1px solid var(--line); background: #09040d; }
.footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 45px; }
.footer__brand p { max-width: 310px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.footer__grid h4 { margin-bottom: 14px; font-size: 15px; }
.footer__grid h4 a, .footer__grid > div > a { text-decoration: none; }
.footer__grid > div > a { display: block; margin: 8px 0; color: #8997a1; font-size: 12px; }
.footer__grid a:hover { color: var(--cyan); }
.footer__legal { margin-top: 38px; margin-bottom: 0; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: #160a20; color: #a98bb5; font-size: 11px; line-height: 1.7; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 44px; padding-top: 19px; border-top: 1px solid var(--line); color: #697984; font-size: 11px; }
.footer__bottom a { color: #a8b3ba; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding-top: 0; }
  .salon-quad, .games, .live-four { grid-template-columns: repeat(2, 1fr); }
  .salon-agg { grid-template-columns: repeat(5, 1fr); }
  .access-rail { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .review-grid { grid-template-columns: 1fr; }
  .levels { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 24px, 1160px); }
  .topbar__in { min-height: 65px; }
  .topbar .button { margin-left: auto; }
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .lead { font-size: 17px; }
  .hero { padding-top: 58px; }
  .hero__actions { flex-direction: column; }
  .salon-quad, .triptych, .bonusgrid, .games, .live-four, .about-grid, .review-grid, .faqgrid { grid-template-columns: 1fr; }
  .salon-agg { grid-template-columns: 1fr 1fr; }
  .salon-agg > div:last-child { grid-column: 1 / -1; }
  .access-rail { grid-template-columns: 1fr; }
  .levels { grid-template-columns: 1fr 1fr; }
  .section { padding: 58px 0; }
  .finalcall__in { align-items: flex-start; flex-direction: column; padding: 26px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
}
