:root {
  --page: #050301;
  --page-soft: #0b0704;
  --panel: #120b06;
  --field: #19191b;
  --gold: #d6a63b;
  --gold-bright: #f6d66b;
  --gold-pale: #fff1a4;
  --ink: #f5f1e8;
  --muted: #aaa39b;
  --container: 1760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.icon {
  display: block; fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.site-container {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-shell {
  min-height: 1080px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 50% 21%, rgba(217, 145, 16, .12), transparent 18%),
    radial-gradient(circle at 50% 86%, rgba(144, 74, 8, .15), transparent 32%),
    linear-gradient(180deg, #010100 0%, #080401 55%, #040201 100%);
  border-bottom: 1px solid rgba(214, 166, 59, .45);
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .27;
  background-image:
    radial-gradient(circle, rgba(246, 214, 107, .75) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(164, 98, 8, .6) 0 1px, transparent 1.5px);
  background-size: 93px 89px, 147px 137px;
  background-position: 31px 10px, 10px 54px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
}
.ambient {
  position: absolute; border-radius: 999px; filter: blur(70px);
  opacity: .16; pointer-events: none;
}
.ambient--one { width: 360px; height: 360px; background: #c57908; left: -160px; top: 290px; }
.ambient--two { width: 480px; height: 280px; background: #7d3d00; right: 14%; bottom: 40px; }
.hero-brand {
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-bottom: 31px;
}
.hero-brand p {
  margin: 0;
  color: var(--gold-bright);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
}
.brand-logo {
  width: 180px;
  min-height: 116px;
  padding-top: 18px;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  filter: drop-shadow(0 6px 14px rgba(233, 156, 9, .28));
}
.brand-logo::before {
  content: "";
  position: absolute;
  inset: 26px 20px 18px;
  border: 3px solid #f4bb22;
  border-radius: 20px 20px 12px 12px;
  background: linear-gradient(145deg, #3c2508, #050506 45%, #51350b);
  box-shadow: inset 0 0 0 2px #613c00, 0 0 0 2px #d07900;
  transform: perspective(100px) rotateX(-2deg);
}
.brand-logo__spark {
  position: absolute; top: 0; left: 55px; color: #ffd83c; font-size: 24px;
  text-shadow: -18px 8px 0 #f7a500, 25px 3px 0 #ffbd16, 9px -5px 0 #fff0a0;
}
.brand-logo__hit, .brand-logo__club { position: relative; z-index: 1; line-height: .96; }
.brand-logo__hit {
  color: #fff5ba;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 55px;
  letter-spacing: 4px;
  -webkit-text-stroke: 2px #af5b00;
  text-shadow: 0 3px 0 #6f3200, 0 0 9px #ffbd2d;
}
.brand-logo__club {
  margin-top: 3px;
  padding: 2px 17px 3px;
  border-radius: 5px;
  background: #063b72;
  border: 2px solid #d9b244;
  color: white;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 5px;
}
.brand-logo i {
  position: absolute; top: 22px; right: 20px; width: 14px; height: 14px;
  border-radius: 50%; background: #e90000; box-shadow: 0 0 0 2px #ff9521;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 370px) minmax(560px, 700px) minmax(280px, 370px);
  justify-content: space-between;
  gap: 55px;
  align-items: start;
}
.left-rail, .right-rail, .center-stage { min-width: 0; }
.left-rail { margin-top: -33px; }
.ambassador-asset {
  height: 300px;
  margin-bottom: 27px;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #a36a08 !important;
  background: radial-gradient(circle at 28% 72%, rgba(171, 92, 8, .32), transparent 45%) !important;
}
.asset-placeholder {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 22px;
  text-align: center;
  border: 1px dashed rgba(214, 166, 59, .68);
  border-radius: 18px;
  color: var(--gold-bright);
  background: linear-gradient(145deg, rgba(45, 27, 10, .75), rgba(7, 5, 3, .62));
}
.asset-placeholder__icon { font-size: 34px; opacity: .85; }
.asset-placeholder strong { font-size: 15px; letter-spacing: .05em; }
.asset-placeholder small { color: #8d7450; font-size: 10px; letter-spacing: .14em; }
.gold-card {
  border: 1px solid #876008;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 11%, rgba(195, 113, 9, .18), transparent 34%),
    linear-gradient(155deg, rgba(33, 22, 13, .97), rgba(14, 8, 5, .96));
  box-shadow: inset 0 1px 0 rgba(255, 235, 146, .08);
}
.guide-card { padding: 21px 13px 8px; }
.guide-step {
  min-height: 92px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid rgba(111, 69, 12, .48);
}
.guide-step > span {
  flex: 0 0 37px; width: 37px; height: 37px; display: grid; place-items: center;
  border-radius: 50%; color: #111; background: var(--gold-bright);
  font-size: 18px; font-weight: 900;
}
.guide-step > div { display: flex; flex: 1; flex-direction: column; gap: 4px; }
.guide-step b { font-size: 17px; }
.guide-step strong { color: #ffd363; font-size: 30px; line-height: 1; }
.guide-step .rainbow-text {
  background: linear-gradient(90deg, #4ad7ff, #ff3e50, #edc752, #ab78ff);
  -webkit-background-clip: text; color: transparent;
}
.guide-step em {
  padding: 3px 7px; border-radius: 4px; color: #fff; background: #e50000;
  font-size: 18px; font-style: normal;
}
.guide-step .icon { color: var(--gold-bright); }
.guide-card > p {
  margin: 17px 8px 11px; color: #e8e2da; text-align: center;
  line-height: 1.42; font-size: 15px;
}
.guide-card > p b { color: var(--gold-bright); }
.slider-dots { height: 29px; display: flex; justify-content: center; align-items: center; gap: 10px; }
.slider-dots i { width: 10px; height: 10px; border-radius: 50%; background: #382308; }
.slider-dots i.active { background: #f4c857; }
.register-frame {
  position: relative;
  padding: 74px 70px 26px;
  min-height: 490px;
  border: 2px solid #efd68a;
  border-radius: 23px;
  background:
    linear-gradient(140deg, transparent 0 71%, rgba(153, 92, 13, .11) 71% 80%, transparent 80%),
    linear-gradient(25deg, transparent 0 76%, rgba(190, 126, 24, .11) 76% 85%, transparent 85%),
    radial-gradient(circle at 50% 102%, rgba(227, 151, 19, .18), transparent 37%),
    linear-gradient(160deg, rgba(38, 22, 7, .97), rgba(7, 5, 3, .98));
  box-shadow: inset 0 0 34px rgba(184, 102, 5, .16), 0 0 10px rgba(239, 190, 58, .24);
}
.register-frame::before, .register-frame::after {
  content: ""; position: absolute; height: 2px; left: 18%; right: 18%;
  background: linear-gradient(90deg, transparent, #fff3a7, #c57500, #fff3a7, transparent);
  box-shadow: 0 0 8px #eda514;
}
.register-frame::before { top: -2px; }
.register-frame::after { bottom: -2px; }
.register-frame__cap {
  position: absolute; top: 0; left: 21%; width: 58%; height: 60px;
  display: grid; place-items: center; color: var(--gold-pale);
  font-size: 24px; font-weight: 900;
  background: linear-gradient(180deg, rgba(21, 22, 24, .98), rgba(6, 6, 7, .98));
  border: 1px solid rgba(247, 205, 83, .72); border-top: 0;
  border-radius: 0 0 48px 48px; box-shadow: 0 4px 8px rgba(221, 145, 13, .5);
}
.register-form { display: flex; flex-direction: column; gap: 19px; }
.field-row {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 0 22px;
  border: 1px solid #d6c52e;
  border-radius: 17px;
  color: #6f7074;
  background: rgba(24, 24, 26, .94);
}
.field-row:focus-within {
  border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(214, 166, 59, .12);
  color: var(--gold);
}
.field-row input {
  width: 100%; min-width: 0; border: 0; outline: 0; color: #fff;
  background: transparent; font-size: 18px; text-align: center;
}
.field-row input::placeholder { color: #505055; }
.icon-button, .refresh-button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.captcha-row { display: grid; grid-template-columns: 1fr 160px 42px; gap: 15px; }
.captcha-row .field-row { padding: 0 16px; }
.captcha-row output {
  min-height: 68px; display: grid; place-items: center; border-radius: 15px;
  color: #151515; background: #a3a3a3; font-family: Georgia, serif;
  font-size: 29px; font-style: italic; font-weight: 900; letter-spacing: 1px;
}
.refresh-button { display: grid; place-items: center; padding: 0; color: var(--gold-pale); }
.primary-cta {
  width: min(420px, 100%); min-height: 87px; margin: 7px auto 0;
  border: 2px solid #eed638; border-radius: 999px; color: #fff1ae;
  background: linear-gradient(180deg, rgba(87, 77, 43, .56), rgba(26, 24, 17, .9) 44%, rgba(81, 55, 11, .76)), #171510;
  box-shadow: inset 0 0 13px rgba(255, 236, 125, .2), 0 6px 15px rgba(0, 0, 0, .45);
  text-shadow: 0 2px 6px #000; font-size: 36px; font-weight: 900;
  cursor: pointer; transition: transform .2s ease, filter .2s ease;
}
.primary-cta:hover { transform: translateY(-2px); filter: brightness(1.16); }
.form-message { margin: -7px 0 0; color: #d7c9a7; font-size: 12px; text-align: center; }
.game-access-button {
  width: min(490px, calc(100% - 100px)); min-height: 80px; margin: 49px auto 26px;
  display: flex; align-items: center; justify-content: center; gap: 39px;
  border: 1px solid rgba(177, 121, 37, .5); border-radius: 17px;
  color: #f4eee7; background: linear-gradient(180deg, rgba(53, 34, 18, .78), rgba(10, 8, 7, .92));
  font-size: 27px;
}
.game-access-button:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.partner-strip .partner-title { margin: 0 0 14px; color: var(--gold-bright); text-align: center; font-size: 25px; font-weight: 800; }
.partner-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.partner-logo {
  min-width: 0; height: 93px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  border: 1px solid #6f4708; border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #221609, #0a0704);
}
.partner-logo span {
  color: #ffe679; font-size: 19px; font-weight: 900; font-style: italic;
  text-shadow: 0 2px 5px #000;
}
.partner-logo small { color: #eebc31; font-size: 9px; }
.contact-pill {
  min-height: 50px; margin-bottom: 21px; display: flex; align-items: center;
  gap: 23px; border: 1px solid #7c5508; border-radius: 999px;
  color: #e5b958; background: linear-gradient(90deg, #211307, #17120f);
  font-size: 19px;
}
.contact-pill > span {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 2px solid #a57b25; border-radius: 50%; background: #4a2b0a;
  box-shadow: inset 0 0 0 3px #1a0c03;
}
.contact-pill:hover { border-color: var(--gold-bright); filter: brightness(1.12); }
.video-asset { height: 210px; margin-top: 4px; }
.app-download-card {
  margin-top: 196px; padding-bottom: 12px; display: grid;
  grid-template-columns: 132px 1fr; align-items: center; gap: 30px;
  border-bottom: 1px solid rgba(113, 72, 13, .4);
}
.app-download-card strong { color: var(--gold); font-size: 25px; line-height: 1.38; }
.qr-asset { min-height: 132px; padding: 10px; border-radius: 4px; background: #f4f4ee; color: #111; }
.qr-asset small { color: #5c5c5c; }
.social-row { margin-top: 34px; display: flex; justify-content: center; gap: 18px; }
.social-row a {
  width: 54px; height: 54px; display: grid; place-items: center;
  border: 2px solid #a4772a; border-radius: 50%; color: #d6ad5a; background: #1b1007;
}
.content-placeholder { min-height: 220px; padding: 70px 0; text-align: center; background: #070402; }
.content-placeholder p { color: #806944; }
.floating-chat {
  position: fixed; right: 5.5%; bottom: 18px; z-index: 30; min-height: 48px;
  padding: 0 20px; display: flex; align-items: center; gap: 10px;
  border: 1px solid #8b5c08; border-radius: 17px 17px 0 0;
  color: #eac46c; background: linear-gradient(180deg, #3b210a, #1d1006);
  box-shadow: 0 8px 30px #000;
}
.floating-chat:hover { border-color: var(--gold-bright); }
.content-shell {
  position: relative;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 58% 26%, rgba(133, 71, 4, .15), transparent 26%),
    linear-gradient(180deg, #070402, #040301);
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(280px, 370px) minmax(560px, 700px) minmax(280px, 370px);
  justify-content: space-between;
  gap: 55px;
  align-items: start;
}
.content-left-rail, .content-right-rail { min-width: 0; }
.search-demo {
  padding: 14px;
  position: sticky;
  top: 28px;
}
.search-demo__bar {
  height: 44px;
  margin-bottom: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 999px;
  color: #dadde1;
  background: #5a5d62;
  font-size: 14px;
}
.search-demo__bar i {
  width: 16px;
  height: 16px;
  margin-left: auto;
  border: 2px solid #d8dade;
  border-radius: 4px;
}
.search-result {
  min-height: 120px;
  margin-top: 9px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid;
  border-radius: 14px;
  background: rgba(49, 41, 40, .84);
}
.search-result small, .search-result p { margin: 0; font-size: 11px; }
.search-result strong {
  padding: 6px 8px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-result > b { align-self: flex-end; display: flex; align-items: center; gap: 7px; font-size: 18px; }
.search-result > b span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.search-result--fake { color: #ff7178; background: linear-gradient(110deg, rgba(99, 44, 48, .6), rgba(37, 28, 27, .8)); }
.search-result--real { color: #62dc7d; background: linear-gradient(110deg, rgba(20, 92, 40, .68), rgba(28, 46, 30, .84)); }
.content-left-rail > .slider-dots { margin-top: 2px; }
.seo-article {
  color: #ede7df;
  font-size: 17px;
  line-height: 1.72;
}
.seo-article .eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-align: center;
}
.seo-article h1 {
  margin: 0 0 24px;
  color: var(--gold-bright);
  font-size: clamp(30px, 2.4vw, 43px);
  line-height: 1.18;
  text-align: center;
  text-wrap: balance;
}
.seo-article .lead { margin: 0 auto 30px; max-width: 650px; color: #d7d0c7; text-align: center; }
.seo-article h2 {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 26px;
  line-height: 1.3;
}
.seo-article h3 {
  margin: 22px 0 8px;
  color: #f3e5c3;
  font-size: 19px;
}
.seo-article p { margin: 0 0 15px; }
.seo-article ul { margin: 8px 0 0; padding-left: 22px; }
.seo-article li { margin: 6px 0; }
.seo-article b { color: #fff; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 42px;
}
.benefit-grid article {
  min-width: 0;
  padding: 20px 16px;
  border: 1px solid rgba(183, 123, 15, .52);
  border-radius: 15px;
  background: linear-gradient(160deg, rgba(39, 23, 10, .85), rgba(12, 8, 5, .9));
}
.benefit-grid span {
  display: block;
  margin-bottom: 9px;
  color: #815a1e;
  font-size: 25px;
  font-weight: 900;
}
.benefit-grid h2 { margin-bottom: 8px; font-size: 15px; }
.benefit-grid p { margin: 0; color: #aaa39b; font-size: 13px; line-height: 1.55; }
.content-section {
  padding: 31px 0;
  border-top: 1px solid rgba(117, 77, 15, .46);
}
.stat-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stat-row div {
  min-height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid rgba(149, 97, 16, .45);
  border-radius: 12px;
  background: #0e0905;
}
.stat-row strong { color: var(--gold-bright); font-size: 24px; }
.stat-row span { color: #aaa39b; font-size: 12px; }
.faq-section {
  padding: 31px 0 65px;
  border-top: 1px solid rgba(117, 77, 15, .46);
}
.faq-section details {
  margin: 10px 0;
  border: 1px solid rgba(138, 92, 14, .54);
  border-radius: 11px;
  background: rgba(20, 13, 8, .75);
}
.faq-section summary {
  padding: 16px 18px;
  color: #f3e5c3;
  font-weight: 700;
  cursor: pointer;
}
.faq-section details p { margin: 0; padding: 0 18px 18px; color: #bdb5aa; font-size: 14px; }
.sticky-side { position: sticky; top: 28px; }
.side-video { min-height: 210px; }
.side-app-card {
  margin-top: 42px;
  padding: 20px;
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: center;
  gap: 20px;
}
.side-app-card strong { color: var(--gold); font-size: 21px; line-height: 1.38; }
.support-button {
  min-height: 48px;
  margin: 17px auto 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #8b5c08;
  border-radius: 999px;
  color: #e9c670;
  background: #261507;
  font-size: 14px;
}
.support-button:hover { border-color: var(--gold-bright); }
.site-footer { background: #040201; }
.footer-nav {
  border-top: 1px solid rgba(154, 98, 8, .7);
  border-bottom: 1px solid rgba(154, 98, 8, .42);
}
.footer-nav .site-container {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(35px, 5.7vw, 105px);
}
.footer-nav a {
  color: #ead497;
  font-size: 18px;
  white-space: nowrap;
}
.footer-nav a:hover { color: var(--gold-bright); }
.footer-nav span { margin-left: 5px; font-size: 24px; }
.footer-main {
  min-height: 265px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 75px;
  padding-block: 32px;
}
.footer-main > div { min-width: 0; }
.footer-brand { display: flex; flex-direction: column; align-items: center; }
.footer-brand .brand-logo { transform: scale(.78); margin-block: -18px -8px; }
.footer-brand p { max-width: 230px; margin: 0; color: #776b5f; font-size: 11px; text-align: center; }
.footer-follow, .footer-cert { text-align: center; }
.footer-follow h2, .footer-cert h2 {
  margin: 0 0 16px;
  color: #ebd28a;
  font-size: 18px;
  font-weight: 500;
}
.footer-follow .social-row { margin-top: 0; }
.footer-support {
  width: min(290px, 100%);
  min-height: 51px;
  margin: 24px auto 0;
  display: grid;
  place-items: center;
  border: 1px solid #d7ae1e;
  border-radius: 999px;
  color: #edcb83;
  background: #271506;
  font-weight: 700;
}
.footer-cert .asset-placeholder { width: min(240px, 100%); min-height: 94px; margin: 0 auto; }
.legal-bar {
  padding: 19px 0;
  color: #e3ded7;
  background: #24150f;
  text-align: center;
  font-size: 14px;
}
.legal-bar p { margin: 4px 0; }
.legal-bar b { color: #f0d16f; }

@media (max-width: 1380px) {
  .site-container { width: min(calc(100% - 44px), 1220px); }
  .hero-grid { grid-template-columns: minmax(230px, 280px) minmax(520px, 660px) minmax(230px, 280px); gap: 24px; }
  .register-frame { padding-left: 48px; padding-right: 48px; }
  .guide-step { padding-inline: 7px; gap: 10px; }
  .guide-step strong { font-size: 25px; }
  .app-download-card { grid-template-columns: 110px 1fr; gap: 16px; }
  .qr-asset { min-height: 110px; }
  .app-download-card strong { font-size: 20px; }
  .content-grid { grid-template-columns: minmax(230px, 280px) minmax(520px, 660px) minmax(230px, 280px); gap: 24px; }
  .side-app-card { grid-template-columns: 100px 1fr; gap: 13px; }
  .side-app-card .qr-asset { min-height: 100px; }
  .side-app-card strong { font-size: 17px; }
}

@media (max-width: 1050px) {
  .hero-shell { min-height: auto; padding-bottom: 65px; }
  .hero-brand { height: 225px; }
  .hero-grid {
    grid-template-columns: 1fr 1fr; grid-template-areas: "center center" "left right";
    max-width: 820px; margin: 0 auto; gap: 36px 26px;
  }
  .center-stage { grid-area: center; }
  .left-rail { grid-area: left; margin-top: 0; }
  .right-rail { grid-area: right; }
  .app-download-card { margin-top: 40px; }
  .ambassador-asset { height: 220px; }
  .content-grid {
    max-width: 820px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "article article" "left-content right-content";
    gap: 36px 26px;
  }
  .seo-article { grid-area: article; }
  .content-left-rail { grid-area: left-content; }
  .content-right-rail { grid-area: right-content; }
  .search-demo, .sticky-side { position: static; }
  .footer-nav .site-container { gap: 26px; overflow-x: auto; justify-content: flex-start; }
  .footer-main { gap: 28px; }
}

@media (max-width: 700px) {
  .site-container { width: min(calc(100% - 28px), 560px); }
  .hero-brand { height: 190px; padding-bottom: 25px; }
  .hero-brand p { font-size: 18px; }
  .brand-logo { transform: scale(.82); margin-bottom: -12px; }
  .hero-grid { display: flex; flex-direction: column; gap: 28px; }
  .center-stage { order: 1; width: 100%; }
  .right-rail { order: 2; width: 100%; }
  .left-rail { order: 3; width: 100%; }
  .register-frame { min-height: 0; padding: 68px 18px 23px; border-radius: 18px; }
  .register-frame__cap { left: 13%; width: 74%; height: 51px; font-size: 19px; }
  .register-form { gap: 13px; }
  .field-row { min-height: 58px; border-radius: 13px; padding-inline: 16px; }
  .field-row input { font-size: 16px; }
  .captcha-row { grid-template-columns: 1fr 108px 36px; gap: 8px; }
  .captcha-row output { min-height: 58px; font-size: 20px; }
  .primary-cta { min-height: 70px; font-size: 28px; }
  .game-access-button { width: 100%; min-height: 65px; margin: 28px auto 24px; gap: 18px; font-size: 20px; }
  .partner-strip .partner-title { font-size: 19px; }
  .partner-row { display: flex; overflow-x: auto; padding-bottom: 7px; scroll-snap-type: x mandatory; }
  .partner-logo { flex: 0 0 95px; scroll-snap-align: start; }
  .contact-pill { font-size: 17px; }
  .video-asset { height: 190px; }
  .app-download-card { margin-top: 28px; grid-template-columns: 116px 1fr; }
  .app-download-card strong { font-size: 20px; }
  .ambassador-asset { height: 215px; }
  .guide-card { max-width: 420px; margin-inline: auto; }
  .floating-chat { right: 12px; bottom: 10px; padding: 0 15px; }
  .floating-chat span { font-size: 13px; }
  .content-shell { padding-top: 46px; }
  .content-grid { display: flex; flex-direction: column; gap: 38px; }
  .seo-article { order: 1; font-size: 16px; line-height: 1.66; }
  .content-right-rail { order: 2; width: 100%; }
  .content-left-rail { order: 3; width: 100%; }
  .seo-article h1 { font-size: 30px; }
  .seo-article h2 { font-size: 22px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { display: grid; grid-template-columns: 48px 1fr; align-items: start; column-gap: 7px; }
  .benefit-grid article span { grid-row: 1 / span 2; }
  .benefit-grid article h2, .benefit-grid article p { grid-column: 2; }
  .stat-row strong { font-size: 19px; }
  .stat-row span { font-size: 10px; }
  .side-app-card { grid-template-columns: 115px 1fr; }
  .footer-nav .site-container { min-height: 64px; padding-right: 20px; }
  .footer-nav a { font-size: 15px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; padding-block: 50px; }
  .legal-bar { padding-bottom: 74px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* WordPress integration */
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 99999;
  padding: 12px 18px;
  color: #111;
  background: var(--gold-bright);
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { top: 16px; }
.custom-logo-link { display: block; }
.custom-logo {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 125px;
}
.hc-media {
  position: relative;
  overflow: hidden;
}
.hc-media.has-image { padding: 0; border-style: solid; }
.hc-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambassador-asset img { object-fit: contain; object-position: center bottom; }
.guide-card.hc-media { min-height: 455px; }
.guide-card.hc-media img { object-fit: contain; }
.qr-asset img { object-fit: contain; padding: 4px; background: #fff; }
.footer-cert .asset-placeholder img { object-fit: contain; }
.partner-logo img { display: block; max-width: 86%; max-height: 62px; object-fit: contain; }
.footer-nav ul {
  min-height: 74px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(35px, 5.7vw, 105px);
  list-style: none;
}
.footer-nav li { margin: 0; }
.footer-nav .menu-item-has-children > a::after { content: " ›"; font-size: 22px; }
.hc-content-page {
  min-height: 65vh;
  padding: 70px 0;
  background: linear-gradient(180deg, #090502, #040201);
}
.hc-content-card {
  width: min(calc(100% - 36px), 900px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(160, 104, 16, .5);
  border-radius: 18px;
  background: rgba(18, 11, 6, .94);
  font-size: 17px;
  line-height: 1.75;
}
.hc-content-card h1, .hc-content-card h2, .hc-content-card h3 { color: var(--gold-bright); line-height: 1.3; }
.hc-content-card h1 { margin-top: 0; font-size: clamp(30px, 5vw, 48px); }
.hc-content-card a { color: var(--gold-bright); text-decoration: underline; }
.hc-content-card img { max-width: 100%; height: auto; border-radius: 12px; }
.hc-post-list { display: grid; gap: 18px; }
.hc-post-card {
  padding: 22px;
  border: 1px solid rgba(160, 104, 16, .38);
  border-radius: 13px;
  background: #0c0805;
}
.hc-post-card h2 { margin: 0 0 7px; font-size: 22px; }
.hc-post-meta { color: #8f857b; font-size: 13px; }
.page-numbers {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  margin: 15px 4px 0 0;
  place-items: center;
  border: 1px solid #7d530c;
  border-radius: 7px;
  text-decoration: none !important;
}
.page-numbers.current { color: #111; background: var(--gold-bright); }
.rank-math-breadcrumb { margin-bottom: 22px; color: #93887c; font-size: 13px; }
.rank-math-breadcrumb p { margin: 0; }
.rank-math-breadcrumb a { color: #d9bd72; }
.hc-empty { color: #9c9185; }

@media (max-width: 1050px) {
  .footer-nav ul { justify-content: flex-start; gap: 26px; overflow-x: auto; }
}


/* Compact layout pass */
@media (min-width: 1051px) {
  :root { --container: 1500px; }
  .site-container { width: min(calc(100% - 48px), var(--container)); }
  .hero-shell { min-height: 880px; }
  .hero-brand { height: 190px; gap: 7px; padding-bottom: 17px; }
  .hero-brand .brand-logo { transform: scale(.76); margin: -12px 0 -10px; }
  .hero-brand p { font-size: 20px; }
  .hero-grid,
  .content-grid {
    grid-template-columns: minmax(215px, 300px) minmax(460px, 600px) minmax(215px, 300px);
    gap: 32px;
  }
  .left-rail { margin-top: -20px; }
  .ambassador-asset { height: 235px; margin-bottom: 18px; }
  .asset-placeholder { min-height: 124px; padding: 16px; border-radius: 14px; }
  .asset-placeholder__icon { font-size: 27px; }
  .asset-placeholder strong { font-size: 13px; }
  .guide-card { padding: 14px 10px 5px; }
  .guide-step { min-height: 70px; padding: 0 10px; gap: 11px; }
  .guide-step > span { flex-basis: 31px; width: 31px; height: 31px; font-size: 15px; }
  .guide-step b { font-size: 14px; }
  .guide-step strong { font-size: 23px; }
  .guide-step em { font-size: 14px; }
  .guide-card > p { margin: 12px 6px 7px; font-size: 13px; }
  .guide-card.hc-media { min-height: 365px; }
  .register-frame { min-height: 400px; padding: 60px 48px 20px; border-radius: 18px; }
  .register-frame__cap { height: 49px; font-size: 19px; }
  .register-form { gap: 13px; }
  .field-row { min-height: 55px; padding: 0 18px; border-radius: 13px; }
  .field-row input { font-size: 15px; }
  .captcha-row { grid-template-columns: 1fr 126px 35px; gap: 10px; }
  .captcha-row output { min-height: 55px; border-radius: 12px; font-size: 23px; }
  .refresh-button .icon { width: 28px; height: 28px; }
  .primary-cta { width: min(340px, 100%); min-height: 67px; margin-top: 3px; font-size: 28px; }
  .game-access-button { width: min(410px, calc(100% - 72px)); min-height: 62px; margin: 30px auto 20px; gap: 25px; border-radius: 13px; font-size: 21px; }
  .game-access-button .icon { width: 26px; height: 26px; }
  .partner-strip .partner-title { margin-bottom: 10px; font-size: 20px; }
  .partner-row { gap: 7px; }
  .partner-logo { height: 72px; gap: 6px; border-radius: 8px 8px 0 0; }
  .partner-logo span { font-size: 15px; }
  .contact-pill { min-height: 42px; margin-bottom: 13px; gap: 16px; font-size: 15px; }
  .contact-pill > span { width: 40px; height: 40px; }
  .video-asset { height: 165px; }
  .app-download-card { margin-top: 110px; grid-template-columns: 103px 1fr; gap: 20px; }
  .app-download-card strong { font-size: 20px; }
  .qr-asset { min-height: 103px; }
  .social-row { margin-top: 23px; gap: 13px; }
  .social-row a { width: 44px; height: 44px; }
  .content-shell { padding-top: 50px; }
  .search-demo { padding: 10px; border-radius: 15px; }
  .search-demo__bar { height: 37px; margin-bottom: 7px; }
  .search-result { min-height: 96px; margin-top: 7px; padding: 9px; border-radius: 11px; }
  .search-result strong { font-size: 12px; }
  .search-result > b { font-size: 15px; }
  .seo-article { font-size: 15px; line-height: 1.62; }
  .seo-article .eyebrow { font-size: 10px; }
  .seo-article h1 { margin-bottom: 17px; font-size: 32px; }
  .seo-article .lead { margin-bottom: 22px; }
  .seo-article h2 { font-size: 22px; }
  .seo-article h3 { margin-top: 17px; font-size: 17px; }
  .benefit-grid { gap: 8px; margin-bottom: 30px; }
  .benefit-grid article { padding: 14px 11px; border-radius: 12px; }
  .benefit-grid span { margin-bottom: 6px; font-size: 20px; }
  .benefit-grid h2 { font-size: 13px; }
  .benefit-grid p { font-size: 11px; }
  .content-section { padding: 23px 0; }
  .stat-row { margin-top: 17px; gap: 7px; }
  .stat-row div { min-height: 75px; }
  .stat-row strong { font-size: 20px; }
  .faq-section { padding: 23px 0 45px; }
  .faq-section summary { padding: 12px 14px; }
  .side-video { min-height: 165px; }
  .side-app-card { margin-top: 30px; padding: 14px; grid-template-columns: 94px 1fr; gap: 13px; }
  .side-app-card .qr-asset { min-height: 94px; }
  .side-app-card strong { font-size: 16px; }
  .footer-nav .site-container,
  .footer-nav ul { min-height: 60px; }
  .footer-nav .site-container { gap: clamp(26px, 4.2vw, 70px); }
  .footer-nav a { font-size: 15px; }
  .footer-main { min-height: 215px; gap: 45px; padding-block: 23px; }
  .footer-follow h2,
  .footer-cert h2 { margin-bottom: 11px; font-size: 15px; }
  .footer-support { min-height: 43px; margin-top: 17px; font-size: 14px; }
  .footer-cert .asset-placeholder { min-height: 78px; }
  .legal-bar { padding: 13px 0; font-size: 12px; }
  .floating-chat { min-height: 42px; padding: 0 16px; font-size: 13px; }
}

@media (min-width: 701px) and (max-width: 1050px) {
  .site-container { width: min(calc(100% - 32px), 760px); }
  .hero-brand { height: 185px; gap: 7px; padding-bottom: 18px; }
  .hero-brand .brand-logo { transform: scale(.76); margin: -10px 0 -8px; }
  .hero-brand p { font-size: 19px; }
  .hero-grid,
  .content-grid { max-width: 760px; gap: 27px 20px; }
  .center-stage { width: min(100%, 600px); margin-inline: auto; }
  .register-frame { min-height: 400px; padding: 60px 45px 20px; }
  .register-frame__cap { height: 49px; font-size: 19px; }
  .register-form { gap: 13px; }
  .field-row,
  .captcha-row output { min-height: 55px; }
  .primary-cta { min-height: 68px; font-size: 28px; }
  .game-access-button { min-height: 62px; margin-top: 30px; font-size: 21px; }
  .partner-strip .partner-title { font-size: 20px; }
  .partner-logo { height: 74px; }
  .content-shell { padding-top: 50px; }
  .seo-article { font-size: 15px; }
  .seo-article h1 { font-size: 32px; }
}

@media (max-width: 700px) {
  .hero-brand { height: 165px; gap: 3px; padding-bottom: 15px; }
  .hero-brand .brand-logo { transform: scale(.7); margin: -19px 0 -18px; }
  .hero-brand p { font-size: 16px; }
  .register-frame { padding: 59px 14px 18px; }
  .register-frame__cap { height: 45px; font-size: 17px; }
  .register-form { gap: 10px; }
  .field-row,
  .captcha-row output { min-height: 51px; }
  .primary-cta { min-height: 59px; font-size: 24px; }
  .game-access-button { min-height: 56px; margin-top: 22px; font-size: 18px; }
  .partner-logo { flex-basis: 82px; height: 68px; }
  .content-shell { padding-top: 38px; }
  .seo-article { font-size: 15px; }
  .seo-article h1 { font-size: 27px; }
  .seo-article h2 { font-size: 20px; }
  .content-section { padding: 23px 0; }
}


/* Compact header-bottom navigation */
.hc-header-bottom {
  position: relative;
  z-index: 80;
  width: 100%;
  min-height: var(--hc-menu-mobile-height, 36px);
  color: var(--hc-menu-text, #e8cf8a);
  background: var(--hc-menu-bg, rgba(8, 5, 2, .98));
  border-bottom: var(--hc-menu-border-width, 1px) solid var(--hc-menu-border, #5f3a0b);
  box-shadow: var(--hc-menu-shadow, 0 6px 18px rgba(0, 0, 0, .35));
}
.hc-header-bottom.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}
body.admin-bar .hc-header-bottom.is-sticky { top: 32px; }
.hc-header-menu-inner {
  position: relative;
  width: min(calc(100% - 28px), var(--hc-menu-max-width, 1220px));
  min-height: var(--hc-menu-mobile-height, 36px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hc-header-menu-toggle {
  width: var(--hc-menu-toggle-size, 30px);
  height: var(--hc-menu-toggle-size, 30px);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0;
  border: var(--hc-menu-border-width, 1px) solid var(--hc-menu-border, #5f3a0b);
  border-radius: var(--hc-menu-radius, 8px);
  color: var(--hc-menu-hover, #f6d66b);
  background: var(--hc-menu-panel-bg, #0b0704);
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}
.hc-header-bottom--toggle-left .hc-header-menu-toggle {
  margin-left: 0;
  margin-right: auto;
}
.hc-header-menu-toggle__bars {
  width: 56%;
  height: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hc-header-menu-toggle__bars i {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}
.hc-header-menu-toggle[aria-expanded="true"] .hc-header-menu-toggle__bars i:nth-child(1) {
  transform: translateY(calc((var(--hc-menu-toggle-size, 30px) * .46 - 2px) / 2)) rotate(45deg);
}
.hc-header-menu-toggle[aria-expanded="true"] .hc-header-menu-toggle__bars i:nth-child(2) { opacity: 0; }
.hc-header-menu-toggle[aria-expanded="true"] .hc-header-menu-toggle__bars i:nth-child(3) {
  transform: translateY(calc((var(--hc-menu-toggle-size, 30px) * .46 - 2px) / -2)) rotate(-45deg);
}
.hc-header-menu-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: min(var(--hc-menu-panel-width, 270px), calc(100vw - 28px));
  max-height: min(72vh, 560px);
  display: none;
  overflow: auto;
  padding: 6px;
  border: var(--hc-menu-border-width, 1px) solid var(--hc-menu-border, #5f3a0b);
  border-radius: var(--hc-menu-radius, 8px);
  background: var(--hc-menu-panel-bg, #0b0704);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .58);
}
.hc-header-bottom--toggle-left .hc-header-menu-panel {
  right: auto;
  left: 0;
}
.hc-header-menu-panel.is-open { display: block; }
.hc-header-menu,
.hc-header-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hc-header-menu li { position: relative; margin: 0; }
.hc-header-menu a {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: max(3px, calc(var(--hc-menu-radius, 8px) - 2px));
  color: var(--hc-menu-text, #e8cf8a);
  font-size: var(--hc-menu-mobile-font-size, 13px);
  font-weight: var(--hc-menu-font-weight, 700);
  line-height: 1.25;
  text-transform: var(--hc-menu-text-transform, none);
  transition: color .16s ease, background-color .16s ease;
}
.hc-header-menu > li + li { margin-top: 2px; }
.hc-header-menu a:hover,
.hc-header-menu a:focus-visible {
  color: var(--hc-menu-hover, #f6d66b);
  background: var(--hc-menu-hover-bg, #2a1905);
}
.hc-header-menu .current-menu-item > a,
.hc-header-menu .current-menu-ancestor > a,
.hc-header-menu .current_page_item > a {
  color: var(--hc-menu-active, #fff1a4);
}
.hc-header-menu .sub-menu {
  margin: 1px 0 3px 10px;
  padding-left: 7px;
  border-left: 1px solid var(--hc-menu-border, #5f3a0b);
}
.hc-header-menu .sub-menu a {
  min-height: 32px;
  padding-block: 6px;
  font-size: max(10px, calc(var(--hc-menu-mobile-font-size, 13px) - 1px));
  font-weight: max(400, calc(var(--hc-menu-font-weight, 700) - 100));
}
.hc-header-menu-toggle:focus-visible,
.hc-header-menu a:focus-visible {
  outline: 2px solid var(--hc-menu-hover, #f6d66b);
  outline-offset: 2px;
}

@media (min-width: 701px) {
  .hc-header-bottom,
  .hc-header-menu-inner {
    min-height: var(--hc-menu-desktop-height, 40px);
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu-toggle { display: none; }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu-panel {
    position: static;
    width: 100%;
    max-height: none;
    display: block;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu {
    min-height: var(--hc-menu-desktop-height, 40px);
    display: flex;
    align-items: stretch;
    justify-content: var(--hc-menu-justify, center);
    gap: var(--hc-menu-gap, 4px);
    overflow: visible;
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu > li {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu > li + li { margin-top: 0; }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu > li > a {
    min-height: var(--hc-menu-desktop-height, 40px);
    padding: 0 var(--hc-menu-item-pad-x, 10px);
    font-size: var(--hc-menu-font-size, 13px);
    white-space: nowrap;
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu .sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 100;
    width: max-content;
    min-width: 190px;
    max-width: 290px;
    display: none;
    margin: 0;
    padding: 6px;
    border: var(--hc-menu-border-width, 1px) solid var(--hc-menu-border, #5f3a0b);
    border-radius: var(--hc-menu-radius, 8px);
    background: var(--hc-menu-panel-bg, #0b0704);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .5);
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu > li:last-child > .sub-menu,
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu > li:nth-last-child(2) > .sub-menu {
    right: 0;
    left: auto;
  }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu li:hover > .sub-menu,
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu li:focus-within > .sub-menu { display: block; }
  .hc-header-bottom:not(.hc-header-bottom--drawer) .hc-header-menu .sub-menu a {
    min-height: 34px;
    padding: 7px 9px;
    font-size: max(10px, calc(var(--hc-menu-font-size, 13px) - 1px));
  }
  .hc-header-bottom--drawer .hc-header-menu-inner { min-height: var(--hc-menu-desktop-height, 40px); }
  .hc-header-bottom--drawer .hc-header-menu-panel { top: calc(100% + 6px); }
  .hc-header-bottom--drawer .hc-header-menu a { font-size: var(--hc-menu-font-size, 13px); }
}

@media (max-width: 782px) {
  body.admin-bar .hc-header-bottom.is-sticky { top: 46px; }
}


/* Clickable registration artwork */
.register-image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  line-height: 0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .42);
  transition: transform .18s ease, filter .18s ease;
}
.register-image-link img {
  display: block;
  width: 100%;
  height: auto;
}
.register-image-link--cropped {
  position: relative;
  aspect-ratio: 701 / 489;
  border-radius: clamp(14px, 3.2vw, 24px);
  background: transparent;
  box-shadow: none;
}
.register-image-link--cropped img {
  position: absolute;
  top: -8.59%;
  left: -3.85%;
  width: 109.70%;
  max-width: none;
}
.register-image-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.register-image-link:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

@media (max-width: 700px) {
  .register-image-link:not(.register-image-link--cropped) { border-radius: 12px; }
}


/* Vietnamese-safe typography */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
.hero-brand p,
.partner-strip .partner-title,
.seo-article h1,
.seo-article h2,
.seo-article h3,
.footer-follow h2,
.footer-cert h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.hero-brand p,
.partner-strip .partner-title {
  padding-block: 3px;
}

/* Mobile keeps only the main column */
@media (max-width: 700px) {
  .left-rail,
  .right-rail,
  .content-left-rail,
  .content-right-rail {
    display: none !important;
  }
  .hero-grid,
  .content-grid {
    display: block;
    width: 100%;
  }
  .center-stage,
  .seo-article {
    width: 100%;
  }
}

/* Compact reference footer */
.site-footer {
  position: relative;
  border-top: 1px solid #6f4907;
  background: #030201;
}
.site-footer::before {
  position: absolute;
  top: -1px;
  right: 28%;
  left: 28%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d99b22 32%, #ffe19a 50%, #d99b22 68%, transparent);
  box-shadow: 0 0 10px rgba(255, 179, 34, .78);
  content: "";
}
.footer-main.site-container {
  width: min(calc(100% - 40px), 1080px);
  min-height: 264px;
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}
.footer-brand .brand-logo {
  transform: scale(.82);
  margin: -14px auto;
}
.footer-brand .custom-logo-link {
  display: block;
  width: 155px;
  margin: 0 auto;
}
.footer-brand .custom-logo {
  display: block;
  width: 100%;
  height: auto;
}
.footer-follow,
.footer-cert { text-align: center; }
.footer-follow h2,
.footer-cert h2 {
  margin: 0 0 18px;
  color: #ead493;
  font-size: 18px;
  font-weight: 500;
}
.footer-follow .social-row {
  justify-content: center;
  gap: 16px;
  margin: 0;
}
.footer-follow .social-row a {
  width: 54px;
  height: 54px;
}
.footer-support {
  width: min(290px, 100%);
  min-height: 54px;
  margin: 26px auto 0;
  border-color: #d7ae1e;
  color: #edcb83;
  background: #271506;
  font-size: 16px;
}
.certificate-image {
  width: 155px;
  height: 70px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.certificate-image img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}
.dmca-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.dmca-badge strong {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -2px;
}
.dmca-lock {
  position: relative;
  width: 22px;
  height: 20px;
  margin-top: 6px;
  border-radius: 2px;
  background: #62c83d;
}
.dmca-lock::before {
  position: absolute;
  top: -12px;
  left: 4px;
  width: 14px;
  height: 14px;
  border: 4px solid #62c83d;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
}
.legal-bar {
  min-height: 118px;
  padding: 18px 0;
  display: grid;
  place-items: center;
  color: #eee8e1;
  background: #241710;
  text-align: center;
  font-size: 14px;
}
.legal-bar p { margin: 3px 0; }
.legal-bar b { color: #f0d16f; }
.legal-more {
  display: inline-block;
  margin-top: 5px;
  color: #efcf67;
  font-style: italic;
}
.legal-more:hover { color: #fff0b3; }

@media (min-width: 701px) and (max-width: 900px) {
  .footer-main.site-container { gap: 18px; }
  .footer-brand .brand-logo { transform: scale(.7); }
  .footer-brand .custom-logo-link { width: 135px; }
  .footer-follow h2,
  .footer-cert h2 { font-size: 15px; }
  .footer-follow .social-row a {
    width: 46px;
    height: 46px;
  }
  .footer-support {
    width: min(210px, 100%);
    min-height: 47px;
    font-size: 13px;
  }
  .certificate-image { width: 135px; }
}

@media (max-width: 700px) {
  .footer-main.site-container {
    width: min(calc(100% - 28px), 420px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0;
  }
  .footer-brand .brand-logo {
    transform: scale(.72);
    margin: -22px auto;
  }
  .footer-brand .custom-logo-link { width: 140px; }
  .footer-support { width: min(280px, 100%); }
  .legal-bar {
    min-height: 140px;
    padding: 20px 14px 24px;
    font-size: 12px;
  }
}

/* Layout after removing the marked partner, sidebar and floating-chat blocks */
@media (min-width: 1051px) {
  .hero-shell { min-height: 820px; }
}
.content-grid.site-container {
  width: min(calc(100% - 40px), 620px) !important;
  max-width: 620px !important;
  margin-inline: auto;
  display: block;
}
.content-grid .seo-article {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.content-grid .editor-content > * {
  min-width: 0 !important;
  max-width: 100% !important;
}
.content-grid .editor-content .alignwide,
.content-grid .editor-content .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
}
.content-grid .editor-content h1,
.content-grid .editor-content h2,
.content-grid .editor-content h3,
.content-grid .editor-content p,
.content-grid .editor-content li {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: break-word;
}
.content-grid .editor-content img,
.content-grid .editor-content video,
.content-grid .editor-content iframe,
.content-grid .editor-content table {
  max-width: 100% !important;
}

@media (max-width: 700px) {
  .content-grid.site-container {
    width: min(calc(100% - 28px), 560px) !important;
    max-width: 560px !important;
  }
}

/* Desktop side rails follow the viewport and stop before the footer. */
@media (min-width: 1051px) {
  body { overflow-x: hidden; }
  .hero-shell { overflow: visible; }
  .scroll-follow-rail {
    position: relative;
    z-index: 5;
    transform: translate3d(0, var(--rail-shift, 0px), 0);
    will-change: transform;
  }
  .site-footer { z-index: 10; }
}

@media (max-width: 1050px) {
  .scroll-follow-rail { transform: none !important; }
}

/* Supplied production artwork */
.site-page {
  position: relative;
  isolation: isolate;
  background: #030201;
}
.site-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #030201 url("../images/bg.jpg") center top / cover no-repeat;
  pointer-events: none;
  content: "";
}
.hero-shell,
.content-shell { background: transparent; }
.hero-shell::before,
.ambient { display: none; }
.guide-image-card {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  line-height: 0;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .38));
}
.guide-image-card img {
  display: block;
  width: 100%;
  height: auto;
}
.guide-card.hc-media {
  min-height: 0;
  padding: 0;
}
.guide-card.hc-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 700px) {
  .site-page::before { background-image: url("../images/bg-mobile2.jpg"); }
}

/* Supplied ambassador, livestream and QR artwork */
.supplied-ambassador {
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  line-height: 0;
}
.supplied-ambassador img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.supplied-video {
  height: auto !important;
  aspect-ratio: 690 / 369;
  padding: 0;
  overflow: hidden;
  border: 1px solid #7c5508;
  border-radius: 14px;
  background: #020100;
  line-height: 0;
}
.supplied-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supplied-app-image {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  line-height: 0;
}
.supplied-app-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* SEO footer: crawlable navigation, clear contact links and accessible states. */
.footer-seo-nav {
  border-top: 1px solid rgba(154, 98, 8, .7);
  border-bottom: 1px solid rgba(154, 98, 8, .42);
  background: rgba(12, 7, 3, .96);
}
.footer-seo-nav .site-container {
  width: min(calc(100% - 40px), 1080px);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: visible;
}
.footer-menu {
  min-height: 54px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 clamp(18px, 3vw, 42px);
  list-style: none;
}
.footer-menu li { margin: 0; }
.footer-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #ead497;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
.footer-menu a:hover { color: var(--gold-bright); }
.footer-logo-link {
  display: block;
  color: inherit;
}
.footer-follow .social-row .social-link {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid #a4772a;
  border-radius: 50%;
  color: #d6ad5a;
  background: #1b1007;
}
.social-placeholder,
.footer-support--inactive,
.legal-more--placeholder {
  opacity: .72;
  cursor: default;
}
.certificate-link { transition: filter .18s ease; }
.certificate-link:hover { filter: brightness(1.1); }
.legal-bar .site-container {
  display: grid;
  justify-items: center;
  gap: 3px;
}
.footer-company,
.footer-responsible { max-width: 900px; }
.footer-contact {
  margin: 2px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 7px;
  font-style: normal;
}
.footer-contact a { color: #f0d16f; }
.footer-contact a:hover {
  color: #fff0b3;
  text-decoration: underline;
}
.footer-responsible {
  color: #b8aea6;
  font-size: 12px;
}
.footer-menu a:focus-visible,
.footer-logo-link:focus-visible,
.footer-follow .social-link:focus-visible,
.footer-support:focus-visible,
.certificate-link:focus-visible,
.footer-contact a:focus-visible,
.legal-more:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .footer-seo-nav .site-container {
    width: min(calc(100% - 28px), 420px);
    min-height: 0;
    padding: 10px 0;
    display: block;
    overflow: visible;
  }
  .footer-menu {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
  }
  .footer-menu a {
    min-height: 40px;
    justify-content: center;
    padding: 7px 8px;
    border-bottom: 1px solid rgba(111, 69, 12, .34);
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }
  .footer-contact {
    max-width: 360px;
    line-height: 1.55;
  }
  .footer-responsible {
    max-width: 340px;
    line-height: 1.5;
  }
  .legal-bar { min-height: auto; }
}

/* Final hero alignment adjustments. */
@media (min-width: 1051px) {
  .hero-grid > .right-rail {
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .hero-grid > .right-rail .app-download-card { margin-top: auto; }
}

@media (max-width: 700px) {
  .hero-shell { padding-bottom: 0; }
}

/* Match the reference artwork dimensions without stretching or cropping. */
@media (min-width: 1051px) {
  .center-stage {
    width: min(100%, 562px);
    margin-inline: auto;
  }
  .ambassador-asset {
    width: 110%;
    max-width: none;
    height: auto;
    aspect-ratio: 1010 / 580;
    margin-right: -10%;
  }
  .ambassador-asset img,
  .supplied-ambassador img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
  .guide-image-card,
  .guide-card.hc-media {
    width: min(100%, 297px);
    margin-left: auto;
  }
  .game-access-button {
    width: min(393px, 100%);
    min-height: 65px;
  }
  .supplied-app-image {
    width: 315px;
    max-width: none;
    overflow: visible;
  }
  .supplied-app-image img {
    width: 315px;
    height: auto;
  }
  .footer-brand .custom-logo-link { width: 120px; }
}

@media (min-width: 1401px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 562px minmax(0, 1fr);
    justify-content: stretch;
    gap: 56px;
  }
  .hero-grid > .left-rail {
    width: 375px;
    justify-self: end;
  }
  .hero-grid > .right-rail {
    width: 298px;
    justify-self: start;
  }
  .supplied-video {
    width: 298px;
    height: 167px !important;
    aspect-ratio: auto;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .site-container { width: min(calc(100% - 48px), 1160px); }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 562px minmax(0, 1fr);
    justify-content: stretch;
    gap: 44px;
  }
  .hero-grid > .left-rail {
    width: 268px;
    justify-self: end;
  }
  .hero-grid > .right-rail {
    width: 242px;
    justify-self: start;
  }
  .supplied-video {
    width: 242px;
    height: 138px !important;
    aspect-ratio: auto;
  }
}

@media (min-width: 701px) and (max-width: 1200px) {
  .center-stage { width: min(100%, 562px); }
}

@media (min-width: 1051px) and (max-height: 800px) {
  .center-stage { width: min(100%, 462px); }
  .guide-image-card,
  .guide-card.hc-media { width: min(100%, 242px); }
  .supplied-video {
    width: min(100%, 242px);
    height: 138px !important;
  }
  .supplied-app-image,
  .supplied-app-image img { width: 258px; }
}

/* Final reference footer */
.hc-footer {
  position: relative;
  z-index: 10;
  isolation: isolate;
  border-top: 1px solid rgba(151, 96, 9, .72);
  color: #f6efe3;
  background: #050301;
}
.hc-footer::before { display: none; }
.hc-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hc-footer a { text-decoration: none; }
.hc-footer-mobile-brand,
.hc-footer-mobile-nav { display: none; }

.hc-footer-desktop-nav {
  position: relative;
  z-index: 20;
  min-height: 60px;
  border-bottom: 1px solid rgba(121, 72, 7, .48);
  background: #090603;
}
.hc-footer-desktop-nav::after {
  position: absolute;
  right: 22%;
  bottom: -1px;
  left: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ce8516 35%, #ffe095 50%, #ce8516 65%, transparent);
  box-shadow: 0 0 8px rgba(255, 165, 30, .72);
  content: "";
}
.hc-footer-nav-inner {
  width: min(calc(100% - 40px), 1000px);
  min-height: 60px;
  margin: 0 auto;
}
.hc-footer-menu {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2.4vw, 40px);
}
.hc-footer-menu > li {
  position: relative;
  flex: 0 0 auto;
}
.hc-footer-menu > li > a,
.hc-footer-menu > li > .hc-footer-menu-trigger {
  min-height: 60px;
  display: flex;
  align-items: center;
  color: #ead497;
  font-size: clamp(12px, 1.05vw, 15.5px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.hc-footer-menu > li > .hc-footer-menu-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.hc-footer-menu > li > a:hover,
.hc-footer-menu > li > .hc-footer-menu-trigger:hover,
.hc-footer-menu > li:focus-within > a,
.hc-footer-menu > li:focus-within > .hc-footer-menu-trigger { color: #fff0ad; }
.hc-footer-menu > .menu-item-has-children > a::after,
.hc-footer-menu > .menu-item-has-children > .hc-footer-menu-trigger::after {
  margin-left: 7px;
  color: #f1d471;
  font-size: 19px;
  line-height: 1;
  content: "›";
  transition: transform .16s ease;
}
.hc-footer-menu > .menu-item-has-children:hover > a::after,
.hc-footer-menu > .menu-item-has-children:hover > .hc-footer-menu-trigger::after,
.hc-footer-menu > .menu-item-has-children:focus-within > a::after,
.hc-footer-menu > .menu-item-has-children:focus-within > .hc-footer-menu-trigger::after {
  transform: rotate(90deg);
}
.hc-footer-menu .sub-menu {
  position: absolute;
  top: calc(100% - 4px);
  left: -10px;
  z-index: 60;
  min-width: 176px;
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  background: #241710;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .5);
  transform: translateY(7px);
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}
.hc-footer-menu > li:last-child > .sub-menu {
  right: 0;
  left: auto;
}
.hc-footer-menu li:hover > .sub-menu,
.hc-footer-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.hc-footer-menu .sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.hc-footer-menu .sub-menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 11px;
  color: #fff6e6;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}
.hc-footer-menu .sub-menu a:hover,
.hc-footer-menu .sub-menu a:focus-visible {
  color: #ffe38a;
  background: #573007;
}

.hc-footer-main {
  position: relative;
  width: min(calc(100% - 40px), 820px);
  min-height: 212px;
  margin: 0 auto;
  padding: 20px 0 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  background: transparent;
}
.hc-footer-brand,
.hc-footer-follow,
.hc-footer-cert {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}
.hc-footer-brand {
  align-self: center;
  grid-row: 1;
}
.hc-footer-brand .custom-logo-link,
.hc-footer-brand .hc-footer-logo-link {
  width: 120px;
  display: block;
}
.hc-footer-brand .custom-logo {
  width: 100%;
  max-width: none;
  max-height: 104px;
  object-fit: contain;
}
.hc-footer-brand .brand-logo {
  margin: -8px auto;
  transform: scale(.72);
}
.hc-footer-follow h2,
.hc-footer-cert h2 {
  margin: 5px 0 11px;
  color: #ead493;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}
.hc-footer-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.hc-footer-socials a,
.hc-footer-socials > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid #9e7226;
  border-radius: 50%;
  color: #d7aa53;
  background: radial-gradient(circle at 48% 42%, #3b220d, #130b05 70%);
}
.hc-footer-socials > span { opacity: .78; }
.hc-footer-socials .icon {
  width: 21px;
  height: 21px;
}
.hc-footer-certificate {
  width: 100px;
  height: 44px;
  display: grid;
  place-items: center;
}
.hc-footer-certificate img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}
.hc-footer-dmca {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.hc-footer-dmca strong {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -1.5px;
}
.hc-footer-dmca-lock {
  position: relative;
  width: 18px;
  height: 16px;
  margin-top: 5px;
  border-radius: 2px;
  background: #64cc3c;
}
.hc-footer-dmca-lock::before {
  position: absolute;
  top: -10px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 3px solid #64cc3c;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  content: "";
}
.hc-footer-support-wrap {
  position: absolute;
  right: 50%;
  bottom: 31px;
  transform: translateX(50%);
}
.hc-footer-support {
  width: 232px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d6ae1b;
  border-radius: 999px;
  color: #edcb83;
  background: #271506;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.hc-footer-support[aria-disabled="true"] { opacity: .82; }

.hc-footer-legal {
  min-height: 94px;
  padding: 10px 14px;
  display: grid;
  place-items: center;
  color: #eee7df;
  background: #241710;
  text-align: center;
  font-size: 12.5px;
}
.hc-footer-legal-inner {
  display: grid;
  justify-items: center;
  gap: 2px;
}
.hc-footer-legal p,
.hc-footer-legal address { margin: 0; }
.hc-footer-legal address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 7px;
  font-style: normal;
}
.hc-footer-legal strong,
.hc-footer-legal a { color: #f1d16e; }
.hc-footer-legal p strong { color: #f3d56f; }
.hc-footer-more {
  margin-top: 2px;
  color: #f1d16e !important;
  font-style: italic;
}
.hc-footer a:focus-visible,
.hc-footer .hc-footer-menu-trigger:focus-visible,
.hc-footer summary:focus-visible {
  outline: 2px solid #f6d66b;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .hc-footer {
    overflow: visible;
    border-top-color: #795109;
    background:
      radial-gradient(circle at 60% 8%, rgba(116, 57, 6, .48), transparent 42%),
      linear-gradient(180deg, #1d0e04 0%, #0d0703 70%, #070301 100%);
  }
  .hc-footer-desktop-nav,
  .hc-footer-brand { display: none; }
  .hc-footer-mobile-brand {
    width: 100%;
    max-width: 428px;
    min-height: 202px;
    margin: 0 auto;
    padding: 24px 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }
  .hc-footer-mobile-logo {
    flex: 0 0 150px;
    display: grid;
    place-items: center;
  }
  .hc-footer-mobile-logo .custom-logo-link,
  .hc-footer-mobile-logo .hc-footer-logo-link {
    width: 150px;
    display: block;
  }
  .hc-footer-mobile-logo .custom-logo {
    width: 100%;
    max-width: none;
    max-height: 126px;
    object-fit: contain;
  }
  .hc-footer-mobile-logo .brand-logo {
    margin: 0 -15px;
    transform: scale(.78);
  }
  .hc-footer-wordmark {
    min-width: 0;
    display: flex;
    flex-direction: column;
    color: #fff0d6;
    line-height: 1;
  }
  .hc-footer-wordmark strong {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .01em;
    white-space: nowrap;
  }
  .hc-footer-wordmark span {
    margin-top: 5px;
    color: #f2d5c0;
    font-size: 13.5px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .hc-footer-mobile-nav {
    width: 100%;
    max-width: 428px;
    margin: 0 auto;
    padding: 0 10px 16px;
    display: block;
  }
  .hc-footer-group {
    padding: 10px 0 12px;
    border-bottom: 1px solid rgba(157, 99, 10, .34);
  }
  .hc-footer-group:last-of-type { border-bottom: 0; }
  .hc-footer-group summary {
    min-height: 34px;
    display: flex;
    align-items: center;
    color: #f2bd31;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    list-style: none;
    cursor: pointer;
  }
  .hc-footer-group summary::-webkit-details-marker { display: none; }
  .hc-footer-group summary::after {
    width: 9px;
    height: 9px;
    margin: -5px 5px 0 auto;
    border-right: 2px solid #efb81f;
    border-bottom: 2px solid #efb81f;
    content: "";
    transform: rotate(45deg);
    transition: transform .16s ease;
  }
  .hc-footer-group:not([open]) summary::after {
    margin-top: 4px;
    transform: rotate(-45deg);
  }
  .hc-footer-group-icon {
    width: 24px;
    flex: 0 0 24px;
    color: #f0bc2d;
    font-size: 17px;
  }
  .hc-footer-group ul {
    padding: 1px 0 5px 21px;
  }
  .hc-footer-group li {
    position: relative;
    min-height: 32px;
    display: flex;
    align-items: center;
    padding-left: 8px;
  }
  .hc-footer-group li::before {
    position: absolute;
    left: -15px;
    color: #edb927;
    font-size: 14px;
    content: "•";
  }
  .hc-footer-group a {
    display: inline-flex;
    align-items: center;
    color: #f7e6d9;
    font-size: 15.5px;
    line-height: 1.25;
  }
  .hc-footer-group--info ul { padding-right: 116px; }
  .hc-footer-group--policy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 9px;
  }
  .hc-footer-ambassador {
    position: fixed;
    top: 42vh;
    right: -3px;
    z-index: 70;
    width: 116px;
    height: 146px;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }
  .hc-footer-ambassador.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .hc-footer-ambassador__disc {
    position: absolute;
    top: 0;
    right: 5px;
    width: 104px;
    height: 112px;
    overflow: hidden;
    border: 2px solid #a97818;
    border-radius: 50%;
    background: radial-gradient(circle at 55% 45%, #6b3508, #170c05 72%);
    box-shadow: 0 0 12px rgba(235, 164, 37, .6);
  }
  .hc-footer-ambassador__disc img {
    position: absolute;
    top: -9px;
    left: -24px;
    width: 220px;
    max-width: none;
    height: auto;
  }
  .hc-footer-ambassador__label {
    position: absolute;
    top: 103px;
    right: 2px;
    width: 108px;
    min-height: 38px;
    padding: 2px 3px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #c89226;
    border-radius: 5px;
    color: #ffe5a1;
    background: linear-gradient(180deg, #63310a, #241206);
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    transform: skew(-5deg);
  }
  .hc-footer-ambassador__label b {
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
  }
  .hc-footer-ambassador__label small {
    margin-top: 2px;
    font-size: 6.5px;
    white-space: nowrap;
  }
  .hc-footer-ambassador__arrow {
    position: absolute;
    top: 9px;
    right: -1px;
    z-index: 2;
    color: #ffe36d;
    font-size: 34px;
    line-height: 1;
    text-shadow: 0 0 8px #ffbc25;
  }
  .hc-footer-main {
    width: 100%;
    max-width: 428px;
    min-height: 205px;
    padding: 24px 10px 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "follow cert"
      "support support";
    align-items: start;
    gap: 21px 8px;
  }
  .hc-footer-follow { grid-area: follow; }
  .hc-footer-cert { grid-area: cert; }
  .hc-footer-follow h2,
  .hc-footer-cert h2 {
    margin: 0 0 15px;
    font-size: 15px;
  }
  .hc-footer-socials { gap: 14px; }
  .hc-footer-socials a,
  .hc-footer-socials > span {
    width: 44px;
    height: 44px;
  }
  .hc-footer-certificate {
    width: 100px;
    height: 44px;
  }
  .hc-footer-support-wrap {
    position: static;
    grid-area: support;
    justify-self: center;
    transform: none;
  }
  .hc-footer-support {
    width: 252px;
    min-height: 45px;
    font-size: 14px;
  }
  .hc-footer-legal {
    min-height: 143px;
    padding: 14px 12px 17px;
    font-size: 13px;
    line-height: 1.55;
  }
  .hc-footer-legal-inner {
    max-width: 370px;
    gap: 1px;
  }
  .hc-footer-legal p { max-width: 310px; }
  .hc-footer-legal address {
    max-width: 350px;
    gap: 0 6px;
  }
  .hc-footer-more { margin-top: 3px; }
}


/* Archive/category hub cleanup */
.hc-archive-header { margin-bottom: 26px; }
.hc-archive-header h1 { margin-bottom: 14px; }
.hc-archive-description { color: #d8cec3; }
.hc-archive-description > :first-child { margin-top: 0; }
.hc-archive-description > :last-child { margin-bottom: 0; }
.hc-empty {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px dashed rgba(160, 104, 16, .42);
  border-radius: 10px;
  background: rgba(8, 5, 3, .55);
  color: #9c9185;
}
.hc-post-list:empty { display: none; }
