@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: #4100a3;
  --brand-dark: #350086;
  --brand-light: #632eb4;
  --brand-glow: rgba(65, 0, 163, 0.45);
  --login-bg: #f1ecfa;
  --login-border: rgba(120, 49, 223, 0.32);
  --login-text: #45296a;
  --blue: #7831df;
  --blue-dark: #6228b7;
  --blue-glow: rgba(120, 49, 223, 0.35);
  --header-bg: #e1d1f7;
  --section-bg: #ded1f5;
  --section-alt: #e4e0e8;
  --hero-bg: #ccb4f1;
  --bg: #f8f4fc;
  --bg-card: #ece7f8;
  --bg-card-alt: #d0cbda;
  --surface: rgba(208, 203, 218, 0.72);
  --surface-hover: rgba(236, 231, 248, 0.84);
  --headings: #45296a;
  --text: #000000;
  --text-muted: #727074;
  --border: rgba(120, 49, 223, 0.18);
  --neon-line: rgba(65, 0, 163, 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;
}

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

.nmgrvyzpgdtgevw {
  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;
}

.wqtqfisg {
  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);
}

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

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

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

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

.xesyidogiixdft {
  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);
}

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

.dukykozwexaxwv {
  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);
}

.dukykozwexaxwv:hover { gap: 14px; }

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

/* ============ Header ============ */
.tixdlpjtytqpv {
  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);
}

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

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

.wcppnczjrvhz {
  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%);
}

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

.ldywyxbhw { font-size: 1rem; }

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

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

.cqaaxoxudvq img { border-radius: 0; }

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

.txwnpbshywtnz 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);
}

.txwnpbshywtnz 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);
}

.txwnpbshywtnz a:hover,
.txwnpbshywtnz a.batugmivdxuub { color: var(--white); }

.txwnpbshywtnz a:hover::after,
.txwnpbshywtnz a.batugmivdxuub::after { transform: scaleX(1); }

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

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

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

.wzjtupub {
  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;
}

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

.dfokempet {
  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;
}

.dfokempet.lxxjvkzfs { display: flex; }

.dfokempet 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);
}

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

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

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

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

.nvgwcoaw {
  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%;
}

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

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

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

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

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

.xydjgynbjhgzty { background: var(--section-alt); }
.rufsqhnqweu { background: var(--ink-3); }

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

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

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

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

.qhdrbrebxxsjg .tlketlsecbewo { order: 1; }
.qhdrbrebxxsjg .qgviradzmovztazk { order: 2; }
.qfwzqzupfyepki .tlketlsecbewo { order: 2; }
.qfwzqzupfyepki .qgviradzmovztazk { order: 1; }

.qgviradzmovztazk { position: relative; }

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

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

.qgviradzmovztazk::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;
}

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

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

.qhdrbrebxxsjg + .ydevaayceh,
.qhdrbrebxxsjg + .falofbcmry,
.qhdrbrebxxsjg + .hizriuzwcv,
.qhdrbrebxxsjg + .lqoybaofpz,
.qhdrbrebxxsjg + .htqrnqjaygfaqdy,
.qhdrbrebxxsjg + .drqwlxbxtc,
.qhdrbrebxxsjg + .qdjbbrssee {
  margin-top: 48px;
}

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

.ydevaayceh 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);
}

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

.ydevaayceh 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%);
}

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

.pezrjxuyqvxrbm {
  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;
}

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

.twfwgqrkoztlm {
  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);
}

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

.pezrjxuyqvxrbm:hover .twfwgqrkoztlm {
  background: var(--gold);
  color: var(--ink);
}

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

.tdbujwhqfrkuri p { margin: 0; }

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

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

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

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

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

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

.utcxbilnlismqw { list-style: none; }

.utcxbilnlismqw 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;
}

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

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

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

/* ============ Tables ============ */
.lqoybaofpz {
  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 .lqoybaofpz. 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. */
.tlketlsecbewo,
.qsjebvndc,
.cnpspaqdkj {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
}

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

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

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

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

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

.jhgewoajgxcxfy {
  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);
}

.pissgzfbsiaxhq:hover .jhgewoajgxcxfy { opacity: 1; }

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

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

.qgoepyztggvd { margin-top: 32px; }

/* ============ Author (optional) ============ */
.tnzqhurkh {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

summary.omnkrkmlrjmwl:hover,
details.qgipsklpia[lxxjvkzfs] summary.omnkrkmlrjmwl { color: var(--gold); }

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

.dpdpwawxeq {
  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.qgipsklpia[lxxjvkzfs] .dpdpwawxeq {
  transform: rotate(45deg);
  border-color: var(--gold);
  color: var(--gold);
}

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

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

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

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

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

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

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

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

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

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

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

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

.rxzlcvqqpnhdu {
  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;
}

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

.xysbwdykplm {
  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);
}

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

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

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

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

.jjovtdcmekrxsp:last-child { border-bottom: none; }
.uckrhwvic { padding: 32px 0; }

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

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

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

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

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

.joyowldzhnl { padding: 24px 0; }

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

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

.vymdywxfnkhfvpz {
  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);
}

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

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

.ioylegpwqpgj {
  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;
}

.binmycuxygs { padding: 16px 0; }

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

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

.fudukphpvdceujbq {
  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) {
  .nvgwcoaw {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "media"
      "cta"
      "text";
    grid-template-rows: auto auto auto auto;
    gap: 24px;
  }

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

  .nnbjypcjpaofo,
  .fflwjlsd { text-align: center; }

  .fflwjlsd { margin: 0 auto; }

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

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

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

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

  .qhdrbrebxxsjg .qgviradzmovztazk { order: -1 !important; }
  .qhdrbrebxxsjg .tlketlsecbewo { order: 1 !important; }

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

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

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

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

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

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

  .psultxvi { justify-content: center; }
  .eikoyewrrotss { justify-content: center; }
  .rhyvgbjefugsrein { justify-content: center; }
}

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

  .yirieecawlkv { display: none; }
  .txwnpbshywtnz { display: none; }
  .pasovvwsw { display: none; }

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

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

  .kaykzwzwsprnf { padding: 60px 0; }

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

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

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

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

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

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

  table { min-width: 460px; }
}

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

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

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

  .eizxbqtvme .nmgrvyzpgdtgevw {
    width: 100%;
    justify-content: center;
  }

  .wqtqfisg,
  .xesyidogiixdft,
  .rxzlcvqqpnhdu,
  .xysbwdykplm,
  .fudukphpvdceujbq { clip-path: none; }

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