﻿:root {
  --bg: #071017;
  --bg-alt: #0c1822;
  --surface: rgba(11, 21, 31, 0.82);
  --surface-strong: #101c28;
  --border: rgba(209, 177, 122, 0.18);
  --border-strong: rgba(209, 177, 122, 0.38);
  --text: #f5f2ea;
  --muted: #b8b7b0;
  --accent: #d1b17a;
  --accent-strong: #f0cf8e;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: min(1200px, calc(100% - 2rem));
  --elite-gold: #d4af37;
  --elite-gold-soft: rgba(212, 175, 55, 0.14);
  --elite-gold-border: rgba(212, 175, 55, 0.28);
  --elite-green: #1fb24a;
  --elite-green-bright: #2aca58;
  --elite-green-soft: rgba(42, 202, 88, 0.14);
  --elite-panel: rgba(255, 255, 255, 0.015);
  --elite-panel-strong: rgba(255, 255, 255, 0.022);
  --elite-line: rgba(255, 255, 255, 0.06);
  --elite-text-soft: rgba(255, 255, 255, 0.72);
  --elite-text-muted: rgba(255, 255, 255, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(209, 177, 122, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(63, 103, 138, 0.28), transparent 32%),
    linear-gradient(180deg, #050b10 0%, #09131c 45%, #071017 100%);
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-shell {
  position: relative;
  overflow: visible;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  opacity: 0.28;
  z-index: -1;
}

.site-shell::before {
  top: 4rem;
  left: -6rem;
  background: rgba(209, 177, 122, 0.18);
}

.site-shell::after {
  right: -8rem;
  bottom: 5rem;
  background: rgba(68, 103, 140, 0.26);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(5, 11, 16, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid,
.cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.nav-wrap {
  display: flex;
  align-items: center;
  min-height: 86px;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(209, 177, 122, 0.25), rgba(209, 177, 122, 0.06));
  border: 1px solid var(--border-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-mark--logo {
  padding: 0;
  overflow: hidden;
}

.brand-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text strong {
  font-family: "Cinzel", serif;
  font-size: 1.05rem;
}

.brand-text small {
  display: block;
  color: var(--elite-gold);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin-top: 0.1rem;
  white-space: nowrap;
}

.site-nav a,
.hero-copy p,
.hero-points li,
.glass-card p,
.service-card p,
.page-hero p,
.faq-item p,
.contact-list p {
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.38rem;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 0.35rem 0 0.65rem;
  overflow: visible;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
  min-width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex: 0 0 auto;
}

.admin-nav-tools {
  gap: 0.7rem;
}

.admin-mode-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: var(--elite-gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-tool-slot {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.checkout-section .contact-grid,
.account-section .contact-grid {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  justify-content: center;
}

.checkout-single-wrap {
  width: min(760px, calc(100% - 2rem));
  max-width: 760px;
  margin: 0 auto;
}

.checkout-section .container,
.account-section .container {
  width: min(1200px, calc(100% - 2rem));
  max-width: 1200px;
  margin: 0 auto;
}

.checkout-single-card {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 38px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.checkout-single-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.checkout-single-header h2 {
  margin: 0.35rem 0 0.45rem;
  font-size: clamp(2rem, 4vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.checkout-single-subtitle {
  max-width: 52ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.checkout-notice {
  margin: 0 0 1.35rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(212, 175, 55, 0.06);
  color: #f1e2b3;
  font-size: 0.9rem;
  line-height: 1.7;
}

.checkout-account-confirmation {
  margin: 0 0 1.35rem;
  text-align: center;
}

.checkout-account-confirmation--single {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
}

.checkout-account-confirmation p {
  margin: 0.65rem 0 0;
  font-size: 0.84rem;
  color: var(--muted);
}

.checkout-account-pill {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.checkout-account-pill strong {
  color: var(--text);
  font-size: 0.96rem;
}

.checkout-account-pill span {
  color: var(--muted);
  font-size: 0.82rem;
}

.checkout-payment-block {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-summary-panel,
.account-history-panel {
  position: sticky;
  top: 110px;
}

.checkout-single-body {
  display: grid;
  gap: 1rem;
}

.checkout-single-section {
  display: grid;
  gap: 0.8rem;
}

.checkout-section-title-row {
  text-align: center;
}

.checkout-summary-panel > .eyebrow,
.checkout-summary-panel > h2 {
  display: block;
  text-align: center;
}

.checkout-summary-lines,
.success-order-grid,
.account-history-list {
  display: grid;
  gap: 0.9rem;
}

.checkout-summary-lines--single {
  gap: 0.8rem;
}

.checkout-cart-item {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.checkout-cart-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-cart-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.checkout-cart-meta,
.checkout-cart-extras {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.checkout-cart-price {
  color: var(--elite-gold);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-cart-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
}

.checkout-cart-price-label {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-cart-extras-list {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
}

.checkout-cart-selections-list {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.28rem;
}

.checkout-cart-selection-item {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.81rem;
  line-height: 1.45;
}

.checkout-cart-extra-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.checkout-cart-extra-remove {
  border: 0;
  background: transparent;
  color: #ff9c9c;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.order-detail-block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.order-detail-title {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-detail-list {
  display: grid;
  gap: 0.7rem;
}

.order-detail-item {
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.order-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.order-detail-head strong,
.order-detail-head span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.order-detail-head span {
  color: var(--elite-gold);
  white-space: nowrap;
}

.order-detail-summary {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.55;
}

.order-detail-summary.is-muted {
  color: var(--muted);
}

.order-detail-extras {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.32rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  line-height: 1.5;
}

.order-detail-selections {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.28rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  line-height: 1.45;
}

.order-detail-empty {
  color: var(--muted);
  font-size: 0.82rem;
}

.checkout-cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.checkout-cart-method {
  min-width: 170px;
  min-height: 42px;
  padding: 0.7rem 0.9rem;
  color: var(--text);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color-scheme: dark;
}

.checkout-cart-method option {
  background: #16191d;
  color: #f5f2ea;
}

.checkout-cart-remove {
  border: 0;
  background: transparent;
  color: #ff8080;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.checkout-empty-state {
  padding: 1.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  text-align: center;
}

.checkout-empty-state p {
  margin: 0 0 0.9rem;
  color: var(--muted);
}

.checkout-total-box {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-total-box span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-total-box strong {
  color: var(--elite-gold);
  font-size: 1.6rem;
  font-weight: 800;
}

.checkout-total-box--single {
  margin-top: 0.1rem;
  padding-top: 1rem;
}

.checkout-total-box--single strong {
  color: #ffd700;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.checkout-summary-card .payment-strip,
.leveling-summary-card .payment-strip {
  margin-top: 0.7rem;
  margin-bottom: 0;
  gap: 0.45rem;
}

.checkout-summary-card .payment-chip,
.leveling-summary-card .payment-chip {
  min-height: 28px;
  padding: 0.28rem 0.62rem;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
}

.checkout-summary-card .payment-lock,
.leveling-summary-card .payment-lock {
  width: 15px;
  height: 15px;
}

.checkout-summary-card .payment-lock svg,
.leveling-summary-card .payment-lock svg {
  width: 12px;
  height: 12px;
}

.checkout-promo-box {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-promo-box--single {
  margin-top: 0;
}

.checkout-promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.checkout-promo-input {
  min-height: 50px;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.checkout-promo-input:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.checkout-promo-input.is-applied {
  border-color: rgba(42, 202, 88, 0.45);
  box-shadow: 0 0 0 3px rgba(42, 202, 88, 0.12);
}

.checkout-promo-apply {
  min-width: 116px;
  min-height: 50px;
  border-radius: 16px;
}

@media (max-width: 640px) {
  .checkout-cart-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-cart-method {
    width: 100%;
    min-width: 0;
  }

  .checkout-promo-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .checkout-promo-apply {
    width: 100%;
    min-width: 0;
  }

  .checkout-total-box,
  .checkout-total-box--single {
    align-items: flex-start;
    flex-direction: column;
  }
}

.checkout-promo-status {
  margin: 0;
  min-height: 1.3rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.checkout-submit-btn--single {
  width: 100%;
  min-height: 60px;
  background: linear-gradient(135deg, #2fb344, #28a745);
  border-color: rgba(63, 198, 92, 0.7);
  box-shadow: 0 14px 34px rgba(40, 167, 69, 0.24);
}

.checkout-security-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.15rem auto 0;
  color: #d6dbdf;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

.checkout-security-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(40, 167, 69, 0.14);
  border: 1px solid rgba(40, 167, 69, 0.35);
  color: #56d371;
}

.checkout-security-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.checkout-form-status--single {
  text-align: center;
  margin-top: 0.15rem;
}

.checkout-legal-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.5rem 0 0.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 215, 0, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  line-height: 1.6;
}

.checkout-legal-consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
  accent-color: var(--elite-gold);
  flex: 0 0 auto;
}

.checkout-legal-consent span {
  font-size: 0.95rem;
}

.checkout-legal-consent a {
  color: var(--elite-gold);
  font-weight: 700;
}

.checkout-payment-methods {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 215, 0, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.checkout-payment-methods__head {
  display: grid;
  gap: 0.28rem;
}

.checkout-payment-methods__head h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.checkout-payment-methods__head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.checkout-method-list {
  display: grid;
  gap: 0.9rem;
}

.checkout-method-card {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.95rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.checkout-method-card:hover {
  border-color: rgba(255, 215, 0, 0.22);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-1px);
}

.checkout-method-card.is-selected {
  border-color: rgba(255, 215, 0, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.checkout-method-card.is-disabled,
.checkout-method-card:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.checkout-method-card__radio {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  position: relative;
  flex: 0 0 auto;
}

.checkout-method-card.is-selected .checkout-method-card__radio {
  border-color: #8a58ff;
}

.checkout-method-card.is-selected .checkout-method-card__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7449ff, #a86cff);
}

.checkout-method-card__copy {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

.checkout-method-card__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.checkout-method-card__topline strong {
  font-size: 1rem;
  font-weight: 800;
}

.checkout-method-card__copy small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.checkout-method-card__logos {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-method-card__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f5f8;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-method-card.is-selected .checkout-method-card__pill {
  background: linear-gradient(135deg, #6c45ff, #a163ff);
}

.checkout-gateway-stack {
  display: grid;
  gap: 0.85rem;
}

.checkout-gateway-stack--premium {
  gap: 0.9rem;
}

.checkout-selected-method-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  line-height: 1.65;
  text-align: center;
}

.checkout-pix-btn {
  min-height: 58px;
  border-color: rgba(255, 215, 0, 0.18);
}

.checkout-gateway-note {
  margin: -0.1rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.checkout-payment-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.checkout-payment-chip-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.checkout-pix-panel {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.14);
}

.checkout-pix-head {
  display: grid;
  gap: 0.25rem;
  text-align: center;
}

.checkout-pix-head strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.checkout-pix-qr-wrap {
  display: flex;
  justify-content: center;
}

.checkout-pix-qr-wrap img {
  width: min(100%, 240px);
  height: auto;
  border-radius: 18px;
  background: #ffffff;
  padding: 10px;
}

.checkout-pix-code {
  min-height: 110px;
  resize: vertical;
  font-size: 0.88rem;
  line-height: 1.5;
}

.checkout-pix-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.checkout-pix-expiry {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.checkout-pix-modal[hidden] {
  display: none !important;
}

.checkout-pix-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.checkout-pix-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 12, 0.78);
  backdrop-filter: blur(8px);
}

.checkout-pix-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  max-height: min(92vh, 980px);
  overflow-y: auto;
  display: grid;
  gap: 1.15rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(23, 25, 29, 0.985), rgba(16, 18, 22, 0.985));
}

.checkout-pix-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
}

.checkout-pix-modal__close:hover {
  border-color: rgba(255, 215, 0, 0.36);
  color: var(--elite-gold);
}

.checkout-pix-head--modal {
  padding-right: 3.4rem;
}

.checkout-pix-modal__copy {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: left;
}

.checkout-pix-modal__merchant {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.12);
}

.checkout-pix-modal__merchant span {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-pix-modal__merchant strong {
  font-size: 0.98rem;
  text-align: right;
}

.checkout-pix-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.checkout-pix-modal__fields .field-group:first-child {
  grid-column: 1 / -1;
}

.checkout-pix-modal__fields input[readonly] {
  color: rgba(255, 255, 255, 0.72);
  cursor: default;
}

.checkout-pix-modal__ssl-note {
  margin: -0.1rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.7;
  text-align: center;
}

.checkout-pix-modal__actions {
  display: grid;
  gap: 0.75rem;
}

.checkout-form-status--modal {
  margin: 0;
  text-align: center;
}

.checkout-page-main {
  padding: 2rem 0 4rem;
}

.checkout-stage {
  padding: 1.2rem 0 3rem;
}

.checkout-stage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.85fr);
  gap: 1.35rem;
  align-items: start;
}

.checkout-board,
.checkout-sidebar-card {
  border-radius: 28px;
  border: 1px solid rgba(117, 102, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(92, 90, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(24, 25, 61, 0.97), rgba(10, 12, 30, 0.98));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.checkout-board {
  padding: 1.4rem;
}

.checkout-board__header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.checkout-board__header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.checkout-board__header p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.7;
}

.checkout-board__table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0 0.35rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-board__table-head span:last-child {
  text-align: right;
}

.checkout-summary-lines--board {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.checkout-cart-item--board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
  gap: 1rem;
  align-items: stretch;
  padding: 1rem 1rem 1rem 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.checkout-cart-service {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
}

.checkout-cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(68, 84, 209, 0.22), rgba(32, 32, 74, 0.25));
  overflow: hidden;
}

.checkout-cart-thumb img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.checkout-cart-content {
  min-width: 0;
  display: grid;
  gap: 0.75rem;
}

.checkout-cart-item--board .checkout-cart-title {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.checkout-cart-item--board .checkout-cart-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.65;
}

.checkout-cart-item--board .checkout-cart-selections-list,
.checkout-cart-item--board .checkout-cart-extras-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-cart-item--board .checkout-cart-selection-item span,
.checkout-cart-item--board .checkout-cart-extra-item span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.85rem;
  border-radius: 14px;
  background: rgba(104, 98, 255, 0.14);
  border: 1px solid rgba(126, 120, 255, 0.18);
  color: #dfe4ff;
  font-size: 0.88rem;
  font-weight: 700;
}

.checkout-cart-item--board .checkout-cart-extra-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.checkout-cart-item--board .checkout-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.checkout-cart-item--board .checkout-cart-method {
  min-width: 158px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-cart-item--board .checkout-cart-remove,
.checkout-cart-item--board .checkout-cart-extra-remove {
  min-height: 38px;
  padding: 0 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
}

.checkout-cart-item--board .checkout-cart-price-wrap {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.45rem;
  padding: 1.2rem 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(94, 81, 255, 0.2), rgba(53, 44, 163, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.checkout-cart-item--board .checkout-cart-price-label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-cart-item--board .checkout-cart-price {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.checkout-stage__side {
  position: sticky;
  top: 110px;
}

.checkout-sidebar-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
}

.checkout-sidebar-card h2 {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.checkout-sidebar-card__copy {
  margin: -0.35rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.7;
}

.checkout-promo-box--side {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.checkout-promo-row--stacked {
  grid-template-columns: 1fr;
}

.checkout-total-box--sidebar {
  align-items: flex-start;
  gap: 0.95rem;
  padding: 1.35rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(104, 75, 255, 0.96), rgba(91, 55, 230, 0.96));
  box-shadow: 0 18px 42px rgba(76, 46, 200, 0.28);
}

.checkout-total-box--sidebar > div {
  display: grid;
  gap: 0.35rem;
}

.checkout-total-box--sidebar span,
.checkout-total-box--sidebar small {
  color: rgba(255, 255, 255, 0.8);
}

.checkout-total-box--sidebar strong {
  font-size: clamp(2.35rem, 6vw, 3.8rem);
  line-height: 0.95;
  color: #fff;
}

.checkout-legal-consent--sidebar {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.checkout-open-modal-btn {
  min-height: 62px;
  font-size: 1.02rem;
  font-weight: 800;
  background: linear-gradient(135deg, #39d353, #27b543);
  border-color: rgba(77, 227, 107, 0.72);
  box-shadow: 0 16px 34px rgba(41, 181, 67, 0.24);
}

.checkout-sidebar-card__rewards {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-sidebar-card__rewards strong {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
}

.checkout-sidebar-card__rewards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}

.checkout-sidebar-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.checkout-sidebar-card__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.checkout-payment-modal__dialog {
  width: min(100%, 1180px);
  padding: 1.5rem;
  border-radius: 26px;
  border-color: rgba(127, 120, 255, 0.25);
  background:
    radial-gradient(circle at top left, rgba(108, 86, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(29, 31, 88, 0.98), rgba(20, 24, 66, 0.99));
}

.checkout-payment-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 3.2rem;
  margin-bottom: 1rem;
}

.checkout-payment-modal__header h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.checkout-payment-modal__amount {
  min-width: 170px;
  display: grid;
  gap: 0.35rem;
  justify-items: end;
  text-align: right;
}

.checkout-payment-modal__amount span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-payment-modal__amount strong {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.95;
  color: #fff;
}

.checkout-method-list--modal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.checkout-method-card--modal {
  min-height: 118px;
  align-items: flex-start;
  padding: 1rem 1rem 0.95rem;
}

.checkout-method-card--modal .checkout-method-card__copy {
  gap: 0.45rem;
}

.checkout-payment-pane-wrap {
  display: grid;
}

.checkout-payment-pane {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.checkout-payment-pane--cards {
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.7fr);
  align-items: stretch;
}

.checkout-payment-pane__visual {
  display: grid;
  gap: 1rem;
}

.checkout-card-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.checkout-card-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.95rem;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-card-brand--visa {
  color: #8bb0ff;
}

.checkout-card-brand--mastercard {
  color: #ffbe7a;
}

.checkout-card-brand--amex {
  color: #9ad1ff;
}

.checkout-card-preview {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  min-height: 220px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(16, 18, 52, 0.98), rgba(19, 23, 60, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.checkout-card-preview__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.checkout-card-preview__label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-card-preview__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(49, 194, 79, 0.18);
  border: 1px solid rgba(49, 194, 79, 0.28);
  color: #99f0ae;
  font-size: 0.76rem;
  font-weight: 800;
}

.checkout-card-preview strong {
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.checkout-card-preview p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.75;
}

.checkout-payment-pane__actions {
  display: grid;
  align-content: space-between;
  gap: 1rem;
}

.checkout-gateway-note--modal {
  text-align: left;
}

.checkout-pix-brand-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.checkout-pix-brand-tile {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.checkout-pix-brand-tile__eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-pix-brand-tile strong {
  font-size: 1.1rem;
  font-weight: 800;
}

.checkout-pix-brand-tile small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  line-height: 1.6;
}

.checkout-pix-brand-tile--pix {
  background: linear-gradient(180deg, rgba(27, 180, 133, 0.14), rgba(16, 60, 53, 0.18));
}

.checkout-pix-brand-tile--mp {
  background: linear-gradient(180deg, rgba(90, 143, 255, 0.14), rgba(23, 42, 84, 0.18));
}

/* Compact checkout review refinements */
.checkout-page-main {
  padding: 0.55rem 0 2.4rem;
}

.checkout-stage {
  padding: 0.3rem 0 1.6rem;
}

.checkout-stage__intro {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.9rem;
}

.checkout-stage__intro h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.checkout-stage__intro p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.6;
}

.checkout-stage__grid {
  gap: 1rem;
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, 0.82fr);
}

.checkout-board,
.checkout-sidebar-card {
  border-radius: 24px;
}

.checkout-board {
  padding: 1rem;
}

.checkout-sidebar-card {
  gap: 0.85rem;
  padding: 1rem;
}

.checkout-board__header {
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

.checkout-board__header h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.checkout-board__header p {
  font-size: 0.84rem;
  line-height: 1.55;
}

.checkout-board__table-head {
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.3fr) minmax(125px, 0.42fr);
  padding: 0 0.2rem 0.7rem;
  font-size: 0.74rem;
}

.checkout-summary-lines--board {
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.checkout-cart-item--board {
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.3fr) minmax(125px, 0.42fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 18px;
}

.checkout-cart-service {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.checkout-cart-thumb {
  min-height: 64px;
  border-radius: 16px;
}

.checkout-cart-thumb img {
  width: 44px;
  height: 44px;
}

.checkout-cart-service-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.checkout-cart-item--board .checkout-cart-title {
  font-size: 1.08rem;
  line-height: 1.1;
}

.checkout-cart-service-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkout-cart-content {
  min-width: 0;
  display: grid;
  gap: 0.55rem;
}

.checkout-cart-item--board .checkout-cart-meta {
  font-size: 0.83rem;
  line-height: 1.55;
}

.checkout-cart-item--board .checkout-cart-selections-list,
.checkout-cart-item--board .checkout-cart-extras-list {
  gap: 0.42rem;
}

.checkout-cart-item--board .checkout-cart-selection-item span,
.checkout-cart-item--board .checkout-cart-extra-item span {
  min-height: 30px;
  padding: 0 0.65rem;
  border-radius: 11px;
  font-size: 0.76rem;
}

.checkout-cart-item--board .checkout-cart-actions {
  gap: 0.45rem;
}

.checkout-cart-item--board .checkout-cart-method {
  min-width: 138px;
  min-height: 40px;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  font-size: 0.8rem;
}

.checkout-cart-item--board .checkout-cart-remove,
.checkout-cart-item--board .checkout-cart-extra-remove {
  min-height: 30px;
  padding: 0 0.7rem;
  border-radius: 11px;
  font-size: 0.74rem;
}

.checkout-cart-item--board .checkout-cart-price-wrap {
  gap: 0.28rem;
  padding: 0.9rem 0.75rem;
  border-radius: 18px;
}

.checkout-cart-item--board .checkout-cart-price-label {
  font-size: 0.68rem;
}

.checkout-cart-item--board .checkout-cart-price {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.checkout-sidebar-card h2 {
  font-size: 1.15rem;
}

.checkout-sidebar-card__copy {
  margin-top: -0.2rem;
  font-size: 0.83rem;
  line-height: 1.55;
}

.checkout-promo-box--side {
  gap: 0.55rem;
  padding: 0.8rem;
  border-radius: 18px;
}

.checkout-promo-apply {
  min-width: 100px;
  min-height: 44px;
}

.checkout-total-box--sidebar {
  gap: 0.65rem;
  padding: 1rem;
  border-radius: 20px;
}

.checkout-total-box--sidebar strong {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.checkout-legal-consent--sidebar {
  gap: 0.6rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
}

.checkout-legal-consent--sidebar span {
  font-size: 0.84rem;
  line-height: 1.55;
}

.checkout-open-modal-btn {
  min-height: 54px;
  font-size: 0.95rem;
}

.checkout-sidebar-card__rewards {
  gap: 0.2rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
}

.checkout-sidebar-card__rewards strong {
  font-size: 0.9rem;
}

.checkout-sidebar-card__rewards p {
  font-size: 0.8rem;
  line-height: 1.55;
}

.checkout-sidebar-card__chips {
  gap: 0.4rem;
}

.checkout-sidebar-card__chips span {
  min-height: 28px;
  padding: 0 0.62rem;
  font-size: 0.7rem;
}

.checkout-payment-modal__dialog {
  width: min(100%, 1100px);
  padding: 1.2rem;
}

.checkout-payment-modal__header {
  margin-bottom: 0.75rem;
}

.checkout-payment-modal__header h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.checkout-selected-method-copy {
  font-size: 0.82rem;
  line-height: 1.55;
}

.checkout-payment-modal__amount strong {
  font-size: clamp(1.7rem, 4vw, 2.3rem);
}

.checkout-method-list--modal {
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.checkout-method-card--modal {
  min-height: 96px;
  padding: 0.85rem;
  border-radius: 18px;
}

.checkout-payment-pane {
  gap: 0.85rem;
  padding: 0.95rem;
  border-radius: 20px;
}

.checkout-payment-pane--cards {
  grid-template-columns: minmax(0, 1.02fr) minmax(220px, 0.72fr);
}

.checkout-card-preview {
  min-height: 180px;
  padding: 1rem;
}

.checkout-card-preview strong {
  font-size: 1.18rem;
}

.checkout-card-preview p {
  font-size: 0.86rem;
  line-height: 1.65;
}

.checkout-card-brand {
  min-height: 34px;
  padding: 0 0.72rem;
  border-radius: 11px;
  font-size: 0.82rem;
}

.checkout-pix-brand-tile {
  gap: 0.3rem;
  padding: 0.9rem;
  border-radius: 16px;
}

.checkout-pix-modal__merchant {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
}

.checkout-pix-modal__fields {
  gap: 0.75rem;
}

.checkout-pix-modal__ssl-note {
  font-size: 0.8rem;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .checkout-stage__grid {
    grid-template-columns: 1fr;
  }

  .checkout-stage__side {
    position: static;
    top: auto;
  }
}

@media (max-width: 860px) {
  .checkout-stage__intro {
    margin-bottom: 0.75rem;
  }

  .checkout-board__table-head {
    display: none;
  }

  .checkout-cart-item--board {
    grid-template-columns: 1fr;
  }

  .checkout-cart-item--board .checkout-cart-price-wrap {
    justify-items: flex-start;
    text-align: left;
  }

  .checkout-payment-modal__header {
    flex-direction: column;
    align-items: stretch;
    padding-right: 3rem;
  }

  .checkout-payment-modal__amount {
    justify-items: start;
    text-align: left;
  }

  .checkout-method-list--modal,
  .checkout-pix-brand-row,
  .checkout-pix-modal__fields,
  .checkout-payment-pane--cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .checkout-page-main {
    padding-top: 1rem;
  }

  .checkout-board,
  .checkout-sidebar-card,
  .checkout-payment-modal__dialog {
    padding: 1rem;
    border-radius: 22px;
  }

  .checkout-cart-service {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.8rem;
  }

  .checkout-cart-thumb {
    min-height: 72px;
    border-radius: 18px;
  }

  .checkout-cart-thumb img {
    width: 54px;
    height: 54px;
  }

  .checkout-cart-item--board .checkout-cart-title {
    font-size: 1.18rem;
  }

  .checkout-total-box--sidebar strong,
  .checkout-payment-modal__amount strong {
    font-size: 2.4rem;
  }

  .checkout-method-card--modal {
    min-height: auto;
  }
}

.checkout-promo-status.is-success {
  color: #5fdf87;
}

.checkout-promo-status.is-error {
  color: #ff8f8f;
}

/* Dense checkout review / payment modal polish */
.checkout-page-main .container {
  max-width: 1280px;
}

.checkout-stage {
  padding: 0.12rem 0 1.1rem;
}

.checkout-stage__intro {
  gap: 0.12rem;
  margin-bottom: 0.45rem;
}

.checkout-stage__intro .eyebrow,
.checkout-board__header .eyebrow,
.checkout-payment-modal__header .eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.24em;
}

.checkout-stage__intro h1 {
  font-size: clamp(1.08rem, 1.3vw, 1.42rem);
  letter-spacing: -0.04em;
}

.checkout-stage__intro p {
  max-width: 520px;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.checkout-stage__grid {
  gap: 0.72rem;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 334px;
}

.checkout-stage__main {
  min-width: 0;
}

.checkout-board,
.checkout-sidebar-card {
  background: linear-gradient(180deg, rgba(24, 27, 32, 0.96) 0%, rgba(16, 18, 22, 0.98) 100%);
  border-color: rgba(217, 176, 65, 0.14);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
}

.checkout-board {
  padding: 0.72rem;
}

.checkout-board__header {
  margin-bottom: 0.38rem;
}

.checkout-board__header h2 {
  font-size: 0.88rem;
}

.checkout-board__header p {
  font-size: 0.68rem;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.58);
}

.checkout-board__table-head {
  padding: 0 0.1rem 0.38rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
}

.checkout-summary-lines--board {
  gap: 0.42rem;
  margin-top: 0.42rem;
}

.checkout-cart-item--board {
  gap: 0.58rem;
  padding: 0.56rem 0.58rem;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.02);
}

.checkout-cart-thumb {
  background: rgba(217, 176, 65, 0.08);
  border: 1px solid rgba(217, 176, 65, 0.1);
}

.checkout-cart-service {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.52rem;
}

.checkout-cart-thumb,
.checkout-cart-thumb img {
  min-height: 46px;
  width: 46px;
  height: 46px;
}

.checkout-cart-thumb img {
  min-height: auto;
}

.checkout-cart-item--board .checkout-cart-title {
  font-size: 0.88rem;
}

.checkout-cart-service-subtitle {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

.checkout-cart-content {
  gap: 0.28rem;
}

.checkout-cart-item--board .checkout-cart-meta {
  font-size: 0.68rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.64);
}

.checkout-cart-item--board .checkout-cart-selections-list,
.checkout-cart-item--board .checkout-cart-extras-list {
  gap: 0.3rem;
}

.checkout-cart-item--board .checkout-cart-selection-item span,
.checkout-cart-item--board .checkout-cart-extra-item span {
  min-height: 22px;
  padding: 0 0.48rem;
  border-radius: 7px;
  background: rgba(217, 176, 65, 0.08);
  border: 1px solid rgba(217, 176, 65, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.64rem;
}

.checkout-cart-item--board .checkout-cart-actions {
  gap: 0.3rem;
}

.checkout-cart-item--board .checkout-cart-method {
  min-width: 108px;
  min-height: 32px;
  border-radius: 10px;
  font-size: 0.68rem;
}

.checkout-cart-item--board .checkout-cart-remove,
.checkout-cart-item--board .checkout-cart-extra-remove {
  min-height: 24px;
  border-radius: 10px;
  padding: 0 0.75rem;
  font-size: 0.63rem;
}

.checkout-cart-item--board .checkout-cart-price-wrap {
  gap: 0.16rem;
  padding: 0.52rem 0.58rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(217, 176, 65, 0.08), rgba(217, 176, 65, 0.03));
  border: 1px solid rgba(217, 176, 65, 0.14);
}

.checkout-cart-item--board .checkout-cart-price-label {
  font-size: 0.54rem;
  letter-spacing: 0.15em;
}

.checkout-cart-item--board .checkout-cart-price {
  font-size: clamp(0.94rem, 1.22vw, 1.16rem);
}

.checkout-stage__side {
  top: 96px;
  width: 334px;
  max-width: 100%;
  justify-self: end;
}

.checkout-sidebar-card {
  gap: 0.55rem;
  padding: 0.76rem;
  border-radius: 16px;
  max-height: calc(100vh - 106px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.4) rgba(255, 255, 255, 0.04);
}

.checkout-sidebar-card::-webkit-scrollbar {
  width: 7px;
}

.checkout-sidebar-card::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
}

.checkout-sidebar-card::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.32);
  border-radius: 999px;
}

.checkout-sidebar-card h2 {
  font-size: 0.88rem;
  margin: 0;
}

.checkout-sidebar-card__copy {
  margin-top: -0.28rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.6);
}

.checkout-promo-box--side {
  gap: 0.34rem;
  padding: 0.52rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.checkout-promo-box--side .field-label {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.checkout-promo-row--stacked {
  gap: 0.38rem;
}

.checkout-promo-input {
  min-height: 36px;
  font-size: 0.74rem;
}

.checkout-promo-apply {
  min-width: 78px;
  min-height: 34px;
  font-size: 0.7rem;
}

.checkout-total-box--sidebar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.36rem;
  padding: 0.58rem 0.68rem;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.09), rgba(212, 175, 55, 0.03)),
    linear-gradient(180deg, rgba(21, 24, 29, 0.98), rgba(14, 16, 20, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.checkout-total-box--sidebar > div {
  display: grid;
  gap: 0.12rem;
}

.checkout-total-box--sidebar span {
  color: rgba(232, 202, 111, 0.96);
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
}

.checkout-total-box--sidebar small {
  margin-top: 0.08rem;
  font-size: 0.6rem;
  line-height: 1.22;
  color: rgba(255, 255, 255, 0.62);
}

.checkout-total-box--sidebar strong {
  font-size: clamp(1rem, 1.5vw, 1.26rem);
  letter-spacing: -0.03em;
  color: #fff6d0;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.08);
}

.checkout-legal-consent--sidebar {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  column-gap: 0.5rem;
  row-gap: 0;
  padding: 0.56rem 0.66rem;
  border-radius: 12px;
}

.checkout-legal-consent--sidebar input {
  width: 16px;
  height: 16px;
  margin: 0.08rem 0 0;
}

.checkout-legal-consent--sidebar span {
  font-size: 0.68rem;
  line-height: 1.28;
}

.checkout-open-modal-btn {
  min-height: 40px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.checkout-sidebar-card__support {
  display: grid;
  gap: 0.14rem;
  padding: 0.58rem 0.66rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.08);
}

.checkout-sidebar-card__support strong {
  font-size: 0.74rem;
}

.checkout-sidebar-card__support p {
  margin: 0;
  font-size: 0.66rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.66);
}

.checkout-empty-state {
  padding: 0.96rem;
  border-radius: 14px;
}

.checkout-empty-state p {
  margin-bottom: 0.72rem;
  font-size: 0.78rem;
}

.checkout-empty-state .btn {
  min-height: 38px;
  padding: 0 0.92rem;
  border-radius: 10px;
  font-size: 0.78rem;
}

.checkout-sidebar-card__chips {
  gap: 0.28rem;
}

.checkout-sidebar-card__chips span {
  min-height: 22px;
  padding: 0 0.48rem;
  font-size: 0.61rem;
  border-radius: 7px;
}

.checkout-payment-modal__dialog {
  width: min(100%, 680px);
  padding: 0.95rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 25, 30, 0.98), rgba(14, 16, 20, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.checkout-payment-modal__header {
  align-items: center;
  margin-bottom: 0.35rem;
  padding-right: 2.4rem;
}

.checkout-payment-modal__header h3 {
  font-size: 1.08rem;
  line-height: 1.08;
}

.checkout-selected-method-copy {
  max-width: 460px;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.checkout-payment-modal__amount span {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.checkout-payment-modal__amount strong {
  font-size: clamp(1.22rem, 2vw, 1.62rem);
}

.checkout-payment-selection,
.checkout-payment-flow {
  max-width: 560px;
  margin: 0 auto;
}

.checkout-payment-selection {
  display: grid;
}

.checkout-payment-flow {
  display: grid;
  gap: 0.65rem;
}

.checkout-method-list--modal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0;
}

.checkout-method-card--modal {
  min-height: 78px;
  padding: 0.82rem 0.86rem;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  align-items: center;
}

.checkout-method-card--modal[hidden] {
  display: none !important;
}

.checkout-method-card--modal.is-selected {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12), 0 14px 28px rgba(0, 0, 0, 0.22);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.02));
}

.checkout-method-card__topline {
  gap: 0.22rem;
}

.checkout-method-card__logos {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.checkout-method-card__copy strong {
  font-size: 0.9rem;
}

.checkout-method-card--modal small {
  font-size: 0.68rem;
  line-height: 1.32;
}

.checkout-method-card__pill {
  min-height: 24px;
  padding: 0 0.55rem;
  font-size: 0.62rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
}

.checkout-method-card.is-selected .checkout-method-card__pill,
.checkout-method-card--modal.is-selected .checkout-method-card__pill {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.26), rgba(212, 175, 55, 0.12)) !important;
  color: #fff0b8;
}

.checkout-payment-flow__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.58rem 0.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.checkout-payment-flow__selected {
  display: grid;
  gap: 0.12rem;
}

.checkout-payment-flow__selected span {
  color: rgba(232, 202, 111, 0.9);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.checkout-payment-flow__selected strong {
  font-size: 0.84rem;
  line-height: 1.2;
}

.checkout-payment-flow__back {
  min-height: 34px;
  padding: 0 0.8rem;
  border-radius: 10px;
  font-size: 0.72rem;
}

.checkout-payment-pane {
  gap: 0.62rem;
  padding: 0.78rem;
  border-radius: 18px;
  border-color: rgba(212, 175, 55, 0.12);
  background: linear-gradient(180deg, rgba(18, 21, 26, 0.98), rgba(13, 15, 19, 0.99));
}

.checkout-payment-pane--cards {
  grid-template-columns: 1fr;
}

.checkout-card-brand-strip {
  justify-content: center;
  gap: 0.34rem;
}

.checkout-card-brand {
  min-height: 28px;
  padding: 0 0.58rem;
  border-radius: 9px;
  font-size: 0.7rem;
}

.checkout-card-preview {
  min-height: auto;
  padding: 0.82rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(15, 17, 21, 0.98), rgba(18, 20, 25, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.12);
  text-align: center;
}

.checkout-card-preview__label,
.checkout-card-preview__badge {
  font-size: 0.63rem;
}

.checkout-card-preview__badge {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.08));
  color: #fff0b8;
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.checkout-card-preview strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.checkout-card-preview p {
  font-size: 0.7rem;
  line-height: 1.35;
}

.checkout-payment-pane__actions {
  gap: 0.5rem;
}

.checkout-submit-btn--single,
.checkout-pix-modal__actions .btn {
  min-height: 42px;
  font-size: 0.82rem;
}

.checkout-payment-chip-row {
  display: none;
}

.checkout-pix-brand-row {
  display: none;
}

.checkout-gateway-note--modal,
.checkout-pix-modal__ssl-note {
  font-size: 0.68rem;
  line-height: 1.34;
}

.checkout-pix-modal__merchant {
  padding: 0.62rem 0.72rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.checkout-pix-modal__merchant span {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.checkout-pix-modal__merchant strong {
  font-size: 0.84rem;
}

.checkout-pix-modal__fields {
  grid-template-columns: 1fr;
  gap: 0.52rem;
}

.checkout-pix-modal__fields .field-label {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
}

.checkout-pix-modal__fields input {
  min-height: 40px;
  font-size: 0.78rem;
}

.checkout-pix-panel {
  gap: 0.68rem;
  padding: 0.76rem;
  border-radius: 16px;
}

.checkout-pix-head strong {
  font-size: 1rem;
}

.checkout-pix-qr-wrap {
  padding: 0.82rem;
  border-radius: 16px;
}

.checkout-pix-code {
  min-height: 108px;
  font-size: 0.78rem;
}

@media (max-width: 640px) {
  .checkout-payment-flow__bar {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-payment-flow__back {
    width: 100%;
  }

  .checkout-payment-modal__dialog {
    width: 100%;
  }
}

.checkout-pix-actions {
  gap: 0.48rem;
}

@media (max-width: 1180px) {
  .checkout-stage__grid {
    grid-template-columns: 1fr;
  }

  .checkout-stage__side {
    width: 100%;
    justify-self: stretch;
  }

  .checkout-sidebar-card {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 860px) {
  .checkout-stage__intro p {
    max-width: none;
  }

  .checkout-method-list--modal,
  .checkout-payment-pane--cards,
  .checkout-pix-modal__fields {
    grid-template-columns: 1fr;
  }

  .checkout-promo-row--stacked {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .checkout-stage__grid {
    gap: 0.75rem;
  }

  .checkout-board,
  .checkout-sidebar-card,
  .checkout-payment-modal__dialog {
    padding: 0.88rem;
    border-radius: 18px;
  }

  .checkout-stage__intro h1 {
    font-size: 1.22rem;
  }

  .checkout-cart-service {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .checkout-cart-thumb,
  .checkout-cart-thumb img {
    min-height: 48px;
    width: 48px;
    height: 48px;
  }

  .checkout-total-box--sidebar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .checkout-payment-modal__header {
    padding-right: 2.6rem;
  }
}

.checkout-payment-selection[hidden],
.checkout-payment-flow[hidden] {
  display: none !important;
}

.checkout-payment-pane[hidden] {
  display: none !important;
}

.checkout-payment-flow[data-active-method="mercadopago_pix"] [data-method-pane="stripe"],
.checkout-payment-flow[data-active-method="stripe"] [data-method-pane="mercadopago_pix"] {
  display: none !important;
}

.checkout-payment-modal__dialog {
  width: min(100%, 640px);
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(20, 23, 28, 0.99), rgba(12, 14, 18, 0.995));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

.checkout-payment-modal__header {
  align-items: end;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  padding-right: 2.5rem;
}

.checkout-payment-modal__header .eyebrow {
  margin-bottom: 0.32rem;
}

.checkout-payment-modal__header h3 {
  font-size: 1.04rem;
  line-height: 1.08;
}

.checkout-selected-method-copy {
  max-width: 430px;
  font-size: 0.72rem;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.58);
}

.checkout-payment-modal__amount {
  min-width: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

.checkout-payment-modal__amount span {
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.52);
}

.checkout-payment-modal__amount strong {
  font-size: clamp(1.14rem, 2vw, 1.46rem);
  line-height: 1;
  color: #fff3cd;
}

.checkout-payment-selection,
.checkout-payment-flow {
  max-width: 100%;
  margin: 0;
}

.checkout-method-list--modal {
  width: min(100%, 520px);
  margin: 0 auto;
  gap: 0.58rem;
}

.checkout-method-card--modal {
  min-height: 76px;
  padding: 0.8rem 0.84rem;
  border-radius: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.014));
}

.checkout-method-card--modal:hover {
  border-color: rgba(212, 175, 55, 0.22);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.05), rgba(255, 255, 255, 0.02));
}

.checkout-method-card--modal.is-selected {
  border-color: rgba(212, 175, 55, 0.34);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.checkout-method-card.is-selected .checkout-method-card__radio {
  border-color: rgba(212, 175, 55, 0.78) !important;
}

.checkout-method-card.is-selected .checkout-method-card__radio::after {
  background: var(--elite-gold) !important;
}

.checkout-method-card__copy {
  gap: 0.24rem;
}

.checkout-method-card__topline {
  gap: 0.48rem;
  align-items: center;
}

.checkout-method-card__icons {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  flex-wrap: wrap;
}

.checkout-logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-logo-chip--pix {
  border-color: rgba(42, 202, 88, 0.22);
  background: rgba(42, 202, 88, 0.08);
  color: #b8f7c8;
}

.checkout-method-card__copy strong {
  font-size: 0.88rem;
}

.checkout-method-card--modal small {
  font-size: 0.67rem;
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.58);
}

.checkout-method-card__pill {
  min-height: 24px;
  padding: 0 0.52rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 800;
}

.checkout-method-card--modal.is-selected .checkout-method-card__pill {
  background: rgba(212, 175, 55, 0.16) !important;
  color: #fff0b8 !important;
}

.checkout-payment-flow {
  width: min(100%, 520px);
  margin: 0 auto;
  gap: 0.58rem;
}

.checkout-payment-flow__bar {
  padding: 0.54rem 0.68rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.checkout-payment-flow__selected span {
  font-size: 0.57rem;
  letter-spacing: 0.16em;
}

.checkout-payment-flow__selected strong {
  font-size: 0.82rem;
}

.checkout-payment-flow__back {
  min-height: 34px;
  padding: 0 0.78rem;
  border-radius: 10px;
  font-size: 0.71rem;
}

.checkout-payment-pane {
  gap: 0.6rem;
  padding: 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  background: linear-gradient(180deg, rgba(18, 21, 26, 0.98), rgba(13, 15, 19, 0.995));
}

.checkout-payment-pane__visual--compact {
  gap: 0.52rem;
}

.checkout-card-brand-strip {
  justify-content: center;
  gap: 0.34rem;
}

.checkout-card-brand {
  min-height: 28px;
  padding: 0 0.58rem;
  border-radius: 9px;
  font-size: 0.68rem;
}

.checkout-payment-pane__hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: center;
}

.checkout-submit-btn--single,
.checkout-pix-modal__actions .btn {
  min-height: 42px;
  font-size: 0.8rem;
}

.checkout-pix-modal__merchant {
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.checkout-pix-modal__merchant span {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.checkout-pix-modal__merchant strong {
  font-size: 0.84rem;
}

.checkout-pix-modal__fields {
  gap: 0.52rem;
}

.checkout-pix-modal__fields .field-label {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.checkout-pix-modal__fields input {
  min-height: 40px;
  font-size: 0.78rem;
}

.checkout-pix-modal__ssl-note,
.checkout-gateway-note--modal {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.68rem;
  line-height: 1.32;
  text-align: center;
}

.checkout-pix-panel {
  gap: 0.68rem;
  padding: 0.76rem;
  border-radius: 16px;
}

.checkout-pix-head strong {
  font-size: 0.96rem;
}

.checkout-pix-qr-wrap {
  padding: 0.82rem;
  border-radius: 16px;
}

.checkout-pix-code {
  min-height: 108px;
  font-size: 0.77rem;
}

.checkout-pix-actions {
  gap: 0.46rem;
}

@media (max-width: 640px) {
  .checkout-payment-modal__dialog {
    width: 100%;
    padding: 0.88rem;
    border-radius: 18px;
  }

  .checkout-payment-modal__header {
    align-items: stretch;
    padding-right: 2.4rem;
  }

  .checkout-payment-modal__amount {
    text-align: left;
    justify-items: start;
  }

  .checkout-payment-flow__bar {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-payment-flow__back {
    width: 100%;
  }
}

.admin-shell {
  --admin-accent: #6d66ff;
  --admin-accent-soft: rgba(109, 102, 255, 0.12);
  --admin-accent-border: rgba(109, 102, 255, 0.24);
}

.admin-hero .container {
  text-align: center;
  max-width: 760px;
}

.admin-eyebrow {
  color: #8a84ff;
}

.admin-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.15rem);
  line-height: 0.98;
}

.admin-hero p {
  max-width: 680px;
  margin: 0.85rem auto 0;
  font-size: 1rem;
}

.admin-top-bar {
  display: grid;
  gap: 1rem;
}

.admin-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.admin-metric-card,
.admin-order-card,
.admin-search-card {
  border: 1px solid var(--admin-accent-border);
  background: linear-gradient(180deg, rgba(109, 102, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.admin-metric-card {
  padding: 0.95rem 1rem;
  border-radius: 16px;
}

.admin-metric-card span,
.admin-order-label,
.admin-order-field span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-metric-card strong {
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.admin-search-card {
  padding: 1rem 1.1rem;
  border-radius: 18px;
}

.admin-search-card input {
  width: 100%;
  min-height: 48px;
  margin-top: 0.55rem;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.admin-orders-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.admin-order-card {
  padding: 1.1rem 1.15rem;
  border-radius: 20px;
}

.admin-order-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.admin-order-top h3 {
  margin: 0.2rem 0 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.1;
}

.admin-status-badge,
.elite-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap;
}

.admin-status-badge.is-pending,
.elite-status-badge.is-pending {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 175, 55, 0.16);
  color: rgba(255, 255, 255, 0.82);
}

.admin-status-badge.is-progress,
.elite-status-badge.is-progress {
  background: rgba(212, 175, 55, 0.16);
  border-color: rgba(212, 175, 55, 0.3);
  color: #f4d77d;
}

.admin-status-badge.is-completed,
.elite-status-badge.is-completed {
  background: rgba(40, 167, 69, 0.16);
  border-color: rgba(40, 167, 69, 0.28);
  color: #8ef0a8;
}

.admin-status-badge.is-cancelled,
.elite-status-badge.is-cancelled {
  background: rgba(220, 72, 72, 0.14);
  border-color: rgba(220, 72, 72, 0.26);
  color: #ff9b9b;
}

.account-order-status-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.admin-order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem 0.9rem;
  margin-top: 0.85rem;
}

.admin-order-field strong {
  display: block;
  margin-top: 0.28rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.admin-order-field--payment strong {
  display: inline-flex;
  margin-top: 0.35rem;
}

.admin-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.admin-order-actions--locked {
  align-items: center;
  padding-top: 0.2rem;
}

.admin-order-actions-note {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 600;
}

.admin-action-btn {
  min-width: 132px;
  min-height: 44px;
}

.admin-action-btn.is-danger {
  color: #ffb2b2;
  border-color: rgba(220, 72, 72, 0.24);
  background: rgba(220, 72, 72, 0.08);
}

.admin-action-btn.is-danger:hover {
  background: rgba(220, 72, 72, 0.14);
  box-shadow: 0 10px 22px rgba(220, 72, 72, 0.12);
}

.admin-feedback {
  margin-top: 1rem;
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(239, 194, 66, 0.24);
  background: rgba(239, 194, 66, 0.08);
  color: #fff0bf;
  font-size: 0.92rem;
  font-weight: 600;
}

.admin-feedback.is-error {
  border-color: rgba(220, 72, 72, 0.24);
  background: rgba(220, 72, 72, 0.08);
  color: #ffd3d3;
}

.admin-financial-section {
  margin-top: 1.2rem;
  padding: 1.15rem;
  border-radius: 22px;
  border: 1px solid var(--elite-gold-border);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.admin-pricing-section {
  margin-top: 1.2rem;
  padding: 1.15rem;
  border-radius: 22px;
  border: 1px solid var(--elite-gold-border);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.admin-pricing-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-pricing-head h2 {
  margin: 0.35rem 0 0;
  font-size: 1.22rem;
  font-weight: 800;
}

.admin-pricing-head p {
  margin: 0.45rem 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.6;
}

.admin-pricing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.admin-pricing-action-btn {
  min-width: 156px;
}

.admin-pricing-feedback {
  margin-top: 0.9rem;
}

.admin-pricing-float-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0.85rem 2rem;
  background: rgba(8, 12, 20, 0.92);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.admin-pricing-float-bar.is-visible {
  transform: translateY(0);
}

.admin-pricing-float-bar-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-right: auto;
}

.admin-pricing-float-bar-label strong {
  color: var(--elite-gold);
}

.admin-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.admin-pricing-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.admin-pricing-card--wide {
  grid-column: 1 / -1;
}

.admin-pricing-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.admin-pricing-card-head h3,
.admin-pricing-card h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
}

.admin-pricing-card-head span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
}

.admin-pricing-card p {
  margin: 0.45rem 0 0.85rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.85rem;
  line-height: 1.55;
}

.admin-pricing-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 0.95rem;
}

.admin-pricing-setting {
  display: grid;
  gap: 0.45rem;
}

.admin-pricing-setting span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-pricing-table-wrap {
  overflow-x: auto;
}

.admin-pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

.admin-pricing-table--compact {
  min-width: 0;
}

.admin-pricing-table th,
.admin-pricing-table td {
  padding: 0.72rem 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: middle;
}

.admin-pricing-table th {
  padding-top: 0;
  border-top: 0;
  color: var(--elite-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.admin-pricing-table td strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-pricing-table td strong.is-negative {
  color: #ff8f8f;
}

.admin-pricing-table td small {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
  line-height: 1.45;
}

.admin-pricing-multi-value {
  display: grid;
  gap: 0.16rem;
}

.admin-pricing-multi-value small {
  margin-top: 0;
}

.admin-pricing-input-wrap {
  position: relative;
}

.admin-pricing-input-wrap .admin-pricing-input {
  padding-right: 4.2rem;
}

.admin-pricing-input-suffix {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: var(--elite-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.admin-pricing-input,
.admin-pricing-select {
  width: 100%;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(12, 14, 19, 0.92);
  color: #f7f2e2;
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.admin-pricing-input:focus,
.admin-pricing-select:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.36);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.admin-pricing-textarea {
  width: 100%;
  min-height: 240px;
  resize: vertical;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 14, 19, 0.9);
  color: #f5f0df;
  padding: 0.95rem 1rem;
  font: 500 0.82rem/1.65 "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.admin-pricing-textarea:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.36);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.admin-financial-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-financial-eyebrow {
  color: var(--elite-gold);
}

.admin-financial-head h2 {
  margin: 0.3rem 0 0;
  font-size: 1.35rem;
  line-height: 1.1;
}

.admin-financial-head p {
  margin: 0.45rem 0 0;
  color: var(--elite-text-soft);
  font-size: 0.9rem;
}

.admin-financial-filters {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.admin-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-filter-pill {
  min-height: 40px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.admin-filter-pill:hover,
.admin-filter-pill.is-active {
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(212, 175, 55, 0.12);
  color: #fff3ce;
}

.admin-custom-range {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-end;
}

.admin-inline-field {
  display: grid;
  gap: 0.3rem;
  min-width: 170px;
}

.admin-inline-field span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-inline-field input {
  min-height: 42px;
  padding: 0.72rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.admin-range-apply {
  min-height: 42px;
  min-width: 124px;
  padding-inline: 1rem;
}

.admin-financial-feedback {
  margin-top: 0.9rem;
}

.admin-financial-period-label {
  margin-top: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-financial-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.95rem;
}

.admin-financial-metric-card {
  border-color: rgba(212, 175, 55, 0.22);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(255, 255, 255, 0.02));
}

.admin-financial-metric-card strong {
  color: #fff;
}

.admin-financial-metric-card small {
  display: block;
  margin-top: 0.4rem;
  color: var(--elite-text-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.admin-financial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.admin-financial-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.admin-financial-card--wide {
  grid-column: 1 / -1;
}

.admin-financial-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.admin-financial-card-head h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
}

.admin-financial-card-head span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
}

.admin-financial-table-wrap {
  overflow-x: auto;
}

.admin-financial-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-financial-table th,
.admin-financial-table td {
  padding: 0.7rem 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
}

.admin-financial-table th {
  padding-top: 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-financial-table td {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.45;
}

.admin-financial-table td:nth-child(2),
.admin-financial-table th:nth-child(2) {
  width: 92px;
  text-align: center;
}

.admin-financial-table td:last-child,
.admin-financial-table th:last-child {
  width: 210px;
}

.admin-financial-revenue {
  display: grid;
  gap: 0.2rem;
}

.admin-financial-revenue strong {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}

.admin-financial-revenue small {
  color: var(--elite-text-soft);
  font-size: 0.75rem;
  line-height: 1.4;
}

.admin-empty-state {
  padding: 1.2rem;
  border: 1px dashed rgba(109, 102, 255, 0.24);
  border-radius: 18px;
  text-align: center;
  color: var(--muted);
}

.admin-login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1rem;
}

.admin-login-card {
  max-width: 580px;
  width: 100%;
}

.admin-login-card h1,
.admin-login-card p {
  text-align: center;
}

.admin-login-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.admin-login-actions {
  margin-top: 1rem;
}

.success-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.success-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 18px;
}

.user-profile-avatar {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.34);
  background: radial-gradient(circle at top, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.08), 0 0 18px rgba(212, 175, 55, 0.14);
  overflow: hidden;
}

.user-profile-avatar svg {
  width: 62%;
  height: 62%;
  display: block;
  color: #f0f2f7;
}

.user-profile-symbol {
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.12));
}

.nav-user-avatar {
  width: 38px;
  height: 38px;
}

.account-profile-avatar {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08), 0 14px 28px rgba(0, 0, 0, 0.22);
}

.account-greeting-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  margin-top: 0.35rem;
}

.account-greeting-row h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 0.95;
}

.account-settings-panel {
  grid-column: 1 / -1;
}

.account-settings-form {
  margin-top: 1.2rem;
}

.admin-client-identity {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.admin-user-avatar {
  width: 42px;
  height: 42px;
}

@media (max-width: 1180px) {
  .admin-pricing-grid,
  .admin-financial-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .admin-pricing-grid,
  .admin-financial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-pricing-card--wide,
  .admin-financial-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .admin-pricing-section,
  .admin-financial-section {
    padding: 1rem;
  }

  .admin-pricing-grid,
  .admin-financial-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-pricing-head,
  .admin-financial-head,
  .admin-financial-card-head {
    display: grid;
  }

  .admin-pricing-actions {
    justify-content: stretch;
  }

  .admin-pricing-action-btn {
    width: 100%;
  }

  .admin-pricing-settings-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-pricing-table {
    min-width: 680px;
  }

  .admin-financial-table td:last-child,
  .admin-financial-table th:last-child,
  .admin-financial-table td:nth-child(2),
  .admin-financial-table th:nth-child(2) {
    width: auto;
  }
}

.account-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.account-auth-form {
  padding: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.account-forgot-trigger {
  margin: 0.2rem 0 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--elite-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.account-forgot-trigger:hover {
  color: var(--accent-strong);
}

.account-recovery-panel {
  display: grid;
  gap: 0.8rem;
  margin: 0.2rem 0 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.06);
  text-align: left;
}

.account-recovery-panel[hidden] {
  display: none !important;
}

.account-recovery-panel .contact-form-status {
  margin-bottom: 0;
}

.section-heading.small h3 {
  margin: 0;
  font-size: 1.05rem;
}

.account-hero .container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.account-hero h1,
.account-auth-panel > .section-heading h2,
.account-auth-form .section-heading h3 {
  display: block;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.account-hero p,
.account-auth-panel > .checkout-notice {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.account-hero h1 {
  margin-bottom: 40px;
}

.account-auth-panel > .section-heading,
.account-auth-form .section-heading,
.account-auth-form .section-heading.inline.small,
.account-auth-form .section-heading.inline.small .eyebrow {
  text-align: center;
  justify-content: center;
}

.account-section {
  min-height: 80vh;
  padding-bottom: 50px;
}

.account-section .contact-grid {
  display: block;
}

.account-auth-panel {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.account-auth-panel .section-heading,
.account-auth-panel .checkout-notice {
  text-align: center;
}

.account-auth-panel > .section-heading h1,
.account-auth-panel > .section-heading h2,
.account-auth-panel > .section-heading h3,
.account-auth-panel > .section-heading p,
.account-auth-panel > .checkout-notice,
.account-auth-panel > .checkout-notice p {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center !important;
  float: none !important;
}

.account-auth-panel > .checkout-notice {
  display: inline-block;
}

.checkout-section .glass-card,
.checkout-section .summary-card,
.account-section .glass-card,
.account-section .summary-card {
  padding: 50px;
}

.checkout-section .field-group input,
.checkout-section .field-group select,
.checkout-section .field-group textarea,
.account-section .field-group input,
.account-section .field-group select,
.account-section .field-group textarea {
  min-height: 58px;
  padding: 1.05rem 1rem;
  font-size: 0.98rem;
}

.account-section .field-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.checkout-section .btn,
.account-section .btn {
  min-height: 58px;
  padding: 1rem 1.25rem;
  font-size: 0.96rem;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}

.account-history-list {
  margin-top: 1rem;
}

.account-section.is-auth-only .contact-grid:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

#guest-view,
#dashboard-view {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#guest-view {
  grid-column: 1 / -1;
}

#dashboard-view {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  justify-content: center;
  align-items: start;
}

#account-overview-panel {
  grid-column: 1;
}

#account-latest-panel {
  grid-column: 2;
  position: static;
  top: auto;
  align-self: start;
}

#account-settings-panel {
  grid-column: 1;
}

#account-history-container {
  width: min(1200px, calc(100% - 2rem));
  max-width: 1200px;
  margin: 1.6rem auto 0;
}

.account-history-panel,
.account-section .summary-card {
  position: static;
  top: auto;
}

.safety-alert-card {
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(160, 70, 24, 0.08));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

#dashboard-view .safety-alert-card {
  grid-column: 2;
  align-self: start;
}

.success-safety-card {
  margin-top: 1.4rem;
  text-align: left;
}

.safety-alert-header {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.safety-alert-header .eyebrow {
  margin-bottom: 0.45rem;
}

.safety-alert-header h2 {
  margin: 0;
}

.safety-alert-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.32);
  color: #f3d99d;
  font-size: 0.95rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.safety-rules-list {
  display: grid;
  gap: 0.85rem;
}

.safety-rule {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.16);
}

.safety-rule strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.safety-rule p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.7;
}

#guest-view[hidden],
#dashboard-view[hidden],
#account-auth-panel[hidden],
#account-overview-panel[hidden],
#account-latest-panel[hidden],
#account-history-container[hidden] {
  display: none !important;
}

.account-stat-card,
.account-history-item {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.account-dashboard-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.account-latest-order-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.account-latest-order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.account-latest-order-head strong {
  display: block;
  margin-top: 0.3rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.account-dashboard-actions .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.account-dashboard-actions .btn:hover {
  transform: translateY(-2px);
}

.account-dashboard-actions .btn-primary:hover {
  background: linear-gradient(135deg, #f3d99d, var(--accent));
  box-shadow: 0 14px 28px rgba(209, 177, 122, 0.24);
}

.account-dashboard-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.account-quick-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.account-quick-link:hover {
  transform: translateX(2px);
  border-color: rgba(212, 175, 55, 0.2);
}

.account-quick-link:last-child {
  border-bottom: 0;
}

.account-quick-link-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.account-quick-link-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-quick-link-copy strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.35;
}

.account-quick-link-arrow {
  color: var(--elite-gold);
  font-size: 1.45rem;
  line-height: 1;
  flex: 0 0 auto;
}

#account-admin-btn[hidden] {
  display: none !important;
}

.account-stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-stat-card strong {
  display: block;
  margin-top: 0.6rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.account-hero .container {
  max-width: 1080px;
}

.account-section {
  padding-top: 12px;
}

.account-section .container,
#account-history-container {
  width: min(1360px, calc(100% - 2rem));
  max-width: 1360px;
}

#dashboard-view {
  max-width: 1360px;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

#account-overview-panel {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
}

#account-settings-panel {
  grid-column: 1;
  grid-row: 2;
}

#dashboard-view .safety-alert-card {
  grid-column: 1;
  grid-row: 3;
}

#account-overview-panel,
#account-latest-panel,
#account-settings-panel,
#dashboard-view .safety-alert-card,
.account-history-panel {
  border-radius: 28px;
}

#account-overview-panel,
#account-settings-panel,
#dashboard-view .safety-alert-card {
  min-width: 0;
}

#account-latest-panel {
  min-height: 280px;
}

#account-settings-panel {
  min-height: 100%;
}

.account-settings-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.account-greeting-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-profile-avatar {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
}

#account-overview-panel .section-heading h2,
#account-latest-panel .section-heading h2,
#account-settings-panel .section-heading h2,
.account-history-panel .section-heading h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

#account-overview-panel .account-greeting-row h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.account-panel-copy {
  margin: 0.7rem 0 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
}

#account-latest-panel .account-panel-copy,
#account-settings-panel .account-panel-copy {
  max-width: none;
}

.account-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

.account-spend-overview {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 1.2rem;
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.account-spend-summary {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.account-spend-summary strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.account-spend-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.account-spend-chart {
  display: grid;
  gap: 0.9rem;
}

.account-spend-row {
  display: grid;
  gap: 0.45rem;
}

.account-spend-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.account-spend-row-head span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-spend-row-head strong {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
}

.account-spend-bar {
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.account-spend-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.72), rgba(31, 178, 74, 0.88));
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.16);
}

.account-spend-empty {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.64);
}

.account-stat-card {
  min-height: 118px;
  padding: 1.2rem 1.15rem;
  border-radius: 20px;
}

.account-stat-card strong {
  font-size: 1.08rem;
}

.summary-line {
  align-items: baseline;
  gap: 1rem;
}

#account-latest-order .summary-line strong,
.account-history-item .summary-line strong {
  max-width: 62%;
  text-align: right;
}

.order-detail-block {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.order-detail-item {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
}

.account-history-panel {
  margin-top: 1rem;
}

.account-history-list {
  display: grid;
  gap: 1rem;
}

.account-history-item {
  padding: 1.3rem 1.35rem;
  border-radius: 22px;
}

.account-settings-form,
.account-auth-form {
  gap: 1rem;
}

.safety-alert-card {
  min-height: 100%;
}

.safety-alert-card .section-heading h2,
.safety-alert-header h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  letter-spacing: -0.02em;
}

.safety-rules-list {
  gap: 1rem;
}

.safety-rule {
  padding: 1rem 1.05rem;
  border-radius: 18px;
}

@media (max-width: 980px) {
  .account-status-grid,
  .success-action-row,
  .account-auth-grid {
    grid-template-columns: 1fr;
  }

  .account-spend-overview {
    grid-template-columns: 1fr;
  }

  #dashboard-view {
    grid-template-columns: 1fr;
  }

  #account-overview-panel,
  #account-latest-panel,
  #account-settings-panel,
  #dashboard-view .safety-alert-card {
    grid-column: 1;
    grid-row: auto;
  }

  .account-settings-actions {
    grid-template-columns: 1fr;
  }

  .account-panel-copy {
    max-width: none;
  }

  .checkout-section .contact-grid,
  .account-section .contact-grid {
    grid-template-columns: 1fr;
  }

  .checkout-section .glass-card,
  .checkout-section .summary-card,
  .account-section .glass-card,
  .account-section .summary-card {
    padding: 32px 24px;
  }

  .checkout-single-card {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .admin-summary-grid,
  .admin-order-grid {
    grid-template-columns: 1fr;
  }

  .account-section .container,
  #account-history-container {
    width: min(100%, calc(100% - 1.25rem));
  }

  #account-latest-order .summary-line strong,
  .account-history-item .summary-line strong {
    max-width: 100%;
    text-align: left;
  }

  .account-order-status-group {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  #dashboard-view {
    grid-template-columns: 1fr;
  }

  .safety-alert-header {
    align-items: center;
  }

  .account-greeting-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .account-status-grid {
    grid-template-columns: 1fr;
  }

  .account-history-item,
  .account-stat-card,
  .order-detail-item,
  .safety-rule {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.account-nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.account-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.05rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.account-nav-link:hover,
.account-nav-link.is-active {
  transform: translateY(-1px);
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(212, 175, 55, 0.1);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
}

.cart-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  min-width: 46px;
  min-height: 46px;
  padding: 0 0.85rem 0 0.7rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
  color: var(--elite-gold);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.cart-nav-link:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(212, 175, 55, 0.1);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
}

.cart-nav-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-nav-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.cart-nav-badge {
  position: absolute;
  top: -8px;
  right: -11px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--elite-gold);
  color: #0b0e11;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
}

.cart-nav-badge.is-empty {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78);
}

.cart-nav-total {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.cart-nav-total.is-empty {
  color: rgba(255, 255, 255, 0.66);
}

.currency-nav-control {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 0.8rem 0 0.95rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
}

.currency-nav-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.currency-nav-select {
  min-height: 32px;
  padding: 0 0.65rem;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  appearance: none;
}

.currency-nav-select option {
  background: #14181d;
  color: #fff;
}

@media (max-width: 768px) {
  .currency-nav-control {
    padding-inline: 0.7rem;
  }

  .currency-nav-label {
    display: none;
  }
}

.account-nav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 46px;
  padding: 0.28rem 0.7rem 0.28rem 0.32rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.account-nav-name {
  display: inline-block;
  max-width: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.account-nav-dropdown,
.site-nav > a,
.nav-tool-slot {
  flex: 0 0 auto;
}

.account-nav-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 230px;
  display: none;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #16191d;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  z-index: 9999;
}

.account-nav-dropdown.is-open .account-nav-menu {
  display: grid;
  gap: 0.2rem;
}

.account-nav-menu a,
.account-nav-menu button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 42px;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.account-nav-menu a:hover,
.account-nav-menu button:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #fff;
}

.account-nav-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--elite-gold);
}

.account-nav-item-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.account-nav-item-copy {
  display: inline-block;
  line-height: 1.2;
}

@media (max-width: 1380px) {
  .site-nav {
    gap: 0.3rem;
  }

  .site-nav a {
    padding: 0.74rem 0.82rem;
    font-size: 0.94rem;
  }

  .cart-nav-link {
    padding: 0 0.7rem 0 0.62rem;
  }

  .cart-nav-total {
    font-size: 0.78rem;
  }

  .account-nav-trigger {
    padding-right: 0.58rem;
  }

  .account-nav-name {
    max-width: 92px;
  }

  .nav-tools {
    gap: 0.45rem;
  }
}

@media (max-width: 1580px) {
  .nav-wrap {
    gap: 0.75rem;
  }

  .brand-text strong {
    font-size: 0.98rem;
  }

  .brand-text small {
    display: block;
    font-size: 0.75rem;
  }

  .site-nav {
    gap: 0.22rem;
  }

  .site-nav a {
    padding: 0.72rem 0.72rem;
    font-size: 0.92rem;
  }

  .currency-nav-control {
    padding-inline: 0.72rem;
  }

  .currency-nav-label {
    display: none;
  }

  .cart-nav-link {
    padding: 0 0.7rem 0 0.6rem;
  }
}

.hero-section,
.page-main {
  padding-bottom: 5rem;
}

.hero-section {
  padding-top: 5rem;
}

.home-hero {
  padding-top: 2.75rem;
  padding-bottom: 2.5rem;
}

.home-hero-layout,
.home-hero-stats,
.home-link-grid {
  display: grid;
  gap: 1.35rem;
}

.home-hero-layout {
  grid-template-columns: minmax(0, 1.05fr) 0.95fr;
  align-items: center;
}

.home-hero-copy h1 {
  margin: 0;
  max-width: 10ch;
  font-family: "Cinzel", serif;
  font-size: clamp(2.9rem, 5.2vw, 4.7rem);
  line-height: 0.95;
}

.home-hero-copy p {
  max-width: 35rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.7;
}

.home-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.home-hero-pills span,
.home-link-card,
.home-hero-panel,
.home-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.home-hero-pills span {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.home-hero-side {
  display: grid;
  gap: 1.2rem;
}

.home-hero-panel,
.home-stat-card,
.home-link-card {
  border-radius: 26px;
}

.home-hero-panel {
  padding: 1.5rem;
}

.home-hero-panel h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.02;
}

.home-hero-panel p {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.home-hero-highlight {
  background:
    radial-gradient(circle at top right, rgba(123, 95, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.home-hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-stat-card {
  padding: 1.25rem;
}

.home-stat-card span,
.home-link-tag {
  display: inline-block;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-stat-card strong {
  display: block;
  margin: 0.45rem 0 0.35rem;
  font-family: "Cinzel", serif;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
}

.home-stat-card small,
.home-link-card small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.home-link-section {
  padding-bottom: 1rem;
}

.home-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-link-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem;
  transition: transform 180ms ease, border-color 180ms ease;
}

.home-link-card strong {
  font-size: 1.4rem;
}

.home-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 95, 255, 0.28);
}

.hero-grid,
.calculator-grid,
.contact-grid,
.feature-grid,
.service-grid,
.form-stack.two-col {
  display: grid;
  gap: 2rem;
}

.hero-grid,
.calculator-grid,
.contact-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
  gap: 2.4rem;
}

.feature-grid,
.service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.service-grid-home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.summary-card h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  line-height: 1.08;
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 6vw, 4.9rem);
  max-width: 11ch;
}

.section-heading h2,
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-copy p,
.page-hero p,
.glass-card p,
.service-card p,
.faq-item p,
.contact-list p {
  line-height: 1.75;
}

.hero-copy p {
  max-width: 60ch;
  font-size: 1.05rem;
  margin: 1.4rem 0 0;
}

.hero-actions,
.hero-points,
.footer-links,
.form-stack,
.contact-list {
  display: flex;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #111;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  box-shadow: 0 16px 34px rgba(209, 177, 122, 0.28);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.4rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(209, 177, 122, 0.12);
}

.hero-card {
  display: grid;
  gap: 1.2rem;
  padding-top: 2rem;
}

.hero-stat-card,
.glass-card,
.summary-card,
.service-card,
.cta-panel,
.faq-item {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.hero-stat-card,
.glass-card,
.summary-card,
.service-card,
.faq-item {
  border-radius: var(--radius-lg);
}

.floating-card,
.glass-card,
.summary-card,
.service-card,
.faq-item {
  padding: 2rem;
}

.hero-stat-card strong,
.summary-total {
  display: block;
  font-family: "Cinzel", serif;
}

.hero-stat-card strong {
  margin: 0.5rem 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.hero-stat-card.accent {
  transform: translateX(-3rem);
  background:
    radial-gradient(circle at top right, rgba(209, 177, 122, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.section-heading {
  max-width: 50rem;
  margin-bottom: 2rem;
}

.section-heading.inline {
  margin-bottom: 1.5rem;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 1.25rem;
  color: var(--accent);
  border: 1px solid var(--border-strong);
  background: rgba(209, 177, 122, 0.08);
  font-weight: 800;
}

.service-card a {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--accent-strong);
  font-weight: 700;
}

.cta-panel {
  align-items: center;
  border-radius: 32px;
}

.page-hero {
  padding-top: 4rem;
}

.calculator-form,
.summary-card {
  padding: 2rem;
}

.range-header,
.option-grid,
.segmented-control,
.summary-breakdown,
.faq-list {
  display: grid;
  gap: 1rem;
}

.range-header {
  grid-template-columns: repeat(2, 1fr);
}

.range-pill,
.option-card,
.segmented-control span,
.field-group select,
.field-group input,
.field-group textarea {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.range-pill {
  padding: 1rem 1.25rem;
}

.range-pill span,
.option-card small {
  color: var(--muted);
}

.range-pill strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.8rem;
}

.dual-range {
  position: relative;
  height: 64px;
  margin: 1.5rem 0 1rem;
}

.slider-track,
.slider-progress {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  border-radius: 999px;
}

.slider-track {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}

.slider-progress {
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
}

.dual-range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  background: none;
  pointer-events: none;
  appearance: none;
  margin: 0;
}

.dual-range input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #111821;
  background: var(--accent-strong);
  box-shadow: 0 0 0 8px rgba(209, 177, 122, 0.12);
  pointer-events: auto;
  cursor: pointer;
}

.dual-range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #111821;
  background: var(--accent-strong);
  box-shadow: 0 0 0 8px rgba(209, 177, 122, 0.12);
  pointer-events: auto;
  cursor: pointer;
}

.option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.option-card {
  position: relative;
  padding: 1rem 1.1rem 1rem 3.25rem;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  top: 1.15rem;
  left: 1rem;
  width: 20px;
  height: 20px;
  accent-color: var(--accent);
}

.field-label,
.option-card strong {
  display: block;
  font-weight: 800;
}

.speed-selector {
  margin-top: 1.5rem;
}

.segmented-control {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.9rem;
}

.segmented-control label {
  display: block;
  position: relative;
  cursor: pointer;
}

.segmented-control input {
  position: absolute;
  opacity: 0;
}

.segmented-control span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 1rem;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.segmented-control input:checked + span {
  border-color: var(--border-strong);
  background: rgba(209, 177, 122, 0.12);
  transform: translateY(-1px);
}

.mythic-select {
  position: relative;
  margin-top: 0.65rem;
}

.mythic-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.mythic-select-trigger::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.mythic-select.is-open .mythic-select-trigger {
  border-color: rgba(123, 95, 255, 0.42);
  box-shadow: 0 18px 36px rgba(111, 84, 255, 0.08);
}

.mythic-select.is-open .mythic-select-trigger::after {
  transform: rotate(-135deg);
}

.mythic-select-label {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.mythic-select-copy {
  display: grid;
  gap: 0.18rem;
}

.mythic-select-trigger strong {
  display: block;
  margin-top: 0;
  font-size: 1.15rem;
}

.mythic-select-trigger small {
  display: inline-flex;
  width: fit-content;
  padding: 0.14rem 0.42rem;
  border-radius: 999px;
  background: rgba(117, 96, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 700;
}

.mythic-select-menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 0;
  right: 0;
  z-index: 12;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  padding: 0.6rem;
  border-radius: 22px;
  border: 1px solid rgba(123, 95, 255, 0.28);
  background: linear-gradient(180deg, rgba(19, 29, 41, 0.98), rgba(12, 19, 28, 0.98));
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.4);
}

.mythic-select.is-open .mythic-select-menu {
  display: grid;
  gap: 0.45rem;
}

.mythic-select-option {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  display: grid;
  gap: 0.18rem;
  text-align: left;
  cursor: pointer;
}

.mythic-select-option span {
  font-size: 0.95rem;
  font-weight: 800;
}

.mythic-select-option small {
  display: inline-flex;
  width: fit-content;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(117, 96, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.66rem;
  font-weight: 700;
}

.mythic-select-option:hover,
.mythic-select-option.is-selected {
  border-color: rgba(123, 95, 255, 0.32);
  background: linear-gradient(135deg, rgba(111, 84, 255, 0.2), rgba(111, 84, 255, 0.06));
}

.mythic-config-section .container {
  width: min(1380px, calc(100% - 2rem));
  max-width: none;
}

.mythic-page-main {
  padding-top: 0.75rem;
}

.mythic-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 470px;
  gap: 1.25rem;
  align-items: start;
}

.mythic-content-side {
  color: var(--text);
  max-width: none;
  padding-right: 0.5rem;
}

.mythic-lead {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.mythic-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mythic-breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
}

.mythic-intro-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

.mythic-intro-badge {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border-radius: 20px;
  border: 1px solid rgba(115, 95, 255, 0.42);
  background: linear-gradient(180deg, rgba(34, 30, 95, 0.92), rgba(27, 44, 117, 0.92));
  font-size: 1.8rem;
  font-weight: 800;
  box-shadow: inset 0 -12px 30px rgba(132, 142, 255, 0.12);
}

.mythic-intro-copy h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.85rem, 3.4vw, 2.4rem);
  text-transform: uppercase;
  line-height: 0.98;
}

.mythic-intro-copy p,
.mythic-description p,
.mythic-info-toggle p,
.mythic-summary-foot {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.mythic-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.8rem;
}

.trust-stars {
  color: #2dd881;
  letter-spacing: 0.08em;
}

.mythic-description {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.4rem;
}

.mythic-description p {
  margin: 0;
}

.mythic-info-toggle,
.mythic-info-panel {
  margin-top: 0.85rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(28, 25, 75, 0.72), rgba(25, 22, 69, 0.52));
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.mythic-info-toggle summary,
.mythic-info-panel summary {
  cursor: pointer;
  list-style: none;
  padding: 0.9rem 1rem;
  font-size: 0.94rem;
  font-weight: 800;
}

.mythic-info-toggle summary::-webkit-details-marker,
.mythic-info-panel summary::-webkit-details-marker {
  display: none;
}

.mythic-info-toggle p {
  margin: 0;
  padding: 0 1rem 0.9rem;
}

.mythic-feature-list {
  margin: 0;
  padding: 0 1rem 0.9rem 1rem;
  list-style: none;
}

.mythic-feature-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
}

.mythic-feature-list li::before {
  content: "\2022";
  position: absolute;
  left: 0.5rem;
  top: -0.1rem;
  color: #2dd881;
  font-size: 1.5rem;
}

.mythic-configurator {
  position: sticky;
  top: 108px;
  align-self: start;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 118px);
  max-height: calc(100vh - 118px);
  min-height: 610px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(123, 95, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(111, 92, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(15, 24, 34, 0.96), rgba(10, 17, 26, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.mythic-config-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.mythic-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.75rem;
  background: linear-gradient(135deg, #5b38d4, #3948c8);
}

.status-title {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.mythic-status-bar strong {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.status-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mythic-config-body {
  min-height: 0;
  overflow: hidden;
}

.mythic-config-main {
  padding: 1rem;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 95, 255, 0.5) rgba(255, 255, 255, 0.06);
}

.mythic-config-main::-webkit-scrollbar {
  width: 8px;
}

.mythic-config-main::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

.mythic-config-main::-webkit-scrollbar-thumb {
  background: rgba(123, 95, 255, 0.46);
  border-radius: 999px;
}

.mythic-heading {
  max-width: 42rem;
}

.mythic-heading h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  max-width: 10ch;
}

.mythic-heading p {
  margin-top: 1rem;
  max-width: 54ch;
}

.mythic-run-panel,
.mythic-region-block {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.mythic-run-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.mythic-run-head strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.15rem;
  font-family: "Cinzel", serif;
}

.mythic-run-note {
  color: #8fe99b;
  font-weight: 700;
  text-align: right;
  max-width: 160px;
  font-size: 0.84rem;
}

.mythic-stepper {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 0.75rem;
  align-items: center;
}

.stepper-btn {
  min-height: 48px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 800;
  cursor: pointer;
}

#mythic-runs {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6f54ff 0%, #6f54ff var(--mythic-progress, 15%), rgba(255, 255, 255, 0.12) var(--mythic-progress, 15%), rgba(255, 255, 255, 0.12) 100%);
  outline: none;
}

#mythic-runs::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #7e67ff;
  border: 4px solid #241f52;
  box-shadow: 0 0 0 8px rgba(126, 103, 255, 0.18);
  cursor: pointer;
}

#mythic-runs::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #7e67ff;
  border: 4px solid #241f52;
  box-shadow: 0 0 0 8px rgba(126, 103, 255, 0.18);
  cursor: pointer;
}

.mythic-region-pills {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.7rem;
}

.region-pill {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.region-pill input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.region-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 800;
}

.region-pill input:checked + span {
  border-color: rgba(123, 95, 255, 0.46);
  background: linear-gradient(135deg, rgba(111, 84, 255, 0.24), rgba(111, 84, 255, 0.1));
}

.region-pill.is-single span {
  min-width: 96px;
}

.mythic-toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.toggle-pill {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.toggle-pill input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.toggle-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.9rem;
  font-weight: 800;
}

.toggle-pill input:checked + span {
  border-color: rgba(123, 95, 255, 0.46);
  background: linear-gradient(135deg, rgba(111, 84, 255, 0.24), rgba(111, 84, 255, 0.1));
}

.toggle-pill.is-method-locked {
  cursor: not-allowed;
  opacity: 0.38;
}
.toggle-pill.is-method-locked input {
  pointer-events: none;
}

.leveling-method-block {
  margin-bottom: 1rem;
}
.leveling-method-lock-notice {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  padding: 0.45rem 0.75rem;
  background: rgba(212, 175, 55, 0.07);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 8px;
  font-size: 0.75rem;
  color: #d4af37;
  font-weight: 600;
}
.leveling-method-lock-notice[hidden] { display: none; }
.leveling-method-lock-notice svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.mythic-inline-select {
  margin-top: 0.85rem;
}

.mythic-specific-panel {
  margin-top: 0.85rem;
  padding-top: 0.15rem;
}

.mythic-dungeon-picker {
  margin-top: 0.2rem;
}

.mythic-dungeon-select {
  position: relative;
  margin-top: 0.65rem;
}

.mythic-dungeon-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(123, 95, 255, 0.34);
  background: linear-gradient(180deg, rgba(85, 63, 211, 0.92), rgba(66, 51, 176, 0.92));
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.mythic-dungeon-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.84);
  border-bottom: 2px solid rgba(255, 255, 255, 0.84);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.mythic-dungeon-select.is-open .mythic-dungeon-trigger::after {
  transform: rotate(-135deg);
}

