@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  /* ── CMS palette variables (controllable via Colors tab) ── */
  --brand: #eed076;
  --brand-dark: #c3ab61;
  --brand-light: #f1d88f;
  --brand-glow: rgba(238, 208, 118, 0.45);
  --login-bg: #1c1b2b;
  --login-border: rgba(206, 160, 64, 0.32);
  --login-text: #ffffff;
  --blue: #cea040;
  --blue-dark: #a98334;
  --blue-glow: rgba(206, 160, 64, 0.35);
  --header-bg: #11111b;
  --section-bg: #11111b;
  --section-alt: #11111b;
  --hero-bg: #1c1b2b;
  --bg: #11111b;
  --bg-card: #1c1b2b;
  --bg-card-alt: #191826;
  --surface: rgba(25, 24, 38, 0.72);
  --surface-hover: rgba(28, 27, 43, 0.84);
  --headings: #ffffff;
  --text: #ffffff;
  --text-muted: #929296;
  --border: rgba(206, 160, 64, 0.18);
  --neon-line: rgba(238, 208, 118, 0.5);

  /* ── Template aliases (bridge source tokens to palette) ── */
  --gold: var(--brand);
  --gold-dark: var(--brand-dark);
  --gold-light: var(--brand-light);
  --gold-glow: var(--brand-glow);
  --ink: var(--bg);
  --ink-2: var(--header-bg);
  --ink-3: var(--bg-card);
  --plate: var(--bg-card-alt);
  --plate-2: var(--surface);
  --line: var(--border);
  --line-gold: var(--neon-line);
  --white: var(--text);
  --grey: var(--text-muted);
  --grey-2: rgba(138, 145, 153, 0.65);

  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;

  --max-w: 1200px;
  --ease: cubic-bezier(.77, 0, .175, 1);
  --fast: 0.2s;
  --mid: 0.35s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 108px;
}

button {
  font-family: inherit;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.container {
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
  padding: 0 28px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--white);
}

h1 { font-size: 42px; }
h2 { font-size: 42px; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.2rem; }

p {
  color: var(--grey);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.dkspwhmusjpsfd {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.qqlmdjmtvko {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: color var(--fast) var(--ease);
  white-space: nowrap;
}

.aicbcijpnwvqeb {
  background: var(--gold);
  color: var(--ink);
  padding: 16px 32px;
  transition: background var(--fast) var(--ease), color var(--fast) var(--ease), transform var(--fast) var(--ease);
}

.aicbcijpnwvqeb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--mid) var(--ease);
  z-index: 0;
}

.aicbcijpnwvqeb span,
.aicbcijpnwvqeb > * {
  position: relative;
  z-index: 1;
}

.aicbcijpnwvqeb:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.aicbcijpnwvqeb:hover { color: var(--ink); }

.cgxzjwruhog {
  background: transparent;
  color: var(--white);
  padding: 15px 32px;
  border: 2px solid var(--plate-2);
  transition: border-color var(--fast), color var(--fast), background var(--fast);
}

.cgxzjwruhog:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-glow);
}

.qsagkvbhqs {
  background: none;
  color: var(--gold);
  padding: 10px 0;
  border-bottom: 2px solid var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  gap: 6px;
  transition: gap var(--fast);
}

.qsagkvbhqs:hover { gap: 14px; }

.eicclwjvq { padding: 20px 44px; font-size: 0.88rem; }

/* ============ Header ============ */
.qhjcflbaeuasmi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: var(--ink-2);
  border-bottom: 1px solid var(--line);
}

.xdfqibftzpgbugc {
  background: var(--ink-3);
  border-bottom: 1px solid var(--line);
}

.qffjymqzkgspho {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ngwepfwwo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: filter var(--fast);
  line-height: 1;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
}

.ngwepfwwo:hover { filter: brightness(1.08); }

.folhdqnkutehf { font-size: 1rem; }

.bkeuyycbkbcx {
  display: flex;
  align-items: center;
  height: 64px;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding: 0 28px;
  gap: 0;
}

.pkvvvqasktk {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
}

.pkvvvqasktk img { border-radius: 0; }

.fyeaflnxhhcu {
  display: flex;
  align-items: center;
  height: 100%;
}

.fyeaflnxhhcu a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
  position: relative;
  transition: color var(--fast);
}

