:root {
  --ar-bg: #070a13;
  --ar-bg-soft: #0d1222;
  --ar-panel: rgba(17, 23, 42, 0.78);
  --ar-panel-solid: #11172a;
  --ar-line: rgba(255, 255, 255, 0.09);
  --ar-line-strong: rgba(255, 255, 255, 0.16);
  --ar-text: #f7f8fc;
  --ar-muted: #a7afc4;
  --ar-gold: #ffc928;
  --ar-gold-soft: #ffdf70;
  --ar-red: #e44738;
  --ar-green: #6fd18c;
  --ar-violet: #b46cff;
  --ar-pink: #ff72c8;
  --ar-ice: #5ce2ef;
  --ar-blue: #5b88ff;
  --ar-radius-sm: 12px;
  --ar-radius: 20px;
  --ar-radius-lg: 30px;
  --ar-shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
  --ar-shell: 1180px;
  --tebex-legal-footer-background-color: #060912;
  --tebex-legal-footer-text-color: #737d91;
  --tebex-legal-footer-border-color: rgba(255, 255, 255, 0.09);
  --tebex-legal-footer-max-width: 1180px;
  --tebex-legal-footer-logo-color: #aeb6c8;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body.ar-page {
  min-width: 320px;
  margin: 0;
  color: var(--ar-text);
  background: var(--ar-bg);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.ar-page.is-menu-open { overflow: hidden; }
body.ar-page a { color: inherit; text-decoration: none; }
body.ar-page img { display: block; max-width: 100%; }
body.ar-page button, body.ar-page input, body.ar-page select, body.ar-page textarea { font: inherit; }
body.ar-page h1, body.ar-page h2, body.ar-page h3, body.ar-page p { margin-top: 0; }

.ar-shell { width: min(calc(100% - 40px), var(--ar-shell)); margin-inline: auto; }
.ar-visually-hidden {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.ar-skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px;
  color: #070a13 !important; background: var(--ar-gold); transform: translateY(-180%); transition: transform .2s ease;
}
.ar-skip-link:focus { transform: translateY(0); }

.ar-atmosphere { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.ar-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.ar-orb { position: absolute; width: 560px; height: 560px; border-radius: 50%; filter: blur(115px); opacity: .13; }
.ar-orb-one { top: -260px; left: -180px; background: var(--ar-gold); }
.ar-orb-two { top: 28%; right: -320px; background: var(--ar-violet); }

.ar-announcement { position: relative; z-index: 30; border-bottom: 1px solid var(--ar-line); background: #090d19; }
.ar-announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ar-announcement p { margin: 0; color: #c8cede; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.ar-announcement a { color: var(--ar-gold-soft); font-size: 12px; font-weight: 800; }
.ar-pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--ar-green); box-shadow: 0 0 0 5px rgba(111, 209, 140, .12); }

.ar-header {
  position: sticky; z-index: 25; top: 0; border-bottom: 1px solid var(--ar-line);
  background: rgba(7, 10, 19, .82); box-shadow: 0 10px 30px rgba(0, 0, 0, .12); backdrop-filter: blur(18px);
}
.ar-header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.ar-brand { flex: 0 0 188px; }
.ar-brand img { width: 188px; height: auto; }
.ar-nav { display: flex; align-items: center; gap: 28px; margin-right: auto; }
.ar-nav a { position: relative; color: #c3cadb; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.ar-nav a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--ar-gold); transform: scaleX(0); transition: transform .2s ease; }
.ar-nav a:hover, .ar-nav a:focus-visible { color: white; }
.ar-nav a:hover::after, .ar-nav a:focus-visible::after { transform: scaleX(1); }
.ar-header-actions { display: flex; align-items: center; gap: 12px; }
.ar-account { color: #c3cadb !important; font-size: 13px; font-weight: 700; white-space: nowrap; }
.ar-account:hover { color: white !important; }
.ar-account-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--ar-green); }
.ar-basket {
  min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255, 201, 40, .25);
  border-radius: 12px; background: rgba(255, 201, 40, .07); color: #ffe8a1 !important; font-size: 12px; font-weight: 800;
}
.ar-basket:hover { border-color: rgba(255, 201, 40, .52); background: rgba(255, 201, 40, .12); }
.ar-basket svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ar-basket strong { min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--ar-gold); font-size: 10px; }
.ar-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--ar-line); border-radius: 11px; background: var(--ar-panel); }
.ar-menu-toggle > span:not(.ar-visually-hidden) { width: 19px; height: 2px; display: block; margin: 4px auto; border-radius: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }

.ar-toast { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border: 1px solid rgba(111,209,140,.3); border-radius: 12px; background: rgba(44, 112, 71, .28); }
.ar-toast-error, .ar-toast-danger { border-color: rgba(255,106,93,.4); background: rgba(132,42,35,.3); }
.ar-toast button { border: 0; color: inherit; background: none; font-size: 24px; cursor: pointer; }

.ar-hero { position: relative; overflow: hidden; padding: 92px 0 62px; }
.ar-hero::after { content: ""; position: absolute; z-index: -1; top: -40%; left: 43%; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 201, 40, .11), transparent 66%); }
.ar-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.ar-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--ar-gold-soft); font-size: 11px; font-weight: 800; letter-spacing: .19em; }
.ar-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--ar-gold); box-shadow: 0 0 10px rgba(255,201,40,.6); }
.ar-hero h1, .ar-page-hero h1 {
  max-width: 760px; margin-bottom: 22px; font-family: "Space Grotesk", sans-serif; font-size: clamp(44px, 6vw, 76px); line-height: .99; letter-spacing: -.045em;
}
.ar-hero h1 em { color: transparent; background: linear-gradient(100deg, var(--ar-gold) 5%, #fff0a4 60%, #ff9c47); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.ar-hero-copy > p { max-width: 650px; margin-bottom: 30px; color: var(--ar-muted); font-size: 18px; }
.ar-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ar-button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 20px; border: 1px solid transparent;
  border-radius: 13px; font-size: 13px; font-weight: 800; line-height: 1.2; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.ar-button:hover { transform: translateY(-2px); }
.ar-button-primary { color: #10100b !important; background: linear-gradient(135deg, #ffe77c, var(--ar-gold) 65%, #ffad20); box-shadow: 0 13px 34px rgba(255, 188, 32, .2); }
.ar-button-primary:hover { box-shadow: 0 16px 44px rgba(255, 188, 32, .3); }
.ar-button-ghost { border-color: var(--ar-line-strong); color: #e8ebf3 !important; background: rgba(255, 255, 255, .035); }
.ar-button-ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.065); }
.ar-button-wide { width: 100%; }
.ar-button-disabled { width: 100%; color: #778096; background: #20263a; cursor: not-allowed; }
.ar-trust-row { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 26px 0 0; padding: 0; list-style: none; color: #8f98ae; font-size: 12px; font-weight: 700; }
.ar-trust-row span { margin-right: 4px; color: var(--ar-green); }

.ar-hero-visual { position: relative; }
.ar-hero-card {
  position: relative; min-height: 470px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 46px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 34px;
  background: linear-gradient(145deg, rgba(27, 34, 60, .94), rgba(11, 15, 29, .96)); box-shadow: var(--ar-shadow);
}
.ar-hero-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(255,201,40,.15), transparent 42%), linear-gradient(135deg, rgba(255,255,255,.05), transparent 45%); }
.ar-hero-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 24px; pointer-events: none; }
.ar-hero-card > * { position: relative; z-index: 1; }
.ar-hero-card > img { width: min(100%, 420px); filter: drop-shadow(0 22px 22px rgba(0,0,0,.34)); }
.ar-hero-card-label { align-self: flex-start; margin-bottom: 10px; padding: 6px 10px; border: 1px solid rgba(255,201,40,.25); border-radius: 999px; color: var(--ar-gold-soft); background: rgba(255,201,40,.07); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ar-hero-card-copy { align-self: stretch; margin-top: 4px; padding-top: 20px; border-top: 1px solid var(--ar-line); }
.ar-hero-card-copy strong { display: block; margin-bottom: 3px; font-family: "Space Grotesk", sans-serif; font-size: 18px; }
.ar-hero-card-copy span { color: var(--ar-muted); font-size: 12px; }
.ar-rank-sparks i { position: absolute; font-style: normal; animation: ar-float 4.5s ease-in-out infinite; }
.ar-rank-sparks i:nth-child(1) { top: 20%; left: 8%; color: var(--ar-gold); }
.ar-rank-sparks i:nth-child(2) { top: 15%; right: 10%; color: var(--ar-ice); animation-delay: -1.4s; }
.ar-rank-sparks i:nth-child(3) { right: 14%; bottom: 22%; color: var(--ar-violet); animation-delay: -2.8s; }
@keyframes ar-float { 50% { transform: translateY(-10px) rotate(6deg); } }

.ar-world-strip { position: relative; padding: 0 0 24px; }
.ar-world-strip img { width: 100%; max-height: 152px; object-fit: cover; border: 1px solid var(--ar-line-strong); border-radius: 20px; image-rendering: auto; box-shadow: 0 18px 48px rgba(0,0,0,.25); }
.ar-section { padding: 90px 0; }
.ar-section-intro { padding-top: 76px; }
.ar-section-heading { max-width: 680px; margin-bottom: 38px; }
.ar-section-heading h2 { margin-bottom: 12px; font-family: "Space Grotesk", sans-serif; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.ar-section-heading p { color: var(--ar-muted); font-size: 17px; }
.ar-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ar-principles article, .ar-content-card {
  padding: 28px; border: 1px solid var(--ar-line); border-radius: var(--ar-radius); background: var(--ar-panel); box-shadow: 0 12px 38px rgba(0,0,0,.12); backdrop-filter: blur(12px);
}
.ar-principles article { transition: border-color .2s ease, transform .2s ease; }
.ar-principles article:hover { border-color: rgba(255,201,40,.24); transform: translateY(-3px); }
.ar-principle-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(255,201,40,.22); border-radius: 12px; color: var(--ar-gold); background: rgba(255,201,40,.07); font-size: 20px; }
.ar-principles h3 { margin-bottom: 8px; font-family: "Space Grotesk", sans-serif; font-size: 19px; }
.ar-principles p { margin: 0; color: var(--ar-muted); font-size: 13px; }
.ar-home-content { padding-top: 20px; }
.ar-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 20px; }
.ar-content-card { padding: clamp(26px, 5vw, 50px); }

.ar-rich-text { color: #c7cede; }
.ar-rich-text > :last-child, .ar-rich-text div > :last-child { margin-bottom: 0; }
.ar-rich-text h1, .ar-rich-text h2, .ar-rich-text h3 { color: var(--ar-text); font-family: "Space Grotesk", sans-serif; line-height: 1.15; }
.ar-rich-text h1 { font-size: 34px; }
.ar-rich-text h2 { margin-top: 32px; font-size: 26px; }
.ar-rich-text h3 { margin-top: 26px; font-size: 20px; }
.ar-rich-text p, .ar-rich-text li { color: #bdc5d8; }
.ar-rich-text ul, .ar-rich-text ol { padding-left: 22px; }
.ar-rich-text li { margin-bottom: 7px; }
.ar-rich-text strong { color: #f1f3f8; }
.ar-rich-text a { color: var(--ar-gold-soft) !important; text-decoration: underline !important; text-underline-offset: 3px; }

.ar-sidebar { display: grid; gap: 14px; }
.ar-sidebar > *, .ar-sidebar .module, .ar-sidebar .panel, .ar-sidebar .widget {
  overflow: hidden; margin: 0 !important; padding: 20px !important; border: 1px solid var(--ar-line) !important; border-radius: 16px !important;
  color: #cbd1df !important; background: var(--ar-panel) !important; box-shadow: none !important;
}
.ar-sidebar h1, .ar-sidebar h2, .ar-sidebar h3, .ar-sidebar h4, .ar-sidebar .panel-heading {
  margin: 0 0 14px !important; padding: 0 !important; border: 0 !important; color: white !important; background: transparent !important;
  font-family: "Space Grotesk", sans-serif !important; font-size: 14px !important; letter-spacing: .02em;
}
.ar-sidebar img { width: 34px; height: 34px; border-radius: 9px; }
.ar-sidebar ul { margin: 0; padding: 0; list-style: none; }

.ar-page-hero { padding: 78px 0 34px; text-align: center; }
.ar-page-hero .ar-eyebrow { justify-content: center; }
.ar-page-hero h1 { margin-inline: auto; margin-bottom: 14px; font-size: clamp(42px, 6vw, 68px); }
.ar-page-hero p { max-width: 680px; margin: 0 auto; color: var(--ar-muted); font-size: 16px; }
.ar-page-hero-compact { padding-bottom: 0; }
.ar-category-description { max-width: 720px; margin: 20px auto 0; color: var(--ar-muted); }
.ar-ranks-section { padding-top: 42px; }
.ar-rank-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ar-rank-card {
  --rank-a: var(--ar-gold); --rank-b: #bd6f2a;
  position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: 27px 22px 22px;
  border: 1px solid var(--ar-line); border-radius: 22px; background: linear-gradient(155deg, rgba(23,30,53,.96), rgba(10,14,27,.96)); box-shadow: 0 20px 55px rgba(0,0,0,.18);
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.ar-rank-card::before { content: ""; position: absolute; top: -90px; left: 50%; width: 260px; height: 190px; border-radius: 50%; background: var(--rank-a); filter: blur(75px); opacity: .13; transform: translateX(-50%); }
.ar-rank-card:hover { border-color: color-mix(in srgb, var(--rank-a) 42%, transparent); transform: translateY(-6px); box-shadow: 0 26px 65px rgba(0,0,0,.28); }
.ar-rank-ultra { --rank-a: var(--ar-violet); --rank-b: var(--ar-pink); }
.ar-rank-elite { --rank-a: var(--ar-ice); --rank-b: var(--ar-blue); }
.ar-rank-founder { --rank-a: #ffd558; --rank-b: #e88b25; }
.ar-popular { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 5px 8px; border: 1px solid color-mix(in srgb, var(--rank-a) 35%, transparent); border-radius: 999px; color: var(--rank-a); background: color-mix(in srgb, var(--rank-a) 9%, transparent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ar-rank-emblem { position: relative; width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 23px; border: 1px solid color-mix(in srgb, var(--rank-a) 35%, transparent); border-radius: 20px; background: linear-gradient(145deg, color-mix(in srgb, var(--rank-a) 17%, transparent), rgba(255,255,255,.02)); box-shadow: inset 0 0 28px color-mix(in srgb, var(--rank-a) 9%, transparent); }
.ar-rank-emblem::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.ar-rank-emblem span { color: var(--rank-a); font-size: 29px; filter: drop-shadow(0 0 9px color-mix(in srgb, var(--rank-a) 55%, transparent)); }
.ar-rank-heading { min-height: 104px; }
.ar-rank-heading p { min-height: 40px; margin-bottom: 8px; color: var(--ar-muted); font-size: 11px; line-height: 1.5; }
.ar-rank-heading h2 { margin-bottom: 0; font-family: "Space Grotesk", sans-serif; font-size: 22px; line-height: 1.08; }
.ar-rank-price { min-height: 63px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 20px 0; padding: 18px 0; border-top: 1px solid var(--ar-line); border-bottom: 1px solid var(--ar-line); }
.ar-rank-price strong { color: var(--rank-a); font-family: "Space Grotesk", sans-serif; font-size: 29px; letter-spacing: -.03em; }
.ar-rank-price span { color: #8f98ac; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.ar-rank-price del { width: 100%; color: #7e879a; font-size: 11px; }
.ar-rank-highlights { min-height: 120px; margin: 0 0 22px; padding: 0; list-style: none; }
.ar-rank-highlights li { position: relative; margin-bottom: 9px; padding-left: 18px; color: #bbc3d4; font-size: 11px; line-height: 1.45; }
.ar-rank-highlights li::before { content: "✓"; position: absolute; left: 0; color: var(--rank-a); font-weight: 800; }
.ar-button-rank { margin-top: auto; border-color: color-mix(in srgb, var(--rank-a) 37%, transparent); color: var(--rank-a) !important; background: color-mix(in srgb, var(--rank-a) 9%, transparent); }
.ar-button-rank:hover { background: color-mix(in srgb, var(--rank-a) 15%, transparent); }
.ar-rank-footnote { margin: 10px 0 0; color: #6f788c; font-size: 9px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.ar-fair-play { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-top: 24px; padding: 22px 26px; border: 1px solid rgba(111,209,140,.18); border-radius: 18px; background: rgba(33, 88, 54, .12); }
.ar-fair-play > div:first-child { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #a1efb9; background: rgba(111,209,140,.12); }
.ar-fair-play strong { display: block; margin-bottom: 2px; color: #dcf9e5; font-family: "Space Grotesk", sans-serif; }
.ar-fair-play p { margin: 0; color: #91ac9a; font-size: 11px; }
.ar-empty-state { padding: 70px; border: 1px dashed var(--ar-line-strong); border-radius: var(--ar-radius); color: var(--ar-muted); text-align: center; }
.ar-empty-state span { color: var(--ar-gold); font-size: 32px; }

.ar-package-section { padding-top: 58px; }
.ar-back-link { display: inline-block; margin-bottom: 20px; color: var(--ar-muted) !important; font-size: 12px; font-weight: 800; }
.ar-back-link:hover { color: white !important; }
.ar-package-layout { --rank-a: var(--ar-gold); display: grid; grid-template-columns: 360px minmax(0,1fr); align-items: start; gap: 20px; }
.ar-package-ultra { --rank-a: var(--ar-violet); }
.ar-package-elite { --rank-a: var(--ar-ice); }
.ar-package-founder { --rank-a: #ffd558; }
.ar-package-summary, .ar-package-details { padding: 34px; border: 1px solid var(--ar-line); border-radius: var(--ar-radius); background: var(--ar-panel); box-shadow: var(--ar-shadow); }
.ar-package-summary { position: sticky; top: 105px; text-align: center; }
.ar-package-emblem { width: 100px; height: 100px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid color-mix(in srgb, var(--rank-a) 34%, transparent); border-radius: 28px; color: var(--rank-a); background: color-mix(in srgb, var(--rank-a) 9%, transparent); font-size: 44px; box-shadow: inset 0 0 35px color-mix(in srgb, var(--rank-a) 9%, transparent); }
.ar-package-summary h1 { margin-bottom: 20px; font-family: "Space Grotesk", sans-serif; font-size: 34px; line-height: 1.05; }
.ar-package-price { margin-bottom: 24px; padding: 18px 0; border-top: 1px solid var(--ar-line); border-bottom: 1px solid var(--ar-line); }
.ar-package-price strong { color: var(--rank-a); font-family: "Space Grotesk", sans-serif; font-size: 34px; }
.ar-package-price span { margin-left: 6px; color: var(--ar-muted); font-size: 11px; text-transform: uppercase; }
.ar-package-price del { display: block; color: #7e879a; font-size: 12px; }
.ar-secure-note { margin: 13px 0 0; color: #768095; font-size: 10px; }
.ar-secure-note span { color: var(--ar-green); }
.ar-package-details { padding: clamp(30px, 5vw, 54px); }
.ar-delivery-note { margin-top: 32px; padding: 20px; border: 1px solid rgba(92,226,239,.15); border-radius: 14px; background: rgba(92,226,239,.055); }
.ar-delivery-note strong { display: block; margin-bottom: 4px; color: #c9f8fc; }
.ar-delivery-note p { margin: 0; color: #95b7be; font-size: 12px; }

/* Exo fallback styling for untouched login, username, options and checkout pages. */
.store-form, .store-checkout, .store-username, .store-options, form.checkout, .checkout-container {
  width: min(calc(100% - 40px), 760px) !important; margin: 64px auto !important; padding: clamp(26px, 5vw, 48px) !important;
  border: 1px solid var(--ar-line) !important; border-radius: var(--ar-radius) !important; color: var(--ar-text) !important; background: var(--ar-panel) !important; box-shadow: var(--ar-shadow) !important;
}
body.ar-page input, body.ar-page select, body.ar-page textarea, .form-control {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--ar-line-strong) !important; border-radius: 11px !important;
  color: var(--ar-text) !important; background: #0b1020 !important; outline: none; box-shadow: none !important;
}
body.ar-page input:focus, body.ar-page select:focus, body.ar-page textarea:focus { border-color: rgba(255,201,40,.65) !important; box-shadow: 0 0 0 3px rgba(255,201,40,.09) !important; }
body.ar-page label { color: #dfe3ec; font-size: 12px; font-weight: 800; }
body.ar-page .btn-primary, body.ar-page button[type="submit"] { min-height: 48px; padding: 11px 18px; border: 0 !important; border-radius: 11px !important; color: #111 !important; background: var(--ar-gold) !important; font-weight: 800; }

.ar-footer { position: relative; margin-top: 30px; padding: 0 0 28px; border-top: 1px solid var(--ar-line); background: #080b15; }
.ar-footer-art { height: 120px; margin-top: -1px; border-radius: 0 0 18px 18px; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: .58; }
.ar-footer-main { display: grid; grid-template-columns: 1fr auto; gap: 80px; padding: 42px 0; }
.ar-footer-brand img { width: 200px; margin-bottom: 14px; }
.ar-footer-brand p { max-width: 460px; margin: 0; color: #7f899f; font-size: 12px; }
.ar-footer-links { display: flex; gap: 70px; }
.ar-footer-links > div { display: grid; align-content: start; gap: 7px; min-width: 120px; }
.ar-footer-links h2 { margin-bottom: 7px; color: #e9ecf4; font-family: "Space Grotesk", sans-serif; font-size: 13px; }
.ar-footer-links a { color: #848ea3 !important; font-size: 11px; }
.ar-footer-links a:hover { color: var(--ar-gold-soft) !important; }
.ar-footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid var(--ar-line); }
.ar-footer-legal p { max-width: 610px; margin: 0; color: #5f687b; font-size: 9px; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .ar-header-inner { gap: 18px; }
  .ar-brand, .ar-brand img { width: 164px; flex-basis: 164px; }
  .ar-nav { gap: 18px; }
  .ar-account { display: none; }
  .ar-hero-grid { gap: 35px; }
  .ar-rank-grid { grid-template-columns: repeat(2, 1fr); }
  .ar-rank-heading, .ar-rank-highlights { min-height: 0; }
}

@media (max-width: 780px) {
  .ar-shell { width: min(calc(100% - 28px), var(--ar-shell)); }
  .ar-announcement-inner { justify-content: center; text-align: center; }
  .ar-announcement a { display: none; }
  .ar-header-inner { min-height: 70px; justify-content: space-between; }
  .ar-brand, .ar-brand img { width: 154px; flex-basis: 154px; }
  .ar-menu-toggle { display: block; order: 3; }
  .ar-nav {
    position: fixed; z-index: 50; top: 109px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    margin: 0; padding: 24px; background: rgba(7,10,19,.98); transform: translateX(105%); transition: transform .25s ease;
  }
  .is-menu-open .ar-nav { transform: translateX(0); }
  .ar-nav a { padding: 16px 4px; border-bottom: 1px solid var(--ar-line); font-size: 16px; }
  .ar-nav a::after { display: none; }
  .is-menu-open .ar-menu-toggle > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .is-menu-open .ar-menu-toggle > span:nth-child(2) { opacity: 0; }
  .is-menu-open .ar-menu-toggle > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .ar-basket > span { display: none; }
  .ar-hero { padding: 62px 0 45px; }
  .ar-hero-grid { grid-template-columns: 1fr; }
  .ar-hero-copy { text-align: center; }
  .ar-hero .ar-eyebrow, .ar-hero-actions, .ar-trust-row { justify-content: center; }
  .ar-hero-copy > p { margin-inline: auto; }
  .ar-hero-card { min-height: 360px; padding: 32px; }
  .ar-principles { grid-template-columns: 1fr; }
  .ar-content-grid { grid-template-columns: 1fr; }
  .ar-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ar-package-layout { grid-template-columns: 1fr; }
  .ar-package-summary { position: static; }
  .ar-footer-main { grid-template-columns: 1fr; gap: 36px; }
  .ar-footer-legal { flex-direction: column; gap: 10px; }
}

@media (max-width: 520px) {
  .ar-announcement p { font-size: 9px; }
  .ar-hero h1, .ar-page-hero h1 { font-size: 41px; }
  .ar-hero-actions { display: grid; }
  .ar-button { width: 100%; }
  .ar-trust-row { display: grid; gap: 7px; }
  .ar-world-strip img { height: 88px; }
  .ar-section { padding: 64px 0; }
  .ar-rank-grid { grid-template-columns: 1fr; }
  .ar-sidebar { grid-template-columns: 1fr; }
  .ar-fair-play { grid-template-columns: 1fr; text-align: center; }
  .ar-fair-play > div:first-child { margin-inline: auto; }
  .ar-footer-links { gap: 38px; }
}

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