.mythic-dungeon-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 14;
  display: none;
  max-height: 270px;
  overflow-y: auto;
  border-radius: 14px;
  border: 1px solid rgba(123, 95, 255, 0.26);
  background: linear-gradient(180deg, rgba(31, 28, 86, 0.98), rgba(24, 21, 68, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.mythic-dungeon-select.is-open .mythic-dungeon-menu {
  display: block;
}

.mythic-dungeon-picker-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
}

.mythic-select-all-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 52px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  order: 0;
}

.mythic-dungeon-trigger {
  order: 1;
}

.mythic-select-all-check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--elite-gold);
}

.mythic-dungeon-note {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.mythic-dungeon-option {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 160ms ease, opacity 160ms ease;
}

.mythic-dungeon-option:last-child {
  border-bottom: 0;
}

.mythic-dungeon-option:hover {
  background: rgba(255, 255, 255, 0.04);
}

.mythic-dungeon-option.is-selected {
  background: rgba(111, 84, 255, 0.12);
}

.mythic-dungeon-option:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.mythic-dungeon-box {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 5px;
  border: 1px solid rgba(123, 95, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.mythic-dungeon-option.is-selected .mythic-dungeon-box {
  border-color: rgba(123, 95, 255, 0.54);
  background: linear-gradient(180deg, rgba(95, 77, 234, 0.92), rgba(73, 58, 188, 0.92));
}

.mythic-dungeon-option.is-selected .mythic-dungeon-box::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.mythic-dungeon-option-label {
  line-height: 1.25;
}

.mythic-inline-select select {
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  color-scheme: dark;
}

.mythic-inline-select select option {
  background: #16212d;
  color: #f5f2ea;
}

#mythic-role option[value="dps"] {
  color: #8fe99b;
}

.mythic-role-select {
  position: relative;
  margin-top: 0.45rem;
}

.mythic-role-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  cursor: pointer;
}

.mythic-role-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.58);
  border-bottom: 2px solid rgba(255, 255, 255, 0.58);
  transform: rotate(45deg);
}