.fyeaflnxhhcu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--fast) var(--ease);
}

.fyeaflnxhhcu a:hover,
.fyeaflnxhhcu a.fgzwxxtmtrzgpmso { color: var(--white); }

.fyeaflnxhhcu a:hover::after,
.fyeaflnxhhcu a.fgzwxxtmtrzgpmso::after { transform: scaleX(1); }

.rbiznmihvtbajxdf {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 20px;
}

.gtjcqayatiw {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.umphemvtcn {
  padding: 8px 14px;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.ostncsxmybmkxbl {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: 2px solid var(--line);
  cursor: pointer;
  padding: 8px 10px;
  margin-left: auto;
}

.ostncsxmybmkxbl span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--white);
  transition: all var(--fast);
}

.fdvxzlgymvig {
  display: none;
  flex-direction: column;
  background: var(--ink-2);
  border-top: 1px solid var(--line);
  border-bottom: 3px solid var(--gold);
  padding: 16px 28px 24px;
  gap: 2px;
}

.fdvxzlgymvig.wghdxgdkh { display: flex; }

.fdvxzlgymvig a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  transition: color var(--fast);
}

.fdvxzlgymvig a:hover { color: var(--gold); }
.fdvxzlgymvig a:last-child { border-bottom: none; }

/* ============ Hero ============ */
.awvuhgdve {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--hero-bg);
  padding: 60px 0;
}

.awvuhgdve::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  background: var(--ink-3);
  z-index: 0;
}

.awvuhgdve::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  bottom: 0;
  background: var(--gold);
  z-index: 1;
}

.cuvmrcggcbl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "title media"
    "text  media"
    "cta   media";
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: 0 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.nupinxhty { grid-area: title; margin-bottom: 28px; line-height: 0.95; }
.msvlpzujqdvpc { grid-area: text; font-size: 1rem; color: var(--grey); margin-bottom: 40px; line-height: 1.75; }
.fleklswa { grid-area: media; align-self: center; padding-left: 48px; position: relative; }
.mdlfbuhkncnrki { grid-area: cta; align-self: start; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.nupinxhty mark {
  background: var(--gold);
  color: var(--ink);
  padding: 0 6px;
  font-style: normal;
  display: inline-block;
}

.msvlpzujqdvpc strong { color: var(--white); }

.fleklswa img {
  width: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

/* ============ Sections ============ */
.chuxtaqldgyjzxy {
  padding: 96px 0;
  position: relative;
  background: var(--section-bg);
}

.yledveyqtbaepj { background: var(--section-alt); }
.pudaiyxstbgtalkf { background: var(--ink-3); }

.paquhjdtmfc {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 56px;
}

.paquhjdtmfc h2 { line-height: 1; margin: 0; }

.cuckuvbo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.cuckuvbo > * { min-width: 0; }

.cuckuvbo .updlqosfql { order: 1; }
.cuckuvbo .yuumprjxyydykno { order: 2; }
.aavrxjnmfeovujt .updlqosfql { order: 2; }
.aavrxjnmfeovujt .yuumprjxyydykno { order: 1; }

.yuumprjxyydykno { position: relative; }

.yuumprjxyydykno img {
  width: 100%;
  display: block;
  border-left: 4px solid var(--gold);
}

.aavrxjnmfeovujt .yuumprjxyydykno img {
  border-left: none;
  border-right: 4px solid var(--gold);
}

.yuumprjxyydykno::before {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 80px;
  height: 80px;
  border-bottom: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
  z-index: 10;
  pointer-events: none;
}

.aavrxjnmfeovujt .yuumprjxyydykno::before {
  right: auto;
  left: -12px;
  border-right: none;
  border-left: 3px solid var(--gold);
}

.updlqosfql p { margin-bottom: 16px; }
.updlqosfql h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.4rem); }

.cuckuvbo + .fdngsmaurebv,
.cuckuvbo + .dtyiizroydvol,
.cuckuvbo + .gqifpuftfczxrs,
.cuckuvbo + .wzzmpobdta,
.cuckuvbo + .ojlbjctgruzhv,
.cuckuvbo + .ibotlrefv,
.cuckuvbo + .rasflmosrggstn {
  margin-top: 48px;
}

