
:root {
  --bg: #07111d;
  --bg-soft: #0c1726;
  --panel: rgba(11, 23, 38, 0.88);
  --panel-2: rgba(14, 28, 46, 0.88);
  --line: rgba(159, 196, 255, 0.14);
  --text: #eaf2ff;
  --muted: #95aac8;
  --gold: #f0c56f;
  --gold-strong: #e1aa3e;
  --blue: #79b8ff;
  --green: #73d8a3;
  --danger: #ff7d7d;
  --shadow: 0 24px 70px rgba(0,0,0,0.34);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(46, 113, 199, 0.20), transparent 26%),
    radial-gradient(circle at top left, rgba(240, 197, 111, 0.12), transparent 22%),
    linear-gradient(180deg, #06111d 0%, #091423 34%, #07111d 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #ffd98a;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 2px 7px;
}
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(5, 11, 20, 0.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 76px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand-wrap { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(240,197,111,0.28), rgba(121,184,255,0.18));
  border: 1px solid rgba(240,197,111,0.22);
  display: grid; place-items: center; color: #fff2cb; font-weight: 900; letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.brand { font-weight: 800; letter-spacing: 0.02em; color: #fff7e2; font-size: 22px; }
.brand-sub { color: var(--muted); font-size: 12px; display: block; margin-top: 2px; }
.nav {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center;
}
.nav a { color: #c1d1e9; font-size: 14px; }
.nav a:hover { color: #fff; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 18px; border-radius: 14px; font-weight: 700; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #16120b;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  box-shadow: 0 10px 26px rgba(225,170,62,0.18);
}
.btn-secondary {
  color: #d9e8ff;
  background: linear-gradient(135deg, rgba(102,155,219,0.18), rgba(61,104,169,0.28));
  border-color: rgba(121,184,255,0.18);
}
.btn-ghost {
  color: #edf5ff;
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
}
.btn-full { width: 100%; }
.hero {
  padding: 82px 0 44px;
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: 28px; align-items: stretch;
}
.hero-copy, .hero-panel-card, .surface, .card, .dashboard-panel, .dashboard-hero-card, .market-wallet-card, .market-card, .support-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.hero-copy::after {
  content: ""; position: absolute; inset: auto -100px -100px auto; width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(240,197,111,0.12), transparent 68%);
  pointer-events: none;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; color: #88bfff;
}
.hero h1, .page-title { margin: 14px 0 0; font-size: clamp(40px, 6vw, 66px); line-height: 1.02; letter-spacing: -0.03em; }
.hero .lead {
  max-width: 720px; color: #d8e6fa; line-height: 1.72; font-size: 18px; margin-top: 18px;
}
.hero .sublead { color: var(--muted); line-height: 1.72; margin-top: 14px; max-width: 720px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 700;
  color: #d6e7ff; border: 1px solid rgba(121,184,255,0.18); background: rgba(121,184,255,0.08);
}
.pill-gold { color: #ffe1a5; border-color: rgba(240,197,111,0.2); background: rgba(240,197,111,0.08); }
.hero-panel-card { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-kicker, .section-kicker, .muted-label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.big-stat { font-size: 72px; line-height: 1; margin-top: 10px; font-weight: 800; color: #fff4d3; }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.mini-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 14px;
}
.mini-card span, .account-info-list span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 6px; }
.mini-card strong, .account-info-list strong { font-size: 22px; color: white; }
.section { padding: 22px 0 44px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(28px, 4vw, 40px); }
.section-head p { margin: 8px 0 0; color: var(--muted); max-width: 720px; line-height: 1.72; }
.grid-3, .grid-4, .dashboard-stats, .features-grid, .status-grid, .support-grid, .market-grid, .dashboard-grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4, .features-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .info-card, .feature-card, .status-card, .step-card, .dash-stat-card {
  padding: 24px; background: var(--panel-2); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow);
}
.card h3, .feature-card h3, .dash-stat-card strong { margin: 10px 0 8px; }
.card p, .feature-card p, .status-card p, .step-card p, .muted, .field-help, .empty-state p, .notice p {
  color: var(--muted); line-height: 1.7;
}
.icon-badge {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(121,184,255,.16), rgba(240,197,111,.12));
  border: 1px solid rgba(255,255,255,.08); font-size: 18px;
}
.progression-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.era-card { padding: 24px; background: var(--panel-2); border: 1px solid var(--line); border-radius: 20px; position: relative; overflow: hidden; }
.era-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, rgba(121,184,255,.8), rgba(240,197,111,.8)); }
.era-card small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; }
.era-card h3 { margin: 10px 0 10px; font-size: 26px; }
.era-tag {
  display: inline-flex; margin-top: 14px; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 700;
  background: rgba(121,184,255,.08); border: 1px solid rgba(121,184,255,.18); color: #dcecff;
}
.forms-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 22px; }
.register-card, .side-card { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: block; color: #d7e6fb; font-size: 14px; margin-bottom: 8px; font-weight: 600; }
input, select, textarea {
  width: 100%; min-height: 50px; padding: 0 14px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03); color: var(--text);
}
textarea { min-height: 120px; padding: 14px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #7e94b2; }
input:focus, select:focus, textarea:focus { outline: none; border-color: rgba(121,184,255,0.4); box-shadow: 0 0 0 4px rgba(121,184,255,0.12); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #cfe2ff 50%), linear-gradient(135deg, #cfe2ff 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.notice {
  margin: 16px 0; padding: 15px 18px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,0.04);
}
.notice.ok { border-color: rgba(115,216,163,0.24); background: rgba(115,216,163,0.08); color: #dff7ea; }
.notice.err { border-color: rgba(255,125,125,0.24); background: rgba(255,125,125,0.08); color: #ffe2e2; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent); margin: 22px 0; }
.footer { padding: 34px 0 60px; color: var(--muted); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.dashboard-page { padding: 38px 0 60px; }
.dashboard-hero {
  display: flex; align-items: start; justify-content: space-between; gap: 16px; padding: 28px; margin-bottom: 18px;
}
.dashboard-hero h1 { margin: 10px 0 10px; font-size: clamp(30px, 4vw, 46px); }
.dashboard-hero p { margin: 0; color: var(--muted); line-height: 1.72; max-width: 760px; }
.dashboard-stats { grid-template-columns: repeat(4, minmax(0,1fr)); margin-bottom: 18px; }
.dash-stat-card { padding: 22px; }
.dash-stat-card span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .14em; }
.dash-stat-card strong { font-size: 32px; }
.dashboard-grid { grid-template-columns: minmax(0, 1.2fr) 360px; align-items: start; }
.dashboard-side { display: grid; gap: 18px; }
.dashboard-panel { padding: 24px; }
.dashboard-panel h2 { margin: 0 0 6px; font-size: 24px; }
.character-list { display: grid; gap: 14px; }
.character-card {
  padding: 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03);
  display: flex; align-items: center; gap: 14px;
}
.character-avatar {
  width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(240,197,111,.18), rgba(121,184,255,.16));
  border: 1px solid rgba(255,255,255,.08); font-weight: 800; color: #fff7d9;
}
.character-main { flex: 1; }
.character-main h3 { margin: 0; font-size: 18px; }
.character-main p { margin: 4px 0 0; color: var(--muted); }
.online-pill {
  padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 800;
  color: #d4dfef; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04);
}
.online-pill.is-online { color: #dff7ea; border-color: rgba(115,216,163,0.24); background: rgba(115,216,163,0.12); }
.account-info-list, .account-summary { display: grid; gap: 12px; }
.account-info-list div, .account-summary div {
  padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
}
.account-summary { grid-template-columns: repeat(3, minmax(0,1fr)); }
.expansion-badge { display: inline-flex; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; margin-bottom: 10px; }
.expansion-0 { background: rgba(115,216,163,.08); color: #dff7ea; border: 1px solid rgba(115,216,163,.24); }
.expansion-1 { background: rgba(121,184,255,.08); color: #dbeaff; border: 1px solid rgba(121,184,255,.24); }
.expansion-2 { background: rgba(240,197,111,.08); color: #ffe8bc; border: 1px solid rgba(240,197,111,.24); }
.upgrade-path { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #fff; font-weight: 800; }
.field-help { font-size: 13px; margin-top: 10px; }
.shop-page .dashboard-hero { margin-bottom: 24px; }
.support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.support-card { padding: 24px; }
.support-card span { color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.support-card h2 { margin: 12px 0 8px; font-size: 44px; }
.support-card strong { display: block; margin-bottom: 14px; color: #fff0c9; }
.support-card form { display: grid; gap: 12px; }
.payment-reference-card { margin-bottom: 18px; }
.payment-reference {
  font-size: 30px; font-weight: 900; letter-spacing: .06em; margin: 12px 0 10px; color: #fff0c9;
  word-break: break-word;
}
.support-steps { margin: 0; padding-left: 20px; color: #dbe8fb; line-height: 1.8; }
.manual-request-card {
  padding: 20px; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); margin-top: 16px;
}
.manual-request-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 14px; }
.manual-request-amount { font-size: 28px; font-weight: 800; text-align: right; }
.manual-request-amount small { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
.admin-review-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; margin-top: 16px; }
.review-form { display: grid; gap: 10px; }
.review-form.reject-form { align-content: start; }
.shop-table-wrap, .market-table-wrap { overflow-x: auto; }
.shop-table, .market-table {
  width: 100%; border-collapse: collapse; min-width: 760px;
}
.shop-table th, .shop-table td, .market-table th, .market-table td {
  padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left;
}
.shop-table th, .market-table th { color: #cfe2ff; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.market-status, .status-pill {
  display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; background: rgba(255,255,255,0.05);
}
.market-status-completed, .market-status-delivered { background: rgba(115,216,163,.10); color: #dff7ea; }
.market-status-queued, .market-status-pending { background: rgba(121,184,255,.10); color: #dbeaff; }
.market-status-failed, .market-status-rejected { background: rgba(255,125,125,.10); color: #ffe2e2; }
.market-notice { margin: 16px 0; padding: 15px 18px; border-radius: 16px; }
.market-notice-success { background: rgba(115,216,163,.08); border: 1px solid rgba(115,216,163,.22); color: #dff7ea; }
.market-notice-error { background: rgba(255,125,125,.08); border: 1px solid rgba(255,125,125,.22); color: #ffe2e2; }
.market-kicker { color: #88bfff; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.market-how {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  margin: 18px 0 28px; padding: 20px 24px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.market-how-title span { display: block; color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.market-how-title strong { font-size: 22px; }
.market-step { display: flex; align-items: center; gap: 12px; }
.market-step span {
  width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; font-weight: 800; color: #06111d; background: var(--gold);
}
.market-arrow { color: var(--muted); font-size: 22px; }
.market-controls { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.market-controls h2 { margin: 8px 0 0; font-size: 34px; }
.market-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.market-tab {
  min-height: 42px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); color: #d7e6fb; cursor: pointer;
}
.market-tab.is-active { background: rgba(240,197,111,.12); border-color: rgba(240,197,111,.28); color: #ffe9ba; }
.market-category { margin-bottom: 26px; }
.market-category-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.market-category-heading h2 { margin: 4px 0 0; font-size: 24px; }
.market-category-heading span { color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.market-category-symbol {
  width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; font-size: 18px; font-weight: 800;
}
.market-symbol-xp { background: rgba(240,197,111,.12); color: #ffe4a2; }
.market-symbol-mount { background: rgba(121,184,255,.12); color: #dcecff; }
.market-symbol-pet { background: rgba(115,216,163,.12); color: #e1f9ea; }
.market-symbol-vanity { background: rgba(195,149,255,.12); color: #f0e3ff; }
.market-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.market-card { overflow: hidden; }
.market-card-art {
  position: relative; min-height: 150px; display: flex; align-items: end; justify-content: start;
  padding: 16px; overflow: hidden;
  background: radial-gradient(circle at center, rgba(255,255,255,.12), rgba(9,18,31,.15)), linear-gradient(135deg, rgba(38,70,105,.82), rgba(7,16,29,.95));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.market-card-art.has-product-image::before {
  content: ""; position: absolute; inset: 0; background-image: var(--product-image); background-size: cover; background-position: center; opacity: .96;
}
.market-card-art::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,10,19,.08), rgba(4,10,19,.55) 70%, rgba(4,10,19,.88));
}
.market-card-art span, .market-card-icon { position: relative; z-index: 1; }
.market-card-icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; font-weight: 900;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); font-size: 22px;
}
.market-card-art span { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: #dbe9ff; }
.market-card-body { padding: 18px; }
.market-card-top { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.market-card-top h3 { margin: 0; font-size: 18px; line-height: 1.28; }
.market-price { color: #ffd98a; font-size: 24px; text-align: right; line-height: 1; }
.market-price small { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #d1e2fb; margin-top: 6px; }
.market-card-body p { color: var(--muted); line-height: 1.7; min-height: 70px; }
.market-requirements { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.market-requirements span {
  display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 700;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #d5e4fb;
}
.market-purchase-form { display: grid; gap: 10px; }
.market-history { padding: 24px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); }
.market-history-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.market-history-head h2 { margin: 8px 0 0; }
@media (max-width: 1100px) {
  .hero-grid, .forms-grid, .dashboard-grid { grid-template-columns: 1fr; }
  .grid-4, .features-grid, .support-grid, .market-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3, .dashboard-stats, .status-grid, .progression-strip, .account-summary { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admin-review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .header-inner { flex-wrap: wrap; justify-content: center; padding: 14px 0; }
  .nav, .header-actions { justify-content: center; }
  .hero { padding-top: 48px; }
  .hero-copy, .hero-panel-card, .register-card, .side-card, .dashboard-panel, .market-history { padding: 20px; }
  .grid-4, .features-grid, .support-grid, .market-grid, .grid-3, .dashboard-stats, .status-grid, .progression-strip, .form-grid-2, .account-summary { grid-template-columns: 1fr; }
  .market-controls, .market-history-head, .section-head, .dashboard-hero, .manual-request-head { flex-direction: column; align-items: start; }
  .big-stat { font-size: 52px; }
  .support-card h2 { font-size: 34px; }
  .hero h1 { font-size: 38px; }
}


/* ---------- V6 professional homepage ---------- */
body { background: #06111d; }
.site-header { background: rgba(3, 9, 16, .90); border-bottom-color: rgba(240,197,111,.15); }
.brand-mark { border-color: rgba(240,197,111,.46); background: linear-gradient(145deg, rgba(240,197,111,.24), rgba(9,22,38,.92)); }
.hero { padding: 0; border-bottom: 1px solid rgba(240,197,111,.12); }
.hero > .container { width: 100%; max-width: none; }
.hero-grid {
  min-height: 620px;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
  gap: 0;
  padding: 54px max(32px, calc((100vw - 1180px)/2));
  background:
    linear-gradient(90deg, rgba(4,12,22,.97) 0%, rgba(4,13,24,.86) 43%, rgba(4,13,24,.40) 68%, rgba(4,13,24,.92) 100%),
    linear-gradient(180deg, rgba(4,12,22,.20), rgba(4,12,22,.88)),
    url('/public_assets/images/hero-azeroth.webp') center/cover no-repeat;
}
.hero-copy {
  align-self: center;
  max-width: 720px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 26px 34px 26px 0;
}
.hero-copy::after { display: none; }
.hero h1 {
  margin-top: 12px;
  max-width: 760px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(46px, 6.2vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
  text-shadow: 0 3px 24px rgba(0,0,0,.58);
}
.hero-gold { color: #f5cf7d; }
.hero-statement {
  display: inline-block;
  margin: 24px 0 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(240,197,111,.55);
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: .04em;
  font-size: 18px;
  color: #f2f6fb;
}
.hero-statement strong { color: #f0c56f; }
.hero-choice-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 10px;
  color: #d7e3f2;
}
.hero-choice-list li { position: relative; padding-left: 26px; line-height: 1.55; }
.hero-choice-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  width: 18px; height: 18px; border-radius: 50%;
  display: grid; place-items: center;
  color: #8ec7ff; border: 1px solid rgba(142,199,255,.48); font-size: 11px;
}
.hero-panel-card {
  align-self: center;
  margin-left: 24px;
  min-height: 480px;
  background: linear-gradient(180deg, rgba(5,17,31,.93), rgba(4,13,24,.96));
  border: 1px solid rgba(240,197,111,.38);
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0,0,0,.48), inset 0 0 0 4px rgba(240,197,111,.025);
}
.big-stat { color: #f7d681; font-family: Georgia, 'Times New Roman', serif; text-shadow: 0 0 22px rgba(240,197,111,.20); }
.hero .mini-card { border-color: rgba(121,184,255,.14); background: rgba(255,255,255,.025); }
.section { padding: 42px 0 56px; }
.section:nth-of-type(even) { background: linear-gradient(180deg, rgba(255,255,255,.008), rgba(255,255,255,.016)); border-top: 1px solid rgba(255,255,255,.035); border-bottom: 1px solid rgba(255,255,255,.035); }
.section-head h2, .era-card h3, .register-card h2, .side-card h3, .feature-card h3 { font-family: Georgia, 'Times New Roman', serif; }
.feature-card, .era-card, .register-card, .side-card {
  background: linear-gradient(180deg, rgba(12,29,48,.94), rgba(7,20,35,.96));
  border-color: rgba(121,184,255,.17);
  box-shadow: 0 22px 55px rgba(0,0,0,.25);
}
.feature-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(240,197,111,.28); box-shadow: 0 28px 64px rgba(0,0,0,.36); }
.icon-badge { font-size: 22px; }
.choice-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.choice-summary > div {
  padding: 17px 18px;
  border-radius: 16px;
  border: 1px solid rgba(121,184,255,.14);
  background: rgba(121,184,255,.045);
}
.choice-summary strong { display: block; color: #eef5ff; margin-bottom: 6px; }
.choice-summary span { color: var(--muted); line-height: 1.55; font-size: 14px; }
.same-realm-banner {
  margin: 0 0 18px;
  padding: 13px 18px;
  text-align: center;
  border: 1px solid rgba(240,197,111,.34);
  background: linear-gradient(90deg, rgba(240,197,111,.045), rgba(240,197,111,.10), rgba(240,197,111,.045));
  border-radius: 12px;
  color: #f4ce78;
  font-weight: 800;
}
.era-card { min-height: 250px; }
.era-card::before { background: linear-gradient(90deg, #6daeff, #f0c56f); }
.forms-grid { grid-template-columns: minmax(0, 1fr) 360px; }
.register-card, .side-card { border-color: rgba(240,197,111,.16); }
.footer { border-top: 1px solid rgba(240,197,111,.12); background: rgba(3,10,18,.76); }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; padding: 44px 28px; }
  .hero-panel-card { margin: 22px 0 0; min-height: auto; }
  .choice-summary { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hero-grid { padding: 34px 18px; min-height: auto; }
  .hero-copy { padding-right: 0; }
  .hero h1 { font-size: 43px; }
  .hero-statement { font-size: 15px; }
}


/* ===== Project Azeroth V7 visual polish ===== */
:root {
  --bg: #040b14;
  --bg-soft: #071321;
  --panel: rgba(7, 19, 33, 0.92);
  --panel-2: rgba(10, 25, 42, 0.94);
  --line: rgba(137, 181, 236, 0.18);
  --gold: #f6c45f;
  --gold-strong: #d99a28;
  --text: #eef5ff;
  --muted: #9eb2cf;
}
body {
  background:
    radial-gradient(circle at 18% 0%, rgba(33, 96, 158, .20), transparent 26%),
    radial-gradient(circle at 82% 15%, rgba(18, 86, 142, .15), transparent 30%),
    linear-gradient(180deg, #030a12 0%, #071321 38%, #050d17 100%);
}
.container { width: min(1480px, calc(100% - 56px)); }
.site-header { background: rgba(3, 9, 16, .88); border-color: rgba(240, 197, 111, .14); }
.brand { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.brand-mark { border-radius: 12px; border-color: rgba(246,196,95,.42); background: linear-gradient(145deg,#1a2431,#0a1019); box-shadow: inset 0 0 0 2px rgba(246,196,95,.08), 0 0 28px rgba(246,196,95,.08); }
.nav a { font-weight: 600; }
.btn { border-radius: 10px; }
.btn-primary { background: linear-gradient(180deg,#ffd676,#e9a92e); box-shadow: 0 10px 30px rgba(228,160,38,.26), inset 0 1px 0 rgba(255,255,255,.45); }

.hero {
  position: relative;
  padding: 0;
  min-height: 670px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(2,8,15,.97) 0%, rgba(2,8,15,.88) 34%, rgba(3,10,18,.52) 67%, rgba(3,10,18,.86) 100%),
    linear-gradient(180deg, rgba(3,9,17,.16), rgba(3,9,17,.86)),
    url('/public_assets/images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(246,196,95,.17);
}
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 56% 42%, rgba(66,137,210,.16), transparent 34%); pointer-events:none; }
.hero-grid { position:relative; z-index:1; grid-template-columns: minmax(0,1.35fr) 430px; gap: 48px; padding: 74px 0; }
.hero-copy { background: transparent; border:0; box-shadow:none; border-radius:0; padding:0; max-width:850px; }
.hero-copy::after { display:none; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(56px, 5vw, 86px); line-height:.98; max-width: 840px; text-shadow:0 4px 35px rgba(0,0,0,.5); }
.hero-gold { color: var(--gold); }
.hero-statement { font-family: Georgia, 'Times New Roman', serif; color:#eef5ff; font-size:19px; margin:25px 0 15px; padding-top:17px; border-top:1px solid rgba(246,196,95,.28); max-width:720px; }
.hero-statement strong { color:var(--gold); }
.hero-choice-list { list-style:none; padding:0; margin:0; display:grid; gap:10px; color:#dbe8f8; font-size:16px; }
.hero-choice-list li::before { content:'✓'; color:#8ec8ff; border:1px solid rgba(142,200,255,.38); display:inline-grid; place-items:center; width:20px; height:20px; border-radius:50%; margin-right:10px; font-size:12px; }
.hero-panel-card { border-radius:18px; padding:32px; background:linear-gradient(180deg,rgba(5,18,31,.95),rgba(5,15,27,.92)); border-color:rgba(246,196,95,.32); box-shadow:0 30px 80px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.025); }
.big-stat { font-family:Georgia,'Times New Roman',serif; color:var(--gold); font-size:78px; }
.stat-kicker { color:#7cc9ff; }
.mini-card { background:rgba(12,28,47,.78); border-color:rgba(137,181,236,.15); }

.section { padding:58px 0; border-bottom:1px solid rgba(137,181,236,.08); }
.section-head h2, .dashboard-panel h2, .market-controls h2, .market-category-heading h2 { font-family:Georgia,'Times New Roman',serif; }
.section-head { align-items:center; }
.feature-card, .era-card, .register-card, .side-card, .dashboard-panel, .dash-stat-card { background:linear-gradient(180deg,rgba(11,28,47,.95),rgba(7,19,33,.96)); }
.feature-card { min-height:235px; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.feature-card:hover { transform:translateY(-4px); border-color:rgba(246,196,95,.25); box-shadow:0 24px 70px rgba(0,0,0,.45); }
.icon-badge { width:52px; height:52px; font-size:23px; }
.progression-strip { gap:20px; }
.era-card { min-height:290px; display:flex; flex-direction:column; justify-content:flex-end; isolation:isolate; }
.era-card::after { content:""; position:absolute; inset:0; z-index:-2; background-size:cover; background-position:center; opacity:.28; }
.era-card::before { z-index:0; }
.era-card > * { position:relative; z-index:1; }
.era-card:nth-child(1)::after { background-image:linear-gradient(180deg,rgba(5,15,25,.12),rgba(5,15,25,.94)),url('/public_assets/images/marketplace-products/swift-zulian-tiger.webp'); }
.era-card:nth-child(2)::after { background-image:linear-gradient(180deg,rgba(5,15,25,.12),rgba(5,15,25,.94)),url('/public_assets/images/marketplace-products/ashes-of-alar.webp'); }
.era-card:nth-child(3)::after { background-image:linear-gradient(180deg,rgba(5,15,25,.12),rgba(5,15,25,.94)),url('/public_assets/images/marketplace-products/twilight-drake.webp'); }
.choice-summary { background:linear-gradient(90deg,rgba(7,24,40,.96),rgba(10,29,48,.92)); }
.same-realm-banner { background:linear-gradient(90deg,rgba(246,196,95,.06),rgba(246,196,95,.14),rgba(246,196,95,.06)); }
.forms-grid { grid-template-columns:minmax(0,1.35fr) 430px; }
input,select,textarea { background:#0a1727; border-color:rgba(145,185,235,.2); }
select option { background:#0a1727; color:#eef5ff; }

.dashboard-page { padding-top:50px; }
.dashboard-grid { grid-template-columns:minmax(0,1.45fr) 410px; }
.dashboard-side { min-width:0; }
.dashboard-panel { overflow:hidden; }
.dashboard-panel form { min-width:0; }
.dashboard-panel select { max-width:100%; }

/* Marketplace hero and layout fixes */
.market-hero {
  position:relative;
  min-height:390px;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) 330px;
  align-items:center;
  gap:30px;
  padding:46px;
  border:1px solid rgba(246,196,95,.22);
  border-radius:24px;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(4,13,23,.98),rgba(4,13,23,.82) 55%,rgba(4,13,23,.58)),
    url('/public_assets/images/marketplace-products/ashes-of-alar.webp');
  background-size:cover;
  background-position:center;
  box-shadow:0 30px 85px rgba(0,0,0,.38);
}
.market-hero-overlay { position:absolute; inset:0; background:radial-gradient(circle at 72% 28%,rgba(246,196,95,.12),transparent 30%); pointer-events:none; }
.market-hero-content,.market-wallet-card { position:relative; z-index:1; }
.market-hero-content h1 { font-family:Georgia,'Times New Roman',serif; font-size:clamp(40px,4vw,64px); line-height:1.02; margin:12px 0 15px; max-width:760px; }
.market-hero-content p { color:#c7d8ee; font-size:17px; line-height:1.75; max-width:760px; }
.market-hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:22px; }
.market-btn { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border-radius:10px; font-weight:800; border:1px solid transparent; cursor:pointer; }
.market-btn-gold { color:#171108; background:linear-gradient(180deg,#ffd676,#e7a62d); box-shadow:0 9px 26px rgba(230,165,45,.2); }
.market-btn-dark { color:#eaf3ff; background:rgba(8,23,39,.82); border-color:rgba(145,185,235,.18); }
.market-btn-full { width:100%; }
.market-wallet-card { padding:26px; background:rgba(4,16,28,.9); border-color:rgba(246,196,95,.25); }
.market-wallet-card > span { display:block; color:#8cc9ff; text-transform:uppercase; letter-spacing:.15em; font-size:12px; }
.market-wallet-card > strong { display:block; font-family:Georgia,'Times New Roman',serif; font-size:56px; color:var(--gold); margin:10px 0 2px; }
.market-wallet-card > small { color:#c9daf0; }
.market-wallet-rule { height:1px; background:rgba(255,255,255,.09); margin:20px 0; }
.market-wallet-card p { margin:0; line-height:1.8; color:#c1d3e9; }
.market-how { display:grid; grid-template-columns:220px 1fr auto 1fr auto 1fr; gap:18px; align-items:center; }
.market-step { min-width:0; }
.market-step div { min-width:0; }
.market-step b,.market-step small { display:block; }
.market-step small { margin-top:4px; color:var(--muted); line-height:1.45; }
.market-grid { grid-template-columns:repeat(4,minmax(250px,1fr)); }
.market-card { min-width:0; display:flex; flex-direction:column; }
.market-card-body { display:flex; flex-direction:column; flex:1; }
.market-card-body p { min-height:unset; }
.market-purchase-form { margin-top:auto; }
.market-card-top h3 { overflow-wrap:anywhere; }
.market-card-art { min-height:180px; }
.market-price { flex:0 0 auto; }
.market-controls { margin-top:34px; }

@media (min-width: 1700px) {
  .container { width:min(1580px,calc(100% - 96px)); }
  .hero-grid { grid-template-columns:minmax(0,1.45fr) 470px; }
  .market-grid { grid-template-columns:repeat(4,minmax(280px,1fr)); }
}
@media (max-width: 1180px) {
  .hero-grid,.market-hero,.forms-grid,.dashboard-grid { grid-template-columns:1fr; }
  .hero { min-height:auto; }
  .hero-panel-card { max-width:none; }
  .market-how { grid-template-columns:1fr 1fr; }
  .market-arrow { display:none; }
  .market-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .container { width:min(100% - 28px,1480px); }
  .hero-grid { padding:50px 0; }
  .hero h1 { font-size:44px; }
  .hero-statement { font-size:15px; }
  .market-hero { padding:24px; min-height:auto; }
  .market-hero-content h1 { font-size:38px; }
  .market-how,.market-grid { grid-template-columns:1fr; }
  .market-step { align-items:flex-start; }
  .market-card-art { min-height:160px; }
}

/* PROJECT AZEROTH LAYOUT FIX START */

/* Global centered layout */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: min(1380px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Header */
.site-header .container,
.header-inner {
    width: min(1380px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Main hero */
.hero {
    position: relative !important;
    min-height: auto !important;
    padding: 72px 0 68px !important;
    overflow: hidden !important;
}

.hero-grid {
    width: min(1380px, calc(100% - 48px)) !important;
    margin: 0 auto !important;

    display: grid !important;
    grid-template-columns:
        minmax(0, 760px)
        minmax(320px, 390px) !important;

    justify-content: space-between !important;
    align-items: center !important;
    gap: clamp(40px, 7vw, 110px) !important;

    padding: 0 !important;
    transform: none !important;
}

.hero-copy {
    position: relative !important;
    z-index: 2 !important;

    width: 100% !important;
    max-width: 760px !important;

    margin: 0 !important;
    padding: 0 !important;

    left: auto !important;
    right: auto !important;
    transform: none !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.hero-copy::before,
.hero-copy::after {
    pointer-events: none;
}

.hero-copy h1,
.hero h1 {
    width: 100% !important;
    max-width: 760px !important;

    margin: 14px 0 22px !important;
    padding: 0 !important;

    font-size: clamp(54px, 5.4vw, 90px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;

    overflow: visible !important;
    word-break: normal !important;
    text-wrap: balance;
}

.hero-copy .lead,
.hero .lead,
.hero-copy .sublead {
    width: 100% !important;
    max-width: 700px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-actions,
.hero-badges {
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

/* Realm status stays only at top-right */
.hero-panel-card {
    position: relative !important;
    z-index: 3 !important;

    width: 100% !important;
    max-width: 390px !important;

    margin: 0 !important;
    padding: 28px !important;

    align-self: center !important;
    justify-self: end !important;

    transform: none !important;
    left: auto !important;
    right: auto !important;
}

/* Professional hero overlay */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 12, 23, 0.98) 0%,
            rgba(4, 12, 23, 0.92) 34%,
            rgba(4, 12, 23, 0.60) 62%,
            rgba(4, 12, 23, 0.84) 100%
        );

    pointer-events: none;
}

.hero > .container,
.hero .hero-grid {
    position: relative;
    z-index: 1;
}

/* Sections below hero */
.section > .container,
.dashboard-page > .container,
.shop-page > .container {
    width: min(1180px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Marketplace hero */
.market-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 280px !important;
    align-items: center !important;
    gap: 32px !important;

    padding: 30px !important;
    min-height: 260px !important;
    overflow: hidden !important;
}

.market-hero-content {
    position: relative !important;
    z-index: 2 !important;

    min-width: 0 !important;
    max-width: 760px !important;

    padding: 0 !important;
    margin: 0 !important;
}

.market-hero-content h1 {
    margin: 10px 0 14px !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: 1.05 !important;
}

.market-hero-content p {
    max-width: 720px !important;
    line-height: 1.65 !important;
}

.market-wallet-card {
    position: relative !important;
    z-index: 2 !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 280px !important;

    margin: 0 !important;
    justify-self: end !important;
}

/* How it works */
.market-how {
    display: grid !important;
    grid-template-columns:
        minmax(150px, 0.8fr)
        minmax(170px, 1fr)
        28px
        minmax(190px, 1fr)
        28px
        minmax(190px, 1fr) !important;

    align-items: center !important;
    gap: 16px !important;
}

.market-step {
    min-width: 0 !important;
    align-items: center !important;
}

.market-step div {
    min-width: 0 !important;
}

.market-step b,
.market-step small {
    display: block !important;
}

.market-step small {
    margin-top: 4px !important;
    line-height: 1.45 !important;
}

/* Product cards */
.market-grid {
    grid-template-columns:
        repeat(4, minmax(220px, 1fr)) !important;
    align-items: stretch !important;
}

.market-card {
    min-width: 0 !important;
    height: 100% !important;
}

.market-card-body {
    display: flex !important;
    flex-direction: column !important;
    height: calc(100% - 150px) !important;
}

.market-card-body > p {
    min-height: 76px !important;
}

.market-purchase-form {
    margin-top: auto !important;
}

.market-card-top h3 {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
}

.market-price {
    flex: 0 0 auto !important;
}

/* Select readability */
select,
select option {
    color: #eaf2ff !important;
    background-color: #101c2d !important;
}

select option:checked,
select option:hover {
    color: #ffffff !important;
    background-color: #2768d1 !important;
}

/* Ultra-wide screens */
@media (min-width: 1700px) {
    .hero-grid {
        width: min(1480px, calc(100% - 80px)) !important;
        grid-template-columns:
            minmax(0, 800px)
            390px !important;
    }

    .hero-copy h1,
    .hero h1 {
        font-size: 92px !important;
    }
}

/* Medium screens */
@media (max-width: 1100px) {
    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .hero-panel-card {
        justify-self: start !important;
        max-width: 480px !important;
    }

    .market-grid {
        grid-template-columns:
            repeat(2, minmax(240px, 1fr)) !important;
    }

    .market-how {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
    }

    .market-arrow {
        display: none !important;
    }
}

/* Tablets */
@media (max-width: 820px) {
    .container,
    .site-header .container,
    .header-inner,
    .hero-grid,
    .section > .container,
    .dashboard-page > .container,
    .shop-page > .container {
        width: min(100%, calc(100% - 30px)) !important;
    }

    .hero {
        padding: 50px 0 44px !important;
    }

    .hero-copy h1,
    .hero h1 {
        font-size: clamp(44px, 11vw, 68px) !important;
        line-height: 1 !important;
    }

    .market-hero {
        grid-template-columns: 1fr !important;
    }

    .market-wallet-card {
        justify-self: start !important;
        max-width: 100% !important;
    }

    .market-how {
        grid-template-columns: 1fr !important;
    }
}

/* Phones */
@media (max-width: 600px) {
    .container,
    .site-header .container,
    .header-inner,
    .hero-grid,
    .section > .container,
    .dashboard-page > .container,
    .shop-page > .container {
        width: min(100%, calc(100% - 22px)) !important;
    }

    .hero-copy h1,
    .hero h1 {
        font-size: 42px !important;
    }

    .hero-actions .btn {
        width: 100% !important;
    }

    .hero-badges {
        gap: 7px !important;
    }

    .market-grid {
        grid-template-columns: 1fr !important;
    }

    .market-controls {
        align-items: flex-start !important;
    }

    .market-tabs {
        width: 100% !important;
    }
}

/* PROJECT AZEROTH LAYOUT FIX END */

/* PROJECT AZEROTH XP AND HERO FIX START */

/*
 * Keep the homepage title and Realm Status visually closer.
 */
.hero-grid {
    width: min(1180px, calc(100% - 48px)) !important;
    grid-template-columns: minmax(0, 720px) 360px !important;
    justify-content: center !important;
    gap: 34px !important;
}

.hero-copy {
    max-width: 720px !important;
}

.hero-copy h1,
.hero h1 {
    max-width: 700px !important;
    font-size: clamp(54px, 5vw, 84px) !important;
}

.hero-panel-card {
    width: 360px !important;
    max-width: 360px !important;
    justify-self: start !important;
}

/*
 * Premium XP package layout.
 */
.market-category[data-category="xp"] .market-grid {
    display: block !important;
    max-width: 820px !important;
}

.market-card.is-premium-xp {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    min-height: 330px !important;
    overflow: hidden !important;
}

.market-card.is-premium-xp .market-card-art {
    min-height: 330px !important;
    height: 100% !important;
    align-items: flex-end !important;
    padding: 24px !important;

    background:
        radial-gradient(
            circle at 50% 38%,
            rgba(255, 212, 111, 0.28),
            transparent 35%
        ),
        radial-gradient(
            circle at 20% 15%,
            rgba(72, 155, 255, 0.30),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #17365d 0%,
            #0e223c 42%,
            #081422 100%
        ) !important;
}

.market-card.is-premium-xp .market-card-art::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;

    background:
        repeating-linear-gradient(
            135deg,
            transparent 0,
            transparent 28px,
            rgba(255,255,255,0.025) 29px,
            rgba(255,255,255,0.025) 30px
        ) !important;

    opacity: 1 !important;
}

.market-card.is-premium-xp .market-card-art::after {
    background:
        linear-gradient(
            180deg,
            rgba(4, 12, 24, 0.04),
            rgba(4, 12, 24, 0.28) 55%,
            rgba(4, 12, 24, 0.86)
        ) !important;
}

.premium-xp-visual {
    position: absolute !important;
    z-index: 2 !important;
    inset: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    padding-bottom: 20px !important;
}

.premium-xp-visual strong {
    display: block !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 82px !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;

    color: #ffd478 !important;

    text-shadow:
        0 4px 22px rgba(0,0,0,0.48),
        0 0 30px rgba(255, 193, 73, 0.22) !important;
}

.premium-xp-visual span {
    display: block !important;
    margin-top: 12px !important;

    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: 0.10em !important;

    color: #ffffff !important;
}

.market-card.is-premium-xp .market-card-art > span {
    position: relative !important;
    z-index: 3 !important;

    padding: 7px 11px !important;
    border-radius: 999px !important;

    background: rgba(4, 12, 24, 0.68) !important;
    border: 1px solid rgba(255, 212, 120, 0.24) !important;

    color: #ffe0a2 !important;
}

.market-card.is-premium-xp .market-card-body {
    height: auto !important;
    min-height: 330px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    padding: 30px !important;
}

.market-card.is-premium-xp .market-card-top {
    align-items: center !important;
}

.market-card.is-premium-xp .market-card-top h3 {
    max-width: 360px !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 30px !important;
    line-height: 1.12 !important;

    color: #ffffff !important;
}

.market-card.is-premium-xp .market-price {
    font-size: 30px !important;
}

.market-card.is-premium-xp .market-card-body > p {
    min-height: 0 !important;
    max-width: 520px !important;

    margin: 20px 0 !important;

    font-size: 16px !important;
    line-height: 1.75 !important;
}

.market-card.is-premium-xp .market-requirements {
    margin-bottom: 20px !important;
}

.market-card.is-premium-xp .requirement-account {
    color: #ffe5ab !important;
    border-color: rgba(255, 210, 111, 0.26) !important;
    background: rgba(255, 210, 111, 0.10) !important;
}

.market-card.is-premium-xp .requirement-xp {
    color: #dcecff !important;
    border-color: rgba(121, 184, 255, 0.24) !important;
    background: rgba(121, 184, 255, 0.10) !important;
}

.market-card.is-premium-xp .market-purchase-form {
    width: 100% !important;
    max-width: 360px !important;
}

.market-card.is-premium-xp .market-btn {
    min-height: 52px !important;
    font-size: 16px !important;
}

/* Tablet */
@media (max-width: 1100px) {
    .hero-grid {
        width: min(960px, calc(100% - 40px)) !important;
        grid-template-columns: minmax(0, 600px) 330px !important;
        gap: 28px !important;
    }

    .hero-panel-card {
        width: 330px !important;
        max-width: 330px !important;
    }
}

/* Mobile */
@media (max-width: 850px) {
    .hero-grid {
        grid-template-columns: 1fr !important;
    }

    .hero-panel-card {
        width: 100% !important;
        max-width: 430px !important;
    }

    .market-card.is-premium-xp {
        grid-template-columns: 1fr !important;
    }

    .market-card.is-premium-xp .market-card-art {
        min-height: 230px !important;
    }

    .market-card.is-premium-xp .market-card-body {
        min-height: auto !important;
        padding: 24px !important;
    }
}

/* PROJECT AZEROTH XP AND HERO FIX END */

/* PROJECT AZEROTH SMART BOTS CSS START */

.smart-bots-section {
    padding-top: 34px;
    padding-bottom: 72px;
}

.smart-bots-clean-shell {
    padding: 42px;
    border: 1px solid rgba(121, 184, 255, 0.14);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(121, 184, 255, 0.10), transparent 28%),
        radial-gradient(circle at bottom left, rgba(240, 197, 111, 0.06), transparent 22%),
        linear-gradient(145deg, rgba(11, 27, 46, 0.98), rgba(7, 18, 31, 0.98));
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.smart-bots-clean-header {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 34px;
}

.smart-bots-clean-heading h2 {
    margin: 10px 0 0;
    max-width: 620px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #f4f7fc;
}

.smart-bots-clean-text {
    padding-top: 10px;
}

.smart-bots-clean-text p {
    margin: 0 0 18px;
    color: #a8bbd7;
    font-size: 18px;
    line-height: 1.8;
}

.smart-bots-clean-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 8px;
}

.smart-bots-clean-card {
    display: flex;
    flex-direction: column;
    min-height: 290px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(121, 184, 255, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.smart-bots-clean-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    border: 1px solid rgba(121, 184, 255, 0.14);
    background: rgba(121, 184, 255, 0.08);
    font-size: 24px;
}

.smart-bots-clean-label {
    display: block;
    margin-bottom: 8px;
    color: #79b8ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.smart-bots-clean-card h3 {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.12;
    color: #f5f7fb;
}

.smart-bots-clean-card p {
    margin: 0;
    color: #9bb0cb;
    line-height: 1.8;
    font-size: 16px;
}

.smart-bots-testing-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-top: auto;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(240, 197, 111, 0.20);
    background: rgba(240, 197, 111, 0.08);
    color: #ffd983;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.smart-bots-clean-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid rgba(240, 197, 111, 0.10);
    background:
        linear-gradient(90deg, rgba(240, 197, 111, 0.06), rgba(121, 184, 255, 0.04));
}

.smart-bots-clean-footer-copy span {
    display: block;
    margin-bottom: 6px;
    color: #7fbaff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.smart-bots-clean-footer-copy strong {
    color: #f5e7c4;
    font-size: 20px;
    line-height: 1.35;
}

@media (max-width: 1280px) {
    .smart-bots-clean-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .smart-bots-clean-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .smart-bots-clean-shell {
        padding: 28px;
    }
}

@media (max-width: 760px) {
    .smart-bots-clean-grid {
        grid-template-columns: 1fr;
    }

    .smart-bots-clean-card {
        min-height: auto;
    }

    .smart-bots-clean-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .smart-bots-clean-footer .btn {
        width: 100%;
    }
}

/* PROJECT AZEROTH SMART BOTS CSS END */

/* PROJECT AZEROTH SMART BOT CARD BACKGROUNDS START */

.smart-bots-clean-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #0b1a2c !important;
}

.smart-bots-clean-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background-image: var(--smart-bot-card-image);
    background-size: cover;
    background-position: center;

    opacity: 0.46;
    transform: scale(1.02);

    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}

.smart-bots-clean-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            180deg,
            rgba(5, 13, 24, 0.28) 0%,
            rgba(5, 13, 24, 0.72) 52%,
            rgba(5, 13, 24, 0.96) 100%
        ),
        linear-gradient(
            90deg,
            rgba(5, 13, 24, 0.68) 0%,
            rgba(5, 13, 24, 0.12) 100%
        );
}

.smart-bots-clean-card:hover::before {
    transform: scale(1.07);
    opacity: 0.58;
}

.smart-bots-clean-card:nth-child(1) {
    --smart-bot-card-image:
        url("/public_assets/images/smartbots/leveling-questing.webp");
}

.smart-bots-clean-card:nth-child(2) {
    --smart-bot-card-image:
        url("/public_assets/images/smartbots/auction-house.webp");
}

.smart-bots-clean-card:nth-child(3) {
    --smart-bot-card-image:
        url("/public_assets/images/smartbots/dungeons.webp");
}

.smart-bots-clean-card:nth-child(4) {
    --smart-bot-card-image:
        url("/public_assets/images/smartbots/raids.webp");
}

.smart-bots-clean-card:nth-child(5) {
    --smart-bot-card-image:
        url("/public_assets/images/smartbots/battlegrounds-arenas.webp");
}

.smart-bots-clean-card .smart-bots-clean-icon,
.smart-bots-clean-card .smart-bots-clean-label,
.smart-bots-clean-card h3,
.smart-bots-clean-card p,
.smart-bots-clean-card .smart-bots-testing-badge {
    position: relative;
    z-index: 1;
}

.smart-bots-clean-card .smart-bots-clean-icon {
    background: rgba(7, 17, 30, 0.72);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
}

.smart-bots-clean-card h3 {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.78);
}

.smart-bots-clean-card p {
    color: #d1deef;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

/* PROJECT AZEROTH SMART BOT CARD BACKGROUNDS END */

/* PROJECT AZEROTH REALM STATUS FIX START */

.realm-status-text {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-left: 4px;

    font-weight: 900;
}

.realm-status-text::before {
    content: "";

    width: 9px;
    height: 9px;

    display: inline-block;

    border-radius: 999px;

    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

.realm-status-text.is-online {
    color: #55dc7a;
}

.realm-status-text.is-offline {
    color: #ff6268;
}

.stat-row.stat-row-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stat-row.stat-row-compact .mini-card {
    min-width: 0;
}

@media (max-width: 520px) {
    .stat-row.stat-row-compact {
        grid-template-columns: 1fr !important;
    }
}

/* PROJECT AZEROTH REALM STATUS FIX END */

/* PROJECT AZEROTH HERO PREMIUM START */

/* Glavni hero */
.hero,
.hero-section,
.home-hero,
.hero-home,
.hero-banner {
    padding: 42px 0 46px !important;
}

.hero .container,
.hero-section .container,
.home-hero .container,
.hero-home .container,
.hero-banner .container {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

/* Notranji premium panel */
.hero-grid,
.hero-layout,
.hero-shell,
.hero-inner,
.hero-content-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 38px !important;
    align-items: center !important;

    padding: clamp(30px, 4vw, 52px) !important;
    border: 1px solid rgba(126, 174, 220, 0.14) !important;
    border-radius: 28px !important;

    background:
        linear-gradient(
            125deg,
            rgba(5, 17, 30, 0.97),
            rgba(7, 22, 37, 0.91)
        ) !important;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

/* Levi del */
.hero-copy,
.hero-left,
.hero-main,
.hero-text {
    width: 100% !important;
    max-width: 720px !important;
}

.hero-copy h1,
.hero-left h1,
.hero-main h1,
.hero-text h1 {
    max-width: 10.5ch !important;
    margin: 12px 0 28px !important;

    font-size: clamp(54px, 5.4vw, 88px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.045em !important;
}

.hero-copy .eyebrow,
.hero-left .eyebrow,
.hero-main .eyebrow,
.hero-text .eyebrow {
    letter-spacing: 0.16em !important;
}

.hero-copy p,
.hero-left p,
.hero-main p,
.hero-text p {
    max-width: 680px !important;
}

/* Podnaslov in checklist */
.hero-feature-copy,
.hero-description,
.hero-benefits {
    max-width: 680px !important;
}

.hero-feature-copy ul,
.hero-benefits ul {
    display: grid !important;
    gap: 10px !important;
    margin-block: 18px 0 !important;
}

/* Gumbi */
.hero-actions,
.hero-cta,
.hero-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 26px !important;
}

.hero-actions .btn,
.hero-cta .btn,
.hero-buttons .btn {
    min-height: 48px !important;
    padding-inline: 20px !important;
    border-radius: 11px !important;
}

/* Spodnje značke */
.hero-pills,
.hero-badges,
.hero-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    margin-top: 22px !important;
}

.hero-pills > *,
.hero-badges > *,
.hero-tags > * {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 7px 13px !important;
    border-radius: 999px !important;
}

/* Desni del */
.hero-side,
.hero-right,
.hero-aside {
    width: 100% !important;
    max-width: 340px !important;
    justify-self: end !important;
    align-self: center !important;
}

/* Informacijska kartica */
.realm-status-card,
.hero-status-card,
.status-card,
.hero-side-card {
    width: 100% !important;
    max-width: 340px !important;
    min-height: 0 !important;
    height: auto !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 18px !important;

    padding: 22px !important;
    border: 1px solid rgba(226, 178, 78, 0.38) !important;
    border-radius: 21px !important;

    background:
        linear-gradient(
            145deg,
            rgba(8, 25, 41, 0.98),
            rgba(4, 16, 28, 0.96)
        ) !important;

    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

/* Statistični kartici */
.realm-status-grid,
.status-grid,
.realm-status-card .stats-grid,
.hero-status-card .stats-grid,
.status-card .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.realm-status-card .stat-item,
.hero-status-card .stat-item,
.status-card .stat-item,
.realm-status-card .status-box,
.hero-status-card .status-box,
.status-card .status-box,
.stat-box {
    min-width: 0 !important;
    min-height: 92px !important;
    padding: 15px 14px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;

    border: 1px solid rgba(105, 165, 220, 0.18) !important;
    border-radius: 15px !important;
    background: rgba(10, 30, 49, 0.72) !important;
}

.realm-status-card .stat-item span,
.hero-status-card .stat-item span,
.status-card .stat-item span,
.stat-box span {
    font-size: 12px !important;
    line-height: 1.25 !important;
    color: #8fc4ff !important;
}

.realm-status-card .stat-item strong,
.hero-status-card .stat-item strong,
.status-card .stat-item strong,
.stat-box strong {
    font-size: 23px !important;
    line-height: 1.1 !important;
}

/* Skrije morebitne prazne elemente */
.realm-status-card .stat-item:empty,
.hero-status-card .stat-item:empty,
.status-card .stat-item:empty,
.realm-status-card .status-box:empty,
.hero-status-card .status-box:empty,
.status-card .status-box:empty {
    display: none !important;
}

/* Realmlist */
.realm-status-card .realmlist,
.hero-status-card .realmlist,
.status-card .realmlist,
.realm-status-card .status-footer,
.hero-status-card .status-footer,
.status-card .status-footer {
    width: 100% !important;
    margin-top: 2px !important;
    padding-top: 17px !important;
    border-top: 1px solid rgba(126, 174, 220, 0.14) !important;
}

.realm-status-card code,
.hero-status-card code,
.status-card code {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;

    margin-top: 8px !important;
    padding: 11px 12px !important;

    border: 1px solid rgba(226, 178, 78, 0.15) !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.28) !important;

    font-size: 13px !important;
    white-space: nowrap !important;
}

/* Tablica */
@media (max-width: 1050px) {
    .hero-grid,
    .hero-layout,
    .hero-shell,
    .hero-inner,
    .hero-content-wrap {
        grid-template-columns: minmax(0, 1fr) 310px !important;
        gap: 26px !important;
        padding: 34px !important;
    }

    .hero-copy h1,
    .hero-left h1,
    .hero-main h1,
    .hero-text h1 {
        font-size: clamp(50px, 7vw, 72px) !important;
    }

    .hero-side,
    .hero-right,
    .hero-aside {
        max-width: 310px !important;
    }
}

/* Telefon */
@media (max-width: 820px) {
    .hero,
    .hero-section,
    .home-hero,
    .hero-home,
    .hero-banner {
        padding: 22px 0 30px !important;
    }

    .hero .container,
    .hero-section .container,
    .home-hero .container,
    .hero-home .container,
    .hero-banner .container {
        width: min(100% - 24px, 680px) !important;
    }

    .hero-grid,
    .hero-layout,
    .hero-shell,
    .hero-inner,
    .hero-content-wrap {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 27px 22px !important;
        border-radius: 22px !important;
    }

    .hero-copy h1,
    .hero-left h1,
    .hero-main h1,
    .hero-text h1 {
        max-width: 100% !important;
        font-size: clamp(44px, 13vw, 65px) !important;
        line-height: 0.97 !important;
    }

    .hero-side,
    .hero-right,
    .hero-aside,
    .realm-status-card,
    .hero-status-card,
    .status-card,
    .hero-side-card {
        max-width: 100% !important;
        justify-self: stretch !important;
    }
}

@media (max-width: 520px) {
    .hero-actions,
    .hero-cta,
    .hero-buttons {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .hero-actions .btn,
    .hero-cta .btn,
    .hero-buttons .btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .realm-status-grid,
    .status-grid,
    .realm-status-card .stats-grid,
    .hero-status-card .stats-grid,
    .status-card .stats-grid {
        grid-template-columns: 1fr !important;
    }
}

/* PROJECT AZEROTH HERO PREMIUM END */

/* PROJECT AZEROTH HERO GLASS START */

/* Glavni hero panel naj bo bolj prosojen */
.hero-grid,
.hero-layout,
.hero-shell,
.hero-inner,
.hero-content-wrap {
    position: relative !important;
    overflow: hidden !important;

    background:
        linear-gradient(
            135deg,
            rgba(4, 16, 29, 0.64) 0%,
            rgba(5, 19, 34, 0.56) 45%,
            rgba(7, 24, 40, 0.48) 100%
        ) !important;

    border: 1px solid rgba(126, 174, 220, 0.14) !important;
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;

    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

/* Dodaten nežen preliv čez hero, da slika lepo proseva */
.hero-grid::before,
.hero-layout::before,
.hero-shell::before,
.hero-inner::before,
.hero-content-wrap::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;

    background:
        radial-gradient(
            circle at 78% 32%,
            rgba(255, 196, 92, 0.08) 0%,
            rgba(255, 196, 92, 0.03) 18%,
            transparent 42%
        ),
        linear-gradient(
            90deg,
            rgba(5, 16, 28, 0.34) 0%,
            rgba(7, 20, 35, 0.16) 42%,
            rgba(7, 21, 36, 0.06) 70%,
            rgba(7, 21, 36, 0.12) 100%
        ) !important;
}

/* Vsebina naj ostane nad overlayem */
.hero-copy,
.hero-left,
.hero-main,
.hero-text,
.hero-side,
.hero-right,
.hero-aside,
.realm-status-card,
.hero-status-card,
.status-card,
.hero-side-card {
    position: relative !important;
    z-index: 1 !important;
}

/* Desna kartica naj bo malo bolj steklena, a še vedno berljiva */
.realm-status-card,
.hero-status-card,
.status-card,
.hero-side-card {
    background:
        linear-gradient(
            160deg,
            rgba(6, 22, 38, 0.70),
            rgba(4, 15, 28, 0.58)
        ) !important;

    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;

    border: 1px solid rgba(226, 178, 78, 0.28) !important;
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.035) !important;
}

/* Male stat kartice */
.realm-status-card .stat-item,
.hero-status-card .stat-item,
.status-card .stat-item,
.realm-status-card .status-box,
.hero-status-card .status-box,
.status-card .status-box,
.stat-box {
    background: rgba(9, 29, 48, 0.55) !important;
    border: 1px solid rgba(105, 165, 220, 0.18) !important;
}

/* Realmlist spodaj */
.realm-status-card code,
.hero-status-card code,
.status-card code {
    background: rgba(0, 0, 0, 0.24) !important;
    border: 1px solid rgba(226, 178, 78, 0.12) !important;
}

/* Malo bolj mehka ločnica v levem delu */
.hero-copy hr,
.hero-left hr,
.hero-main hr,
.hero-text hr {
    opacity: 0.45 !important;
}

/* Na telefonu naj ostane lepo berljivo */
@media (max-width: 820px) {
    .hero-grid,
    .hero-layout,
    .hero-shell,
    .hero-inner,
    .hero-content-wrap {
        background:
            linear-gradient(
                135deg,
                rgba(4, 16, 29, 0.76) 0%,
                rgba(5, 19, 34, 0.69) 45%,
                rgba(7, 24, 40, 0.62) 100%
            ) !important;
    }

    .realm-status-card,
    .hero-status-card,
    .status-card,
    .hero-side-card {
        background:
            linear-gradient(
                160deg,
                rgba(6, 22, 38, 0.82),
                rgba(4, 15, 28, 0.72)
            ) !important;
    }
}

/* PROJECT AZEROTH HERO GLASS END */

/* PROJECT AZEROTH ACCOUNT UNLOCKS START */

.account-unlocks {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(139, 184, 225, 0.17);
}

.account-unlocks-title {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 11px;

    color: #f4c762;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.account-unlocks-title::before {
    content: "✦";

    color: #ffd36d;
    font-size: 12px;
    line-height: 1;
}

.account-unlock-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.account-unlock {
    position: relative;

    min-height: 42px;
    padding: 9px 10px 9px 28px;

    display: flex;
    align-items: center;

    border: 1px solid rgba(111, 169, 220, 0.18);
    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            rgba(15, 42, 66, 0.72),
            rgba(8, 27, 46, 0.58)
        );

    color: #dbeaff;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.3;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.account-unlock::before {
    content: "✓";

    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

    color: #ffd166;
    font-size: 12px;
    font-weight: 900;
}

.account-unlock-note {
    margin: 9px 2px 0;

    color: rgba(190, 211, 232, 0.72);
    font-size: 10.5px;
    line-height: 1.45;
}

/* Slight hover polish */
.expansion-card .account-unlock,
.expansion-path-card .account-unlock {
    transition:
        border-color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.expansion-card:hover .account-unlock,
.expansion-path-card:hover .account-unlock {
    border-color: rgba(228, 184, 87, 0.24);
}

.account-unlock:hover {
    transform: translateY(-1px);
    background:
        linear-gradient(
            135deg,
            rgba(18, 49, 77, 0.82),
            rgba(10, 32, 53, 0.70)
        );
}

@media (max-width: 1050px) {
    .account-unlock-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .account-unlock-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .account-unlock-grid {
        grid-template-columns: 1fr;
    }
}

/* PROJECT AZEROTH ACCOUNT UNLOCKS END */

/* PROJECT AZEROTH COMPACT REALM CARD START */

.hero-side,
.hero-right,
.hero-aside {
    align-self: center !important;
}

/* Kompaktna desna kartica */
.realm-status-card,
.hero-status-card,
.status-card,
.hero-side-card {
    width: 100% !important;
    max-width: 340px !important;

    min-height: 0 !important;
    height: auto !important;

    padding: 21px !important;
    gap: 14px !important;

    justify-content: flex-start !important;

    border-radius: 20px !important;

    background:
        linear-gradient(
            145deg,
            rgba(7, 25, 42, 0.82),
            rgba(3, 14, 26, 0.74)
        ) !important;

    backdrop-filter: blur(9px) !important;
    -webkit-backdrop-filter: blur(9px) !important;
}

/* Naslov kartice */
.realm-status-card::before,
.hero-status-card::before,
.status-card::before,
.hero-side-card::before {
    content: "Realm Information";

    display: block;
    margin-bottom: 2px;
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(126, 174, 220, 0.15);

    color: #f2c866;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Statistični kartici */
.realm-status-grid,
.status-grid,
.realm-status-card .stats-grid,
.hero-status-card .stats-grid,
.status-card .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.realm-status-card .stat-item,
.hero-status-card .stat-item,
.status-card .stat-item,
.realm-status-card .status-box,
.hero-status-card .status-box,
.status-card .status-box,
.stat-box {
    min-height: 82px !important;
    padding: 13px !important;

    justify-content: center !important;

    border-radius: 13px !important;

    background:
        linear-gradient(
            145deg,
            rgba(13, 42, 67, 0.62),
            rgba(7, 27, 46, 0.48)
        ) !important;
}

.realm-status-card .stat-item span,
.hero-status-card .stat-item span,
.status-card .stat-item span,
.stat-box span {
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
}

.realm-status-card .stat-item strong,
.hero-status-card .stat-item strong,
.status-card .stat-item strong,
.stat-box strong {
    font-size: 21px !important;
}

/* Realmlist neposredno pod statistiko */
.realm-status-card .realmlist,
.hero-status-card .realmlist,
.status-card .realmlist,
.realm-status-card .status-footer,
.hero-status-card .status-footer,
.status-card .status-footer {
    margin-top: 0 !important;
    padding-top: 14px !important;

    border-top: 1px solid rgba(126, 174, 220, 0.15) !important;
}

.realm-status-card .realmlist::before,
.hero-status-card .realmlist::before,
.status-card .realmlist::before {
    content: "Connection address";

    display: block;
    margin-bottom: 7px;

    color: #83bdf2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.realm-status-card code,
.hero-status-card code,
.status-card code {
    width: 100% !important;
    padding: 10px 11px !important;

    border-radius: 9px !important;

    color: #f4ca67 !important;
    background: rgba(0, 0, 0, 0.28) !important;

    font-size: 12px !important;
    text-align: center !important;
}

/* Odstrani nepotreben prazen prostor */
.realm-status-card > :empty,
.hero-status-card > :empty,
.status-card > :empty,
.hero-side-card > :empty {
    display: none !important;
}

@media (max-width: 820px) {
    .realm-status-card,
    .hero-status-card,
    .status-card,
    .hero-side-card {
        max-width: 100% !important;
    }
}

@media (max-width: 430px) {
    .realm-status-grid,
    .status-grid,
    .realm-status-card .stats-grid,
    .hero-status-card .stats-grid,
    .status-card .stats-grid {
        grid-template-columns: 1fr !important;
    }
}

/* PROJECT AZEROTH COMPACT REALM CARD END */

/* PROJECT AZEROTH HERO FACTION FILL START */

.pa-hero-faction-wrap {
    margin: 18px 0 18px 0;
    padding-top: 16px;
    border-top: 1px solid rgba(110, 160, 210, 0.14);
}

.pa-hero-faction-heading {
    margin-bottom: 12px;
    color: #8cbaf0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pa-hero-faction-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pa-hero-faction-card {
    padding: 14px 14px 13px;
    border-radius: 14px;
    border: 1px solid rgba(110, 160, 210, 0.16);
    background: linear-gradient(
        145deg,
        rgba(10, 29, 47, 0.74),
        rgba(6, 21, 37, 0.58)
    );
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.pa-hero-faction-card span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.pa-hero-faction-card strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 800;
}

.pa-hero-faction-card em {
    display: block;
    font-style: normal;
    font-size: 12px;
    opacity: 0.9;
}

.pa-hero-faction-alliance {
    border-color: rgba(92, 150, 255, 0.28);
    background: linear-gradient(
        145deg,
        rgba(18, 54, 112, 0.42),
        rgba(8, 26, 58, 0.48)
    );
}

.pa-hero-faction-alliance span,
.pa-hero-faction-alliance strong {
    color: #6fb0ff;
}

.pa-hero-faction-alliance em {
    color: #cfe3ff;
}

.pa-hero-faction-horde {
    border-color: rgba(255, 90, 90, 0.28);
    background: linear-gradient(
        145deg,
        rgba(98, 18, 22, 0.42),
        rgba(52, 10, 14, 0.48)
    );
}

.pa-hero-faction-horde span,
.pa-hero-faction-horde strong {
    color: #ff7777;
}

.pa-hero-faction-horde em {
    color: #ffd2d2;
}

@media (max-width: 760px) {
    .pa-hero-faction-grid {
        grid-template-columns: 1fr;
    }
}

/* PROJECT AZEROTH HERO FACTION FILL END */