.mythic-role-trigger-copy,
.mythic-role-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
}

.mythic-role-trigger-copy strong,
.mythic-role-option-main {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
}

.mythic-role-trigger-copy small,
.mythic-role-option-meta {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.56);
}

.mythic-role-trigger-copy .is-green,
.mythic-role-option-meta.is-green {
  color: #8fe99b;
}

.mythic-role-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 12;
  display: none;
  padding: 0.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #16202b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.mythic-role-select.is-open .mythic-role-menu {
  display: grid;
  gap: 0.2rem;
}

.mythic-role-option {
  padding: 0.62rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.mythic-role-option.is-selected,
.mythic-role-option:hover {
  border-color: rgba(125, 136, 255, 0.18);
  background: rgba(125, 136, 255, 0.08);
}

.mythic-checkline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.mythic-checkline-left {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.mythic-checkline input {
  width: 18px;
  height: 18px;
  accent-color: #7e67ff;
}

.mythic-checkline span,
.mythic-checkline strong {
  font-weight: 800;
}

.mythic-method-addon {
  margin-top: 0.75rem;
  padding-top: 0;
  border-top: 0;
}

.mythic-method-addon[hidden] {
  display: none !important;
}

.mythic-speed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.mythic-speed-block {
  margin-bottom: 0.35rem;
}

.mythic-speed-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.7rem;
}

.speed-pill span {
  min-width: 0;
  padding-inline: 0.95rem;
}

.mythic-summary-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.55rem 0.5rem;
  background:
    linear-gradient(180deg, rgba(71, 50, 182, 0.98), rgba(48, 35, 138, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
  box-shadow: 0 -16px 28px rgba(12, 8, 44, 0.2);
  z-index: 2;
}

.mythic-summary-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  padding: 0 0 0.28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.summary-meta span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.summary-meta strong {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.88rem;
  color: var(--elite-gold);
  font-weight: 800;
}

.mythic-summary-main {
  margin-top: 0;
}

.mythic-price-compact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mythic-total-large {
  margin-bottom: 0;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1;
  letter-spacing: 0.01em;
}

.mythic-summary-panel .summary-line {
  padding: 0.08rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.mythic-summary-panel .summary-line span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.56rem;
}

.mythic-summary-panel .summary-line strong {
  font-size: 0.58rem;
}

.mythic-cta {
  margin-top: 0;
  min-height: 42px;
  background: linear-gradient(135deg, #34c759, #15953d);
  color: #fff;
  box-shadow: 0 10px 20px rgba(20, 149, 61, 0.18);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 6px;
  padding: 0 0.95rem;
}

.mythic-summary-foot {
  display: none;
}

.mythic-summary-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
}

.mythic-summary-note::before {
  content: "$";
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  font-weight: 800;
}

.bundle-clean-hero {
  padding-top: 2rem;
}

.bundle-clean-layout,
.bundle-clean-grid,
.bundle-clean-sections,
.bundle-stats {
  display: grid;
  gap: 1.25rem;
}

.bundle-clean-layout {
  grid-template-columns: minmax(0, 1.08fr) 440px;
  align-items: start;
}

.bundle-clean-copy p {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.bundle-clean-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.bundle-clean-pills span,
.bundle-clean-card,
.bundle-clean-panel,
.bundle-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.bundle-clean-pills span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.bundle-clean-card,
.bundle-clean-panel {
  border-radius: 28px;
}

.bundle-clean-sections {
  margin-top: 1.3rem;
}

.bundle-clean-card {
  padding: 1.4rem;
}

.bundle-clean-card h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.bundle-clean-card p,
.bundle-clean-card li {
  color: rgba(255, 255, 255, 0.82);
}

.bundle-clean-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bundle-clean-card h3 {
  margin-top: 0;
}

.bundle-clean-panel {
  position: sticky;
  top: 108px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 118px);
  max-height: calc(100vh - 118px);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(123, 95, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(111, 92, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(15, 24, 34, 0.96), rgba(10, 17, 26, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.bundle-clean-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
}

.bundle-clean-main {
  min-height: 0;
  padding: 1rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 95, 255, 0.5) rgba(255, 255, 255, 0.06);
}

.bundle-clean-main::-webkit-scrollbar {
  width: 8px;
}

.bundle-clean-main::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

.bundle-clean-main::-webkit-scrollbar-thumb {
  background: rgba(123, 95, 255, 0.46);
  border-radius: 999px;
}

.bundle-field {
  margin: 0;
}

.bundle-extra-stack {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.bundle-option-group {
  display: grid;
  gap: 0.4rem;
}

.bundle-toggle-row {
  margin-top: 0.6rem;
}

.bundle-toggle-pill {
  flex: 1 1 0;
}

.bundle-toggle-pill span {
  width: 100%;
}

.bundle-select {
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  color-scheme: dark;
}

.bundle-select option {
  background: #16212d;
  color: #f5f2ea;
}

.bundle-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.bundle-stat-card {
  padding: 1rem;
  border-radius: 20px;
}

.bundle-stat-card span,
.bundle-price-line span {
  display: block;
}

.bundle-stat-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.bundle-stat-card strong {
  display: block;
  margin-top: 0.25rem;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
}

.bundle-clean-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -16px 28px rgba(12, 8, 44, 0.2);
  background: linear-gradient(180deg, rgba(71, 50, 182, 0.98), rgba(48, 35, 138, 0.98));
}

.bundle-summary-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  padding: 0.4rem 0.55rem 0.28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bundle-price-card {
  padding: 0 0.55rem 0.5rem;
  border-radius: 0;
  background: transparent;
}

.bundle-price-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 86px;
  padding: 0.15rem 0 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bundle-price-card strong#bundle-total {
  display: block;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.4rem);
  line-height: 1;
}

.bundle-price-lines {
  display: grid;
  gap: 0.45rem;
  margin: 0.7rem 0 0.8rem;
}

.bundle-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.86);
}