.fdngsmaurebv {
  list-style: none;
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fdngsmaurebv li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
  transition: padding-left var(--fast);
}

.fdngsmaurebv li:first-child { border-top: 1px solid var(--line); }
.fdngsmaurebv li:hover { padding-left: 8px; color: var(--gold); }

.fdngsmaurebv li::before {
  content: '';
  width: 24px;
  height: 24px;
  background: var(--gold);
  flex-shrink: 0;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 0 100%);
}

.gqifpuftfczxrs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: s;
  margin-top: 32px;
}

.tbdrccadlbzpm {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  counter-increment: s;
  align-items: start;
  transition: background var(--fast);
  cursor: default;
}

.tbdrccadlbzpm:last-child { border-bottom: none; }
.tbdrccadlbzpm:hover { background: var(--gold-glow); }

.vopyehxxhsd {
  display: flex;
  width: 48px;
  height: 48px;
  background: var(--plate-2);
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
  transition: background var(--fast), color var(--fast);
}

.vopyehxxhsd::before { content: counter(s, decimal-leading-zero); }

.tbdrccadlbzpm:hover .vopyehxxhsd {
  background: var(--gold);
  color: var(--ink);
}

.laqdazyfssaydz h3,
.laqdazyfssaydz h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin-bottom: 6px;
  color: var(--white);
  line-height: 1.1;
}

.laqdazyfssaydz p { margin: 0; }

/* ============ Pros/Cons ============ */
.dtyiizroydvol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--gold);
  margin-top: 40px;
}

.qpavinhztq {
  background: var(--ink-3);
  padding: 36px;
}

.lqxnhzvtchdua {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.qdedhffwjgai {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
}

.zlzfxwllavc { background: var(--gold); color: var(--ink); }
.eefjizuoijlrvn { background: var(--plate-2); color: var(--grey); }

.lqxnhzvtchdua h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin: 0;
}

.ravfmmmqdvfqajlj { list-style: none; }

.ravfmmmqdvfqajlj li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--grey);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ravfmmmqdvfqajlj li:last-child { border-bottom: none; }

.ravfmmmqdvfqajlj li::before {
  content: attr(data-mark);
  color: var(--gold);
  flex-shrink: 0;
  font-size: 0.85rem;
  margin-top: 2px;
  font-weight: 700;
}

.qpavinhztq:nth-child(2) .ravfmmmqdvfqajlj li::before { color: var(--grey); }

/* ============ Tables ============ */
.wzzmpobdta {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  border: 1px solid var(--plate-2);
  border-top: 3px solid var(--gold);
  max-width: 100%;
  width: 100%;
  min-width: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

thead tr { background: var(--plate); }

th {
  padding: 14px 20px;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--plate-2);
}

td {
  padding: 14px 20px;
  font-size: 0.88rem;
  color: var(--grey);
  border-bottom: 1px solid var(--line);
}

tr:last-child td { border-bottom: none; }

tbody tr:hover td {
  color: var(--white);
  background: var(--gold-glow);
}

/* Tables embedded in rich content_html (overview/registration/bonuses/app/payments
   intros, subsections, games intro) are NOT inside .wzzmpobdta. Without this the
   wide table (min-width above) overflows the page and gets clipped by body's
   overflow-x:hidden. Make the prose container scroll horizontally instead. */
.updlqosfql,
.kvdzptqbf,
.qlvyvjxrx {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
}

/* ============ Games ============ */
.qlvyvjxrx {
  max-width: 680px;
  margin: -24px 0 0;
}

.wnhevsdky {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  background: transparent;
  margin-top: 48px;
}

.pgifmqtez {
  background: transparent;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.pgifmqtez img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s var(--ease);
  display: block;
}

.pgifmqtez:hover img { transform: scale(1.06); }

.ycqrhcuyvks {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.86);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  opacity: 0;
  transition: opacity var(--fast);
  backdrop-filter: blur(2px);
}

.pgifmqtez:hover .ycqrhcuyvks { opacity: 1; }

.rbllinkdimgynjng {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 4px;
}

