:root {
  --ink: #07090f;
  --ink-soft: #0c1018;
  --panel: #101722;
  --panel-raised: #151e2b;
  --line: rgba(166, 191, 207, .14);
  --line-bright: rgba(127, 213, 225, .22);
  --text: #ecf2f5;
  --muted: #8e9aa8;
  --cyan: #8ad9df;
  --cyan-deep: #3a818c;
  --gold: #e9b94d;
  --gold-light: #ffe09a;
  --violet: #8373ec;
  --font-display: "Cinzel", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --header-height: 126px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  content: "";
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
a, button { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 10000;
  padding: 10px 18px;
  background: var(--gold);
  color: #12100b;
  font-weight: 800;
}
.skip-link:focus { top: 10px; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(7, 10, 16, .94); box-shadow: 0 12px 35px rgba(0, 0, 0, .3); backdrop-filter: blur(18px); }

.status-bar {
  min-height: 35px;
  display: flex;
  align-items: center;
  background: rgba(5, 9, 15, .88);
  border-bottom: 1px solid var(--line);
  color: #91a0ad;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.status-copy strong { color: var(--cyan); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #6ee7a8; box-shadow: 0 0 0 4px rgba(110, 231, 168, .09), 0 0 14px rgba(110, 231, 168, .65); }
.small-links a:hover { color: var(--gold); }
.discord-top-link { color: #b9c5ff !important; }
.discord-top-link span { margin-right: 5px; color: #7888ff; font-size: 7px; text-shadow: 0 0 8px #7888ff; }
.discord-top-link:hover { color: #fff !important; }
.header-text-button { padding: 0; border: 0; background: transparent; color: #91a0ad; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.header-text-button:hover { color: var(--gold); }

.navbar { min-height: 91px; padding: .4rem 0; background: linear-gradient(180deg, rgba(5, 9, 15, .78), rgba(5, 9, 15, .3)); border-bottom: 1px solid rgba(255,255,255,.05); }
.navbar-nav { gap: .5rem; }
.navbar .nav-link { position: relative; padding: 1.1rem .8rem !important; color: #c0cbd2; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.navbar .nav-link::after { position: absolute; right: .8rem; bottom: .7rem; left: .8rem; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #fff; }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-download { color: var(--gold-light); }

.brand-slot { width: 200px; }
.navbar-brand.brand, .footer-brand { display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin: 0; color: #fff; font-family: var(--font-display); font-size: 24px; font-weight: 800; letter-spacing: .13em; }
.brand-slot .brand { position: absolute; top: -3px; left: 50%; min-width: 220px; flex-wrap: wrap; transform: translateX(-50%); }
.brand-word { font-size: 25px; }
.brand small { flex-basis: 100%; margin-top: -10px; padding-left: 48px; color: var(--muted); font-family: var(--font-body); font-size: 7px; letter-spacing: .36em; }
.brand-mark { width: 35px; height: 35px; display: inline-grid; place-items: center; border: 1px solid rgba(233, 185, 77, .75); color: var(--gold-light); font-family: var(--font-display); font-size: 20px; line-height: 1; transform: rotate(45deg); box-shadow: inset 0 0 18px rgba(233, 185, 77, .08), 0 0 18px rgba(233, 185, 77, .1); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand-mark { text-indent: 1px; }
.brand-mark::before { content: ""; }

.hero { position: relative; min-height: 940px; overflow: hidden; background-color: #090b10; background-image: linear-gradient(90deg, rgba(6,8,13,.96) 0%, rgba(6,8,13,.78) 34%, rgba(6,8,13,.25) 68%, rgba(6,8,13,.15) 100%), linear-gradient(0deg, #080b11 0%, transparent 32%), url("../img/nexora-hero.png"); background-position: center, center, center; background-size: cover; }
.hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 77% 56%, rgba(96, 80, 221, .13), transparent 27%), linear-gradient(180deg, rgba(0,0,0,.15), transparent 30%); }
.hero::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 100px; content: ""; background: linear-gradient(to bottom, transparent, #080b11); }
.hero-container { position: relative; z-index: 2; }
.hero-copy { padding-top: 95px; }
.eyebrow { margin-bottom: 16px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 35px; height: 1px; margin: 0 13px 3px 0; content: ""; background: var(--gold); }
.hero h1 { margin: 0 0 26px; color: #fff; font-family: var(--font-display); font-size: clamp(3.5rem, 6.7vw, 6.8rem); font-weight: 700; letter-spacing: -.055em; line-height: .95; text-transform: uppercase; text-shadow: 0 4px 28px rgba(0,0,0,.7); }
.hero h1 span { color: transparent; background: linear-gradient(180deg, #f8e3ac 12%, #bf7927 95%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 640px; margin-bottom: 34px; color: #aeb8bf; font-size: 17px; line-height: 1.8; }
.hero-actions { margin-bottom: 32px; }

.btn { border-radius: 0; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.btn-lg { min-height: 62px; padding: 12px 29px; }
.btn-gold { position: relative; min-width: 220px; overflow: hidden; border: 1px solid #f2cb6f; background: linear-gradient(135deg, #c98127, #efc35c 50%, #b76d1e); color: #15100a; box-shadow: 0 10px 28px rgba(194, 119, 31, .2); }
.btn-gold::before { position: absolute; top: 0; left: -80%; width: 50%; height: 100%; content: ""; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-25deg); transition: left .55s ease; }
.btn-gold:hover { border-color: #ffe4a2; background-color: var(--gold-light); color: #090806; transform: translateY(-2px); }
.btn-gold:hover::before { left: 130%; }
.btn-kicker { display: block; margin-bottom: -3px; opacity: .68; font-size: 8px; letter-spacing: .19em; }
.btn-ghost { display: inline-grid; place-items: center; border: 1px solid rgba(180, 204, 216, .3); background: rgba(10,15,22,.42); color: #d9e4e9; backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: var(--cyan); background: rgba(67, 120, 132, .15); color: #fff; transform: translateY(-2px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 11px 27px; color: #73808d; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.meta-icon { margin-right: 6px; color: var(--cyan); font-style: normal; }
.scroll-cue { position: absolute; bottom: 55px; left: 50%; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #88949d; font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue:hover { color: var(--gold-light); }
.scroll-cue i { position: relative; width: 1px; height: 45px; overflow: hidden; background: rgba(255,255,255,.18); }
.scroll-cue i::after { position: absolute; top: -45px; left: 0; width: 1px; height: 25px; content: ""; background: var(--gold); animation: scrollLine 2s infinite ease-in-out; }
@keyframes scrollLine { 0% { top: -25px; } 55%, 100% { top: 45px; } }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .8s .2s forwards ease-out; }
.reveal-delay-1 { animation-delay: .35s; }
.reveal-delay-2 { animation-delay: .5s; }
.reveal-delay-3 { animation-delay: .65s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

.section-padding { padding: 110px 0; }
.content-section { position: relative; background: #080b11; }
.content-section::before { position: absolute; inset: 0; content: ""; opacity: .32; background-image: linear-gradient(rgba(130,161,176,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(130,161,176,.025) 1px, transparent 1px); background-size: 48px 48px; }
.content-section .container { position: relative; }
.section-heading { margin-bottom: 55px; }
.section-heading .eyebrow::after { display: inline-block; width: 35px; height: 1px; margin: 0 0 3px 13px; content: ""; background: var(--gold); }
.section-heading h2, .download-section h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 700; letter-spacing: -.025em; text-transform: uppercase; }
.heading-rune { display: block; margin-top: 12px; color: var(--cyan-deep); font-size: 10px; }
.card-surface, .side-panel { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(19,27,39,.97), rgba(11,16,24,.98)); box-shadow: 0 18px 55px rgba(0,0,0,.18); }
.news-feature { overflow: hidden; }
.news-image { position: relative; min-height: 380px; background-position: center 59%; background-size: cover; }
.news-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(11,16,24,.76), transparent 45%); }
.news-image-main { background-image: url("../img/nexora-hero.png"); }
.news-tag { position: absolute; top: 22px; left: 22px; z-index: 1; padding: 7px 12px; border-left: 2px solid var(--gold); background: rgba(7,10,16,.78); color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; backdrop-filter: blur(7px); }
.news-body { padding: 30px 34px 34px; }
.news-body h3 { margin: 5px 0 15px; font-family: var(--font-display); font-size: 25px; font-weight: 700; }
.news-body p { margin-bottom: 20px; color: #8e9ba7; line-height: 1.8; }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #61717e; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.news-meta span { color: var(--cyan-deep); }
.text-link { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { display: inline-block; padding-left: 5px; transition: transform .2s ease; }
.text-link:hover { color: var(--gold-light); }
.text-link:hover span { transform: translateX(5px); }
.news-compact { overflow: hidden; }
.news-compact .news-body { padding: 24px 25px 28px; }
.news-compact .news-body h3 { font-size: 18px; }
.event-art { position: relative; height: 150px; display: grid; place-items: center; overflow: hidden; background-color: #131a25; }
.event-art::before, .event-art::after { position: absolute; content: ""; border-radius: 50%; filter: blur(4px); }
.event-art::before { width: 210px; height: 210px; border: 1px solid currentColor; opacity: .2; }
.event-art::after { width: 110px; height: 110px; border: 1px solid currentColor; opacity: .35; }
.event-art span { position: relative; z-index: 2; color: #fff; font-size: 38px; text-shadow: 0 0 25px currentColor; }
.event-art-pvp { color: #d47737; background-image: radial-gradient(circle, rgba(197,81,33,.34), transparent 60%), linear-gradient(135deg, #251712, #111722); }
.event-art-boss { color: #7968dd; background-image: radial-gradient(circle, rgba(100,79,206,.36), transparent 60%), linear-gradient(135deg, #17132b, #111722); }

.side-panel { position: relative; margin-bottom: 24px; padding: 29px; overflow: hidden; }
.side-panel h2 { font-family: var(--font-display); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.side-panel p:not(.panel-kicker) { color: #8996a3; }
.panel-kicker { margin: 0 0 4px; color: var(--cyan-deep); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.discord-panel::before { position: absolute; top: -70px; right: -60px; width: 220px; height: 220px; content: ""; border-radius: 50%; background: rgba(88,101,242,.13); filter: blur(5px); }
.discord-panel > * { position: relative; }
.discord-users { display: flex; margin: 21px 0; }
.discord-users span { width: 42px; height: 42px; display: grid; place-items: center; margin-right: -7px; border: 3px solid #111722; border-radius: 50%; background: linear-gradient(145deg, #334256, #182332); color: #dbe7ec; font-size: 9px; font-weight: 800; }
.discord-users span:last-child { background: #313a86; }
.btn-discord { padding: 13px 18px; border: 1px solid #6875ef; background: #5865f2; color: #fff; }
.btn-discord:hover { border-color: #7d89ff; background: #6673f7; color: #fff; transform: translateY(-2px); }
.season-badge { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line-bright); color: var(--cyan); font-size: 10px; font-weight: 800; transform: rotate(45deg); }
.leader-list { margin: 0 0 20px; padding: 0; list-style: none; }
.leader-list li { display: grid; grid-template-columns: 27px 34px 1fr auto; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.rank { color: #52616f; font-size: 9px; font-weight: 800; }
.player-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 2px; color: #fff; font-size: 10px; font-weight: 800; }
.player-avatar.mage { background: linear-gradient(135deg, #6653d1, #252044); }
.player-avatar.warrior { background: linear-gradient(135deg, #bd7131, #382418); }
.player-avatar.ranger { background: linear-gradient(135deg, #398b6c, #17372d); }
.player-name { color: #cdd7dc; font-size: 12px; font-weight: 700; }
.leader-list strong { color: var(--gold-light); font-size: 10px; }
.quick-links { margin: 12px -29px -29px; }
.quick-links a { display: flex; align-items: center; justify-content: space-between; padding: 15px 29px; border-top: 1px solid var(--line); color: #aab7bf; font-size: 11px; font-weight: 700; }
.quick-links a b { color: var(--cyan); font-weight: 400; }
.quick-links a:hover { padding-left: 34px; background: rgba(79,135,145,.08); color: #fff; }

.download-section { position: relative; overflow: hidden; padding: 130px 0 140px; background: linear-gradient(90deg, rgba(7,9,15,.92), rgba(10,13,23,.74)), url("../img/nexora-hero.png") center 48% / cover; border-top: 1px solid var(--line); }
.download-section::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 50%, rgba(100,82,224,.14), transparent 32%), linear-gradient(180deg, #080b11, transparent 35%, rgba(7,9,15,.7)); }
.download-section .container { z-index: 1; }
.download-section p:not(.eyebrow) { max-width: 650px; margin: 17px auto 0; color: #9ba7af; font-size: 16px; }
.download-section .eyebrow::after { display: inline-block; width: 35px; height: 1px; margin: 0 0 3px 13px; content: ""; background: var(--gold); }
.download-note { display: block; margin-top: 22px; color: #606d78; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.download-orbit { position: absolute; top: 50%; left: 50%; width: 500px; height: 500px; border: 1px solid rgba(116,97,230,.1); border-radius: 50%; transform: translate(-50%,-50%); }
.download-orbit::after { position: absolute; inset: 55px; content: ""; border: 1px solid rgba(233,185,77,.07); border-radius: 50%; }

.site-footer { padding: 42px 0 20px; border-top: 1px solid var(--line); background: #06080d; }
.footer-brand { justify-content: flex-start; font-size: 20px; }
.footer-brand .brand-mark { width: 29px; height: 29px; font-size: 15px; }
.footer-nav { display: flex; justify-content: center; gap: 25px; }
.footer-nav a { color: #77848d; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold); }
.copyright { color: #63707a; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-disclaimer { margin-top: 28px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.04); color: #434c54; font-size: 9px; text-align: center; }
.modal-content { border: 1px solid var(--line-bright); border-radius: 0; background: #101722; color: var(--text); box-shadow: 0 25px 80px rgba(0,0,0,.5); }

@media (max-width: 991.98px) {
  :root { --header-height: 104px; }
  .navbar { min-height: 69px; background: rgba(7,10,16,.93); }
  .navbar > .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
  .navbar > .container > .navbar-brand.brand { display: inline-flex !important; }
  .navbar-toggler { display: block; flex: 0 0 auto; margin-left: auto; padding: 9px; }
  .navbar-toggler-icon { position: relative; width: 25px; height: 18px; background-image: none; border-top: 2px solid #e7edf0; border-bottom: 2px solid #e7edf0; }
  .navbar-toggler-icon::after { position: absolute; top: 6px; right: 0; left: 0; height: 2px; content: ""; background: #e7edf0; }
  .navbar-collapse { margin: .4rem -12px -.4rem; padding: .5rem 15px 1rem; border-top: 1px solid var(--line); background: #090e15; }
  .navbar .nav-link { padding: .7rem .5rem !important; }
  .navbar .nav-link::after { right: auto; bottom: .45rem; left: .5rem; width: 28px; }
  .hero { min-height: 850px; background-image: linear-gradient(90deg, rgba(6,8,13,.91), rgba(6,8,13,.51)), linear-gradient(0deg, #080b11 0%, transparent 35%), url("../img/nexora-hero.png"); background-position: 57% center; }
  .hero-copy { padding-top: 110px; }
  .side-panel:first-child { margin-top: 20px; }
}

@media (max-width: 767.98px) {
  body { font-size: 14px; }
  .hero { min-height: 790px; background-position: 63% center; }
  .hero .reveal { opacity: 1; transform: none; animation: none; }
  .hero::before { background: rgba(5,7,11,.2); }
  .hero-container { width: 100vw; max-width: 100vw; padding-right: 18px; padding-left: 18px; overflow: hidden; }
  .hero-container > .row { width: 100%; margin-right: 0; margin-left: 0; }
  .hero-copy { width: 100%; min-width: 0; max-width: 100%; padding: 118px 0 0; }
  .hero h1 { max-width: 100%; font-size: clamp(2.65rem, 11.5vw, 3.15rem); letter-spacing: -.06em; overflow-wrap: anywhere; }
  .hero-lead { font-size: 15px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; max-width: 100%; }
  .hero-meta { max-width: 100%; gap: 8px 15px; overflow: hidden; }
  .scroll-cue { display: none; }
  .section-padding { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .news-image { min-height: 245px; }
  .news-body { padding: 24px; }
  .news-body h3 { font-size: 21px; }
  .download-section { padding: 90px 0 100px; }
  .download-section .btn { width: 100%; }
  .footer-brand { justify-content: center; }
  .footer-nav { flex-wrap: wrap; gap: 10px 22px; }
}

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

/* Inner pages */
.inner-page { background: #080c13; }
.inner-page .site-header { background: rgba(6, 10, 16, .96); }
.inner-page main { min-height: 75vh; }
.inner-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  padding: 170px 0 95px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(6,9,15,.94), rgba(6,9,15,.46)), url("../img/nexora-hero.png") center 42% / cover;
  border-bottom: 1px solid var(--line);
}
.inner-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, #080c13, transparent 52%), radial-gradient(circle at 72% 55%, rgba(101,80,224,.15), transparent 24%); }
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.inner-hero p:not(.eyebrow) { max-width: 670px; margin: 20px 0 0; color: #a1adb5; font-size: 17px; }
.inner-section { position: relative; padding: 85px 0 110px; background: #080c13; }
.inner-section::before { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .3; background-image: linear-gradient(rgba(130,161,176,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(130,161,176,.025) 1px, transparent 1px); background-size: 48px 48px; }
.inner-section > .container { position: relative; }
.inner-title { margin-bottom: 38px; text-align: center; }
.inner-title h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3.2rem); text-transform: uppercase; }
.inner-title p { margin: 10px auto 0; color: var(--muted); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 42px; border: 1px solid var(--line); background: #0d141e; }
.trust-strip div { padding: 18px; border-right: 1px solid var(--line); color: #98a5ae; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip b { margin-right: 7px; color: var(--cyan); }

/* Store */
.credit-card { position: relative; margin-bottom: 80px; padding: 55px; border: 1px solid var(--line-bright); background: linear-gradient(145deg, #111a27, #0b111a); box-shadow: 0 25px 70px rgba(0,0,0,.25), inset 0 0 60px rgba(70,132,142,.04); text-align: center; }
.credit-gem { width: 62px; height: 62px; display: grid; place-items: center; margin: -87px auto 17px; border: 1px solid var(--gold); background: #101722; color: var(--gold-light); font-size: 30px; transform: rotate(45deg); }
.credit-gem span { transform: rotate(-45deg); }
.credit-card h2 { font-family: var(--font-display); font-size: 28px; text-transform: uppercase; }
.store-badges { display: inline-flex; gap: 6px; vertical-align: middle; }
.store-badge { padding: 4px 7px; border: 1px solid var(--line-bright); background: #172434; color: var(--cyan); font-family: var(--font-body); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.credit-select { max-width: 600px; margin: 24px auto; }
.form-select, .form-control { min-height: 54px; border: 1px solid rgba(116,170,181,.25); border-radius: 0; background-color: #0c1722; color: #d7e4e9; }
.form-select:focus, .form-control:focus { border-color: var(--cyan-deep); background-color: #0c1722; color: #fff; box-shadow: 0 0 0 3px rgba(73,143,154,.12); }
.form-select option { background: #0c1722; }
.credit-price { margin: 14px 0 0; color: #fff; font-family: var(--font-display); font-size: 46px; }
.credit-value { margin-bottom: 24px; color: #63747f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.credit-value strong { color: var(--cyan); }
.rank-card { position: relative; height: 100%; padding: 35px 31px; overflow: hidden; border: 1px solid var(--rank-color, var(--line)); background: linear-gradient(145deg, #101824, #0b111a); }
.rank-card::before { position: absolute; top: -70px; right: -70px; width: 180px; height: 180px; content: ""; border-radius: 50%; background: var(--rank-glow, rgba(80,120,140,.13)); filter: blur(6px); }
.rank-card > * { position: relative; }
.rank-icon { width: 48px; height: 55px; display: grid; place-items: center; margin: 0 auto 20px; border: 1px solid var(--rank-color); color: var(--rank-color); font-family: var(--font-display); font-size: 20px; clip-path: polygon(50% 0, 95% 22%, 84% 78%, 50% 100%, 16% 78%, 5% 22%); background: #111a26; }
.rank-card h3 { color: var(--rank-color); font-family: var(--font-display); font-size: 21px; text-align: center; text-transform: uppercase; }
.rank-card ul { min-height: 155px; margin: 24px 0; padding: 0; list-style: none; color: #98a5ae; }
.rank-card li { padding: 6px 0 6px 21px; position: relative; }
.rank-card li::before { position: absolute; left: 0; color: var(--rank-color); content: "✓"; font-weight: 800; }
.rank-price { display: block; margin: 22px 0; color: #fff; font-family: var(--font-display); font-size: 32px; text-align: center; }
.rank-normal { --rank-color: #de5a65; --rank-glow: rgba(222,90,101,.14); }
.rank-super { --rank-color: #6b7aff; --rank-glow: rgba(107,122,255,.14); }
.rank-legend { --rank-color: #d3a747; --rank-glow: rgba(211,167,71,.14); }
.rank-divine { --rank-color: #ac77e9; --rank-glow: rgba(172,119,233,.14); }
.exchange-panel { margin-top: 75px; padding: 38px; border: 1px solid var(--line-bright); background: #0d151f; }
.exchange-panel h2 { font-family: var(--font-display); font-size: 26px; text-transform: uppercase; }
.exchange-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 25px; }
.exchange-method { position: relative; padding: 22px; border: 1px solid var(--line); background: #101923; color: #91a0aa; cursor: pointer; text-align: left; }
.exchange-method input { position: absolute; opacity: 0; }
.exchange-method:has(input:checked) { border-color: var(--gold); background: rgba(190,125,38,.09); color: #fff; }
.exchange-method b { display: block; margin-bottom: 4px; color: #fff; font-size: 13px; }
.exchange-method small { color: #667581; }
.checkout-note { margin-top: 20px; color: #65737d; font-size: 11px; }

/* Downloads */
.download-grid { margin-top: -165px; position: relative; z-index: 3; }
.platform-card { position: relative; height: 100%; min-height: 430px; display: flex; flex-direction: column; align-items: center; padding: 42px 33px 32px; border: 1px solid var(--line); background: linear-gradient(150deg, #111b28, #0a111a); text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.platform-card.featured { border-color: rgba(233,185,77,.58); box-shadow: 0 0 0 3px rgba(233,185,77,.05), 0 20px 50px rgba(0,0,0,.3); }
.platform-icon { width: 96px; height: 96px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid var(--line-bright); color: var(--platform-color, var(--cyan)); font-family: var(--font-display); font-size: 42px; transform: rotate(45deg); }
.platform-icon span { transform: rotate(-45deg); }
.platform-card h2 { font-family: var(--font-display); font-size: 24px; text-transform: uppercase; }
.platform-card ul { margin: 15px 0 25px; padding: 0; list-style: none; color: #95a2ac; }
.platform-card li::before { margin-right: 8px; color: var(--platform-color, var(--cyan)); content: "✓"; }
.platform-file { margin-top: auto; margin-bottom: 17px; color: #667681; font-size: 10px; }
.platform-windows { --platform-color: #58a9ed; }
.platform-mac { --platform-color: #c9d1d7; }
.platform-linux { --platform-color: #e9b94d; }
.platform-java { --platform-color: #eb7959; }
.support-box { margin-top: 42px; padding: 40px; border: 1px solid var(--line); background: #0d151f; text-align: center; }
.support-box h2 { font-family: var(--font-display); font-size: 25px; text-transform: uppercase; }

/* Voting */
.vote-shell { max-width: 1020px; margin: -135px auto 0; position: relative; z-index: 3; padding: 55px; border: 1px solid var(--line-bright); background: linear-gradient(145deg, #111a27, #0a111a); box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.vote-shell h2 { font-family: var(--font-display); font-size: 27px; text-align: center; text-transform: uppercase; }
.vote-form { max-width: 570px; margin: 30px auto 0; }
.vote-rewards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; }
.vote-reward { padding: 22px; border: 1px solid var(--line); background: #0d1621; text-align: center; }
.vote-reward span { display: block; color: var(--gold-light); font-family: var(--font-display); font-size: 25px; }
.vote-reward small { color: #6f7d87; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.vote-sites { display: none; margin-top: 30px; }
.vote-sites.is-visible { display: block; }
.vote-site { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 16px; padding: 16px; border: 1px solid var(--line); border-bottom: 0; background: #0d1621; }
.vote-site:last-child { border-bottom: 1px solid var(--line); }
.vote-site-index { width: 38px; height: 38px; display: grid; place-items: center; background: #142331; color: var(--cyan); font-weight: 800; }
.vote-site strong { display: block; }
.vote-site small { color: #6c7b85; }

/* Shared live sales chat */
.chat-launcher { position: fixed; right: 24px; bottom: 22px; z-index: 1080; display: flex; align-items: center; gap: 11px; padding: 13px 18px; border: 1px solid rgba(130,222,226,.5); background: linear-gradient(135deg, #247f8b, #16606d); color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.chat-launcher:hover { background: #2d919d; transform: translateY(-2px); }
.chat-launcher i { width: 9px; height: 9px; border-radius: 50%; background: #75efae; box-shadow: 0 0 10px #75efae; }
.chat-window { position: fixed; right: 24px; bottom: 82px; z-index: 1080; width: min(390px, calc(100vw - 28px)); overflow: hidden; border: 1px solid var(--line-bright); background: #0c141e; box-shadow: 0 24px 70px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transform: translateY(15px) scale(.98); transform-origin: bottom right; transition: opacity .2s ease, transform .2s ease; }
.chat-window.is-open { opacity: 1; pointer-events: auto; transform: none; }
.chat-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; background: linear-gradient(135deg, #1d7180, #114c58); }
.chat-head strong { display: block; font-family: var(--font-display); font-size: 15px; text-transform: uppercase; }
.chat-head small { color: #bce6e8; font-size: 9px; }
.chat-close { border: 0; background: transparent; color: #fff; font-size: 23px; }
.chat-messages { height: 190px; padding: 16px; overflow-y: auto; background: #0a111a; }
.chat-message { max-width: 88%; margin-bottom: 10px; padding: 10px 12px; background: #14212e; color: #bdc8ce; font-size: 11px; line-height: 1.55; }
.chat-message.agent { border-left: 2px solid var(--cyan); }
.chat-message.user { margin-left: auto; background: #203f48; color: #fff; }
.chat-form { padding: 15px; }
.chat-form .form-select, .chat-form .form-control { min-height: 42px; font-size: 11px; }
.chat-form textarea { min-height: 70px !important; resize: none; }
.chat-safety { display: block; margin-top: 8px; color: #5d6c76; font-size: 8px; line-height: 1.5; }

@media (max-width: 991.98px) {
  .inner-hero { min-height: 450px; padding-top: 150px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .exchange-methods { grid-template-columns: 1fr; }
  .download-grid { margin-top: -100px; }
  .vote-shell { margin-top: -90px; }
}

@media (max-width: 767.98px) {
  .inner-hero { min-height: 390px; padding: 135px 0 70px; }
  .inner-hero h1 { font-size: 2.8rem; }
  .inner-hero p:not(.eyebrow) { font-size: 14px; }
  .inner-section { padding: 65px 0 80px; }
  .credit-card { padding: 42px 20px 30px; }
  .credit-price { font-size: 38px; }
  .vote-shell { margin-top: -60px; padding: 35px 20px; }
  .vote-rewards { grid-template-columns: 1fr; }
  .vote-site { grid-template-columns: 38px 1fr; }
  .vote-site .btn { grid-column: 1 / -1; }
  .chat-launcher { right: 14px; bottom: 14px; }
  .chat-window { right: 14px; bottom: 72px; }
}

/* Homepage realm features */
.realm-features {
  position: relative;
  padding: 110px 0 125px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(7,9,14,.98), rgba(11,8,8,.97)), url("../img/pictures/conquer.webp") center / cover;
}
.realm-features::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 0, rgba(160,68,27,.09), transparent 36%), linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.018) 50%, transparent 50.1%); }
.realm-features .container { position: relative; }
.realm-feature-card { position: relative; overflow: hidden; border: 1px solid rgba(194,151,81,.2); background: linear-gradient(150deg, #151111, #0d0e13); box-shadow: 0 22px 55px rgba(0,0,0,.3); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.realm-feature-card::after { position: absolute; inset: 8px; pointer-events: none; content: ""; border: 1px solid rgba(255,255,255,.035); }
.realm-feature-card:hover { border-color: rgba(233,185,77,.52); box-shadow: 0 26px 65px rgba(0,0,0,.4), 0 0 35px rgba(190,105,34,.07); transform: translateY(-5px); }
.realm-feature-image { position: relative; height: 245px; overflow: hidden; background: #0b0b0c; }
.realm-feature-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(13,13,17,.72), transparent 46%); }
.realm-feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.06); transition: filter .4s ease, transform .5s ease; }
.realm-feature-card:first-child .realm-feature-image img { object-position: center 77%; }
.realm-feature-card:hover img { filter: saturate(1.08) contrast(1.06); transform: scale(1.035); }
.realm-feature-image > span { position: absolute; right: 18px; bottom: 14px; z-index: 2; padding: 5px 9px; border-left: 2px solid var(--gold); background: rgba(7,8,11,.78); color: #d8e0e5; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; backdrop-filter: blur(6px); }
.realm-feature-copy { position: relative; min-height: 285px; padding: 30px 31px 34px; }
.feature-number { position: absolute; top: 17px; right: 25px; color: rgba(233,185,77,.12); font-family: var(--font-display); font-size: 49px; line-height: 1; }
.realm-feature-copy h3 { position: relative; margin: 0 0 16px; padding-right: 45px; color: #e8a642; font-family: var(--font-display); font-size: 23px; letter-spacing: .01em; text-transform: uppercase; }
.realm-feature-copy h3::after { display: block; width: 36px; height: 1px; margin-top: 13px; content: ""; background: var(--gold); }
.realm-feature-copy p { position: relative; min-height: 91px; margin-bottom: 21px; color: #99a3aa; line-height: 1.8; }
.realm-feature-copy .text-link { position: relative; }

@media (max-width: 991.98px) {
  .realm-feature-image { height: 230px; }
  .realm-feature-copy { min-height: 260px; }
  .realm-feature-copy p { min-height: 70px; }
}

@media (max-width: 767.98px) {
  .realm-features { padding: 78px 0 88px; }
  .realm-feature-image { height: 220px; }
  .realm-feature-copy { min-height: 0; padding: 26px 24px 30px; }
  .realm-feature-copy p { min-height: 0; }
}