.leveling-layout-section {
  padding-top: 2rem;
}

.leveling-page-layout,
.leveling-feature-grid {
  display: grid;
  gap: 1.25rem;
}

.leveling-page-layout {
  grid-template-columns: minmax(0, 1.05fr) 460px;
  align-items: start;
}

.leveling-content-side h1 {
  margin: 0;
  max-width: 10ch;
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  line-height: 0.94;
}

.leveling-lead {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  font-size: 0.94rem;
}

.leveling-info-card,
.leveling-feature-card,
.leveling-calculator-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.leveling-info-card,
.leveling-feature-card,
.leveling-calculator-panel {
  border-radius: 28px;
}

.leveling-info-card,
.leveling-feature-card {
  padding: 1.4rem;
}

.leveling-info-card {
  margin-top: 1.35rem;
}

.leveling-info-card h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.03;
}

.leveling-info-card p,
.leveling-feature-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  font-size: 0.92rem;
}

.leveling-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.leveling-feature-card h3 {
  margin-top: 0;
  font-size: 1.05rem;
}

.leveling-calculator-panel {
  position: sticky;
  top: 108px;
  display: flex;
  flex-direction: column;
  min-height: 600px;
  max-height: calc(100vh - 118px);
  overflow: hidden;
}

.leveling-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
}