.ilthyshtbjqkpf {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.upyeoyqmovvruhit { margin-top: 32px; }

/* ============ Author (optional) ============ */
.dkobyavjlcyicfhi {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  border: 1px solid var(--plate-2);
  border-top: 4px solid var(--gold);
  margin-top: 40px;
  overflow: hidden;
}

.zyjzcrcznav {
  background: var(--gold);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  text-align: center;
}

.vgcadtljosbre {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: cover;
  filter: grayscale(100%);
  border: 3px solid var(--ink);
}

.csvbnyvnagdhdexa {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
  line-height: 1.1;
}

.czaynyrqekhvkll {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(7, 7, 7, 0.6);
}

.wotbmspxxiil {
  font-size: 0.9rem;
  color: var(--ink);
  letter-spacing: 2px;
}

.dtbnmetrbpizbkn {
  padding: 36px;
  background: var(--ink-3);
}

.dtbnmetrbpizbkn p {
  color: var(--grey);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.dtbnmetrbpizbkn strong { color: var(--gold); font-weight: 700; }

/* ============ FAQ (native details/summary) ============ */
.ojlbjctgruzhv {
  list-style: none;
  margin-top: 40px;
}

.ojlbjctgruzhv > .mcgpzmzp {
  border-bottom: 1px solid var(--line);
}

.ojlbjctgruzhv > .mcgpzmzp:first-child {
  border-top: 1px solid var(--line);
}

details.mcgpzmzp[wghdxgdkh] { border-bottom: 2px solid var(--gold); }

summary.cknjemnwmgyj {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 22px 0;
  list-style: none;
  transition: color var(--fast);
}

summary.cknjemnwmgyj::-webkit-details-marker { display: none; }
summary.cknjemnwmgyj::marker { content: ''; }

summary.cknjemnwmgyj:hover,
details.mcgpzmzp[wghdxgdkh] summary.cknjemnwmgyj { color: var(--gold); }

.dppdfmsklmm {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.qwzrkgyiaboosvqw {
  width: 32px;
  height: 32px;
  border: 2px solid var(--plate-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--grey);
  flex-shrink: 0;
  font-weight: 300;
  line-height: 1;
  transition: transform var(--fast), border-color var(--fast), color var(--fast);
}

details.mcgpzmzp[wghdxgdkh] .qwzrkgyiaboosvqw {
  transform: rotate(45deg);
  border-color: var(--gold);
  color: var(--gold);
}

details.mcgpzmzp .iuqrctlzztta {
  padding-bottom: 22px;
  max-height: none;
  overflow: visible;
}

details.mcgpzmzp .iuqrctlzztta p {
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
  color: var(--grey);
}

/* ============ Subsections (H3 blocks) ============ */
.rasflmosrggstn {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kvdzptqbf {
  padding: 24px 28px;
  background: var(--ink-3);
  border-left: 3px solid var(--gold);
}

.kvdzptqbf h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.kvdzptqbf p,
.kvdzptqbf ul,
.kvdzptqbf ol { color: var(--grey); }

.kvdzptqbf p { margin-bottom: 10px; }
.kvdzptqbf ul,
.kvdzptqbf ol { margin-left: 22px; }

/* ============ CTA banner ============ */
.agxktbgx {
  background: var(--gold) !important;
  padding: 80px 0 !important;
}

.qwhkjpwmz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.qwhkjpwmz h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
  margin: 0;
}

.qwhkjpwmz p {
  color: rgba(7, 7, 7, 0.65);
  font-size: 0.95rem;
  margin: 8px 0 0;
}

.nahgktkoo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.vdlobverfaepwpnn {
  background: var(--ink);
  color: var(--gold);
  padding: 16px 32px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background var(--fast), color var(--fast);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vdlobverfaepwpnn:hover { background: var(--white); color: var(--ink); }

.phepmnvy {
  background: transparent;
  color: rgba(7, 7, 7, 0.7);
  border: 2px solid rgba(7, 7, 7, 0.3);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all var(--fast);
}

.phepmnvy:hover {
  background: rgba(7, 7, 7, 0.1);
  color: var(--ink);
}

.ibotlrefv {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ============ Footer (3-layer) ============ */
.qealpdrftxz {
  background: var(--bg);
}

.ulinhcxdjxtuff {
  border-bottom: 1px solid var(--line);
}

.ulinhcxdjxtuff:last-child { border-bottom: none; }
.mpjtxtdqugz { padding: 32px 0; }

.ntjyfsbya {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.kjxkuwpf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  justify-content: center;
}

.kjxkuwpf a {
  font-size: 0.82rem;
  color: var(--grey);
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color var(--fast);
  white-space: nowrap;
}

.kjxkuwpf a:hover { color: var(--gold); }

.ylodktmjmsfiays {
  display: flex;
  gap: 10px;
  align-items: center;
}

.erwirwaskfubxt { padding: 24px 0; }

.zxdjoalbxhultydd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.uzevkpfflxqfcf {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dexwtczaidpd {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--plate);
  border: 1px solid var(--plate-2);
  color: var(--grey);
  transition: background var(--fast), color var(--fast), border-color var(--fast);
}

.dexwtczaidpd:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.fajvpsezhn {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  justify-content: flex-end;
}

.hmewncmpmexxishu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background: var(--plate);
  border: 1px solid var(--plate-2);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 26px;
}

.ehwqlpayo { padding: 16px 0; }

.cfvxaebamkoni {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ehjmxecoclqzgob {
  font-size: 0.78rem;
  color: var(--grey-2);
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.kxuljgfyfx {
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 0 100%);
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .cuvmrcggcbl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "media"
      "cta"
      "text";
    grid-template-rows: auto auto auto auto;
    gap: 24px;
  }

  .awvuhgdve::before,
  .awvuhgdve::after { display: none; }

  .nupinxhty,
  .msvlpzujqdvpc { text-align: center; }

  .msvlpzujqdvpc { margin: 0 auto; }

  .mdlfbuhkncnrki {
    justify-content: center;
    flex-wrap: wrap;
  }

  .fleklswa {
    padding-left: 0;
    display: block;
  }

  .fleklswa img {
    max-width: 420px;
    margin: 0 auto;
  }

  .cuckuvbo {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cuckuvbo .yuumprjxyydykno { order: -1 !important; }
  .cuckuvbo .updlqosfql { order: 1 !important; }

  .wnhevsdky { grid-template-columns: repeat(3, 1fr); }

  .qwhkjpwmz {
    flex-direction: column;
    text-align: center;
  }

  .nahgktkoo {
    align-items: center;
    width: 100%;
  }

  .dkobyavjlcyicfhi { grid-template-columns: 1fr; }

  .zyjzcrcznav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px;
    min-width: auto;
  }

  .ntjyfsbya {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

  .kjxkuwpf { justify-content: center; }
  .zxdjoalbxhultydd { justify-content: center; }
  .fajvpsezhn { justify-content: center; }
}

@media (max-width: 768px) {
  body { padding-top: 64px; }

  .xdfqibftzpgbugc { display: none; }
  .fyeaflnxhhcu { display: none; }
  .rbiznmihvtbajxdf { display: none; }

  .gtjcqayatiw {
    display: flex;
    margin-left: auto;
    margin-right: 8px;
  }

  .ostncsxmybmkxbl {
    display: flex;
    margin-left: 0;
  }

  .chuxtaqldgyjzxy { padding: 60px 0; }

  .rasflmosrggstn {
    gap: 16px;
    margin-top: 24px;
  }

  .kvdzptqbf { padding: 20px; }
  .kvdzptqbf h3 { font-size: 1.15rem; }

  .paquhjdtmfc {
    gap: 12px;
    margin-bottom: 32px;
  }

  .dtyiizroydvol { grid-template-columns: 1fr; }

  .wnhevsdky { grid-template-columns: repeat(2, 1fr); }

  .cfvxaebamkoni {
    justify-content: center;
    text-align: center;
  }

  table { min-width: 460px; }
}

@media (max-width: 480px) {
  .gtjcqayatiw .cgxzjwruhog { display: none; }

  .wnhevsdky { grid-template-columns: repeat(2, 1fr); }

  .mdlfbuhkncnrki {
    flex-direction: column;
    width: 100%;
  }

  .mdlfbuhkncnrki .qqlmdjmtvko {
    width: 100%;
    justify-content: center;
  }

  .aicbcijpnwvqeb,
  .cgxzjwruhog,
  .vdlobverfaepwpnn,
  .phepmnvy,
  .kxuljgfyfx { clip-path: none; }

  .kvdzptqbf { padding: 16px 16px 16px 18px; }
  .kvdzptqbf h3 { font-size: 1.05rem; }
}
