: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-intro {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 0 12px;
}
.hc-content-logo-link {
  display: inline-flex;
  justify-content: center;
  text-decoration: none !important;
}
.hc-content-logo .custom-logo-link,
.hc-content-logo-link {
  width: min(100%, 260px);
}
.hc-content-logo .custom-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hc-content-logo .brand-logo {
  transform: scale(.9);
  margin: -8px 0 -2px;
}
.hc-access-strip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 6px;
  color: #f7e2a0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.hc-access-strip__shield {
  font-size: 1.15em;
  line-height: 1;
}
.hc-access-strip__label,
.hc-access-strip__text {
  color: #f3e3a8;
}
.hc-access-strip__dns {
  font-size: 1.18em;
  font-weight: 800;
  letter-spacing: .02em;
  background: linear-gradient(90deg, #ffe29a 0%, #ff7d5e 24%, #ff28af 49%, #4ba8ff 76%, #8c75ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hc-access-strip__arrow .icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  vertical-align: middle;
}
.hc-access-strip__brand {
  color: #f0c451;
  text-shadow: 0 0 12px rgba(245, 188, 59, .18);
}
.rank-math-breadcrumb {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .hc-content-intro {
    gap: 6px;
    margin-bottom: 8px;
  }
  .hc-content-logo .custom-logo-link,
  .hc-content-logo-link {
    width: min(100%, 210px);
  }
  .hc-content-logo .brand-logo {
    transform: scale(.74);
    margin: -18px 0 -14px;
  }
  .hc-access-strip {
    gap: 5px;
    font-size: 14px;
  }
  .hc-access-strip__dns {
    font-size: 1.28em;
  }
  .hc-access-strip__arrow .icon {
    width: 14px;
    height: 14px;
  }
}

.hc-content-page {
  min-height: 65vh;
  padding: 40px 0 70px;
  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; }
.editor-content a.hc-internal-link:not(.wp-block-button__link):not(.wp-element-button):not(.button):not(.btn),
.hc-content-card a.hc-internal-link:not(.wp-block-button__link):not(.wp-element-button):not(.button):not(.btn) {
  color: #e7bd54;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: rgba(231, 189, 84, .62);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .16s ease, text-decoration-color .16s ease, text-shadow .16s ease;
}
.editor-content a.hc-internal-link:visited:not(.wp-block-button__link):not(.wp-element-button):not(.button):not(.btn),
.hc-content-card a.hc-internal-link:visited:not(.wp-block-button__link):not(.wp-element-button):not(.button):not(.btn) {
  color: #d9ae45;
}
.editor-content a.hc-internal-link:hover:not(.wp-block-button__link):not(.wp-element-button):not(.button):not(.btn),
.hc-content-card a.hc-internal-link:hover:not(.wp-block-button__link):not(.wp-element-button):not(.button):not(.btn) {
  color: #fff1a4;
  text-decoration-color: #fff1a4;
  text-shadow: 0 0 10px rgba(246, 214, 107, .2);
}
.editor-content a.hc-internal-link:focus-visible,
.hc-content-card a.hc-internal-link:focus-visible {
  outline: 2px solid rgba(246, 214, 107, .85);
  outline-offset: 3px;
  border-radius: 2px;
}
.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, 32px);
  color: var(--hc-menu-text, #e8cf8a);
  background: var(--hc-menu-bg, rgb(8 5 2 / 32%));
  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, .22));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.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, 32px);
  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, 32px);
  }
  .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, 32px);
    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, 32px);
    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, 32px); }
  .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;
  }
}

/* Stable native sticky rails: both sidebars stay fixed at one top position. */
.scroll-follow-cell,
.scroll-follow-track,
.scroll-follow-rail {
  width: 100%;
  min-width: 0;
}
.scroll-follow-track { height: 100%; }
.right-rail .scroll-follow-rail {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.right-rail .scroll-follow-rail .app-download-card { margin-top: auto; }

@media (min-width: 1051px) {
  body { overflow-x: hidden; }
  .hero-shell,
  .hero-grid { overflow: visible; }
  .scroll-follow-cell {
    position: relative;
    align-self: start;
  }
  .hc-sticky-rails-ready .scroll-follow-cell {
    min-height: var(--rail-cell-height, 1px);
  }
  .hc-sticky-rails-ready .scroll-follow-track {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--rail-track-height, 100%);
  }
  .hc-sticky-rails-ready .scroll-follow-rail {
    position: sticky;
    top: var(--rail-sticky-top, 12px);
    z-index: 5;
    transform: none !important;
    will-change: auto;
  }
  .hc-sticky-rails-ready .right-rail .scroll-follow-rail {
    height: var(--rail-inner-height, auto);
  }
  .site-footer,
  .hc-footer { z-index: 10; }
}

@media (max-width: 1050px) {
  .scroll-follow-cell,
  .scroll-follow-track,
  .scroll-follow-rail {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    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 var(--hc-bg-desktop, none) 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: var(--hc-bg-mobile, none); }
}