.leveling-main {
  min-height: 0;
  overflow-y: auto;
  padding: 0.75rem 0.8rem 0.8rem;
}

.leveling-main .section-heading.inline {
  margin-bottom: 0.65rem;
}

.leveling-main .section-heading.inline h2 {
  font-size: 2.2rem;
  line-height: 0.93;
}

.leveling-main .section-heading.inline .eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
}

.leveling-range-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.leveling-level-card {
  display: grid;
  gap: 0.35rem;
  position: relative;
  padding: 0.58rem 0.8rem;
  min-height: 84px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(113, 86, 255, 0.08);
}

.leveling-level-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.leveling-level-value {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
}

.leveling-level-value strong {
  font-size: 1.25rem;
}

.leveling-level-value small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.64rem;
}

.leveling-level-card i {
  position: absolute;
  top: 0.7rem;
  right: 0.78rem;
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
  font-size: 0.72rem;
  line-height: 1;
}

.leveling-dual-range {
  height: 44px;
  margin: 0.55rem 0 0.55rem;
}

.leveling-dual-range .slider-track,
.leveling-dual-range .slider-progress {
  height: 6px;
}

.leveling-dual-range .slider-track {
  background: rgba(255, 255, 255, 0.08);
}

.leveling-dual-range .slider-progress {
  background: linear-gradient(90deg, #7d88ff, #5ab4ff);
}

.leveling-dual-range input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #10212f;
  background: #d4af37;
  box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.15);
}

.leveling-dual-range input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #10212f;
  background: #d4af37;
  box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.15);
}

.leveling-addon-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.leveling-addon-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.58rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.leveling-addon-row:last-child {
  border-bottom: 0;
}

.leveling-addon-row input {
  width: 16px;
  height: 16px;
  accent-color: #69a8ff;
}

