:root {
    --bg: #07050b;
    --bg-raised: #0d0913;
    --surface: #120c1c;
    --surface-soft: #181023;
    --primary: #7c4dff;
    --primary-bright: #9a75ff;
    --secondary: #f3f0f7;
    --muted: #aaa2b5;
    --border: #08070b;
    --line: rgba(243, 240, 247, .12);
    --line-strong: rgba(124, 77, 255, .38);
    --success: #72f1b8;
    --danger: #ff668a;
    --shell: min(1200px, calc(100vw - 48px));
    --header-height: 88px;
    --promotion-banner-height: 48px;
    --radius: 22px;
    --ease: cubic-bezier(.2, .8, .2, 1);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--secondary); overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--primary-bright); outline-offset: 4px; }
::selection { background: var(--primary); color: #fff; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 132px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 14px; left: 14px; padding: 12px 18px; border-radius: 10px; background: var(--secondary); color: var(--bg); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #c8b8ff; font-size: .72rem; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > i { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 18px var(--primary); }
.section-index { display: block; color: var(--primary-bright); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
p { color: var(--muted); line-height: 1.75; }

.site-header { position: fixed; z-index: 900; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.is-scrolled { background: rgba(7,5,11,.78); border-color: var(--line); backdrop-filter: blur(18px); }
.has-promotion-banner main { padding-top: var(--promotion-banner-height); }
.promotion-banner { position: absolute; z-index: 1; top: 100%; left: 0; display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: var(--promotion-banner-height); padding: 7px max(18px,calc((100vw - 1200px)/2)); overflow: hidden; border-block: 1px solid rgba(231,184,90,.34); color: #ddd4e4; background: linear-gradient(90deg,rgba(231,184,90,.035),rgba(231,184,90,.12),rgba(231,184,90,.035)),rgba(8,6,11,.96); box-shadow: 0 12px 35px #0007; backdrop-filter: blur(18px); }
.promotion-banner::after { content: ""; position: absolute; inset: 0 auto 0 -25%; width: 18%; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(255,226,166,.1),transparent); transform: skewX(-20deg); animation: promotion-sweep 5s ease-in-out infinite; }
.promotion-banner__signal { display: inline-flex; align-items: center; gap: 7px; color: #e7b85a; font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.promotion-banner__signal i { width: 7px; height: 7px; border-radius: 50%; background: #e7b85a; box-shadow: 0 0 0 0 rgba(231,184,90,.55); animation: promotion-pulse 1.8s ease-out infinite; }
.promotion-banner>strong { color: #f0c873; font-size: .76rem; letter-spacing: .015em; white-space: nowrap; }
.promotion-banner__copy { color: #9d94a6; font-size: .68rem; white-space: nowrap; }
.promotion-countdown { display: flex; align-items: center; gap: 4px; padding: 5px 9px; border: 1px solid rgba(231,184,90,.28); border-radius: 8px; background: rgba(231,184,90,.06); font-variant-numeric: tabular-nums; }
.promotion-countdown>span { display: inline-flex; align-items: baseline; gap: 2px; }
.promotion-countdown b { min-width: 17px; color: #f0c873; font-size: .7rem; text-align: center; }
.promotion-countdown small,.promotion-countdown>i { color: #8e7e62; font-size: .48rem; font-style: normal; }
.promotion-banner__cta { display: inline-flex; align-items: center; gap: 7px; color: #e7b85a; font-size: .62rem; font-weight: 780; white-space: nowrap; }
.promotion-banner__cta i { font-style: normal; transition: transform .2s; }
.promotion-banner:hover .promotion-banner__cta i { transform: translateX(4px); }
@keyframes promotion-sweep { 0%,55% { left:-25%; } 85%,100% { left:115%; } }
@keyframes promotion-pulse { 70% { box-shadow:0 0 0 7px rgba(231,184,90,0); } 100% { box-shadow:0 0 0 0 rgba(231,184,90,0); } }
.site-header__inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { flex: 0 0 auto; }
.brand-lockup { display: flex; align-items: center; gap: 11px; height: 64px; }
.brand-lockup__mark { flex: 0 0 auto; width: auto; height: 60px; object-fit: contain; }
.brand-lockup__animated-mark { position: relative; flex: 0 0 auto; width: 60px; height: 60px; display: block; }
.brand-lockup__animated-mark .brand-lockup__mark { position: absolute; inset: 0; width: 60px; height: 60px; }
.brand-lockup__mark--light { opacity: 0; visibility: hidden; }
html[data-theme="light"] .brand-lockup__mark--dark { opacity: 0; visibility: hidden; }
html[data-theme="light"] .brand-lockup__mark--light { opacity: 1; visibility: visible; }
.brand-lockup__name { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.brand-lockup__gwa { width: auto; height: 29px; object-fit: contain; }
.brand-lockup__interactive { width: auto; height: 21px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-nav a { position: relative; color: #c7c0cf; font-size: .86rem; font-weight: 620; }
.site-nav a::after { content: ""; position: absolute; inset: auto 50% -11px; height: 2px; background: var(--primary); transform: scaleX(0); transition: inset .25s, transform .25s; }
.site-nav a:hover, .site-nav a.is-active { color: #fff; }
.site-nav a:hover::after, .site-nav a.is-active::after { inset-inline: 0; transform: scaleX(1); }
.site-nav a.is-active { color: var(--primary-bright); text-shadow: 0 0 18px rgba(154,117,255,.28); }
.site-header__actions { display: flex; align-items: center; gap: 18px; }
.language-dropdown { position: relative; z-index: 3; }
.language-dropdown__toggle { display: flex; align-items: center; gap: 8px; min-height: 37px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: #d8d1e0; cursor: pointer; transition: border-color .2s, background .2s; }
.language-dropdown__toggle:hover, .language-dropdown__toggle[aria-expanded="true"] { border-color: var(--line-strong); background: rgba(124,77,255,.1); }
.language-dropdown__globe { width: 17px; height: 17px; fill: none; stroke: var(--primary-bright); stroke-width: 1.45; }
.language-dropdown__current { min-width: 19px; font-size: .6rem; font-weight: 800; letter-spacing: .08em; }
.language-dropdown__chevron { width: 9px; fill: none; stroke: #88808f; stroke-linecap: round; stroke-width: 1.5; transition: transform .2s; }
.language-dropdown__toggle[aria-expanded="true"] .language-dropdown__chevron { transform: rotate(180deg); }
.language-dropdown__menu { position: absolute; z-index: 4; top: calc(100% + 10px); right: 0; width: 210px; padding: 7px; border: 1px solid var(--line-strong); border-radius: 15px; background: rgba(13,9,19,.98); box-shadow: 0 22px 60px #000b; backdrop-filter: blur(18px); }
.language-dropdown__menu[hidden] { display: none; }
.language-dropdown__menu a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; min-height: 48px; padding: 7px 10px; border-radius: 10px; color: #aaa2b5; }
.language-dropdown__menu a:hover { background: rgba(255,255,255,.05); color: #fff; }
.language-dropdown__menu a[aria-current="true"] { background: rgba(124,77,255,.13); color: #fff; }
.language-dropdown__badge { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(124,77,255,.28); border-radius: 8px; background: rgba(124,77,255,.09); color: #bdaaff; font-size: .55rem; font-weight: 850; letter-spacing: .05em; }
.language-dropdown__menu a strong { font-size: .79rem; }.language-dropdown__menu a small { color: var(--primary-bright); font-size: .72rem; font-weight: 800; }
.live-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #b9b2c3; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.live-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); }
.live-status.is-online i { background: var(--success); box-shadow: 0 0 12px rgba(114,241,184,.8); }
.live-status.is-offline i { background: var(--danger); }
.header-cart { display: inline-flex; align-items: center; gap: 7px; min-height: 37px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; color: #c9c1d2; font-size: .67rem; font-weight: 750; }
.header-cart:hover { border-color: var(--line-strong); color: #fff; }
.header-cart i { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--primary); color: #fff; font-size: .55rem; font-style: normal; }
.header-cart i[hidden] { display: none; }
[data-cart-count][hidden] { display: none !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle i { display: block; width: 100%; height: 1px; background: currentColor; margin: 5px 0; transition: transform .25s; }
.mobile-nav-backdrop { position: fixed; z-index: 1050; inset: 0; background: rgba(2,1,4,.72); opacity: 0; backdrop-filter: blur(5px); transition: opacity .32s var(--ease); }
.mobile-nav-backdrop[hidden], .mobile-nav[hidden] { display: none; }
.mobile-nav-backdrop.is-open { opacity: 1; }
.mobile-nav { position: fixed; z-index: 1100; top: 0; right: 0; display: flex; flex-direction: column; width: min(430px, 100vw); height: 100dvh; padding: 28px; overflow: hidden; border-left: 1px solid var(--line-strong); background: radial-gradient(circle at 100% 0, rgba(124,77,255,.18), transparent 34%), #09060e; box-shadow: -35px 0 100px #000b; transform: translateX(102%); transition: transform .32s var(--ease); }
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav__top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.mobile-nav__top .eyebrow { display: block; margin-bottom: 5px; font-size: .56rem; }
.mobile-nav__top strong { font-size: 1.05rem; letter-spacing: -.02em; }
.mobile-nav__close { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(124,77,255,.08); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.mobile-nav__close:hover { background: var(--primary); }
.mobile-nav__links { position: relative; z-index: 2; display: grid; margin-top: 25px; }
.mobile-nav__links a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 66px; border-bottom: 1px solid var(--line); color: #d7d0df; transition: color .2s, padding .25s, border-color .2s; }
.mobile-nav__links a:hover { padding-inline: 8px; border-color: var(--line-strong); color: #fff; }
.mobile-nav__links a.is-active { padding-inline: 10px 8px; border-color: var(--line-strong); background: linear-gradient(90deg, rgba(124,77,255,.16), transparent 72%); color: #fff; box-shadow: inset 2px 0 var(--primary); }
.mobile-nav__links a.is-active small, .mobile-nav__links a.is-active i { color: var(--primary-bright); }
.mobile-nav__links small { color: var(--primary-bright); font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.mobile-nav__links span { font-size: clamp(1.08rem, 4.6vw, 1.38rem); font-weight: 680; letter-spacing: -.025em; }
.mobile-nav__links i { color: #746b80; font-style: normal; transition: color .2s, transform .2s; }
.mobile-nav__links a:hover i { color: var(--primary-bright); transform: translate(3px,-3px); }
.mobile-nav__footer { position: relative; z-index: 2; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.mobile-nav__status { display: flex; align-items: center; gap: 9px; color: #aaa2b5; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px rgba(114,241,184,.75); }
.mobile-nav__legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; }
.mobile-nav__legal a { color: #7f7789; font-size: .68rem; }
.mobile-nav__legal a:hover { color: #fff; }
.mobile-nav__watermark { position: absolute; right: -24px; bottom: 55px; color: rgba(124,77,255,.045); font-size: 8rem; font-weight: 900; letter-spacing: -.1em; transform: rotate(-90deg); transform-origin: bottom right; }

.top-progress { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 3px; background: rgba(255,255,255,.035); pointer-events: none; }
.top-progress span { display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--primary), var(--secondary)); box-shadow: 0 0 16px rgba(124,77,255,.85); transition: transform .12s linear; }
.top-progress.is-busy span { width: 34%; animation: busy-progress 1.2s var(--ease) infinite; }
@keyframes busy-progress { from { transform: translateX(-110%) scaleX(.4); } 55% { transform: translateX(170%) scaleX(1); } to { transform: translateX(310%) scaleX(.4); } }

.page-loader { position: fixed; z-index: 9998; inset: 0; display: grid; place-content: center; justify-items: center; gap: 22px; background: #07050b; transition: opacity .55s var(--ease), visibility .55s; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.page-loader__mark { position: relative; width: 104px; height: 104px; padding: 18px; }
.page-loader__mark::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(124,77,255,.3); border-top-color: var(--primary); border-radius: 32%; animation: loader-spin 1.7s linear infinite; }
.page-loader__mark img { width: 100%; height: 100%; object-fit: contain; animation: loader-pulse 1.3s ease-in-out infinite; }
.page-loader__label { color: #8e8699; font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes loader-pulse { 50% { transform: scale(.92); opacity: .65; } }
.content-loader { position: fixed; z-index: 800; inset: var(--header-height) 0 auto; height: 2px; opacity: 0; pointer-events: none; }
.content-loader.is-active { opacity: 1; }
.content-loader span { display: block; width: 20%; height: 100%; background: var(--primary); animation: content-loading .8s linear infinite; }
@keyframes content-loading { from { transform: translateX(-100%); } to { transform: translateX(600%); } }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 52px; padding: 0 23px; border: 1px solid var(--primary); border-radius: 13px; background: var(--primary); color: #fff; font-size: .85rem; font-weight: 750; letter-spacing: -.01em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 34px rgba(124,77,255,.25); background: var(--primary-bright); }
.button--ghost { border-color: var(--line); background: transparent; color: var(--secondary); box-shadow: none; }
.button--ghost:hover { border-color: var(--line-strong); background: rgba(124,77,255,.08); }
.button--soft { border-color: rgba(124,77,255,.24); background: rgba(124,77,255,.12); }
.button--light { border-color: var(--secondary); background: var(--secondary); color: var(--bg); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--secondary); font-weight: 700; }
.text-link span { color: var(--primary-bright); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.link-button { display: block; border: 0; padding: 0; background: none; color: #9e96aa; cursor: pointer; }

.site-footer { padding: 80px 0 26px; border-top: 1px solid var(--line); background: #050408; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.site-footer__logo { margin-bottom: 20px; }
.brand-lockup--footer { height: 74px; gap: 13px; }
.brand-lockup--footer .brand-lockup__mark { height: 70px; }
.brand-lockup--footer .brand-lockup__gwa { height: 34px; }
.brand-lockup--footer .brand-lockup__interactive { height: 25px; }
.site-footer p { max-width: 370px; font-size: .88rem; }
.site-footer h2 { margin-bottom: 22px; color: #e9e4ee; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__grid > div > a, .site-footer__grid .link-button { display: block; margin: 12px 0; color: #9e96aa; font-size: .86rem; }
.site-footer__grid > div > a:hover, .site-footer__grid .link-button:hover { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; border-top: 1px solid var(--line); color: #716a7b; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.scroll-top { position: fixed; z-index: 600; right: 24px; bottom: 24px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(13,9,19,.82); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transform: translateY(15px); cursor: pointer; transition: .25s var(--ease); }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.scroll-top:hover { background: var(--primary); transform: translateY(-3px); }
.scroll-top svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.accessibility-trigger { position: fixed; z-index: 650; left: 24px; bottom: 24px; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(13,9,19,.9); box-shadow: 0 12px 35px #0008; backdrop-filter: blur(12px); cursor: pointer; transition: transform .25s var(--ease), background .25s, border-color .25s; }
.accessibility-trigger:hover { background: var(--primary); border-color: var(--primary-bright); transform: translateY(-3px); }
.accessibility-trigger svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

html.a11y-font-large { font-size: 115%; }
html.a11y-font-xlarge { font-size: 130%; }
html.a11y-contrast { --bg: #000; --bg-raised: #000; --surface: #080808; --surface-soft: #101010; --secondary: #fff; --muted: #e5e5e5; --line: rgba(255,255,255,.42); --line-strong: rgba(171,137,255,.9); }
html.a11y-contrast body, html.a11y-contrast .site-header.is-scrolled, html.a11y-contrast .site-footer { background-color: #000; }
html.a11y-contrast .button--ghost { border-color: #fff; }
html.a11y-readable, html.a11y-readable body, html.a11y-readable button, html.a11y-readable input { font-family: Arial, Helvetica, sans-serif; letter-spacing: .015em; }
html.a11y-links a:not(.button):not(.brand):not(.skip-link) { text-decoration: underline !important; text-decoration-thickness: .11em !important; text-underline-offset: .22em !important; }
html.a11y-reduced-motion { scroll-behavior: auto; }
html.a11y-reduced-motion *, html.a11y-reduced-motion *::before, html.a11y-reduced-motion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
html.a11y-reduced-motion .reveal { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-hero { padding: 190px 0 88px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 25%, rgba(124,77,255,.15), transparent 35%), linear-gradient(135deg, #07050b, #160c22); }
.legal-hero h1 { margin: 18px 0 10px; font-size: clamp(3.2rem, 8vw, 7rem); }
.legal-hero p { font-size: 1.05rem; }
.legal-content { min-height: 60vh; }
.legal-grid { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.8fr); gap: clamp(50px, 9vw, 130px); }
.legal-grid aside { align-self: start; padding: 24px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(124,77,255,.06); }
.legal-grid aside strong { display: block; margin-bottom: 10px; color: var(--secondary); }
.legal-grid aside p { margin: 0; font-size: .83rem; }
.legal-grid article { max-width: 760px; }
.legal-grid article h2 { margin: 48px 0 12px; font-size: 1.45rem; }
.legal-grid article h2:first-child { margin-top: 0; }
.legal-grid article li { margin: 11px 0; color: var(--muted); line-height: 1.65; }
