:root {
  --brand: #18D2FF;
  --brand-light: #79e7ff;
  --brand-deep: #087ca6;
  --ink: #10283c;
  --muted: #63798b;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #e7f4f9;
  --surface-3: #d5edf6;
  --line: rgba(8, 124, 166, 0.18);
  --line-strong: rgba(8, 124, 166, 0.34);
  --ocean-section-background:
    radial-gradient(circle at 8% -8%, rgba(255, 255, 255, .2), transparent 29rem),
    radial-gradient(circle at 96% 108%, rgba(121, 231, 255, .5), transparent 35rem),
    linear-gradient(128deg, #0b86b5 0%, #159dcd 48%, #18D2FF 100%);
  --shell: 1200px;
  --wide-shell: 1500px;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(16, 78, 105, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 8% 4%, rgba(24, 210, 255, .16), transparent 30rem), linear-gradient(180deg, #f5fbfd, #eaf5f9); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; overscroll-behavior: none; }
body.announcement-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { margin-bottom: 20px; font-size: clamp(2.65rem, 5vw, 5.2rem); }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.7vw, 3.75rem); }
h3 { margin-bottom: 10px; font-size: 1.15rem; }
p { color: var(--muted); }
button:focus-visible, a:focus-visible, summary:focus-visible, select:focus-visible { outline: 3px solid var(--brand-light); outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.wide-shell { width: min(calc(100% - 32px), var(--wide-shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.section { position: relative; padding: 100px 0; border-bottom: 1px solid var(--line); }
.section-tinted { background: radial-gradient(circle at 88% 14%, rgba(24, 210, 255, .24), transparent 28rem), radial-gradient(circle at 5% 92%, rgba(8, 124, 166, .12), transparent 24rem), linear-gradient(135deg, #dceff7 0%, #eef8fb 54%, #d7edf6 100%); }
.eyebrow { margin-bottom: 12px; color: var(--brand); font-size: .7rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 70px; margin-bottom: 40px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { margin-bottom: 4px; font-size: .97rem; }
.section-cta { display: flex; justify-content: center; margin-top: 36px; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid var(--brand); border-radius: 999px; color: #021219; background: var(--brand); box-shadow: 0 14px 30px rgba(24, 210, 255, .18); font-size: .82rem; font-weight: 850; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { background: var(--brand-light); box-shadow: 0 18px 38px rgba(24, 210, 255, .27); transform: translateY(-2px); }
.button-secondary { color: var(--brand-deep); background: rgba(24, 210, 255, .06); box-shadow: none; }
.button-secondary:hover { color: #021219; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-deep); font-size: .82rem; font-weight: 850; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(8, 124, 166, .13); background: rgba(255, 255, 255, .96); box-shadow: 0 9px 30px rgba(25, 87, 113, .08); backdrop-filter: blur(20px); }
.header-inner { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: clamp(10px, 1.2vw, 20px); }
.brand { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; flex: 0 0 54px; border-radius: 17px; background: transparent; box-shadow: 0 9px 22px rgba(8, 124, 166, .18); overflow: hidden; transition: box-shadow 180ms ease, transform 180ms ease; }
.brand:hover { box-shadow: 0 13px 30px rgba(8, 124, 166, .24); transform: translateY(-1px); }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(13px, 1.08vw, 20px); flex: 1 1 auto; color: #536b7c; font-size: clamp(.68rem, .74vw, .77rem); font-weight: 790; line-height: 1; white-space: nowrap; }
.desktop-nav > a, .help-menu > summary, .games-menu-trigger > a { position: relative; padding: 29px 0; transition: color 180ms ease; }
.desktop-nav > a::after, .help-menu > summary::before, .games-menu-trigger > a::after { position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; border-radius: 5px; background: var(--brand); content: ""; transition: inset 180ms ease; }
.desktop-nav > a:hover, .desktop-nav > a.active, .help-menu > summary:hover, .help-menu > summary.active, .games-menu-trigger > a:hover, .games-menu-trigger > a.active { color: var(--brand-deep); }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after, .help-menu > summary:hover::before, .help-menu > summary.active::before, .games-menu-trigger > a:hover::after, .games-menu-trigger > a.active::after { right: 0; left: 0; }
.help-menu, .games-menu { position: relative; flex: 0 0 auto; }
.help-menu > summary { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; list-style: none; }
.help-menu > summary::-webkit-details-marker { display: none; }
.help-menu > summary::after { display: block; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; color: var(--brand-deep); content: ""; transform: rotate(45deg) translate(-1px, -1px); transform-origin: center; transition: transform 180ms ease; }
.help-menu[open] > summary::after { transform: rotate(225deg) translate(-1px, -1px); }
.help-dropdown { position: absolute; z-index: 130; top: calc(100% - 7px); left: 50%; display: grid; width: min(330px, calc(100vw - 28px)); max-height: min(650px, calc(100vh - 100px)); overflow-y: auto; padding: 9px; border: 1px solid var(--line-strong); border-radius: 17px; background: rgba(255, 255, 255, .99); box-shadow: 0 24px 58px rgba(18, 76, 101, .18); transform: translateX(-50%); }
.help-menu:not([open]) > .help-dropdown { display: none; }
.help-menu:hover > .help-dropdown, .help-menu:focus-within > .help-dropdown { display: grid; }
.help-dropdown a { padding: 11px 12px; border-radius: 10px; color: #5e7484; font-size: .75rem; line-height: 1.35; white-space: normal; }
.help-dropdown a:hover, .help-dropdown a.active { color: var(--brand-deep); background: rgba(24, 210, 255, .11); }
.games-menu-trigger { display: flex; align-items: center; gap: 5px; }
.games-menu-toggle { display: grid; width: 8px; height: 28px; flex: 0 0 8px; padding: 0; place-items: center; border: 0; color: var(--brand-deep); background: transparent; cursor: pointer; }
.games-menu-toggle span { display: block; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; font-size: 0; transform: rotate(45deg) translate(-1px, -1px); transform-origin: center; transition: transform 180ms ease; }
.games-menu.is-open .games-menu-toggle span { transform: rotate(225deg) translate(-1px, -1px); }
.games-mega { position: fixed; z-index: 135; top: 74px; left: 50%; display: none; width: min(790px, calc(100vw - 34px)); grid-template-columns: 1fr; padding: 14px; border: 1px solid rgba(24, 210, 255, .28); border-radius: 0 0 24px 24px; background: radial-gradient(circle at 88% 0, rgba(24, 210, 255, .15), transparent 24rem), radial-gradient(circle at 4% 100%, rgba(126, 224, 255, .12), transparent 18rem), rgba(250, 254, 255, .985); box-shadow: 0 30px 72px rgba(8, 83, 113, .2); transform: translateX(-50%); backdrop-filter: blur(24px); }
.games-menu:hover > .games-mega, .games-menu:focus-within > .games-mega, .games-menu.is-open > .games-mega { display: grid; }
.games-mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; counter-reset: mega-category; }
.games-mega-grid a { display: grid; min-width: 0; min-height: 82px; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 12px; border: 1px solid rgba(8, 124, 166, .14); border-radius: 14px; color: var(--ink); background: rgba(255, 255, 255, .84); box-shadow: inset 0 1px rgba(255, 255, 255, .95); counter-increment: mega-category; transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.games-mega-grid a:hover, .games-mega-grid a.active { border-color: rgba(24, 210, 255, .62); color: var(--ink); background: linear-gradient(135deg, rgba(24, 210, 255, .16), rgba(255, 255, 255, .96)); box-shadow: 0 14px 30px rgba(8, 100, 137, .14); transform: translateY(-2px); }
.games-mega-grid a > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(24, 210, 255, .22); border-radius: 50%; color: var(--brand-deep); background: #e9f8fd; font-size: .55rem; font-weight: 950; letter-spacing: .04em; }
.games-mega-grid a > span::before { content: counter(mega-category, decimal-leading-zero); }
.games-mega-grid strong { display: block; overflow: hidden; color: var(--ink); font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; }
.games-mega-grid small { display: block; margin-top: 3px; color: #718896; font-size: .55rem; }
.games-mega-grid b { color: var(--brand-deep); font-size: .75rem; }
.header-actions { display: flex; align-items: center; flex: 0 0 auto; gap: 7px; white-space: nowrap; }
.header-action { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 16px; border: 1px solid var(--brand); border-radius: 999px; font-size: .72rem; font-weight: 850; transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.header-action:hover { transform: translateY(-1px); }
.header-login { color: var(--brand-deep); background: #ffffff; }
.header-login:hover { background: #eefafd; }
.header-register { color: #03212c; background: var(--brand); box-shadow: 0 10px 23px rgba(24, 210, 255, .2); }
.header-register:hover { background: var(--brand-light); box-shadow: 0 13px 28px rgba(24, 210, 255, .27); }
.language-picker { position: relative; }
.language-trigger { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--ink); background: #ffffff; cursor: pointer; font-size: .72rem; font-weight: 850; white-space: nowrap; transition: border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.language-picker:hover .language-trigger, .language-trigger[aria-expanded="true"] { border-color: var(--brand); color: var(--brand-deep); background: #eaf8fc; box-shadow: 0 10px 25px rgba(24, 210, 255, .18); transform: translateY(-1px); }
.language-flag { width: 21px; height: 14px; border: 1px solid rgba(8, 124, 166, .15); border-radius: 3px; object-fit: cover; box-shadow: 0 2px 6px rgba(17, 70, 93, .12); }
.language-chevron { color: var(--muted); font-size: .9rem; transition: transform 180ms ease; }
.language-trigger[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 140; top: calc(100% + 12px); right: 0; width: 255px; overflow: hidden; padding: 9px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(255, 255, 255, .99); box-shadow: 0 22px 55px rgba(18, 76, 101, .2); }
.language-menu[hidden] { display: none; }
.language-menu > p { margin: 3px 9px 8px; color: #6b8191; font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.language-menu a { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 9px; padding: 10px; border-radius: 10px; color: var(--ink); font-size: .76rem; transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
.language-menu a:hover, .language-menu a.is-current { color: var(--brand-deep); background: rgba(24, 210, 255, .13); }
.language-menu a:hover { transform: translateX(2px); }
.language-menu small { color: #8799a5; font-size: .59rem; }
.language-menu a.is-current small { color: var(--brand-deep); font-weight: 850; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; gap: 5px; flex: 0 0 42px; flex-direction: column; padding: 0; border: 1px solid var(--line-strong); border-radius: 50%; background: #ffffff; cursor: pointer; }
.menu-toggle span { width: 17px; height: 2px; border-radius: 5px; background: var(--ink); transition: opacity 180ms ease, transform 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero-carousel { position: relative; width: 100%; overflow: hidden; border-bottom: 1px solid var(--line); background: #ffffff; touch-action: pan-y; }
.hero-track { position: relative; aspect-ratio: 3.225 / 1; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 550ms ease; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; filter: saturate(1.1) contrast(1.05); object-fit: cover; }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; color: white; background: rgba(2, 8, 14, .6); cursor: pointer; font-size: 2rem; line-height: 1; transform: translateY(-50%); transition: border-color 180ms ease, background 180ms ease; }
.carousel-arrow:hover { border-color: var(--brand); background: rgba(2, 8, 14, .9); }
.carousel-prev { left: 20px; }
.carousel-next { right: 20px; }
.carousel-dots { position: absolute; z-index: 3; bottom: 15px; left: 50%; display: flex; align-items: center; gap: 6px; transform: translateX(-50%); }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 20px; background: rgba(255, 255, 255, .5); cursor: pointer; transition: width 180ms ease, background 180ms ease; }
.carousel-dot.active { width: 25px; background: var(--brand); }
.trust-ribbon { overflow: hidden; color: #031018; background: var(--brand); white-space: nowrap; }
.trust-track { display: flex; width: max-content; animation: ribbon-scroll 34s linear infinite; }
.trust-track > div { display: flex; }
.trust-track a { display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; font-size: .69rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.trust-track a span { font-size: .55rem; }
.trust-ribbon:hover .trust-track { animation-play-state: paused; }
@keyframes ribbon-scroll { to { transform: translateX(-50%); } }
body[data-page="home"] .trust-ribbon { display: none; }

/* Web Version */
.web-version-hero .page-hero-inner { min-height: 510px; }
.web-version-hero .page-hero-inner h1 { max-width: 680px; }
.web-version-hero > img { object-position: center; }
.web-version-index a { white-space: nowrap; }
.web-access-section { overflow: hidden; background: radial-gradient(circle at 92% 12%, rgba(24, 210, 255, .28), transparent 25rem), radial-gradient(circle at 8% 90%, rgba(8, 124, 166, .12), transparent 22rem), linear-gradient(145deg, #ffffff 0%, #e9f6fb 100%); }
.web-access-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: clamp(42px, 6vw, 86px); }
.web-access-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(24, 210, 255, .34); border-radius: 25px; background: #ffffff; box-shadow: 0 30px 80px rgba(10, 80, 110, .2); }
.web-access-visual::before { position: absolute; z-index: 1; top: 14px; left: 18px; width: 8px; height: 8px; border-radius: 50%; background: #ff6c6c; box-shadow: 15px 0 #ffd065, 30px 0 #4bd89c; content: ""; }
.web-access-visual img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; }
.web-access-visual figcaption { padding: 13px 18px 15px; border-top: 1px solid var(--line); color: #6a8190; background: #f9fdff; font-size: .69rem; }
.web-access-copy h2 { max-width: 570px; font-size: clamp(2rem, 2.8vw, 3.25rem); }
.web-access-copy > p:not(.eyebrow) { max-width: 590px; }
.web-benefit-list { display: grid; gap: 8px; margin: 28px 0; }
.web-benefit-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid rgba(8, 124, 166, .19); border-radius: 14px; background: rgba(255, 255, 255, .8); box-shadow: 0 9px 24px rgba(18, 83, 109, .05); }
.web-benefit-list article > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: #03212c; background: linear-gradient(135deg, var(--brand-light), var(--brand)); font-size: .66rem; font-weight: 950; }
.web-benefit-list strong, .web-benefit-list small { display: block; }
.web-benefit-list strong { font-size: .82rem; }
.web-benefit-list small { margin-top: 2px; color: #718594; font-size: .68rem; }
.web-access-copy .button-row { align-items: center; gap: 20px; }

.web-register-section { position: relative; padding: 76px 0; overflow: hidden; border-bottom: 1px solid rgba(121, 231, 255, .22); background: radial-gradient(circle at 85% 0%, rgba(121, 231, 255, .34), transparent 28rem), linear-gradient(120deg, #043e59 0%, #087ca6 58%, #159dca 100%); }
.web-register-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .52fr); align-items: center; gap: clamp(40px, 8vw, 100px); }
.web-register-copy h2 { max-width: 720px; margin-bottom: 14px; color: #ffffff; }
.web-register-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(236, 250, 255, .8); }
.web-register-copy .eyebrow { color: var(--brand-light); }
.web-register-copy .button-secondary { border-color: rgba(255, 255, 255, .6); color: #ffffff; background: rgba(255, 255, 255, .1); }
.web-register-copy .button-secondary:hover { color: #042e41; background: #ffffff; }
.referrer-code-card { position: relative; padding: 30px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .42); border-radius: 22px; color: #062f41; background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(228, 248, 255, .94)); box-shadow: 0 25px 60px rgba(1, 42, 61, .25); }
.referrer-code-card::after { position: absolute; right: -35px; bottom: -45px; width: 140px; height: 140px; border: 25px solid rgba(24, 210, 255, .1); border-radius: 50%; content: ""; }
.referrer-code-card span, .referrer-code-card small { position: relative; z-index: 1; display: block; }
.referrer-code-card span { color: var(--brand-deep); font-size: .67rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.referrer-code-card strong { position: relative; z-index: 1; display: block; margin: 8px 0 10px; color: #063e57; font-size: clamp(2.35rem, 4vw, 3.65rem); letter-spacing: .05em; line-height: 1; }
.referrer-code-card small { max-width: 290px; color: #6b8190; font-size: .69rem; }

.web-tutorial-section { background: radial-gradient(circle at 100% 0%, rgba(24, 210, 255, .35), transparent 34rem), radial-gradient(circle at 0% 58%, rgba(8, 124, 166, .18), transparent 30rem), linear-gradient(135deg, #cbe7f1 0%, #edf8fb 45%, #cae7f2 100%); }
.web-tutorial-heading { margin-bottom: 28px; }
.web-guide-note { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 18px; margin-bottom: 26px; padding: 15px 18px; border: 1px solid rgba(8, 124, 166, .25); border-radius: 15px; color: #06425c; background: rgba(255, 255, 255, .72); box-shadow: 0 13px 35px rgba(15, 77, 102, .08); }
.web-guide-note strong { font-size: .76rem; }
.web-guide-note p { margin: 0; padding-left: 18px; border-left: 1px solid var(--line-strong); color: #5d7585; font-size: .72rem; }
.web-guide-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; padding: 9px; border: 1px solid var(--line-strong); border-radius: 20px; background: rgba(255, 255, 255, .78); box-shadow: 0 18px 48px rgba(17, 78, 104, .1); }
.web-guide-tab { position: relative; display: grid; min-height: 90px; grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 16px 20px; border: 1px solid transparent; border-radius: 15px; color: #4d6676; background: transparent; text-align: left; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.web-guide-tab:hover { color: var(--brand-deep); background: rgba(24, 210, 255, .1); transform: translateY(-1px); }
.web-guide-tab.is-active { border-color: rgba(24, 210, 255, .42); color: #ffffff; background: linear-gradient(135deg, #087ca6, #18D2FF); box-shadow: 0 15px 34px rgba(8, 124, 166, .24); }
.web-guide-tab > span { display: grid; width: 54px; height: 54px; grid-row: 1 / 3; place-items: center; border-radius: 16px; color: var(--brand-deep); background: #ffffff; font-size: .68rem; font-weight: 950; }
.web-guide-tab > span img { display: block; width: 40px; height: 40px; object-fit: contain; }
.web-guide-tab strong, .web-guide-tab small { display: block; align-self: end; }
.web-guide-tab strong { font-size: .84rem; }
.web-guide-tab small { align-self: start; margin-top: 3px; color: #7a8e9b; font-size: .62rem; }
.web-guide-tab.is-active small { color: rgba(255, 255, 255, .75); }
.web-guide-panel { padding: clamp(26px, 4vw, 45px); border: 1px solid var(--line-strong); border-radius: 24px; background: rgba(255, 255, 255, .9); box-shadow: 0 28px 70px rgba(12, 69, 93, .13); }
.web-guide-panel[hidden] { display: none; }
.web-guide-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.web-guide-panel-head h3 { margin: 0; font-size: clamp(1.65rem, 3.1vw, 2.65rem); }
.web-guide-panel-head .eyebrow { margin-bottom: 8px; }
.web-tutorial-carousel { overflow: hidden; border: 1px solid rgba(8, 124, 166, .2); border-radius: 22px; background: #f8fcfe; box-shadow: 0 20px 52px rgba(17, 80, 105, .11); }
.web-carousel-stage { position: relative; overflow: hidden; background: #eaf5f9; }
.web-carousel-slide { display: none; width: 100%; margin: 0; background: #ffffff; }
.web-carousel-slide.active { display: block; animation: web-carousel-in 240ms ease-out both; }
.web-carousel-slide img { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: auto; background: #ffffff; object-fit: contain; object-position: center; }
.web-carousel-slide figcaption { display: flex; min-height: 64px; align-items: center; gap: 12px; padding: 12px 18px; border-top: 1px solid var(--line); color: #173b4c; background: linear-gradient(180deg, #ffffff, #f2f9fc); }
.web-carousel-slide figcaption span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; color: #03212c; background: linear-gradient(135deg, var(--brand-light), var(--brand)); font-size: .65rem; font-weight: 950; }
.web-carousel-slide figcaption strong { font-size: .8rem; }
.web-carousel-arrow { position: absolute; z-index: 3; top: calc(50% - 32px); display: grid; width: 50px; height: 50px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .68); border-radius: 50%; color: #ffffff; background: rgba(3, 52, 73, .82); box-shadow: 0 11px 28px rgba(2, 42, 59, .25); cursor: pointer; transform: translateY(-50%); transition: background 180ms ease, transform 180ms ease; }
.web-carousel-arrow:hover { background: var(--brand-deep); transform: translateY(-50%) scale(1.06); }
.web-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.web-carousel-prev { left: 17px; }
.web-carousel-next { right: 17px; }
.web-carousel-footer { display: grid; justify-items: center; gap: 10px; padding: 17px 16px 19px; border-top: 1px solid var(--line); background: #ffffff; }
.web-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.web-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .24); }
.web-carousel-dots .carousel-dot.active { background: var(--brand); }
.web-carousel-footer small { color: #718695; font-size: .63rem; text-align: center; }
@keyframes web-carousel-in { from { opacity: .25; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.web-version-cta .member-cta-inner { min-height: 270px; }

@media (max-width: 980px) {
  .web-access-grid { grid-template-columns: 1fr; }
  .web-access-visual { max-width: 760px; }
  .web-register-card { grid-template-columns: 1fr; }
  .referrer-code-card { max-width: 480px; }
}

@media (max-width: 720px) {
  .web-version-hero .page-hero-inner { min-height: 440px; }
  .web-version-hero > img { object-position: 62% center; }
  .web-access-section { padding-block: 66px; }
  .web-access-grid { gap: 38px; }
  .web-access-copy h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .web-access-visual { border-radius: 18px; }
  .web-access-visual figcaption { font-size: .64rem; }
  .web-register-section { padding-block: 64px; }
  .web-register-card { gap: 34px; }
  .referrer-code-card { padding: 24px; }
  .web-tutorial-section { padding-block: 68px; }
  .web-guide-note { grid-template-columns: 1fr; gap: 8px; }
  .web-guide-note p { padding: 0; border: 0; }
  .web-guide-tabs { grid-template-columns: 1fr; }
  .web-guide-tab { min-height: 78px; }
  .web-guide-panel { padding: 18px; border-radius: 19px; }
  .web-guide-panel-head { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .web-carousel-arrow { width: 42px; height: 42px; }
  .web-carousel-prev { left: 9px; }
  .web-carousel-next { right: 9px; }
}

@media (max-width: 440px) {
  .web-version-hero .page-hero-inner { min-height: 410px; }
  .web-version-index .shell { gap: 14px; }
  .web-version-index span { display: none; }
  .web-access-grid { width: min(calc(100% - 28px), var(--shell)); }
  .web-access-visual img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .web-access-copy .button-row { align-items: flex-start; flex-direction: column; gap: 13px; }
  .web-benefit-list article { padding-inline: 12px; }
  .web-guide-tab { grid-template-columns: 46px minmax(0, 1fr); padding: 13px; }
  .web-guide-tab > span { width: 46px; height: 46px; border-radius: 13px; }
  .web-guide-tab > span img { width: 34px; height: 34px; }
  .web-guide-panel { padding: 12px; }
  .web-guide-panel-head { padding: 7px 4px 0; }
  .web-guide-panel-head .button { width: 100%; }
  .web-tutorial-carousel { border-radius: 15px; }
  .web-carousel-slide figcaption { min-height: 58px; padding: 10px 12px; }
  .web-carousel-slide figcaption span { width: 34px; height: 34px; flex-basis: 34px; border-radius: 10px; }
  .web-carousel-footer { padding: 13px 10px 15px; }
  .referrer-code-card strong { font-size: 2.35rem; }
}

.announcement-bar { overflow: hidden; border-bottom: 1px solid var(--line-strong); color: var(--ink); background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--brand-light)) top / 100% 3px no-repeat, #f4fbfd; box-shadow: inset 0 -1px rgba(8, 124, 166, .04); }
.announcement-inner { display: grid; min-height: 58px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding-top: 3px; }
.announcement-open-area { display: grid; min-width: 0; grid-template-columns: 30px minmax(0, 1fr); align-items: center; gap: 14px; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.announcement-icon { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(8, 124, 166, .28); border-radius: 50%; color: var(--brand-deep); background: rgba(24, 210, 255, .12); box-shadow: 0 0 22px rgba(24, 210, 255, .16); font-size: .7rem; font-weight: 950; }
.announcement-viewport { display: block; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.announcement-track { display: flex; width: max-content; will-change: transform; animation: announcement-scroll 36s linear infinite; }
.announcement-track > span { display: flex; flex: none; align-items: center; gap: 48px; padding-right: 48px; color: #486779; font-size: clamp(.68rem, 1vw, .78rem); font-weight: 650; white-space: nowrap; }
.announcement-track i { color: var(--brand-deep); font-size: .5rem; font-style: normal; }
.announcement-bar:hover .announcement-track, .announcement-bar:focus-within .announcement-track { animation-play-state: paused; }
.announcement-more { min-width: max-content; min-height: 34px; padding: 7px 15px; border: 1px solid var(--brand); border-radius: 999px; color: #03212c; background: linear-gradient(135deg, var(--brand-light), var(--brand)); box-shadow: 0 8px 20px rgba(24, 210, 255, .2); font-size: .72rem; font-weight: 950; cursor: pointer; transition: box-shadow 180ms ease, transform 180ms ease; }
.announcement-more:hover, .announcement-more:focus-visible { box-shadow: 0 11px 28px rgba(24, 210, 255, .34); transform: translateY(-1px); }
.announcement-dialog { position: fixed; inset: 0; width: min(calc(100% - 32px), 620px); max-height: min(86vh, 720px); overflow: visible; margin: auto; padding: 0; border: 1px solid rgba(24, 210, 255, .42); border-radius: 26px; color: var(--ink); background: radial-gradient(circle at 100% 0, rgba(121, 231, 255, .28), transparent 18rem), rgba(255, 255, 255, .99); box-shadow: 0 38px 120px rgba(2, 36, 52, .32), 0 0 70px rgba(24, 210, 255, .16); }
.announcement-dialog::backdrop { background: rgba(3, 25, 35, .68); backdrop-filter: blur(9px); }
.announcement-dialog[open] { animation: announcement-dialog-in 180ms ease-out both; }
.announcement-dialog-panel { position: relative; overflow-y: auto; max-height: min(86vh, 720px); padding: clamp(30px, 6vw, 54px); border-radius: inherit; }
.announcement-dialog-close { position: absolute; top: 16px; right: 16px; display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--muted); background: rgba(255, 255, 255, .75); font-size: 1.2rem; cursor: pointer; }
.announcement-dialog-close:hover, .announcement-dialog-close:focus-visible { border-color: var(--brand); color: var(--brand-deep); }
.announcement-dialog-icon { display: grid; width: 52px; height: 52px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(24, 210, 255, .35); border-radius: 16px; background: rgba(24, 210, 255, .1); box-shadow: 0 0 32px rgba(24, 210, 255, .16); }
.announcement-dialog-icon img { width: 34px; height: 34px; border-radius: 9px; object-fit: cover; }
.announcement-dialog h2 { max-width: 500px; margin: 10px 0 18px; font-size: clamp(1.65rem, 4vw, 2.5rem); }
.announcement-dialog #announcement-dialog-message { margin: 0; color: #294c60; font-size: clamp(.9rem, 2vw, 1.02rem); font-weight: 760; }
.announcement-dialog-note, .announcement-dialog-details { margin: 18px 0 28px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); background: rgba(24, 210, 255, .045); font-size: .82rem; line-height: 1.6; }
.announcement-dialog-dismiss { min-width: 132px; }
@keyframes announcement-dialog-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes announcement-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.home-intro { padding-top: 84px; background: radial-gradient(circle at 92% 10%, rgba(24, 210, 255, .13), transparent 25rem), linear-gradient(145deg, #ffffff, #f1f9fc); }
.intro-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: end; gap: 80px; }
.intro-layout h1 { max-width: 850px; font-size: clamp(2.7rem, 4.3vw, 4.7rem); }
.intro-copy { padding-bottom: 6px; }
.intro-copy p { margin-bottom: 25px; font-size: 1rem; }
.intro-copy .intro-kicker { margin-bottom: 14px; color: var(--brand-deep); font-size: .8rem; font-weight: 900; letter-spacing: .055em; line-height: 1.55; text-transform: uppercase; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 55px; }
.stat-grid article { display: flex; min-height: 110px; justify-content: center; gap: 5px; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, rgba(24, 210, 255, .065), transparent), var(--surface); }
.stat-grid strong { color: var(--brand-deep); font-size: 1.6rem; }
.stat-grid span { color: #6e8494; font-size: .72rem; }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; }
.category-grid a { display: grid; min-height: 158px; place-items: center; align-content: center; gap: 8px; padding: 20px 10px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(24, 210, 255, .04), transparent 62%), var(--surface); text-align: center; transition: border-color 180ms ease, transform 180ms ease, background 180ms ease; }
.category-grid a:hover { border-color: var(--brand); background: var(--surface-2); transform: translateY(-4px); }
.category-icon { display: grid; width: 66px; height: 66px; place-items: center; border: 1px solid var(--line); border-radius: 20px; background: #effafd; }
.category-icon img { width: 45px; height: 45px; object-fit: contain; }
.category-grid strong { font-size: .84rem; }
.category-grid small { color: #6f8798; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.game-browser { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 24px; background: rgba(255, 255, 255, .82); box-shadow: 0 22px 58px rgba(19, 76, 101, .09); }
body[data-page="home"] #games .game-tab-list { display: flex; overflow-x: auto; grid-template-columns: none; gap: 7px; padding: 9px; border-bottom: 1px solid var(--line); background: #ffffff; scrollbar-color: rgba(24, 210, 255, .48) transparent; scrollbar-width: thin; }
body[data-page="home"] #games .game-tab-list::-webkit-scrollbar { height: 5px; }
body[data-page="home"] #games .game-tab-list::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(24, 210, 255, .48); }
body[data-page="home"] #games .game-tab-list a { position: relative; display: flex; min-width: 108px; min-height: 94px; flex: 1 0 108px; align-items: center; justify-content: center; gap: 7px; flex-direction: column; padding: 12px 8px; border: 0; border-radius: 16px; color: #557183; background: transparent; box-shadow: none; text-align: center; transform: none; }
body[data-page="home"] #games .game-tab-list a::after { position: absolute; right: 18px; bottom: 5px; left: 18px; height: 3px; border-radius: 999px; background: transparent; content: ""; transition: background 180ms ease; }
body[data-page="home"] #games .game-tab-list a:hover { color: var(--brand-deep); background: var(--surface-2); transform: none; }
body[data-page="home"] #games .game-tab-list a.is-active { color: #032431; background: linear-gradient(145deg, rgba(24, 210, 255, .92), rgba(77, 202, 238, .72)); box-shadow: 0 10px 24px rgba(24, 210, 255, .2); }
body[data-page="home"] #games .game-tab-list a.is-active::after { background: #ffffff; }
body[data-page="home"] #games .game-tab-list .category-icon { width: 38px; height: 38px; border: 0; border-radius: 0; background: transparent; }
body[data-page="home"] #games .game-tab-list .category-icon img { width: 32px; height: 32px; }
body[data-page="home"] #games .game-tab-list > a > img { width: 32px; height: 32px; object-fit: contain; }
body[data-page="home"] #games .game-tab-list strong, body[data-page="home"] #games .game-tab-list span:last-child { font-size: .69rem; font-weight: 850; line-height: 1.25; }
body[data-page="home"] #games .game-tab-list small { display: none; }
.game-tab-panel { display: grid; min-height: 310px; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 34px; padding: clamp(24px, 4vw, 48px); background: radial-gradient(circle at 5% 10%, rgba(24, 210, 255, .12), transparent 21rem), linear-gradient(135deg, #f7fdff, #ffffff 54%, #eaf8fc); }
.game-tab-panel-summary { display: grid; align-items: start; gap: 20px; }
.game-tab-panel-icon { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(24, 210, 255, .3); border-radius: 22px; background: #ffffff; box-shadow: 0 15px 32px rgba(19, 76, 101, .12); }
.game-tab-panel-icon img { width: 46px; height: 46px; object-fit: contain; }
.game-tab-panel-summary h3 { margin-bottom: 10px; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.game-tab-panel-summary p:last-child { max-width: 450px; margin: 0; }
.game-placeholder-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.game-placeholder-card { min-width: 0; padding: 9px 9px 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 13px 30px rgba(19, 76, 101, .07); }
.game-placeholder-art { position: relative; display: block; overflow: hidden; height: 112px; margin-bottom: 12px; border-radius: 11px; background: linear-gradient(145deg, rgba(24, 210, 255, .18), rgba(8, 124, 166, .05)); }
.game-placeholder-art::before, .game-placeholder-art::after, .game-placeholder-art i { position: absolute; border-radius: 999px; content: ""; }
.game-placeholder-art::before { width: 46px; height: 46px; top: 22px; left: 50%; background: rgba(24, 210, 255, .2); transform: translateX(-50%); }
.game-placeholder-art::after { right: 18px; bottom: 18px; left: 18px; height: 8px; background: rgba(8, 124, 166, .13); }
.game-placeholder-art i { right: 28px; bottom: 34px; left: 28px; height: 7px; background: rgba(24, 210, 255, .12); }
.game-placeholder-card small { display: block; margin-bottom: 4px; color: var(--brand-deep); font-size: .55rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.game-placeholder-card strong { display: block; overflow: hidden; color: var(--ink); font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.game-placeholder-card b { display: inline-block; margin-top: 9px; padding: 4px 7px; border-radius: 999px; color: #607687; background: var(--surface-2); font-size: .5rem; letter-spacing: .06em; text-transform: uppercase; }
.game-tab-category-link { margin-top: 22px; }
.game-category-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 28px; }
.game-category-directory > a { display: grid; min-height: 98px; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(24, 210, 255, .045), transparent 60%), #ffffff; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.game-category-directory > a:hover, .game-category-directory > a.active { border-color: rgba(24, 210, 255, .55); background: #eefafd; box-shadow: 0 14px 30px rgba(19, 76, 101, .08); transform: translateY(-2px); }
.game-category-directory > a > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 15px; background: #f2fbfe; }
.game-category-directory img { width: 32px; height: 32px; object-fit: contain; }
.game-category-directory strong { display: block; font-size: .82rem; }
.game-category-directory small { display: block; margin-top: 3px; color: #708796; font-size: .59rem; }
.game-category-directory b { color: var(--brand-deep); font-size: .78rem; }

.game-category-hero > img { object-position: 58% center; }
.game-category-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .91) 35%, rgba(8, 124, 166, .65) 56%, rgba(24, 210, 255, .24) 78%, rgba(3, 45, 64, .08) 100%), linear-gradient(0deg, rgba(2, 30, 44, .42), transparent 62%); }
.game-category-hero .page-hero-inner { min-height: 530px; }
.game-category-hero .breadcrumbs { margin-bottom: 35px; }
.game-category-hero-icon { display: grid; width: 64px; height: 64px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(255, 255, 255, .42); border-radius: 20px; background: rgba(255, 255, 255, .9); box-shadow: 0 15px 35px rgba(0, 26, 38, .24); backdrop-filter: blur(13px); }
.game-category-hero-icon img { width: 42px; height: 42px; object-fit: contain; }
.game-category-hero h1 { font-size: clamp(3rem, 5.5vw, 5.4rem); }
.game-category-index { position: sticky; z-index: 75; top: 74px; }
.game-category-library { background: radial-gradient(circle at 90% 5%, rgba(24, 210, 255, .1), transparent 28rem), #ffffff; }
.game-category-placeholder-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.game-category-placeholder-grid .game-placeholder-card { padding: 12px 12px 17px; border-radius: 19px; }
.game-category-placeholder-grid .game-placeholder-art { height: 190px; border-radius: 14px; }
.game-category-placeholder-grid .game-placeholder-art::before { top: 48px; width: 72px; height: 72px; }
.game-category-placeholder-grid .game-placeholder-card strong { font-size: .82rem; }
.game-category-notice { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 13px; margin-top: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-2); }
.game-category-notice span { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 11px; color: #032431; background: var(--brand); font-size: .73rem; font-weight: 950; }
.game-category-notice p { margin: 0; font-size: .73rem; }
.game-category-info { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: 80px; }
.game-category-info > div:first-child > p:not(.eyebrow) { max-width: 560px; }
.game-category-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.game-category-info-grid article { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #ffffff; }
.game-category-info-grid article > span { display: block; margin-bottom: 42px; color: var(--brand-deep); font-size: .61rem; font-weight: 950; letter-spacing: .12em; }
.game-category-info-grid h3 { font-size: .94rem; }
.game-category-info-grid p { margin-bottom: 0; font-size: .72rem; line-height: 1.62; }
.game-category-other { background: #ffffff; }
.platform-section { overflow: hidden; border-block: 1px solid var(--line); background: radial-gradient(circle at 78% 48%, rgba(24, 210, 255, .29), transparent 24rem), radial-gradient(circle at 4% 90%, rgba(8, 124, 166, .11), transparent 25rem), linear-gradient(135deg, #e0f1f7, #f2fafc 58%, #d8edf5); }
.platform-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); align-items: center; gap: 70px; min-height: 650px; }
.platform-copy { padding-block: 80px; }
.platform-copy h2 { max-width: 650px; }
.platform-copy > p:not(.eyebrow) { max-width: 590px; }
.check-list { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; color: #385466; font-size: .86rem; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #021219; background: var(--brand); font-weight: 900; }
.phone-stage { position: relative; display: grid; min-height: 650px; place-items: end center; }
.phone-stage::before { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(121, 231, 255, .16); border-radius: 50%; box-shadow: 0 0 90px rgba(24, 210, 255, .13); content: ""; }
.phone-stage img { position: relative; z-index: 2; max-height: 600px; object-fit: contain; filter: drop-shadow(0 30px 38px rgba(17, 77, 102, .25)); }
.phone-orbit { position: absolute; width: 330px; height: 330px; border: 1px dashed rgba(121, 231, 255, .25); border-radius: 50%; animation: orbit-spin 30s linear infinite; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.feature-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.feature-grid article { position: relative; min-height: 190px; overflow: hidden; padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(24, 210, 255, .045), transparent 58%), var(--surface); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.feature-grid article:hover { border-color: rgba(24, 210, 255, .48); box-shadow: 0 15px 34px rgba(19, 76, 101, .09); transform: translateY(-3px); }
.feature-grid article:first-child { border-color: rgba(24, 210, 255, .32); background: radial-gradient(circle at 94% 10%, rgba(24, 210, 255, .2), transparent 10rem), linear-gradient(135deg, #f7fdff, #e8f8fd); }
.feature-grid article > span { display: inline-flex; margin-bottom: 28px; color: var(--brand-deep); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.feature-grid h3 { font-size: 1.12rem; }
.feature-grid p { margin-bottom: 0; font-size: .74rem; line-height: 1.62; }
.why-section { background: radial-gradient(circle at 90% 8%, rgba(24, 210, 255, .22), transparent 25rem), linear-gradient(135deg, #edf8fb, #dceff7); }
.anniversary-section { overflow: hidden; border-block: 1px solid rgba(121, 231, 255, .18); background: radial-gradient(circle at 88% 8%, rgba(24, 210, 255, .42), transparent 28rem), radial-gradient(circle at 8% 100%, rgba(121, 231, 255, .14), transparent 25rem), linear-gradient(125deg, #052f47, #075f84 55%, #087ca6); }
.anniversary-section h2, .anniversary-section h3 { color: #ffffff; }
.anniversary-section .eyebrow, .anniversary-video-meta span { color: var(--brand-light); }
.anniversary-section p { color: rgba(231, 248, 253, .78); }
.anniversary-heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr); align-items: end; gap: 70px; margin-bottom: 38px; }
.anniversary-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 4.3rem); }
.anniversary-heading > p { max-width: 520px; margin: 0 0 7px; }
.anniversary-video-grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.anniversary-video-card { min-width: 0; }
.anniversary-video-card-featured { width: min(100%, 1180px); margin-inline: auto; }
.anniversary-video-frame { position: relative; padding: 10px; border: 1px solid rgba(121, 231, 255, .34); border-radius: 26px; background: rgba(255, 255, 255, .12); box-shadow: 0 30px 70px rgba(0, 19, 29, .28); }
.anniversary-video-frame::before { position: absolute; top: -1px; left: 8%; width: 32%; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, var(--brand), transparent); content: ""; }
.anniversary-video-frame video { display: block; width: 100%; height: auto; aspect-ratio: auto; border-radius: 18px; background: transparent; object-fit: contain; }
.anniversary-video-frame video[data-click-toggle], .faq-feature-video video[data-click-toggle] { cursor: pointer; touch-action: manipulation; user-select: none; }
.anniversary-video-frame video[data-click-toggle]:focus-visible, .faq-feature-video video[data-click-toggle]:focus-visible { outline: 3px solid var(--brand-light); outline-offset: -5px; }
.anniversary-video-frame video[data-autoplay-loop]::-webkit-media-controls, .faq-feature-video video[data-autoplay-loop]::-webkit-media-controls { display: none !important; }
.anniversary-video-frame.is-paused::after, .faq-feature-video.is-paused::after { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(255, 255, 255, .72); border-radius: 50%; color: #ffffff; background: rgba(3, 44, 61, .76); box-shadow: 0 16px 38px rgba(0, 20, 30, .28); content: "▶"; font-size: 1.45rem; pointer-events: none; transform: translate(-50%, -50%); backdrop-filter: blur(8px); }
.anniversary-video-meta { display: flex; align-items: center; gap: 13px; padding: 18px 10px 0; }
.anniversary-video-meta span { color: var(--brand-deep); font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.anniversary-video-meta h3 { margin: 0; font-size: 1rem; }
.daily-angpau-section { background: radial-gradient(circle at 6% 15%, rgba(24, 210, 255, .14), transparent 24rem), linear-gradient(135deg, #ffffff 0%, #edf8fb 62%, #dfeff6 100%); }
.daily-angpau-layout { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.daily-angpau-art { display: block; width: 100%; max-width: 540px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--surface-2); box-shadow: 0 28px 65px rgba(17, 77, 102, .17); }
.daily-angpau-art img { display: block; width: 100%; height: auto; transition: transform 300ms ease; }
.daily-angpau-art:hover img { transform: scale(1.018); }
.daily-angpau-copy { max-width: 650px; }
.daily-angpau-copy h2 { max-width: 620px; font-size: clamp(2.35rem, 4.2vw, 4.6rem); }
.daily-angpau-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 30px; font-size: 1rem; }
.promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.promo-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color 180ms ease, transform 180ms ease; }
.promo-card:hover { border-color: var(--brand); transform: translateY(-4px); }
.promo-card a { display: flex; height: 100%; flex-direction: column; }
.promo-card img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: #075f84; }
.promo-card > a > span { display: flex; min-height: 225px; gap: 8px; flex-direction: column; padding: 20px; }
.promo-card small { color: var(--brand); font-size: .59rem; font-weight: 900; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.promo-card strong { font-size: .94rem; }
.promo-card p { margin: 0; color: #5f7887; font-size: .68rem; line-height: 1.58; }
.promo-card b { margin-top: auto; color: #637d8f; font-size: .68rem; }
.help-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.help-card-grid a, .related-grid a { display: grid; min-height: 78px; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); transition: border-color 180ms ease, transform 180ms ease; }
.help-card-grid a:hover, .related-grid a:hover { border-color: var(--brand); transform: translateY(-2px); }
.help-card-grid span, .related-grid span { color: var(--brand); font-size: .61rem; font-weight: 900; }
.help-card-grid strong, .related-grid strong { font-size: .8rem; }
.help-card-grid b, .related-grid b { color: var(--brand-deep); }
.home-help-section { background: radial-gradient(circle at 94% 3%, rgba(24, 210, 255, .2), transparent 27rem), linear-gradient(145deg, #f7fcfe, #e6f4f9); }
.help-centre-heading { display: flex; min-height: 170px; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 18px; padding: clamp(26px, 4vw, 46px); overflow: hidden; border: 1px solid rgba(121, 231, 255, .42); border-radius: 28px; color: #ffffff; background: radial-gradient(circle at 90% 15%, rgba(121, 231, 255, .5), transparent 21rem), linear-gradient(120deg, #087ca6, #18D2FF); box-shadow: 0 24px 58px rgba(8, 124, 166, .22); }
.help-centre-heading .eyebrow { margin-bottom: 7px; color: #e3faff; }
.help-centre-heading h2 { margin: 0; color: #ffffff; font-size: clamp(2.1rem, 4.2vw, 4.25rem); line-height: 1; }
.help-centre-count { display: grid; min-width: 104px; min-height: 104px; flex: 0 0 104px; place-content: center; border: 1px solid rgba(255, 255, 255, .43); border-radius: 50%; background: rgba(255, 255, 255, .14); text-align: center; box-shadow: inset 0 1px rgba(255, 255, 255, .24); backdrop-filter: blur(10px); }
.help-centre-count strong, .help-centre-count small { display: block; color: #ffffff; }
.help-centre-count strong { font-size: 2rem; line-height: 1; }
.help-centre-count small { margin-top: 6px; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-help-section .help-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.home-help-section .help-card-grid a { min-height: 124px; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto 1fr; align-items: start; gap: 13px; padding: 19px 20px; border-color: rgba(8, 124, 166, .14); border-radius: 18px; background: rgba(255, 255, 255, .9); box-shadow: 0 13px 32px rgba(4, 69, 96, .07); }
.home-help-section .help-card-grid a:hover { border-color: rgba(24, 210, 255, .72); box-shadow: 0 19px 42px rgba(4, 69, 96, .13); transform: translateY(-3px); }
.home-help-section .help-card-grid span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: #075979; background: rgba(24, 210, 255, .13); }
.home-help-section .help-card-grid strong { align-self: end; font-size: .8rem; line-height: 1.35; }
.home-help-section .help-card-grid b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: .95rem; transition: transform 180ms ease; }
.home-help-section .help-card-grid a:hover b { transform: translateX(3px); }
@media (max-width: 900px) {
  .home-help-section .help-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .help-centre-heading { min-height: 0; gap: 18px; padding: 24px 21px; border-radius: 22px; }
  .help-centre-heading h2 { font-size: clamp(1.85rem, 10vw, 2.55rem); }
  .help-centre-count { min-width: 76px; min-height: 76px; flex-basis: 76px; }
  .help-centre-count strong { font-size: 1.45rem; }
  .help-centre-count small { margin-top: 4px; font-size: .48rem; }
  .home-help-section .help-card-grid { grid-template-columns: 1fr; }
  .home-help-section .help-card-grid a { min-height: 96px; }
}
.faq-section { background: radial-gradient(circle at 10% 22%, rgba(24, 210, 255, .23), transparent 25rem), radial-gradient(circle at 94% 88%, rgba(8, 124, 166, .1), transparent 24rem), linear-gradient(135deg, #dceff7, #eef8fb 58%, #d6ebf4); }
.faq-feature-video { position: relative; width: min(100%, 1080px); margin: 0 auto clamp(52px, 7vw, 88px); padding: 10px; border: 1px solid rgba(8, 124, 166, .24); border-radius: 26px; background: rgba(255, 255, 255, .58); box-shadow: 0 28px 68px rgba(4, 69, 96, .16); }
.faq-feature-video video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; background: #071b25; object-fit: contain; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); align-items: start; gap: 80px; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { max-width: 460px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; font-size: .94rem; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--brand); transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 50px 22px 4px; }
.faq-list details p { margin-bottom: 10px; font-size: .84rem; }
.faq-list details a { color: var(--brand-deep); font-size: .74rem; font-weight: 800; }
.home-word-section { background: radial-gradient(circle at 12% 15%, rgba(24, 210, 255, .15), transparent 23rem), linear-gradient(145deg, #ffffff, #f0f9fc); }
.home-word-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(50px, 8vw, 110px); }
.home-word-intro { position: sticky; top: 110px; }
.home-word-intro h2 { max-width: 520px; font-size: clamp(2rem, 3.5vw, 3.45rem); }
.home-word-intro > p:not(.eyebrow) { max-width: 470px; }
.home-word-prose { border-top: 1px solid var(--line); }
.home-word-prose article { padding: 28px 0; border-bottom: 1px solid var(--line); }
.home-word-prose h3 { margin-bottom: 13px; color: #294c60; font-size: 1.08rem; }
.home-word-prose p { margin: 0 0 14px; color: #526b7d; font-size: .9rem; line-height: 1.88; }
.home-word-prose p:last-child { margin-bottom: 0; }
.home-word-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 18px 0; padding: 0; list-style: none; }
.home-word-list li { position: relative; padding: 11px 12px 11px 34px; border: 1px solid var(--line); border-radius: 11px; color: #385466; background: var(--surface-2); font-size: .76rem; font-weight: 750; }
.home-word-list li::before { position: absolute; top: 50%; left: 13px; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); content: ""; transform: translateY(-50%); }
.editorial-section { background: radial-gradient(circle at 90% 12%, rgba(24, 210, 255, .2), transparent 25rem), linear-gradient(135deg, #dfeff6, #edf8fb); }
.editorial-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 70px; }
.editorial-layout > article p { font-size: .92rem; }
.editorial-cards { display: grid; gap: 10px; }
.editorial-cards article { padding: 24px; border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 0 14px 14px 0; background: var(--surface); box-shadow: 0 14px 34px rgba(16, 78, 105, .08); }
.editorial-cards h3 { font-size: 1rem; }
.editorial-cards p { margin-bottom: 0; font-size: .78rem; }
.member-cta { border-bottom: 1px solid rgba(121, 231, 255, .2); background: radial-gradient(circle at 86% 10%, rgba(121, 231, 255, .3), transparent 24rem), linear-gradient(115deg, #043e59, #087ca6 56%, #18D2FF); }
.member-cta-inner { display: flex; min-height: 290px; align-items: center; justify-content: space-between; gap: 50px; }
.member-cta h2 { margin-bottom: 10px; color: #ffffff; font-size: clamp(2rem, 3.5vw, 3.6rem); }
.member-cta .eyebrow { color: var(--brand-light); }
.member-cta p { color: rgba(239, 251, 255, .8); }
.member-cta .button { border-color: var(--brand-light); background: var(--brand-light); box-shadow: 0 16px 34px rgba(1, 43, 61, .22); }
.member-cta .button-secondary { border-color: rgba(255, 255, 255, .52); color: #ffffff; background: rgba(255, 255, 255, .1); }
.member-cta .button-secondary:hover { color: #032431; background: #ffffff; }
.member-cta p:not(.eyebrow) { margin-bottom: 0; }

.site-footer { border-top: 2px solid var(--brand); background: radial-gradient(circle at 16% 8%, rgba(24, 210, 255, .12), transparent 25rem), #f6fbfd; }
.footer-grid { display: grid; grid-template-columns: minmax(230px, 1.05fr) minmax(145px, .64fr) minmax(255px, 1.16fr) minmax(215px, .88fr); align-items: start; gap: 44px; padding-block: 72px 48px; }
.footer-brand img { display: block; width: 96px; height: 96px; margin-bottom: 24px; padding: 0; border: 1px solid rgba(24, 210, 255, .22); border-radius: 25px; background: transparent; box-shadow: 0 16px 34px rgba(8, 124, 166, .16); object-fit: contain; }
.footer-brand p { max-width: 350px; font-size: .8rem; line-height: 1.72; }
.footer-column { display: flex; min-width: 0; align-items: flex-start; flex-direction: column; }
.footer-grid h2 { width: 100%; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid var(--brand); color: var(--ink); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-information > a { padding: 6px 0; color: #607687; font-size: .75rem; font-weight: 680; transition: color 180ms ease, transform 180ms ease; }
.footer-information > a:hover { color: var(--brand-deep); transform: translateX(3px); }
.payment-logo-grid { display: grid; grid-template-columns: repeat(4, 52px); gap: 8px; }
.payment-logo-grid a { display: block; width: 52px; height: 52px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 7px 18px rgba(19, 76, 101, .11); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.payment-logo-grid a:hover { border-color: var(--brand); box-shadow: 0 10px 23px rgba(19, 76, 101, .16), 0 0 18px rgba(24, 210, 255, .15); transform: translateY(-3px); }
.payment-logo-grid img { width: 100%; height: 100%; object-fit: cover; }
.footer-payments > p, .footer-support > p { margin: 14px 0 0; font-size: .68rem; line-height: 1.62; }
.footer-social-grid { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.footer-social-link { display: flex; min-width: 0; align-items: center; gap: 6px; flex-direction: column; padding: 0; color: #607687; transition: color 180ms ease, transform 180ms ease; }
.footer-social-link:hover { color: var(--ink); transform: translateY(-3px); }
.footer-social-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(121, 231, 255, .22); border-radius: 50%; color: white; background: #123044; box-shadow: 0 9px 20px rgba(19, 76, 101, .16); font-size: .9rem; font-weight: 900; }
.footer-social-facebook .footer-social-icon { background: #1877f2; }
.footer-social-whatsapp .footer-social-icon { background: #1ead5a; font-size: .6rem; }
.footer-social-email .footer-social-icon { background: var(--brand-deep); }
.footer-social-telegram .footer-social-icon { background: #229ed9; }
.footer-social-link small { overflow: hidden; width: 100%; font-size: .52rem; font-weight: 750; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.footer-actions { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 17px; }
.footer-actions .button { min-height: 40px; padding-inline: 10px; }
.footer-bottom-band { background: var(--brand); }
.footer-bottom { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.footer-bottom p { margin: 0; color: #031018; font-size: .64rem; font-weight: 850; }

.page-hero { position: relative; min-height: 470px; overflow: hidden; border-bottom: 1px solid rgba(121, 231, 255, .18); background: #043e59; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; filter: saturate(1.15) contrast(1.08) brightness(.96); object-fit: cover; object-position: center; opacity: 1; }
.page-hero-shade, .page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .91) 34%, rgba(8, 124, 166, .62) 56%, rgba(24, 210, 255, .22) 78%, rgba(3, 45, 64, .07) 100%), linear-gradient(0deg, rgba(2, 30, 44, .42), transparent 62%); }
.page-hero-inner, .page-hero-copy { position: relative; z-index: 2; display: flex; min-height: 470px; justify-content: center; flex-direction: column; padding-block: 70px; }
.page-hero-inner h1, .page-hero-copy h1 { max-width: 760px; color: #ffffff; font-size: clamp(2.7rem, 5vw, 5rem); text-shadow: 0 4px 24px rgba(0, 22, 33, .38); }
.page-hero-inner > p:not(.eyebrow), .page-hero-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 25px; color: rgba(230, 247, 253, .84); }
.page-hero .button-secondary { border-color: rgba(255, 255, 255, .48); color: #ffffff; background: rgba(255, 255, 255, .1); }
.page-hero .button-secondary:hover { color: #032431; background: #ffffff; }
.page-hero .eyebrow { color: var(--brand-light); }
.page-hero .breadcrumbs { color: rgba(218, 242, 250, .72); }
.page-hero .breadcrumbs a:hover { color: #ffffff; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 52px; color: #c2e2eb; font-size: .68rem; }
.breadcrumbs a:hover { color: var(--brand-light); }
.page-index { border-bottom: 1px solid var(--line); background: var(--surface); }
.page-index > div { display: flex; min-height: 54px; align-items: center; gap: 24px; }
.page-index span { color: var(--brand); font-size: .63rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.page-index a { color: #607687; font-size: .72rem; font-weight: 730; }
.page-index a:hover { color: var(--ink); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
.main-content { min-width: 0; }
.content-heading { margin-bottom: 28px; padding: 34px 38px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: radial-gradient(circle at 94% 8%, rgba(24, 210, 255, .18), transparent 17rem), linear-gradient(145deg, #ffffff, #edf8fb); box-shadow: 0 18px 45px rgba(16, 78, 105, .09); }
.content-heading h2 { font-size: clamp(2rem, 3.1vw, 3.2rem); }
.content-heading > p:last-child { max-width: 720px; margin-bottom: 0; }
.rich-copy { padding: clamp(28px, 4vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 20px 55px rgba(16, 78, 105, .08); }
.rich-copy h2 { margin: 45px 0 15px; padding-top: 35px; border-top: 1px solid var(--line); font-size: clamp(1.45rem, 2.5vw, 2.45rem); }
.rich-copy h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.rich-copy h3 { margin: 30px 0 12px; color: var(--brand-deep); font-size: 1.05rem; }
.rich-copy p { max-width: 830px; margin-bottom: 15px; font-size: .9rem; line-height: 1.78; }
.rich-copy .source-action { margin-block: 28px; }
.numbered-line { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 12px; }
.numbered-line span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #031018; background: var(--brand); font-size: .7rem; font-weight: 900; }
.page-feature-media { position: relative; display: grid; min-height: 480px; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; overflow: hidden; margin: 0 0 28px; padding: 45px 45px 0; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 72% 48%, rgba(24, 210, 255, .17), transparent 20rem), var(--surface); }
.page-feature-media > div span { display: block; color: var(--brand); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.page-feature-media > div strong { display: block; max-width: 340px; margin-top: 8px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.04; }
.page-feature-media img { align-self: end; max-height: 440px; margin-inline: auto; object-fit: contain; }
.main-content > .category-grid { margin-bottom: 28px; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.story-card img { width: 100%; aspect-ratio: 3.225 / 1; object-fit: cover; }
.story-card > div { padding: 22px; }
.story-card small { color: var(--brand); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.story-card h2 { margin: 9px 0 11px; font-size: 1.15rem; }
.story-card p { font-size: .76rem; }
.story-card a { color: var(--brand-deep); font-size: .72rem; font-weight: 850; }
.step-ribbon { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.step-ribbon h2 { margin-bottom: 0; font-size: 1.35rem; }
.step-ribbon > div:last-child { display: flex; gap: 8px; }
.step-ribbon img { width: 48px; height: 48px; object-fit: contain; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 28px; }
.contact-grid a { display: grid; min-height: 160px; align-content: center; gap: 6px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.contact-grid a:hover { border-color: var(--brand); }
.contact-grid span { display: grid; width: 42px; height: 42px; margin-bottom: 8px; place-items: center; border-radius: 13px; color: #031018; background: var(--brand); font-weight: 900; }
.contact-grid small { color: #607687; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.related-grid a { min-height: 100px; }
.lottery-embed-shell { overflow: hidden; margin-bottom: 28px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #ffffff; box-shadow: var(--shadow); }
.lottery-embed-bar { display: flex; min-height: 60px; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f7fdff, #eaf8fc); }
.lottery-embed-icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; padding: 5px; place-items: center; border: 1px solid var(--line-strong); border-radius: 11px; background: #ffffff; }
.lottery-embed-icon img { width: 100%; height: 100%; object-fit: contain; }
.lottery-live-dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #24ba69; box-shadow: 0 0 0 5px rgba(36, 186, 105, .13); }
.lottery-embed-bar strong { font-size: .85rem; letter-spacing: .03em; }
.lottery-embed-bar a { margin-left: auto; color: var(--brand-deep); font-size: .74rem; font-weight: 850; }
.lottery-embed-bar a:hover { color: var(--brand); }
.lottery-embed-shell iframe { display: block; width: 100%; height: 720px; border: 0; background: #ffffff; }
.lottery-source-note { display: flex; max-width: 820px; align-items: flex-start; justify-content: center; gap: 10px; margin: -8px auto 28px; color: var(--muted); font-size: .76rem; line-height: 1.65; text-align: center; }
.lottery-source-note > span { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--brand-deep); font-family: Georgia, serif; font-weight: 800; }

/* Ekor lottery tutorial */
.ekor-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(121, 231, 255, .18); background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .92) 39%, rgba(8, 124, 166, .64) 67%, rgba(24, 210, 255, .18)), url("/assets/images/heroes/ekor-lottery-tutorial.png") center right / cover no-repeat; }
.ekor-hero::before { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(121, 231, 255, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(121, 231, 255, .1) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(90deg, black, transparent 80%); }
.ekor-hero-layout { position: relative; z-index: 1; display: grid; min-height: 660px; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: 80px; padding-block: 72px; }
.ekor-hero .breadcrumbs { margin-bottom: 54px; color: rgba(218, 242, 250, .72); }
.ekor-hero .breadcrumbs a:hover { color: #ffffff; }
.ekor-hero-copy h1 { margin-bottom: 22px; color: #ffffff; font-size: clamp(3.5rem, 6.3vw, 6.7rem); text-shadow: 0 4px 24px rgba(0, 22, 33, .38); }
.ekor-hero-copy h1 span { color: var(--brand-light); }
.ekor-hero-copy > p:not(.eyebrow) { max-width: 670px; margin-bottom: 24px; color: rgba(230, 247, 253, .84); font-size: 1rem; }
.ekor-hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ekor-hero-pills span { padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px; color: #ffffff; background: rgba(255, 255, 255, .1); font-size: .67rem; font-weight: 850; }
.ekor-hero-art { position: relative; display: grid; min-height: 530px; place-items: center; }
.ekor-hero-art::before { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: linear-gradient(145deg, var(--brand), var(--brand-deep)); box-shadow: 0 35px 80px rgba(8, 124, 166, .25); content: ""; }
.ekor-hero-card { position: relative; z-index: 2; width: min(340px, 82%); padding: 15px 15px 0; border: 1px solid rgba(255, 255, 255, .85); border-radius: 28px; background: rgba(255, 255, 255, .92); box-shadow: 0 28px 70px rgba(9, 76, 105, .25); transform: rotate(2deg); }
.ekor-hero-card > span { display: block; padding: 3px 4px 9px; color: var(--brand-deep); font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.ekor-hero-card img { width: 100%; max-height: 455px; border-radius: 17px 17px 0 0; object-fit: contain; object-position: center top; }
.ekor-orbit { position: absolute; z-index: 3; display: grid; place-items: center; border: 6px solid rgba(255, 255, 255, .88); border-radius: 50%; color: white; background: linear-gradient(145deg, #6fdff7, #087ca6); box-shadow: 0 12px 30px rgba(8, 124, 166, .28); font-size: 1rem; font-weight: 900; }
.ekor-orbit-one { top: 72px; right: 8px; width: 78px; height: 78px; }
.ekor-orbit-two { bottom: 88px; left: 3px; width: 56px; height: 56px; background: linear-gradient(145deg, #7d7cff, #3843a8); }
body[data-page="ekor"] .page-index { position: sticky; z-index: 80; top: 74px; box-shadow: 0 12px 26px rgba(16, 78, 105, .07); }
body[data-page="ekor"] .content-layout { display: block; }
body[data-page="ekor"] .main-content { width: 100%; }
.ekor-section-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); align-items: end; gap: 70px; margin-bottom: 36px; }
.ekor-section-heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.45rem); }
.ekor-section-heading > p { margin-bottom: 3px; }
.ekor-overview { padding-bottom: 94px; border-bottom: 1px solid var(--line); }
.ekor-overview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ekor-overview-grid a { display: grid; min-height: 185px; grid-template-columns: 54px 1fr 24px; align-items: start; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24, 210, 255, .08), transparent 50%), #ffffff; box-shadow: 0 15px 40px rgba(16, 78, 105, .08); transition: border-color 180ms ease, transform 180ms ease; }
.ekor-overview-grid a:hover { border-color: var(--brand); transform: translateY(-3px); }
.ekor-overview-grid a > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: #032431; background: var(--brand); font-size: .75rem; font-weight: 900; }
.ekor-overview-grid small { display: block; margin-bottom: 4px; color: var(--brand-deep); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ekor-overview-grid strong { display: block; margin-bottom: 9px; font-size: 1.05rem; }
.ekor-overview-grid p { margin-bottom: 0; font-size: .78rem; }
.ekor-overview-grid b { color: var(--brand-deep); font-size: 1.15rem; }
.ekor-tutorial-block { padding: 94px 0; border-bottom: 1px solid var(--line); }
.ekor-bet-one-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr); align-items: stretch; gap: 18px; }
.ekor-visual-card { display: flex; overflow: hidden; margin: 0; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #ffffff; box-shadow: 0 18px 52px rgba(16, 78, 105, .1); }
.ekor-card-label { display: flex; align-items: center; gap: 11px; padding: 1px 1px 16px; }
.ekor-card-label span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #032431; background: var(--brand); font-size: .64rem; font-weight: 900; }
.ekor-card-label strong { font-size: .82rem; }
.ekor-visual-card img { width: 100%; height: 600px; border-radius: 16px; background: #ffffff; object-fit: contain; }
.ekor-prize-card img { object-position: center; }
.ekor-visual-card figcaption { margin-top: auto; padding: 16px 4px 2px; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.ekor-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface-2); }
.ekor-flow article { display: grid; min-height: 115px; align-content: center; padding: 15px; }
.ekor-flow article > span { display: grid; width: 27px; height: 27px; margin-bottom: 9px; place-items: center; border-radius: 50%; color: white; background: var(--brand-deep); font-size: .64rem; font-weight: 900; }
.ekor-flow strong { font-size: .86rem; }
.ekor-flow p { margin: 5px 0 0; font-size: .69rem; line-height: 1.5; }
.ekor-flow > i { color: var(--brand); font-size: 1.25rem; font-style: normal; }
.ekor-bet-two { padding-bottom: 84px; }
.ekor-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ekor-step-card { display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: #ffffff; box-shadow: 0 18px 52px rgba(16, 78, 105, .09); }
.ekor-step-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.ekor-step-top span { color: var(--brand-deep); font-size: .6rem; font-weight: 900; letter-spacing: .11em; }
.ekor-step-top strong { font-size: .79rem; }
.ekor-step-card img { width: 100%; height: 500px; padding: 12px; object-fit: contain; }
.ekor-step-card > p { margin: auto 0 0; padding: 18px 20px 22px; border-top: 1px solid var(--line); font-size: .73rem; line-height: 1.62; }
.ekor-check-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); align-items: center; gap: 70px; margin-top: 84px; padding: clamp(32px, 5vw, 64px); border: 1px solid rgba(24, 210, 255, .34); border-radius: 28px; background: linear-gradient(125deg, #e7f9fd, #f9feff); box-shadow: 0 18px 55px rgba(16, 78, 105, .09); }
.ekor-check-panel h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.ekor-check-panel > div > p:last-child { margin-bottom: 0; }
.ekor-check-panel ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.ekor-check-panel li { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; color: #385466; background: rgba(255, 255, 255, .74); font-size: .78rem; font-weight: 700; }
.ekor-check-panel li span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; color: #032431; background: var(--brand); font-weight: 900; }

/* Horse racing tutorial */
.horse-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(121, 231, 255, .18); background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .92) 39%, rgba(8, 124, 166, .62) 68%, rgba(24, 210, 255, .17)), url("/assets/images/heroes/horse-racing-tutorial.png") center right / cover no-repeat; }
.horse-hero::before { position: absolute; inset: 0; opacity: .58; background: repeating-linear-gradient(118deg, transparent 0 54px, rgba(121, 231, 255, .08) 55px 57px); content: ""; }
.horse-hero-layout { position: relative; z-index: 1; display: grid; min-height: 660px; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); align-items: center; gap: 76px; padding-block: 72px; }
.horse-hero .breadcrumbs { margin-bottom: 54px; color: rgba(218, 242, 250, .72); }
.horse-hero .breadcrumbs a:hover { color: #ffffff; }
.horse-hero-copy h1 { margin-bottom: 22px; color: #ffffff; font-size: clamp(3.45rem, 5.7vw, 6rem); text-shadow: 0 4px 24px rgba(0, 22, 33, .38); }
.horse-hero-copy h1 span { color: var(--brand-light); }
.horse-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 24px; color: rgba(230, 247, 253, .84); font-size: 1rem; }
.horse-hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.horse-hero-meta span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px; color: #ffffff; background: rgba(255, 255, 255, .1); font-size: .65rem; font-weight: 800; }
.horse-hero-meta b { color: var(--brand-light); font-size: .58rem; }
.horse-hero-art { position: relative; min-height: 470px; }
.horse-preview { position: absolute; z-index: 3; top: 50%; right: 0; width: min(590px, 100%); overflow: hidden; padding: 12px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 27px; background: rgba(255, 255, 255, .94); box-shadow: 0 30px 80px rgba(10, 78, 106, .23); transform: translateY(-50%) rotate(-1deg); transition: transform 200ms ease, box-shadow 200ms ease; }
.horse-preview:hover { box-shadow: 0 38px 90px rgba(10, 78, 106, .28); transform: translateY(-52%) rotate(0deg); }
.horse-preview-label { display: block; padding: 3px 6px 10px; color: var(--brand-deep); font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.horse-preview img { width: 100%; aspect-ratio: 16 / 9; border-radius: 17px; object-fit: cover; }
.horse-play { position: absolute; top: 52%; left: 50%; display: grid; width: 76px; height: 76px; place-items: center; padding-left: 5px; border: 6px solid rgba(255, 255, 255, .82); border-radius: 50%; color: white; background: var(--brand-deep); box-shadow: 0 12px 30px rgba(8, 124, 166, .32); font-size: 1.2rem; transform: translate(-50%, -50%); }
.horse-track-line { position: absolute; border: 1px solid rgba(8, 124, 166, .2); border-radius: 50%; transform: rotate(-18deg); }
.horse-track-line-one { inset: 15px -125px 10px 55px; }
.horse-track-line-two { inset: 60px -70px 55px 10px; border-style: dashed; }
body[data-page="horse"] .page-index { position: sticky; z-index: 80; top: 74px; box-shadow: 0 12px 26px rgba(16, 78, 105, .07); }
body[data-page="horse"] .content-layout { display: block; }
body[data-page="horse"] .main-content { width: 100%; }
.horse-section-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); align-items: end; gap: 70px; margin-bottom: 36px; }
.horse-section-heading h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.45rem); }
.horse-section-heading > p { margin-bottom: 3px; }
.horse-video-section { padding-bottom: 94px; border-bottom: 1px solid var(--line); }
.horse-video-shell { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 25px; background: #061d29; box-shadow: 0 25px 70px rgba(10, 67, 91, .2); }
.horse-video-bar { display: flex; min-height: 58px; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: white; background: linear-gradient(90deg, #075f82, #0b90ba); }
.horse-video-bar strong { font-size: .81rem; }
.horse-video-bar > span:last-child { margin-left: auto; color: #bceefa; font-size: .59rem; font-weight: 900; letter-spacing: .13em; }
.horse-live-dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #73f2a7; box-shadow: 0 0 0 5px rgba(115, 242, 167, .13); }
.horse-video-shell video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #061d29; }
.horse-watch-tips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.horse-watch-tips article { display: grid; min-height: 126px; grid-template-columns: 39px 1fr; align-items: start; gap: 13px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-2); }
.horse-watch-tips article > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: #032431; background: var(--brand); font-size: .63rem; font-weight: 900; }
.horse-watch-tips strong { font-size: .82rem; }
.horse-watch-tips p { margin: 5px 0 0; font-size: .7rem; line-height: 1.55; }
.horse-guide-section { padding: 94px 0; border-bottom: 1px solid var(--line); }
.horse-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.horse-guide-grid article { position: relative; min-height: 245px; overflow: hidden; padding: 27px 24px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, rgba(24, 210, 255, .07), transparent 58%), #ffffff; box-shadow: 0 16px 45px rgba(16, 78, 105, .08); }
.horse-guide-grid article > span { position: absolute; top: 19px; right: 19px; color: rgba(8, 124, 166, .17); font-size: 2.1rem; font-weight: 900; letter-spacing: -.06em; }
.horse-guide-grid small { display: block; margin-bottom: 54px; color: var(--brand-deep); font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.horse-guide-grid h3 { font-size: 1rem; }
.horse-guide-grid p { margin-bottom: 0; font-size: .73rem; line-height: 1.62; }
.horse-check-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); align-items: center; gap: 70px; margin-top: 84px; padding: clamp(32px, 5vw, 64px); border: 1px solid rgba(24, 210, 255, .34); border-radius: 28px; background: linear-gradient(125deg, #e7f9fd, #f9feff); box-shadow: 0 18px 55px rgba(16, 78, 105, .09); }
.horse-check-panel h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.horse-check-panel > div > p:last-child { margin-bottom: 0; }
.horse-check-panel ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.horse-check-panel li { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; color: #385466; background: rgba(255, 255, 255, .74); font-size: .78rem; font-weight: 700; }
.horse-check-panel li span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; color: #032431; background: var(--brand); font-weight: 900; }

/* USDT withdrawal tutorial */
.withdraw-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(121, 231, 255, .18); background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .92) 40%, rgba(8, 124, 166, .63) 68%, rgba(24, 210, 255, .18)), url("/assets/images/heroes/winbox-usdt-withdraw.png") center right / cover no-repeat; }
.withdraw-hero::before { position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(rgba(121, 231, 255, .2) 1px, transparent 1px); background-size: 21px 21px; content: ""; mask-image: linear-gradient(90deg, black, transparent 75%); }
.withdraw-hero-layout { position: relative; z-index: 1; display: grid; min-height: 650px; grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr); align-items: center; gap: 70px; padding-block: 72px; }
.withdraw-hero .breadcrumbs { margin-bottom: 54px; color: rgba(218, 242, 250, .72); }
.withdraw-hero .breadcrumbs a:hover { color: #ffffff; }
.withdraw-hero-copy h1 { margin-bottom: 22px; color: #ffffff; font-size: clamp(3.5rem, 6vw, 6.35rem); text-shadow: 0 4px 24px rgba(0, 22, 33, .38); }
.withdraw-hero-copy h1 span { color: var(--brand-light); }
.withdraw-hero-copy > p:not(.eyebrow) { max-width: 660px; margin-bottom: 24px; color: rgba(230, 247, 253, .84); font-size: 1rem; }
.withdraw-hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.withdraw-hero-meta span { padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px; color: #ffffff; background: rgba(255, 255, 255, .1); font-size: .65rem; font-weight: 850; }
.withdraw-hero-art { position: relative; display: grid; min-height: 440px; place-items: center; }
.withdraw-hero-art::before { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(145deg, rgba(24, 210, 255, .96), rgba(8, 124, 166, .95)); box-shadow: 0 32px 75px rgba(8, 124, 166, .22); content: ""; }
.withdraw-banner-card { position: relative; z-index: 2; width: 100%; max-width: 610px; padding: 13px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 25px; background: rgba(255, 255, 255, .94); box-shadow: 0 28px 75px rgba(9, 76, 105, .23); transform: rotate(-1deg); }
.withdraw-banner-card > span { display: block; padding: 3px 5px 10px; color: var(--brand-deep); font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.withdraw-banner-card img { width: 100%; border-radius: 16px; }
.withdraw-coin { position: absolute; z-index: 3; display: grid; place-items: center; border: 6px solid rgba(255, 255, 255, .9); border-radius: 50%; color: white; background: linear-gradient(145deg, #4be6e1, #0a8f9c); box-shadow: 0 13px 30px rgba(8, 124, 166, .28); font-weight: 900; }
.withdraw-coin-one { top: 24px; right: -4px; width: 72px; height: 72px; font-size: 1.6rem; }
.withdraw-coin-two { bottom: 25px; left: 0; width: 66px; height: 66px; background: linear-gradient(145deg, #65dff6, #087ca6); font-size: .7rem; }
body[data-page="withdraw"] .page-index { position: sticky; z-index: 80; top: 74px; box-shadow: 0 12px 26px rgba(16, 78, 105, .07); }
body[data-page="withdraw"] .content-layout { display: block; }
body[data-page="withdraw"] .main-content { width: 100%; }
.withdraw-section-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); align-items: end; gap: 70px; margin-bottom: 36px; }
.withdraw-section-heading h2 { max-width: 730px; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.45rem); }
.withdraw-section-heading > p { margin-bottom: 3px; }
.withdraw-overview { padding-bottom: 94px; border-bottom: 1px solid var(--line); }
.withdraw-overview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.withdraw-overview-grid article { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(24, 210, 255, .08), transparent 58%), #ffffff; box-shadow: 0 15px 42px rgba(16, 78, 105, .08); }
.withdraw-overview-grid article > span { display: block; margin-bottom: 38px; color: var(--brand-deep); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.withdraw-overview-grid strong { display: block; margin-bottom: 8px; font-size: .93rem; }
.withdraw-overview-grid p { margin-bottom: 0; font-size: .74rem; line-height: 1.62; }
.withdraw-steps { padding-top: 94px; }
.withdraw-stage { display: grid; min-height: 710px; grid-template-columns: minmax(340px, .86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(40px, 7vw, 90px); margin-bottom: 22px; padding: clamp(28px, 5vw, 62px); border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 12% 20%, rgba(24, 210, 255, .11), transparent 22rem), #ffffff; box-shadow: 0 20px 60px rgba(16, 78, 105, .09); }
.withdraw-stage-reverse { background: radial-gradient(circle at 88% 20%, rgba(24, 210, 255, .11), transparent 22rem), var(--surface-2); }
.withdraw-stage-reverse figure { order: 2; }
.withdraw-stage-reverse .withdraw-stage-copy { order: 1; }
.withdraw-stage figure { display: grid; height: 610px; margin: 0; place-items: center; }
.withdraw-stage figure img { width: 100%; height: 100%; filter: drop-shadow(0 22px 28px rgba(15, 65, 86, .14)); object-fit: contain; }
.withdraw-stage-copy h3 { max-width: 520px; margin-bottom: 27px; font-size: clamp(1.8rem, 3vw, 3rem); }
.withdraw-step-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.withdraw-step-list li { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 15px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .85); }
.withdraw-step-list li > img, .withdraw-number-text { width: 52px; height: 52px; }
.withdraw-step-list li > img { object-fit: contain; }
.withdraw-number-text { display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, #21bee6, #0a8fbd); box-shadow: inset -10px -10px 0 rgba(2, 82, 118, .2); font-size: 1rem; font-weight: 900; }
.withdraw-step-list strong { display: block; font-size: .82rem; }
.withdraw-step-list p { margin: 4px 0 0; font-size: .7rem; line-height: 1.55; }
.withdraw-check-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); align-items: center; gap: 70px; margin-top: 84px; padding: clamp(32px, 5vw, 64px); border: 1px solid rgba(24, 210, 255, .34); border-radius: 28px; background: linear-gradient(125deg, #e7f9fd, #f9feff); box-shadow: 0 18px 55px rgba(16, 78, 105, .09); }
.withdraw-check-panel h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.withdraw-check-panel > div > p:last-child { margin-bottom: 0; }
.withdraw-check-panel ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.withdraw-check-panel li { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; color: #385466; background: rgba(255, 255, 255, .74); font-size: .78rem; font-weight: 700; }
.withdraw-check-panel li span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; color: #032431; background: var(--brand); font-weight: 900; }

/* WINBOX registration guide */
.register-hero { position: relative; min-height: 640px; overflow: hidden; isolation: isolate; border-bottom: 1px solid rgba(121, 231, 255, .18); background: #043e59 url("/assets/images/heroes/winbox-register.png") center right / cover no-repeat; }
.register-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .92) 39%, rgba(8, 124, 166, .64) 62%, rgba(24, 210, 255, .16) 84%), linear-gradient(0deg, rgba(2, 30, 44, .4), transparent 60%); content: ""; }
.register-hero-layout { display: flex; min-height: 640px; align-items: center; padding-block: 72px; }
.register-hero-copy { width: min(100%, 700px); }
.register-hero .breadcrumbs { margin-bottom: 62px; color: rgba(218, 242, 250, .72); }
.register-hero .breadcrumbs a:hover { color: #ffffff; }
.register-hero .eyebrow { color: var(--brand-light); }
.register-hero h1 { max-width: 680px; color: #ffffff; font-size: clamp(3.15rem, 5.7vw, 5.7rem); text-shadow: 0 4px 24px rgba(0, 22, 33, .38); }
.register-hero-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 26px; color: rgba(230, 247, 253, .84); font-size: 1rem; }
.register-hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.register-hero-facts span { display: inline-flex; min-height: 41px; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 999px; color: #ffffff; background: rgba(255, 255, 255, .1); box-shadow: 0 8px 25px rgba(0, 31, 45, .14); font-size: .7rem; font-weight: 760; backdrop-filter: blur(12px); }
.register-hero-facts b { color: var(--brand-light); font-size: .82rem; }
.register-hero .button-secondary { border-color: rgba(255, 255, 255, .48); color: #ffffff; background: rgba(255, 255, 255, .1); }

.ekor-hero .eyebrow, .horse-hero .eyebrow, .withdraw-hero .eyebrow { color: var(--brand-light); }
.ekor-hero .button-secondary, .horse-hero .button-secondary, .withdraw-hero .button-secondary { border-color: rgba(255, 255, 255, .48); color: #ffffff; background: rgba(255, 255, 255, .1); }

.register-page-index { position: sticky; z-index: 80; top: 74px; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .95); box-shadow: 0 9px 25px rgba(19, 76, 101, .05); backdrop-filter: blur(18px); }
.register-page-index > div { display: flex; width: max-content; min-width: min(100%, var(--shell)); min-height: 56px; align-items: center; gap: 25px; }
.register-page-index span { color: var(--brand-deep); font-size: .63rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.register-page-index a { position: relative; padding: 19px 0 17px; color: #607687; font-size: .72rem; font-weight: 760; white-space: nowrap; }
.register-page-index a::after { position: absolute; right: 50%; bottom: 11px; left: 50%; height: 2px; border-radius: 999px; background: var(--brand); content: ""; transition: inset 180ms ease; }
.register-page-index a:hover { color: var(--brand-deep); }
.register-page-index a:hover::after { right: 0; left: 0; }

.register-overview { background: radial-gradient(circle at 86% 20%, rgba(24, 210, 255, .1), transparent 26rem), #ffffff; }
.register-section-heading { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); align-items: end; gap: 72px; margin-bottom: 42px; }
.register-section-heading h2 { max-width: 720px; margin-bottom: 0; }
.register-section-heading > p { margin-bottom: 4px; }
.register-overview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.register-overview-grid article { display: grid; min-height: 0; grid-template-columns: 54px minmax(0, 1fr); align-content: start; gap: 20px; padding: 30px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, rgba(24, 210, 255, .075), transparent 58%), rgba(255, 255, 255, .94); box-shadow: 0 16px 44px rgba(23, 85, 111, .06); }
.register-overview-grid article:first-child { grid-column: 1 / -1; }
.register-overview-grid article > span { display: grid; width: 50px; height: 50px; margin: 0; place-items: center; border: 1px solid rgba(8, 124, 166, .19); border-radius: 15px; color: #042d3b; background: var(--brand); box-shadow: 0 10px 23px rgba(24, 210, 255, .2); font-size: .72rem; font-weight: 950; }
.register-overview-grid h3 { margin-bottom: 12px; font-size: 1.15rem; }
.register-overview-grid p { margin-bottom: 0; font-size: .79rem; line-height: 1.7; }
.register-guide-copy { min-width: 0; }
.register-guide-copy > small { display: block; margin-bottom: 7px; color: var(--brand-deep); font-size: .59rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.register-guide-list { display: grid; gap: 8px; margin: 17px 0 0; padding: 0; list-style: none; }
.register-guide-list li { position: relative; padding-left: 23px; color: #536f7f; font-size: .75rem; line-height: 1.58; }
.register-guide-list li::before { position: absolute; top: .25em; left: 0; display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: #032431; background: var(--brand); content: "✓"; font-size: .55rem; font-weight: 950; }
.register-guide-examples { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.register-guide-examples p { padding: 13px 15px; border: 1px solid rgba(8, 124, 166, .15); border-radius: 13px; background: #f5fbfd; }
.register-guide-examples strong, .register-guide-examples span { display: block; }
.register-guide-examples strong { margin-bottom: 3px; color: var(--ink); font-size: .68rem; }
.register-guide-examples span { color: var(--brand-deep); font-size: .73rem; font-weight: 850; }
.register-guide-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 21px; color: var(--brand-deep); font-size: .72rem; font-weight: 900; }
.register-guide-link span { transition: transform 180ms ease; }
.register-guide-link:hover span { transform: translateX(4px); }

.register-steps-section { background: radial-gradient(circle at 12% 5%, rgba(24, 210, 255, .11), transparent 31rem), var(--surface-2); }
.register-step-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 18px; counter-reset: register-step; }
.register-step-card { overflow: hidden; border: 1px solid rgba(8, 124, 166, .18); border-radius: 22px; background: #ffffff; box-shadow: 0 20px 54px rgba(21, 81, 105, .08); }
.register-step-heading { display: grid; min-height: 92px; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, rgba(24, 210, 255, .1), transparent 64%); }
.register-step-heading > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; color: #032431; background: linear-gradient(145deg, var(--brand-light), var(--brand)); box-shadow: 0 10px 22px rgba(24, 210, 255, .22); font-size: .75rem; font-weight: 950; }
.register-step-heading small { display: block; margin-bottom: 4px; color: var(--brand-deep); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.register-step-heading h3 { margin: 0; font-size: 1.05rem; }
.register-step-card figure { margin: 0; }
.register-step-card figure img { width: 100%; aspect-ratio: 16 / 9; border-bottom: 1px solid var(--line); background: #f3f9fc; object-fit: cover; }
.register-step-card figcaption { min-height: 74px; padding: 19px 21px; color: #647b8b; font-size: .76rem; line-height: 1.58; }
.register-rules { display: grid; gap: 8px; margin: 0 20px 22px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(24, 210, 255, .055); list-style: none; }
.register-rules li { position: relative; padding-left: 22px; color: #536f7f; font-size: .72rem; }
.register-rules li::before { position: absolute; top: .18em; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; color: #032431; background: var(--brand); content: "✓"; font-size: .55rem; font-weight: 950; }
.register-sequence-note { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 16px; margin-top: 18px; padding: 20px 22px; border: 1px solid rgba(8, 124, 166, .2); border-radius: 17px; background: #ffffff; }
.register-sequence-note > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 12px; color: #032431; background: var(--brand); font-weight: 950; }
.register-sequence-note p { margin: 0; font-size: .76rem; }

.register-qr-section { overflow: hidden; background: radial-gradient(circle at 75% 50%, rgba(24, 210, 255, .14), transparent 25rem), #ffffff; }
.register-qr-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); align-items: center; gap: 90px; }
.register-qr-copy h2 { max-width: 670px; }
.register-qr-copy > p:not(.eyebrow):not(.register-qr-note) { max-width: 640px; font-size: .95rem; }
.register-qr-copy .button-row { margin-top: 28px; }
.register-qr-note { max-width: 620px; margin: 25px 0 0; padding: 14px 17px; border-left: 3px solid var(--brand); color: #587585; background: rgba(24, 210, 255, .06); font-size: .72rem; }
.register-qr-layout figure { position: relative; width: min(100%, 390px); margin: 0 auto; padding: 16px 16px 13px; border: 1px solid rgba(8, 124, 166, .2); border-radius: 27px; background: #ffffff; box-shadow: 0 30px 75px rgba(17, 82, 110, .14); }
.register-qr-layout figure::before { position: absolute; z-index: -1; inset: 15%; border-radius: 50%; background: rgba(24, 210, 255, .35); content: ""; filter: blur(50px); }
.register-qr-layout figure img { display: block; width: 100%; height: auto; padding: 14px; aspect-ratio: auto; border: 1px solid rgba(8, 124, 166, .12); border-radius: 14px; background: #ffffff; object-fit: contain; object-position: center; }
.register-qr-layout figcaption { padding: 12px 5px 2px; color: var(--brand-deep); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.register-support-section { padding: 86px 0; color: #ffffff; background: radial-gradient(circle at 80% 10%, rgba(121, 231, 255, .32), transparent 26rem), linear-gradient(120deg, #075f84, #087ca6 45%, #18D2FF); }
.register-support-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr); align-items: center; gap: 70px; }
.register-support-section .eyebrow { color: #a4ecff; }
.register-support-section h2 { max-width: 570px; margin-bottom: 13px; color: #ffffff; }
.register-support-section p:not(.eyebrow) { max-width: 610px; margin-bottom: 0; color: rgba(255, 255, 255, .78); }
.register-support-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.register-support-links a { display: grid; min-height: 158px; align-content: center; justify-items: start; padding: 20px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 18px; background: rgba(255, 255, 255, .11); box-shadow: 0 15px 35px rgba(3, 42, 58, .12); backdrop-filter: blur(16px); transition: background 180ms ease, transform 180ms ease; }
.register-support-links a:hover { background: rgba(255, 255, 255, .2); transform: translateY(-3px); }
.register-support-links span { display: grid; width: 39px; height: 39px; margin-bottom: 20px; place-items: center; border-radius: 12px; color: var(--brand-deep); background: #ffffff; font-size: .72rem; font-weight: 950; }
.register-support-links strong { color: #ffffff; font-size: .84rem; }
.register-support-links small { margin-top: 3px; color: rgba(255, 255, 255, .67); font-size: .64rem; }
.mobile-bottom-nav { display: none; }

.floating-mascot { position: fixed; z-index: 95; right: 18px; bottom: 14px; display: block; width: clamp(108px, 9.4vw, 152px); height: clamp(135px, 11.75vw, 190px); filter: drop-shadow(0 15px 20px rgba(8, 76, 106, .2)); transform-origin: center bottom; animation: mascot-float 3.8s ease-in-out infinite; transition: filter 180ms ease; }
.floating-mascot img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.floating-mascot:hover { filter: drop-shadow(0 18px 24px rgba(8, 76, 106, .3)); animation-play-state: paused; transform: translateY(-6px) scale(1.04); }
.floating-mascot:focus-visible { border-radius: 28px; outline-color: var(--brand); }

@keyframes mascot-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@media (max-width: 1320px) {
  .menu-toggle { display: flex; }
  .desktop-nav { position: fixed; z-index: 120; top: 74px; right: 0; bottom: auto; left: 0; display: none; height: calc(100vh - 74px); height: calc(100dvh - 74px); min-height: 0; overflow-x: hidden; overflow-y: auto; align-items: stretch; justify-content: flex-start; gap: 8px; flex-direction: column; padding: 16px 20px calc(32px + env(safe-area-inset-bottom)); overscroll-behavior: contain; background: radial-gradient(circle at 92% 4%, rgba(24, 210, 255, .16), transparent 18rem), rgba(245, 251, 253, .99); box-shadow: inset 0 1px 0 var(--line); font-size: .9rem; white-space: normal; -webkit-overflow-scrolling: touch; }
  .desktop-nav.open { display: flex; }
  .desktop-nav > a, .help-menu > summary { display: flex; min-height: 54px; align-items: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 22px rgba(16, 78, 105, .055); }
  .desktop-nav > a:hover, .desktop-nav > a.active, .help-menu > summary:hover, .help-menu > summary.active, .help-menu[open] > summary { border-color: rgba(24, 210, 255, .48); color: var(--brand-deep); background: linear-gradient(135deg, rgba(24, 210, 255, .16), rgba(255, 255, 255, .96)); }
  .desktop-nav > a::after, .help-menu > summary::before, .games-menu-trigger > a::after { display: none; }
  .help-menu, .games-menu { width: 100%; }
  .help-menu > summary { width: 100%; justify-content: space-between; gap: 14px; }
  .help-menu > summary::after { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--brand-deep); background: #ffffff; content: "+"; font-size: 1rem; line-height: 1; }
  .help-menu[open] > summary::after { content: "−"; transform: none; }
  .help-menu:hover:not([open]) > .help-dropdown, .help-menu:focus-within:not([open]) > .help-dropdown { display: none; }
  .help-dropdown { position: static; left: auto; width: 100%; max-height: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 7px; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: #e7f4f9; box-shadow: inset 0 1px rgba(255, 255, 255, .7); transform: none; }
  .help-dropdown a { min-height: 46px; align-items: center; padding: 10px 12px; border: 1px solid rgba(8, 124, 166, .12); border-radius: 11px; background: rgba(255, 255, 255, .9); }
  .games-menu-trigger { min-height: 54px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 22px rgba(16, 78, 105, .055); }
  .games-menu.is-open .games-menu-trigger, .games-menu-trigger:hover { border-color: rgba(24, 210, 255, .48); background: linear-gradient(135deg, rgba(24, 210, 255, .16), rgba(255, 255, 255, .96)); }
  .games-menu-trigger > a { min-width: 0; flex: 1 1 auto; padding: 14px 16px; }
  .games-menu-toggle { width: 52px; height: 52px; flex: 0 0 52px; border-left: 0; }
  .games-menu-toggle span { display: none; }
  .games-menu-toggle::before { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--brand-deep); background: #ffffff; content: "+"; font-size: 1rem; line-height: 1; }
  .games-menu.is-open .games-menu-toggle::before { content: "−"; }
  .games-mega { position: static; width: 100%; grid-template-columns: 1fr; gap: 8px; margin-top: 7px; padding: 8px; border: 1px solid rgba(24, 210, 255, .22); border-radius: 16px; background: radial-gradient(circle at 90% 0, rgba(24, 210, 255, .16), transparent 18rem), linear-gradient(145deg, #f4fbfd, #e9f7fb); box-shadow: inset 0 1px rgba(255, 255, 255, .92); transform: none; }
  .games-menu:hover:not(.is-open) > .games-mega, .games-menu:focus-within:not(.is-open) > .games-mega { display: none; }
  .games-menu.is-open > .games-mega { display: grid; }
  .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-grid article:first-child { grid-column: span 2; }
}

@media (max-width: 900px) {
  .header-action { display: none; }
  .header-register { display: inline-flex; }
  .section { padding: 76px 0; }
  .section-heading, .intro-layout, .anniversary-heading, .faq-layout, .home-word-layout, .editorial-layout { grid-template-columns: 1fr; gap: 24px; }
  .anniversary-heading { margin-bottom: 30px; }
  .anniversary-video-grid { grid-template-columns: 1fr; gap: 34px; }
  .daily-angpau-layout { grid-template-columns: 1fr; gap: 38px; }
  .daily-angpau-art { max-width: 580px; }
  .game-tab-panel { grid-template-columns: 1fr; gap: 26px; }
  .game-tab-panel-summary { grid-template-columns: 72px minmax(0, 1fr); }
  .faq-intro, .home-word-intro { position: static; }
  .intro-layout { align-items: start; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-layout { grid-template-columns: 1fr; gap: 0; }
  .platform-copy { padding-bottom: 20px; text-align: center; }
  .platform-copy h2, .platform-copy > p { margin-inline: auto; }
  .check-list { justify-content: center; text-align: left; }
  .button-row { justify-content: center; }
  .phone-stage { min-height: 470px; }
  .phone-stage img { max-height: 460px; }
  .promo-grid, .help-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid article:first-child { grid-column: 1 / -1; }
  .member-cta-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
  .member-cta-inner .button-row { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-feature-media { min-height: 420px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lottery-embed-shell iframe { height: 840px; }
  .ekor-hero-layout { min-height: 600px; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; }
  .ekor-hero-art { min-height: 450px; }
  .ekor-hero-art::before { width: 320px; height: 320px; }
  .ekor-hero-card { width: 280px; }
  .ekor-hero-card img { max-height: 380px; }
  .ekor-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .ekor-bet-one-grid { grid-template-columns: 1fr; }
  .ekor-visual-card img { height: auto; max-height: 660px; }
  .ekor-step-grid { grid-template-columns: 1fr; }
  .ekor-step-card { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); align-items: center; }
  .ekor-step-top { grid-column: 1 / -1; }
  .ekor-step-card img { height: 440px; }
  .ekor-step-card > p { margin: 0; border-top: 0; border-left: 1px solid var(--line); }
  .ekor-check-panel { grid-template-columns: 1fr; gap: 30px; }
  .horse-hero-layout { min-height: 600px; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 34px; }
  .horse-hero-art { min-height: 380px; }
  .horse-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .horse-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .horse-check-panel { grid-template-columns: 1fr; gap: 30px; }
  .withdraw-hero-layout { min-height: 600px; grid-template-columns: minmax(0, .85fr) minmax(390px, 1.15fr); gap: 34px; }
  .withdraw-hero-art { min-height: 380px; }
  .withdraw-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .withdraw-stage { min-height: 650px; grid-template-columns: minmax(290px, .8fr) minmax(0, 1.2fr); gap: 34px; }
  .withdraw-stage figure { height: 540px; }
  .withdraw-check-panel { grid-template-columns: 1fr; gap: 30px; }
  .games-mega { grid-template-columns: 1fr; }
  .games-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-category-directory, .game-category-placeholder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-category-info { grid-template-columns: 1fr; gap: 38px; }
  .register-hero, .register-hero-layout { min-height: 590px; }
  .register-hero::before { background: linear-gradient(90deg, rgba(2, 35, 51, .97) 0%, rgba(4, 73, 101, .92) 56%, rgba(8, 124, 166, .55) 100%); }
  .register-section-heading, .register-qr-layout, .register-support-layout { grid-template-columns: 1fr; gap: 28px; }
  .register-step-grid { grid-template-columns: 1fr; }
  .register-step-card { width: min(100%, 720px); margin-inline: auto; }
  .register-overview-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .register-qr-layout { gap: 45px; }
  .register-support-layout { gap: 40px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 84px; }
  .shell, .wide-shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { min-height: 64px; }
  .brand { width: 46px; height: 46px; flex-basis: 46px; border-radius: 15px; }
  .desktop-nav { top: 64px; height: calc(100vh - 64px); height: calc(100dvh - 64px); padding: 14px 12px calc(28px + env(safe-area-inset-bottom)); }
  .header-actions { gap: 4px; }
  .language-trigger { min-height: 38px; gap: 5px; padding: 6px 9px; }
  .language-trigger .language-chevron { display: none; }
  .language-menu { right: -45px; width: min(255px, calc(100vw - 20px)); }
  .header-register { min-height: 38px; padding: 6px 12px; font-size: .66rem; }
  .menu-toggle { width: 38px; height: 38px; flex-basis: 38px; }
  .hero-track { aspect-ratio: 3.225 / 1; }
  .hero-slide img { object-fit: cover; }
  .carousel-arrow { display: none; }
  .carousel-dots { bottom: 9px; max-width: calc(100% - 24px); gap: 4px; }
  .carousel-dot { width: 5px; height: 5px; }
  .carousel-dot.active { width: 18px; }
  .trust-track a { padding: 9px 14px; font-size: .58rem; }
  .announcement-inner { min-height: 54px; gap: 8px; }
  .announcement-open-area { grid-template-columns: 27px minmax(0, 1fr); gap: 8px; }
  .announcement-icon { width: 26px; height: 26px; }
  .announcement-more { min-height: 31px; padding: 6px 10px; font-size: .64rem; }
  .announcement-dialog { width: min(calc(100% - 22px), 620px); border-radius: 20px; }
  .announcement-dialog-panel { padding: 34px 22px 28px; }
  .announcement-dialog-close { top: 12px; right: 12px; width: 36px; height: 36px; }
  .announcement-dialog-icon { width: 46px; height: 46px; margin-bottom: 20px; }
  .announcement-dialog .eyebrow { margin-bottom: 7px; font-size: .57rem; letter-spacing: .14em; }
  .announcement-dialog h2 { max-width: calc(100% - 22px); margin: 7px 0 12px; font-size: clamp(1.28rem, 5.8vw, 1.58rem); line-height: 1.12; }
  .announcement-dialog #announcement-dialog-message { font-size: .78rem; font-weight: 680; line-height: 1.52; }
  .announcement-dialog-note { margin: 14px 0 18px; padding: 12px 13px; border-radius: 13px; font-size: .72rem; line-height: 1.5; }
  .announcement-dialog-dismiss { min-width: 112px; min-height: 40px; padding: 9px 18px; font-size: .7rem; }
  .section { padding: 62px 0; }
  .anniversary-video-frame { padding: 5px; border-radius: 18px; }
  .anniversary-video-frame video { border-radius: 13px; }
  .daily-angpau-art { border-radius: 20px; }
  .home-word-prose article { padding: 22px 0; }
  .home-word-prose p { font-size: .86rem; }
  .home-word-list { grid-template-columns: 1fr; }
  .home-intro { padding-top: 54px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); }
  .intro-layout h1 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .stat-grid { margin-top: 35px; }
  .stat-grid article { min-height: 94px; padding: 15px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .category-grid a { min-height: 132px; }
  .game-browser { border-radius: 19px; }
  body[data-page="home"] #games .game-tab-list { gap: 5px; padding: 7px; }
  body[data-page="home"] #games .game-tab-list a { min-width: 96px; min-height: 82px; flex-basis: 96px; padding: 9px 6px; border-radius: 13px; }
  body[data-page="home"] #games .game-tab-list .category-icon { width: 32px; height: 32px; }
  body[data-page="home"] #games .game-tab-list .category-icon img { width: 28px; height: 28px; }
  .game-tab-panel { min-height: 0; gap: 22px; padding: 24px 18px; }
  .game-tab-panel-summary { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; }
  .game-tab-panel-icon { width: 54px; height: 54px; border-radius: 16px; }
  .game-tab-panel-icon img { width: 34px; height: 34px; }
  .game-placeholder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .game-placeholder-art { height: 94px; }
  .games-mega { padding: 6px; }
  .games-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  .games-mega-grid a { min-height: 66px; grid-template-columns: 38px minmax(0, 1fr) auto; padding: 9px 11px; }
  .games-mega-grid a > span { width: 38px; height: 38px; }
  .game-category-hero .page-hero-inner { min-height: 480px; }
  .game-category-hero > img { object-position: 66% center; }
  .game-category-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 35, 51, .97), rgba(4, 73, 101, .88)); }
  .game-category-hero-icon { width: 55px; height: 55px; margin-bottom: 20px; border-radius: 17px; }
  .game-category-hero-icon img { width: 36px; height: 36px; }
  .game-category-index { top: 64px; }
  .game-category-directory, .game-category-placeholder-grid { grid-template-columns: 1fr; }
  .game-category-directory > a { min-height: 82px; }
  .game-category-placeholder-grid .game-placeholder-art { height: 170px; }
  .game-category-info-grid { grid-template-columns: 1fr; }
  .game-category-info-grid article { min-height: 0; padding: 21px; }
  .game-category-info-grid article > span { margin-bottom: 24px; }
  .promo-grid, .help-card-grid, .story-grid, .contact-grid, .related-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .feature-grid article { min-height: 0; padding: 16px; border-radius: 15px; }
  .feature-grid article:first-child { display: grid; grid-template-columns: 38px minmax(0, 1fr); grid-column: 1 / -1; align-items: start; column-gap: 12px; }
  .feature-grid article:first-child > span { grid-row: 1 / 3; margin: 3px 0 0; }
  .feature-grid article:first-child h3 { margin-bottom: 6px; }
  .feature-grid article:first-child p { grid-column: 2; }
  .feature-grid article > span { margin-bottom: 17px; }
  .feature-grid h3 { margin-bottom: 8px; font-size: .9rem; }
  .feature-grid p { font-size: .67rem; line-height: 1.5; }
  .platform-copy { padding-top: 62px; }
  .phone-stage { min-height: 390px; }
  .phone-stage::before { width: 310px; height: 310px; }
  .phone-stage img { max-height: 380px; }
  .phone-orbit { width: 250px; height: 250px; }
  .promo-card > a > span { min-height: 0; }
  .editorial-layout { gap: 40px; }
  .member-cta-inner { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-block: 55px 40px; }
  .footer-bottom-band { padding-bottom: 88px; }
  .footer-bottom { min-height: 60px; align-items: center; justify-content: center; padding-block: 9px; text-align: center; }
  .page-hero, .page-hero-inner, .page-hero-copy { min-height: 410px; }
  .page-hero-inner, .page-hero-copy { padding-block: 52px; }
  .page-hero-inner h1, .page-hero-copy h1 { font-size: clamp(2.3rem, 12vw, 3.6rem); }
  .breadcrumbs { margin-bottom: 38px; }
  .page-index { overflow-x: auto; }
  .page-index > div { width: max-content; min-width: 100%; padding-inline: 12px; }
  .content-heading, .rich-copy { padding: 25px; }
  .page-feature-media { min-height: 430px; grid-template-columns: 1fr; padding: 32px 28px 0; text-align: center; }
  .page-feature-media img { max-height: 300px; }
  .step-ribbon { align-items: flex-start; flex-direction: column; }
  .step-ribbon > div:last-child { width: 100%; justify-content: space-between; }
  .step-ribbon img { width: 42px; height: 42px; }
  .register-hero { min-height: 0; background-position: 66% center; }
  .register-hero::before { background: linear-gradient(90deg, rgba(2, 35, 51, .97), rgba(4, 73, 101, .88)), linear-gradient(0deg, rgba(2, 30, 44, .48), transparent); }
  .register-hero-layout { min-height: 540px; padding-block: 40px 54px; }
  .register-hero .breadcrumbs { margin-bottom: 40px; }
  .register-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .register-hero-copy > p:not(.eyebrow) { font-size: .87rem; }
  .register-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .register-hero-facts span { min-height: 72px; align-content: center; justify-content: center; gap: 1px; flex-direction: column; padding: 9px 5px; border-radius: 14px; text-align: center; }
  .register-hero .button-row { justify-content: flex-start; }
  .register-page-index { top: 64px; }
  .register-page-index > div { padding-inline: 12px; }
  .register-section-heading { gap: 17px; margin-bottom: 28px; }
  .register-section-heading > p { font-size: .83rem; }
  .register-overview-grid { grid-template-columns: 1fr; gap: 9px; }
  .register-overview-grid article { min-height: 0; grid-template-columns: 43px minmax(0, 1fr); gap: 14px; padding: 21px; }
  .register-overview-grid article > span { width: 43px; height: 43px; margin: 0; border-radius: 13px; }
  .register-guide-examples { grid-template-columns: 1fr; }
  .register-step-grid { gap: 12px; }
  .register-step-card { border-radius: 18px; }
  .register-step-heading { min-height: 82px; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; padding: 15px; }
  .register-step-heading > span { width: 43px; height: 43px; border-radius: 13px; }
  .register-step-heading h3 { font-size: .91rem; }
  .register-step-card figcaption { min-height: 0; padding: 16px; font-size: .71rem; }
  .register-rules { margin: 0 15px 17px; padding: 15px; }
  .register-sequence-note { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 17px; }
  .register-sequence-note > span { width: 32px; height: 32px; }
  .register-qr-layout { gap: 36px; }
  .register-qr-copy .button-row { justify-content: flex-start; }
  .register-qr-layout figure { width: min(100%, 300px); padding: 11px 11px 9px; border-radius: 21px; }
  .register-qr-layout figure img { padding: 10px; border-radius: 11px; }
  .register-support-section { padding: 62px 0; }
  .register-support-links { grid-template-columns: 1fr; }
  .register-support-links a { min-height: 92px; grid-template-columns: 42px minmax(0, 1fr); align-content: center; align-items: center; column-gap: 13px; padding: 15px; }
  .register-support-links span { grid-row: 1 / 3; margin: 0; }
  .register-support-links strong, .register-support-links small { grid-column: 2; }
  body[data-page="ekor"] .page-index { top: 64px; }
  .ekor-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 10px; padding-block: 42px 58px; }
  .ekor-hero .breadcrumbs { margin-bottom: 38px; }
  .ekor-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .ekor-hero-art { min-height: 430px; }
  .ekor-hero-art::before { width: 300px; height: 300px; }
  .ekor-hero-card { width: 270px; }
  .ekor-orbit-one { top: 48px; right: 0; }
  .ekor-orbit-two { bottom: 45px; left: 0; }
  .ekor-overview { padding-bottom: 62px; }
  .ekor-overview-grid { grid-template-columns: 1fr; }
  .ekor-overview-grid a { min-height: 0; grid-template-columns: 44px 1fr 18px; padding: 20px; }
  .ekor-overview-grid a > span { width: 40px; height: 40px; }
  .ekor-tutorial-block { padding: 62px 0; }
  .ekor-bet-one-grid { gap: 11px; }
  .ekor-visual-card { padding: 11px; border-radius: 18px; }
  .ekor-card-label { padding: 3px 3px 12px; }
  .ekor-visual-card figcaption { padding-inline: 6px; }
  .ekor-flow { grid-template-columns: 1fr; gap: 0; }
  .ekor-flow article { min-height: 0; grid-template-columns: 32px 1fr; align-items: center; padding: 12px; }
  .ekor-flow article > span { grid-row: 1 / 3; margin: 0; }
  .ekor-flow article p { margin-top: 2px; }
  .ekor-flow > i { justify-self: center; transform: rotate(90deg); }
  .ekor-step-card { display: flex; }
  .ekor-step-card img { height: auto; max-height: 580px; }
  .ekor-step-card > p { border-top: 1px solid var(--line); border-left: 0; }
  .ekor-check-panel { margin-top: 62px; padding: 28px 20px; border-radius: 20px; }
  body[data-page="horse"] .page-index { top: 64px; }
  .horse-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding-block: 42px 58px; }
  .horse-hero .breadcrumbs { margin-bottom: 38px; }
  .horse-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .horse-hero-art { min-height: 310px; }
  .horse-preview { width: 100%; }
  .horse-play { width: 58px; height: 58px; border-width: 4px; }
  .horse-video-section { padding-bottom: 62px; }
  .horse-video-bar { align-items: flex-start; flex-wrap: wrap; }
  .horse-video-bar > span:last-child { width: 100%; margin-left: 19px; }
  .horse-watch-tips { grid-template-columns: 1fr; }
  .horse-watch-tips article { min-height: 0; }
  .horse-guide-section { padding: 62px 0; }
  .horse-guide-grid { grid-template-columns: 1fr; }
  .horse-guide-grid article { min-height: 205px; }
  .horse-check-panel { margin-top: 62px; padding: 28px 20px; border-radius: 20px; }
  body[data-page="withdraw"] .page-index { top: 64px; }
  .withdraw-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding-block: 42px 58px; }
  .withdraw-hero .breadcrumbs { margin-bottom: 38px; }
  .withdraw-hero-copy h1 { font-size: clamp(3.1rem, 15vw, 4.9rem); }
  .withdraw-hero-art { min-height: 330px; }
  .withdraw-banner-card { width: calc(100% - 10px); }
  .withdraw-coin-one { right: -8px; }
  .withdraw-coin-two { left: -6px; }
  .withdraw-overview { padding-bottom: 62px; }
  .withdraw-overview-grid { grid-template-columns: 1fr; }
  .withdraw-overview-grid article { min-height: 0; }
  .withdraw-overview-grid article > span { margin-bottom: 20px; }
  .withdraw-steps { padding-top: 62px; }
  .withdraw-stage, .withdraw-stage-reverse { min-height: 0; grid-template-columns: 1fr; gap: 24px; margin-bottom: 14px; padding: 25px 18px; border-radius: 20px; }
  .withdraw-stage figure, .withdraw-stage-reverse figure { height: 530px; order: 1; }
  .withdraw-stage-copy, .withdraw-stage-reverse .withdraw-stage-copy { order: 2; }
  .withdraw-stage-copy h3 { margin-bottom: 22px; }
  .withdraw-step-list li { grid-template-columns: 46px 1fr; padding: 12px; }
  .withdraw-step-list li > img, .withdraw-number-text { width: 44px; height: 44px; }
  .withdraw-check-panel { margin-top: 62px; padding: 28px 20px; border-radius: 20px; }
  .lottery-embed-bar { align-items: flex-start; flex-wrap: wrap; }
  .lottery-embed-bar a { width: 100%; margin-left: 46px; }
  .lottery-embed-shell iframe { height: 980px; }
  .lottery-source-note { justify-content: flex-start; text-align: left; }
  .mobile-bottom-nav { position: fixed; z-index: 110; right: 9px; bottom: 8px; left: 9px; display: grid; min-height: 76px; grid-template-columns: repeat(2, minmax(0, 1fr)) 68px repeat(2, minmax(0, 1fr)); align-items: center; padding: 7px 6px; border: 1px solid rgba(8, 124, 166, .28); border-radius: 24px; background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(236, 248, 252, .9)); box-shadow: 0 18px 55px rgba(8, 58, 80, .22), inset 0 1px rgba(255, 255, 255, .95); backdrop-filter: blur(22px) saturate(1.2); }
  body.menu-open .mobile-bottom-nav { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 20px)); transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease; }
  .mobile-bottom-nav::before { position: absolute; top: -1px; right: 20px; left: 20px; height: 1px; background: linear-gradient(90deg, transparent, rgba(24, 210, 255, .72), transparent); content: ""; }
  .mobile-bottom-nav a { position: relative; display: flex; min-width: 0; min-height: 58px; align-items: center; justify-content: center; gap: 4px; flex-direction: column; border-radius: 16px; color: #587283; transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
  .mobile-bottom-nav a:not(.mobile-home):hover, .mobile-bottom-nav a:not(.mobile-home):active, .mobile-bottom-nav a:not(.mobile-home).is-current { color: var(--brand-deep); background: rgba(24, 210, 255, .12); transform: translateY(-1px); }
  .mobile-bottom-nav small { display: block; overflow: hidden; width: 100%; font-size: .54rem; font-weight: 820; letter-spacing: .01em; line-height: 1.15; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .floating-mascot { right: 10px; bottom: 94px; width: 76px; height: 95px; filter: drop-shadow(0 9px 13px rgba(8, 76, 106, .18)); }
  .mobile-nav-icon { position: relative; display: block; width: 28px; height: 25px; color: var(--brand-deep); }
  .mobile-nav-icon-register { background: linear-gradient(currentColor, currentColor) 22px 6px / 7px 2px no-repeat, linear-gradient(currentColor, currentColor) 24.5px 3.5px / 2px 7px no-repeat; }
  .mobile-nav-icon-register::before { position: absolute; top: 1px; left: 7px; width: 7px; height: 7px; border: 2px solid currentColor; border-radius: 50%; content: ""; }
  .mobile-nav-icon-register::after { position: absolute; bottom: 1px; left: 3px; width: 15px; height: 9px; border: 2px solid currentColor; border-bottom: 0; border-radius: 9px 9px 3px 3px; content: ""; }
  .mobile-nav-icon-login::before { position: absolute; top: 2px; left: 2px; width: 13px; height: 19px; border: 2px solid currentColor; border-radius: 3px; content: ""; }
  .mobile-nav-icon-login::after { position: absolute; top: -1px; right: 0; content: "→"; font-size: 1.25rem; font-weight: 850; line-height: 1; }
  .mobile-nav-icon-download::before { position: absolute; top: -5px; left: 5px; width: 18px; content: "↓"; font-size: 1.35rem; font-weight: 850; line-height: 1; text-align: center; }
  .mobile-nav-icon-download::after { position: absolute; bottom: 1px; left: 4px; width: 20px; height: 7px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 4px 4px; content: ""; }
  .mobile-nav-icon-contact::before { position: absolute; top: 2px; left: 3px; width: 20px; height: 15px; border: 2px solid currentColor; border-radius: 6px; content: ""; }
  .mobile-nav-icon-contact::after { position: absolute; bottom: 3px; left: 8px; width: 7px; height: 7px; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; background: transparent; content: ""; transform: skewY(-32deg); }
  .mobile-home { position: relative; }
  .mobile-home img { position: absolute; top: -20px; left: 50%; width: 60px; height: 60px; border: 2px solid rgba(255, 255, 255, .95); border-radius: 19px; background: #ffffff; box-shadow: 0 12px 28px rgba(8, 71, 97, .26), 0 0 0 2px var(--brand), 0 0 25px rgba(24, 210, 255, .24); transform: translateX(-50%); transition: transform 170ms ease, box-shadow 170ms ease; }
  .mobile-home:active img { box-shadow: 0 8px 20px rgba(8, 71, 97, .22), 0 0 0 2px var(--brand); transform: translateX(-50%) scale(.96); }
}

/* Responsive heading system */
h1, h2, h3 {
  max-inline-size: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1 { font-size: clamp(2.55rem, 4.75vw, 5.05rem); line-height: 1.02; }
h2 { font-size: clamp(1.9rem, 3.35vw, 3.5rem); line-height: 1.08; }
h3 { line-height: 1.2; }
.intro-layout h1 { font-size: clamp(2.65rem, 4.15vw, 4.4rem); }
.page-hero-inner h1, .page-hero-copy h1 { font-size: clamp(2.6rem, 4.65vw, 4.75rem); }
.game-category-hero h1 { font-size: clamp(2.8rem, 4.85vw, 5rem); }
.register-hero h1 { font-size: clamp(2.9rem, 5vw, 5.2rem); }
.ekor-hero-copy h1 { font-size: clamp(3.1rem, 5.35vw, 5.8rem); }
.horse-hero-copy h1 { font-size: clamp(3.05rem, 5vw, 5.4rem); }
.withdraw-hero-copy h1 { font-size: clamp(3.1rem, 5.2vw, 5.65rem); }
.anniversary-heading h2 { font-size: clamp(2.2rem, 3.65vw, 3.8rem); }
.daily-angpau-copy h2 { font-size: clamp(2.2rem, 3.8vw, 4rem); }
.rich-copy h2 { line-height: 1.16; }
.rich-copy h3 { line-height: 1.28; }
.story-card h2, .promo-card strong, .feature-grid h3, .help-card-grid strong, .related-grid strong { overflow-wrap: break-word; text-wrap: pretty; }

html[lang^="ms"] .page-hero-inner h1,
html[lang^="ms"] .page-hero-copy h1 { font-size: clamp(2.45rem, 4.2vw, 4.3rem); }

@media (max-width: 1100px) {
  h1 { font-size: clamp(2.4rem, 6.2vw, 4.25rem); }
  h2 { font-size: clamp(1.85rem, 4.5vw, 3.1rem); }
  .page-hero-inner h1, .page-hero-copy h1 { font-size: clamp(2.4rem, 5.8vw, 4.1rem); }
  .register-hero h1 { font-size: clamp(2.65rem, 6.4vw, 4.45rem); }
  .ekor-hero-copy h1, .horse-hero-copy h1, .withdraw-hero-copy h1 { font-size: clamp(2.8rem, 6.9vw, 4.65rem); }
  .section-heading h2, .register-section-heading h2, .ekor-section-heading h2, .horse-section-heading h2, .withdraw-section-heading h2 { max-width: 680px; }
}

@media (max-width: 900px) {
  h1 { font-size: clamp(2.25rem, 7.5vw, 3.75rem); }
  h2 { font-size: clamp(1.8rem, 5.5vw, 2.9rem); }
  h3 { font-size: 1.05rem; }
  .intro-layout h1 { font-size: clamp(2.35rem, 7.6vw, 3.75rem); }
  .page-hero-inner h1, .page-hero-copy h1, html[lang^="ms"] .page-hero-inner h1, html[lang^="ms"] .page-hero-copy h1 { font-size: clamp(2.25rem, 7vw, 3.55rem); }
  .game-category-hero h1 { font-size: clamp(2.45rem, 7.7vw, 3.85rem); }
  .register-hero h1 { font-size: clamp(2.5rem, 8vw, 4rem); }
  .ekor-hero-copy h1, .horse-hero-copy h1, .withdraw-hero-copy h1 { font-size: clamp(2.65rem, 8.4vw, 4.1rem); }
  .content-heading h2 { font-size: clamp(1.9rem, 5.2vw, 2.8rem); }
  .rich-copy h2 { font-size: clamp(1.4rem, 4.4vw, 2.1rem); }
  .rich-copy h3 { font-size: 1rem; }
  .member-cta h2 { font-size: clamp(1.9rem, 5.4vw, 2.9rem); }
}

@media (max-width: 640px) {
  h1 { margin-bottom: 16px; font-size: clamp(2.05rem, 9.5vw, 3.05rem); line-height: 1.04; letter-spacing: -.03em; }
  h2 { margin-bottom: 13px; font-size: clamp(1.65rem, 7.5vw, 2.35rem); line-height: 1.11; letter-spacing: -.027em; }
  h3 { margin-bottom: 8px; font-size: clamp(.96rem, 4.4vw, 1.08rem); line-height: 1.24; letter-spacing: -.018em; }
  .intro-layout h1 { font-size: clamp(2.1rem, 9.8vw, 3.1rem); }
  .page-hero-inner h1, .page-hero-copy h1, html[lang^="ms"] .page-hero-inner h1, html[lang^="ms"] .page-hero-copy h1 { max-width: 94%; font-size: clamp(2.02rem, 9.2vw, 3rem); line-height: 1.05; }
  .game-category-hero h1 { font-size: clamp(2.2rem, 10.4vw, 3.25rem); }
  .register-hero h1 { font-size: clamp(2.25rem, 10.6vw, 3.35rem); }
  .ekor-hero-copy h1, .horse-hero-copy h1, .withdraw-hero-copy h1 { font-size: clamp(2.3rem, 10.8vw, 3.45rem); line-height: 1.02; }
  .section-heading h2, .register-section-heading h2, .ekor-section-heading h2, .horse-section-heading h2, .withdraw-section-heading h2 { max-width: 100%; }
  .content-heading h2 { font-size: clamp(1.7rem, 7.4vw, 2.3rem); }
  .rich-copy h2 { margin-top: 34px; padding-top: 28px; font-size: clamp(1.3rem, 6vw, 1.85rem); line-height: 1.18; }
  .rich-copy h3 { margin-top: 24px; font-size: clamp(.94rem, 4.3vw, 1.04rem); line-height: 1.3; }
  .game-tab-panel-summary h3 { font-size: clamp(1.7rem, 7.5vw, 2.35rem); }
  .announcement-dialog h2 { font-size: clamp(1.28rem, 5.8vw, 1.58rem); }
  .anniversary-heading h2, .daily-angpau-copy h2, .home-word-intro h2, .member-cta h2 { font-size: clamp(1.75rem, 7.6vw, 2.4rem); }
  .register-step-heading h3 { font-size: .9rem; }
  .footer-grid h2 { font-size: .7rem; line-height: 1.35; }
}

@media (max-width: 390px) {
  .brand { width: 42px; height: 42px; flex-basis: 42px; border-radius: 14px; }
  .language-trigger { width: 38px; justify-content: center; padding-inline: 0; }
  .language-trigger > span:not(.language-chevron) { display: none; }
  .header-register { min-width: 0; padding-inline: 9px; font-size: .6rem; }
  .games-mega-grid, .help-dropdown { grid-template-columns: 1fr; }
  h1 { font-size: clamp(1.92rem, 9vw, 2.4rem); }
  h2 { font-size: clamp(1.55rem, 7vw, 1.95rem); }
  .page-hero-inner h1, .page-hero-copy h1, html[lang^="ms"] .page-hero-inner h1, html[lang^="ms"] .page-hero-copy h1 { font-size: clamp(1.9rem, 8.8vw, 2.35rem); }
  .game-category-hero h1, .register-hero h1 { font-size: clamp(2rem, 9.8vw, 2.65rem); }
  .ekor-hero-copy h1, .horse-hero-copy h1, .withdraw-hero-copy h1 { font-size: clamp(2.05rem, 10vw, 2.75rem); }
  .rich-copy h2 { font-size: clamp(1.22rem, 5.8vw, 1.65rem); }
}

/* WINBOX Login */
.winbox-login-hero .page-hero-inner { min-height: 510px; }
.winbox-login-hero > img { object-position: center; }
.winbox-login-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 25, 39, .99) 0%, rgba(3, 47, 70, .95) 35%, rgba(5, 83, 113, .7) 56%, rgba(8, 78, 105, .18) 80%, rgba(2, 28, 42, .07) 100%), linear-gradient(0deg, rgba(2, 26, 39, .42), transparent 65%); }
.login-access-section { overflow: hidden; background: radial-gradient(circle at 92% 14%, rgba(24, 210, 255, .25), transparent 25rem), radial-gradient(circle at 4% 96%, rgba(8, 124, 166, .12), transparent 23rem), linear-gradient(145deg, #ffffff, #e8f5fa); }
.login-access-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .7fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.login-access-copy h2 { max-width: 690px; }
.login-access-copy > p:not(.eyebrow) { max-width: 680px; }
.login-trust-list { display: grid; gap: 9px; margin-top: 30px; }
.login-trust-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(8, 124, 166, .18); border-radius: 15px; background: rgba(255, 255, 255, .82); box-shadow: 0 10px 27px rgba(15, 77, 103, .055); }
.login-trust-list article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: #032330; background: linear-gradient(135deg, var(--brand-light), var(--brand)); font-size: .65rem; font-weight: 950; }
.login-trust-list strong, .login-trust-list small { display: block; }
.login-trust-list strong { font-size: .82rem; }
.login-trust-list small { margin-top: 2px; color: #708695; font-size: .67rem; }
.login-destination-card { position: relative; padding: clamp(30px, 4vw, 46px); overflow: hidden; border: 1px solid rgba(121, 231, 255, .3); border-radius: 25px; color: #ffffff; background: radial-gradient(circle at 100% 0%, rgba(121, 231, 255, .27), transparent 18rem), linear-gradient(145deg, #032f45, #087ca6); box-shadow: 0 30px 75px rgba(4, 55, 78, .28); }
.login-destination-card::after { position: absolute; right: -62px; bottom: -75px; width: 220px; height: 220px; border: 34px solid rgba(121, 231, 255, .09); border-radius: 50%; content: ""; }
.login-destination-icon { position: relative; z-index: 1; display: grid; width: 68px; height: 68px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(255, 255, 255, .38); border-radius: 20px; background: rgba(255, 255, 255, .13); box-shadow: 0 13px 34px rgba(1, 32, 47, .18); }
.login-destination-icon img { width: 50px; height: 50px; border-radius: 13px; }
.login-destination-card .eyebrow { position: relative; z-index: 1; color: var(--brand-light); }
.login-destination-card h3 { position: relative; z-index: 1; margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.login-destination-card p:not(.eyebrow) { position: relative; z-index: 1; color: rgba(237, 250, 255, .8); }
.login-destination-card .button { position: relative; z-index: 1; width: 100%; margin: 10px 0 15px; gap: 8px; background: var(--brand-light); }
.login-destination-card > small { position: relative; z-index: 1; display: block; color: rgba(224, 245, 252, .66); font-size: .64rem; }
.login-steps-section { background: radial-gradient(circle at 94% 8%, rgba(24, 210, 255, .34), transparent 27rem), radial-gradient(circle at 4% 90%, rgba(8, 124, 166, .18), transparent 26rem), linear-gradient(135deg, #cce8f2 0%, #edf8fb 48%, #c9e6f1 100%); }
.login-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: login-step; }
.login-step-grid li { position: relative; min-height: 255px; padding: 25px 22px; overflow: hidden; border: 1px solid rgba(8, 124, 166, .22); border-radius: 19px; background: rgba(255, 255, 255, .88); box-shadow: 0 17px 42px rgba(15, 78, 103, .09); }
.login-step-grid li::after { position: absolute; right: -34px; bottom: -46px; width: 120px; height: 120px; border: 22px solid rgba(24, 210, 255, .07); border-radius: 50%; content: ""; }
.login-step-grid li > span { display: grid; width: 42px; height: 42px; margin-bottom: 32px; place-items: center; border-radius: 13px; color: #03212c; background: linear-gradient(135deg, var(--brand-light), var(--brand)); font-size: .7rem; font-weight: 950; }
.login-step-grid h3 { position: relative; z-index: 1; font-size: 1.06rem; }
.login-step-grid p { position: relative; z-index: 1; margin: 0; font-size: .76rem; }
.login-step-action { display: flex; justify-content: center; margin-top: 30px; }
.login-support-section { background: radial-gradient(circle at 0% 0%, rgba(24, 210, 255, .18), transparent 25rem), linear-gradient(145deg, #ffffff, #e8f4f8); }
.login-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.login-support-grid > a { display: grid; min-height: 115px; grid-template-columns: 49px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 19px; border: 1px solid rgba(8, 124, 166, .2); border-radius: 17px; background: rgba(255, 255, 255, .88); box-shadow: 0 14px 36px rgba(16, 76, 101, .07); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.login-support-grid > a:hover { border-color: rgba(24, 210, 255, .62); box-shadow: 0 21px 46px rgba(16, 76, 101, .13); transform: translateY(-3px); }
.login-support-grid > a > span { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 14px; color: var(--brand-deep); background: rgba(24, 210, 255, .12); font-size: .74rem; font-weight: 950; }
.login-support-grid strong, .login-support-grid small { display: block; }
.login-support-grid strong { font-size: .8rem; }
.login-support-grid small { margin-top: 3px; color: #718796; font-size: .64rem; }
.login-support-grid b { color: var(--brand-deep); font-size: .9rem; }
.login-faq-list { margin-top: 30px; }
.login-member-cta .member-cta-inner { min-height: 270px; }

@media (max-width: 980px) {
  .login-access-layout { grid-template-columns: 1fr; }
  .login-destination-card { max-width: 590px; }
  .login-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .login-support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .winbox-login-hero .page-hero-inner { min-height: 420px; }
  .winbox-login-hero > img { object-position: 70% center; }
  .winbox-login-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 27, 41, .97), rgba(3, 55, 78, .84)); }
  .login-access-section, .login-steps-section, .login-support-section { padding-block: 68px; }
  .login-access-layout { gap: 38px; }
  .login-destination-card { padding: 27px 22px; border-radius: 20px; }
  .login-step-grid { grid-template-columns: 1fr; }
  .login-step-grid li { min-height: 0; }
  .login-step-grid li > span { margin-bottom: 23px; }
  .login-support-grid > a { min-height: 104px; padding: 15px; }
}

/* Register tutorial carousels */
.register-carousel-list { display: grid; gap: 30px; }
.register-tutorial-carousel { overflow: hidden; padding: clamp(18px, 3vw, 30px); border: 1px solid rgba(8, 124, 166, .24); border-radius: 24px; background: rgba(255, 255, 255, .9); box-shadow: 0 24px 62px rgba(16, 78, 104, .11); }
.register-carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 20px; }
.register-carousel-heading > div { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 13px; }
.register-carousel-heading span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; color: #03212c; background: linear-gradient(135deg, var(--brand-light), var(--brand)); font-size: .7rem; font-weight: 950; }
.register-carousel-heading h3 { margin: 0; font-size: clamp(1.35rem, 2.6vw, 2rem); }
.register-carousel-heading > p { max-width: 540px; margin: 0; font-size: .75rem; text-align: right; }
.register-carousel-stage { position: relative; overflow: hidden; border-radius: 19px; }
.register-tutorial-carousel .register-carousel-slide { display: none; width: 100%; max-width: none; margin: 0; border-radius: 19px; box-shadow: none; }
.register-tutorial-carousel .register-carousel-slide.active { display: block; animation: register-carousel-in 220ms ease-out both; }
.register-tutorial-carousel .register-step-card figure img { width: 100%; height: auto; aspect-ratio: auto; background: #eef7fa; object-fit: contain; object-position: center; }
.register-carousel-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .62); border-radius: 50%; color: #ffffff; background: rgba(3, 52, 73, .78); box-shadow: 0 11px 27px rgba(2, 42, 59, .22); cursor: pointer; transform: translateY(-50%); transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.register-carousel-arrow:hover { border-color: var(--brand-light); background: var(--brand-deep); transform: translateY(-50%) scale(1.05); }
.register-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.register-carousel-prev { left: 17px; }
.register-carousel-next { right: 17px; }
.register-carousel-footer { display: grid; justify-items: center; gap: 9px; padding-top: 18px; }
.register-carousel-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.register-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .25); }
.register-carousel-dots .carousel-dot.active { background: var(--brand); }
.register-carousel-footer small { color: #718695; font-size: .64rem; }
@keyframes register-carousel-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 640px) {
  .register-carousel-list { gap: 20px; }
  .register-tutorial-carousel { padding: 12px; border-radius: 18px; }
  .register-carousel-heading { align-items: flex-start; flex-direction: column; gap: 10px; padding: 5px 3px 0; }
  .register-carousel-heading > div { grid-template-columns: 44px minmax(0, 1fr); }
  .register-carousel-heading span { width: 44px; height: 44px; border-radius: 13px; }
  .register-carousel-heading h3 { font-size: 1.25rem; }
  .register-carousel-heading > p { text-align: left; }
  .register-carousel-stage, .register-tutorial-carousel .register-carousel-slide { border-radius: 14px; }
  .register-carousel-arrow { top: 45%; width: 40px; height: 40px; }
  .register-carousel-prev { left: 8px; }
  .register-carousel-next { right: 8px; }
  .register-carousel-arrow span { font-size: 1.65rem; }
  .register-carousel-footer { padding-top: 14px; }
}

/* Keep the Register hero aligned with the standard inner-page hero size. */
.register-hero, .register-hero-layout { min-height: 470px; }
.register-hero-layout { padding-block: 52px; }
.register-hero .breadcrumbs { margin-bottom: 35px; }
.register-hero h1 { font-size: clamp(2.6rem, 4.65vw, 4.75rem); }

/* WINBOX download page */
.download-page { background: #ffffff; }
.download-page-hero .page-hero-inner > p:not(.eyebrow) { max-width: 680px; }
.download-page-index { box-shadow: 0 12px 34px rgba(3, 70, 98, .11); }
.download-overview { position: relative; overflow: hidden; padding-block: clamp(76px, 8vw, 118px); background: linear-gradient(135deg, #ffffff 0%, #edf9fd 48%, #d9f3fc 100%); }
.download-overview::before { position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border: 110px solid rgba(24, 210, 255, .09); border-radius: 50%; content: ""; }
.download-overview-grid { position: relative; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.download-device-visual { position: relative; display: grid; min-height: 680px; place-items: center; }
.download-device-glow { position: absolute; width: min(100%, 480px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 32%, rgba(118, 233, 255, .8), rgba(24, 210, 255, .24) 49%, rgba(24, 210, 255, 0) 71%); filter: blur(1px); }
.download-device-visual > img { position: relative; z-index: 1; width: min(100%, 410px); height: auto; filter: drop-shadow(0 30px 30px rgba(2, 69, 95, .24)); }
.download-device-note { position: absolute; z-index: 2; right: 0; bottom: 72px; display: grid; max-width: 245px; gap: 3px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 17px; color: #ffffff; background: rgba(4, 61, 83, .92); box-shadow: 0 18px 45px rgba(3, 55, 76, .22); backdrop-filter: blur(10px); }
.download-device-note strong { font-size: .8rem; }
.download-device-note span { color: rgba(255, 255, 255, .73); font-size: .63rem; line-height: 1.5; }
.download-overview-copy h2 { max-width: 720px; margin: 4px 0 18px; font-size: clamp(2.25rem, 4.6vw, 4.6rem); line-height: .98; }
.download-lead { max-width: 780px; margin: 0 0 30px; color: #496b7b; font-size: .92rem; line-height: 1.8; }
.download-option-grid { display: grid; gap: 14px; }
.download-option-card { display: grid; grid-template-columns: 66px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 21px 22px; border: 1px solid rgba(8, 124, 166, .18); border-radius: 20px; background: rgba(255, 255, 255, .88); box-shadow: 0 15px 38px rgba(5, 76, 104, .08); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.download-option-card:hover { border-color: rgba(24, 210, 255, .58); box-shadow: 0 20px 45px rgba(5, 76, 104, .14); transform: translateY(-3px); }
.download-option-card > img { width: 58px; height: 58px; object-fit: contain; }
.download-option-card small { color: #6c8795; font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.download-option-card h3 { margin: 4px 0 5px; font-size: 1.18rem; }
.download-option-card p { margin: 0; color: #58727f; font-size: .68rem; line-height: 1.55; }
.download-option-link { display: inline-flex; align-items: center; gap: 8px; min-width: 180px; justify-content: center; padding: 12px 15px; border-radius: 12px; color: #ffffff; background: linear-gradient(135deg, #128fc3, var(--brand)); font-size: .66rem; font-weight: 900; text-align: center; }
.download-option-link span { font-size: .92rem; }
.download-web-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #ffffff; background: linear-gradient(145deg, #065c7d, #12acd9); font: 900 1.55rem/1 Georgia, serif; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28); }
.download-remark { margin: 22px 0 0; padding: 16px 18px; border-left: 4px solid var(--brand); border-radius: 0 14px 14px 0; color: #496a78; background: rgba(255, 255, 255, .66); font-size: .7rem; line-height: 1.65; }
.download-remark a, .download-ios-notice a:not(.button) { color: #087eab; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

.download-quick-guide-section { padding-block: clamp(76px, 8vw, 116px); border-top: 1px solid var(--line); background: #ffffff; }
.download-quick-guide-section .download-section-heading > p { color: #5b7482; }
.download-install-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.download-install-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(24px, 3vw, 34px); border: 1px solid rgba(8, 124, 166, .18); border-radius: 24px; background: linear-gradient(145deg, rgba(24, 210, 255, .055), transparent 54%), #ffffff; box-shadow: 0 20px 54px rgba(5, 76, 104, .09); }
.download-install-card-head { display: grid; min-height: 92px; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.download-install-card-head img { width: 68px; height: 68px; object-fit: contain; }
.download-install-card-head small { display: block; margin-bottom: 5px; color: var(--brand-deep); font-size: .59rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.download-install-card-head h3 { margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.18; }
.download-install-steps { display: grid; gap: 0; margin: 18px 0 26px; padding: 0; list-style: none; }
.download-install-steps li { display: grid; min-height: 52px; grid-template-columns: 37px minmax(0, 1fr); align-items: center; gap: 13px; padding: 10px 0; border-bottom: 1px solid rgba(8, 124, 166, .1); }
.download-install-steps li:last-child { border-bottom: 0; }
.download-install-steps li > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; color: #032431; background: linear-gradient(135deg, var(--brand-light), var(--brand)); font-size: .61rem; font-weight: 950; }
.download-install-steps p { margin: 0; color: #506c7a; font-size: .76rem; line-height: 1.58; }
.download-install-steps a { color: var(--brand-deep); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.download-install-action { align-self: flex-start; margin-top: auto; }

.download-tutorial-section { padding-block: clamp(78px, 8vw, 120px); color: #ffffff; background: radial-gradient(circle at 90% 8%, rgba(24, 210, 255, .28), transparent 27%), linear-gradient(145deg, #032b3e 0%, #054d69 53%, #06374d 100%); }
.download-section-heading { align-items: end; margin-bottom: 34px; }
.download-tutorial-section .section-heading h2 { color: #ffffff; }
.download-tutorial-section .section-heading > p { color: rgba(255, 255, 255, .68); }
.download-method-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 28px; }
.download-method-switch a { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 2px 14px; padding: 18px 20px; border: 1px solid rgba(133, 224, 255, .24); border-radius: 17px; color: #ffffff; background: rgba(255, 255, 255, .07); transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.download-method-switch a:hover { border-color: rgba(133, 224, 255, .62); background: rgba(24, 210, 255, .16); transform: translateY(-2px); }
.download-method-switch span { grid-row: 1 / span 2; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #062d3d; background: var(--brand-light); font-size: .7rem; font-weight: 950; }
.download-method-switch strong { align-self: end; font-size: .86rem; }
.download-method-switch small { align-self: start; color: rgba(255, 255, 255, .58); font-size: .61rem; }
.download-carousel { max-width: 1180px; margin: 0 auto 36px; padding: clamp(18px, 3vw, 30px); border: 1px solid rgba(102, 213, 251, .26); border-radius: 26px; color: #102c38; background: #ffffff; box-shadow: 0 28px 75px rgba(0, 22, 34, .28); scroll-margin-top: 108px; }
.download-carousel:last-child { margin-bottom: 0; }
.download-carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 20px; }
.download-carousel-heading span { color: #0782b1; font-size: .62rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.download-carousel-heading h3 { margin: 5px 0 0; font-size: clamp(1.35rem, 2.7vw, 2rem); }
.download-carousel-heading p { max-width: 480px; margin: 0; color: #667d88; font-size: .69rem; line-height: 1.6; text-align: right; }
.download-carousel-stage { position: relative; overflow: hidden; border: 1px solid rgba(8, 124, 166, .13); border-radius: 19px; background: #eef3fb; }
.download-carousel-slide { position: relative; display: none; width: 100%; margin: 0; }
.download-carousel-slide.active { display: block; animation: download-carousel-in 240ms ease-out both; }
.download-carousel-slide img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #f7f8fc; }
.download-carousel-slide figcaption { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px; color: #ffffff; background: rgba(3, 44, 61, .82); font-size: .59rem; font-weight: 850; backdrop-filter: blur(8px); }
.download-carousel-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 50px; height: 50px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: #ffffff; background: rgba(3, 52, 73, .82); box-shadow: 0 10px 28px rgba(2, 42, 59, .24); cursor: pointer; transform: translateY(-50%); transition: background 180ms ease, transform 180ms ease; }
.download-carousel-arrow:hover { background: var(--brand-deep); transform: translateY(-50%) scale(1.06); }
.download-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.download-carousel-prev { left: 17px; }
.download-carousel-next { right: 17px; }
.download-carousel-footer { display: grid; justify-items: center; gap: 10px; padding-top: 18px; }
.download-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.download-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .24); }
.download-carousel-dots .carousel-dot.active { background: var(--brand); }
.download-carousel-footer small { color: #718695; font-size: .63rem; }
@keyframes download-carousel-in { from { opacity: .2; transform: translateX(14px); } to { opacity: 1; transform: none; } }

.download-ios-section { padding-block: clamp(78px, 8vw, 120px); background: linear-gradient(160deg, #edf9fd 0%, #ffffff 43%, #dff5fc 100%); }
.download-ios-section .download-section-heading > p { color: #577482; }
.download-ios-notice { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 18px; max-width: 1180px; margin: 0 auto 25px; padding: 18px 20px; border: 1px solid rgba(8, 124, 166, .2); border-radius: 19px; background: rgba(255, 255, 255, .9); box-shadow: 0 15px 42px rgba(5, 76, 104, .09); }
.download-ios-notice > img { width: 55px; height: 55px; object-fit: contain; }
.download-ios-notice strong { display: block; margin-bottom: 3px; font-size: .82rem; }
.download-ios-notice p { margin: 0; color: #5a7582; font-size: .68rem; }
.download-carousel-ios { margin-bottom: 0; box-shadow: 0 26px 70px rgba(5, 76, 104, .16); }
.download-member-cta { background: radial-gradient(circle at 82% 20%, rgba(126, 230, 255, .22), transparent 30%), linear-gradient(120deg, #032b3e, #075b7b); }

@media (max-width: 980px) {
  .download-overview-grid { grid-template-columns: 1fr; gap: 42px; }
  .download-device-visual { min-height: 570px; }
  .download-device-visual > img { width: min(76vw, 375px); }
  .download-device-note { right: calc(50% - 270px); bottom: 40px; }
  .download-overview-copy { max-width: 820px; margin-inline: auto; }
}

@media (max-width: 760px) {
  .download-page-hero .page-hero-inner > p:not(.eyebrow) { max-width: 520px; }
  .download-overview { padding-block: 68px; }
  .download-device-visual { min-height: 510px; }
  .download-device-note { right: 0; bottom: 24px; }
  .download-option-card { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 18px; }
  .download-option-card > img, .download-web-icon { width: 48px; height: 48px; border-radius: 14px; }
  .download-option-link { grid-column: 1 / -1; min-width: 0; }
  .download-install-grid { grid-template-columns: 1fr; }
  .download-install-card { border-radius: 19px; }
  .download-method-switch { grid-template-columns: 1fr; }
  .download-carousel-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .download-carousel-heading p { text-align: left; }
  .download-ios-notice { grid-template-columns: 50px minmax(0, 1fr); }
  .download-ios-notice > img { width: 48px; height: 48px; }
  .download-ios-notice .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 560px) {
  .download-device-visual { min-height: 445px; }
  .download-device-visual > img { width: min(88vw, 330px); }
  .download-device-note { right: 5px; bottom: 10px; max-width: 210px; }
  .download-overview-copy h2 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .download-install-card { padding: 20px; }
  .download-install-card-head { min-height: 78px; grid-template-columns: 54px minmax(0, 1fr); gap: 13px; }
  .download-install-card-head img { width: 52px; height: 52px; }
  .download-install-steps p { font-size: .72rem; }
  .download-install-action { width: 100%; }
  .download-carousel { padding: 11px; border-radius: 18px; }
  .download-carousel-heading { padding: 7px 5px 2px; }
  .download-carousel-stage { border-radius: 13px; }
  .download-carousel-arrow { width: 40px; height: 40px; }
  .download-carousel-prev { left: 8px; }
  .download-carousel-next { right: 8px; }
  .download-carousel-slide figcaption { right: 8px; bottom: 8px; padding: 5px 8px; }
  .download-carousel-footer { padding-top: 13px; }
}
.register-hero-copy > p:not(.eyebrow) { margin-bottom: 25px; }

@media (max-width: 640px) {
  .register-hero { min-height: 410px; }
  .register-hero-layout { min-height: 410px; padding-block: 42px 50px; }
  .register-hero .breadcrumbs { margin-bottom: 28px; }
  .register-hero h1 { font-size: clamp(2.02rem, 9.2vw, 3rem); }
  .register-hero-copy > p:not(.eyebrow) { font-size: .84rem; }
}

.register-basic-section { background: radial-gradient(circle at 90% 10%, rgba(24, 210, 255, .25), transparent 25rem), radial-gradient(circle at 5% 95%, rgba(8, 124, 166, .12), transparent 22rem), linear-gradient(145deg, #ffffff, #e8f5fa); }
.register-basic-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .5fr); align-items: center; gap: clamp(42px, 8vw, 100px); }
.register-basic-copy h2 { max-width: 720px; }
.register-basic-copy > p:not(.eyebrow) { max-width: 680px; }
.register-basic-copy .button-row { margin-top: 27px; }

@media (max-width: 780px) {
  .register-basic-layout { grid-template-columns: 1fr; }
  .register-basic-layout .referrer-code-card { max-width: 470px; }
}

/* Supplied WINBOX game catalogue */
.home-game-library { color: #ffffff; background: radial-gradient(circle at 90% 8%, rgba(24, 210, 255, .32), transparent 27rem), radial-gradient(circle at 2% 92%, rgba(95, 220, 255, .14), transparent 24rem), linear-gradient(145deg, #032b3e, #064d69 55%, #043246); }
.home-game-library .section-heading h2, .games-catalogue-section .section-heading h2 { color: #ffffff; }
.home-game-library .section-heading > p, .games-catalogue-section .section-heading > p { color: rgba(255, 255, 255, .7); }
.home-game-library .section-cta .text-link { color: #8ee8ff; }
.winbox-catalog { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.winbox-catalog-tabs { display: flex; overflow-x: auto; gap: 8px; margin: -8px -4px 12px; padding: 8px 4px 16px; border: 0; background: transparent; scrollbar-width: none; }
.winbox-catalog-tabs::-webkit-scrollbar { display: none; }
.winbox-catalog-tab { position: relative; display: inline-flex; min-width: max-content; min-height: 46px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 8px; padding: 7px 17px 7px 8px; border: 1px solid rgba(152, 229, 255, .18); border-radius: 999px; color: rgba(231, 249, 255, .72); background: rgba(255, 255, 255, .035); font: inherit; text-align: left; cursor: pointer; isolation: isolate; transition: border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.winbox-catalog-tab:hover { border-color: rgba(98, 217, 255, .58); color: #ffffff; background: rgba(24, 210, 255, .14); box-shadow: 0 6px 14px rgba(8, 124, 166, .15); transform: none; }
.winbox-catalog-tab.is-active { border-color: rgba(184, 239, 255, .88); color: #042b3b; background: linear-gradient(135deg, #a6ebff, var(--brand)); box-shadow: 0 7px 16px rgba(24, 210, 255, .24), inset 0 1px rgba(255, 255, 255, .48); }
.winbox-catalog-tab.is-active::after { display: none; }
.catalog-tab-symbol { position: relative; display: inline-grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; overflow: hidden; border: 1px solid rgba(158, 231, 255, .22); border-radius: 50%; color: #a6e9ff; background: rgba(24, 210, 255, .13); font-style: normal; line-height: 1; transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease; }
.winbox-catalog-tab:hover .catalog-tab-symbol { border-color: rgba(181, 239, 255, .56); color: #ffffff; background: rgba(24, 210, 255, .24); transform: scale(1.05); }
.winbox-catalog-tab.is-active .catalog-tab-symbol { border-color: rgba(255, 255, 255, .34); color: #ffffff; background: #087ca7; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.catalog-tab-symbol-all::before { width: 5px; height: 5px; border-radius: 1px; background: currentColor; box-shadow: 7px 0 currentColor, 0 7px currentColor, 7px 7px currentColor; content: ""; transform: translate(-3.5px, -3.5px); }
.catalog-tab-symbol-slots { border-radius: 10px; font-size: .52rem; font-weight: 950; letter-spacing: -.04em; }
.catalog-tab-symbol-live::before { width: 14px; height: 14px; border: 1.5px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .12); content: ""; }
.catalog-tab-symbol-live::after { position: absolute; top: 14px; left: 14px; width: 2px; height: 2px; border-radius: 50%; background: currentColor; box-shadow: 0 -6px currentColor, 0 6px currentColor, 6px 0 currentColor, -6px 0 currentColor; content: ""; }
.catalog-tab-symbol-sports::before, .catalog-tab-symbol-sports::after { position: absolute; border-color: currentColor; border-style: solid; content: ""; }
.catalog-tab-symbol-sports { border-width: 1.5px; }
.catalog-tab-symbol-sports::before { width: 9px; height: 24px; border-width: 0 0 0 1px; border-radius: 50%; transform: rotate(30deg); }
.catalog-tab-symbol-sports::after { width: 24px; height: 9px; border-width: 1px 0 0; border-radius: 50%; transform: rotate(-30deg); }
.catalog-tab-symbol-fishing::before { width: 14px; height: 9px; border: 1.5px solid currentColor; border-radius: 55% 70% 70% 55%; content: ""; transform: translateX(-2px); }
.catalog-tab-symbol-fishing::after { position: absolute; right: 4px; width: 7px; height: 7px; border-width: 1.5px 1.5px 0 0; border-style: solid; border-color: currentColor; content: ""; transform: rotate(45deg); }
.catalog-tab-symbol-poker { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 800; }
.catalog-tab-symbol-lottery { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.winbox-catalog-tab strong, .winbox-catalog-tab small { display: block; }
.winbox-catalog-tab strong { color: inherit; font-size: .72rem; line-height: 1.25; white-space: nowrap; }
.winbox-catalog-tab small { display: none; }
.winbox-catalog-panels { color: #ffffff; background: transparent; }
.winbox-catalog-panel { padding: 0; }
.winbox-catalog-panel[hidden] { display: none; }
.winbox-catalog-panel.is-active { animation: winbox-catalog-in 160ms ease-out both; }
.winbox-catalog-panel-heading { display: none; }
.winbox-catalog-panel-heading h3 { margin: 3px 0 8px; font-size: clamp(1.85rem, 3.7vw, 3.4rem); }
.winbox-catalog-panel-heading p:not(.eyebrow) { max-width: 650px; margin: 0; color: #5d7785; font-size: .75rem; line-height: 1.65; }
.winbox-catalog-panel-heading .text-link { flex: 0 0 auto; margin-bottom: 4px; }
.winbox-game-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.winbox-game-card[hidden] { display: none; }
.winbox-game-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; padding: 12px; border: 1px solid rgba(129, 222, 255, .18); border-radius: 18px; color: #ffffff; background: radial-gradient(circle at 50% 34%, rgba(24, 210, 255, .17), transparent 48%), linear-gradient(145deg, #0a3042, #061b27); box-shadow: 0 15px 34px rgba(0, 24, 36, .18); transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease; }
.winbox-game-card:hover { border-color: rgba(103, 224, 255, .66); box-shadow: 0 22px 46px rgba(0, 20, 31, .3); transform: translateY(-4px); }
.winbox-game-art { display: grid; overflow: hidden; width: 100%; aspect-ratio: 1; place-items: center; border-radius: 13px; background: rgba(255, 255, 255, .025); }
.winbox-game-art img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; object-position: center; filter: drop-shadow(0 12px 17px rgba(0, 0, 0, .25)); transition: transform 200ms ease; }
.winbox-game-card:hover .winbox-game-art img { transform: scale(1.025); }
.winbox-game-meta { display: none; }
.winbox-game-meta small { overflow: hidden; margin-bottom: 4px; color: #0782b1; font-size: .49rem; font-weight: 900; letter-spacing: .075em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.winbox-game-meta strong { overflow: hidden; font-size: .72rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.winbox-game-meta b { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 13px; padding-top: 9px; border-top: 1px solid rgba(8, 124, 166, .12); color: #5f7886; font-size: .51rem; font-weight: 850; }
.winbox-game-meta b span { color: var(--brand-deep); font-size: .72rem; }
.game-library-controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 30px; }
.game-library-controls[hidden], .game-library-controls button[hidden] { display: none; }
.game-library-controls .button { min-width: 155px; }
.game-library-controls .button span { font-size: .85rem; line-height: 1; }
@keyframes winbox-catalog-in { from { opacity: .62; } to { opacity: 1; } }

.games-library-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 31, 45, .98) 0%, rgba(4, 62, 86, .9) 39%, rgba(8, 124, 166, .55) 65%, rgba(3, 41, 58, .16) 100%), linear-gradient(0deg, rgba(2, 30, 44, .38), transparent 62%); }
.games-library-index { box-shadow: 0 12px 34px rgba(3, 70, 98, .12); }
.games-catalogue-section { padding-block: clamp(78px, 8vw, 118px); color: #ffffff; background: radial-gradient(circle at 90% 8%, rgba(24, 210, 255, .3), transparent 26rem), linear-gradient(145deg, #032b3e, #075573 54%, #043448); }
.games-category-section { padding-block: clamp(74px, 7vw, 108px); background: radial-gradient(circle at 7% 88%, rgba(24, 210, 255, .15), transparent 23rem), linear-gradient(145deg, #ffffff, #dff4fb); }
.game-category-directory { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-bottom: 0; counter-reset: winbox-category; }
.game-category-directory > a { position: relative; display: flex; min-height: 158px; align-items: flex-start; justify-content: space-between; flex-direction: column; gap: 20px; padding: 20px; overflow: hidden; border: 1px solid rgba(91, 205, 242, .22); border-radius: 16px; color: #ffffff; background: radial-gradient(circle at 88% 12%, rgba(24, 210, 255, .18), transparent 9rem), linear-gradient(145deg, #0a3042, #061b27); box-shadow: 0 16px 36px rgba(3, 50, 69, .13); counter-increment: winbox-category; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.game-category-directory > a::before { color: #6edfff; content: counter(winbox-category, decimal-leading-zero); font-size: .64rem; font-weight: 950; letter-spacing: .13em; }
.game-category-directory > a:hover, .game-category-directory > a.active { border-color: rgba(79, 215, 255, .72); color: #ffffff; background: radial-gradient(circle at 88% 12%, rgba(24, 210, 255, .28), transparent 9rem), linear-gradient(145deg, #0b3c52, #072332); box-shadow: 0 22px 46px rgba(3, 50, 69, .2); transform: translateY(-4px); }
.game-category-directory > a > span { display: none; }
.game-category-directory > a > div { margin-top: auto; }
.game-category-directory strong { color: #ffffff; font-size: .86rem; line-height: 1.3; white-space: normal; }
.game-category-directory small { display: none; }
.game-category-directory b { position: absolute; top: 17px; right: 18px; color: #79e2ff; font-size: .8rem; }
.games-about-section { padding-block: clamp(76px, 7vw, 108px); color: #ffffff; background: linear-gradient(145deg, #06364a, #032735); }
.games-about-section .section-heading h2 { color: #ffffff; }
.games-about-section .section-heading > p { color: rgba(255, 255, 255, .68); }
.games-about-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.games-about-grid article { min-height: 270px; padding: 27px; border: 1px solid rgba(110, 222, 255, .2); border-radius: 20px; background: linear-gradient(145deg, rgba(24, 210, 255, .12), rgba(255, 255, 255, .04)); }
.games-about-grid article > span { display: block; margin-bottom: 62px; color: #7ee4ff; font-size: .63rem; font-weight: 950; letter-spacing: .13em; }
.games-about-grid h3 { color: #ffffff; font-size: 1rem; }
.games-about-grid p { margin-bottom: 0; color: rgba(255, 255, 255, .7); font-size: .7rem; line-height: 1.66; }

.supplied-game-library { background: radial-gradient(circle at 91% 6%, rgba(24, 210, 255, .14), transparent 26rem), linear-gradient(145deg, #ffffff, #e6f6fb); }
.supplied-game-library .winbox-game-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.supplied-game-notice { margin-top: 22px; background: rgba(255, 255, 255, .78); }
.supplied-game-notice span { color: #ffffff; background: var(--brand-deep); }

@media (max-width: 1180px) {
  .winbox-game-grid, .supplied-game-library .winbox-game-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .game-category-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .games-about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .winbox-game-grid, .supplied-game-library .winbox-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .winbox-catalog-panel-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
}

@media (max-width: 700px) {
  .winbox-catalog-tabs { gap: 7px; margin: -7px -3px 9px; padding: 7px 3px 11px; }
  .winbox-catalog-tab { min-width: max-content; min-height: 44px; flex-basis: auto; gap: 8px; padding: 6px 14px 6px 7px; }
  .catalog-tab-symbol { width: 30px; height: 30px; flex-basis: 30px; }
  .catalog-tab-symbol-live::after { top: 14px; left: 14px; }
  .winbox-game-grid, .supplied-game-library .winbox-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .winbox-game-card { padding: 8px; border-radius: 14px; }
  .winbox-game-art { border-radius: 10px; }
  .winbox-game-meta { padding: 10px 3px 3px; }
  .game-category-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .game-category-directory > a { min-height: 132px; padding: 16px; }
  .game-category-directory b { top: 14px; right: 15px; }
  .game-library-controls { align-items: stretch; flex-direction: column; }
  .game-library-controls .button { width: 100%; }
  .games-about-grid { grid-template-columns: 1fr; }
  .games-about-grid article { min-height: 0; }
  .games-about-grid article > span { margin-bottom: 34px; }
}

@media (max-width: 470px) {
  .winbox-game-grid, .supplied-game-library .winbox-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .winbox-game-meta strong { font-size: .68rem; }
  .winbox-game-meta b { margin-top: 10px; }
}

/* Contact centre */
.contact-page { background: #ffffff; }
.contact-page-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 30, 44, .98) 0%, rgba(4, 67, 92, .9) 40%, rgba(8, 124, 166, .54) 64%, rgba(3, 45, 64, .13) 100%), linear-gradient(0deg, rgba(2, 30, 44, .42), transparent 62%); }
.contact-page-hero .page-hero-inner > p:not(.eyebrow) { max-width: 700px; }
.contact-page-index { box-shadow: 0 12px 34px rgba(3, 70, 98, .12); }
.contact-channel-section { padding-block: clamp(78px, 8vw, 118px); color: #ffffff; background: radial-gradient(circle at 92% 9%, rgba(24, 210, 255, .34), transparent 27rem), radial-gradient(circle at 3% 91%, rgba(111, 226, 255, .12), transparent 24rem), linear-gradient(145deg, #032a3c, #07536f 55%, #043347); }
.contact-section-heading h2 { color: #ffffff; }
.contact-section-heading > p { color: rgba(255, 255, 255, .68); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-channel-card { position: relative; display: grid; min-height: 220px; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: start; gap: 20px; padding: 28px; overflow: hidden; border: 1px solid rgba(124, 225, 255, .23); border-radius: 22px; color: #ffffff; background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045)); box-shadow: 0 24px 58px rgba(0, 24, 36, .18); transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.contact-channel-card::after { position: absolute; right: -45px; bottom: -75px; width: 180px; height: 180px; border: 35px solid rgba(255, 255, 255, .045); border-radius: 50%; content: ""; }
.contact-channel-card:hover { border-color: rgba(124, 225, 255, .65); background: linear-gradient(145deg, rgba(24, 210, 255, .2), rgba(255, 255, 255, .07)); box-shadow: 0 30px 68px rgba(0, 20, 31, .28); transform: translateY(-4px); }
.contact-channel-icon { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255, 255, 255, .34); border-radius: 19px; color: #ffffff; background: rgba(255, 255, 255, .12); font-size: 1rem; font-weight: 950; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07); }
.contact-channel-whatsapp .contact-channel-icon { background: #17a968; }
.contact-channel-telegram .contact-channel-icon { background: #178ec5; }
.contact-channel-facebook .contact-channel-icon { background: #315fa8; font-family: Georgia, serif; font-size: 1.7rem; }
.contact-channel-email .contact-channel-icon { background: #7d5ad6; }
.contact-channel-card small { color: #83e6ff; font-size: .57rem; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.contact-channel-card h3 { margin: 7px 0 9px; color: #ffffff; font-size: clamp(1.18rem, 2.2vw, 1.7rem); }
.contact-channel-card p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .68); font-size: .7rem; line-height: 1.62; }
.contact-channel-card > b { position: relative; z-index: 1; color: #83e6ff; font-size: 1rem; }

.contact-help-section { padding-block: clamp(78px, 8vw, 118px); background: radial-gradient(circle at 95% 6%, rgba(24, 210, 255, .14), transparent 27rem), linear-gradient(145deg, #ffffff, #e3f5fb); }
.contact-help-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); align-items: stretch; gap: 20px; }
.contact-service-intro { position: relative; min-height: 680px; overflow: hidden; padding: clamp(30px, 5vw, 54px); padding-bottom: 145px; border-radius: 26px; color: #ffffff; background: radial-gradient(circle at 88% 10%, rgba(118, 228, 255, .32), transparent 17rem), linear-gradient(150deg, #075b78, #032b3d 72%); box-shadow: 0 28px 68px rgba(3, 58, 80, .2); }
.contact-service-intro::after { position: absolute; right: -100px; bottom: -120px; width: 330px; height: 330px; border: 72px solid rgba(24, 210, 255, .12); border-radius: 50%; content: ""; }
.contact-service-brand { display: grid; width: 84px; height: 84px; margin-bottom: clamp(38px, 5vw, 58px); place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 24px; background: rgba(255, 255, 255, .94); box-shadow: 0 18px 40px rgba(0, 20, 30, .21); }
.contact-service-brand img { width: 68px; height: 68px; object-fit: contain; }
.contact-service-intro h2 { max-width: 590px; margin: 5px 0 20px; color: #ffffff; font-size: clamp(2.35rem, 3.4vw, 3.45rem); line-height: 1.02; }
.contact-service-intro > p:not(.eyebrow) { max-width: 560px; color: rgba(255, 255, 255, .82); font-size: .77rem; line-height: 1.7; }
.contact-service-status { position: absolute; z-index: 1; right: clamp(24px, 4vw, 45px); bottom: clamp(24px, 4vw, 45px); left: clamp(24px, 4vw, 45px); display: grid; grid-template-columns: 12px minmax(0, 1fr); align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 16px; background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); }
.contact-service-status > span { width: 11px; height: 11px; border-radius: 50%; background: #5bf0a5; box-shadow: 0 0 0 6px rgba(91, 240, 165, .12); }
.contact-service-status strong, .contact-service-status small { display: block; }
.contact-service-status strong { color: #ffffff; font-size: .72rem; }
.contact-service-status small { margin-top: 2px; color: rgba(255, 255, 255, .58); font-size: .59rem; }
.contact-help-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-help-directory a { display: grid; min-height: 190px; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: start; gap: 16px; padding: 24px; border: 1px solid rgba(8, 124, 166, .17); border-radius: 20px; color: var(--ink); background: rgba(255, 255, 255, .88); box-shadow: 0 14px 34px rgba(4, 69, 96, .07); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.contact-help-directory a:hover { border-color: rgba(24, 210, 255, .65); box-shadow: 0 21px 46px rgba(4, 69, 96, .14); transform: translateY(-3px); }
.contact-help-directory a > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: #042b3b; background: linear-gradient(145deg, #75e0fb, var(--brand)); font-size: .61rem; font-weight: 950; }
.contact-help-directory strong, .contact-help-directory small { display: block; }
.contact-help-directory strong { margin: 3px 0 7px; font-size: .82rem; }
.contact-help-directory small { color: #68818f; font-size: .62rem; line-height: 1.5; }
.contact-help-directory b { color: #0782b1; font-size: .83rem; }

.contact-ready-section { padding-block: clamp(76px, 7vw, 106px); color: #ffffff; background: linear-gradient(145deg, #083d53, #032735); }
.contact-ready-heading h2 { color: #ffffff; }
.contact-ready-heading > p { color: rgba(255, 255, 255, .66); }
.contact-ready-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.contact-ready-grid li { display: grid; min-height: 245px; align-content: space-between; gap: 42px; padding: 27px; border: 1px solid rgba(110, 222, 255, .2); border-radius: 20px; background: linear-gradient(145deg, rgba(24, 210, 255, .13), rgba(255, 255, 255, .035)); }
.contact-ready-grid li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: #062d3d; background: #7ce5ff; font-size: .61rem; font-weight: 950; }
.contact-ready-grid h3 { color: #ffffff; font-size: .95rem; }
.contact-ready-grid p { margin: 0; color: rgba(255, 255, 255, .67); font-size: .69rem; line-height: 1.65; }
.contact-direct-cta { padding-block: clamp(58px, 6vw, 88px); background: radial-gradient(circle at 86% 20%, rgba(120, 230, 255, .24), transparent 22rem), linear-gradient(120deg, #087eab, #18D2FF); }
.contact-direct-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.contact-direct-cta h2 { margin: 4px 0 8px; color: #ffffff; font-size: clamp(2rem, 4vw, 4rem); }
.contact-direct-cta p:not(.eyebrow) { margin: 0; color: rgba(255, 255, 255, .78); }
.contact-direct-cta .eyebrow { color: #042c3b; }

/* Upgrade older generated content pages that still use the generic rich-copy shell. */
.content-heading { position: relative; overflow: hidden; border-color: rgba(78, 207, 246, .24); color: #ffffff; background: radial-gradient(circle at 92% 5%, rgba(99, 220, 255, .24), transparent 18rem), linear-gradient(145deg, #075573, #032d40); box-shadow: 0 22px 52px rgba(3, 64, 88, .17); }
.content-heading::after { position: absolute; right: -60px; bottom: -85px; width: 210px; height: 210px; border: 42px solid rgba(255, 255, 255, .05); border-radius: 50%; content: ""; }
.content-heading h2 { position: relative; z-index: 1; color: #ffffff; }
.content-heading .eyebrow { color: #83e7ff; }
.content-heading > p:last-child { position: relative; z-index: 1; color: rgba(255, 255, 255, .69); }
.rich-copy { position: relative; overflow: hidden; border-color: rgba(8, 124, 166, .18); background: radial-gradient(circle at 96% 2%, rgba(24, 210, 255, .1), transparent 20rem), linear-gradient(145deg, #ffffff, #f2fafc); box-shadow: 0 22px 56px rgba(4, 69, 96, .1); }
.rich-copy::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, #087eab, var(--brand), #77e2fc); content: ""; }
.rich-copy h2 { position: relative; margin: 22px 0 11px; padding: 16px 18px 16px 22px; border: 1px solid rgba(8, 124, 166, .15); border-top: 1px solid rgba(8, 124, 166, .15); border-radius: 14px; color: #0b3041; background: rgba(255, 255, 255, .9); box-shadow: 0 10px 25px rgba(4, 69, 96, .055); font-size: clamp(1rem, 1.9vw, 1.45rem); line-height: 1.3; }
.rich-copy h2::before { position: absolute; top: 14px; bottom: 14px; left: 0; width: 4px; border-radius: 0 6px 6px 0; background: var(--brand); content: ""; }
.rich-copy h2:first-child { margin-top: 0; padding-top: 16px; border-top: 1px solid rgba(8, 124, 166, .15); }
.rich-copy h2 + h2 { margin-top: 8px; }
.rich-copy h3 { margin: 17px 0 9px; padding: 12px 15px; border: 1px solid rgba(24, 210, 255, .18); border-radius: 12px; color: #075c7c; background: rgba(231, 247, 252, .78); font-size: clamp(.78rem, 1.35vw, 1rem); line-height: 1.45; }
.rich-copy p { max-width: 960px; margin: 0 4px 13px; color: #506c7a; font-size: .78rem; line-height: 1.72; }
.rich-copy .numbered-line { margin-block: 10px; padding: 15px 16px; border: 1px solid rgba(8, 124, 166, .13); border-radius: 13px; background: rgba(255, 255, 255, .84); }

@media (max-width: 920px) {
  .contact-help-layout { grid-template-columns: 1fr; }
  .contact-service-intro { min-height: 560px; }
  .contact-service-brand { margin-bottom: 44px; }
}

@media (max-width: 720px) {
  .contact-channel-grid, .contact-help-directory, .contact-ready-grid { grid-template-columns: 1fr; }
  .contact-channel-card { min-height: 0; }
  .contact-ready-grid li { min-height: 0; gap: 34px; }
  .contact-direct-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .contact-channel-card { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 20px; }
  .contact-channel-icon { width: 52px; height: 52px; border-radius: 16px; }
  .contact-channel-card > b { display: none; }
  .contact-service-intro { min-height: 0; padding: 28px 23px; border-radius: 21px; }
  .contact-service-brand { width: 70px; height: 70px; margin-bottom: 38px; border-radius: 20px; }
  .contact-service-brand img { width: 58px; height: 58px; }
  .contact-service-intro h2 { font-size: clamp(2.35rem, 13vw, 3rem); }
  .contact-service-status { position: relative; right: auto; bottom: auto; left: auto; margin-top: 28px; }
  .contact-help-directory a { min-height: 0; padding: 19px; }
  .rich-copy h2 { padding: 14px 15px 14px 19px; }
  .rich-copy h2::before { top: 12px; bottom: 12px; }
}

/* WINBOX 4D results centre */
.results-page { background: #ffffff; }
.results-page-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 28, 42, .98) 0%, rgba(4, 62, 87, .91) 40%, rgba(8, 124, 166, .57) 63%, rgba(3, 42, 59, .14) 100%), linear-gradient(0deg, rgba(2, 30, 44, .43), transparent 62%); }
.results-page-hero .page-hero-inner > p:not(.eyebrow) { max-width: 690px; }
.results-page-index { box-shadow: 0 12px 34px rgba(3, 70, 98, .12); }
.results-board-section { padding-block: clamp(78px, 8vw, 120px); color: #ffffff; background: radial-gradient(circle at 91% 7%, rgba(24, 210, 255, .33), transparent 28rem), radial-gradient(circle at 4% 95%, rgba(109, 228, 255, .12), transparent 24rem), linear-gradient(145deg, #032a3c, #07536f 56%, #043347); }
.results-section-heading h2 { color: #ffffff; }
.results-section-heading > p { color: rgba(255, 255, 255, .68); }
.results-operator-strip { display: flex; overflow-x: auto; gap: 8px; margin-bottom: 15px; padding: 0 2px 7px; scrollbar-color: rgba(115, 226, 255, .5) transparent; scrollbar-width: thin; }
.results-operator-strip::-webkit-scrollbar { height: 4px; }
.results-operator-strip::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(115, 226, 255, .5); }
.results-operator-strip span { min-width: max-content; padding: 9px 13px; border: 1px solid rgba(121, 225, 255, .24); border-radius: 999px; color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .065); font-size: .59rem; font-weight: 850; }
.results-page .results-embed-shell { margin-bottom: 0; border-color: rgba(113, 220, 255, .28); border-radius: 24px; background: #eef7fa; box-shadow: 0 35px 90px rgba(0, 21, 33, .35); }
.results-page .results-embed-bar { min-height: 72px; padding: 13px 20px; border-bottom-color: rgba(255, 255, 255, .09); color: #ffffff; background: linear-gradient(145deg, #063d54, #032938); }
.results-page .results-embed-bar .lottery-embed-icon { width: 43px; height: 43px; border-color: rgba(118, 229, 255, .28); border-radius: 13px; background: rgba(255, 255, 255, .93); }
.results-page .results-embed-bar > div { display: grid; gap: 1px; }
.results-page .results-embed-bar strong { color: #ffffff; font-size: .78rem; }
.results-page .results-embed-bar small { color: rgba(255, 255, 255, .55); font-size: .55rem; }
.results-page .results-embed-bar a { color: #85e7ff; }
.results-page .results-embed-bar a:hover { color: #ffffff; }
.results-page .lottery-embed-shell iframe { height: 1040px; background: #ffffff; }
.results-source-note { max-width: 960px; margin: 19px auto 0; color: rgba(255, 255, 255, .58); }
.results-source-note > span { border-color: rgba(126, 230, 255, .28); color: #7ce5ff; }

@media (max-width: 900px) {
  .results-page .lottery-embed-shell iframe { height: 1120px; }
}

@media (max-width: 640px) {
  .results-page .lottery-embed-shell iframe { height: 1240px; }
}

.results-guide-section { padding-block: clamp(78px, 8vw, 118px); background: radial-gradient(circle at 94% 8%, rgba(24, 210, 255, .13), transparent 27rem), linear-gradient(145deg, #ffffff, #e2f5fb); }
.results-guide-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(45px, 8vw, 105px); }
.results-guide-intro { position: sticky; top: 125px; }
.results-guide-intro h2 { max-width: 570px; margin: 4px 0 18px; font-size: clamp(2.2rem, 4.2vw, 4.3rem); line-height: 1; }
.results-guide-intro > p:not(.eyebrow) { max-width: 540px; color: #57727f; font-size: .79rem; line-height: 1.72; }
.results-guide-intro .text-link { margin-top: 19px; }
.results-guide-grid { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.results-guide-grid li { display: grid; min-height: 126px; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 15px; padding: 20px; border: 1px solid rgba(8, 124, 166, .17); border-radius: 16px; background: rgba(255, 255, 255, .9); box-shadow: 0 12px 28px rgba(4, 69, 96, .07); }
.results-guide-grid li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #042b3b; background: linear-gradient(145deg, #79e4fc, var(--brand)); font-size: .61rem; font-weight: 950; }
.results-guide-grid h3 { margin: 2px 0 7px; font-size: .94rem; }
.results-guide-grid p { max-width: 580px; margin: 0; color: #607b88; font-size: .68rem; line-height: 1.58; }

.results-ekor-section { overflow: hidden; padding-block: clamp(76px, 8vw, 118px); color: #ffffff; background: radial-gradient(circle at 14% 60%, rgba(85, 215, 250, .21), transparent 24rem), linear-gradient(145deg, #063d54, #032735); }
.results-ekor-layout { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(55px, 9vw, 125px); }
.results-ekor-art { position: relative; display: grid; min-height: 520px; margin: 0; place-items: center; }
.results-ekor-art > span { position: absolute; width: min(95%, 470px); aspect-ratio: 1; border: 1px solid rgba(125, 229, 255, .23); border-radius: 50%; background: radial-gradient(circle at 40% 33%, rgba(106, 230, 255, .3), rgba(24, 210, 255, .08) 53%, transparent 70%); }
.results-ekor-art img { position: relative; z-index: 1; display: block; width: min(100%, 510px); height: auto; aspect-ratio: 1; border: 1px solid rgba(8, 124, 166, .16); border-radius: 32px; object-fit: cover; box-shadow: 0 30px 70px rgba(4, 69, 96, .2); }
.results-ekor-art figcaption { position: absolute; z-index: 2; bottom: 19px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; color: #075f84; background: rgba(255, 255, 255, .9); box-shadow: 0 10px 25px rgba(3, 67, 94, .14); font-size: .59rem; font-weight: 850; backdrop-filter: blur(10px); }
.results-ekor-copy h2 { margin: 4px 0 18px; color: #ffffff; font-size: clamp(2.3rem, 4.5vw, 4.6rem); line-height: 1; }
.results-ekor-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255, 255, 255, .68); font-size: .8rem; line-height: 1.73; }
.results-ekor-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 31px; }
.results-ekor-points span { padding: 9px 12px; border: 1px solid rgba(116, 225, 255, .22); border-radius: 999px; color: #8ceaff; background: rgba(255, 255, 255, .055); font-size: .58rem; font-weight: 850; }
.results-ekor-copy .button-secondary { color: #ffffff; }
.results-direct-cta { padding-block: clamp(58px, 6vw, 88px); background: radial-gradient(circle at 86% 20%, rgba(120, 230, 255, .24), transparent 22rem), linear-gradient(120deg, #087eab, #18D2FF); }
.results-direct-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.results-direct-cta h2 { margin: 4px 0 8px; color: #ffffff; font-size: clamp(2rem, 4vw, 4rem); }
.results-direct-cta p:not(.eyebrow) { margin: 0; color: rgba(255, 255, 255, .78); }
.results-direct-cta .eyebrow { color: #042c3b; }

@media (max-width: 900px) {
  .results-guide-layout, .results-ekor-layout { grid-template-columns: 1fr; }
  .results-guide-intro { position: static; }
  .results-ekor-art { min-height: 420px; }
}

@media (max-width: 640px) {
  .results-page .results-embed-bar { align-items: center; }
  .results-page .results-embed-bar a { width: 100%; margin-left: 53px; }
  .results-guide-grid li { min-height: 0; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 17px 15px; }
  .results-guide-grid li > span { width: 42px; height: 42px; border-radius: 12px; }
  .results-ekor-art { min-height: 350px; }
  .results-ekor-art img { border-radius: 24px; }
  .results-ekor-art figcaption { bottom: 13px; }
  .results-direct-cta-inner { align-items: flex-start; flex-direction: column; }
}

/* WINBOX promotions library */
.promotion-page { background: #edf8fc; }
.promotion-page-hero .page-hero-shade { background: linear-gradient(90deg, rgba(2, 25, 39, .98) 0%, rgba(3, 52, 74, .94) 39%, rgba(5, 91, 124, .68) 63%, rgba(2, 35, 51, .15) 100%), linear-gradient(0deg, rgba(2, 27, 40, .45), transparent 64%); }
.promotion-page-hero .page-hero-inner > p:not(.eyebrow) { max-width: 690px; }
.promotion-page-index { box-shadow: 0 12px 34px rgba(3, 70, 98, .12); }

.promotion-feature-section { overflow: hidden; padding-block: clamp(78px, 8vw, 120px); color: #ffffff; background: radial-gradient(circle at 5% 10%, rgba(92, 226, 255, .2), transparent 26rem), radial-gradient(circle at 92% 86%, rgba(24, 210, 255, .2), transparent 30rem), linear-gradient(145deg, #032b3d, #07536f 58%, #043448); }
.promotion-feature-layout { display: grid; grid-template-columns: minmax(310px, .86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(55px, 9vw, 125px); }
.promotion-feature-art { position: relative; overflow: hidden; width: min(100%, 620px); border: 1px solid rgba(124, 229, 255, .27); border-radius: 30px; background: rgba(255, 255, 255, .07); box-shadow: 0 34px 80px rgba(0, 18, 28, .3); }
.promotion-feature-art::after { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .22); border-radius: inherit; content: ""; pointer-events: none; }
.promotion-feature-art img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.promotion-feature-copy h2 { max-width: 680px; margin: 4px 0 18px; color: #ffffff; font-size: clamp(2.7rem, 5.4vw, 5.5rem); line-height: .96; }
.promotion-feature-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255, 255, 255, .7); font-size: .82rem; line-height: 1.75; }
.promotion-feature-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 31px; }
.promotion-feature-points span { padding: 9px 13px; border: 1px solid rgba(124, 229, 255, .25); border-radius: 999px; color: #8deaff; background: rgba(255, 255, 255, .06); font-size: .58rem; font-weight: 850; }

.promotion-list-section { padding-block: clamp(80px, 8vw, 124px); background: radial-gradient(circle at 96% 5%, rgba(24, 210, 255, .15), transparent 30rem), linear-gradient(145deg, #ffffff, #e5f5fa); }
.promotion-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.promotion-section-heading h2 { max-width: 720px; margin: 4px 0 0; font-size: clamp(2.45rem, 5vw, 5rem); line-height: .98; }
.promotion-section-heading > p { max-width: 610px; margin: 0 0 5px; color: #5c7582; font-size: .76rem; line-height: 1.68; }
.promotion-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.promotion-offer-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid rgba(9, 107, 146, .16); border-radius: 22px; background: rgba(255, 255, 255, .94); box-shadow: 0 17px 42px rgba(3, 67, 94, .08); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.promotion-offer-card:hover { border-color: rgba(24, 210, 255, .38); box-shadow: 0 24px 56px rgba(3, 67, 94, .14); transform: translateY(-4px); }
.promotion-offer-card > img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: #075f84; }
.promotion-offer-card > div { display: flex; flex: 1; flex-direction: column; padding: 24px 25px 27px; }
.promotion-card-meta { display: flex; min-height: 28px; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.promotion-card-meta span:first-child { padding: 7px 9px; border-radius: 999px; color: #056c95; background: #dff5fc; font-size: .54rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.promotion-card-meta span:not(:first-child), .promotion-card-meta time { color: #758b95; font-size: .55rem; font-weight: 780; text-align: right; }
.promotion-offer-card h3 { margin: 0 0 10px; color: #082d40; font-size: clamp(1rem, 2vw, 1.28rem); line-height: 1.25; }
.promotion-offer-card p { margin: 0; color: #5d7581; font-size: .7rem; line-height: 1.67; }
.promotion-offer-card p strong { color: #073d55; }
.promotion-card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: auto; padding-top: 22px; }
.promotion-card-actions a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 11px; color: #ffffff; font-size: .66rem; font-weight: 850; transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease; }
.promotion-card-actions a:hover { filter: brightness(1.04); transform: translateY(-2px); }
.promotion-learn { background: linear-gradient(135deg, #087ca6, #18D2FF); box-shadow: 0 9px 22px rgba(24, 210, 255, .2); }
.promotion-join { background: linear-gradient(135deg, #ff9f32, #ff8420); box-shadow: 0 9px 22px rgba(255, 132, 32, .18); }

.promotion-notes-section { padding-block: clamp(74px, 7vw, 105px); color: #ffffff; background: radial-gradient(circle at 87% 12%, rgba(92, 226, 255, .19), transparent 23rem), linear-gradient(135deg, #07516d, #032c3e); }
.promotion-notes-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: clamp(50px, 8vw, 100px); }
.promotion-notes-layout h2 { max-width: 700px; margin: 4px 0 17px; color: #ffffff; font-size: clamp(2.3rem, 4.5vw, 4.7rem); line-height: 1; }
.promotion-notes-layout > div > p:not(.eyebrow) { max-width: 720px; color: rgba(255, 255, 255, .68); font-size: .78rem; line-height: 1.72; }
.promotion-notes-layout ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.promotion-notes-layout li { padding: 19px 20px; border: 1px solid rgba(125, 229, 255, .2); border-radius: 15px; color: rgba(255, 255, 255, .68); background: rgba(255, 255, 255, .055); font-size: .68rem; line-height: 1.58; }
.promotion-notes-layout li strong { color: #8ceaff; }
.promotion-member-cta { background: radial-gradient(circle at 88% 20%, rgba(120, 230, 255, .24), transparent 22rem), linear-gradient(120deg, #087eab, #18D2FF); }

@media (max-width: 900px) {
  .promotion-feature-layout, .promotion-notes-layout { grid-template-columns: 1fr; }
  .promotion-feature-art { width: min(100%, 470px); }
  .promotion-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .promotion-section-heading > p { max-width: 720px; }
}

@media (max-width: 720px) {
  .promotion-card-grid { grid-template-columns: 1fr; }
  .promotion-offer-card > div { padding: 20px 19px 23px; }
}

@media (max-width: 520px) {
  .promotion-feature-art { border-radius: 22px; }
  .promotion-feature-copy h2 { font-size: clamp(2.4rem, 14vw, 3.7rem); }
  .promotion-card-meta { align-items: flex-start; flex-direction: column; }
  .promotion-card-meta span:not(:first-child), .promotion-card-meta time { text-align: left; }
}

/* Shared ocean treatment for full-width dark feature sections */
.anniversary-section,
.download-tutorial-section,
.home-game-library,
.games-catalogue-section,
.games-about-section,
.contact-channel-section,
.contact-ready-section,
.results-board-section,
.results-ekor-section,
.promotion-feature-section,
.promotion-notes-section,
.web-register-section,
.register-support-section,
.member-cta,
.contact-direct-cta,
.results-direct-cta,
.promotion-member-cta {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

:is(.anniversary-section, .download-tutorial-section, .home-game-library, .games-catalogue-section, .games-about-section, .contact-channel-section, .contact-ready-section, .results-board-section, .results-ekor-section, .promotion-feature-section, .promotion-notes-section, .web-register-section, .register-support-section, .member-cta, .contact-direct-cta, .results-direct-cta) .eyebrow {
  color: var(--brand-deep);
}

:is(.anniversary-section, .download-tutorial-section, .home-game-library, .games-catalogue-section, .games-about-section, .contact-channel-section, .contact-ready-section, .results-board-section, .results-ekor-section, .promotion-feature-section, .promotion-notes-section) .section-heading > p {
  color: #587382;
}

.home-game-library,
.games-catalogue-section {
  color: var(--ink);
  background: #ffffff;
}

.home-game-library { padding-block: clamp(72px, 7vw, 92px); }
.home-game-library .section-heading,
.games-catalogue-section .section-heading { gap: clamp(32px, 5vw, 62px); margin-bottom: 30px; }
.home-game-library .section-heading h2,
.games-catalogue-section .section-heading h2 { color: var(--ink); font-size: clamp(2.2rem, 3.25vw, 3.35rem); }
.home-game-library .section-heading > p,
.games-catalogue-section .section-heading > p { color: #587382; }
.home-game-library .section-cta .text-link { color: var(--brand-deep); }

/* White content sections across all inner pages */
.anniversary-section h2,
.anniversary-section h3,
.download-tutorial-section .section-heading h2,
.games-about-section .section-heading h2,
.contact-channel-section .section-heading h2,
.contact-ready-section .section-heading h2,
.results-board-section .section-heading h2,
.results-ekor-copy h2,
.promotion-feature-copy h2,
.promotion-notes-layout h2,
.web-register-copy h2,
.register-support-section h2,
.member-cta h2,
.contact-direct-cta h2,
.results-direct-cta h2 { color: var(--ink); }

.anniversary-section p,
.download-tutorial-section .section-heading > p,
.games-about-section .section-heading > p,
.contact-channel-section .section-heading > p,
.contact-ready-section .section-heading > p,
.results-board-section .section-heading > p,
.results-ekor-copy > p:not(.eyebrow),
.promotion-feature-copy > p:not(.eyebrow),
.promotion-notes-layout > div > p:not(.eyebrow),
.web-register-copy > p:not(.eyebrow),
.register-support-section p:not(.eyebrow),
.member-cta p,
.contact-direct-cta p:not(.eyebrow),
.results-direct-cta p:not(.eyebrow) { color: #587382; }

.anniversary-video-frame { border-color: rgba(8, 124, 166, .2); background: #f2f9fc; box-shadow: 0 25px 60px rgba(4, 69, 96, .14); }
.anniversary-video-meta span { color: var(--brand-deep); }

.download-method-switch a { border-color: rgba(8, 124, 166, .18); color: var(--ink); background: #f5fbfd; }
.download-method-switch a:hover { border-color: rgba(24, 210, 255, .55); background: #eaf8fc; }
.download-method-switch small { color: #647f8d; }

.winbox-catalog-tab { border-color: rgba(8, 124, 166, .18); color: #4f6e7d; background: #f4fafc; }
.winbox-catalog-tab:hover { border-color: rgba(24, 210, 255, .55); color: #075f84; background: #eaf8fc; }
.winbox-catalog-tab.is-active { border-color: rgba(24, 210, 255, .75); color: #042b3b; background: linear-gradient(135deg, #a6ebff, var(--brand)); }
.catalog-tab-symbol { border-color: rgba(8, 124, 166, .16); color: #087ca6; background: rgba(24, 210, 255, .11); }
.winbox-catalog-tab:hover .catalog-tab-symbol { border-color: rgba(24, 210, 255, .4); color: #075f84; background: rgba(24, 210, 255, .17); }
.winbox-catalog-tab.is-active .catalog-tab-symbol { color: #ffffff; }

.games-about-grid article { border-color: rgba(8, 124, 166, .16); background: #f7fbfd; box-shadow: 0 15px 35px rgba(4, 69, 96, .07); }
.games-about-grid article > span { color: var(--brand-deep); }
.games-about-grid h3 { color: var(--ink); }
.games-about-grid p { color: #5f7987; }

.contact-channel-card { border-color: rgba(8, 124, 166, .17); color: var(--ink); background: #ffffff; box-shadow: 0 18px 44px rgba(4, 69, 96, .09); }
.contact-channel-card:hover { border-color: rgba(24, 210, 255, .55); background: #f4fbfd; box-shadow: 0 24px 55px rgba(4, 69, 96, .14); }
.contact-channel-card small,
.contact-channel-card > b { color: var(--brand-deep); }
.contact-channel-card h3 { color: var(--ink); }
.contact-channel-card p { color: #5d7785; }
.contact-ready-grid li { border-color: rgba(8, 124, 166, .16); background: #f7fbfd; box-shadow: 0 15px 35px rgba(4, 69, 96, .07); }
.contact-ready-grid h3 { color: var(--ink); }
.contact-ready-grid p { color: #5f7987; }

.results-operator-strip span { border-color: rgba(8, 124, 166, .18); color: #496c7b; background: #f3fafc; }
.results-source-note { color: #637e8b; }
.results-source-note > span { border-color: rgba(8, 124, 166, .2); color: var(--brand-deep); }
.results-ekor-art > span { border-color: rgba(8, 124, 166, .16); background: radial-gradient(circle at 40% 33%, rgba(106, 230, 255, .25), rgba(24, 210, 255, .07) 53%, transparent 70%); }
.results-ekor-art figcaption { border-color: rgba(8, 124, 166, .16); color: #587382; background: rgba(255, 255, 255, .88); }
.results-ekor-points span { border-color: rgba(8, 124, 166, .18); color: var(--brand-deep); background: #f1f9fc; }
.results-ekor-copy .button-secondary { color: var(--brand-deep); }

.promotion-feature-art { border-color: rgba(8, 124, 166, .18); background: #ffffff; box-shadow: 0 25px 60px rgba(4, 69, 96, .14); }
.promotion-feature-art::after { border-color: rgba(8, 124, 166, .1); }
.promotion-feature-points span { border-color: rgba(8, 124, 166, .18); color: var(--brand-deep); background: #f1f9fc; }
.promotion-notes-layout li { border-color: rgba(8, 124, 166, .16); color: #587382; background: #f6fbfd; }
.promotion-notes-layout li strong { color: var(--brand-deep); }

.web-register-copy .button-secondary,
.member-cta .button-secondary { border-color: rgba(8, 124, 166, .32); color: var(--brand-deep); background: transparent; }
.web-register-copy .button-secondary:hover,
.member-cta .button-secondary:hover { color: #ffffff; background: var(--brand-deep); }
.register-support-links a { border-color: rgba(8, 124, 166, .17); background: #f5fbfd; box-shadow: 0 15px 35px rgba(4, 69, 96, .08); }
.register-support-links a:hover { background: #eaf8fc; }
.register-support-links span { color: #ffffff; background: var(--brand-deep); }
.register-support-links strong { color: var(--ink); }
.register-support-links small { color: #607b89; }
.home-game-library .eyebrow,
.games-catalogue-section .eyebrow { color: var(--brand-deep); }
.home-game-library .section-cta .text-link { color: var(--brand-deep); }

/* News page: supplied editorial artwork in a single-column editorial list */
body[data-page="news"] .story-grid {
  max-width: 1120px;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-inline: auto;
}
body[data-page="news"] .story-card {
  display: grid;
  min-width: 0;
  min-height: 390px;
  grid-template-columns: minmax(300px, 40%) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-color: rgba(8, 124, 166, .16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(10, 76, 103, .08);
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}
body[data-page="news"] .story-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  max-height: 470px;
  padding: 16px;
  border-right: 1px solid rgba(8, 124, 166, .12);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(145deg, #f8fcfe, #edf8fc);
  transition: transform 320ms ease;
}
body[data-page="news"] .story-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(32px, 5vw, 64px);
}
body[data-page="news"] .story-card .promotion-card-meta { width: 100%; margin-bottom: 17px; }
body[data-page="news"] .story-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.35vw, 2.35rem);
  line-height: 1.12;
}
body[data-page="news"] .story-card p {
  margin: 0;
  color: #587382;
  font-size: .88rem;
  line-height: 1.75;
}
body[data-page="news"] .story-card .promotion-card-actions { width: 100%; padding-top: 26px; }
body[data-page="news"] .story-card:hover {
  border-color: rgba(24, 210, 255, .52);
  background: #fbfeff;
  box-shadow: 0 26px 62px rgba(10, 76, 103, .16);
}
body[data-page="news"] .story-card:hover img { transform: scale(1.018); }
.news-paragraph-section { border-top: 1px solid var(--line); background: #ffffff; }
.news-paragraph-copy { max-width: 980px; }
.news-paragraph-copy h2 { max-width: 780px; margin: 0 0 22px; color: var(--ink); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.04; }
.news-paragraph-copy p { max-width: 900px; margin: 0 0 17px; color: #587382; font-size: .86rem; line-height: 1.82; }
.news-paragraph-copy p:last-child { margin-bottom: 0; }

@media (max-width: 820px) {
  body[data-page="news"] .story-card {
    min-height: 330px;
    grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
  }
  body[data-page="news"] .story-card img { min-height: 330px; }
  body[data-page="news"] .story-card > div { padding: 28px; }
}

@media (max-width: 640px) {
  body[data-page="news"] .story-grid { grid-template-columns: 1fr; gap: 16px; }
  body[data-page="news"] .story-card { min-height: 0; grid-template-columns: 1fr; border-radius: 19px; }
  body[data-page="news"] .story-card img { height: min(122vw, 540px); min-height: 0; max-height: 540px; padding: 10px; border-right: 0; border-bottom: 1px solid rgba(8, 124, 166, .12); }
  body[data-page="news"] .story-card > div { min-height: 0; padding: 24px 21px 27px; }
  body[data-page="news"] .story-card h2 { font-size: 1.4rem; }
}

/* Shared hero treatment for the three illustrated tutorial pages */
.tutorial-standard-hero > img { object-position: center right; }
.tutorial-standard-hero .page-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 28, 42, .98) 0%, rgba(4, 62, 87, .92) 40%, rgba(8, 124, 166, .58) 63%, rgba(3, 42, 59, .13) 100%),
    linear-gradient(0deg, rgba(2, 30, 44, .43), transparent 62%);
}
.tutorial-standard-hero .page-hero-inner > p:not(.eyebrow) { max-width: 690px; }

@media (max-width: 640px) {
  .tutorial-standard-hero > img { object-position: 64% center; }
  .tutorial-standard-hero .page-hero-shade {
    background: linear-gradient(90deg, rgba(2, 28, 42, .98), rgba(4, 62, 87, .86));
  }
}

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

/* Brighter brand-led treatment shared by every internal page hero. */
.page-hero { background: #0b86b5; }
.page-hero .page-hero-shade,
.page-hero .page-hero-overlay,
.register-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 112, 151, .93) 0%, rgba(10, 143, 186, .85) 34%, rgba(24, 210, 255, .58) 58%, rgba(75, 196, 232, .2) 79%, rgba(24, 210, 255, .06) 100%),
    linear-gradient(0deg, rgba(3, 72, 98, .24), transparent 64%);
}

@media (max-width: 640px) {
  .page-hero .page-hero-shade,
  .page-hero .page-hero-overlay,
  .register-hero::before {
    background:
      linear-gradient(90deg, rgba(7, 106, 144, .95) 0%, rgba(9, 133, 176, .88) 66%, rgba(24, 210, 255, .62) 100%),
      linear-gradient(0deg, rgba(3, 67, 92, .24), transparent 66%);
  }
}

/* KissDiamond-inspired game discovery, adapted to the WINBOX blue brand. */
.home-game-library,
.games-catalogue-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 8%, rgba(24, 210, 255, .18), transparent 28rem),
    linear-gradient(145deg, #f8fdff, #e8f6fb);
}
.home-game-library .section-heading h2,
.games-catalogue-section .section-heading h2 { color: var(--ink); }
.home-game-library .section-heading > p,
.games-catalogue-section .section-heading > p { color: #5d7684; }
.home-game-library .section-cta .text-link { color: var(--brand-deep); }

[data-kiss-catalog] .winbox-catalog-tabs {
  gap: 8px;
  margin: 0 0 24px;
  padding: 2px 2px 12px;
}
[data-kiss-catalog] .winbox-catalog-tab {
  min-height: 48px;
  gap: 9px;
  padding: 7px 16px 7px 8px;
  border-color: rgba(8, 124, 166, .18);
  color: #5d7482;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 18px rgba(14, 82, 109, .055);
}
[data-kiss-catalog] .winbox-catalog-tab:hover {
  border-color: rgba(24, 210, 255, .52);
  color: var(--brand-deep);
  background: #ffffff;
  box-shadow: 0 9px 22px rgba(14, 82, 109, .1);
}
[data-kiss-catalog] .winbox-catalog-tab.is-active {
  border-color: var(--brand);
  color: #032431;
  background: linear-gradient(135deg, #8ee7ff, var(--brand));
  box-shadow: 0 9px 22px rgba(24, 210, 255, .22);
}
[data-kiss-catalog] .catalog-tab-symbol {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  border-color: rgba(8, 124, 166, .15);
  color: var(--brand-deep);
  background: rgba(24, 210, 255, .1);
}
[data-kiss-catalog] .winbox-catalog-tab.is-active .catalog-tab-symbol {
  border-color: rgba(255, 255, 255, .35);
  color: #ffffff;
  background: #087ca6;
}
[data-kiss-catalog] .catalog-tab-symbol-live,
[data-kiss-catalog] .catalog-tab-symbol-fishing,
[data-kiss-catalog] .catalog-tab-symbol-sports,
.kiss-category-nav .catalog-tab-symbol-live,
.kiss-category-nav .catalog-tab-symbol-fishing,
.kiss-category-nav .catalog-tab-symbol-sports { font-family: Georgia, "Times New Roman", serif; font-size: .92rem; }
[data-kiss-catalog] .catalog-tab-symbol-live::before,
[data-kiss-catalog] .catalog-tab-symbol-live::after,
[data-kiss-catalog] .catalog-tab-symbol-fishing::before,
[data-kiss-catalog] .catalog-tab-symbol-fishing::after,
[data-kiss-catalog] .catalog-tab-symbol-sports::before,
[data-kiss-catalog] .catalog-tab-symbol-sports::after,
.kiss-category-nav .catalog-tab-symbol-live::before,
.kiss-category-nav .catalog-tab-symbol-live::after,
.kiss-category-nav .catalog-tab-symbol-fishing::before,
.kiss-category-nav .catalog-tab-symbol-fishing::after,
.kiss-category-nav .catalog-tab-symbol-sports::before,
.kiss-category-nav .catalog-tab-symbol-sports::after { display: none; }

.kiss-game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.supplied-game-library .kiss-game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.kiss-game-grid .winbox-game-card {
  overflow: visible;
  padding: 7px 7px 13px;
  border: 1px solid rgba(8, 124, 166, .16);
  border-radius: 18px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff, #f7fcfe);
  box-shadow: 0 10px 26px rgba(15, 77, 103, .08);
}
.kiss-game-grid .winbox-game-card:hover {
  border-color: rgba(24, 210, 255, .62);
  box-shadow: 0 18px 38px rgba(15, 77, 103, .15);
  transform: translateY(-5px);
}
.kiss-game-grid .winbox-game-art {
  aspect-ratio: .705;
  border-radius: 13px;
  background: linear-gradient(145deg, #e9f8fd, #f8fdff);
}
.kiss-game-grid .winbox-game-art img {
  aspect-ratio: .705;
  object-fit: contain;
  filter: none;
}
.kiss-game-grid .winbox-game-card:hover .winbox-game-art img { transform: none; }
.kiss-game-grid .winbox-game-meta { display: block; padding: 0 4px; }
.kiss-game-grid .winbox-game-meta strong,
.kiss-game-grid .winbox-game-meta small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kiss-game-grid .winbox-game-meta strong { margin-top: 10px; color: var(--ink); font-size: .72rem; line-height: 1.35; }
.kiss-game-grid .winbox-game-meta small { margin: 2px 0 0; color: #708591; font-size: .61rem; font-weight: 700; letter-spacing: 0; text-transform: none; }

.kiss-category-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: -20px 0 42px;
  padding: 10px 2px 12px;
  scrollbar-width: none;
}
.kiss-category-nav::-webkit-scrollbar { display: none; }
.kiss-category-nav a {
  display: inline-flex;
  min-width: max-content;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 6px 15px 6px 7px;
  border: 1px solid rgba(8, 124, 166, .18);
  border-radius: 999px;
  color: #5d7482;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(14, 82, 109, .055);
}
.kiss-category-nav a:hover,
.kiss-category-nav a.is-active { border-color: var(--brand); color: #032431; background: linear-gradient(135deg, #a4ebff, var(--brand)); }
.kiss-category-nav .catalog-tab-symbol { width: 30px; height: 30px; flex-basis: 30px; color: var(--brand-deep); background: rgba(24, 210, 255, .1); }
.kiss-category-nav a.is-active .catalog-tab-symbol { color: #ffffff; background: #087ca6; }
.kiss-category-nav strong { font-size: .7rem; white-space: nowrap; }

.game-category-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.game-category-directory > a {
  display: grid;
  min-height: 0;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 13px;
  overflow: visible;
  border: 1px solid rgba(8, 124, 166, .16);
  border-radius: 20px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 77, 103, .075);
}
.game-category-directory > a::before { display: none; }
.game-category-directory > a:hover,
.game-category-directory > a.active {
  border-color: rgba(24, 210, 255, .62);
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 19px 42px rgba(15, 77, 103, .14);
  transform: translateY(-4px);
}
.game-category-directory > a > img { display: block; width: 132px; aspect-ratio: .705; border-radius: 14px; background: #eaf8fc; object-fit: contain; }
.game-category-directory > a > div { margin: 0; }
.game-category-directory h3 { margin: 0; color: var(--ink); font-size: 1rem; }
.game-category-directory p { margin: 7px 0 12px; color: #6a808c; font-size: .65rem; line-height: 1.55; }
.game-category-directory > a > div > span { color: var(--brand-deep); font-size: .68rem; font-weight: 900; }

.games-about-section { color: var(--ink); background: linear-gradient(145deg, #e8f6fb, #f8fdff); }
.games-about-section .section-heading h2 { color: var(--ink); }
.games-about-section .section-heading > p { color: #607986; }
.games-about-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.games-about-grid article { min-height: 220px; border-color: rgba(8, 124, 166, .16); background: rgba(255, 255, 255, .78); }
.games-about-grid article > span { margin-bottom: 42px; color: var(--brand-deep); }
.games-about-grid h3 { color: var(--ink); }
.games-about-grid p { color: #617985; }

@media (max-width: 1180px) {
  .kiss-game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .supplied-game-library .kiss-game-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .game-category-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .kiss-game-grid,
  .supplied-game-library .kiss-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  [data-kiss-catalog] .winbox-catalog-tabs { margin-bottom: 18px; }
  .kiss-game-grid,
  .supplied-game-library .kiss-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .kiss-game-grid .winbox-game-card { padding: 5px 5px 10px; border-radius: 14px; }
  .kiss-game-grid .winbox-game-art { border-radius: 10px; }
  .kiss-game-grid .winbox-game-meta strong { margin-top: 7px; font-size: .64rem; }
  .kiss-game-grid .winbox-game-meta small { font-size: .54rem; }
  .game-category-directory { grid-template-columns: 1fr; }
  .game-category-directory > a { min-height: 0; grid-template-columns: 108px minmax(0, 1fr); padding: 11px; }
  .game-category-directory > a > img { width: 108px; }
  .games-about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .kiss-game-grid,
  .supplied-game-library .kiss-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Main game library: every category is a permanent section, without filter tabs. */
.games-catalogue-section { color: var(--ink); background: #ffffff; }
.games-library-heading { margin-bottom: clamp(42px, 6vw, 76px); }
.games-category-sections { display: grid; gap: 0; }
.games-category-block {
  padding-block: clamp(44px, 5.5vw, 72px);
  border-top: 1px solid rgba(8, 124, 166, .16);
  scroll-margin-top: 100px;
}
.games-category-block:first-child { padding-top: 0; border-top: 0; }
.games-category-block:last-child { padding-bottom: 0; }
.games-category-block-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 25px;
}
.games-category-block-heading > div { max-width: 760px; }
.games-category-block-heading .eyebrow { margin-bottom: 8px; }
.games-category-block-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.5vw, 3.35rem);
}
.games-category-block-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: #5d7684;
  font-size: .75rem;
  line-height: 1.65;
}
.games-category-block-heading .text-link { flex: 0 0 auto; margin-bottom: 4px; }

@media (max-width: 700px) {
  .games-library-heading { margin-bottom: 34px; }
  .games-category-block { padding-block: 42px; }
  .games-category-block-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 20px; }
  .games-category-block-heading h2 { font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .games-category-block-heading .text-link { margin: 0; }
}

/* AI-generated category artwork shared by the directory and category pages. */
.winbox-category-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.winbox-category-directory > a {
  display: block;
  min-height: 0;
  padding: 10px 10px 20px;
  overflow: hidden;
  border-radius: 22px;
}
.winbox-category-directory > a > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.winbox-category-directory > a > div { padding: 20px 10px 0; }
.winbox-category-directory h3 { font-size: 1.08rem; }
.winbox-category-directory p { min-height: 3.1em; margin: 8px 0 15px; }

@media (max-width: 920px) {
  .winbox-category-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .winbox-category-directory { grid-template-columns: 1fr; gap: 14px; }
  .winbox-category-directory > a { padding: 8px 8px 17px; }
  .winbox-category-directory > a > div { padding: 16px 8px 0; }
  .winbox-category-directory p { min-height: 0; }
}

/* Global WINBOX heading treatment: blue editorial titles and boxed subtitles. */
:root { --heading-blue: #087ca6; }

main :is(h1, h2, h3) {
  color: var(--heading-blue) !important;
}

main .eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 14px 6px;
  border: 1px solid rgba(8, 124, 166, .24);
  border-radius: 8px;
  color: #07789f !important;
  background: linear-gradient(135deg, rgba(24, 210, 255, .16), rgba(24, 210, 255, .06));
  box-shadow: 0 8px 20px rgba(8, 124, 166, .1);
  line-height: 1.15;
  letter-spacing: .13em;
}

/* Image-backed and dark title panels keep white headings for legibility. */
main :is(.page-hero, .register-hero, .ekor-hero, .horse-hero, .withdraw-hero, .game-category-hero, .contact-service-intro, .content-heading) :is(h1, h2, h3) {
  color: #ffffff !important;
}

/* Small labels on dark/image-backed surfaces use one consistent glass treatment. */
main :is(.page-hero, .register-hero, .ekor-hero, .horse-hero, .withdraw-hero, .game-category-hero, .login-destination-card, .contact-service-intro, .content-heading) .eyebrow {
  min-height: 28px;
  padding: 6px 12px 5px;
  border-color: rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(2, 35, 51, .28);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

main .contact-service-intro .eyebrow {
  border-color: rgba(255, 255, 255, .55);
  color: #032c3e !important;
  background: linear-gradient(135deg, #8deaff, var(--brand));
  box-shadow: 0 10px 24px rgba(0, 22, 33, .2);
}

main .login-destination-card h3 { color: #ffffff !important; }

@media (max-width: 560px) {
  main .eyebrow {
    min-height: 27px;
    margin-bottom: 11px;
    padding: 6px 11px 5px;
    font-size: .62rem;
  }
}

/* WINBOX USDT withdrawal banner and ordered image carousel. */
.withdraw-banner-section {
  padding: clamp(28px, 4vw, 48px) 0 0;
  border-bottom: 0;
  background: #ffffff;
}
.withdraw-banner-art {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 9px;
  border: 1px solid rgba(8, 124, 166, .18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(7, 99, 137, .12);
}
.withdraw-banner-art img {
  width: 100%;
  height: auto;
  border-radius: 17px;
  object-fit: contain;
}
.withdraw-banner-section + .section { padding-top: clamp(58px, 7vw, 82px); }

.withdraw-carousel {
  overflow: hidden;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(8, 124, 166, .23);
  border-radius: 28px;
  background: linear-gradient(145deg, #f8fdff, #e7f5fa);
  box-shadow: 0 26px 68px rgba(7, 81, 111, .13);
}
.withdraw-carousel-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 124, 166, .14);
  border-radius: 21px;
  background: #ffffff;
}
.withdraw-carousel-slide {
  display: none;
  min-height: 720px;
  grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
  padding: clamp(30px, 5vw, 62px);
}
.withdraw-carousel-slide.active {
  display: grid;
  animation: withdraw-carousel-in 240ms ease-out both;
}
.withdraw-carousel-slide > figure {
  display: grid;
  height: 620px;
  margin: 0;
  padding: 12px;
  place-items: center;
  border: 1px solid rgba(8, 124, 166, .14);
  border-radius: 19px;
  background: #edf8fc;
}
.withdraw-carousel-slide > figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.withdraw-carousel-slide .withdraw-stage-copy { min-width: 0; padding-inline: 6px 30px; }
.withdraw-carousel-slide .withdraw-stage-copy h3 { max-width: 560px; margin-bottom: 25px; font-size: clamp(1.8rem, 3vw, 3rem); }
.withdraw-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(5, 92, 125, .85);
  box-shadow: 0 12px 30px rgba(3, 52, 73, .24);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}
.withdraw-carousel-arrow:hover { background: var(--brand); transform: translateY(-50%) scale(1.05); }
.withdraw-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.withdraw-carousel-prev { left: 16px; }
.withdraw-carousel-next { right: 16px; }
.withdraw-carousel-footer { display: grid; justify-items: center; gap: 10px; padding: 18px 6px 2px; }
.withdraw-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.withdraw-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .25); }
.withdraw-carousel-dots .carousel-dot.active { background: var(--brand); }
.withdraw-carousel-footer small { color: #627c8a; font-size: .64rem; text-align: center; }
@keyframes withdraw-carousel-in { from { opacity: .15; transform: translateX(15px); } to { opacity: 1; transform: none; } }

@media (max-width: 800px) {
  .withdraw-banner-art { padding: 6px; border-radius: 18px; }
  .withdraw-banner-art img { border-radius: 13px; }
  .withdraw-carousel { padding: 9px; border-radius: 21px; }
  .withdraw-carousel-stage { border-radius: 15px; }
  .withdraw-carousel-slide {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 16px 16px 27px;
  }
  .withdraw-carousel-slide > figure { height: clamp(460px, 112vw, 650px); padding: 8px; border-radius: 14px; }
  .withdraw-carousel-slide .withdraw-stage-copy { padding: 0 3px; }
  .withdraw-carousel-slide .withdraw-stage-copy h3 { margin-bottom: 19px; font-size: clamp(1.55rem, 7.5vw, 2.25rem); }
  .withdraw-carousel-arrow { top: clamp(240px, 58vw, 350px); width: 42px; height: 42px; }
  .withdraw-carousel-prev { left: 10px; }
  .withdraw-carousel-next { right: 10px; }
  .withdraw-carousel-footer { padding-top: 14px; }
}

/* WINBOX Telegram: one complete image carousel for every supplied guide folder. */
.telegram-intro-section { background: #ffffff; }
.telegram-video-card {
  max-width: 1120px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(8, 124, 166, .2);
  border-radius: 24px;
  background: #071f2c;
  box-shadow: 0 25px 65px rgba(5, 76, 104, .16);
}
.telegram-video-bar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  color: #ffffff;
  background: linear-gradient(100deg, var(--brand-deep), var(--brand));
}
.telegram-video-bar > span { display: inline-flex; align-items: center; gap: 10px; font-size: .75rem; font-weight: 850; }
.telegram-video-bar i { width: 9px; height: 9px; border-radius: 50%; background: #76efaa; box-shadow: 0 0 0 5px rgba(118, 239, 170, .14); }
.telegram-video-bar small { font-size: .58rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.telegram-video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #071f2c; }

.telegram-guides-section {
  background: radial-gradient(circle at 93% 3%, rgba(24, 210, 255, .18), transparent 30rem), linear-gradient(180deg, #eef9fc, #ffffff);
}
.telegram-group-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: clamp(32px, 6vw, 72px);
  margin-bottom: 34px;
}
.telegram-group-heading h2 { max-width: 730px; margin-bottom: 0; }
.telegram-group-heading > p { margin: 0 0 4px; font-size: .85rem; }
.telegram-group-heading-pc {
  margin-top: clamp(78px, 9vw, 120px);
  padding-top: clamp(64px, 8vw, 96px);
  border-top: 1px solid rgba(8, 124, 166, .18);
}
.telegram-carousel-list { display: grid; gap: 34px; }
.telegram-carousel {
  overflow: hidden;
  padding: clamp(14px, 2.6vw, 28px);
  border: 1px solid rgba(8, 124, 166, .2);
  border-radius: 25px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 58px rgba(5, 76, 104, .1);
  scroll-margin-top: 104px;
}
.telegram-carousel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}
.telegram-carousel-heading > div { min-width: 0; }
.telegram-carousel-heading .eyebrow { margin-bottom: 9px; }
.telegram-carousel-heading h3 { margin: 0; font-size: clamp(1.45rem, 2.8vw, 2.35rem); }
.telegram-carousel-heading > p { max-width: 500px; margin: 0 0 4px; font-size: .72rem; line-height: 1.6; text-align: right; }
.telegram-carousel-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 124, 166, .14);
  border-radius: 18px;
  background: linear-gradient(145deg, #eef8fb, #f9fdff);
}
.telegram-carousel-slide { position: relative; display: none; width: 100%; margin: 0; }
.telegram-carousel-slide.active { display: block; animation: telegram-carousel-in 230ms ease-out both; }
.telegram-carousel-slide img {
  display: block;
  width: 100%;
  height: min(68vw, 760px);
  padding: clamp(10px, 2vw, 22px);
  background: #f4fafc;
  object-fit: contain;
  object-position: center;
}
.telegram-carousel-slide figcaption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(3, 52, 73, .82);
  font-size: .6rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.telegram-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(4, 76, 104, .84);
  box-shadow: 0 11px 28px rgba(2, 42, 59, .22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}
.telegram-carousel-arrow:hover { background: var(--brand); transform: translateY(-50%) scale(1.05); }
.telegram-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.telegram-carousel-prev { left: 16px; }
.telegram-carousel-next { right: 16px; }
.telegram-carousel-footer { display: grid; justify-items: center; gap: 10px; padding: 17px 5px 1px; }
.telegram-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.telegram-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .24); }
.telegram-carousel-dots .carousel-dot.active { background: var(--brand); }
.telegram-carousel-footer small { color: #627c8a; font-size: .63rem; text-align: center; }
@keyframes telegram-carousel-in { from { opacity: .15; transform: translateX(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .telegram-group-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 26px; }
  .telegram-group-heading-pc { margin-top: 72px; padding-top: 62px; }
  .telegram-carousel-list { gap: 24px; }
  .telegram-carousel { padding: 10px; border-radius: 19px; }
  .telegram-carousel-heading { align-items: flex-start; flex-direction: column; gap: 10px; padding: 7px 6px 2px; }
  .telegram-carousel-heading > p { max-width: 100%; text-align: left; }
  .telegram-carousel-stage { border-radius: 13px; }
  .telegram-carousel-slide img { height: min(112vw, 650px); padding: 8px; }
  .telegram-carousel-arrow { width: 42px; height: 42px; }
  .telegram-carousel-prev { left: 8px; }
  .telegram-carousel-next { right: 8px; }
  .telegram-carousel-slide figcaption { right: 9px; bottom: 9px; padding: 5px 9px; }
  .telegram-carousel-footer { padding-top: 13px; }
}

/* WINBOX USDT top-up banner, full-image tutorial carousel and benefit cards. */
.topup-banner-section {
  padding: clamp(30px, 4.5vw, 58px) 0 clamp(12px, 2vw, 24px);
  background: #ffffff;
}
.topup-banner-art {
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(6, 98, 135, .12);
}
.topup-banner-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
}
.topup-banner-section + .section { padding-top: clamp(54px, 7vw, 86px); }
.topup-overview { padding-bottom: clamp(64px, 8vw, 104px); }
.topup-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: end;
  gap: clamp(24px, 6vw, 78px);
  margin-bottom: 30px;
}
.topup-section-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.03;
}
.topup-section-heading > p {
  max-width: 580px;
  margin: 0 0 4px;
  color: #5c7684;
  font-size: .77rem;
  line-height: 1.72;
}
.topup-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.topup-overview-grid article {
  min-height: 190px;
  padding: 23px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff, #f2fbff);
  box-shadow: 0 15px 42px rgba(12, 100, 134, .07);
}
.topup-overview-grid article > span,
.topup-benefit-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #0e89b6, var(--brand));
  font-size: .62rem;
  font-weight: 950;
  box-shadow: 0 9px 20px rgba(24, 210, 255, .2);
}
.topup-overview-grid strong { display: block; margin-bottom: 8px; color: #087ca6; font-size: .92rem; }
.topup-overview-grid p { margin: 0; color: #607a87; font-size: .68rem; line-height: 1.65; }
.topup-steps { padding-top: clamp(56px, 7vw, 94px); border-top: 1px solid rgba(24, 210, 255, .2); }
.topup-carousel {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(24, 210, 255, .26);
  border-radius: 28px;
  background: linear-gradient(145deg, #f8fdff, #e8f8ff);
  box-shadow: 0 28px 76px rgba(5, 91, 125, .13);
}
.topup-carousel-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 210, 255, .18);
  border-radius: 21px;
  background: #ffffff;
}
.topup-carousel-slide {
  display: none;
  min-height: 700px;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(26px, 5vw, 64px);
  padding: clamp(24px, 4.5vw, 56px);
}
.topup-carousel-slide.active {
  display: grid;
  animation: topup-carousel-in 240ms ease-out both;
}
.topup-carousel-slide > figure {
  display: grid;
  width: 100%;
  height: 610px;
  margin: 0;
  padding: 12px;
  place-items: center;
  border: 1px solid rgba(24, 210, 255, .15);
  border-radius: 21px;
  background: linear-gradient(180deg, #f8fdff, #eef8fc);
}
.topup-carousel-slide > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.topup-stage-copy { min-width: 0; padding-right: 26px; }
.topup-stage-copy h3 {
  max-width: 560px;
  margin: 0 0 24px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}
.topup-step-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.topup-step-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(24, 210, 255, .16);
  border-radius: 17px;
  background: #f8fcfe;
}
.topup-step-list li > img,
.topup-number-text {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  object-fit: contain;
}
.topup-number-text {
  color: #ffffff;
  background: linear-gradient(135deg, #0e89b6, var(--brand));
  font-size: .8rem;
  font-weight: 950;
}
.topup-step-list strong { display: block; margin-bottom: 3px; color: #087ca6; font-size: .75rem; }
.topup-step-list p { margin: 0; color: #647e8b; font-size: .63rem; line-height: 1.5; }
.topup-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(4, 76, 104, .84);
  box-shadow: 0 11px 28px rgba(2, 42, 59, .22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}
.topup-carousel-arrow:hover { background: var(--brand); transform: translateY(-50%) scale(1.05); }
.topup-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.topup-carousel-prev { left: 16px; }
.topup-carousel-next { right: 16px; }
.topup-carousel-footer { display: grid; justify-items: center; gap: 10px; padding: 18px 6px 3px; }
.topup-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.topup-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .24); }
.topup-carousel-dots .carousel-dot.active { background: var(--brand); }
.topup-carousel-footer small { color: #627c8a; font-size: .63rem; text-align: center; }
@keyframes topup-carousel-in { from { opacity: .15; transform: translateX(15px); } to { opacity: 1; transform: none; } }
.topup-alert {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(340px, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  margin-top: clamp(62px, 8vw, 104px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(24, 210, 255, .24);
  border-radius: 25px;
  background: linear-gradient(135deg, #f2fbff, #ffffff);
}
.topup-alert h2 { margin: 0 0 14px; font-size: clamp(1.75rem, 3.5vw, 3rem); }
.topup-alert p { margin: 0; color: #5f7987; font-size: .7rem; line-height: 1.7; }
.topup-alert ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.topup-alert li { display: flex; align-items: center; gap: 12px; color: #254656; font-size: .69rem; line-height: 1.5; }
.topup-alert li span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  font-weight: 900;
}
.topup-benefits { margin-top: clamp(72px, 9vw, 120px); padding-top: clamp(62px, 8vw, 104px); border-top: 1px solid rgba(24, 210, 255, .2); }
.topup-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.topup-benefit-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(24, 210, 255, .19);
  border-radius: 21px;
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(7, 91, 124, .07);
}
.topup-benefit-grid article > span { margin-bottom: 32px; }
.topup-benefit-grid h3 { margin: 0 0 9px; font-size: 1.15rem; }
.topup-benefit-grid p { margin: 0; color: #607987; font-size: .68rem; line-height: 1.67; }

@media (max-width: 920px) {
  .topup-section-heading { grid-template-columns: 1fr; gap: 14px; }
  .topup-overview-grid,
  .topup-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topup-carousel-slide { min-height: 0; grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr); gap: 28px; padding: 28px; }
  .topup-carousel-slide > figure { height: 560px; }
  .topup-stage-copy { padding-right: 6px; }
  .topup-alert { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .topup-banner-art { padding: 5px; border-radius: 17px; }
  .topup-banner-art img { border-radius: 12px; }
  .topup-overview-grid,
  .topup-benefit-grid { grid-template-columns: 1fr; }
  .topup-overview-grid article,
  .topup-benefit-grid article { min-height: 0; }
  .topup-carousel { padding: 9px; border-radius: 21px; }
  .topup-carousel-stage { border-radius: 15px; }
  .topup-carousel-slide,
  .topup-carousel-slide.active {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px;
  }
  .topup-carousel-slide > figure {
    width: 100%;
    height: min(129vw, 650px);
    padding: 8px;
    border-radius: 14px;
  }
  .topup-stage-copy { padding: 0 3px; }
  .topup-stage-copy h3 { margin-bottom: 19px; font-size: clamp(1.55rem, 7.5vw, 2.25rem); }
  .topup-step-list li { grid-template-columns: 46px 1fr; padding: 12px; }
  .topup-step-list li > img,
  .topup-number-text { width: 44px; height: 44px; }
  .topup-carousel-arrow { top: min(67vw, 340px); width: 42px; height: 42px; }
  .topup-carousel-prev { left: 10px; }
  .topup-carousel-next { right: 10px; }
  .topup-carousel-footer { padding-top: 14px; }
  .topup-alert { padding: 27px 20px; border-radius: 20px; }
}

/* WINBOX currency exchange overview, full-image carousel and QR panel. */
.exchange-overview { padding-bottom: clamp(66px, 8vw, 108px); }
.exchange-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: end;
  gap: clamp(24px, 6vw, 78px);
  margin-bottom: 32px;
}
.exchange-section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.03;
}
.exchange-section-heading > p {
  max-width: 580px;
  margin: 0 0 4px;
  color: #5c7684;
  font-size: .77rem;
  line-height: 1.72;
}
.exchange-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.exchange-step-grid article {
  display: grid;
  min-height: 135px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 19px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 19px;
  background: linear-gradient(145deg, #ffffff, #f3fbff);
  box-shadow: 0 14px 38px rgba(8, 97, 132, .06);
}
.exchange-step-grid article > img { display: block; width: 56px; height: 56px; object-fit: contain; }
.exchange-step-grid strong { display: block; margin-bottom: 6px; color: #087ca6; font-size: .8rem; line-height: 1.25; }
.exchange-step-grid p { margin: 0; color: #637c89; font-size: .63rem; line-height: 1.5; }
.exchange-tutorial { padding-top: clamp(58px, 8vw, 102px); border-top: 1px solid rgba(24, 210, 255, .2); }
.exchange-carousel {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(24, 210, 255, .25);
  border-radius: 28px;
  background: linear-gradient(145deg, #f7fdff, #e9f8ff);
  box-shadow: 0 28px 76px rgba(5, 91, 125, .13);
}
.exchange-carousel-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 210, 255, .17);
  border-radius: 21px;
  background: #f4f7f9;
}
.exchange-carousel-slide { position: relative; display: none; width: 100%; margin: 0; }
.exchange-carousel-slide.active { display: block; animation: exchange-carousel-in 230ms ease-out both; }
.exchange-carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 828 / 463;
  object-fit: contain;
  object-position: center;
  background: #f3f5f6;
}
.exchange-carousel-slide figcaption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(3, 52, 73, .84);
  font-size: .6rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.exchange-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(4, 76, 104, .84);
  box-shadow: 0 11px 28px rgba(2, 42, 59, .22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}
.exchange-carousel-arrow:hover { background: var(--brand); transform: translateY(-50%) scale(1.05); }
.exchange-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.exchange-carousel-prev { left: 16px; }
.exchange-carousel-next { right: 16px; }
.exchange-carousel-footer { display: grid; justify-items: center; gap: 10px; padding: 18px 6px 3px; }
.exchange-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.exchange-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .24); }
.exchange-carousel-dots .carousel-dot.active { background: var(--brand); }
.exchange-carousel-footer small { color: #627c8a; font-size: .63rem; text-align: center; }
@keyframes exchange-carousel-in { from { opacity: .15; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.exchange-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .38fr);
  align-items: stretch;
  gap: 18px;
  margin-top: clamp(68px, 9vw, 116px);
}
.exchange-checks,
.exchange-qr-card {
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 24px;
  background: linear-gradient(145deg, #f4fbff, #ffffff);
  box-shadow: 0 18px 54px rgba(7, 91, 124, .08);
}
.exchange-checks { padding: clamp(27px, 4vw, 48px); }
.exchange-checks h2 { max-width: 620px; margin: 0 0 13px; font-size: clamp(1.8rem, 3.5vw, 3.15rem); }
.exchange-checks > p { max-width: 670px; margin: 0; color: #607987; font-size: .7rem; line-height: 1.7; }
.exchange-checks ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.exchange-checks li { display: flex; align-items: center; gap: 12px; color: #254656; font-size: .69rem; line-height: 1.5; }
.exchange-checks li span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  font-weight: 900;
}
.exchange-qr-card { display: grid; align-content: center; justify-items: center; gap: 18px; margin: 0; padding: 24px; text-align: center; }
.exchange-qr-card img { display: block; width: min(100%, 255px); height: auto; border-radius: 16px; object-fit: contain; }
.exchange-qr-card figcaption { display: grid; gap: 6px; }
.exchange-qr-card strong { color: #087ca6; font-size: .82rem; }
.exchange-qr-card span { color: #657e8b; font-size: .61rem; line-height: 1.5; }

@media (max-width: 900px) {
  .exchange-section-heading { grid-template-columns: 1fr; gap: 14px; }
  .exchange-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .exchange-final-panel { grid-template-columns: 1fr; }
  .exchange-qr-card { grid-template-columns: minmax(150px, 220px) minmax(0, 1fr); text-align: left; }
  .exchange-qr-card img { width: 100%; }
}

@media (max-width: 620px) {
  .exchange-step-grid { grid-template-columns: 1fr; }
  .exchange-step-grid article { min-height: 0; }
  .exchange-carousel { padding: 8px; border-radius: 20px; }
  .exchange-carousel-stage { border-radius: 14px; }
  .exchange-carousel-slide figcaption { right: 8px; bottom: 8px; padding: 5px 9px; font-size: .52rem; }
  .exchange-carousel-arrow { width: 40px; height: 40px; }
  .exchange-carousel-prev { left: 8px; }
  .exchange-carousel-next { right: 8px; }
  .exchange-carousel-footer { padding-top: 13px; }
  .exchange-final-panel { gap: 14px; }
  .exchange-checks { padding: 27px 20px; border-radius: 20px; }
  .exchange-qr-card { grid-template-columns: 1fr; padding: 20px; text-align: center; }
  .exchange-qr-card img { width: min(100%, 260px); }
}

/* WINBOX top-up and withdrawal tutorial collections. */
.wallet-guide-overview { padding-bottom: clamp(66px, 8vw, 108px); }
.wallet-guide-section-heading,
.wallet-guide-group-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: end;
  gap: clamp(24px, 6vw, 78px);
  margin-bottom: 32px;
}
.wallet-guide-section-heading h2,
.wallet-guide-group-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.03;
}
.wallet-guide-section-heading > p,
.wallet-guide-group-heading > p {
  max-width: 590px;
  margin: 0 0 4px;
  color: #5c7684;
  font-size: .77rem;
  line-height: 1.72;
}
.wallet-guide-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.wallet-guide-index a {
  display: grid;
  min-height: 146px;
  align-content: space-between;
  padding: 19px;
  border: 1px solid rgba(24, 210, 255, .21);
  border-radius: 19px;
  color: #183d4e;
  background: linear-gradient(145deg, #ffffff, #f2fbff);
  box-shadow: 0 14px 38px rgba(8, 97, 132, .06);
}
.wallet-guide-index a > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #0e89b6, var(--brand));
  font-size: .6rem;
  font-weight: 950;
}
.wallet-guide-index strong { display: block; color: #087ca6; font-size: .78rem; line-height: 1.3; }
.wallet-guide-index small { display: block; margin-top: 6px; color: #6a8390; font-size: .58rem; }
.wallet-guide-group { padding-top: clamp(62px, 8vw, 108px); border-top: 1px solid rgba(24, 210, 255, .2); }
.wallet-guide-group-withdrawal { margin-top: clamp(78px, 10vw, 132px); }
.wallet-guide-list { display: grid; gap: 38px; }
.wallet-guide-card {
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(24, 210, 255, .23);
  border-radius: 27px;
  background: linear-gradient(145deg, #f8fdff, #eaf8ff);
  box-shadow: 0 26px 72px rgba(5, 91, 125, .11);
  scroll-margin-top: 100px;
}
.wallet-guide-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 13px 13px 22px;
}
.wallet-guide-heading > div { min-width: 0; }
.wallet-guide-heading .eyebrow { margin-bottom: 9px; }
.wallet-guide-heading h3 { margin: 0; font-size: clamp(1.45rem, 2.8vw, 2.35rem); }
.wallet-guide-heading > p { max-width: 520px; margin: 0 0 4px; color: #5f7885; font-size: .7rem; line-height: 1.62; text-align: right; }
.wallet-carousel-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 210, 255, .16);
  border-radius: 19px;
  background: #f2f4f5;
}
.wallet-carousel-slide { position: relative; display: none; width: 100%; margin: 0; }
.wallet-carousel-slide.active { display: block; animation: wallet-carousel-in 230ms ease-out both; }
.wallet-carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #f2f4f5;
}
.wallet-carousel-slide figcaption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(3, 52, 73, .84);
  font-size: .6rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.wallet-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(4, 76, 104, .84);
  box-shadow: 0 11px 28px rgba(2, 42, 59, .22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}
.wallet-carousel-arrow:hover { background: var(--brand); transform: translateY(-50%) scale(1.05); }
.wallet-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-2px); }
.wallet-carousel-prev { left: 16px; }
.wallet-carousel-next { right: 16px; }
.wallet-carousel-footer { display: grid; justify-items: center; gap: 10px; padding: 18px 6px 3px; }
.wallet-carousel-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.wallet-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .24); }
.wallet-carousel-dots .carousel-dot.active { background: var(--brand); }
.wallet-carousel-footer small { color: #627c8a; font-size: .63rem; text-align: center; }
@keyframes wallet-carousel-in { from { opacity: .15; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.wallet-guide-notice {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  margin-top: clamp(76px, 10vw, 128px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(24, 210, 255, .24);
  border-radius: 25px;
  background: linear-gradient(135deg, #f2fbff, #ffffff);
}
.wallet-guide-notice h2 { margin: 0 0 14px; font-size: clamp(1.75rem, 3.5vw, 3rem); }
.wallet-guide-notice p { margin: 0; color: #5f7987; font-size: .7rem; line-height: 1.7; }
.wallet-guide-notice ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.wallet-guide-notice li { display: flex; align-items: center; gap: 12px; color: #254656; font-size: .69rem; line-height: 1.5; }
.wallet-guide-notice li span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  font-weight: 900;
}

@media (max-width: 920px) {
  .wallet-guide-section-heading,
  .wallet-guide-group-heading { grid-template-columns: 1fr; gap: 14px; }
  .wallet-guide-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wallet-guide-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .wallet-guide-heading > p { max-width: 100%; text-align: left; }
  .wallet-guide-notice { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wallet-guide-index { grid-template-columns: 1fr; }
  .wallet-guide-index a { min-height: 0; }
  .wallet-guide-list { gap: 25px; }
  .wallet-guide-card { padding: 9px; border-radius: 20px; }
  .wallet-guide-heading { padding: 9px 7px 16px; }
  .wallet-carousel-stage { border-radius: 13px; }
  .wallet-carousel-slide figcaption { right: 8px; bottom: 8px; padding: 5px 9px; font-size: .51rem; }
  .wallet-carousel-arrow { width: 40px; height: 40px; }
  .wallet-carousel-prev { left: 8px; }
  .wallet-carousel-next { right: 8px; }
  .wallet-carousel-footer { padding-top: 13px; }
  .wallet-guide-notice { padding: 27px 20px; border-radius: 20px; }
}

/* Become Agent */
.agent-benefits-section,
.agent-contact-section { background: #ffffff; }
.agent-member-section {
  overflow: hidden;
  border-block: 1px solid rgba(24, 210, 255, .18);
  background:
    radial-gradient(circle at 88% 16%, rgba(24, 210, 255, .15), transparent 31%),
    linear-gradient(145deg, #f7fcff 0%, #eaf8ff 100%);
}
.agent-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(34px, 5vw, 64px);
}
.agent-section-heading h2,
.agent-member-copy h2,
.agent-contact-card h2 {
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.agent-section-heading > p,
.agent-contact-card > div > p:last-child {
  margin: 0;
  color: #607b89;
  font-size: .72rem;
  line-height: 1.7;
}
.agent-benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: stretch;
  gap: clamp(25px, 4vw, 58px);
}
.agent-commission-visual {
  display: flex;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 27px;
  background: #08718f;
  box-shadow: 0 28px 75px rgba(4, 95, 132, .15);
}
.agent-commission-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 726 / 451;
  object-fit: contain;
  background: #08718f;
}
.agent-commission-visual figcaption {
  padding: 14px 20px 17px;
  color: rgba(255, 255, 255, .78);
  font-size: .58rem;
  line-height: 1.5;
}
.agent-benefits-panel {
  padding: clamp(26px, 3.4vw, 45px);
  border: 1px solid rgba(24, 210, 255, .23);
  border-radius: 27px;
  background: linear-gradient(145deg, #f7fdff, #eaf8ff);
  box-shadow: 0 28px 70px rgba(4, 95, 132, .1);
}
.agent-panel-label {
  margin: 0 0 11px;
  color: #0693c9;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.agent-benefits-panel h3 {
  margin: 0 0 27px;
  color: #0789bc;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1.08;
}
.agent-checklist { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.agent-checklist li { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 13px; }
.agent-checklist span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #1dc97a, #0aa65f);
  box-shadow: 0 8px 20px rgba(10, 166, 95, .18);
  font-size: .72rem;
  font-weight: 950;
}
.agent-checklist p { margin: 5px 0 0; color: #244654; font-size: .67rem; line-height: 1.55; }
.agent-member-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  align-items: center;
  gap: clamp(38px, 7vw, 104px);
}
.agent-member-copy > p:not(.eyebrow) { margin: 19px 0 0; color: #597482; font-size: .7rem; line-height: 1.75; }
.agent-member-copy strong { color: #087ca6; }
.agent-steps { display: grid; gap: 11px; margin-top: 30px; }
.agent-steps > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 2px 14px;
  padding: 15px 17px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 15px;
  background: rgba(255, 255, 255, .76);
}
.agent-steps span {
  display: grid;
  grid-row: span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8fbe, var(--brand));
  font-size: .58rem;
  font-weight: 950;
}
.agent-steps strong { color: #0b7198; font-size: .67rem; line-height: 1.3; }
.agent-steps small { color: #68818e; font-size: .57rem; line-height: 1.4; }
.agent-member-carousel {
  min-width: 0;
  padding: 12px 12px 15px;
  border: 1px solid rgba(24, 210, 255, .25);
  border-radius: 29px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 30px 90px rgba(4, 99, 137, .16);
}
.agent-member-stage { position: relative; overflow: hidden; border-radius: 20px; background: #dce7ec; }
.agent-member-slide { display: none; margin: 0; }
.agent-member-slide.active { display: block; animation: agent-carousel-in 240ms ease-out both; }
.agent-member-slide img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #dce7ec; }
.agent-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(4, 75, 102, .83);
  box-shadow: 0 10px 26px rgba(2, 40, 57, .2);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}
.agent-carousel-arrow:hover { background: var(--brand); transform: translateY(-50%) scale(1.05); }
.agent-carousel-arrow span { font-size: 1.9rem; line-height: 1; transform: translateY(-2px); }
.agent-carousel-prev { left: 14px; }
.agent-carousel-next { right: 14px; }
.agent-carousel-footer { display: grid; justify-items: center; gap: 9px; padding: 16px 6px 1px; }
.agent-carousel-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.agent-carousel-dots .carousel-dot { background: rgba(8, 124, 166, .22); }
.agent-carousel-dots .carousel-dot.active { background: var(--brand); }
.agent-carousel-footer small { color: #69828e; font-size: .56rem; }
@keyframes agent-carousel-in { from { opacity: .2; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.agent-contact-card {
  display: block;
  padding-block: clamp(10px, 2vw, 24px);
}
.agent-resource-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  align-items: end;
  gap: 16px clamp(35px, 7vw, 100px);
  max-width: 1120px;
}
.agent-resource-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.agent-resource-intro > p:last-child { margin: 0 0 5px; color: #607b89; font-size: .75rem; line-height: 1.75; }
.agent-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 4vw, 48px);
}
.agent-action {
  display: flex;
  min-height: 225px;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(24, 210, 255, .24);
  border-radius: 23px;
  color: #0a789f;
  background: linear-gradient(145deg, #ffffff 30%, #f0fbff 100%);
  box-shadow: 0 15px 42px rgba(5, 97, 134, .08);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.agent-action:hover { border-color: var(--brand); box-shadow: 0 17px 35px rgba(6, 123, 167, .13); transform: translateY(-3px); }
.agent-action .agent-action-tag {
  display: inline-flex;
  min-height: 31px;
  padding: 7px 11px;
  align-items: center;
  border: 1px solid rgba(24, 210, 255, .3);
  border-radius: 999px;
  color: #087fab;
  background: rgba(24, 210, 255, .1);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .06em;
}
.agent-action strong { margin-top: 22px; color: #087ca8; font-size: 1rem; line-height: 1.25; }
.agent-action small { margin-top: 10px; color: #607b89; font-size: .66rem; line-height: 1.6; }
.agent-action .agent-action-cta {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  color: #087da9;
  font-size: .63rem;
  font-weight: 900;
}
.agent-action-cta b { font-size: 1rem; line-height: 1; }
.agent-action-primary { border-color: rgba(29, 188, 113, .28); background: linear-gradient(145deg, #fafffc 25%, #e7fff2 100%); }
.agent-action-primary .agent-action-tag { border-color: rgba(29, 188, 113, .25); color: #148752; background: rgba(29, 188, 113, .1); }
.agent-action-primary strong,
.agent-action-primary .agent-action-cta { color: #148752; }

@media (max-width: 1050px) {
  .agent-benefits-layout,
  .agent-member-layout { grid-template-columns: 1fr; }
  .agent-member-copy { max-width: 760px; }
  .agent-member-carousel { width: min(100%, 760px); justify-self: center; }
  .agent-resource-intro { grid-template-columns: 1fr; }
  .agent-resource-intro .eyebrow { grid-column: auto; }
}

@media (max-width: 760px) {
  .agent-section-heading { grid-template-columns: 1fr; gap: 14px; }
  .agent-benefits-panel,
  .agent-commission-visual,
  .agent-member-carousel,
  .agent-contact-card { border-radius: 21px; }
  .agent-benefits-panel { padding: 27px 20px; }
  .agent-actions { grid-template-columns: 1fr; }
  .agent-action { min-height: 205px; }
}

@media (max-width: 520px) {
  .agent-member-carousel { padding: 8px 8px 12px; }
  .agent-member-stage { border-radius: 15px; }
  .agent-carousel-arrow { width: 40px; height: 40px; }
  .agent-carousel-prev { left: 8px; }
  .agent-carousel-next { right: 8px; }
  .agent-carousel-footer small { text-align: center; }
  .agent-contact-card { padding-block: 8px; }
}

/* QR Code guide */
.qr-intro-section { background: #ffffff; }
.qr-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
  align-items: start;
  gap: clamp(45px, 8vw, 120px);
}
.qr-intro-copy h2,
.qr-transfer-heading h2 {
  max-width: 850px;
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.qr-intro-lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: #5e7987;
  font-size: .75rem;
  line-height: 1.7;
}
.qr-function-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-top: 30px;
}
.qr-function-list > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 10px;
  padding: 17px 15px;
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 15px;
  background: linear-gradient(145deg, #f8fdff, #edf9ff);
}
.qr-function-list span {
  display: grid;
  grid-row: span 2;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8dbb, var(--brand));
  font-size: .8rem;
  font-weight: 900;
}
.qr-function-list strong { align-self: end; color: #087ca6; font-size: .65rem; line-height: 1.2; }
.qr-function-list small { color: #718994; font-size: .52rem; line-height: 1.3; }
.qr-information-list { display: grid; gap: 13px; margin-top: 33px; }
.qr-information-list article {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 17px;
  padding: 19px 21px;
  border: 1px solid rgba(24, 210, 255, .18);
  border-radius: 16px;
  background: #ffffff;
}
.qr-information-list article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: #0e91c1;
  font-size: .55rem;
  font-weight: 950;
  letter-spacing: .06em;
}
.qr-information-list h3 { margin: 2px 0 7px; color: #0789bc; font-size: .78rem; line-height: 1.3; }
.qr-information-list p { margin: 0; color: #5d7683; font-size: .65rem; line-height: 1.65; }
.qr-information-list p strong { color: #087ca6; }
.qr-code-card {
  position: sticky;
  top: 105px;
  display: grid;
  justify-items: center;
  gap: 18px;
  margin: 0;
  padding: clamp(18px, 3vw, 31px);
  border: 1px solid rgba(24, 210, 255, .24);
  border-radius: 29px;
  background:
    radial-gradient(circle at 50% 36%, rgba(24, 210, 255, .19), transparent 55%),
    #f7fcff;
  box-shadow: 0 28px 80px rgba(5, 97, 134, .12);
}
.qr-code-frame {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 20px;
  background: #ffffff;
}
.qr-code-card img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.qr-code-card figcaption { display: grid; gap: 5px; text-align: center; }
.qr-code-card figcaption strong { color: #087ca6; font-size: .75rem; }
.qr-code-card figcaption span { color: #6b8490; font-size: .56rem; line-height: 1.45; }
.qr-transfer-section {
  border-block: 1px solid rgba(24, 210, 255, .18);
  background:
    radial-gradient(circle at 88% 10%, rgba(24, 210, 255, .13), transparent 32%),
    linear-gradient(145deg, #f8fdff, #eaf8ff);
}
.qr-transfer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(34px, 5vw, 62px);
}
.qr-transfer-heading > p {
  margin: 0;
  color: #5e7987;
  font-size: .7rem;
  line-height: 1.7;
}
.qr-transfer-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qr-transfer-steps li {
  min-width: 0;
  padding: clamp(20px, 2.3vw, 29px) clamp(16px, 2vw, 23px);
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 19px 48px rgba(7, 99, 133, .08);
}
.qr-transfer-steps img { display: block; width: 58px; height: 58px; margin-bottom: 22px; object-fit: contain; }
.qr-transfer-steps h3 { margin: 0 0 10px; color: #0789bc; font-size: .76rem; line-height: 1.3; }
.qr-transfer-steps p { margin: 0; color: #607985; font-size: .62rem; line-height: 1.6; }
.qr-transfer-steps p strong { color: #087ca6; }

@media (max-width: 1080px) {
  .qr-intro-layout { grid-template-columns: 1fr; }
  .qr-code-card { position: static; width: min(100%, 470px); justify-self: center; }
  .qr-transfer-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .qr-function-list { grid-template-columns: 1fr; }
  .qr-transfer-heading { grid-template-columns: 1fr; gap: 14px; }
  .qr-transfer-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qr-code-card { border-radius: 21px; }
}

@media (max-width: 520px) {
  .qr-information-list article { grid-template-columns: 37px minmax(0, 1fr); gap: 13px; padding: 17px 15px; }
  .qr-information-list article > span { width: 37px; height: 37px; border-radius: 11px; }
  .qr-code-card { padding: 12px 12px 18px; }
  .qr-code-frame { padding: 9px; border-radius: 14px; }
  .qr-transfer-steps { grid-template-columns: 1fr; }
  .qr-transfer-steps li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 0 15px; padding: 18px; }
  .qr-transfer-steps img { grid-row: span 2; width: 52px; height: 52px; margin: 0; }
  .qr-transfer-steps h3 { align-self: end; }
}

/* Tutorials Guide */
.tutorial-overview-section { background: #ffffff; }
.tutorial-overview-layout,
.tutorial-guide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: end;
  gap: 50px;
}
.tutorial-overview-layout h2,
.tutorial-guide-heading h2,
.tutorial-chips-heading h2 {
  max-width: 880px;
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.tutorial-overview-layout > p,
.tutorial-guide-heading > p,
.tutorial-chips-heading > p:last-child {
  margin: 0;
  color: #5e7987;
  font-size: .7rem;
  line-height: 1.7;
}
.tutorial-section-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin-top: clamp(35px, 5vw, 58px);
}
.tutorial-section-nav a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 2px 11px;
  padding: 18px 15px;
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 16px;
  color: #087ca6;
  background: linear-gradient(145deg, #f8fdff, #edf9ff);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.tutorial-section-nav a:hover { border-color: var(--brand); box-shadow: 0 15px 34px rgba(5, 117, 158, .11); transform: translateY(-3px); }
.tutorial-section-nav span {
  display: grid;
  grid-row: span 2;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8dbb, var(--brand));
  font-size: .56rem;
  font-weight: 950;
}
.tutorial-section-nav strong { align-self: end; font-size: .64rem; line-height: 1.25; }
.tutorial-section-nav small { color: #6c8490; font-size: .51rem; line-height: 1.3; }
.tutorial-guide-section { scroll-margin-top: 90px; border-top: 1px solid rgba(24, 210, 255, .17); background: #ffffff; }
.tutorial-guide-tint {
  background:
    radial-gradient(circle at 90% 12%, rgba(24, 210, 255, .12), transparent 31%),
    linear-gradient(145deg, #f8fdff, #edf9ff);
}
.tutorial-guide-heading { margin-bottom: clamp(34px, 5vw, 60px); }
.tutorial-guide-narrow { width: min(calc(100% - 40px), 1180px); }
.registration-guide-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.registration-guide-steps article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(27px, 3.2vw, 42px);
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 23px;
  background: linear-gradient(145deg, #ffffff, #f3fbff);
  box-shadow: 0 24px 64px rgba(5, 102, 140, .09);
}
.registration-guide-steps article > span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8dbb, var(--brand));
  box-shadow: 0 10px 25px rgba(5, 137, 186, .2);
  font-size: .68rem;
  font-weight: 950;
}
.tutorial-card-label { margin: 0 0 10px; color: #0793c8; font-size: .54rem; font-weight: 950; letter-spacing: .16em; }
.registration-guide-steps h3 { margin: 0 0 21px; color: #0789bc; font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.15; }
.registration-guide-steps ul,
.tutorial-chips-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.registration-guide-steps li {
  position: relative;
  padding-left: 17px;
  color: #5a7481;
  font-size: .64rem;
  line-height: 1.65;
}
.registration-guide-steps li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); content: ""; }
.registration-guide-steps a { color: #0789bc; font-weight: 850; }
.registration-guide-steps strong { color: #0a789f; }
.tutorial-disclosures { display: grid; gap: 11px; }
.tutorial-disclosure {
  overflow: hidden;
  border: 1px solid rgba(24, 210, 255, .23);
  border-radius: 17px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 15px 42px rgba(5, 102, 140, .06);
}
.tutorial-disclosure summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 14px 18px;
  color: #087ca6;
  cursor: pointer;
  list-style: none;
}
.tutorial-disclosure summary::-webkit-details-marker { display: none; }
.tutorial-disclosure summary > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: #0d91c1;
  font-size: .56rem;
  font-weight: 950;
}
.tutorial-disclosure summary strong { font-size: .74rem; line-height: 1.35; }
.tutorial-disclosure summary b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #0789bc;
  background: #e5f7ff;
  font-size: .83rem;
  line-height: 1;
  transition: transform 180ms ease;
}
.tutorial-disclosure[open] summary { color: #ffffff; background: linear-gradient(135deg, #0b8bb9, var(--brand)); }
.tutorial-disclosure[open] summary > span { color: #0789bc; background: #ffffff; }
.tutorial-disclosure[open] summary b { color: #0789bc; background: #ffffff; transform: rotate(45deg); }
.tutorial-disclosure-body { padding: clamp(23px, 3vw, 34px) clamp(22px, 4vw, 42px); border-top: 1px solid rgba(24, 210, 255, .16); }
.tutorial-disclosure-body p { margin: 0; color: #57717e; font-size: .67rem; line-height: 1.75; }
.tutorial-disclosure-body ol { display: grid; gap: 12px; margin: 0; padding-left: 22px; }
.tutorial-disclosure-body li { padding-left: 5px; color: #57717e; font-size: .67rem; line-height: 1.65; }
.tutorial-disclosure-body strong { color: #087ca6; }
.tutorial-note { margin-top: 19px !important; padding: 14px 16px; border-left: 3px solid var(--brand); border-radius: 0 10px 10px 0; background: #edf9ff; }
.tutorial-chips-layout {
  display: grid;
  grid-template-columns: minmax(250px, .6fr) minmax(0, 1.4fr);
  align-items: start;
  gap: clamp(42px, 8vw, 120px);
}
.tutorial-chips-heading { position: sticky; top: 105px; }
.tutorial-chips-heading > p:last-child { margin-top: 21px; }
.tutorial-chips-card {
  padding: clamp(27px, 4vw, 50px);
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 25px;
  background: linear-gradient(145deg, #f8fdff, #eaf8ff);
  box-shadow: 0 27px 70px rgba(5, 102, 140, .1);
}
.tutorial-chips-card ul { margin-top: 22px; }
.tutorial-chips-card li { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: start; gap: 14px; }
.tutorial-chips-card li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: #0d91c1;
  font-size: .53rem;
  font-weight: 950;
}
.tutorial-chips-card li p { margin: 4px 0 0; color: #58727f; font-size: .66rem; line-height: 1.67; }
.tutorial-chips-card li strong { color: #087ca6; }

@media (max-width: 1080px) {
  .tutorial-section-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .registration-guide-steps { grid-template-columns: 1fr; }
  .registration-guide-steps article { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 0 20px; }
  .registration-guide-steps article > span { grid-row: span 3; margin: 0; }
  .registration-guide-steps ul { margin-top: 15px; }
}

@media (max-width: 760px) {
  .tutorial-overview-layout,
  .tutorial-guide-heading,
  .tutorial-chips-layout { grid-template-columns: 1fr; gap: 14px; }
  .tutorial-section-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tutorial-chips-heading { position: static; }
  .tutorial-chips-card { margin-top: 22px; }
}

@media (max-width: 520px) {
  .tutorial-section-nav { grid-template-columns: 1fr; }
  .registration-guide-steps article { display: block; padding: 25px 20px; border-radius: 19px; }
  .registration-guide-steps article > span { width: 45px; height: 45px; margin-bottom: 22px; }
  .tutorial-disclosure { border-radius: 14px; }
  .tutorial-disclosure summary { grid-template-columns: 37px minmax(0, 1fr) 30px; gap: 11px; min-height: 68px; padding: 12px; }
  .tutorial-disclosure summary > span { width: 37px; height: 37px; border-radius: 11px; }
  .tutorial-disclosure summary b { width: 30px; height: 30px; }
  .tutorial-disclosure-body { padding: 22px 17px; }
  .tutorial-chips-card { padding: 25px 18px; border-radius: 20px; }
}

/* Login Problem */
.login-help-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(24, 210, 255, .13), transparent 31%),
    linear-gradient(150deg, #ffffff 0%, #f2fbff 100%);
}
.login-help-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(35px, 5vw, 64px);
}
.login-help-heading h2 {
  max-width: 870px;
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.login-help-heading > p {
  margin: 0;
  color: #5e7987;
  font-size: .7rem;
  line-height: 1.7;
}
.login-problem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.login-problem-card {
  min-width: 0;
  padding: clamp(25px, 3vw, 39px);
  border: 1px solid rgba(24, 210, 255, .23);
  border-radius: 23px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 58px rgba(5, 102, 140, .09);
}
.login-problem-card header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 210, 255, .17);
}
.login-problem-card header > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8dbb, var(--brand));
  box-shadow: 0 10px 24px rgba(4, 136, 184, .2);
  font-size: .65rem;
  font-weight: 950;
}
.login-problem-card header p { margin: 0 0 7px; color: #0793c8; font-size: .52rem; font-weight: 950; letter-spacing: .16em; }
.login-problem-card h3 { margin: 0; color: #0789bc; font-size: clamp(1.12rem, 2vw, 1.65rem); line-height: 1.15; }
.login-problem-card ul { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.login-problem-card li { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; gap: 12px; }
.login-problem-card li b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #1abf73;
  font-size: .56rem;
  line-height: 1;
}
.login-problem-card li span { margin-top: 3px; color: #58727f; font-size: .66rem; line-height: 1.6; }
.login-help-tip {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 19px 23px;
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 17px;
  background: #eaf8ff;
}
.login-help-tip > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: #0d91c1;
  font-size: .8rem;
  font-weight: 950;
}
.login-help-tip strong { color: #087ca6; font-size: .69rem; }
.login-help-tip p { margin: 5px 0 0; color: #5d7784; font-size: .61rem; line-height: 1.55; }

@media (max-width: 760px) {
  .login-help-heading { grid-template-columns: 1fr; gap: 14px; }
  .login-problem-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .login-problem-card { padding: 23px 18px; border-radius: 19px; }
  .login-problem-card header { grid-template-columns: 45px minmax(0, 1fr); gap: 13px; padding-bottom: 19px; }
  .login-problem-card header > span { width: 45px; height: 45px; border-radius: 13px; }
  .login-help-tip { grid-template-columns: 40px minmax(0, 1fr); padding: 17px; }
  .login-help-tip > span { width: 40px; height: 40px; border-radius: 12px; }
}

/* FAQs page */
.faq-page-section {
  background:
    radial-gradient(circle at 92% 6%, rgba(24, 210, 255, .13), transparent 30%),
    linear-gradient(150deg, #ffffff 0%, #f4fbff 100%);
}
.faq-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
.faq-page-heading h2 {
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.faq-page-heading > p { margin: 0; color: #5e7987; font-size: .7rem; line-height: 1.7; }
.faq-page-groups { display: grid; gap: 27px; }
.faq-page-group {
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(24, 210, 255, .23);
  border-radius: 25px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 25px 68px rgba(5, 102, 140, .09);
}
.faq-page-group > header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: clamp(14px, 2vw, 22px) clamp(8px, 2vw, 19px) clamp(25px, 3vw, 35px);
}
.faq-page-group > header > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8dbb, var(--brand));
  font-size: .65rem;
  font-weight: 950;
}
.faq-page-group > header p { margin: 0 0 7px; color: #0793c8; font-size: .52rem; font-weight: 950; letter-spacing: .16em; }
.faq-page-group > header h3 { margin: 0; color: #0789bc; font-size: clamp(1.15rem, 2.3vw, 1.8rem); line-height: 1.15; }
.faq-page-group > header b {
  padding: 8px 11px;
  border: 1px solid rgba(24, 210, 255, .23);
  border-radius: 999px;
  color: #0789bc;
  background: #edf9ff;
  font-size: .51rem;
  letter-spacing: .08em;
}
.faq-page-list { display: grid; gap: 8px; border-top: 0; }
.faq-page-list details {
  overflow: hidden;
  border: 1px solid rgba(24, 210, 255, .18);
  border-radius: 14px;
  background: #f9fdff;
}
.faq-page-list summary { min-height: 67px; padding: 16px 18px; color: #17495f; font-size: .72rem; line-height: 1.4; }
.faq-page-list summary span { width: 31px; height: 31px; border-color: rgba(24, 210, 255, .32); color: #0789bc; background: #e9f8ff; }
.faq-page-list details[open] { border-color: rgba(24, 210, 255, .38); background: #ffffff; box-shadow: 0 13px 34px rgba(5, 102, 140, .08); }
.faq-page-list details[open] summary { color: #0789bc; }
.faq-page-list details > div { padding: 4px 62px 22px 18px; }
.faq-page-list details p { max-width: 850px; margin: 0 0 11px; color: #5e7885; font-size: .65rem; line-height: 1.65; }
.faq-page-list details a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #0c91c2;
  font-size: .58rem;
  font-weight: 850;
  text-decoration: none;
}
.faq-support-group { background: linear-gradient(145deg, #f5fcff, #e9f8ff); }
.faq-support-group .faq-page-list details a { background: linear-gradient(135deg, #12a963, #23c77a); }

@media (max-width: 760px) {
  .faq-page-heading { grid-template-columns: 1fr; gap: 14px; }
  .faq-page-group > header { grid-template-columns: 48px minmax(0, 1fr); }
  .faq-page-group > header > span { width: 48px; height: 48px; }
  .faq-page-group > header b { display: none; }
}

@media (max-width: 520px) {
  .faq-page-group { padding: 10px; border-radius: 20px; }
  .faq-page-group > header { grid-template-columns: 43px minmax(0, 1fr); gap: 12px; padding: 14px 7px 22px; }
  .faq-page-group > header > span { width: 43px; height: 43px; border-radius: 13px; }
  .faq-page-list summary { min-height: 62px; padding: 14px 13px; font-size: .67rem; }
  .faq-page-list summary span { width: 28px; height: 28px; }
  .faq-page-list details > div { padding: 3px 14px 18px; }
}

/* Referrer guide */
.referrer-guide-section { background: #ffffff; }
.referrer-guide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
.referrer-guide-heading h2,
.referrer-code-copy h2 {
  max-width: 870px;
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.referrer-guide-heading > p,
.referrer-code-copy > p:not(.eyebrow) { margin: 0; color: #5e7987; font-size: .7rem; line-height: 1.7; }
.referrer-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
}
.referrer-interface-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(24, 210, 255, .22);
  border-radius: 24px;
  background: #f3f4f5;
  box-shadow: 0 27px 72px rgba(5, 102, 140, .11);
}
.referrer-interface-card img { display: block; width: 100%; height: auto; aspect-ratio: 1024 / 683; object-fit: contain; background: #f3f4f5; }
.referrer-interface-card figcaption { padding: 14px 18px 16px; border-top: 1px solid rgba(24, 210, 255, .15); color: #69828f; background: #f9fdff; font-size: .57rem; }
.referrer-guide-steps { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.referrer-guide-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 17px;
  background: linear-gradient(145deg, #ffffff, #f3fbff);
}
.referrer-guide-steps li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b8dbb, var(--brand));
  font-size: .61rem;
  font-weight: 950;
}
.referrer-guide-steps li div > p:first-child { margin: 1px 0 5px; color: #0793c8; font-size: .49rem; font-weight: 950; letter-spacing: .15em; }
.referrer-guide-steps h3 { margin: 0 0 8px; color: #0789bc; font-size: .83rem; line-height: 1.3; }
.referrer-guide-steps li div > p:last-child { margin: 0; color: #5b7582; font-size: .62rem; line-height: 1.6; }
.referrer-guide-steps strong,
.referrer-guide-steps a { color: #087ca6; font-weight: 850; }
.referrer-code-section {
  border-block: 1px solid rgba(24, 210, 255, .18);
  background:
    radial-gradient(circle at 10% 12%, rgba(24, 210, 255, .14), transparent 30%),
    linear-gradient(145deg, #f8fdff, #eaf8ff);
}
.referrer-code-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(45px, 8vw, 118px);
}
.referrer-qr-card {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 18px 18px 15px;
  border: 1px solid rgba(24, 210, 255, .24);
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 28px 78px rgba(5, 102, 140, .13);
}
.referrer-qr-card > div { padding: 12px; border: 1px solid rgba(24, 210, 255, .16); border-radius: 17px; background: #ffffff; }
.referrer-qr-card img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.referrer-qr-card figcaption { padding: 14px 5px 3px; color: #087ca6; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.referrer-code-copy > p:not(.eyebrow) { max-width: 680px; margin-top: 22px; }
.referrer-manual-code {
  position: relative;
  overflow: hidden;
  max-width: 560px;
  margin-top: 28px;
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid rgba(24, 210, 255, .27);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 19px 48px rgba(5, 102, 140, .09);
}
.referrer-manual-code::after { position: absolute; right: -48px; bottom: -70px; width: 160px; height: 160px; border: 30px solid rgba(24, 210, 255, .09); border-radius: 50%; content: ""; }
.referrer-manual-code span,
.referrer-manual-code strong,
.referrer-manual-code small { position: relative; z-index: 1; display: block; }
.referrer-manual-code span { color: #0793c8; font-size: .52rem; font-weight: 950; letter-spacing: .17em; }
.referrer-manual-code strong { margin: 9px 0 8px; color: #0789bc; font-size: clamp(2.1rem, 4.8vw, 4.1rem); letter-spacing: .045em; line-height: 1; }
.referrer-manual-code small { color: #6a8390; font-size: .56rem; }
.referrer-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; margin-top: 18px; }
.referrer-methods > div {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  gap: 1px 10px;
  padding: 14px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}
.referrer-methods span { display: grid; grid-row: span 2; width: 37px; height: 37px; place-items: center; border-radius: 11px; color: #ffffff; background: #0d91c1; font-size: .52rem; font-weight: 950; }
.referrer-methods strong { align-self: end; color: #087ca6; font-size: .61rem; }
.referrer-methods small { color: #6b8390; font-size: .49rem; line-height: 1.3; }

@media (max-width: 980px) {
  .referrer-guide-layout,
  .referrer-code-layout { grid-template-columns: 1fr; }
  .referrer-interface-card { width: min(100%, 760px); }
  .referrer-code-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  .referrer-guide-heading { grid-template-columns: 1fr; gap: 14px; }
  .referrer-methods { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .referrer-interface-card,
  .referrer-qr-card { border-radius: 20px; }
  .referrer-guide-steps li { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 16px 14px; }
  .referrer-guide-steps li > span { width: 42px; height: 42px; border-radius: 12px; }
  .referrer-qr-card { padding: 11px 11px 13px; }
  .referrer-qr-card > div { padding: 8px; border-radius: 13px; }
  .referrer-manual-code { padding: 23px 19px; border-radius: 17px; }
}

/* About Us */
.about-story-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 45%, rgba(24, 210, 255, .11), transparent 28%),
    #ffffff;
}
.about-story-layout {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(55px, 9vw, 140px);
}
.about-phone-visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 720px;
  margin: 0;
  align-content: center;
  justify-items: center;
}
.about-phone-visual::before {
  position: absolute;
  z-index: 0;
  width: min(90%, 500px);
  aspect-ratio: 1;
  border: 1px solid rgba(24, 210, 255, .12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 210, 255, .17), rgba(24, 210, 255, .02) 62%, transparent 63%);
  content: "";
}
.about-phone-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 394px);
  height: auto;
  max-height: 775px;
  object-fit: contain;
  filter: drop-shadow(0 28px 35px rgba(4, 70, 98, .16));
}
.about-app-icon {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 0;
  width: clamp(82px, 9vw, 125px);
  padding: 8px;
  border: 1px solid rgba(24, 210, 255, .2);
  border-radius: 25%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 19px 45px rgba(4, 91, 126, .14);
}
.about-app-icon img { display: block; width: 100%; height: auto; aspect-ratio: 1; border-radius: 20%; object-fit: contain; }
.about-phone-visual figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 9px 14px;
  border: 1px solid rgba(24, 210, 255, .18);
  border-radius: 999px;
  color: #64808e;
  background: rgba(255, 255, 255, .9);
  font-size: .54rem;
}
.about-story-copy { max-width: 850px; }
.about-story-copy h2 {
  margin: 0;
  color: #0789bc;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  letter-spacing: -.065em;
  line-height: .85;
}
.about-story-copy h3 {
  max-width: 820px;
  margin: clamp(27px, 4vw, 44px) 0 0;
  color: #173d4e;
  font-size: clamp(1.15rem, 2.25vw, 2rem);
  line-height: 1.1;
  text-transform: uppercase;
}
.about-story-rule { width: 130px; height: 3px; margin: 29px 0 31px; border-radius: 99px; background: var(--brand); }
.about-story-copy > p:not(.eyebrow) {
  max-width: 820px;
  margin: 0 0 20px;
  color: #476573;
  font-size: .7rem;
  line-height: 1.78;
}

@media (max-width: 1020px) {
  .about-story-layout { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: 45px; }
  .about-phone-visual { min-height: 620px; }
  .about-phone-image { max-height: 650px; }
}

@media (max-width: 800px) {
  .about-story-layout { grid-template-columns: 1fr; }
  .about-phone-visual { width: min(100%, 520px); min-height: 620px; justify-self: center; }
  .about-app-icon { left: 4%; }
  .about-story-copy { max-width: 700px; }
}

@media (max-width: 520px) {
  .about-story-layout { gap: 45px; }
  .about-phone-visual { min-height: 520px; }
  .about-phone-image { width: min(82vw, 330px); max-height: 540px; }
  .about-app-icon { top: 7%; left: 0; width: 76px; padding: 5px; }
  .about-phone-visual figcaption { bottom: -4px; }
  .about-story-copy h2 { font-size: clamp(3rem, 19vw, 4.5rem); }
  .about-story-copy h3 { font-size: 1.12rem; }
}

/* SEO editorial content */
.seo-home-intro {
  padding-block: clamp(64px, 8vw, 105px);
  background:
    radial-gradient(circle at 88% 14%, rgba(24, 210, 255, .18), transparent 26rem),
    #ffffff;
  text-align: center;
}
.seo-home-intro .shell { max-width: 980px; }
.seo-home-intro .eyebrow,
.seo-editorial-header .eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(8, 124, 166, .2);
  border-radius: 8px;
  background: rgba(24, 210, 255, .09);
}
.seo-home-intro .eyebrow { margin-inline: auto; }
.seo-home-intro h1 {
  max-width: 900px;
  margin-inline: auto;
  color: #0789bc;
  font-size: clamp(2.45rem, 5.7vw, 5rem);
}
.seo-home-intro p:last-child {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(.95rem, 1.5vw, 1.08rem);
}
.seo-editorial-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 3%, rgba(24, 210, 255, .16), transparent 27rem),
    radial-gradient(circle at 2% 100%, rgba(8, 124, 166, .07), transparent 25rem),
    #ffffff;
}
.seo-editorial-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: clamp(28px, 6vw, 80px);
  margin-bottom: 38px;
}
.seo-editorial-header .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -15px;
}
.seo-editorial-header h2 {
  max-width: 780px;
  margin: 0;
  color: #0789bc;
  font-size: clamp(2rem, 4vw, 3.7rem);
}
.seo-editorial-header > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #4f6e7d;
  font-size: .95rem;
}
.seo-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.seo-editorial-card {
  min-width: 0;
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid rgba(8, 124, 166, .16);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f2fbfe);
  box-shadow: 0 15px 38px rgba(8, 86, 116, .08);
}
.seo-editorial-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 11px;
  color: #056f98;
  background: rgba(24, 210, 255, .18);
  font-size: .7rem;
  font-weight: 900;
}
.seo-editorial-card h3 {
  color: #0789bc;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}
.seo-editorial-card p { margin: 0; color: #526f7e; font-size: .88rem; }
.seo-editorial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 25px 28px;
  border: 1px solid rgba(8, 124, 166, .14);
  border-radius: 17px;
  background: rgba(238, 250, 254, .8);
}
.seo-editorial-footer > p { max-width: 720px; margin: 0; font-size: .9rem; }
.seo-editorial-footer .button-row { flex: 0 0 auto; }

@media (max-width: 900px) {
  .seo-editorial-header { grid-template-columns: 1fr; gap: 18px; }
  .seo-editorial-header .eyebrow { grid-column: auto; margin-bottom: 0; }
  .seo-editorial-grid { grid-template-columns: 1fr; }
  .seo-editorial-card { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 15px; }
  .seo-editorial-card > span { grid-row: 1 / span 2; margin: 0; }
  .seo-editorial-card h3 { margin-top: 3px; }
  .seo-editorial-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .seo-home-intro { padding-block: 56px; }
  .seo-editorial-section { padding-block: 66px; }
  .seo-editorial-card { padding: 20px 17px; }
  .seo-editorial-footer { padding: 21px 18px; }
  .seo-editorial-footer .button-row { width: 100%; }
  .seo-editorial-footer .button { flex: 1 1 100%; }
}

/* Homepage statistics: wide single-line cards on desktop */
.home-intro .intro-layout {
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(36px, 5vw, 62px);
}
.home-intro .intro-copy { max-width: 860px; }
.home-intro .stat-grid {
  width: 100%;
  margin-top: 0;
  gap: 12px;
}
.home-intro .stat-grid article {
  min-height: 88px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
  padding: 18px 20px;
}
.home-intro .stat-grid strong,
.home-intro .stat-grid span { white-space: nowrap; }
.home-intro .stat-grid strong { flex: 0 0 auto; }
.home-intro .stat-grid span {
  overflow: hidden;
  font-size: .76rem;
  font-weight: 750;
  text-overflow: ellipsis;
}

@media (max-width: 900px) {
  .home-intro .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .home-intro .stat-grid { gap: 8px; }
  .home-intro .stat-grid article { min-height: 78px; gap: 9px; padding: 13px 11px; }
  .home-intro .stat-grid strong { font-size: 1.25rem; }
  .home-intro .stat-grid span { font-size: .66rem; }
}

/* Mobile hero focal point: keep right-side artwork fully visible after cover cropping. */
@media (max-width: 640px) {
  .page-hero > img {
    object-position: 78% center;
  }

  .register-hero,
  .ekor-hero,
  .horse-hero,
  .withdraw-hero {
    background-position: 78% center;
  }
}

/* Compact, steady carousel controls for touch devices. */
@keyframes carousel-mobile-fade {
  from { opacity: .45; }
  to { opacity: 1; }
}

@media (max-width: 680px) {
  [data-carousel-prev],
  [data-carousel-next] {
    width: 36px;
    height: 36px;
    font-size: 1.35rem;
    box-shadow: 0 7px 18px rgba(2, 42, 59, .2);
    touch-action: manipulation;
    transition: border-color 150ms ease, background 150ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  [data-carousel-prev] { left: 6px; }
  [data-carousel-next] { right: 6px; }

  [data-carousel-prev] span,
  [data-carousel-next] span {
    font-size: 1.35rem;
    transform: translateY(-1px);
  }

  :is(
    .web-carousel-slide.active,
    .register-carousel-slide.active,
    .download-carousel-slide.active,
    .withdraw-carousel-slide.active,
    .telegram-carousel-slide.active,
    .topup-carousel-slide.active,
    .exchange-carousel-slide.active,
    .wallet-carousel-slide.active,
    .agent-member-slide.active
  ) {
    animation: carousel-mobile-fade 160ms ease-out both;
  }
}

@media (hover: none), (pointer: coarse) {
  [data-carousel-prev]:hover,
  [data-carousel-prev]:active,
  [data-carousel-next]:hover,
  [data-carousel-next]:active {
    transform: translateY(-50%);
  }
}

/* Mobile experience polish: stable navigation, calmer first screen and compact utilities. */
.intro-copy .intro-title-support {
  max-width: 780px;
  margin: 4px 0 18px;
  color: #0789bc;
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  font-weight: 880;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.intro-copy .intro-summary {
  max-width: 690px;
  margin-bottom: 24px;
}

.home-intro-simple .intro-copy {
  max-width: 860px;
}

@media (max-width: 1320px) {
  html.menu-open,
  html.menu-open body,
  body.menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  html.menu-open .site-header,
  body.menu-open .site-header {
    z-index: 220;
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .desktop-nav {
    position: absolute;
    top: 100%;
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
  }

  html.menu-open .mobile-bottom-nav,
  html.menu-open .floating-mascot,
  body.menu-open .mobile-bottom-nav,
  body.menu-open .floating-mascot {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  .floating-mascot {
    right: 7px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    width: 56px;
    height: 70px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0 8px 12px rgba(8, 76, 106, .16));
    animation: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  body.mascot-visible:not(.menu-open):not(.announcement-open) .floating-mascot {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.announcement-open .floating-mascot,
  body.announcement-open .mobile-bottom-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    background: #ffffff;
  }

  .desktop-nav {
    top: 100%;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    gap: 5px;
    padding: 8px 12px calc(24px + env(safe-area-inset-bottom));
    background: #ffffff;
    box-shadow: inset 0 1px 0 var(--line);
  }

  .desktop-nav > a,
  .help-menu > summary {
    min-height: 48px;
    padding: 10px 14px;
    border-color: rgba(8, 124, 166, .12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
  }

  .desktop-nav > a:hover,
  .desktop-nav > a.active,
  .help-menu > summary:hover,
  .help-menu > summary.active,
  .help-menu[open] > summary {
    border-color: rgba(24, 210, 255, .52);
    background: rgba(24, 210, 255, .1);
  }

  .games-menu-trigger {
    min-height: 48px;
    border-color: rgba(8, 124, 166, .12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
  }

  .games-menu-trigger > a {
    padding: 11px 14px;
  }

  .games-menu-toggle {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .games-menu-toggle::before,
  .help-menu > summary::after {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .games-mega,
  .help-dropdown {
    margin-top: 5px;
    border-radius: 12px;
    background: #f3fbfd;
  }

  .help-dropdown {
    grid-template-columns: 1fr;
  }

  .help-dropdown a {
    min-height: 42px;
    padding: 8px 11px;
    border-radius: 8px;
    background: #ffffff;
  }

  .announcement-bar {
    background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--brand-light)) top / 100% 2px no-repeat, #ffffff;
  }

  .announcement-inner {
    min-height: 44px;
    gap: 7px;
    padding-top: 2px;
  }

  .announcement-open-area {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 7px;
  }

  .announcement-icon {
    width: 22px;
    height: 22px;
    font-size: .61rem;
  }

  .announcement-viewport,
  .announcement-track {
    width: 100%;
    min-width: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .announcement-track {
    display: block;
    transform: none !important;
    animation: none;
  }

  .announcement-track > span:first-child {
    display: block;
    overflow: hidden;
    padding: 0;
    color: #486779;
    font-size: .64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .announcement-track > span:not(:first-child),
  .announcement-track i {
    display: none;
  }

  .announcement-more {
    min-height: 28px;
    padding: 5px 10px;
    font-size: .6rem;
  }

  body[data-page="home"] .home-intro {
    padding: 40px 0 48px;
    background: radial-gradient(circle at 100% 0, rgba(24, 210, 255, .09), transparent 18rem), #ffffff;
  }

  body[data-page="home"] .intro-layout {
    gap: 28px;
  }

  body[data-page="home"] .intro-copy .eyebrow {
    margin-bottom: 13px;
    font-size: .59rem;
  }

  body[data-page="home"] .intro-layout h1 {
    margin-bottom: 7px;
    font-size: clamp(2.2rem, 10vw, 2.5rem);
    letter-spacing: -.045em;
    line-height: 1.02;
  }

  body[data-page="home"] .intro-copy .intro-title-support {
    margin: 0 0 14px;
    font-size: clamp(1.35rem, 6.8vw, 1.72rem);
    line-height: 1.08;
  }

  body[data-page="home"] .intro-copy .intro-summary {
    margin-bottom: 18px;
    font-size: .88rem;
    line-height: 1.58;
  }

  body[data-page="home"] .intro-copy .button-row {
    justify-content: flex-start;
    gap: 8px;
  }

  body[data-page="home"] .intro-copy .button {
    min-height: 43px;
    padding: 9px 16px;
    font-size: .7rem;
  }

  .home-intro .stat-grid {
    gap: 7px;
  }

  .home-intro .stat-grid article {
    min-height: 66px;
    gap: 7px;
    padding: 10px;
  }

  .home-intro .stat-grid strong {
    font-size: 1.08rem;
  }

  .home-intro .stat-grid span {
    font-size: .58rem;
  }

  .hero-slide img {
    object-position: center;
  }

  .page-hero > img {
    object-position: 64% center;
  }

  .register-hero,
  .ekor-hero,
  .horse-hero,
  .withdraw-hero {
    background-position: 64% center;
  }

  .mobile-bottom-nav {
    right: 7px;
    bottom: calc(5px + env(safe-area-inset-bottom));
    left: 7px;
    min-height: 66px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) 54px repeat(2, minmax(0, 1fr));
    padding: 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 34px rgba(8, 58, 80, .17), inset 0 1px rgba(255, 255, 255, .98);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mobile-bottom-nav a {
    min-height: 50px;
    gap: 2px;
    border-radius: 13px;
  }

  .mobile-bottom-nav small {
    font-size: .48rem;
  }

  .mobile-nav-icon {
    width: 24px;
    height: 22px;
    transform: scale(.87);
  }

  .mobile-home img {
    top: -13px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    box-shadow: 0 9px 22px rgba(8, 71, 97, .2), 0 0 0 2px var(--brand);
  }
}