.leveling-addon-copy {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.leveling-addon-copy strong {
  font-size: 0.88rem;
}

.leveling-addon-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.leveling-addon-copy small b {
  color: var(--accent-strong);
}

.leveling-addon-badge {
  padding: 0.16rem 0.42rem;
  border-radius: 999px;
  background: rgba(45, 216, 129, 0.14);
  color: #8fe99b !important;
  font-size: 0.66rem !important;
  font-weight: 800;
}

.leveling-addon-row em {
  color: rgba(255, 255, 255, 0.86);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
}

.leveling-speed-selector {
  margin-top: 0.7rem;
}

.leveling-speed-selector .segmented-control span {
  min-height: 40px;
  padding: 0.58rem 0.7rem;
  font-size: 0.8rem;
}

.leveling-summary-panel {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -16px 28px rgba(12, 8, 44, 0.2);
  background: linear-gradient(180deg, rgba(71, 50, 182, 0.98), rgba(48, 35, 138, 0.98));
}

.leveling-summary-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  padding: 0.3rem 0.5rem 0.22rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.leveling-summary-top .summary-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.leveling-summary-top .summary-meta i {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-style: normal;
  font-size: 0.58rem;
}

.leveling-summary-card {
  padding: 0 0.5rem 0.4rem;
  background: transparent;
}

.leveling-price-main {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 64px;
  padding: 0.08rem 0 0.12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.leveling-summary-card .summary-total {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.leveling-summary-card .summary-breakdown {
  display: none;
}

.summary-card {
  position: sticky;
  top: 110px;
}

.summary-total {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  margin: 0.5rem 0 1.5rem;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.summary-line:last-child,
.contact-list div:last-child {
  border-bottom: 0;
}

.full-width {
  width: 100%;
}

.form-stack,
.contact-list {
  flex-direction: column;
  gap: 1rem;
}

.form-stack.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.field-group select,
.field-group input,
.field-group textarea {
  width: 100%;
  margin-top: 0.65rem;
  padding: 1rem;
  color: var(--text);
  outline: none;
}

.faq-item {
  padding: 1.2rem 1.4rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.contact-list div {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-list a {
  color: #fff;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--elite-gold);
}

.contact-support-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.contact-quick-support {
  min-height: 52px;
}

.contact-form-status {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.direct-contact-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  line-height: 1.05;
}

.direct-contact-subtitle {
  margin: 0.35rem 0 0;
  color: #f2f2f2;
  font-size: 1.02rem;
  line-height: 1.7;
}

.direct-contact-note {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.direct-contact-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.direct-contact-list {
  margin-top: 0.65rem;
}

.direct-contact-item strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.direct-contact-value {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  user-select: text;
}

.direct-contact-icon {
  color: var(--elite-gold);
  font-size: 0.86rem;
}

.direct-contact-passive-cta {
  margin: 1.3rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.75;
}

.direct-contact-chat-btn {
  width: 100%;
  margin-top: 0.9rem;
  min-height: 52px;
  justify-content: center;
}

.success-actions {
  display: grid;
  gap: 1rem;
}

.success-page {
  min-height: 100vh;
  background: #0f0f0f;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}

.success-wrap {
  width: 100%;
  display: grid;
  place-items: center;
}

.success-card {
  width: min(680px, 100%);
  padding: 2.8rem 2.2rem;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 28px;
  background: #16191d;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.success-check {
  width: 86px;
  height: 86px;
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(40, 167, 69, 0.22), rgba(40, 167, 69, 0.08));
  border: 1px solid rgba(40, 167, 69, 0.28);
  color: #28a745;
  animation: successPulse 2s ease-in-out infinite;
}

.success-check svg {
  width: 42px;
  height: 42px;
}

.success-card h1 {
  margin: 0.4rem 0 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.success-card p {
  margin: 1rem auto 0;
  max-width: 42rem;
  color: #c7c7c7;
  font-size: 1rem;
  line-height: 1.75;
}

.success-ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  gap: 0.75rem;
  margin-top: 1.6rem;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #33c056, #28a745);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.3), 0 0 24px rgba(40, 167, 69, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.success-ticket-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.36), 0 0 30px rgba(40, 167, 69, 0.34);
}

.success-ticket-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.success-ticket-spinner {
  width: 16px;
  height: 16px;
  display: none;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  animation: successSpin 0.8s linear infinite;
}

.success-ticket-btn.is-loading .success-ticket-spinner {
  display: inline-flex;
}

.success-ticket-btn.is-loading {
  pointer-events: none;
  cursor: progress;
  filter: brightness(0.98);
}

.success-help {
  margin-top: 1.2rem;
  color: #9fa3a7;
  font-size: 0.84rem;
}

@keyframes successPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.24);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0.05);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

@keyframes successSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .success-actions {
    grid-template-columns: 1fr;
  }
}

/* ── Boost Info CTA ── */
.boost-info-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 1rem 1.2rem;
  background: rgba(212, 175, 55, 0.07);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 16px;
  text-align: left;
  animation: ctaGlow 3s ease-in-out infinite;
}
@keyframes ctaGlow {
  0%, 100% { border-color: rgba(212, 175, 55, 0.28); }
  50%       { border-color: rgba(212, 175, 55, 0.55); box-shadow: 0 0 18px rgba(212, 175, 55, 0.12); }
}
.boost-info-cta-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.boost-info-cta-text {
  flex: 1;
}
.boost-info-cta-text strong {
  display: block;
  color: #d4af37;
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 0.15rem;
}
.boost-info-cta-text p {
  color: #9fa3a7;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0;
}
.boost-info-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  padding: 0.6rem 1.1rem;
  background: linear-gradient(155deg, #c8960c, #d4af37);
  color: #1a1000;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.3);
  transition: transform 0.18s, filter 0.18s;
}
.boost-info-cta-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}
.boost-info-cta-btn svg {
  width: 14px;
  height: 14px;
}
.boost-info-done {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.4rem;
  padding: 0.8rem 1.1rem;
  background: rgba(40, 167, 69, 0.08);
  border: 1px solid rgba(40, 167, 69, 0.25);
  border-radius: 12px;
  color: #2ed058;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: left;
}
.boost-info-done svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ── Boost Modal ── */
.boost-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.boost-modal-overlay[hidden] {
  display: none;
}
.boost-modal {
  width: min(560px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  background: #16191d;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 22px;
  padding: 2rem 2rem 1.8rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  animation: modalIn 0.28s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.boost-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.boost-modal-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.25rem;
}
.boost-modal-subtitle {
  font-size: 0.78rem;
  color: #9fa3a7;
  margin: 0;
}
.boost-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #9fa3a7;
  flex-shrink: 0;
  transition: background 0.18s, color 0.18s;
}
.boost-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.boost-modal-close svg {
  width: 15px;
  height: 15px;
}

/* fields */
.boost-field-group {
  margin-bottom: 1rem;
}
.boost-field-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6c7075;
  margin-bottom: 0.4rem;
}
.boost-optional {
  font-weight: 500;
  color: #4a4e52;
  text-transform: none;
  letter-spacing: 0;
}
.req { color: #d4af37; }
.boost-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  color: #e0dbd0;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.boost-input:focus {
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.04);
}
.boost-input::placeholder { color: rgba(255, 255, 255, 0.2); }
.boost-select { cursor: pointer; }
.boost-select option { background: #1a1d24; color: #e0dbd0; }
.boost-textarea { resize: none; height: 68px; }

.boost-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
.boost-field-full {
  grid-column: 1 / -1;
}

/* mode toggle */
.boost-mode-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.boost-mode-btn {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.boost-mode-btn.active {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(212, 175, 55, 0.09);
}
.boost-mode-ico { display: block; font-size: 1.3rem; margin-bottom: 0.25rem; }
.boost-mode-name {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}
.boost-mode-btn.active .boost-mode-name { color: #d4af37; }
.boost-mode-sub {
  display: block;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 0.1rem;
}
.boost-mode-btn.active .boost-mode-sub { color: rgba(212, 175, 55, 0.55); }

/* faction */
.boost-faction-row { display: flex; gap: 0.6rem; }
.boost-faction-btn {
  flex: 1;
  padding: 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: all 0.2s;
  user-select: none;
}
.boost-faction-btn.horde.active  { border-color: rgba(196, 30, 58, 0.6);  background: rgba(196, 30, 58, 0.1);  color: #e8516a; }
.boost-faction-btn.alliance.active { border-color: rgba(0, 112, 222, 0.5); background: rgba(0, 112, 222, 0.1); color: #5ba4f5; }

/* security note */
.boost-security-note {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.7rem 0.9rem;
  margin-bottom: 1rem;
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 10px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55;
}
.boost-security-note svg { width: 14px; height: 14px; color: #d4af37; flex-shrink: 0; margin-top: 1px; }

.boost-form-status {
  padding: 0.65rem 0.9rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.boost-form-status.error { background: rgba(220, 53, 69, 0.1); border: 1px solid rgba(220, 53, 69, 0.3); color: #f1858e; }
.boost-form-status[hidden] { display: none; }

.boost-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9rem;
  border-radius: 12px;
  background: linear-gradient(155deg, #c8960c, #d4af37, #c8960c);
  color: #1a1000;
  border: none;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
  transition: transform 0.18s, filter 0.18s;
}
.boost-submit-btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.boost-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.boost-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(26, 16, 0, 0.3);
  border-top-color: #1a1000;
  animation: successSpin 0.8s linear infinite;
  flex-shrink: 0;
}

.boost-done {
  text-align: center;
  padding: 1rem 0;
}
.boost-done-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.boost-done-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #d4af37;
  margin-bottom: 0.6rem;
}
.boost-done-sub {
  color: #9fa3a7;
  font-size: 0.88rem;
  line-height: 1.65;
  max-width: 360px;
  margin: 0 auto 1.2rem;
}

@media (max-width: 520px) {
  .boost-modal { padding: 1.5rem 1.2rem; }
  .boost-fields-grid { grid-template-columns: 1fr; }
  .boost-info-cta { flex-wrap: wrap; }
  .boost-info-cta-btn { width: 100%; justify-content: center; }
}

/* ── Floating currency pill ──────────────────────────────────────────────── */
.currency-float {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.75rem 0.42rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(8, 12, 18, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.45);
  cursor: pointer;
  transition: opacity 0.22s, transform 0.22s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}
.currency-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.currency-float-icon {
  font-size: 1rem;
  line-height: 1;
}
.currency-float-select {
  border: 0;
  background: transparent;
  color: #f0e6c8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  outline: none;
  cursor: pointer;
  appearance: none;
  padding-right: 0.1rem;
}
.currency-float-select option {
  background: #0e1319;
  color: #fff;
}

.site-footer {
  padding: 1.6rem 0 2.5rem;
}

.site-footer-minimal {
  background: #000;
  padding: 2.2rem 0 2.6rem;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}

.footer-contact-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.footer-contact-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-contact-line span {
  color: var(--elite-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact-line strong {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  user-select: text;
}

.footer-support-copy,
.footer-disclaimer,
.footer-copyright {
  margin: 0;
  color: #a0a0a0;
  user-select: text;
}

.footer-support-hours {
  display: grid;
  gap: 0.18rem;
  max-width: 62ch;
  margin: 0.8rem auto 0;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.footer-support-hours strong {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-support-hours span {
  color: #d2d2d2;
  font-size: 0.84rem;
  line-height: 1.55;
}

.footer-support-copy {
  max-width: 62ch;
  margin: 0.7rem auto 0;
  font-size: 0.92rem;
  line-height: 1.8;
}

.payment-strip {
  display: grid;
  gap: 0.65rem;
  justify-items: center;
  margin: 0 0 1rem;
}

.payment-strip-header,
.payment-strip-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.payment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f5f7;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.payment-chip:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}

.payment-chip--stripe {
  gap: 0.45rem;
  border-color: rgba(40, 167, 69, 0.35);
  background: rgba(40, 167, 69, 0.16);
  color: #6ae38b;
}

.payment-chip--stripe:hover {
  border-color: rgba(40, 167, 69, 0.5);
  background: rgba(40, 167, 69, 0.22);
}

.payment-lock {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.payment-lock svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.footer-disclaimer {
  max-width: 920px;
  margin: 0.9rem auto 0;
  padding: 0 1rem;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.footer-copyright {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  line-height: 1.7;
}

.footer-payment-strip {
  margin: 1rem auto 0.95rem;
  gap: 0.45rem;
}

.mobile-service-summary {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 0.75rem);
  z-index: 95;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 18px;
  background: rgba(8, 14, 20, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

.mobile-service-summary-price-wrap {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
  justify-items: center;
  text-align: center;
  width: 100%;
}

.mobile-service-summary-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-service-summary-price {
  color: var(--elite-gold);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.mobile-service-summary-button {
  flex: 0 0 auto;
  width: min(100%, 320px);
  min-height: 46px;
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.mobile-service-summary-button:disabled,
.mobile-service-summary-button[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}

.footer-payment-strip .payment-chip {
  min-height: 28px;
  padding: 0.32rem 0.68rem;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
}

.footer-payment-strip .payment-lock {
  width: 15px;
  height: 15px;
}

.footer-payment-strip .payment-lock svg {
  width: 12px;
  height: 12px;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.35rem;
  margin: 1rem auto 0.85rem;
}

.footer-policy-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-policy-links a:hover,
.footer-policy-links a:focus-visible {
  color: var(--elite-gold);
}

.policy-page-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
}

.policy-page-stack {
  display: grid;
  gap: 1.5rem;
}

.policy-card h2 {
  margin-bottom: 0.85rem;
}

.policy-card h3 {
  margin: 1.25rem 0 0.6rem;
  color: var(--elite-white);
  font-size: 1.05rem;
  font-weight: 800;
}

.policy-card ul {
  margin: 0.65rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.8;
}

.policy-card li + li {
  margin-top: 0.35rem;
}

.policy-highlight {
  border: 1px solid rgba(255, 215, 0, 0.14);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.08), rgba(255, 255, 255, 0.02));
}

.policy-meta-list {
  display: grid;
  gap: 0.9rem;
}

.policy-meta-item {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.policy-meta-item span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--elite-gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-meta-item strong {
  color: var(--elite-white);
  font-size: 1rem;
  line-height: 1.5;
}

.account-security-banner {
  margin: 1.1rem 0 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.08), rgba(255, 255, 255, 0.02));
}

.account-security-banner strong {
  display: block;
  margin: 0.15rem 0 0.35rem;
  color: var(--elite-white);
  font-size: 1rem;
  font-weight: 800;
}

.account-security-banner p {
  margin: 0;
}

.footer-grid {
  align-items: center;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-links {
  flex-wrap: wrap;
  gap: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.leveling-content-side h1 {
  max-width: 14ch;
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.leveling-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.leveling-info-card,
.leveling-feature-card,
.leveling-calculator-panel {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
  box-shadow: none;
}

.leveling-info-card,
.leveling-feature-card {
  padding: 1rem 1.05rem;
}

.leveling-info-card h2,
.leveling-feature-card h3 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.leveling-info-card h2 {
  font-size: 1rem;
  line-height: 1.35;
}

.leveling-info-card p,
.leveling-feature-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.55;
}

.leveling-feature-card h3 {
  font-size: 0.9rem;
}

.leveling-calculator-panel {
  border-radius: 20px;
}

.leveling-calculator-panel .mythic-status-bar {
  padding: 0.48rem 0.65rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.leveling-calculator-panel .status-title {
  margin-bottom: 0.05rem;
  font-size: 0.58rem;
}

.leveling-calculator-panel .mythic-status-bar strong {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.leveling-calculator-panel .status-link {
  min-height: auto;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
}

.leveling-main {
  padding: 0.65rem 0.75rem 0.75rem;
}

.leveling-main .section-heading.inline {
  margin-bottom: 0.45rem;
}

.leveling-main .section-heading.inline .eyebrow {
  display: none;
}

.leveling-main .section-heading.inline h2 {
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.leveling-range-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.leveling-level-card {
  display: grid;
  gap: 0.18rem;
  position: relative;
  padding: 0.5rem 0.65rem;
  min-height: 58px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.leveling-level-card > span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.leveling-level-value strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.leveling-level-value small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.leveling-level-card i {
  top: 0.6rem;
  right: 0.65rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
}

.leveling-dual-range {
  height: 28px;
  margin: 0.35rem 0 0.35rem;
}

.leveling-slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.42rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
}

.leveling-slider-meta strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.leveling-dual-range .slider-track,
.leveling-dual-range .slider-progress {
  height: 3px;
}

.leveling-dual-range .slider-track {
  background: rgba(255, 255, 255, 0.12);
}

.leveling-dual-range .slider-progress {
  background: linear-gradient(90deg, #7d88ff, #9dd2ff);
}

.leveling-dual-range input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #10212f;
  background: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.leveling-dual-range input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #10212f;
  background: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.leveling-addon-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.leveling-addon-section {
  margin-top: 0.55rem;
  margin-bottom: 0.18rem;
}

.leveling-addon-heading {
  display: inline-block;
  color: rgba(209, 177, 122, 0.88);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leveling-addon-caption {
  margin: 0.38rem 0 0.2rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.64rem;
  line-height: 1.5;
}

.leveling-select-block {
  margin-top: 0.4rem;
}

.leveling-select-header span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #d4af37;
  font-size: 0.72rem;
  font-weight: 700;
}

.leveling-select-header i {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.28);
  font-style: normal;
  font-size: 0.5rem;
  color: rgba(212, 175, 55, 0.86);
}

.leveling-select-block .bundle-select {
  margin-top: 0.45rem;
}

.leveling-achievement-select {
  position: relative;
  margin-top: 0.45rem;
}

.leveling-achievement-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  cursor: pointer;
}

.leveling-achievement-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(212, 175, 55, 0.72);
  border-bottom: 2px solid rgba(212, 175, 55, 0.72);
  transform: rotate(45deg);
}

.leveling-achievement-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  padding: 0.35rem 0.65rem 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: #16202b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.leveling-achievement-select.is-open .leveling-achievement-menu {
  display: block;
}

.leveling-gear-select {
  position: relative;
}

.leveling-gear-select.is-open .leveling-gear-menu {
  display: block;
}

.leveling-achievement-menu .leveling-addon-list,
.leveling-achievement-menu .leveling-addon-row {
  border: 0;
}

.leveling-achievement-menu .leveling-addon-row {
  padding: 0.52rem 0;
}

.leveling-achievement-menu .leveling-addon-row input {
  accent-color: #d4af37;
}

#ksm-achievement-menu .leveling-addon-row input[type="radio"],
#leveling-keystone-achievement-menu .leveling-addon-row input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 3px;
  display: grid;
  flex: 0 0 14px;
  height: 14px;
  margin: 0;
  place-content: center;
  width: 14px;
}

#ksm-achievement-menu .leveling-addon-row input[type="radio"]:checked,
#leveling-keystone-achievement-menu .leveling-addon-row input[type="radio"]:checked {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

#ksm-achievement-menu .leveling-addon-row input[type="radio"]:checked::after,
#leveling-keystone-achievement-menu .leveling-addon-row input[type="radio"]:checked::after {
  background: #d4af37;
  border-radius: 1px;
  content: "";
  height: 6px;
  width: 6px;
}

.leveling-achievement-menu .leveling-addon-row em {
  color: rgba(212, 175, 55, 0.92);
}

.leveling-achievement-menu .leveling-addon-caption {
  margin-bottom: 0;
}

.leveling-gear-search-wrap {
  margin: 0.1rem 0 0.4rem;
}

.leveling-gear-search {
  width: 100%;
  min-height: 36px;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.82);
  outline: none;
}

.leveling-gear-option {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.58rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  cursor: pointer;
}

.leveling-gear-option:last-of-type {
  border-bottom: 0;
}

.leveling-gear-option-copy strong {
  font-size: 0.76rem;
  font-weight: 700;
}

.leveling-gear-option em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
}

.leveling-gear-option.is-selected .leveling-gear-option-copy strong,
.leveling-gear-option:hover .leveling-gear-option-copy strong {
  color: #fff;
}

.leveling-gear-list .leveling-addon-row input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #d4af37;
}

.leveling-addon-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.42rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.leveling-addon-row:last-child {
  border-bottom: 0;
}

.leveling-addon-row input {
  width: 14px;
  height: 14px;
  accent-color: #86c3ff;
}

.leveling-addon-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

.leveling-addon-copy small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.64rem;
}

.leveling-addon-badge {
  padding: 0.1rem 0.32rem;
  font-size: 0.56rem !important;
}

.leveling-addon-row em {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 600;
}

.leveling-speed-selector {
  margin-top: 0.45rem;
}

.leveling-speed-selector .segmented-control span {
  min-height: 34px;
  padding: 0.45rem 0.6rem;
  font-size: 0.72rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.leveling-summary-panel {
  gap: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  background: transparent;
}

.leveling-summary-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  padding: 0.25rem 0.2rem 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.leveling-summary-top .summary-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
}

.leveling-summary-top .summary-meta i {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-style: normal;
  font-size: 0.5rem;
}

.policy-help-trigger {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.policy-help-trigger:hover,
.policy-help-trigger:focus-visible,
.policy-help-trigger[aria-expanded="true"] {
  border-color: rgba(212, 175, 55, 0.65);
  background: rgba(212, 175, 55, 0.14);
  color: #f8d264;
  transform: translateY(-1px);
  outline: none;
}

.site-policy-popover {
  position: fixed;
  z-index: 9999;
  width: min(380px, calc(100vw - 24px));
  max-height: min(420px, calc(100vh - 24px));
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  background: linear-gradient(180deg, rgba(18, 20, 24, 0.98), rgba(11, 12, 15, 0.98));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.48);
  color: #f3eee3;
  overflow: auto;
}

.site-policy-popover[hidden] {
  display: none;
}

.site-policy-popover-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.site-policy-popover-title {
  margin: 0;
  color: #f1c24b;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-policy-popover-close {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  cursor: pointer;
}

.site-policy-popover-close:hover,
.site-policy-popover-close:focus-visible {
  border-color: rgba(212, 175, 55, 0.55);
  color: #f8d264;
  outline: none;
}

.site-policy-popover-body {
  display: grid;
  gap: 0.72rem;
}

.site-policy-popover-body p {
  margin: 0;
  color: rgba(245, 241, 231, 0.92);
  font-size: 0.92rem;
  line-height: 1.55;
}

.elite-crisp-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: visible;
  transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
  animation: elite-crisp-float 3.8s ease-in-out infinite;
}

.elite-crisp-launcher::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 6px;
  z-index: 4;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #9bff88, #2cc45f 58%, #14923d 100%);
  border: 2px solid #0d0f12;
  box-shadow:
    0 0 0 2px rgba(44, 196, 95, 0.18),
    0 0 14px rgba(44, 196, 95, 0.48);
  animation: elite-crisp-status-pulse 2.2s ease-in-out infinite;
}

.elite-crisp-launcher.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
}

.elite-crisp-launcher:hover,
.elite-crisp-launcher:focus-visible {
  transform: translateY(-3px) scale(1.04);
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.22));
  outline: none;
}

.elite-crisp-launcher-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 224, 124, 0.34), transparent 45%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.28), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(212, 175, 55, 0.48);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  animation: elite-crisp-pulse 2.6s ease-in-out infinite;
}

.elite-crisp-launcher-ring::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(212, 175, 55, 0.18);
  opacity: 0.55;
  animation: elite-crisp-halo 3.1s ease-out infinite;
}

.elite-crisp-launcher-core {
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(8, 8, 10, 0.98));
  overflow: hidden;
  isolation: isolate;
}

.elite-crisp-launcher-core::before {
  content: "";
  position: absolute;
  inset: -20% auto -20% -45%;
  width: 58%;
  transform: skewX(-24deg) translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 225, 122, 0.22), transparent);
  animation: elite-crisp-shine 4.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.elite-crisp-launcher-core img {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));
  animation: elite-crisp-logo-breathe 3.2s ease-in-out infinite;
}

@media (max-width: 760px) {
  .elite-crisp-launcher {
    width: 68px;
    height: 68px;
    right: 14px;
    bottom: 14px;
  }

  .elite-crisp-launcher-core {
    width: 56px;
    height: 56px;
  }

  .elite-crisp-launcher-core img {
    width: 42px;
    height: 42px;
  }

  .elite-crisp-launcher::after {
    width: 14px;
    height: 14px;
    left: 3px;
    bottom: 4px;
  }
}

@keyframes elite-crisp-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes elite-crisp-pulse {
  0%, 100% {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35), 0 0 0 rgba(212, 175, 55, 0.12);
  }
  50% {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.38), 0 0 18px rgba(212, 175, 55, 0.18);
  }
}

@keyframes elite-crisp-halo {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@keyframes elite-crisp-shine {
  0%, 18% {
    transform: skewX(-24deg) translateX(-130%);
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  42% {
    transform: skewX(-24deg) translateX(250%);
    opacity: 0;
  }
  100% {
    transform: skewX(-24deg) translateX(250%);
    opacity: 0;
  }
}

@keyframes elite-crisp-logo-breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes elite-crisp-status-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(44, 196, 95, 0.18),
      0 0 10px rgba(44, 196, 95, 0.34);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 0 5px rgba(44, 196, 95, 0.08),
      0 0 18px rgba(44, 196, 95, 0.56);
    transform: scale(1.06);
  }
}

.leveling-summary-card {
  padding: 0 0.2rem 0.25rem;
  background: transparent;
}

.leveling-price-main {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 48px;
  padding: 0.02rem 0 0.1rem;
}

.leveling-summary-card .summary-total {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 800;
}

.leveling-summary-card .summary-breakdown {
  display: none;
}

@media (max-width: 980px) {
  .hero-grid,
  .calculator-grid,
  .contact-grid,
  .feature-grid,
  .service-grid,
  .form-stack.two-col {
    grid-template-columns: 1fr;
  }

  .home-hero-layout,
  .home-link-grid,
  .home-hero-stats,
  .service-grid-home {
    grid-template-columns: 1fr;
  }

  .mythic-page-layout,
  .bundle-clean-layout,
  .leveling-page-layout,
  .mythic-config-body,
  .mythic-summary-top {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding-top: 0;
  }

  .hero-stat-card.accent {
    transform: none;
  }

  .cta-panel,
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .mythic-intro-card {
    grid-template-columns: 1fr;
  }

  .mythic-content-side {
    max-width: none;
  }

  .mythic-speed-grid {
    grid-template-columns: 1fr;
  }

  .bundle-clean-grid,
  .leveling-feature-grid,
  .bundle-stats {
    grid-template-columns: 1fr;
  }

  .mythic-summary-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mythic-configurator {
    position: static;
    top: auto;
    max-height: none;
    min-height: 0;
  }

  .mythic-config-shell {
    position: static;
  }

  .bundle-clean-panel {
    position: static;
    top: auto;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .leveling-calculator-panel {
    position: static;
    top: auto;
    min-height: 0;
    max-height: none;
  }

  .bundle-clean-shell,
  .bundle-clean-main,
  .leveling-shell,
  .leveling-main {
    overflow: visible;
    min-height: auto;
    height: auto;
  }

  .leveling-range-row {
    grid-template-columns: 1fr;
  }

  .mythic-summary-panel {
    position: static;
    bottom: auto;
    box-shadow: none;
  }

  .mythic-config-body,
  .mythic-config-main {
    overflow: visible;
    min-height: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(8, 14, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .account-nav-dropdown,
  .account-nav-trigger,
  .cart-nav-link {
    width: 100%;
  }

  .account-nav-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: auto;
    min-width: min(230px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin-top: 0;
    z-index: 10050;
  }

  .cart-nav-link {
    justify-content: center;
  }

  .site-nav a,
  .full-width {
    width: 100%;
  }

  .range-header,
  .option-grid,
  .segmented-control {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 3.5rem;
  }

  .home-hero {
    padding-top: 1.8rem;
  }

  .mythic-config-main,
  .mythic-summary-panel {
    padding: 1.25rem;
  }

  .mythic-intro-badge {
    width: 84px;
    height: 84px;
  }

  .mythic-status-bar,
  .mythic-run-head,
  .mythic-stepper {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .mythic-status-bar {
    display: flex;
  }

  .mythic-heading h2 {
    max-width: none;
  }

  .mythic-run-note {
    text-align: left;
  }

  .mythic-region-pills {
    flex-direction: column;
  }
}
.bundle-calculator-head {
  margin: -1.4rem -1.4rem 1.2rem;
  padding: 1rem 1.2rem;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(135deg, #5b38d4, #3948c8);
}

.bundle-calculator-head strong {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

.brand-mark,
.brand-text strong,
.hero-copy h1,
.page-hero h1,
.section-heading h2,
.summary-card h2,
.cta-panel h2,
.home-hero-copy h1,
.home-hero-panel h2,
.home-stat-card strong,
.mythic-intro-copy h2,
.bundle-list-copy h1,
.leveling-content-side h1,
.summary-total {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.btn {
  transition: transform 180ms ease, background-color 300ms ease, color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.mythic-summary-note {
  font-size: 0.58rem !important;
  text-align: center;
}

#leveling-total,
#mythic-total,
#bundle-total {
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
}

.price-updated {
  opacity: 0.82;
  transform: translateY(-1px);
}

:root {
  --bg: #0b0e11;
  --bg-alt: #0d0d0d;
  --surface: rgba(22, 25, 29, 0.92);
  --surface-strong: #16191d;
  --border: #2a2e33;
  --border-strong: rgba(212, 175, 55, 0.42);
  --text: #ffffff;
  --muted: #a0a0a0;
  --elite-gold: #d4af37;
  --elite-gold-soft: rgba(212, 175, 55, 0.14);
  --elite-gold-border: rgba(212, 175, 55, 0.34);
  --elite-green: #28a745;
  --elite-green-bright: #33b553;
  --elite-panel: #16191d;
  --elite-panel-strong: #1a1f24;
  --elite-line: #2a2e33;
}

body {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(212, 175, 55, 0.05), transparent 28%),
    linear-gradient(180deg, #0b0e11 0%, #0d0d0d 100%) !important;
  color: #ffffff !important;
}

.site-header {
  background: rgba(11, 14, 17, 0.88) !important;
  border-bottom: 1px solid #2a2e33 !important;
}

body.modal-open {
  overflow: hidden;
}

.elite-auth-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 28%, rgba(212, 175, 55, 0.08), transparent 20%),
    radial-gradient(circle at 85% 82%, rgba(43, 181, 86, 0.12), transparent 24%),
    #06090c;
}

.elite-auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.elite-auth-page-shell {
  width: 100%;
  display: grid;
  place-items: center;
}

.elite-auth-page-card {
  position: relative;
  width: min(100%, 650px);
  padding: 1.8rem 1.9rem 1.95rem;
  border-radius: 32px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.05), transparent 42%),
    linear-gradient(180deg, rgba(21, 25, 31, 0.985), rgba(13, 16, 21, 0.99));
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.52);
}

.elite-auth-page-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.95rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.elite-auth-page-close:hover {
  color: #ffffff;
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-1px);
}

.elite-auth-page-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-right: 4rem;
}

.elite-auth-page-brand .brand-mark {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 22px;
}

.elite-auth-page-brand-copy {
  display: grid;
  gap: 0.2rem;
}

.elite-auth-page-brand-copy strong {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  line-height: 1.02;
}

.elite-auth-page-brand-copy small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
}

.elite-auth-page-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}