/* 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 {
  --hc-footer-mark-height: 52px;
  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: start;
  grid-row: 1;
  /* Align the visual centre of the large SUNWIN mark with the certificate mark. */
}
.hc-footer-brand .custom-logo-link,
.hc-footer-brand .hc-footer-logo-link {
  position: relative;
  width: 120px;
  height: 104px;
  display: grid;
  place-items: center;
  overflow: visible;
}
.hc-footer-brand .custom-logo {
  width: 120px;
  max-width: 120px;
  height: auto;
  max-height: 104px;
  object-fit: contain;
}
.hc-footer-brand .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%) scale(.72);
  transform-origin: center;
}
.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: var(--hc-footer-mark-height);
  height: var(--hc-footer-mark-height);
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
}
.hc-footer-socials > span { opacity: .94; }
.hc-footer-socials img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .45));
  transition: transform .16s ease, filter .16s ease;
}
.hc-footer-socials a:hover img,
.hc-footer-socials a:focus-visible img {
  filter: brightness(1.12) drop-shadow(0 5px 10px rgba(222, 165, 59, .24));
  transform: translateY(-2px);
}
.hc-footer-certificate {
  width: 104px;
  height: var(--hc-footer-mark-height);
  display: grid;
  place-items: center;
}
.hc-footer-certificate img {
  max-width: 100%;
  max-height: var(--hc-footer-mark-height);
  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-disclosure {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hc-footer-more {
  order: 2;
  margin-top: 2px;
  padding: 0;
  border: 0;
  list-style: none;
  color: #f1d16e;
  background: transparent;
  font: inherit;
  font-style: italic;
  cursor: pointer;
  user-select: none;
}
.hc-footer-more::-webkit-details-marker { display: none; }
.hc-footer-more::marker { content: ""; }
.hc-footer-more:hover { color: #fff0ad; }
.hc-footer-more__close { display: none; }
.hc-footer-disclosure[open] .hc-footer-more__open { display: none; }
.hc-footer-disclosure[open] .hc-footer-more__close { display: inline; }
.hc-footer-disclosure:not([open]) .hc-footer-extra { display: none; }
.hc-footer-extra {
  order: 1;
  width: min(100%, 1050px);
  margin: 12px auto 4px;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: #eee7df;
  font-size: 14px;
  line-height: 1.6;
}
.hc-footer-extra p { margin: 0; }
.hc-footer-copyright { font-size: 13px; }
.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; }
  .hc-footer-extra {
    width: min(100%, 520px);
    margin-top: 10px;
    gap: 10px;
    font-size: 12.5px;
    line-height: 1.55;
  }
  .hc-footer-copyright { font-size: 12px; }
}


/* 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; }

/* =========================================================
   Global inner-page visual pass: shared background, compact H1,
   and breadcrumb styling aligned with the supplied reference.
   ========================================================= */

/* Use the same production artwork across the entire website. */
body {
  background: #030201 var(--hc-bg-desktop, none) center top / cover fixed no-repeat;
}

.hc-content-page {
  position: relative;
  isolation: isolate;
  background: transparent;
}

/* Keep content readable while allowing the shared artwork to remain visible. */
.hc-content-card {
  background: rgba(10, 6, 3, .76);
  border-color: rgba(160, 104, 16, .32);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

/* All front-end H1 headings: compact and refined with the requested gradient. */
.site-page h1,
.hc-content-page h1 {
  display: table;
  max-width: 100%;
  margin: 0 auto 22px;
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.000001192092896%, #fb4 59.00000333786011%, #fede5e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fede5e;
  -webkit-text-fill-color: transparent;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: .005em;
  text-align: center;
  text-wrap: balance;
}

.hc-archive-header h1 {
  margin-bottom: 14px;
}

/* Breadcrumb: compact row, home icon, >> separators and underline rule. */
.rank-math-breadcrumb {
  width: 100%;
  margin: 0 0 28px;
  padding: 0 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: #f2eee7;
  font-size: 13px;
  line-height: 1.5;
}

.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.rank-math-breadcrumb a {
  display: inline-flex;
  align-items: center;
  color: #f4d573;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(244, 213, 115, .55);
  text-underline-offset: 2px;
}

.rank-math-breadcrumb p > a:first-child {
  text-transform: capitalize;
}

.rank-math-breadcrumb p > a:first-child::before {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex: 0 0 16px;
  background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5f1e8' d='M12 3.2 2.7 11h2.4v9.2h5.3v-5.6h3.2v5.6h5.3V11h2.4L12 3.2Z'/%3E%3C/svg%3E");
  content: "";
}

.rank-math-breadcrumb .separator {
  display: inline-block;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.rank-math-breadcrumb .separator::after {
  color: #c9b57a;
  font-size: 12px;
  font-weight: 700;
  content: ">>";
}

.rank-math-breadcrumb .last {
  color: #f5f1e8;
  font-weight: 700;
}

@media (max-width: 700px) {
  body {
    background-image: var(--hc-bg-mobile, none);
    background-attachment: scroll;
  }

  .hc-content-page {
    padding-top: 42px;
  }

  .hc-content-card {
    background: rgba(10, 6, 3, .82);
  }

  .site-page h1,
  .hc-content-page h1 {
    margin-bottom: 18px;
    font-size: clamp(22px, 6.2vw, 26px);
    line-height: 1.3;
  }

  .rank-math-breadcrumb {
    margin-bottom: 22px;
    font-size: 12px;
  }
}

/* =========================================================
   H1 refinement pass: intentionally compact, lighter and less bulky.
   Keep this block last so legacy/editor/front-page rules cannot enlarge H1.
   ========================================================= */
body .site-page h1,
body .hc-content-page h1,
body .seo-article h1,
body .editor-content h1,
body .hc-content-card h1,
body .hc-archive-header h1 {
  display: block;
  width: fit-content;
  max-width: min(100%, 760px);
  margin: 0 auto 18px !important;
  background-image: linear-gradient(180deg, #feffaa 0, #fdffe4 30.000001192092896%, #fb4 59.00000333786011%, #fede5e 100%);
  /* Repeat the gradient once per text line so wrapped H1s keep the same gold treatment on every line. */
  background-size: 100% 1.18em;
  background-position: 0 0;
  background-repeat: repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fede5e;
  -webkit-text-fill-color: transparent;
  font-size: clamp(20px, 1.55vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.018em !important;
  text-align: center;
  text-wrap: balance;
}

@media (max-width: 700px) {
  body .site-page h1,
  body .hc-content-page h1,
  body .seo-article h1,
  body .editor-content h1,
  body .hc-content-card h1,
  body .hc-archive-header h1 {
    max-width: 100%;
    margin-bottom: 16px !important;
    font-size: clamp(19px, 5.4vw, 22px) !important;
    background-size: 100% 1.2em;
    line-height: 1.2 !important;
    letter-spacing: -0.015em !important;
  }
}

/* =========================================================
   Inner content full-width + homepage background parity.
   Pages/posts/archives use the same responsive artwork as the homepage,
   without the dark card wrapper around editorial content.
   ========================================================= */
.hc-content-page {
  position: relative;
  isolation: isolate;
  min-height: 65vh;
  padding: 70px 0;
  background: transparent !important;
}

.hc-content-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #030201 var(--hc-bg-desktop, none) center top / cover no-repeat;
  pointer-events: none;
  content: "";
}

.hc-content-card {
  width: min(calc(100% - 48px), var(--container));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Archive hub wrapper follows the same open layout. */
.hc-archive-card {
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

@media (max-width: 1380px) {
  .hc-content-card {
    width: min(calc(100% - 44px), 1220px);
  }
}

@media (max-width: 700px) {
  .hc-content-page {
    padding: 42px 0 48px;
  }

  .hc-content-page::before {
    background-image: var(--hc-bg-mobile, none);
    background-position: center top;
    background-size: cover;
  }

  .hc-content-card {
    width: min(calc(100% - 28px), 560px);
    padding: 0;
  }
}

/* =========================================================
   Editorial width parity with homepage content.
   Keep the transparent/open layout, but use the exact same
   reading column width as .content-grid on the front page.
   ========================================================= */
.hc-content-page .hc-content-card {
  width: min(calc(100% - 40px), 620px) !important;
  max-width: 620px !important;
  margin-inline: auto !important;
}

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


/* =========================================================
   Footer social visual-size normalization.
   Source artwork has different visible circle diameters even
   when the image boxes are equal; normalize the perceived size.
   ========================================================= */
.hc-footer-socials a[aria-label="Facebook"] img,
.hc-footer-socials > span[aria-label="Facebook"] img {
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
}

.hc-footer-socials a[aria-label="Telegram"] img,
.hc-footer-socials > span[aria-label="Telegram"] img {
  width: 82%;
  height: 82%;
  margin: 9%;
  transform: none;
}

.hc-footer-socials a[aria-label="Facebook"]:hover img,
.hc-footer-socials a[aria-label="Facebook"]:focus-visible img {
  transform: translateY(-2px);
}

.hc-footer-socials a[aria-label="Telegram"]:hover img,
.hc-footer-socials a[aria-label="Telegram"]:focus-visible img {
  transform: translateY(-2px);
}

/* =========================================================
   Front-page CTA image + remove hero/content divider gap.
   ========================================================= */
.game-access-button.game-access-button--image {
  width: min(520px, calc(100% - 36px));
  min-height: 0 !important;
  margin: 34px auto 0 !important;
  display: block;
  padding: 0;
  border: 0 !important;
  border-radius: 18px;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 0;
  overflow: hidden;
}
.game-access-button.game-access-button--image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.game-access-button.game-access-button--image:hover,
.game-access-button.game-access-button--image:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.game-access-button.game-access-button--image .icon,
.game-access-button.game-access-button--image span {
  display: none !important;
}
.site-page > .content-shell {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.site-page > .content-shell .content-grid {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .game-access-button.game-access-button--image {
    width: min(500px, calc(100% - 28px));
    margin-top: 22px !important;
    border-radius: 16px;
  }
  .game-access-button.game-access-button--image img { border-radius: 16px; }
}
@media (max-width: 700px) {
  .game-access-button.game-access-button--image {
    width: min(calc(100% - 20px), 492px);
    margin-top: 18px !important;
    border-radius: 14px;
  }
  .game-access-button.game-access-button--image img { border-radius: 14px; }
  .site-page > .content-shell { padding-top: 0 !important; }
}

/* =========================================================
   Remove remaining hero/content divider and size the web-game
   CTA to the requested compact dimensions.
   ========================================================= */
.hero-shell {
  border-bottom: 0 !important;
}
.app-download-card,
.supplied-app-image,
.hero-grid > .right-rail .app-download-card {
  border-bottom: 0 !important;
}
.site-page > .content-shell::before,
.site-page > .content-shell::after {
  display: none !important;
  content: none !important;
}
.game-access-button.game-access-button--image {
  width: min(392.69px, calc(100% - 80px)) !important;
  max-width: 392.69px !important;
  margin: 18px auto 0 !important;
}
.game-access-button.game-access-button--image img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .game-access-button.game-access-button--image {
    width: min(392px, calc(100% - 54px)) !important;
    max-width: 392px !important;
    margin-top: 16px !important;
  }
}
@media (max-width: 700px) {
  .game-access-button.game-access-button--image {
    width: min(392px, calc(100% - 28px)) !important;
    max-width: 392px !important;
    margin-top: 14px !important;
  }
}

/* =========================================================
   Ambassador artwork: always show the full composite artwork.
   Prevent mobile/tablet cropping of the LUÍS FIGO title,
   chevrons and signature.
   ========================================================= */
.ambassador-asset.supplied-ambassador {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1010 / 580;
  overflow: visible !important;
  margin-bottom: 20px;
}
.ambassador-asset.supplied-ambassador img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}
@media (min-width: 1051px) {
  .ambassador-asset.supplied-ambassador {
    width: 110%;
    max-width: none;
    margin-right: -10%;
    margin-bottom: 27px;
  }
}
@media (max-width: 1050px) {
  .ambassador-asset.supplied-ambassador {
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

/* =========================================================
   Fine hero spacing requested: lower the web-game CTA slightly
   and open the two desktop side rails a little farther outward.
   Keep native sticky behavior untouched (no transforms).
   ========================================================= */
@media (min-width: 1401px) {
  .hero-grid {
    gap: 80px !important;
  }
  .game-access-button.game-access-button--image {
    margin-top: 32px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .hero-grid {
    gap: 60px !important;
  }
  .game-access-button.game-access-button--image {
    margin-top: 29px !important;
  }
}

@media (min-width: 1051px) and (max-width: 1200px) {
  .game-access-button.game-access-button--image {
    margin-top: 27px !important;
  }
}

@media (max-width: 1050px) {
  .game-access-button.game-access-button--image {
    margin-top: 24px !important;
  }
}

/* Compact mobile gap between the hero CTA and homepage content. */
@media (max-width: 700px) {
  .site-page > .content-shell {
    padding-top: 14px !important;
    margin-top: 0 !important;
  }
}

/* Pull desktop homepage content up to the measured red reference line.
   The supplied screenshot is rendered at 125%, so 140 CSS px equals 175 image px. */
@media (min-width: 1051px) {
  .site-page > .content-shell {
    margin-top: -140px !important;
    padding-top: 0 !important;
  }
}

/* =========================================================
   Exact ambassador artwork supplied by the user.
   The source has its dark background removed; render the full
   transparent composite directly over the hero background.
   ========================================================= */
.ambassador-asset.supplied-ambassador {
  aspect-ratio: 974 / 566 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
.ambassador-asset.supplied-ambassador img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  background: transparent !important;
}

/* =========================================================
   Desktop side-rail vertical calibration.
   Move only the 1.1.1.1 guide card and the QR block upward by
   the same measured amount; keep ambassador and video fixed.
   ========================================================= */
@media (min-width: 1051px) {
  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    position: relative;
    top: -34px;
  }

  .hero-grid > .right-rail .app-download-card,
  .hero-grid > .right-rail .supplied-app-image {
    position: relative;
    top: -34px;
  }
}

/* =========================================================
   Mobile H1 width fix: prevent the title from shrinking into a narrow block.
   ========================================================= */
@media (max-width: 700px) {
  body .site-page h1,
  body .hc-content-page h1,
  body .seo-article h1,
  body .editor-content h1,
  body .hc-content-card h1,
  body .hc-archive-header h1 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-wrap: initial !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}


/* =========================================================
   Left rail exact-fit correction.
   Keep the ambassador and the 1.1.1.1 card slightly smaller,
   but center them within the rail instead of pushing them outward.
   ========================================================= */
@media (min-width: 1051px) {
  .hero-grid > .left-rail {
    padding-left: 0 !important;
  }
  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    width: min(100%, 304px) !important;
    margin: 0 auto 18px !important;
  }
  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: min(100%, 304px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1401px) {
  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador,
  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: min(100%, 310px) !important;
  }
}

/* =========================================================
   Left rail refinement: shrink only the 1.1.1.1 guide card,
   and pull the whole left rail slightly inward.
   ========================================================= */
@media (min-width: 1051px) {
  .hero-grid > .left-rail {
    padding-left: 18px !important;
  }
  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: min(100%, 286px) !important;
  }
}
@media (min-width: 1401px) {
  .hero-grid > .left-rail {
    padding-left: 20px !important;
  }
  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: min(100%, 292px) !important;
  }
}

/* =========================================================
   Pull both desktop sidebars inward closer to the signup panel.
   ========================================================= */
@media (min-width: 1051px) {
  .hero-grid > .left-rail {
    margin-right: -34px !important;
  }
  .hero-grid > .right-rail {
    margin-left: -34px !important;
  }
}
@media (min-width: 1401px) {
  .hero-grid > .left-rail {
    margin-right: -42px !important;
  }
  .hero-grid > .right-rail {
    margin-left: -42px !important;
  }
}

/* =========================================================
   Exact desktop spacing: the visible inner edge of each sidebar
   sits exactly 150px from the signup panel at a 1600px viewport.
   Remove legacy padding/negative margins so the gap is controlled
   only by the grid, not by accumulated offsets.
   ========================================================= */
@media (min-width: 1366px) {
  .hero-shell > .site-container {
    width: min(calc(100% - 48px), 1500px) !important;
  }

  .hero-grid {
    grid-template-columns: 310px 562px 298px !important;
    column-gap: clamp(68px, calc(50vw - 615px), 150px) !important;
    row-gap: 0 !important;
    justify-content: center !important;
    align-items: start !important;
  }

  .hero-grid > .left-rail {
    width: 310px !important;
    min-width: 310px !important;
    padding: 0 !important;
    margin-right: 0 !important;
    justify-self: stretch !important;
  }

  .hero-grid > .center-stage {
    width: 562px !important;
    min-width: 562px !important;
    margin-inline: 0 !important;
    justify-self: stretch !important;
  }

  .hero-grid > .right-rail {
    width: 298px !important;
    min-width: 298px !important;
    padding: 0 !important;
    margin-left: 0 !important;
    justify-self: stretch !important;
  }

  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    width: 310px !important;
    max-width: 310px !important;
    margin: 0 0 18px auto !important;
  }

  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: 286px !important;
    max-width: 286px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .hero-grid > .right-rail .contact-pill,
  .hero-grid > .right-rail .video-asset,
  .hero-grid > .right-rail .supplied-video,
  .hero-grid > .right-rail .app-download-card,
  .hero-grid > .right-rail .supplied-app-image {
    width: 298px !important;
    max-width: 298px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1600px) {
  .hero-grid {
    column-gap: 150px !important;
  }
}

/* Final exact-gap override: retain a true 150px gap on every wide desktop. */
@media (min-width: 1366px) {
  .hero-grid {
    grid-template-columns: minmax(240px, 310px) minmax(500px, 562px) minmax(220px, 298px) !important;
    column-gap: 150px !important;
    justify-content: center !important;
  }

  .hero-grid > .left-rail,
  .hero-grid > .center-stage,
  .hero-grid > .right-rail {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    width: 100% !important;
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: min(92%, 286px) !important;
    max-width: 286px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .hero-grid > .center-stage .register-image-link,
  .hero-grid > .center-stage .register-image-link img {
    width: 100% !important;
    max-width: 562px !important;
  }

  .hero-grid > .right-rail .contact-pill,
  .hero-grid > .right-rail .video-asset,
  .hero-grid > .right-rail .supplied-video,
  .hero-grid > .right-rail .app-download-card,
  .hero-grid > .right-rail .supplied-app-image {
    width: 100% !important;
    max-width: 298px !important;
  }
}

/* =========================================================
   Red-line correction: pull both sidebars inward to roughly half
   the previous distance from the signup panel.
   ========================================================= */
@media (min-width: 1366px) {
  .hero-shell > .site-container {
    width: min(calc(100% - 48px), 1350px) !important;
  }

  .hero-grid {
    grid-template-columns: minmax(240px, 310px) minmax(500px, 562px) minmax(220px, 298px) !important;
    column-gap: 75px !important;
    justify-content: center !important;
    align-items: start !important;
  }

  .hero-grid > .left-rail,
  .hero-grid > .center-stage,
  .hero-grid > .right-rail {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    width: 100% !important;
    max-width: 310px !important;
    margin: 0 0 18px auto !important;
  }

  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: min(92%, 286px) !important;
    max-width: 286px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .hero-grid > .center-stage .register-image-link,
  .hero-grid > .center-stage .register-image-link img {
    width: 100% !important;
    max-width: 562px !important;
  }

  .hero-grid > .right-rail .contact-pill,
  .hero-grid > .right-rail .video-asset,
  .hero-grid > .right-rail .supplied-video,
  .hero-grid > .right-rail .app-download-card,
  .hero-grid > .right-rail .supplied-app-image {
    width: 100% !important;
    max-width: 298px !important;
  }
}

/* =========================================================
   Front-page asset size tuning to match the approved measured sizes.
   ========================================================= */
@media (min-width: 1366px) {
  .hero-shell > .site-container {
    width: min(calc(100% - 48px), 1336px) !important;
  }

  .hero-grid {
    grid-template-columns: 338px 562px 258px !important;
    column-gap: 75px !important;
    row-gap: 0 !important;
    justify-content: center !important;
    align-items: start !important;
  }

  .hero-grid > .left-rail {
    width: 338px !important;
    min-width: 338px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }

  .hero-grid > .center-stage {
    width: 562px !important;
    min-width: 562px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }

  .hero-grid > .right-rail {
    width: 258px !important;
    min-width: 258px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }

  /* Left column */
  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    width: 338px !important;
    max-width: 338px !important;
    margin: 0 0 18px 0 !important;
  }

  .hero-grid > .left-rail .guide-image-card,
  .hero-grid > .left-rail .guide-card.hc-media {
    width: 242px !important;
    max-width: 242px !important;
    margin: 0 0 0 36px !important;
  }

  /* Center column */
  .hero-grid > .center-stage .register-image-link,
  .hero-grid > .center-stage .register-image-link img {
    width: 562px !important;
    max-width: 562px !important;
  }

  /* Right column */
  .hero-grid > .right-rail .contact-pill {
    width: 244px !important;
    max-width: 244px !important;
    min-height: 44px !important;
    margin: 0 0 12px 0 !important;
    gap: 14px !important;
    font-size: 15px !important;
    padding-right: 16px !important;
  }

  .hero-grid > .right-rail .contact-pill > span {
    width: 36px !important;
    height: 36px !important;
  }

  .hero-grid > .right-rail .video-asset,
  .hero-grid > .right-rail .supplied-video {
    width: 249px !important;
    max-width: 249px !important;
    height: auto !important;
    margin: 16px 0 0 0 !important;
  }

  .hero-grid > .right-rail .app-download-card,
  .hero-grid > .right-rail .supplied-app-image {
    width: 258px !important;
    max-width: 258px !important;
    margin: 128px 0 0 0 !important;
  }

  .hero-grid > .right-rail .app-download-card {
    grid-template-columns: 86px 1fr !important;
    gap: 14px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    align-items: center !important;
  }

  .hero-grid > .right-rail .app-download-card strong {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .hero-grid > .right-rail .supplied-app-image img,
  .hero-grid > .right-rail .app-download-card img {
    width: 100% !important;
    height: auto !important;
  }
}

/* =========================================================
   Ambassador final sizing: undo the previous horizontal shift
   and match the approved desktop display size (~338 x 194px).
   The 1.1.1.1 guide card below remains unchanged.
   ========================================================= */
@media (min-width: 1366px) {
  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    width: 338px !important;
    max-width: 338px !important;
    height: 194px !important;
    aspect-ratio: auto !important;
    margin: 0 0 18px 0 !important;
    transform: none !important;
  }

  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

/* =========================================================
   Left sidebar position tweak:
   move the whole left sidebar (ambassador + guide card) inward 40px
   and upward 30px so both panels move together.
   ========================================================= */
@media (min-width: 1366px) {
  .hero-grid > .left-rail {
    transform: translate(40px, -30px) !important;
    transform-origin: left top !important;
  }

  .hero-grid > .left-rail .ambassador-asset.supplied-ambassador {
    transform: none !important;
  }
}

/* =========================================================
   Recenter the full desktop hero grid.
   The unequal side columns visually pushed the form/right rail
   about 40px to the right; shift the entire grid back as one unit.
   ========================================================= */
@media (min-width: 1366px) {
  .hero-grid {
    position: relative !important;
    left: -40px !important;
  }
}


/* =========================================================
   Post content media fixes:
   - Hide single-post featured image output
   - Prevent content images/captions/figures from overflowing
   ========================================================= */
.single .hc-content-card > img.attachment-large,
.single .hc-content-card > img.wp-post-image,
.single .hc-content-card > figure.wp-block-post-featured-image {
  display: none !important;
}

.hc-content-card .wp-caption,
.hc-content-card figure,
.hc-content-card .wp-block-image,
.hc-content-card .wp-block-gallery,
.hc-content-card .gallery,
.hc-content-card .gallery-item,
.hc-content-card .blocks-gallery-grid {
  max-width: 100% !important;
}

.hc-content-card img,
.hc-content-card .wp-caption img,
.hc-content-card .wp-block-image img,
.hc-content-card figure img,
.hc-content-card .gallery img {
  display: block;
  max-width: 100% !important;
  width: auto;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.hc-content-card figure,
.hc-content-card .wp-block-image,
.hc-content-card .wp-caption {
  width: 100% !important;
  margin: 20px auto !important;
  overflow: hidden;
}

.hc-content-card .wp-caption-text,
.hc-content-card figcaption,
.hc-content-card .blocks-gallery-caption {
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  margin-top: 10px;
}

.hc-content-card .alignleft,
.hc-content-card .alignright,
.hc-content-card .aligncenter {
  float: none !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hc-content-card iframe,
.hc-content-card embed,
.hc-content-card object,
.hc-content-card video {
  max-width: 100% !important;
}


/* =========================================================
   Final featured-image removal on all singular content.
   Covers core markup and common plugin/theme wrappers.
   ========================================================= */
body.single .post-thumbnail,
body.single .entry-thumbnail,
body.single .featured-image,
body.single .featured-media,
body.single .wp-block-post-featured-image,
body.single img.wp-post-image,
body.single img.attachment-post-thumbnail,
body.page .post-thumbnail,
body.page .entry-thumbnail,
body.page .featured-image,
body.page .featured-media,
body.page .wp-block-post-featured-image,
body.page img.wp-post-image,
body.page img.attachment-post-thumbnail {
  display: none !important;
}


@media (max-width: 767px) {
  .hc-content-page {
    padding: 18px 0 40px;
  }
  .hc-content-card {
    padding-top: 18px;
  }
  .rank-math-breadcrumb {
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .hc-content-page {
    padding: 0 0 40px !important;
  }

  .hc-content-page .hc-content-card {
    width: min(calc(100% - 2px), 560px) !important;
    max-width: 560px !important;
    padding: 0 18px !important;
  }

  .hc-content-intro {
    gap: 4px !important;
    margin: 0 0 4px !important;
  }

  .hc-content-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .hc-content-logo .custom-logo-link {
    display: block;
    width: 240px !important;
    max-width: 62vw !important;
    margin: 0 auto !important;
  }

  .hc-content-logo .custom-logo {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .hc-content-logo .brand-logo {
    transform: scale(.88) !important;
    margin: -8px 0 -4px !important;
  }

  .rank-math-breadcrumb {
    margin: 0 0 22px !important;
    padding-bottom: 9px !important;
  }
}

@media (max-width: 390px) {
  .hc-content-page .hc-content-card {
    padding-inline: 14px !important;
  }
  .hc-content-logo .custom-logo-link {
    width: 220px !important;
  }
}


/* =========================================================
   Footer social icons: exact requested display box.
   Both Facebook and Telegram render at 44.99 × 43.55 px.
   ========================================================= */
.hc-footer-socials a,
.hc-footer-socials > span {
  width: 44.99px !important;
  height: 43.55px !important;
  flex: 0 0 44.99px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hc-footer-socials a[aria-label="Facebook"] img,
.hc-footer-socials > span[aria-label="Facebook"] img,
.hc-footer-socials a[aria-label="Telegram"] img,
.hc-footer-socials > span[aria-label="Telegram"] img {
  display: block !important;
  width: 44.99px !important;
  height: 43.55px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.hc-footer-socials a[aria-label="Facebook"]:hover img,
.hc-footer-socials a[aria-label="Facebook"]:focus-visible img,
.hc-footer-socials a[aria-label="Telegram"]:hover img,
.hc-footer-socials a[aria-label="Telegram"]:focus-visible img {
  transform: translateY(-2px) !important;
}


/* =========================================================
   Inner-page desktop header alignment + final 1.1.1.1 strip.
   Bring the logo close to the menu on desktop; mobile remains unchanged.
   ========================================================= */
@media (min-width: 768px) {
  .hc-content-page {
    padding-top: 8px !important;
  }
  .hc-content-intro {
    margin-top: 0 !important;
  }
}

/* =========================================================
   Category archive post list.
   Scoped to category pages only so no other layout is changed.
   ========================================================= */
.category .hc-category-post-list {
  display: grid;
  gap: 16px;
}

.category .hc-category-list-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(190, 128, 27, .7);
  border-radius: 16px;
  background: rgb(0 0 0 / 0%);
  box-shadow: inset 0 1px 0 rgba(255, 226, 140, .04);
}

.category .hc-category-list-media {
  position: relative;
  min-width: 0;
  min-height: 132px;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(192, 112, 13, .23), transparent 48%),
    #0a0502;
  text-decoration: none !important;
}

.category .hc-category-list-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 132px;
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease, filter .25s ease;
}

.category .hc-category-list-placeholder {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #efc866;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .04em;
  text-shadow: 0 0 18px rgba(239, 178, 55, .2);
}

.category .hc-category-list-date {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(238, 184, 60, .78);
  border-radius: 999px;
  color: #ffe28c;
  background: rgba(42, 22, 7, .94);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .35);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.category .hc-category-list-content {
  min-width: 0;
  padding: 17px 18px;
  align-self: center;
}

.category .hc-category-list-title {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
}

.category .hc-category-list-title a {
  color: #f4dfb7;
  text-decoration: none !important;
}

.category .hc-category-list-excerpt {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #d9cfc5;
  font-size: 14px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.category .hc-category-list-item:hover .hc-category-list-image {
  transform: scale(1.035);
  filter: brightness(1.05);
}

.category .hc-category-list-title a:hover,
.category .hc-category-list-title a:focus-visible {
  color: #ffd66c;
}

@media (max-width: 700px) {
  .category .hc-category-post-list {
    gap: 12px;
  }

  .category .hc-category-list-item {
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 13px;
  }

  .category .hc-category-list-media,
  .category .hc-category-list-image,
  .category .hc-category-list-placeholder {
    min-height: 104px;
  }

  .category .hc-category-list-date {
    top: 7px;
    left: 7px;
    min-height: 25px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .category .hc-category-list-content {
    padding: 11px 12px;
  }

  .category .hc-category-list-title {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.38;
  }

  .category .hc-category-list-excerpt {
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 390px) {
  .category .hc-category-list-item {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  .category .hc-category-list-media,
  .category .hc-category-list-image,
  .category .hc-category-list-placeholder {
    min-height: 96px;
  }

  .category .hc-category-list-content {
    padding: 9px 10px;
  }

  .category .hc-category-list-title {
    font-size: 14px;
  }
}

/* =========================================================
   Category list cards — reference layout.
   Colors remain aligned with the existing dark gold theme.
   ========================================================= */
.category .hc-category-post-list {
  display: grid;
  gap: 18px;
}

.category .hc-category-list-item {
  min-width: 0;
  min-height: 178px;
  display: grid;
  grid-template-columns: minmax(250px, 41%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(190, 128, 27, .7);
  border-radius: 18px;
  background: rgb(0 0 0 / 0%);
  box-shadow: inset 0 1px 0 rgba(255, 226, 140, .05), 0 7px 20px rgba(0, 0, 0, .12);
}

.category .hc-category-list-media {
  position: relative;
  min-width: 0;
  min-height: 176px;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(192, 112, 13, .23), transparent 48%),
    #0a0502;
  text-decoration: none !important;
}

.category .hc-category-list-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 176px;
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease, filter .25s ease;
}

.category .hc-category-list-placeholder {
  min-height: 176px;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #efc866;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .04em;
  text-shadow: 0 0 18px rgba(239, 178, 55, .2);
}

.category .hc-category-list-content {
  min-width: 0;
  min-height: 176px;
  display: flex;
  flex-direction: column;
  padding: 14px 18px 13px;
}

.category .hc-category-list-meta {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.25;
}

.category .hc-category-list-label {
  min-width: 0;
  overflow: hidden;
  color: #efad47;
  font-weight: 800;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.category .hc-category-list-date {
  position: static;
  min-height: 0;
  display: inline;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #a99a8d;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.category .hc-category-list-title {
  margin: 0 0 7px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.24;
}

.category .hc-category-list-title a {
  color: #f4dfb7;
  text-decoration: none !important;
}

.category .hc-category-list-excerpt {
  margin: 0 0 8px;
  display: -webkit-box;
  overflow: hidden;
  color: #d9cfc5;
  font-size: 14px;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category .hc-category-list-readmore {
  margin-top: auto;
  align-self: flex-start;
  color: #efad47 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
}

.category .hc-category-list-readmore span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .18s ease;
}

.category .hc-category-list-item:hover .hc-category-list-image {
  transform: scale(1.035);
  filter: brightness(1.05);
}

.category .hc-category-list-title a:hover,
.category .hc-category-list-title a:focus-visible,
.category .hc-category-list-readmore:hover,
.category .hc-category-list-readmore:focus-visible {
  color: #ffd66c !important;
}

.category .hc-category-list-readmore:hover span,
.category .hc-category-list-readmore:focus-visible span {
  transform: translateX(3px);
}

@media (max-width: 700px) {
  .category .hc-category-post-list {
    gap: 13px;
  }

  .category .hc-category-list-item {
    min-height: 122px;
    grid-template-columns: 126px minmax(0, 1fr);
    border-radius: 14px;
  }

  .category .hc-category-list-media,
  .category .hc-category-list-image,
  .category .hc-category-list-placeholder,
  .category .hc-category-list-content {
    min-height: 120px;
  }

  .category .hc-category-list-content {
    padding: 10px 11px 9px;
  }

  .category .hc-category-list-meta {
    gap: 8px;
    margin-bottom: 4px;
    font-size: 9px;
  }

  .category .hc-category-list-date {
    font-size: 9px;
  }

  .category .hc-category-list-title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.32;
  }

  .category .hc-category-list-excerpt {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.45;
    -webkit-line-clamp: 1;
  }

  .category .hc-category-list-readmore {
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .category .hc-category-list-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .category .hc-category-list-media,
  .category .hc-category-list-image,
  .category .hc-category-list-placeholder,
  .category .hc-category-list-content {
    min-height: 108px;
  }

  .category .hc-category-list-content {
    padding: 8px 9px;
  }

  .category .hc-category-list-title {
    font-size: 14px;
  }

  .category .hc-category-list-excerpt {
    display: none;
  }
}

/* =========================================================
   Category image fill only.
   Preserve the existing card dimensions, colors and spacing;
   make the featured image cover the complete media area.
   ========================================================= */
.category .hc-category-list-media {
  align-self: stretch !important;
  height: 100% !important;
}

.category .hc-category-list-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}


/* =========================================================
   Single-post title width + refined date badge.
   Prevent post H1 from collapsing into a narrow centered block,
   while keeping the requested compact gold style.
   ========================================================= */
.single-post .hc-single-post-header {
  margin-bottom: 18px;
}
.single-post body .hc-post-title,
body.single-post .hc-post-title,
body.single-post .hc-content-page h1.hc-post-title,
body.single-post .hc-content-card h1.hc-post-title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
  text-align: center;
  text-wrap: pretty;
}
.single-post .hc-post-date-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.single-post .hc-post-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(240, 194, 80, .28);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(43, 26, 10, .72) 0%, rgba(20, 12, 5, .68) 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255,255,255,.04);
  color: #ead7a5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}
.single-post .hc-post-date-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  stroke: #f0c451;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .95;
}
.single-post .hc-post-date {
  color: inherit;
}
@media (max-width: 700px) {
  body.single-post .hc-post-title,
  body.single-post .hc-content-page h1.hc-post-title,
  body.single-post .hc-content-card h1.hc-post-title {
    margin-bottom: 14px !important;
    font-size: clamp(20px, 6vw, 30px) !important;
    line-height: 1.18 !important;
  }
  .single-post .hc-post-date-badge {
    min-height: 38px;
    padding: 8px 13px;
    gap: 8px;
    font-size: 13px;
  }
}

/* =========================================================
   Single-post date: compact, clean and understated.
   ========================================================= */
.single-post .hc-single-post-header {
  margin-bottom: 22px;
}
.single-post .hc-post-date-wrap {
  display: flex;
  justify-content: center;
  margin: -2px 0 22px;
}
.single-post .hc-post-date-badge {
  min-height: 0;
  padding: 0;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(226, 211, 180, .72);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .015em;
}
.single-post .hc-post-date-icon {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
  stroke: #d8ac42;
  stroke-width: 1.65;
  opacity: .82;
}
@media (max-width: 700px) {
  .single-post .hc-post-date-wrap {
    margin: -2px 0 20px;
  }
  .single-post .hc-post-date-badge {
    min-height: 0;
    padding: 0;
    gap: 6px;
    font-size: 11.5px;
  }
  .single-post .hc-post-date-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
}

/* =========================================================
   2026-08-25 final pass: compact category cards + smaller post H1.
   Keep the existing layout style, but shrink the category rows to match
   the requested reference and show the whole thumbnail more cleanly.
   ========================================================= */
.category .hc-category-post-list {
  gap: 18px;
}

.category .hc-category-list-item {
  min-height: 152px;
  grid-template-columns: minmax(290px, 41%) minmax(0, 1fr);
  border-radius: 16px;
}

.category .hc-category-list-media {
  min-height: 150px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(192, 112, 13, .18), transparent 48%),
    #0a0502;
}

.category .hc-category-list-image {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 150px;
  object-fit: contain !important;
  object-position: center center !important;
  background: #0a0502;
}

.category .hc-category-list-placeholder {
  min-height: 150px;
}

.category .hc-category-list-content {
  min-height: 150px;
  padding: 12px 16px 11px;
}

.category .hc-category-list-meta {
  margin-bottom: 4px;
  font-size: 10px;
}

.category .hc-category-list-label,
.category .hc-category-list-date {
  font-size: 10px;
}

.category .hc-category-list-title {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.22;
}

.category .hc-category-list-excerpt {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

.category .hc-category-list-readmore {
  font-size: 12px;
}

body.single-post .hc-post-title,
body.single-post .hc-content-page h1.hc-post-title,
body.single-post .hc-content-card h1.hc-post-title {
  margin: 0 0 12px !important;
  font-size: clamp(18px, 1.7vw, 21px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.015em !important;
}

@media (max-width: 700px) {
  .category .hc-category-post-list {
    gap: 14px;
  }

  .category .hc-category-list-item {
    min-height: 112px;
    grid-template-columns: 122px minmax(0, 1fr);
    border-radius: 14px;
  }

  .category .hc-category-list-media,
  .category .hc-category-list-image,
  .category .hc-category-list-placeholder,
  .category .hc-category-list-content {
    min-height: 110px;
  }

  .category .hc-category-list-content {
    padding: 9px 10px 8px;
  }

  .category .hc-category-list-meta {
    gap: 7px;
    margin-bottom: 3px;
    font-size: 8.5px;
  }

  .category .hc-category-list-label,
  .category .hc-category-list-date {
    font-size: 8.5px;
  }

  .category .hc-category-list-title {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.26;
  }

  .category .hc-category-list-excerpt {
    margin-bottom: 4px;
    font-size: 10.5px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .category .hc-category-list-readmore {
    font-size: 10.5px;
  }

  body.single-post .hc-post-title,
  body.single-post .hc-content-page h1.hc-post-title,
  body.single-post .hc-content-card h1.hc-post-title {
    margin-bottom: 12px !important;
    font-size: clamp(17px, 5.2vw, 20px) !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 390px) {
  .category .hc-category-list-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .category .hc-category-list-media,
  .category .hc-category-list-image,
  .category .hc-category-list-placeholder,
  .category .hc-category-list-content {
    min-height: 104px;
  }

  .category .hc-category-list-title {
    font-size: 12.5px;
  }

  .category .hc-category-list-excerpt {
    font-size: 10px;
  }
}


/* =========================================================
   Mobile-only homepage 1.1.1.1 strip + always-visible ambassador.
   ========================================================= */
.hc-home-mobile-access-strip {
  display: none;
}

@media (max-width: 700px) {
  .hc-home-mobile-access-strip {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    margin: -4px auto 16px;
  }

  .hc-home-mobile-access-strip img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
  }

  .hc-footer-ambassador,
  .hc-footer-ambassador.is-visible {
    position: fixed !important;
    top: 51vh !important;
    right: 6px !important;
    z-index: 999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    transform: translateX(0) !important;
  }
}

@media (min-width: 701px) {
  .hc-home-mobile-access-strip,
  .hc-footer-ambassador {
    display: none !important;
  }
}

/* =========================================================
   Mobile sticky ambassador: use the supplied animated GIF directly.
   ========================================================= */
@media (max-width: 700px) {
  .hc-footer-ambassador,
  .hc-footer-ambassador.is-visible {
    width: 98px !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .hc-footer-ambassador__mobile-gif {
    display: block !important;
    width: 98px !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
  }

  .hc-footer-ambassador__disc,
  .hc-footer-ambassador__label,
  .hc-footer-ambassador__arrow {
    display: none !important;
  }
}

/* =========================================================
   Artwork-free handoff: preserve every measured slot while all
   brand imagery is supplied later through the Customizer.
   ========================================================= */
.brand-logo--empty {
  width: 180px;
  min-height: 116px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(214, 166, 59, .58);
  border-radius: 16px;
  background: rgba(12, 8, 4, .5);
  color: #a98a4c;
  filter: none;
}

.brand-logo--empty::before,
.brand-logo--empty::after,
.brand-logo--empty i {
  display: none !important;
  content: none !important;
}

.brand-logo--empty > span {
  position: static;
  color: #a98a4c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.hc-mobile-access-asset {
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 1024 / 71;
  padding: 4px 10px;
  border-radius: 8px;
}

.hc-mobile-access-asset .asset-placeholder__icon,
.hc-mobile-access-asset small {
  display: none;
}

.hc-mobile-access-asset strong {
  font-size: 10px;
  line-height: 1.1;
}

.ambassador-asset:not(.has-image) {
  min-height: 0;
  aspect-ratio: 1010 / 580;
}

.guide-image-card:not(.has-image),
.guide-card.hc-media:not(.has-image) {
  min-height: 0 !important;
  aspect-ratio: 1000 / 1227;
  line-height: 1.4;
}

.register-artwork-slot {
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 1461 / 1077;
  border-radius: inherit;
}

.register-artwork-slot:not(.has-image) {
  line-height: 1.4;
}

.register-artwork-slot.has-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.game-button-slot {
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 800 / 132;
  padding: 4px 10px;
  border-radius: inherit;
}

.game-button-slot:not(.has-image) {
  line-height: 1.4;
}

.game-button-slot .asset-placeholder__icon,
.game-button-slot small {
  display: none;
}

.video-asset:not(.has-image) {
  min-height: 0 !important;
  aspect-ratio: 690 / 369;
  line-height: 1.4;
}

.qr-asset {
  min-height: 0 !important;
  aspect-ratio: 1;
}

.qr-asset.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-footer-social-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px dashed rgba(214, 166, 59, .5);
  border-radius: 50%;
  background: rgba(12, 8, 4, .5);
}

@media (max-width: 700px) {
  .hc-footer-ambassador__empty {
    width: 98px;
    display: block;
    aspect-ratio: 386 / 500;
    border: 1px dashed rgba(214, 166, 59, .42);
    border-radius: 12px;
    background: rgba(12, 8, 4, .35);
  }
}

/* Fixed SUNWIN artwork supplied for the rebranded hero. */
.hero-brand__wordmark {
  display: block;
  width: 190px;
  max-width: min(190px, 68vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 9px rgba(255, 174, 38, .28));
}

.hero-brand .custom-logo-link {
  width: 140px !important;
  max-width: 140px !important;
}

.hero-brand .custom-logo {
  width: 140px !important;
  max-width: 140px !important;
  height: auto !important;
  max-height: none !important;
}

.sunwin-1111-banner,
.sunwin-ramos-banner {
  display: block;
  width: 310px;
  max-width: 310px;
  height: 510px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  object-fit: fill;
}

.hero-grid > .right-rail .sunwin-ramos-banner {
  margin-inline: auto;
}

@media (min-width: 1366px) {
  .hero-grid {
    left: 0 !important;
    grid-template-columns: 310px 562px 310px !important;
    column-gap: min(75px, max(24px, calc(50% - 591px))) !important;
  }

  .hero-grid > .left-rail,
  .hero-grid > .right-rail {
    width: 310px !important;
    min-width: 310px !important;
    transform: none !important;
  }

  .right-rail .scroll-follow-rail,
  .hc-sticky-rails-ready .right-rail .scroll-follow-rail {
    height: auto !important;
  }
}

@media (max-width: 700px) {
  .hero-brand {
    height: 200px;
  }

  .hero-brand__wordmark {
    width: 190px;
    max-width: min(190px, 55vw);
  }
}

/* Registration artwork: compact 380 x 255 reference size, without gold frame. */
.hero-grid > .center-stage .register-image-link {
  width: 380px !important;
  max-width: calc(100% - 20px) !important;
  height: auto !important;
  aspect-ratio: 380 / 255 !important;
  margin: 5px auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent !important;
}

.hero-grid > .center-stage .register-artwork-slot {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hero-grid > .center-stage .register-image-link img,
.hero-grid > .center-stage .register-artwork-slot.has-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  object-fit: fill !important;
}

/* Mobile uses only a floating navigation icon, without a header bar. */
@media (max-width: 700px) {
  .hc-header-bottom,
  .hc-header-bottom.is-sticky {
    position: absolute !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    min-height: 0 !important;
    border: 0;
    background: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }

  .hc-header-menu-inner {
    width: 100%;
    height: 0;
    min-height: 0 !important;
    margin: 0;
    overflow: visible;
    pointer-events: none;
  }

  .hc-header-menu-toggle,
  .hc-header-bottom--toggle-left .hc-header-menu-toggle {
    position: absolute;
    top: 4px;
    right: 16px;
    left: auto;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    border-color: rgb(174 112 12 / 45%);
    background: rgb(8 5 2 / 42%);
    box-shadow: 0 2px 7px rgb(0 0 0 / 18%);
    opacity: .52;
    pointer-events: auto;
    transition: opacity .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .hc-header-menu-toggle:hover,
  .hc-header-menu-toggle:focus-visible,
  .hc-header-menu-toggle:active,
  .hc-header-menu-toggle[aria-expanded="true"] {
    border-color: rgb(190 126 20 / 88%);
    background: rgb(8 5 2 / 88%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 32%);
    opacity: .96;
  }

  .hc-header-menu-panel,
  .hc-header-bottom--toggle-left .hc-header-menu-panel {
    top: 48px;
    right: 16px;
    left: auto;
    pointer-events: auto;
  }

  body.admin-bar .hc-header-bottom,
  body.admin-bar .hc-header-bottom.is-sticky {
    top: 46px !important;
  }
}

/* 1.1.1.1 access slogan and verification shield below the Sun.win wordmark. */
.hero-brand__access-line {
  width: min(100%, 364px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  line-height: 0;
}

.hero-brand__access-slogan {
  display: block;
  width: 340px;
  max-width: calc(100% - 24px);
  height: auto;
  object-fit: contain;
}

.hero-brand__access-tick {
  display: block;
  width: 20px;
  max-width: 20px;
  height: auto;
  flex: 0 0 20px;
  object-fit: contain;
}

@media (min-width: 1051px) {
  .hero-brand {
    height: 230px;
    gap: 5px;
  }
}

@media (min-width: 701px) and (max-width: 1050px) {
  .hero-brand {
    height: 225px;
    gap: 5px;
  }
}

@media (max-width: 700px) {
  .hero-brand {
    height: 230px;
    gap: 3px;
  }

  .hero-brand__access-line {
    width: min(100%, 249px);
    gap: 4px;
  }

  .hero-brand__access-slogan {
    width: 230px;
    max-width: calc(100% - 19px);
  }

  .hero-brand__access-tick {
    width: 15px;
    max-width: 15px;
    flex-basis: 15px;
  }
}

/* Uploaded web-game artwork supplies its own rounded gold edge. */
.hero-grid > .center-stage .game-button-slot.has-image {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Exact reference size for the supplied web-game button artwork. */
.hero-grid > .center-stage .game-access-button.game-access-button--image {
  width: min(335px, calc(100% - 28px)) !important;
  max-width: 335px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 335 / 52 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-grid > .center-stage .game-button-slot.has-image {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-grid > .center-stage .game-button-slot.has-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* Small ambassador badge at the desktop hero's upper-right corner. */
.hero-corner-ramos {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 6;
  display: block;
  width: 140px;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 1050px) {
  .hero-corner-ramos {
    display: none;
  }
}

/* Raise both desktop sidebars to the vertical positions in the reference. */
@media (min-width: 1366px) {
  .hero-grid > .left-rail.scroll-follow-cell {
    top: -72px !important;
  }

  .hero-grid > .right-rail.scroll-follow-cell {
    top: -72px !important;
  }
}

/* =========================================================
   Reference SUNWIN footer: fixed three-column desktop layout
   and measured two-column/mobile stacking from the supplied art.
   ========================================================= */
.hc-footer.hc-footer--reference {
  position: relative;
  z-index: 10;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  color: #ffe9a4;
  background: #1e0f08;
}

.hc-footer.hc-footer--reference::before {
  display: none;
  content: none;
}

.hc-footer--reference .hc-ref-footer__main {
  width: min(calc(100% - 40px), 1275px);
  max-width: 1275px;
  min-height: 238px;
  margin: 0 auto;
  padding: 17px 0 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.hc-footer--reference .hc-ref-footer__column {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.hc-footer--reference .hc-ref-footer__logo {
  width: min(135px, 100%);
  height: 132px;
  display: grid;
  place-items: center;
}

.hc-footer--reference .hc-ref-footer__logo .custom-logo-link,
.hc-footer--reference .hc-ref-footer__logo .hc-ref-footer__logo-link {
  width: min(135px, 100%) !important;
  height: 128px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center;
}

.hc-footer--reference .hc-ref-footer__logo .custom-logo {
  width: 135px !important;
  max-width: 100% !important;
  height: 128px !important;
  max-height: 128px !important;
  display: block;
  object-fit: contain;
}

.hc-footer--reference .hc-ref-footer__logo .brand-logo {
  width: 145px;
  min-height: 116px;
  margin: 0;
  transform: scale(.76);
  transform-origin: center;
}

.hc-footer--reference h2 {
  margin: 0;
  color: #ffe9a4;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.2;
}

.hc-footer--reference .hc-ref-footer__follow {
  padding-top: 6px;
}

.hc-footer--reference .hc-ref-footer__socials {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hc-footer--reference .hc-ref-footer__socials > a,
.hc-footer--reference .hc-ref-footer__socials > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  color: #ffe579;
  background: transparent;
}

.hc-footer--reference .hc-ref-footer__socials img,
.hc-footer--reference .hc-ref-footer__social-fallback {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  display: grid;
  place-items: center;
  object-fit: contain;
}

.hc-footer--reference .hc-ref-footer__social-fallback {
  border: 1px solid rgba(212, 153, 35, .42);
  border-radius: 50%;
  background: radial-gradient(circle at 48% 40%, #3b260d, #120905 72%);
  box-shadow: inset 0 0 12px rgba(226, 155, 26, .09);
}

.hc-footer--reference .hc-ref-footer__social-fallback .icon {
  width: 25px;
  height: 25px;
  stroke: currentColor;
}

.hc-footer--reference .hc-ref-footer__socials a:hover,
.hc-footer--reference .hc-ref-footer__socials a:focus-visible {
  filter: brightness(1.13);
  transform: translateY(-2px);
}

.hc-footer--reference .hc-ref-footer__support {
  width: min(252px, 100%);
  min-height: 0;
  margin: 17px auto 0;
  padding: 0;
  display: block;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}

.hc-footer--reference .hc-ref-footer__support img {
  width: 252px;
  max-width: 100%;
  height: auto;
  display: block;
}

.hc-footer--reference .hc-ref-footer__support[aria-disabled="true"] {
  opacity: .92;
}

.hc-footer--reference .hc-ref-footer__certificate {
  width: min(175px, 100%);
  height: auto;
  margin: 12px auto 0;
  display: grid;
  place-items: center;
}

.hc-footer--reference .hc-ref-footer__certificate img {
  width: 175px;
  max-width: 100%;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
}

.hc-footer--reference .hc-ref-footer__dmca {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hc-footer--reference .hc-ref-footer__dmca strong {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1;
}

.hc-footer--reference .hc-ref-footer__dmca small {
  margin: 0 0 4px 3px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hc-footer--reference .hc-ref-footer__dmca-lock {
  position: relative;
  width: 39px;
  height: 37px;
  margin-top: 13px;
  border-radius: 3px;
  background: #63c83d;
}

.hc-footer--reference .hc-ref-footer__dmca-lock::before {
  position: absolute;
  top: -22px;
  left: 7px;
  width: 25px;
  height: 24px;
  border: 6px solid #63c83d;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  content: "";
}

.hc-footer--reference .hc-ref-footer__links {
  margin: 0;
  padding: 0;
  display: grid;
  justify-items: center;
  gap: 1px;
  list-style: none;
}

.hc-footer--reference .hc-ref-footer__links--center {
  margin-top: 8px;
}

.hc-footer--reference .hc-ref-footer__links--cert {
  margin-top: 5px;
}

.hc-footer--reference .hc-ref-footer__links a {
  color: #ffe9a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hc-footer--reference .hc-ref-footer__links a:hover,
.hc-footer--reference .hc-ref-footer__links a:focus-visible {
  color: #fff6c8;
}

.hc-footer--reference .hc-ref-footer__legal {
  width: 100%;
  min-height: 51px;
  padding: 8px 12px;
  display: grid;
  place-content: center;
  justify-items: center;
  border-top: 1px solid #554738;
  color: #ffe49e;
  background: #1e0f08;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.hc-footer--reference .hc-ref-footer__legal p {
  margin: 0;
}

.hc-footer--reference .hc-ref-footer__legal strong {
  color: inherit;
  font-weight: 400;
}

.hc-footer--reference .hc-ref-footer__ramos,
.hc-footer--reference .hc-ref-footer__back-to-top {
  display: none;
}

.hc-footer--reference a:focus-visible {
  outline: 2px solid #ffe06c;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .hc-footer.hc-footer--reference {
    border: 0;
    background: #1e0f08;
  }

  .hc-footer--reference .hc-ref-footer__main {
    width: 100%;
    max-width: 534px;
    min-height: 0;
    margin: 0 auto;
    padding: 10px 10px 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    grid-template-areas:
      "brand cert"
      "follow follow";
    align-items: start;
    column-gap: 0;
    row-gap: 14px;
  }

  .hc-footer--reference .hc-ref-footer__brand {
    grid-area: brand;
  }

  .hc-footer--reference .hc-ref-footer__cert {
    grid-area: cert;
    padding-top: 10px;
  }

  .hc-footer--reference .hc-ref-footer__follow {
    grid-area: follow;
    padding-top: 0;
  }

  .hc-footer--reference .hc-ref-footer__logo {
    width: min(135px, 100%);
    height: 126px;
  }

  .hc-footer--reference .hc-ref-footer__logo .custom-logo-link,
  .hc-footer--reference .hc-ref-footer__logo .hc-ref-footer__logo-link {
    width: min(135px, 100%) !important;
    height: 124px !important;
  }

  .hc-footer--reference .hc-ref-footer__logo .custom-logo {
    width: 135px !important;
    max-width: 100% !important;
    height: 124px !important;
    object-fit: contain;
  }

  .hc-footer--reference h2 {
    font-size: 16px;
  }

  .hc-footer--reference .hc-ref-footer__certificate {
    width: min(150px, 100%);
    height: auto;
    margin-top: 7px;
  }

  .hc-footer--reference .hc-ref-footer__links {
    width: 100%;
    gap: 6px;
  }

  .hc-footer--reference .hc-ref-footer__links--cert {
    margin-top: 9px;
  }

  .hc-footer--reference .hc-ref-footer__links a {
    max-width: 100%;
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1.3;
    white-space: normal;
  }

  .hc-footer--reference .hc-ref-footer__socials {
    margin-top: 8px;
    gap: 12px;
  }

  .hc-footer--reference .hc-ref-footer__socials > a,
  .hc-footer--reference .hc-ref-footer__socials > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .hc-footer--reference .hc-ref-footer__support {
    width: min(230px, calc(100vw - 24px));
    min-height: 0;
    margin-top: 12px;
  }

  .hc-footer--reference .hc-ref-footer__links--center {
    margin-top: 10px;
    gap: 6px;
  }

  .hc-footer--reference .hc-ref-footer__legal {
    min-height: 74px;
    padding: 10px 8px;
    border-top-color: #554738;
    font-size: 12px;
    line-height: 1.35;
  }

  .hc-footer--reference .hc-ref-footer__ramos {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 70;
    width: 100px;
    height: auto;
    display: block;
    line-height: 0;
    pointer-events: auto;
  }

  .hc-footer--reference .hc-ref-footer__ramos img {
    width: 100px;
    max-width: 100px;
    height: auto;
    display: block;
  }

  .hc-footer--reference .hc-ref-footer__back-to-top {
    position: fixed;
    right: 14px;
    bottom: 16px;
    z-index: 75;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(132, 86, 21, .58);
    border-radius: 50%;
    color: #ffe7a2;
    background: rgba(22, 13, 7, .9);
    font-size: 27px;
    line-height: 1;
  }
}

@media (max-width: 390px) {
  .hc-footer--reference .hc-ref-footer__main {
    padding-inline: 8px;
  }
}

/* Full SUNWIN + 1.1.1.1 cluster shared by every inner template. */
.hc-content-intro.hc-inner-brand-cluster {
  display: flex !important;
  height: auto !important;
  min-height: 0;
  margin: 0 0 12px !important;
  padding: 0 !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px !important;
}

.hc-content-card .hc-inner-brand-cluster img {
  margin: 0 !important;
  border-radius: 0 !important;
}

.hc-content-card .hc-inner-brand-cluster .hero-brand__wordmark {
  width: 190px !important;
  max-width: min(190px, 68vw) !important;
  height: auto !important;
}

.hc-content-card .hc-inner-brand-cluster .hero-brand__access-slogan {
  width: 340px !important;
  max-width: calc(100% - 24px) !important;
  height: auto !important;
}

.hc-content-card .hc-inner-brand-cluster .hero-brand__access-tick {
  width: 20px !important;
  max-width: 20px !important;
  height: auto !important;
  flex: 0 0 20px;
}

@media (max-width: 700px) {
  .hc-content-intro.hc-inner-brand-cluster {
    height: auto !important;
    margin-bottom: 4px !important;
    gap: 3px !important;
  }

  .hc-content-card .hc-inner-brand-cluster .hero-brand__wordmark {
    width: 190px !important;
    max-width: min(190px, 55vw) !important;
  }

  .hc-content-card .hc-inner-brand-cluster .hero-brand__access-slogan {
    width: 230px !important;
    max-width: calc(100% - 19px) !important;
  }

  .hc-content-card .hc-inner-brand-cluster .hero-brand__access-tick {
    width: 15px !important;
    max-width: 15px !important;
    flex-basis: 15px;
  }
}