.elite-auth-page-switch-btn {
  min-height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.elite-auth-page-switch-btn.is-active {
  background: linear-gradient(135deg, #f6d364, #e8be41);
  border-color: rgba(212, 175, 55, 0.4);
  color: #121212;
}

.elite-auth-page-view[hidden] {
  display: none !important;
}

.elite-auth-page-view h1 {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(2.75rem, 4vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.elite-auth-page-view[data-auth-page-view="login"] h1 {
  max-width: 10ch;
}

.elite-auth-page-copy {
  max-width: 560px;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.45;
}

.elite-auth-page-form {
  display: grid;
  gap: 0.95rem;
}

.elite-auth-page-form .field-label {
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.elite-auth-page-form .field-group input {
  min-height: 66px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
}

.elite-auth-page-form .btn.btn-primary.full-width,
.elite-auth-page-form .btn.btn-secondary.full-width {
  min-height: 66px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
}

.elite-auth-page-link {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
}

.elite-auth-page-link:hover {
  color: #f6d364;
}

.elite-auth-page-forgot {
  display: grid;
  gap: 0.75rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.elite-auth-page-forgot[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .elite-auth-page {
    padding: 1rem;
  }

  .elite-auth-page-card {
    width: min(100%, 560px);
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.15rem;
    border-radius: 24px;
  }

  .elite-auth-page-brand {
    gap: 0.8rem;
    padding-right: 3rem;
  }

  .elite-auth-page-brand .brand-mark {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .elite-auth-page-switch {
    gap: 0.65rem;
  }

  .elite-auth-page-switch-btn {
    min-height: 50px;
  }

  .elite-auth-page-view h1 {
    max-width: 100%;
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .elite-auth-page-form .field-group input,
  .elite-auth-page-form .btn.btn-primary.full-width,
  .elite-auth-page-form .btn.btn-secondary.full-width {
    min-height: 54px;
  }
}

@media (max-width: 560px) {
  .elite-auth-page {
    padding: 0.75rem;
  }

  .elite-auth-page-card {
    width: 100%;
    max-height: 92vh;
    padding: 1rem;
    border-radius: 22px;
  }

  .elite-auth-page-close {
    width: 48px;
    height: 48px;
    font-size: 1.7rem;
  }

  .elite-auth-page-brand {
    gap: 0.7rem;
    padding-right: 3rem;
  }

  .elite-auth-page-brand-copy strong {
    font-size: 1.5rem;
  }

  .elite-auth-page-brand-copy small {
    font-size: 0.8rem;
  }

  .elite-auth-page-switch {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .elite-auth-page-form .form-stack.two-col.compact-grid {
    grid-template-columns: 1fr;
  }
}

.elite-auth-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(4, 6, 8, 0.82);
  backdrop-filter: blur(14px);
}

.elite-auth-modal-card {
  position: relative;
  width: min(100%, 720px);
  max-height: none;
  overflow: visible;
  padding: 1.35rem 1.45rem 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(20, 24, 29, 0.985), rgba(13, 16, 20, 0.99));
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.5);
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.4) transparent;
}

.elite-auth-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.elite-auth-modal-close:hover {
  color: #ffffff;
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-1px);
}

.elite-auth-modal-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
  padding-right: 3.2rem;
}

.elite-auth-modal-brand .brand-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
}

.elite-auth-modal-brand-copy {
  display: grid;
  gap: 0.2rem;
}

.elite-auth-modal-brand-copy strong {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.02;
}

.elite-auth-modal-brand-copy small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
}

.elite-auth-modal-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.elite-auth-modal-switch-btn {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.elite-auth-modal-switch-btn.is-active {
  background: linear-gradient(135deg, #f6d364, #e8be41);
  border-color: rgba(212, 175, 55, 0.4);
  color: #121212;
}

.elite-auth-modal-view {
  display: none;
}

.elite-auth-modal-view.is-active {
  display: block;
}

.elite-auth-modal-view h2 {
  margin: 0.3rem 0 0.45rem;
  max-width: none;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.elite-auth-modal-copy {
  max-width: 500px;
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.4;
}

.elite-auth-modal-form {
  display: grid;
  gap: 0.65rem;
}

.elite-auth-modal-form .field-label {
  margin-bottom: 0.28rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.elite-auth-modal-form .field-group input {
  min-height: 50px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

.elite-auth-modal-form .btn.btn-primary.full-width,
.elite-auth-modal-form .btn.btn-secondary.full-width {
  min-height: 50px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.auth-register-view .btn.btn-primary.full-width {
  margin-top: 0.15rem;
}

.elite-auth-modal-link {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}

.elite-auth-modal-link:hover {
  color: #f6d364;
}

.elite-auth-modal-forgot {
  display: grid;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.elite-auth-modal-forgot[hidden] {
  display: none !important;
}

.compact-grid {
  gap: 0.65rem;
}

.auth-register-view .elite-auth-modal-copy {
  max-width: 490px;
}

.auth-login-view .elite-auth-modal-copy {
  max-width: 430px;
}

.auth-login-view h2 {
  max-width: none;
  font-size: clamp(2.35rem, 3vw, 3.2rem);
}

.auth-login-view .elite-auth-modal-form {
  gap: 0.55rem;
}

.auth-login-view .elite-auth-modal-form .field-group input {
  min-height: 46px;
}

.auth-login-view .elite-auth-modal-form .btn.btn-primary.full-width,
.auth-login-view .elite-auth-modal-form .btn.btn-secondary.full-width {
  min-height: 46px;
}

.auth-login-view .elite-auth-modal-forgot .field-label {
  font-size: 0.68rem;
  margin-bottom: 0.18rem;
}

.auth-login-view .elite-auth-modal-link {
  margin-top: 0.1rem;
}

@media (max-width: 768px) {
  .elite-auth-modal-card {
    width: min(100%, 560px);
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    border-radius: 22px;
  }

  .elite-auth-modal-brand {
    gap: 0.8rem;
    padding-right: 2.6rem;
  }

  .elite-auth-modal-brand .brand-mark {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .elite-auth-modal-switch {
    gap: 0.65rem;
  }

  .elite-auth-modal-switch-btn {
    min-height: 46px;
  }

  .elite-auth-modal-view h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 7vw, 2.5rem);
  }

  .elite-auth-modal-form .field-group input {
    min-height: 48px;
  }

  .elite-auth-modal-form .btn.btn-primary.full-width,
  .elite-auth-modal-form .btn.btn-secondary.full-width {
    min-height: 48px;
  }
}

@media (max-width: 560px) {
  .elite-auth-modal-overlay {
    padding: 0.75rem;
  }

  .elite-auth-modal-card {
    width: 100%;
    max-height: 92vh;
    padding: 0.95rem;
    border-radius: 20px;
  }

  .elite-auth-modal-brand {
    gap: 0.7rem;
    padding-right: 2.8rem;
  }

  .elite-auth-modal-brand .brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .elite-auth-modal-brand-copy strong {
    font-size: 1.35rem;
  }

  .elite-auth-modal-brand-copy small {
    font-size: 0.68rem;
  }

  .elite-auth-modal-switch {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .form-stack.two-col.compact-grid {
    grid-template-columns: 1fr;
  }

  .auth-login-view h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(212, 175, 55, 0.08) !important;
}

.hero-stat-card,
.glass-card,
.summary-card,
.service-card,
.cta-panel,
.faq-item,
.home-link-card,
.home-hero-panel,
.home-stat-card,
.leveling-info-card,
.leveling-feature-card,
.leveling-calculator-panel,
.mythic-intro-card,
.mythic-info-toggle,
.mythic-info-panel,
.mythic-configurator,
.bundle-list-info-card,
.bundle-list-feature,
.bundle-list-panel {
  background: #16191d !important;
  border-color: #2a2e33 !important;
  box-shadow: none !important;
}

.btn-primary {
  background: linear-gradient(180deg, #31b34f 0%, #28a745 100%) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #39bf59 0%, #2db14b 100%) !important;
  box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.22), 0 0 18px rgba(40, 167, 69, 0.18) !important;
}

.eyebrow,
.leveling-addon-heading,
.leveling-select-header span,
.status-title,
.bundle-offer-badge,
.leveling-addon-badge,
.mythic-role-trigger-copy .is-green,
.mythic-role-option-meta.is-green {
  color: #d4af37 !important;
}

.bundle-offer-badge,
.leveling-addon-badge {
  background: rgba(212, 175, 55, 0.14) !important;
}

.site-nav a,
.hero-copy p,
.page-hero p,
.mythic-lead,
.leveling-lead,
.bundle-list-lead,
.mythic-description p,
.mythic-info-toggle p,
.mythic-feature-list li,
.leveling-info-card p,
.leveling-feature-card p,
.bundle-list-info-card p,
.bundle-list-feature p,
.calculator-trust-line,
.mythic-summary-note,
.leveling-addon-caption {
  color: #a0a0a0 !important;
}

.mythic-select-trigger,
.mythic-dungeon-trigger,
.mythic-inline-select select,
.mythic-role-trigger,
.leveling-achievement-trigger,
.bundle-select,
.leveling-level-card,
.stepper-btn,
.field-group select,
.field-group input,
.field-group textarea {
  background: #1a1f24 !important;
  border-color: #2a2e33 !important;
  box-shadow: none !important;
}

.mythic-select-trigger:focus,
.mythic-dungeon-trigger:focus,
.mythic-inline-select select:focus,
.mythic-role-trigger:focus,
.leveling-achievement-trigger:focus,
.bundle-select:focus,
.field-group select:focus,
.field-group input:focus,
.field-group textarea:focus {
  outline: none !important;
  border-color: rgba(212, 175, 55, 0.34) !important;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.18) !important;
}

.region-pill input:checked + span,
.toggle-pill input:checked + span,
.bundle-list-panel .bundle-toggle-pill input:checked + span,
.segmented-control input:checked + span {
  background: rgba(212, 175, 55, 0.12) !important;
  border-color: rgba(212, 175, 55, 0.34) !important;
}

.leveling-dual-range .slider-progress {
  background: linear-gradient(90deg, #d4af37, #e8ca6f) !important;
}

.leveling-dual-range input[type="range"]::-webkit-slider-thumb,
.leveling-dual-range input[type="range"]::-moz-range-thumb,
#mythic-runs::-webkit-slider-thumb,
#mythic-runs::-moz-range-thumb {
  background: #d4af37 !important;
}

#mythic-runs::-webkit-slider-runnable-track {
  background: linear-gradient(
    90deg,
    #d4af37 0,
    #d4af37 var(--mythic-progress, 0%),
    rgba(255, 255, 255, 0.12) var(--mythic-progress, 0%),
    rgba(255, 255, 255, 0.12) 100%
  ) !important;
}

#mythic-runs::-moz-range-progress {
  background: #d4af37 !important;
}

.summary-total,
#leveling-total,
#mythic-total,
#bundle-total,
.bundle-offer-price,
.leveling-addon-row em,
.mythic-checkline strong {
  color: #d4af37 !important;
}

.mythic-summary-note::before {
  border-color: rgba(212, 175, 55, 0.28) !important;
  color: #d4af37 !important;
}

.mythic-status-bar,
.leveling-calculator-panel .mythic-status-bar,
.bundle-list-panel .mythic-status-bar {
  background: transparent !important;
  border-bottom: 1px solid var(--elite-line) !important;
}

.mythic-select-menu,
.mythic-dungeon-menu,
.mythic-role-menu,
.leveling-achievement-menu {
  background: #16202b !important;
  border-color: var(--elite-line) !important;
  box-shadow: none !important;
}

.mythic-select-option:hover,
.mythic-select-option.is-selected,
.mythic-role-option.is-selected,
.mythic-role-option:hover,
.mythic-dungeon-option:hover,
.mythic-dungeon-option.is-selected {
  background: var(--elite-gold-soft) !important;
  border-color: var(--elite-gold-border) !important;
}

.mythic-checkline,
.leveling-addon-list,
.bundle-list-footer,
.mythic-run-panel,
.leveling-summary-panel,
.mythic-summary-panel {
  border-color: var(--elite-line) !important;
}

.leveling-summary-panel,
.mythic-summary-panel,
.bundle-list-footer {
  background: transparent !important;
  box-shadow: none !important;
}

.mythic-page-layout {
  grid-template-columns: minmax(0, 1.05fr) 460px;
  gap: 1.25rem;
}

.mythic-content-side {
  padding-right: 0.35rem;
}

.mythic-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.mythic-breadcrumbs {
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.mythic-intro-card,
.mythic-info-toggle,
.mythic-info-panel,
.mythic-configurator {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
  box-shadow: none;
}

.mythic-intro-card,
.mythic-info-toggle,
.mythic-info-panel,
.mythic-configurator {
  border-radius: 20px;
}

.mythic-intro-card {
  grid-template-columns: 64px 1fr;
  gap: 0.85rem;
  padding: 0.9rem 0.95rem;
}

.mythic-intro-badge {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(125, 136, 255, 0.12);
  box-shadow: none;
  font-size: 1.1rem;
  font-weight: 800;
}

.mythic-intro-copy h2,
.mythic-info-toggle summary,
.mythic-info-panel summary {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mythic-intro-copy h2 {
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.mythic-intro-copy p,
.mythic-description p,
.mythic-info-toggle p,
.mythic-feature-list li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.6;
}

.mythic-trust-row {
  gap: 0.5rem;
  margin-top: 0.55rem;
  font-size: 0.8rem;
}

.trust-stars {
  font-size: 0.78rem;
}

.mythic-description {
  margin-top: 0.8rem;
}

.mythic-info-toggle summary,
.mythic-info-panel summary {
  padding: 0.8rem 0.9rem;
  font-size: 0.78rem;
}

.mythic-info-toggle p {
  padding: 0 0.9rem 0.8rem;
}

.mythic-feature-list {
  padding: 0 0.9rem 0.8rem 0.9rem;
}

.mythic-feature-list li {
  padding-left: 1.15rem;
  margin-bottom: 0.45rem;
}

.mythic-feature-list li::before {
  left: 0;
  top: 0.1rem;
  font-size: 0.95rem;
}

.mythic-configurator {
  top: 108px;
  min-height: 600px;
  max-height: calc(100vh - 118px);
  background: rgba(255, 255, 255, 0.015);
}

.mythic-status-bar {
  padding: 0.48rem 0.65rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.status-title {
  margin-bottom: 0.05rem;
  font-size: 0.58rem;
}

.mythic-status-bar strong {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.status-link {
  min-height: auto;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
}

.calculator-region-panel {
  align-items: start;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
  padding: 0.9rem;
}

.calculator-region-panel .field-label {
  align-items: center;
  display: inline-flex;
  gap: 0.36rem;
}

.calculator-region-pills {
  max-width: 216px;
}

.calculator-region-pills .region-pill {
  width: 100%;
}

.calculator-region-pills .region-pill span {
  min-width: 108px;
}

.mythic-config-main {
  padding: 0.65rem 0.75rem 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

.mythic-config-main::-webkit-scrollbar {
  width: 6px;
}

.mythic-config-main::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.mythic-config-main .field-label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mythic-select {
  margin-top: 0.45rem;
}

.mythic-select-trigger,
.mythic-dungeon-trigger,
.mythic-inline-select select {
  min-height: 44px;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.mythic-select-label {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.mythic-select-copy {
  gap: 0.08rem;
}

.mythic-select-trigger strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}

.mythic-select-trigger small {
  padding: 0.1rem 0.32rem;
  background: rgba(125, 136, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
}

.mythic-select-menu,
.mythic-dungeon-menu {
  top: calc(100% + 0.45rem);
  padding: 0.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #16202b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.mythic-select-option,
.mythic-dungeon-option {
  min-height: 40px;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
  background: transparent;
}

.mythic-select-option span,
.mythic-dungeon-option-label {
  font-size: 0.78rem;
  font-weight: 700;
}

.mythic-select-option small {
  padding: 0.06rem 0.28rem;
  font-size: 0.56rem;
}

.mythic-run-panel,
.mythic-region-block,
.mythic-specific-panel {
  margin-top: 0.62rem;
}

.mythic-run-panel {
  padding: 0.72rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mythic-run-head {
  gap: 0.5rem;
}

.mythic-run-head strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}

.mythic-run-note {
  color: #8fe99b;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.45;
  max-width: 14rem;
}

.mythic-stepper {
  gap: 0.75rem;
  margin-top: 0.45rem;
}

.stepper-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

#mythic-runs {
  height: 18px;
  background: transparent;
}

#mythic-runs::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #7d88ff 0,
    #7d88ff var(--mythic-progress, 0%),
    rgba(255, 255, 255, 0.12) var(--mythic-progress, 0%),
    rgba(255, 255, 255, 0.12) 100%
  );
}

#mythic-runs::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

#mythic-runs::-moz-range-progress {
  height: 3px;
  border-radius: 999px;
  background: #7d88ff;
}

#mythic-runs::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -4px;
  border-radius: 50%;
  border: 2px solid #10212f;
  background: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
  cursor: pointer;
}

#mythic-runs::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #10212f;
  background: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
  cursor: pointer;
}

.mythic-region-pills,
.mythic-toggle-row,
.mythic-speed-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.45rem;
}

.region-pill span,
.toggle-pill span {
  min-height: 34px;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 700;
  box-shadow: none;
}

.region-pill input:checked + span,
.toggle-pill input:checked + span {
  border-color: rgba(125, 136, 255, 0.34);
  background: rgba(125, 136, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  transform: none;
}

.mythic-checkline {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mythic-checkline-left {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.mythic-checkline input {
  width: 14px;
  height: 14px;
  accent-color: #86c3ff;
}

.mythic-checkline strong {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 600;
}

.mythic-dungeon-note {
  margin: 0.32rem 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.64rem;
}

.mythic-achievement-helper {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  line-height: 1.55;
}

.mythic-dungeon-box {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid rgba(134, 195, 255, 0.42);
  background: rgba(255, 255, 255, 0.02);
}

.mythic-dungeon-option.is-selected .mythic-dungeon-box {
  background: rgba(125, 136, 255, 0.3);
  border-color: rgba(125, 136, 255, 0.44);
}

.mythic-inline-select {
  display: grid;
  gap: 0;
}

.mythic-inline-select select {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  color-scheme: dark;
}

.mythic-inline-select select option {
  background: #16212d;
  color: #f5f2ea;
}

.mythic-summary-panel {
  gap: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.mythic-summary-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  padding: 0.25rem 0.2rem 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-meta strong {
  display: block;
  margin-top: 0.04rem;
  color: var(--elite-gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.mythic-summary-main {
  padding: 0 0.2rem 0.25rem;
}

.mythic-price-compact {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 48px;
  padding: 0.02rem 0 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mythic-total-large {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
}

.mythic-cta {
  margin: 0 0.2rem;
}

.mythic-summary-note {
  padding: 0 0.2rem 0.28rem;
  justify-content: center;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.62rem;
  font-weight: 600;
}

.mythic-summary-note::before {
  width: 12px;
  height: 12px;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.5rem;
}

@media (max-width: 980px) {
  .mythic-page-layout {
    grid-template-columns: 1fr;
  }

  .mythic-configurator {
    position: static;
    max-height: none;
    min-height: 0;
  }

  .mythic-config-shell,
  .mythic-config-main {
    overflow: visible;
    height: auto;
  }
}

.bundle-list-layout,
.bundle-list-feature-grid {
  display: grid;
  gap: 1.25rem;
}

.bundle-list-layout {
  grid-template-columns: minmax(0, 1.05fr) 460px;
  align-items: start;
}

.leveling-layout-section .container,
.mythic-config-section .container,
.bundle-list-section .container {
  width: min(1440px, calc(100% - 2rem));
  max-width: none;
}

.bundle-list-copy h1 {
  margin: 0;
  max-width: 14ch;
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bundle-list-lead {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.bundle-list-info-card,
.bundle-list-feature,
.bundle-list-panel {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.015);
  box-shadow: none;
}

.bundle-list-info-card,
.bundle-list-feature {
  padding: 1rem 1.05rem;
}

.bundle-list-info-card {
  margin-top: 1.35rem;
}

.bundle-list-info-card h2,
.bundle-list-feature h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bundle-list-info-card h2 {
  font-size: 1rem;
  line-height: 1.35;
}

.bundle-list-info-card p,
.bundle-list-feature p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.55;
}

.bundle-list-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.bundle-list-feature h3 {
  font-size: 0.9rem;
}

.bundle-list-panel {
  position: sticky;
  top: 108px;
  display: flex;
  flex-direction: column;
  min-height: 600px;
  max-height: calc(100vh - 118px);
  overflow: hidden;
}

.bundle-list-panel .mythic-status-bar {
  padding: 0.48rem 0.65rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bundle-list-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
}

.bundle-list-main {
  min-height: 0;
  overflow-y: auto;
  padding: 0.65rem 0.75rem 0.75rem;
}

.bundle-list-field {
  display: grid;
  gap: 0;
}

.bundle-toggle-row {
  margin-top: 0.45rem;
}

.bundle-toggle-pill {
  flex: 1 1 0;
}

.bundle-toggle-pill span {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 0.22rem;
  text-align: center;
}

.bundle-toggle-pill span small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.62);
}

.bundle-list-panel .bundle-toggle-pill input:checked + span {
  border-color: rgba(209, 177, 122, 0.38);
  background: rgba(209, 177, 122, 0.12);
  color: rgba(255, 255, 255, 0.96);
}

.bundle-list-panel .bundle-toggle-pill input:checked + span small {
  color: #d1b17a;
}

.bundle-selected-card {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.65rem;
  padding: 0.78rem 0.82rem;
  border-radius: 14px;
  border: 1px solid rgba(125, 136, 255, 0.24);
  background: rgba(125, 136, 255, 0.08);
}

.bundle-selected-copy {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.bundle-selected-copy strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
}

.bundle-offer-badge {
  padding: 0.14rem 0.36rem;
  border-radius: 999px;
  background: rgba(45, 216, 129, 0.14);
  color: #8fe99b;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bundle-selected-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  line-height: 1.5;
}

.bundle-list-footer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
}

.bundle-summary-card {
  padding: 0 0.2rem 0.25rem;
  background: transparent;
}

.bundle-summary-card .summary-total {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 800;
}

@media (max-width: 980px) {
  .bundle-list-layout,
  .bundle-list-feature-grid {
    grid-template-columns: 1fr;
  }

  .leveling-layout-section .container,
  .mythic-config-section .container,
  .bundle-list-section .container {
    width: min(100%, calc(100% - 1.25rem));
  }

  .bundle-list-panel {
    position: static;
    top: auto;
    min-height: 0;
    max-height: none;
  }

  .bundle-list-shell,
  .bundle-list-main {
    overflow: visible;
    min-height: auto;
    height: auto;
  }
}

/* Home Rebuild */

.home-hero-rebuild {
  padding-top: 2.6rem;
  padding-bottom: 1.9rem;
}

.home-hero-layout-rebuild,
.home-differentials-grid,
.home-service-grid,
.home-flow-grid,
.home-proof-layout {
  display: grid;
  gap: 1.4rem;
}

.home-hero-layout-rebuild {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
}

.home-hero-rebuild .home-hero-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.home-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(212, 175, 55, 0.08);
  color: var(--elite-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-rebuild .home-hero-copy h1 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.home-hero-rebuild .home-hero-copy p {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.home-authority-card,
.home-diff-card,
.home-service-card,
.home-faq-panel,
.home-proof-badge {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface-strong);
  box-shadow: none;
}

.home-hero-side {
  display: grid;
  gap: 1rem;
}

.home-authority-card {
  padding: 1.5rem;
}

.home-authority-card .eyebrow {
  margin-bottom: 0.8rem;
}

.home-authority-card strong {
  display: block;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.15;
}

.home-authority-card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-differentials,
.home-services,
.home-flow,
.home-proof {
  padding: 1.15rem 0;
}

.home-section-heading {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.home-section-heading h2 {
  margin: 0;
  max-width: 18ch;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
}

.home-differentials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-diff-card {
  padding: 1.35rem;
}

.home-diff-card h3,
.home-service-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}

.home-diff-card p,
.home-service-card p,
.home-faq-item p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.home-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-service-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.45rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-service-price-wrap {
  display: grid;
  gap: 0.18rem;
}

.home-service-price {
  color: var(--elite-gold);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.home-service-note {
  color: var(--elite-text-muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12);
}

.home-flow-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.45rem;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface-strong);
}

.home-flow-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}

.home-flow-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.home-service-index {
  color: var(--elite-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-service-card .btn {
  margin-top: 0.1rem;
  width: 100%;
}

.home-proof-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  align-items: start;
}

.home-faq-panel {
  padding: 1.45rem;
}

.home-faq-list {
  display: grid;
  gap: 0.8rem;
}

.home-faq-item {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
  padding: 1rem 1.1rem;
}

.home-faq-item summary {
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-proof-side {
  display: grid;
  align-self: stretch;
}

.home-proof-badge {
  display: grid;
  gap: 0.7rem;
  padding: 1.45rem;
}

.home-proof-badge span {
  color: var(--elite-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-proof-badge strong {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
}

.site-footer-home {
  padding-top: 1rem;
}

.home-footer-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.85), transparent);
}

.home-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 1rem 0 0.35rem;
}

.home-footer-payments span {
  color: #c9c9c9;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  row-gap: 1rem;
}

.home-footer-copy {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

@media (max-width: 980px) {
  .home-hero-layout-rebuild,
  .home-differentials-grid,
  .home-service-grid,
  .home-flow-grid,
  .home-proof-layout,
  .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-rebuild .home-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .home-section-heading h2 {
    max-width: none;
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .home-authority-card,
  .home-diff-card,
  .home-service-card,
  .home-faq-panel,
  .home-proof-badge {
    padding: 1.2rem;
  }

  .home-footer-payments {
    padding-top: 0.9rem;
  }
}

@media (max-width: 1100px) {
  .home-hero-layout-rebuild,
  .home-proof-layout {
    grid-template-columns: 1fr;
  }
}

/* Mythic Final */

.mythic-intro-copy h2 {
  color: #fff;
}

.mythic-exclusive-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--elite-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-stars {
  font-size: 0;
}

.trust-stars::before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  color: #29c96f;
}

.mythic-status-bar {
  background: #16191d;
}

.mythic-status-seal {
  display: block;
  margin-top: 0.18rem;
  color: var(--elite-gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mythic-configurator,
.mythic-intro-card,
.mythic-info-toggle,
.mythic-info-panel {
  background: #16191d;
}

.mythic-total-large {
  color: #d4af37 !important;
}

.mythic-cta.btn-primary {
  background: linear-gradient(180deg, #32be52, #28a745) !important;
  margin-bottom: 0.08rem;
}


.mythic-gear-picker {
  margin-top: 0.7rem;
}

.mythic-gear-select {
  position: relative;
  margin-top: 0.45rem;
}

.mythic-gear-trigger {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.015);
  color: rgba(255, 255, 255, 0.84);
  font: inherit;
}

.mythic-gear-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.84);
  border-bottom: 2px solid rgba(255, 255, 255, 0.84);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.mythic-gear-select.is-open .mythic-gear-trigger::after {
  transform: rotate(-135deg);
}

.mythic-gear-select.is-open .mythic-gear-trigger {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.08);
}

.mythic-gear-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  padding: 0.35rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: #16191d;
}

.mythic-gear-select.is-open .mythic-gear-menu {
  display: grid;
  gap: 0.2rem;
}

.mythic-gear-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.72rem 0.76rem;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

@media (max-width: 760px) {
  .mythic-select-menu,
  .mythic-dungeon-menu,
  .mythic-role-menu,
  .mythic-gear-menu,
  .leveling-achievement-menu {
    left: 0;
    right: 0;
    width: 100%;
    max-height: min(50vh, 320px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mythic-select-trigger,
  .mythic-dungeon-trigger,
  .mythic-role-trigger,
  .mythic-gear-trigger,
  .leveling-achievement-trigger,
  .bundle-select {
    min-height: 48px;
  }

  .mythic-select-copy {
    min-width: 0;
  }

  .mythic-select-trigger strong,
  .mythic-select-trigger small,
  .mythic-role-trigger-copy,
  .leveling-achievement-trigger,
  .mythic-gear-trigger,
  .bundle-select {
    overflow-wrap: anywhere;
  }
}

.mythic-gear-option:last-child {
  border-bottom: 0;
}

.mythic-gear-option .mythic-checkline-left {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
}

.mythic-gear-option input {
  width: 14px;
  height: 14px;
  accent-color: #d4af37;
}

.mythic-gear-option strong {
  color: var(--elite-gold);
  font-size: 0.7rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  body.has-mobile-sticky-summary {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-service-summary.is-active {
    display: flex;
  }

  body,
  .site-shell {
    overflow-x: hidden;
  }

  .leveling-page-layout,
  .mythic-page-layout,
  .bundle-list-layout {
    align-items: stretch;
    grid-template-columns: 1fr !important;
  }

  .leveling-calculator-panel,
  .mythic-configurator,
  .bundle-list-panel {
    position: static !important;
    top: auto !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .leveling-shell,
  .leveling-main,
  .mythic-config-shell,
  .mythic-config-body,
  .mythic-config-main,
  .bundle-list-shell,
  .bundle-list-main {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .leveling-layout-section .container,
  .mythic-config-section .container,
  .bundle-list-section .container {
    width: min(100%, calc(100% - 1rem)) !important;
  }

  .leveling-summary-panel,
  .mythic-summary-panel,
  .bundle-list-footer {
    position: static !important;
    bottom: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 760px) {
  body.has-mobile-sticky-summary {
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  }

  .site-header .nav-wrap,
  .site-header .nav-wrap.nav-is-mobile {
    gap: 0.45rem !important;
    min-width: 0 !important;
  }

  .site-header .nav-wrap.nav-is-mobile .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: hidden !important;
  }

  .site-header .nav-wrap.nav-is-mobile .brand-mark {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  .site-header .nav-wrap.nav-is-mobile .brand-text {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .site-header .nav-wrap.nav-is-mobile .brand-text strong,
  .site-header .nav-wrap.nav-is-mobile .brand-text small {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .site-header .nav-wrap.nav-is-mobile .brand-text strong {
    font-size: 0.88rem !important;
  }

  .site-header .nav-wrap.nav-is-mobile .brand-text small {
    font-size: 0.68rem !important;
  }

  .site-header .nav-wrap.nav-is-mobile .nav-tools {
    gap: 0.32rem !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    flex: 0 0 auto !important;
  }

  .site-header .nav-wrap.nav-is-mobile .currency-nav-control,
  .site-header .nav-wrap.nav-is-mobile .cart-nav-link,
  .site-header .nav-wrap.nav-is-mobile .account-nav-trigger,
  .site-header .nav-wrap.nav-is-mobile .account-nav-link {
    min-width: 46px !important;
  }

  .site-header .nav-wrap.nav-is-mobile .lang-trigger {
    height: 32px !important;
    padding: 0 7px !important;
  }

  .leveling-calculator-panel,
  .mythic-configurator,
  .bundle-list-panel {
    border-radius: 18px !important;
  }

  .mythic-config-main,
  .bundle-list-main {
    padding: 0.8rem 0.8rem 1rem !important;
  }

  .mythic-summary-top {
    grid-template-columns: 1fr !important;
  }

  .mythic-checkline {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .mythic-checkline strong {
    justify-self: start;
  }

  .mythic-speed-options,
  .mythic-region-pills,
  .mythic-toggle-row {
    gap: 0.4rem;
  }

  .payment-strip {
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }

  .payment-strip-header,
  .payment-strip-methods {
    gap: 0.45rem;
  }

  .payment-chip {
    padding: 0.36rem 0.68rem;
    font-size: 0.68rem;
  }

.footer-payment-strip {
  margin-top: 0.9rem;
}

.site-header .nav-wrap.nav-is-mobile .account-nav-link {
    padding: 0 0.72rem !important;
    font-size: 0.88rem !important;
  }

  .mobile-service-summary {
    left: 0.55rem;
    right: 0.55rem;
    gap: 0.6rem;
    padding: 0.72rem 0.78rem;
  }

  .mobile-service-summary-price {
    font-size: 1.18rem;
  }

  .mobile-service-summary-button {
    min-height: 42px;
    padding: 0 0.9rem;
    font-size: 0.84rem;
  }

  .checkout-payment-methods {
    padding: 1rem;
  }

  .checkout-method-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.9rem;
  }

  .checkout-method-card__pill {
    grid-column: 2;
    justify-self: start;
  }

  .checkout-method-card__topline {
    gap: 0.45rem;
  }

  .checkout-method-card__topline strong {
    font-size: 0.95rem;
  }

  .checkout-method-card__copy small {
    font-size: 0.8rem;
  }

  .checkout-pix-actions {
    grid-template-columns: 1fr;
  }

  .checkout-pix-modal {
    padding: 0.75rem;
  }

  .checkout-pix-modal__dialog {
    width: 100%;
    max-height: 92vh;
    padding: 1rem;
    border-radius: 22px;
  }

  .checkout-pix-modal__merchant {
    flex-direction: column;
  }

  .checkout-pix-modal__merchant strong {
    text-align: left;
  }

  .checkout-pix-modal__fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .policy-page-grid {
    grid-template-columns: 1fr;
  }

  .footer-policy-links {
    gap: 0.7rem 1rem;
  }

  .checkout-legal-consent {
    padding: 0.9rem;
  }

  .checkout-payment-chip-row {
    gap: 0.45rem;
  }

  .checkout-payment-chip-row span {
    font-size: 0.68rem;
  }
}

.region-pill input:checked + span,
.toggle-pill input:checked + span,
.bundle-list-panel .bundle-toggle-pill input:checked + span {
  color: #fff4cf !important;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.24), rgba(212, 175, 55, 0.1)) !important;
  border-color: rgba(212, 175, 55, 0.62) !important;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.18), 0 0 0 1px rgba(212, 175, 55, 0.14);
}

.mythic-select.is-selected .mythic-select-trigger,
.mythic-dungeon-select.is-selected .mythic-dungeon-trigger,
.mythic-role-select.is-selected .mythic-role-trigger,
.leveling-achievement-select.is-selected .leveling-achievement-trigger {
  border-color: rgba(212, 175, 55, 0.52) !important;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.04)) !important;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.08);
}

.mythic-select.is-selected .mythic-select-trigger strong,
.mythic-dungeon-select.is-selected .mythic-dungeon-trigger strong,
.mythic-role-select.is-selected .mythic-role-trigger-copy strong,
.leveling-achievement-select.is-selected .leveling-achievement-trigger strong {
  color: #fff6d8 !important;
}

.mythic-select-option.is-selected,
.mythic-role-option.is-selected,
.mythic-dungeon-option.is-selected {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.08)) !important;
  border-color: rgba(212, 175, 55, 0.46) !important;
}

.nav-wrap.nav-force-collapsed {
  position: relative !important;
  gap: 0.65rem !important;
  justify-content: flex-start !important;
}

.nav-wrap.nav-force-collapsed .brand-text small {
  display: block !important;
  font-size: 0.72rem !important;
}

.nav-wrap.nav-force-collapsed .brand-text strong {
  font-size: 0.98rem !important;
}

.nav-wrap.nav-force-collapsed .brand {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.nav-wrap.nav-force-collapsed .nav-toggle {
  display: inline-flex !important;
  flex: 0 0 auto !important;
}

.nav-wrap.nav-force-collapsed .nav-tools {
  margin-left: auto !important;
  gap: 0.42rem !important;
}

.nav-wrap.nav-force-collapsed .site-nav {
  position: absolute !important;
  top: calc(100% + 0.75rem) !important;
  left: 1rem !important;
  right: 1rem !important;
  display: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0.5rem !important;
  padding: 1rem !important;
  border-radius: 24px !important;
  background: rgba(8, 14, 20, 0.97) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: var(--shadow) !important;
  z-index: 60 !important;
}

.nav-wrap.nav-force-collapsed .site-nav.is-open {
  display: flex !important;
}

.nav-wrap.nav-force-collapsed .site-nav > a {
  width: 100% !important;
  justify-content: flex-start !important;
  padding-inline: 1rem !important;
}

.nav-wrap.nav-force-collapsed .account-nav-menu {
  position: absolute !important;
  top: calc(100% + 0.55rem) !important;
  right: 0 !important;
  left: auto !important;
  min-width: min(230px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  margin-top: 0 !important;
  z-index: 10050 !important;
}

.nav-wrap.nav-force-collapsed .currency-nav-label,
.nav-wrap.nav-force-collapsed .cart-nav-total,
.nav-wrap.nav-force-collapsed .account-nav-name {
  display: none !important;
}

.nav-wrap.nav-force-collapsed .currency-nav-control,
.nav-wrap.nav-force-collapsed .cart-nav-link,
.nav-wrap.nav-force-collapsed .account-nav-trigger,
.nav-wrap.nav-force-collapsed .account-nav-link {
  min-height: 46px !important;
}

.nav-wrap.nav-force-collapsed .lang-trigger {
  min-height: 46px !important;
  padding-inline: 0.62rem !important;
  border-radius: 10px !important;
}

.nav-wrap.nav-force-collapsed .currency-nav-control {
  padding-inline: 0.62rem !important;
}

.nav-wrap.nav-force-collapsed .cart-nav-link {
  gap: 0 !important;
  padding: 0 0.62rem !important;
}

.nav-wrap.nav-force-collapsed .account-nav-trigger {
  gap: 0 !important;
  padding: 0.28rem 0.34rem !important;
}

.nav-wrap.nav-force-collapsed .account-nav-link {
  padding-inline: 0.82rem !important;
}

/* Header reset */
.site-header .nav-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 86px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.site-header .brand {
  flex: 0 0 auto;
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 0.35rem 0 0.65rem;
  overflow: visible;
}

.site-header .nav-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: max-content;
}

.site-header .nav-toggle {
  display: none;
  margin-left: 0.25rem;
}

.site-header .site-nav a {
  flex: 0 0 auto;
}

.site-header .nav-wrap.nav-is-mobile {
  position: relative;
}

@media (max-width: 1180px) {
  .site-header .nav-wrap {
    gap: 0.75rem;
  }

  .site-header .brand-text strong {
    font-size: 0.98rem;
  }

  .site-header .brand-text small {
    font-size: 0.75rem;
  }

  .site-header .nav-wrap.nav-is-mobile .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .site-header .nav-wrap.nav-is-mobile .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(8, 14, 20, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
  }

  .site-header .nav-wrap.nav-is-mobile .site-nav.is-open {
    display: flex;
  }

  .site-header .nav-wrap.nav-is-mobile .site-nav > a {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 1rem;
  }

  .site-header .nav-wrap.nav-is-mobile .currency-nav-label,
  .site-header .nav-wrap.nav-is-mobile .cart-nav-total,
  .site-header .nav-wrap.nav-is-mobile .account-nav-name {
    display: none;
  }

  .site-header .nav-wrap.nav-is-mobile .currency-nav-control,
  .site-header .nav-wrap.nav-is-mobile .cart-nav-link,
  .site-header .nav-wrap.nav-is-mobile .account-nav-trigger,
  .site-header .nav-wrap.nav-is-mobile .account-nav-link {
    min-height: 46px;
  }

  .site-header .nav-wrap.nav-is-mobile .currency-nav-control {
    padding-inline: 0.62rem;
  }

  .site-header .nav-wrap.nav-is-mobile .cart-nav-link {
    gap: 0;
    padding: 0 0.62rem;
  }

  .site-header .nav-wrap.nav-is-mobile .account-nav-trigger {
    gap: 0;
    padding: 0.28rem 0.34rem;
  }

  .site-header .nav-wrap.nav-is-mobile .account-nav-link {
    padding-inline: 0.82rem;
  }

  .site-header .nav-wrap.nav-is-mobile .account-nav-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: auto;
    min-width: min(230px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin-top: 0;
    z-index: 10050;
  }
}

/* Final speed selector normalization across calculators */
.mythic-speed-options {
  display: flex;
  gap: 0.75rem;
}

.mythic-speed-options .speed-pill {
  flex: 1 1 0;
  min-width: 0;
}

.mythic-speed-options .speed-pill span {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0.7rem 1rem;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.leveling-speed-selector .segmented-control {
  display: flex;
  gap: 0.75rem;
}

.leveling-speed-selector .segmented-control label {
  flex: 1 1 0;
  min-width: 0;
}

.leveling-speed-selector .segmented-control span {
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .mythic-speed-options,
  .leveling-speed-selector .segmented-control {
    gap: 0.5rem;
  }

  .mythic-speed-options .speed-pill span,
  .leveling-speed-selector .segmented-control span {
    min-height: 40px;
    padding: 0.62rem 0.7rem;
    font-size: 0.76rem;
  }
}


/* ─── OAuth buttons ──────────────────────────────────────────────────────────── */

.elite-auth-oauth {
  margin-top: 1.5rem;
}

.elite-auth-oauth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.elite-auth-oauth-divider::before,
.elite-auth-oauth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.elite-auth-oauth-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.elite-auth-oauth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.15s ease;
  white-space: nowrap;
}

.elite-auth-oauth-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  transform: translateY(-1px);
}

.elite-auth-oauth-btn svg {
  flex-shrink: 0;
}

.elite-auth-oauth-btn--discord:hover {
  border-color: rgba(88, 101, 242, 0.55);
  background: rgba(88, 101, 242, 0.1);
}

@media (max-width: 400px) {
  .elite-auth-oauth-buttons {
    grid-template-columns: 1fr;
  }
}
/* ── Language Dropdown ── */

.lang-dropdown {
  position: relative;
}

.lang-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.70);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.lang-trigger:hover,
.lang-dropdown.is-open .lang-trigger {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.lang-active-code {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.lang-arrow {
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.18s ease;
  flex-shrink: 0;
}

.lang-dropdown.is-open .lang-arrow {
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.7);
}

.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  background: #14181f;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  min-width: 52px;
  animation: langMenuIn 0.14s ease;
}

.lang-menu.is-open {
  display: flex;
}

@keyframes langMenuIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 7px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}

.lang-option:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.lang-option.is-active {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.28);
  color: #d4af37;
}

@media (max-width: 640px) {
  .lang-trigger {
    padding: 0 8px;
    height: 30px;
  }
}

/* ── Reviews section ────────────────────────────────────────────────────────── */
.home-reviews {
  padding: 1.15rem 0;
}

.home-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.home-review-card {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.25s, transform 0.25s;
}

.home-review-card:hover {
  border-color: rgba(212, 175, 55, 0.24);
  transform: translateY(-3px);
}

.home-review-stars {
  color: var(--elite-gold);
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.home-review-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.home-review-author {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.home-review-name {
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
}

.home-review-service {
  font-size: 0.72rem;
  color: var(--elite-gold);
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .home-reviews-grid {
    grid-template-columns: 1fr;
  }
}
