/* Exora Market Premium Theme */
:root {
  --em-bg: #050505;
  --em-bg-soft: #0b0b0d;
  --em-card: rgba(18, 18, 20, 0.78);
  --em-card-strong: rgba(24, 24, 27, 0.94);
  --em-line: rgba(255, 255, 255, 0.09);
  --em-line-strong: rgba(255, 255, 255, 0.16);
  --em-text: #f4f4f5;
  --em-muted: #a1a1aa;
  --em-soft: #d4d4d8;
  --em-green: #2ee66b;
  --em-red: #ff4d4d;
  --em-radius: 22px;
  --em-radius-sm: 16px;
  --em-shadow: 0 26px 90px rgba(0, 0, 0, 0.52);
}

html {
  scroll-behavior: smooth;
  background: var(--em-bg);
}

body {
  min-height: 100%;
  background:
    radial-gradient(circle at 20% -10%, rgba(255,255,255,0.08), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,0.045), transparent 32%),
    linear-gradient(180deg, #050505 0%, #08080a 42%, #050505 100%) !important;
  color: var(--em-text) !important;
  letter-spacing: -0.01em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  opacity: 0.38;
  z-index: -1;
}

.bg-image { display: none !important; }

.container {
  max-width: 1180px;
}

.py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.component[id], #home, #payments, #products, #reviews { scroll-margin-top: 105px; }

header.sticky-top {
  top: 0;
  z-index: 1050;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.em-navbar {
  padding: 14px 0 !important;
  background: rgba(5, 5, 6, 0.76) !important;
  border-bottom: 1px solid var(--em-line);
  box-shadow: 0 12px 50px rgba(0,0,0,0.2);
}

.em-navbar-inner {
  min-height: 54px;
}

.em-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  color: var(--em-text) !important;
  font-size: 0.98rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em;
}

.em-brand img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 0 18px rgba(255,255,255,0.12));
}

.em-nav-links {
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--em-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.025);
}

.em-navbar .nav-link {
  color: rgba(244,244,245,0.72) !important;
  font-size: 0.86rem;
  font-weight: 500;
  padding: 8px 14px !important;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}

.em-navbar .nav-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.06);
}

.em-menu-btn,
.em-icon-btn,
.em-btn-ghost,
.em-btn-primary,
.em-nav-btn {
  border-radius: 999px !important;
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.em-btn-primary {
  background: #f4f4f5 !important;
  border: 1px solid #f4f4f5 !important;
  color: #050505 !important;
  padding: 11px 18px !important;
  box-shadow: 0 18px 44px rgba(255,255,255,0.08);
}

.em-btn-primary:hover { transform: translateY(-1px); background: #fff !important; }

.em-btn-ghost,
.em-icon-btn,
.em-menu-btn,
.em-nav-btn {
  background: rgba(255,255,255,0.035) !important;
  border: 1px solid var(--em-line-strong) !important;
  color: var(--em-text) !important;
  padding: 10px 15px !important;
}

.em-icon-btn { width: 42px; padding: 0 !important; position: relative; }
.em-icon-btn .icon { width: 18px; height: 18px; }
.em-icon-btn .count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 0.68rem;
  display: grid;
  place-items: center;
}

.em-btn-ghost:hover,
.em-icon-btn:hover,
.em-nav-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.28) !important;
  background: rgba(255,255,255,0.075) !important;
}

.em-currency .choices__inner,
.currency-selector .choices__inner {
  background: rgba(255,255,255,0.035) !important;
  border: 1px solid var(--em-line-strong) !important;
  border-radius: 999px !important;
  min-height: 42px !important;
  color: var(--em-text) !important;
}

.em-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 128px 0 82px;
  isolation: isolate;
}

.em-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.12), transparent 24%),
    radial-gradient(circle at 76% 12%, rgba(255,255,255,0.055), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.045), transparent 55%);
  z-index: -3;
}

.em-hero-noise {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.028) 44%, transparent 82%);
  z-index: -2;
}

.em-hero-mark {
  position: absolute;
  right: -120px;
  top: 120px;
  width: min(54vw, 680px);
  opacity: .10;
  filter: blur(.2px) grayscale(1);
  z-index: -1;
}

.em-hero-mark img { width: 100%; height: auto; }

.em-hero-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 56px;
}

.em-hero-copy { max-width: 690px; }

.em-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--em-soft);
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--em-line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.em-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--em-green);
  box-shadow: 0 0 0 5px rgba(46,230,107,0.12), 0 0 18px rgba(46,230,107,0.5);
}

.em-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4.2vw, 4.4rem);
  line-height: 0.98;
  font-weight: 720;
  letter-spacing: -0.06em;
}

.em-hero-subtitle {
  max-width: 580px;
  margin: 20px 0 0;
  color: rgba(244,244,245,0.68);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.em-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.em-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.em-hero-points span {
  color: rgba(244,244,245,0.68);
  font-size: .84rem;
  border: 1px solid var(--em-line);
  background: rgba(255,255,255,0.025);
  border-radius: 999px;
  padding: 7px 11px;
}

.em-hero-card {
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255,255,255,0.24), rgba(255,255,255,0.04), rgba(255,255,255,0.14));
  box-shadow: var(--em-shadow);
}

.em-hero-card-inner {
  min-height: 430px;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    rgba(12,12,14,0.92);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.em-hero-card img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  opacity: .92;
  filter: drop-shadow(0 22px 48px rgba(255,255,255,0.08));
}

.em-card-kicker {
  color: var(--em-muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 10px;
}

.em-hero-card h2 {
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.em-hero-card p:last-child {
  color: rgba(244,244,245,0.60);
  line-height: 1.6;
  margin: 0;
}

.em-section {
  position: relative;
  padding: 76px 0;
}

.em-section-head {
  max-width: 680px;
  margin-bottom: 32px;
}

.em-section-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.em-section-head span {
  display: inline-flex;
  color: var(--em-soft);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.em-section-head h1,
.em-section-head h2 {
  color: #fff;
  font-size: clamp(1.65rem, 2.8vw, 2.9rem);
  line-height: 1.05;
  font-weight: 720;
  letter-spacing: -0.055em;
  margin: 0;
}

.em-section-head p {
  color: rgba(244,244,245,.62);
  margin: 14px 0 0;
  line-height: 1.7;
}

.em-small-link {
  color: var(--em-text) !important;
  text-decoration: none;
  border: 1px solid var(--em-line-strong);
  background: rgba(255,255,255,0.035);
  border-radius: 999px;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: .86rem;
  font-weight: 600;
}

.em-payment-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.em-payment-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  border-radius: var(--em-radius);
  border: 1px solid var(--em-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(12,12,14,0.86);
  padding: 18px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.em-payment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.22);
  background: rgba(20,20,23,0.96);
}

.em-payment-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.3));
}

.em-payment-card strong {
  display: block;
  color: #fff;
  font-size: .96rem;
  letter-spacing: -0.02em;
}

.em-payment-card small {
  color: var(--em-muted);
  font-size: .77rem;
}

.em-trust { padding: 0 0 72px; }

.em-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--em-line);
  background: rgba(255,255,255,0.035);
  border-radius: 28px;
  overflow: hidden;
}

.em-trust-grid div {
  padding: 26px 24px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.em-trust-grid div + div { border-left: 1px solid var(--em-line); }
.em-trust-grid strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.em-trust-grid span {
  color: var(--em-muted);
  margin-top: 8px;
  font-size: .86rem;
}

.em-products-section { padding-top: 12px; }
.em-products-page { padding-top: 120px; }

.em-products-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 520px), 1fr));
  gap: 24px;
  align-items: start;
}

.em-product-shell {
  min-width: 0;
}

.em-product-card.card,
.products .em-product-card.card {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border: 1px solid var(--em-line) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(12,12,14,0.92) !important;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,0.34);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.em-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.22) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,0.46);
}

.em-product-media,
.em-product-media img,
.em-product-placeholder {
  width: 100%;
  aspect-ratio: var(--product-card-image-aspect-ratio) !important;
  border-radius: 0 !important;
}

.em-product-media {
  position: relative;
  background: #0b0b0d;
  overflow: hidden;
}

.em-product-media > img {
  display: block;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}

.em-product-card:hover .em-product-media > img {
  transform: scale(1.035);
  filter: contrast(1.04) brightness(1.02);
}

.em-product-placeholder {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 36%, rgba(255,255,255,0.12), rgba(255,255,255,0.025) 46%, rgba(0,0,0,0.28));
}

.em-product-placeholder img {
  width: 38%;
  height: 38%;
  object-fit: contain;
  opacity: .72;
}

.em-product-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}

.em-product-overlay span {
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(5,5,6,0.72);
  backdrop-filter: blur(14px);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: .82rem;
  font-weight: 650;
}

.em-product-card:hover .em-product-overlay {
  opacity: 1;
  transform: translateY(0);
}

.em-product-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}

.em-product-badges div {
  color: #fff;
  background: color-mix(in srgb, var(--badge-color), #050505 40%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .72rem;
  font-weight: 700;
}

.em-product-body {
  padding: 20px !important;
  background: transparent !important;
}

.em-product-topline,
.em-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.em-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--em-line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--em-soft);
  font-size: .78rem;
  font-weight: 650;
  white-space: nowrap;
}

.em-stock-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.em-stock-pill.in i {
  background: var(--em-green);
  box-shadow: 0 0 0 0 rgba(46,230,107,.55);
  animation: emPulseGreen 1.7s infinite;
}

.em-stock-pill.out i {
  background: var(--em-red);
  box-shadow: 0 0 0 0 rgba(255,77,77,.48);
  animation: emPulseRed 1.7s infinite;
}

@keyframes emPulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(46,230,107,.48); }
  70% { box-shadow: 0 0 0 8px rgba(46,230,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(46,230,107,0); }
}

@keyframes emPulseRed {
  0% { box-shadow: 0 0 0 0 rgba(255,77,77,.42); }
  70% { box-shadow: 0 0 0 8px rgba(255,77,77,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,77,77,0); }
}

.em-product-price {
  color: #fff;
  font-size: .92rem;
  font-weight: 700;
  text-align: right;
}

.em-product-title {
  color: #fff !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin: 16px 0 12px !important;
}

.em-product-meta {
  color: var(--em-muted);
  font-size: .82rem;
}

.em-product-meta s { color: rgba(244,244,245,.38); }

.em-reviews { overflow: hidden; padding-bottom: 96px; }

.em-review-marquee-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.em-review-track {
  width: max-content;
  display: flex;
  gap: 16px;
  padding: 0 8px;
  will-change: transform;
}

.em-review-track-left { animation: emMarqueeLeft 62s linear infinite; }
.em-review-track-right { animation: emMarqueeRight 68s linear infinite; }
.em-review-marquee-wrap:hover .em-review-track { animation-play-state: paused; }

@keyframes emMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes emMarqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.em-review-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12vw;
  pointer-events: none;
  z-index: 2;
}

.em-review-fade.left { left: 0; background: linear-gradient(90deg, #050505, transparent); }
.em-review-fade.right { right: 0; background: linear-gradient(270deg, #050505, transparent); }

.em-review-card {
  flex: 0 0 360px;
  min-height: 176px;
  border-radius: 22px;
  border: 1px solid var(--em-line);
  background: rgba(16,16,18,0.92);
  padding: 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}

.em-review-stars {
  display: flex;
  gap: 3px;
  color: #ffffff;
  margin-bottom: 14px;
}

.em-review-stars svg { width: 15px; height: 15px; }
.em-review-stars svg.muted { color: rgba(255,255,255,0.20); }

.em-review-message {
  color: rgba(244,244,245,.78);
  font-size: .92rem;
  line-height: 1.55;
  margin: 0;
}

.em-review-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: #fff;
  font-size: .8rem;
  font-weight: 650;
}

.em-review-footer small {
  color: var(--em-muted);
  font-weight: 500;
  white-space: nowrap;
}

.em-empty-reviews {
  border: 1px dashed var(--em-line-strong);
  border-radius: 22px;
  color: var(--em-muted);
  padding: 28px;
  text-align: center;
  background: rgba(255,255,255,0.025);
}

.em-footer {
  border-top: 1px solid var(--em-line);
  background: rgba(5,5,6,0.72);
  padding: 54px 0 26px;
}

.em-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(140px, 1fr));
  gap: 36px;
}

.em-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 750;
  margin-bottom: 12px;
}

.em-footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.em-footer p {
  max-width: 360px;
  color: var(--em-muted);
  line-height: 1.7;
  margin: 0;
}

.em-footer h5 {
  color: #fff;
  font-size: .9rem;
  font-weight: 750;
  margin-bottom: 12px;
}

.em-footer a:not(.em-footer-brand) {
  display: block;
  color: rgba(244,244,245,.58) !important;
  text-decoration: none;
  padding: 5px 0;
  font-size: .88rem;
}

.em-footer a:hover { color: #fff !important; }

.em-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--em-line);
  margin-top: 38px;
  padding-top: 22px;
  color: rgba(244,244,245,.44);
  font-size: .82rem;
}

.modal-content,
.bg-gray,
.card:not(.em-product-card),
.testimonial {
  background: rgba(14,14,16,0.96) !important;
  border: 1px solid var(--em-line) !important;
  border-radius: 22px !important;
}

.form-control,
.form-select {
  background-color: rgba(255,255,255,0.035) !important;
  border-color: var(--em-line-strong) !important;
  color: #fff !important;
  border-radius: 14px !important;
}

.btn-primary:not(.em-btn-primary) {
  background: #f4f4f5 !important;
  border-color: #f4f4f5 !important;
  color: #050505 !important;
}

.btn-outline-primary:not(.em-btn-ghost):not(.em-icon-btn):not(.em-nav-btn) {
  color: #fff !important;
  border-color: var(--em-line-strong) !important;
  background: rgba(255,255,255,0.035) !important;
}

@media (max-width: 1199.98px) {
  .em-payment-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .em-hero-container { grid-template-columns: 1fr 330px; gap: 32px; }
}

@media (max-width: 991.98px) {
  .em-navbar .navbar-collapse {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid var(--em-line);
    border-radius: 22px;
    background: rgba(10,10,12,0.96);
  }

  .em-nav-links {
    border-radius: 18px;
    padding: 6px;
    gap: 0;
  }

  .em-navbar .nav-link { padding: 10px 12px !important; }
  .em-nav-actions { align-items: stretch !important; }
  .em-nav-actions .btn, .em-nav-actions .em-icon-btn { width: 100%; }
  .em-hero { padding-top: 104px; min-height: auto; }
  .em-hero-container { grid-template-columns: 1fr; }
  .em-hero-card { max-width: 460px; }
  .em-section-head-row { align-items: flex-start; flex-direction: column; }
  .em-payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .em-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .em-hero { padding: 92px 0 58px; }
  .em-hero h1 { font-size: 2.25rem; }
  .em-hero-actions .btn { width: 100%; }
  .em-hero-card-inner { min-height: 360px; padding: 24px; }
  .em-payment-grid { grid-template-columns: 1fr; }
  .em-payment-card { min-height: 120px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; }
  .em-trust-grid { grid-template-columns: 1fr; }
  .em-trust-grid div + div { border-left: 0; border-top: 1px solid var(--em-line); }
  .em-products-grid { grid-template-columns: 1fr; gap: 18px; }
  .em-product-body { padding: 17px !important; }
  .em-product-topline, .em-product-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .em-product-price { text-align: left; }
  .em-review-card { flex-basis: 310px; }
  .em-review-track-left { animation-duration: 78s; }
  .em-review-track-right { animation-duration: 84s; }
  .em-footer-grid { grid-template-columns: 1fr; }
  .em-footer-bottom { flex-direction: column; }
}

/* --- Exora V2 fixes: cleaner nav, redesigned hero, 4-up products, readable product/cart pages --- */
:root {
  --em-radius: 20px;
  --em-radius-sm: 14px;
}

.container {
  max-width: 1440px;
}

header.sticky-top {
  background: rgba(4, 4, 5, 0.82) !important;
  border-bottom: 1px solid rgba(255,255,255,0.075);
}

.em-navbar {
  padding: 8px 0 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.em-navbar-inner {
  min-height: 46px;
}

.em-brand {
  gap: 10px;
  font-size: .88rem !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.em-brand img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 7px;
}

.em-nav-links {
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.em-navbar .nav-link {
  position: relative;
  padding: 8px 0 !important;
  color: rgba(244,244,245,.58) !important;
  font-size: .78rem !important;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
}

.em-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
  opacity: .75;
}

.em-navbar .nav-link:hover {
  color: #fff !important;
  background: transparent !important;
}

.em-navbar .nav-link:hover::after {
  transform: scaleX(1);
}

.em-btn-ghost,
.em-nav-cta,
.em-icon-btn,
.em-menu-btn {
  min-height: 38px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  color: #fff !important;
  font-size: .8rem !important;
  font-weight: 700 !important;
}

.em-nav-cta {
  padding: 9px 13px !important;
}

.em-icon-btn {
  width: 38px;
  padding: 0 !important;
}

.em-menu-btn {
  width: 38px;
  padding: 0 !important;
  flex-direction: column;
  gap: 5px;
}

.em-menu-btn span {
  width: 16px;
  height: 1px;
  background: rgba(255,255,255,.78);
  display: block;
}

.em-currency,
.currency-selector {
  display: none !important;
}

/* Hero redesign */
.em-hero {
  min-height: auto;
  padding: 124px 0 54px;
  overflow: hidden;
}

.em-hero::before,
.em-hero-noise,
.em-hero-mark {
  display: none !important;
}

.em-hero-bg-mark {
  position: absolute;
  right: 2vw;
  top: 54px;
  width: min(42vw, 540px);
  opacity: .055;
  filter: grayscale(1) blur(.1px);
  pointer-events: none;
  z-index: -1;
}

.em-hero-bg-mark img {
  width: 100%;
  height: auto;
}

.em-hero-container {
  display: block;
}

.em-hero-panel {
  max-width: 1080px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    rgba(8,8,10,.78);
  box-shadow: 0 34px 100px rgba(0,0,0,.44);
  padding: clamp(28px, 4.4vw, 54px);
}

.em-hero-logo-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  padding: 9px 12px 9px 9px;
  margin-bottom: 28px;
}

.em-hero-logo-line img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 11px;
}

.em-hero-logo-line span,
.em-hero-logo-line small {
  display: block;
  line-height: 1.05;
}

.em-hero-logo-line span {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.em-hero-logo-line small {
  color: rgba(244,244,245,.46);
  font-size: .72rem;
  margin-top: 5px;
}

.em-hero-copy {
  max-width: 760px;
}

.em-eyebrow {
  padding: 0;
  margin-bottom: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(244,244,245,.56);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
}

.em-eyebrow span { display: none; }
.em-eyebrow i,
.em-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--em-green);
  box-shadow: 0 0 0 5px rgba(46,230,107,.11), 0 0 18px rgba(46,230,107,.36);
}

.em-hero h1 {
  max-width: 760px;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 800;
}

.em-hero-subtitle {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(244,244,245,.64);
  font-size: clamp(.98rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.em-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-btn-primary {
  min-height: 42px !important;
  border-radius: 12px !important;
  padding: 10px 15px !important;
  font-size: .84rem !important;
  font-weight: 750 !important;
}

.em-hero-points {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-hero-points span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.032);
  border: 1px solid rgba(255,255,255,.09);
  color: rgba(244,244,245,.62);
  font-size: .76rem;
  font-weight: 650;
}

/* Products: desktop 4 per row */
.em-products-section {
  padding-top: 28px;
}

.em-section-head-row {
  margin-bottom: 28px;
}

.em-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.em-product-card.card,
.products .em-product-card.card {
  max-width: none !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 56px rgba(0,0,0,.32);
}

.em-product-media,
.em-product-media img,
.em-product-placeholder {
  aspect-ratio: var(--product-card-image-aspect-ratio) !important;
}

.em-product-media > img {
  object-fit: cover;
}

.em-product-body {
  padding: 18px !important;
}

.em-product-topline {
  align-items: flex-start;
}

.em-stock-pill {
  gap: 9px;
  padding: 8px 11px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.12);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
}

.em-stock-pill i {
  width: 10px;
  height: 10px;
}

.em-product-price {
  font-size: .95rem;
  line-height: 1.2;
  padding-top: 3px;
}

.em-product-title {
  margin: 17px 0 9px !important;
  font-size: 1.04rem !important;
  letter-spacing: -.03em;
}

.em-product-meta {
  justify-content: flex-start;
  gap: 10px;
  color: rgba(244,244,245,.58);
}

.em-stock-count {
  font-size: .9rem;
  font-weight: 700;
  color: rgba(244,244,245,.68);
}

.em-stock-count.out {
  color: rgba(255,120,120,.88);
}

/* Product page: variants readable */
.product-wrapper {
  padding-top: 78px;
}

.product-wrapper .display-6 {
  color: #fff !important;
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  letter-spacing: -.055em;
}

.product-wrapper .aspect-product-page-image,
.product-wrapper .card-img-top,
.product-wrapper .carousel-inner {
  border-radius: 22px !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.025);
}

.variants {
  gap: 12px !important;
}

.variants .variant,
.variants .variant.btn-primary {
  min-height: 64px;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.045) !important;
  color: #fff !important;
  padding: 13px 15px !important;
  box-shadow: none !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.variants .variant:hover:not(:disabled) {
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(255,255,255,.22) !important;
}

.variants .variant.active {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.40) !important;
  color: #fff !important;
  outline: 0 !important;
}

.variants .variant:disabled {
  opacity: .45;
}

.variants .variant .name {
  color: #fff !important;
  font-weight: 800;
  font-size: .98rem;
}

.variants .variant .stock,
.variants .variant .description,
.variants .variant .text-muted {
  color: rgba(244,244,245,.56) !important;
}

.variants .variant .price {
  background: transparent !important;
  color: rgba(255,255,255,.88) !important;
  font-size: .98rem;
  font-weight: 800;
}

.variants .variant .active-indicator {
  top: -8px;
  right: -8px;
  background: #fff !important;
  color: #050505 !important;
  border: 1px solid rgba(255,255,255,.34);
}

.variants .variant .active-indicator svg,
.variants .variant .active-indicator .text-primary {
  color: #050505 !important;
}

.input-group .form-control,
.input-group .btn {
  min-height: 44px;
}

/* Cart: compact product row, fixed image size */
.cart {
  padding-top: 78px;
}

.cart .section-title h1 {
  color: #fff;
  letter-spacing: -.045em;
}

.cart-item-bg {
  padding: 14px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.025) !important;
  border-color: rgba(255,255,255,.09) !important;
  gap: 16px;
}

.em-cart-image-wrap {
  width: 118px !important;
  height: 118px !important;
  min-width: 118px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}

.em-cart-img,
.em-cart-placeholder {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 1/1 !important;
}

.cart-controls {
  padding-right: 12px !important;
  gap: 24px !important;
}

.cart-quantity-controls {
  max-width: 116px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px !important;
}

.cart-qty-btn,
.cart-qty-input {
  height: 34px !important;
}

.cart-qty-btn {
  width: 34px !important;
  background: rgba(255,255,255,.075) !important;
  color: #fff !important;
}

.cart-qty-input {
  background: rgba(255,255,255,.035) !important;
  color: #fff !important;
}

.cart-price-text {
  color: #fff;
  min-width: 88px;
}

@media (max-width: 1199.98px) {
  .em-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 767.98px) {
  .em-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .em-product-body { padding: 15px !important; }
  .cart-item-bg { flex-direction: column !important; }
  .cart-item-bg > .flex-grow-1 { width: 100%; }
  .em-cart-image-wrap { width: 92px !important; height: 92px !important; min-width: 92px !important; }
  .cart-controls { width: 100%; padding: 14px 0 0 !important; border-top: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 575.98px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .em-hero { padding: 92px 0 42px; }
  .em-hero-panel { border-radius: 22px; }
  .em-hero-actions .btn { width: auto; flex: 1 1 160px; }
  .em-products-grid { grid-template-columns: 1fr !important; }
  .em-product-topline,
  .em-product-meta { flex-direction: row !important; align-items: center !important; }
}
.em-eyebrow::before { display: none !important; }
.stock-indicator {
  min-height: 36px !important;
  border-radius: 12px !important;
  padding: 8px 12px !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
}


/* --- Exora V3: fixed navbar, real currency selector, new landing with GTA character --- */
header.sticky-top {
  background: rgba(3, 3, 4, .74) !important;
  backdrop-filter: blur(20px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(135%) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.em-navbar-v3 {
  padding: 16px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-navbar-shell {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.em-brand-v3 {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: .92rem !important;
  font-weight: 850 !important;
  white-space: nowrap;
  padding: 0 !important;
}

.em-brand-v3::before {
  content: none !important;
}

.em-nav-links-v3 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 60px rgba(0,0,0,.18);
}

.em-nav-links-v3 .nav-link {
  position: relative;
  color: rgba(244,244,245,.64) !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  font-size: .75rem !important;
  line-height: 1;
  font-weight: 800 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.em-nav-links-v3 .nav-link::after { display: none !important; }
.em-nav-links-v3 .nav-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
  transform: translateY(-1px);
}

.em-nav-actions-v3 {
  display: flex;
  align-items: center;
}

.em-nav-cta-v3,
.em-nav-ghost-v3,
.em-icon-btn-v3,
.em-menu-btn-v3 {
  min-height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(255,255,255,.045) !important;
  color: #fff !important;
  font-size: .8rem !important;
  font-weight: 800 !important;
  padding: 0 15px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.em-nav-cta-v3:hover,
.em-nav-ghost-v3:hover,
.em-icon-btn-v3:hover,
.em-menu-btn-v3:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.085) !important;
}

.em-icon-btn-v3 {
  width: 40px !important;
  padding: 0 !important;
  position: relative;
}
.em-icon-btn-v3 .icon { width: 18px; height: 18px; }
.em-icon-btn-v3 .count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #050505;
  font-size: .68rem;
  font-weight: 900;
}

.em-menu-btn-v3 {
  width: 40px;
  padding: 0 !important;
  flex-direction: column;
  gap: 5px;
}
.em-menu-btn-v3 span {
  width: 17px;
  height: 1px;
  background: rgba(255,255,255,.82);
}

.em-currency,
.currency-selector,
.em-currency-v3 {
  display: block !important;
}

.currency-selector.em-currency-v3 {
  width: 86px;
  max-width: 86px;
}

.currency-selector.em-currency-v3 select {
  width: 86px !important;
  height: 40px !important;
}

.currency-selector.em-currency-v3 .choices {
  width: 86px !important;
  margin: 0 !important;
  overflow: visible !important;
}

.currency-selector.em-currency-v3 .choices__inner {
  min-height: 40px !important;
  height: 40px !important;
  min-width: 86px !important;
  width: 86px !important;
  padding: 4px 26px 4px 11px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.currency-selector.em-currency-v3 .choices__inner .choices__item {
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  letter-spacing: .03em;
  max-width: 46px;
}

.currency-selector.em-currency-v3 .choices__inner .symbol {
  display: none !important;
}

.currency-selector.em-currency-v3 .choices__inner .code {
  display: inline !important;
  color: #fff !important;
}

.currency-selector.em-currency-v3 .choices[data-type*=select-one]::after {
  right: 12px !important;
  border-color: rgba(255,255,255,.65) transparent transparent transparent !important;
}

.currency-selector.em-currency-v3 .choices.is-open[data-type*=select-one]::after {
  border-color: transparent transparent rgba(255,255,255,.65) transparent !important;
}

.currency-selector.em-currency-v3 .choices__list--dropdown,
.currency-selector.em-currency-v3 .choices__list[aria-expanded] {
  min-width: 170px !important;
  margin-top: 10px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(12,12,14,.98) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.55) !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}

.currency-selector.em-currency-v3 .choices__list--dropdown .choices__item,
.currency-selector.em-currency-v3 .choices__list[aria-expanded] .choices__item {
  color: rgba(244,244,245,.86) !important;
  font-size: .82rem !important;
  font-weight: 750;
  padding: 11px 12px !important;
}

.currency-selector.em-currency-v3 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.currency-selector.em-currency-v3 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

.currency-selector.em-currency-v3 .symbol {
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  border-radius: 999px !important;
}

.currency-selector.em-currency-v3 .default {
  color: rgba(244,244,245,.48) !important;
  font-size: .7rem !important;
}

/* Landing */
.em-hero-v3 {
  min-height: auto !important;
  padding: 118px 0 72px !important;
  overflow: hidden;
}

.em-hero-v3::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.10), transparent 28%),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.07), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 58%);
  z-index: -2;
}

.em-hero-grid-v3 {
  display: grid !important;
  grid-template-columns: minmax(0, 680px) minmax(280px, 420px) !important;
  align-items: center;
  justify-content: space-between;
  gap: clamp(36px, 7vw, 110px);
}

.em-hero-copy-v3 {
  position: relative;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 30px;
  padding: clamp(30px, 4.6vw, 58px);
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.13), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    rgba(8,8,10,.80);
  box-shadow: 0 34px 110px rgba(0,0,0,.50);
}

.em-kicker-v3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(244,244,245,.60);
  font-size: .76rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.em-kicker-v3 span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--em-green);
  box-shadow: 0 0 0 5px rgba(46,230,107,.11), 0 0 22px rgba(46,230,107,.42);
}

.em-hero-v3 h1 {
  max-width: 590px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 3.6vw, 3.65rem) !important;
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 850;
}

.em-hero-subtitle-v3 {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(244,244,245,.66);
  font-size: clamp(.98rem, 1.12vw, 1.08rem);
  line-height: 1.72;
}

.em-hero-actions-v3 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.em-btn-primary-v3,
.em-btn-secondary-v3 {
  min-height: 44px !important;
  border-radius: 14px !important;
  padding: 0 17px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: .86rem !important;
  font-weight: 850 !important;
}

.em-btn-primary-v3 {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #050505 !important;
}

.em-btn-secondary-v3 {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  color: #fff !important;
}

.em-hero-points-v3 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.em-hero-points-v3 span {
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.032);
  color: rgba(244,244,245,.64);
  font-size: .76rem;
  font-weight: 750;
}

.em-hero-visual-v3 {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.em-hero-visual-glow-v3 {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 78%;
  height: 58%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.14), rgba(255,255,255,.045) 42%, transparent 70%);
  filter: blur(28px);
  opacity: .85;
}

.em-hero-visual-v3::before {
  content: "";
  position: absolute;
  inset: 62px 20px 26px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.12), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 32px 90px rgba(0,0,0,.36);
}

.em-hero-visual-v3 img {
  position: relative;
  z-index: 2;
  max-width: min(330px, 88%);
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 55px rgba(0,0,0,.62));
  transform: translateY(10px);
}

.em-hero-logo-line,
.em-hero-bg-mark,
.em-hero-mark,
.em-hero-noise {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .em-hero-grid-v3 {
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 38px;
  }
  .em-hero-visual-v3 { min-height: 390px; }
}

@media (max-width: 991.98px) {
  .em-navbar-collapse-v3 {
    margin-top: 14px;
    padding: 14px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(10,10,12,.98);
    box-shadow: 0 24px 70px rgba(0,0,0,.44);
  }
  .em-nav-links-v3 {
    display: grid !important;
    width: 100%;
    gap: 6px;
    border-radius: 16px;
  }
  .em-nav-links-v3 .nav-link {
    text-align: center;
    padding: 12px !important;
  }
  .em-nav-actions-v3 {
    align-items: stretch !important;
    width: 100%;
  }
  .em-nav-actions-v3 .nav-item,
  .em-nav-actions-v3 .btn {
    width: 100%;
  }
  .em-hero-v3 { padding: 92px 0 54px !important; }
  .em-hero-grid-v3 {
    grid-template-columns: 1fr !important;
  }
  .em-hero-visual-v3 {
    order: -1;
    min-height: 340px;
    max-width: 360px;
    margin: 0 auto -10px;
  }
}

@media (max-width: 575.98px) {
  .em-brand-v3 { font-size: .78rem !important; max-width: 170px; overflow: hidden; text-overflow: ellipsis; }
  .em-currency-mobile { width: 78px !important; max-width: 78px !important; }
  .em-currency-mobile .choices,
  .em-currency-mobile .choices__inner { width: 78px !important; min-width: 78px !important; }
  .em-hero-copy-v3 { border-radius: 24px; padding: 26px; }
  .em-hero-v3 h1 { font-size: 2.15rem !important; }
  .em-hero-actions-v3 .btn { flex: 1 1 145px; }
  .em-hero-visual-v3 { min-height: 300px; }
}

/* --- Exora V4: compact blue/black navbar, static smoke background, cleaner landing + payments --- */
:root {
  --em-blue: #0d76ff;
  --em-blue-soft: rgba(13, 118, 255, .16);
  --em-bg: #020305;
  --em-panel: rgba(8, 10, 14, .74);
  --em-panel-2: rgba(11, 13, 18, .88);
  --em-line: rgba(255,255,255,.105);
  --em-line-strong: rgba(255,255,255,.18);
  --em-text: #f7f8fb;
  --em-muted: rgba(236, 240, 247, .60);
}

html,
body {
  background: #020305 !important;
}

body {
  position: relative;
  isolation: isolate;
  color: var(--em-text) !important;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(13,118,255,.20), transparent 34%),
    radial-gradient(circle at 66% -8%, rgba(255,255,255,.035), transparent 28%),
    linear-gradient(180deg, #020305 0%, #05070a 46%, #020305 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.105) 1px, transparent 1.4px),
    radial-gradient(circle at 88% 0%, rgba(13,118,255,.25), transparent 36%),
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.025) 45%, transparent 78%);
  background-size: 26px 26px, auto, auto;
  opacity: .24;
  mask-image: radial-gradient(circle at center, black 0%, black 58%, transparent 86%);
}

body::after {
  content: "";
  position: fixed;
  inset: -12%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255,255,255,.05), transparent 28%),
    radial-gradient(ellipse at 52% 16%, rgba(255,255,255,.035), transparent 31%),
    radial-gradient(ellipse at 86% 42%, rgba(13,118,255,.09), transparent 34%),
    radial-gradient(ellipse at 30% 80%, rgba(255,255,255,.025), transparent 34%);
  filter: blur(24px);
  opacity: .86;
}

.flex-wrapper,
.components,
footer,
.modal {
  position: relative;
  z-index: 1;
}

.bg-image { display: none !important; }

header.sticky-top {
  top: 0 !important;
  z-index: 1050 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding-top: 16px;
}

.em-navbar-v4 {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-nav-container-v4 {
  display: flex;
  justify-content: center;
  max-width: none !important;
  padding-inline: 18px !important;
}

.em-nav-pill-v4 {
  width: auto;
  max-width: calc(100vw - 36px);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 7px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.115);
  background:
    linear-gradient(90deg, rgba(8,10,15,.94), rgba(10,14,22,.86), rgba(4,18,38,.76)),
    rgba(2,3,5,.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 22px 70px rgba(0,0,0,.38),
    0 0 0 1px rgba(13,118,255,.035);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.em-brand-v4 {
  display: inline-flex !important;
  align-items: center;
  gap: 11px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 10px 0 5px !important;
  margin: 0 !important;
  white-space: nowrap;
}

.em-brand-mark-v4 {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.24), transparent 38%),
    linear-gradient(135deg, rgba(13,118,255,.95), rgba(17,21,30,.92));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 0 28px rgba(13,118,255,.16);
}

.em-brand-name-v4 {
  color: #fff;
  font-size: .96rem;
  font-weight: 850;
  letter-spacing: -.015em;
  max-width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.em-nav-collapse-v4 {
  align-items: center;
  gap: 18px;
}

.em-links-v4 {
  align-items: center;
  gap: 2px;
  padding: 0;
  margin: 0 !important;
  flex-direction: row;
}

.em-links-v4 .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: rgba(247,248,251,.66) !important;
  font-size: .86rem !important;
  font-weight: 720 !important;
  letter-spacing: -.01em;
  text-transform: none !important;
  background: transparent !important;
  transition: color .16s ease, background .16s ease;
}

.em-links-v4 .nav-link::after { display: none !important; }
.em-links-v4 .nav-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,.065) !important;
}

.em-actions-v4 {
  align-items: center;
  gap: 7px;
  margin-left: 4px;
  flex-direction: row;
  flex-shrink: 0;
}

.em-discord-v4,
.em-cart-v4,
.em-menu-btn-v4,
.currency-selector.em-currency-v4 .choices__inner {
  min-height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(255,255,255,.055) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.em-discord-v4 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 15px !important;
  font-size: .84rem !important;
  font-weight: 800 !important;
}

.em-discord-v4:hover,
.em-cart-v4:hover {
  background: rgba(13,118,255,.18) !important;
  border-color: rgba(13,118,255,.38) !important;
  color: #fff !important;
}

.em-cart-v4 {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}

.em-cart-v4 .icon { width: 18px; height: 18px; }
.em-cart-v4 .count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #050505;
  font-size: .68rem;
  font-weight: 900;
}

.em-menu-btn-v4 {
  width: 40px;
  padding: 0 !important;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.em-menu-btn-v4 span {
  width: 16px;
  height: 1px;
  display: block;
  background: rgba(255,255,255,.84);
}

.currency-selector.em-currency-v4 {
  width: 78px;
  max-width: 78px;
  display: block !important;
}
.currency-selector.em-currency-v4 select {
  width: 78px !important;
  height: 40px !important;
}
.currency-selector.em-currency-v4 .choices {
  width: 78px !important;
  margin: 0 !important;
  overflow: visible !important;
}
.currency-selector.em-currency-v4 .choices__inner {
  min-width: 78px !important;
  width: 78px !important;
  height: 40px !important;
  padding: 4px 25px 4px 13px !important;
}
.currency-selector.em-currency-v4 .choices__inner .choices__item {
  color: #fff !important;
  font-size: .8rem !important;
  font-weight: 850 !important;
  letter-spacing: .02em;
  max-width: 42px;
  overflow: hidden;
}
.currency-selector.em-currency-v4 .choices[data-type*=select-one]::after {
  right: 12px !important;
  border-color: rgba(255,255,255,.72) transparent transparent transparent !important;
}
.currency-selector.em-currency-v4 .choices.is-open[data-type*=select-one]::after {
  border-color: transparent transparent rgba(255,255,255,.72) transparent !important;
}
.currency-selector.em-currency-v4 .choices__list--dropdown,
.currency-selector.em-currency-v4 .choices__list[aria-expanded] {
  min-width: 150px !important;
  margin-top: 10px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(8,10,14,.98) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.55) !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}
.currency-selector.em-currency-v4 .choices__list--dropdown .choices__item,
.currency-selector.em-currency-v4 .choices__list[aria-expanded] .choices__item {
  color: rgba(247,248,251,.88) !important;
  font-size: .82rem !important;
  font-weight: 780;
  padding: 10px 12px !important;
}
.currency-selector.em-currency-v4 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.currency-selector.em-currency-v4 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  color: #fff !important;
  background: rgba(13,118,255,.16) !important;
}

/* Landing V4 */
.em-hero-v4 {
  position: relative;
  min-height: 760px !important;
  padding: 154px 0 96px !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.em-hero-v4::before,
.em-hero-v3::before {
  display: none !important;
}

.em-hero-smoke-v4 {
  position: absolute;
  inset: -16% -8%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 31% 16%, rgba(255,255,255,.06), transparent 27%),
    radial-gradient(ellipse at 70% 24%, rgba(13,118,255,.11), transparent 34%),
    radial-gradient(ellipse at 47% 70%, rgba(255,255,255,.025), transparent 36%);
  filter: blur(26px);
  opacity: .78;
}

.em-hero-container-v4 {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1240px !important;
}

.em-hero-content-v4 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.em-status-v4 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  padding: 0 14px;
  margin-bottom: 28px;
  border-radius: 999px;
  border: 1px solid rgba(13,118,255,.40);
  background: rgba(13,118,255,.105);
  color: #3390ff;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 32px rgba(13,118,255,.08);
}
.em-status-v4 span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--em-blue);
  box-shadow: 0 0 18px rgba(13,118,255,.70);
}

.em-hero-v4 h1 {
  margin: 0 auto;
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.65rem, 4.7vw, 5rem) !important;
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.065em;
  text-wrap: balance;
  text-shadow: 0 18px 80px rgba(0,0,0,.52);
}
.em-hero-v4 h1::first-line { color: #fff; }

.em-hero-subtitle-v4 {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(247,248,251,.62);
  font-size: clamp(.98rem, 1.08vw, 1.12rem);
  line-height: 1.75;
}

.em-hero-actions-v4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.em-primary-v4,
.em-secondary-v4 {
  min-height: 50px !important;
  min-width: 170px;
  border-radius: 999px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: .92rem !important;
  font-weight: 850 !important;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.em-primary-v4 {
  color: #fff !important;
  border: 1px solid rgba(13,118,255,.86) !important;
  background: linear-gradient(180deg, #1586ff, #0869e7) !important;
  box-shadow: 0 18px 54px rgba(13,118,255,.26);
}
.em-secondary-v4 {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.045) !important;
}
.em-primary-v4:hover,
.em-secondary-v4:hover {
  transform: translateY(-2px);
}
.em-secondary-v4:hover {
  border-color: rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.075) !important;
}

.em-hero-character-v4 {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 7vw, 120px);
  bottom: -32px;
  width: min(25vw, 380px);
  min-width: 250px;
  height: auto;
  pointer-events: none;
  opacity: .115;
  filter: grayscale(1) contrast(1.08) drop-shadow(0 40px 90px rgba(0,0,0,.8));
  transform: translateX(18%) scale(1.06);
  mask-image: linear-gradient(90deg, transparent 0%, black 24%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 24%, black 70%, transparent 100%);
}

/* remove old hero pills/cards if any cache keeps them */
.em-hero-points-v3,
.em-hero-points,
.em-hero-logo-line,
.em-hero-bg-mark,
.em-hero-mark,
.em-hero-visual-v3 {
  display: none !important;
}

/* Payments V4 */
.em-payments-v4 {
  padding: 76px 0 36px !important;
}

.em-payments-head-v4 {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 30px;
}

.em-payments-head-v4 span {
  color: rgba(247,248,251,.48);
}

.em-payments-head-v4 h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem) !important;
  letter-spacing: -.06em;
}

.em-payment-board-v4 {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 16px;
}

.em-payment-column-v4 {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(7,9,13,.72);
  box-shadow: 0 24px 90px rgba(0,0,0,.28);
  padding: 18px;
}

.em-payment-column-discord-v4 {
  background:
    radial-gradient(circle at 100% 0%, rgba(13,118,255,.105), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(7,9,13,.72);
}

.em-payment-column-head-v4 {
  padding: 4px 4px 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 12px;
}
.em-payment-column-head-v4 strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -.02em;
}
.em-payment-column-head-v4 small {
  color: rgba(247,248,251,.46);
  font-size: .78rem;
  white-space: nowrap;
}

.em-payment-row-v4 {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 12px;
  border-radius: 18px;
  text-decoration: none !important;
  background: rgba(255,255,255,.025);
  border: 1px solid transparent;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.em-payment-row-v4 + .em-payment-row-v4 { margin-top: 10px; }
.em-payment-row-v4:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.052);
  border-color: rgba(255,255,255,.10);
}
.em-payment-row-v4 img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.34));
}
.em-payment-row-v4 strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  font-weight: 820;
}
.em-payment-row-v4 small {
  display: block;
  margin-top: 3px;
  color: rgba(247,248,251,.48);
  font-size: .78rem;
}

/* Keep product grid compact */
.em-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1199.98px) {
  .em-nav-pill-v4 { gap: 12px; }
  .em-links-v4 .nav-link { padding-inline: 10px !important; }
  .em-hero-character-v4 { opacity: .09; }
}

@media (min-width: 992px) {
  .em-nav-collapse-v4 {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 991.98px) {
  header.sticky-top { padding-top: 10px; }
  .em-nav-container-v4 { justify-content: stretch; }
  .em-nav-pill-v4 {
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 24px;
  }
  .em-menu-btn-v4 { display: inline-flex; }
  .em-nav-collapse-v4 {
    flex-basis: 100%;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(5,7,11,.86);
  }
  .em-links-v4,
  .em-actions-v4 {
    width: 100%;
    display: grid !important;
    gap: 7px;
  }
  .em-links-v4 { margin-bottom: 9px !important; }
  .em-links-v4 .nav-link,
  .em-discord-v4,
  .em-cart-v4 {
    width: 100% !important;
    justify-content: center !important;
  }
  .em-currency-item-v4,
  .currency-selector.em-currency-v4,
  .currency-selector.em-currency-v4 .choices,
  .currency-selector.em-currency-v4 .choices__inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
  }
  .em-hero-v4 {
    min-height: auto !important;
    padding: 134px 0 74px !important;
  }
  .em-hero-character-v4 {
    right: 50%;
    transform: translateX(50%) scale(1.1);
    width: min(52vw, 330px);
    opacity: .07;
  }
  .em-payment-board-v4 { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .em-brand-name-v4 { max-width: 170px; font-size: .86rem; }
  .em-brand-mark-v4 { width: 32px; height: 32px; border-radius: 11px; }
  .em-hero-v4 { padding-top: 126px !important; }
  .em-hero-v4 h1 { font-size: 2.55rem !important; }
  .em-primary-v4,
  .em-secondary-v4 { width: 100%; }
  .em-payment-column-head-v4 { display: block; }
  .em-payment-column-head-v4 small { display: block; margin-top: 5px; }
}

/* --- Exora Step 1: strict black / white color reset --- */
:root {
  --em-blue: #ffffff !important;
  --em-blue-soft: rgba(255,255,255,.12) !important;
  --em-bg: #020202 !important;
  --em-panel: rgba(9,9,10,.78) !important;
  --em-panel-2: rgba(14,14,15,.90) !important;
  --em-line: rgba(255,255,255,.105) !important;
  --em-line-strong: rgba(255,255,255,.20) !important;
  --em-text: #f7f7f7 !important;
  --em-muted: rgba(245,245,245,.58) !important;
}

html,
body {
  background: #020202 !important;
}

body {
  background:
    radial-gradient(circle at 92% 8%, rgba(255,255,255,.075), transparent 34%),
    radial-gradient(circle at 66% -8%, rgba(255,255,255,.04), transparent 28%),
    linear-gradient(180deg, #020202 0%, #070707 46%, #020202 100%) !important;
}

body::before {
  background-image:
    radial-gradient(circle, rgba(255,255,255,.095) 1px, transparent 1.4px),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.085), transparent 36%),
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.025) 45%, transparent 78%) !important;
}

body::after,
.em-hero-smoke-v4 {
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255,255,255,.055), transparent 28%),
    radial-gradient(ellipse at 52% 16%, rgba(255,255,255,.035), transparent 31%),
    radial-gradient(ellipse at 86% 42%, rgba(255,255,255,.055), transparent 34%),
    radial-gradient(ellipse at 30% 80%, rgba(255,255,255,.025), transparent 34%) !important;
}

.em-nav-pill-v4 {
  background:
    linear-gradient(90deg, rgba(8,8,9,.96), rgba(16,16,17,.88), rgba(7,7,8,.92)),
    rgba(2,2,2,.88) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 22px 70px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.025) !important;
}

.em-brand-mark-v4 {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(20,20,22,.95)) !important;
  box-shadow: 0 0 24px rgba(255,255,255,.08) !important;
}

.em-discord-v4:hover,
.em-cart-v4:hover,
.currency-selector.em-currency-v4 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.currency-selector.em-currency-v4 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.24) !important;
  color: #fff !important;
}

.em-status-v4 {
  border-color: rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.075) !important;
  color: rgba(255,255,255,.78) !important;
  box-shadow: 0 0 32px rgba(255,255,255,.035) !important;
}

.em-status-v4 span {
  background: #fff !important;
  box-shadow: 0 0 18px rgba(255,255,255,.45) !important;
}

.em-primary-v4 {
  color: #050505 !important;
  border: 1px solid #fff !important;
  background: linear-gradient(180deg, #ffffff, #d9d9d9) !important;
  box-shadow: 0 18px 54px rgba(255,255,255,.09) !important;
}

.em-primary-v4:hover {
  background: linear-gradient(180deg, #ffffff, #ededed) !important;
  box-shadow: 0 22px 64px rgba(255,255,255,.12) !important;
}

.em-payment-column-discord-v4 {
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.075), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(8,8,9,.76) !important;
}

/* --- Exora Step 2: rebuilt navbar + clean black/white landing --- */
:root {
  --em-s2-bg: #020202;
  --em-s2-card: rgba(13,13,14,.72);
  --em-s2-card-strong: rgba(18,18,20,.88);
  --em-s2-line: rgba(255,255,255,.115);
  --em-s2-line-strong: rgba(255,255,255,.22);
  --em-s2-text: #ffffff;
  --em-s2-muted: rgba(255,255,255,.62);
}

html,
body {
  background: #020202 !important;
}

body {
  position: relative !important;
  isolation: isolate;
  overflow-x: hidden;
  color: var(--em-s2-text) !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.035), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.032), transparent 26%),
    linear-gradient(180deg, #020202 0%, #060607 42%, #020202 100%) !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background-image: radial-gradient(circle, rgba(255,255,255,.11) 1px, transparent 1.45px) !important;
  background-size: 24px 24px !important;
  opacity: .18 !important;
  mask-image: radial-gradient(circle at 50% 26%, black 0%, black 43%, transparent 82%) !important;
  -webkit-mask-image: radial-gradient(circle at 50% 26%, black 0%, black 43%, transparent 82%) !important;
}

body::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 16% 30%, rgba(255,255,255,.13) 0 3px, rgba(255,255,255,.055) 4px, transparent 48px),
    radial-gradient(circle at 76% 18%, rgba(255,255,255,.12) 0 2px, rgba(255,255,255,.045) 4px, transparent 58px),
    radial-gradient(circle at 88% 63%, rgba(255,255,255,.10) 0 2px, rgba(255,255,255,.04) 4px, transparent 54px),
    radial-gradient(circle at 36% 74%, rgba(255,255,255,.075) 0 2px, rgba(255,255,255,.03) 4px, transparent 46px) !important;
  opacity: .72 !important;
  filter: blur(.2px) !important;
}

.flex-wrapper,
.components,
footer,
.modal,
header.sticky-top {
  position: relative;
  z-index: 1;
}

header.sticky-top {
  top: 0 !important;
  padding: 16px 0 8px !important;
  background: linear-gradient(180deg, rgba(2,2,2,.88), rgba(2,2,2,.50) 72%, transparent) !important;
  border: 0 !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.em-navbar-s2 {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-nav-container-s2 {
  max-width: 1100px !important;
  padding-inline: 18px !important;
}

.em-nav-shell-s2 {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 9px 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.075), transparent 34%),
    linear-gradient(180deg, rgba(19,19,21,.86), rgba(6,6,7,.88));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 18px 54px rgba(0,0,0,.42);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.em-brand-s2 {
  display: inline-flex !important;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  color: #fff !important;
  min-width: 178px;
}

.em-brand-icon-s2,
.em-footer-icon-s2,
.em-product-placeholder-letter {
  display: inline-grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(13,13,14,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 0 28px rgba(255,255,255,.055);
}

.em-brand-icon-s2 {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: -.06em;
}

.em-brand-text-s2 {
  color: #fff;
  font-size: .94rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.015em;
  white-space: nowrap;
}

.em-nav-collapse-s2 {
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.em-links-s2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.em-links-s2 .nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.58) !important;
  background: transparent !important;
  font-size: .82rem !important;
  font-weight: 780 !important;
  letter-spacing: .01em;
  text-transform: none !important;
  transition: color .16s ease, background .16s ease;
}

.em-links-s2 .nav-link::after { display: none !important; }
.em-links-s2 .nav-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
}

.em-actions-s2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
}

.em-nav-btn-s2,
.em-cart-s2,
.em-menu-s2,
.currency-selector.em-currency-s2 .choices__inner {
  min-height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(255,255,255,.045) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.em-nav-btn-s2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  white-space: nowrap;
}

.em-cart-s2 {
  position: relative;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
}

.em-cart-s2 .icon {
  width: 18px;
  height: 18px;
}

.em-cart-s2 .count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #050505;
  background: #fff;
  font-size: .68rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(0,0,0,.35);
}

.em-nav-btn-s2:hover,
.em-cart-s2:hover {
  color: #050505 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.em-menu-s2 {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
}

.em-menu-s2 span {
  width: 17px;
  height: 1px;
  display: block;
  background: rgba(255,255,255,.86);
}

.currency-selector.em-currency-s2 {
  width: 76px;
  max-width: 76px;
  display: block !important;
}

.currency-selector.em-currency-s2 select {
  width: 76px !important;
  height: 42px !important;
}

.currency-selector.em-currency-s2 .choices {
  width: 76px !important;
  margin: 0 !important;
  overflow: visible !important;
}

.currency-selector.em-currency-s2 .choices__inner {
  min-width: 76px !important;
  width: 76px !important;
  height: 42px !important;
  padding: 4px 25px 4px 14px !important;
}

.currency-selector.em-currency-s2 .choices__inner .choices__item {
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
  max-width: 42px;
  overflow: hidden;
}

.currency-selector.em-currency-s2 .choices[data-type*=select-one]::after {
  right: 12px !important;
  border-color: rgba(255,255,255,.74) transparent transparent transparent !important;
}

.currency-selector.em-currency-s2 .choices.is-open[data-type*=select-one]::after {
  border-color: transparent transparent rgba(255,255,255,.74) transparent !important;
}

.currency-selector.em-currency-s2 .choices__list--dropdown,
.currency-selector.em-currency-s2 .choices__list[aria-expanded] {
  min-width: 146px !important;
  margin-top: 10px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(8,8,9,.98) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.58) !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}

.currency-selector.em-currency-s2 .choices__list--dropdown .choices__item,
.currency-selector.em-currency-s2 .choices__list[aria-expanded] .choices__item {
  color: rgba(255,255,255,.86) !important;
  font-size: .82rem !important;
  font-weight: 800;
  padding: 10px 12px !important;
}

.currency-selector.em-currency-s2 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.currency-selector.em-currency-s2 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  color: #050505 !important;
  background: #fff !important;
}

/* Landing step 2 */
.em-hero-s2 {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 154px 0 92px !important;
  overflow: hidden;
  isolation: isolate;
}

.em-hero-s2::before {
  content: "";
  position: absolute;
  inset: 11% 6% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
  opacity: .55;
  pointer-events: none;
}

.em-hero-s2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.05), transparent 26%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.018) 48%, transparent 100%);
}

.em-hero-orb-s2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 0 16px rgba(255,255,255,.42), 0 0 48px rgba(255,255,255,.12);
  opacity: .68;
  pointer-events: none;
}
.em-hero-orb-a-s2 { left: 20%; top: 33%; }
.em-hero-orb-b-s2 { right: 21%; top: 24%; width: 6px; height: 6px; opacity: .55; }

.em-hero-container-s2 {
  max-width: 1120px !important;
  position: relative;
}

.em-hero-panel-s2 {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 74px) clamp(24px, 5vw, 74px);
  text-align: center;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.115);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.075), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014)),
    rgba(8,8,9,.60);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.065),
    0 30px 100px rgba(0,0,0,.42);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.em-kicker-s2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  padding: 0 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.70);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.em-kicker-s2 span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255,255,255,.5);
}

.em-hero-s2 h1 {
  margin: 0 auto;
  max-width: 800px;
  color: #fff;
  font-size: clamp(2.65rem, 4.6vw, 4.4rem) !important;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -.067em;
  text-wrap: balance;
  text-shadow: 0 18px 80px rgba(0,0,0,.56);
}

.em-hero-subtitle-s2 {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(255,255,255,.64);
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.75;
}

.em-hero-actions-s2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.em-primary-s2,
.em-secondary-s2 {
  min-height: 48px !important;
  min-width: 158px;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 22px !important;
  font-size: .88rem !important;
  font-weight: 900 !important;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.em-primary-s2 {
  color: #050505 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: 0 18px 50px rgba(255,255,255,.10);
}

.em-secondary-s2 {
  color: #fff !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}

.em-primary-s2:hover,
.em-secondary-s2:hover {
  transform: translateY(-2px);
}
.em-secondary-s2:hover {
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(255,255,255,.24) !important;
}

.em-hero-strip-s2 {
  width: min(100%, 640px);
  min-height: 48px;
  margin: 32px auto 0;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.105);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.em-hero-strip-s2 span {
  min-height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.03);
  font-size: .78rem;
  font-weight: 820;
  white-space: nowrap;
}

.em-hero-strip-s2 i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
  opacity: .72;
  box-shadow: 0 0 12px rgba(255,255,255,.42);
}

/* hard remove old hero/logo/category visuals */
.em-hero-v4,
.em-hero-character-v4,
.em-hero-logo-line,
.em-hero-points,
.em-hero-points-v3,
.em-hero-bg-mark,
.em-hero-mark,
.em-hero-card,
.em-hero-card-inner,
.em-hero-visual-v3 {
  background-image: none !important;
}

.em-hero-logo-line,
.em-hero-points,
.em-hero-points-v3,
.em-hero-bg-mark,
.em-hero-mark,
.em-hero-card,
.em-hero-card-inner,
.em-hero-visual-v3,
.em-hero-character-v4 {
  display: none !important;
}

.em-product-placeholder {
  display: grid;
  place-items: center;
}

.em-product-placeholder-letter {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 1.6rem;
  font-weight: 950;
  letter-spacing: -.06em;
}

.em-footer-icon-s2 {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: .82rem;
  font-weight: 950;
}

@media (min-width: 992px) {
  .em-nav-collapse-s2 {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 991.98px) {
  header.sticky-top { padding: 10px 0 8px !important; }
  .em-nav-container-s2 { max-width: 100% !important; }
  .em-nav-shell-s2 {
    min-height: 58px;
    flex-wrap: wrap;
    border-radius: 24px;
    padding: 8px;
  }
  .em-brand-s2 {
    min-width: auto;
    padding-left: 4px !important;
  }
  .em-menu-s2 { display: inline-flex !important; }
  .em-nav-collapse-s2 {
    flex-basis: 100%;
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(5,5,6,.90);
  }
  .em-links-s2,
  .em-actions-s2 {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .em-links-s2 { margin-bottom: 9px !important; }
  .em-links-s2 .nav-link,
  .em-nav-btn-s2,
  .em-cart-s2 {
    width: 100% !important;
    justify-content: center !important;
  }
  .em-cart-s2 { height: 42px !important; }
  .em-currency-item-s2,
  .currency-selector.em-currency-s2,
  .currency-selector.em-currency-s2 .choices,
  .currency-selector.em-currency-s2 .choices__inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
  }
  .em-hero-s2 {
    min-height: auto;
    padding: 124px 0 72px !important;
  }
  .em-hero-panel-s2 { border-radius: 28px; }
}

@media (max-width: 575.98px) {
  .em-brand-text-s2 { font-size: .84rem; }
  .em-hero-s2 h1 { font-size: 2.35rem !important; }
  .em-hero-actions-s2 .btn { width: 100%; }
  .em-hero-strip-s2 {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .em-hero-strip-s2 span { justify-content: flex-start; padding-inline: 14px; }
}

/* ==============================
   EXORA MARKET STEP 3 — CLEAN BW PREMIUM
   ============================== */
:root {
  --em-bg: #020202;
  --em-card: rgba(14,14,16,.74);
  --em-card-strong: rgba(20,20,22,.88);
  --em-line: rgba(255,255,255,.12);
  --em-line-soft: rgba(255,255,255,.075);
  --em-text: #ffffff;
  --em-muted: rgba(255,255,255,.66);
  --em-muted-2: rgba(255,255,255,.45);
}

html { scroll-behavior: smooth; }
html, body {
  min-height: 100%;
  background: #020202 !important;
  color: var(--em-text) !important;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 12%, rgba(255,255,255,.14), transparent 18rem),
    radial-gradient(circle at 76% 10%, rgba(255,255,255,.055), transparent 36rem),
    radial-gradient(circle at 42% 34%, rgba(255,255,255,.035), transparent 30rem),
    linear-gradient(180deg, #020202 0%, #050505 45%, #020202 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.095) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 26px 26px, 104px 104px, 104px 104px;
  background-position: center top;
  mask-image: radial-gradient(circle at 50% 24%, #000 0 38%, transparent 78%);
  opacity: .32;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 42%, rgba(255,255,255,.22) 0 2px, rgba(255,255,255,.12) 3px, transparent 78px),
    radial-gradient(circle at 78% 19%, rgba(255,255,255,.18) 0 2px, rgba(255,255,255,.08) 4px, transparent 92px),
    radial-gradient(circle at 82% 62%, rgba(255,255,255,.12) 0 1px, rgba(255,255,255,.055) 3px, transparent 82px),
    radial-gradient(circle at 34% 72%, rgba(255,255,255,.11) 0 1px, rgba(255,255,255,.045) 3px, transparent 70px),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.018) 52%, rgba(255,255,255,.07) 100%);
  opacity: .75;
  filter: blur(.2px);
}

.bg-image { display: none !important; }
.flex-wrapper,
.components,
footer,
.modal,
header.sticky-top {
  position: relative;
  z-index: 1;
}

header.sticky-top {
  top: 0 !important;
  padding: 14px 0 10px !important;
  background: linear-gradient(180deg, rgba(2,2,2,.90), rgba(2,2,2,.60) 72%, transparent) !important;
  border: 0 !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

/* Navbar */
.em-navbar-step3 {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-nav-wrap-step3 {
  max-width: 930px !important;
  padding-inline: 18px !important;
}

.em-nav-shell-step3 {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 8px 7px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(18,18,20,.88), rgba(5,5,6,.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 18px 48px rgba(0,0,0,.46);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.em-brand-step3 {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  min-width: 174px;
  color: #fff !important;
}

.em-brand-mark-step3 {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: -.06em;
  border: 1px solid rgba(255,255,255,.15);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(12,12,13,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 0 22px rgba(255,255,255,.05);
}

.em-brand-name-step3 {
  font-size: .91rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.em-collapse-step3 {
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
}

.em-links-step3,
.em-actions-step3 {
  align-items: center !important;
  gap: 5px;
}

.em-links-step3 {
  margin: 0 auto !important;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}

.em-navbar-step3 .nav-link {
  color: rgba(255,255,255,.63) !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  padding: 10px 13px !important;
  border-radius: 999px !important;
  transition: color .2s ease, background .2s ease, transform .2s ease !important;
}

.em-navbar-step3 .nav-link:hover,
.em-navbar-step3 .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
  transform: translateY(-1px);
}

.em-actions-step3 {
  flex: 0 0 auto;
  margin-left: 0 !important;
}

.em-nav-btn-step3,
.em-cart-step3,
.em-currency-step3 select {
  min-height: 38px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 22px rgba(0,0,0,.22) !important;
}

.em-nav-btn-step3 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease !important;
}

.em-nav-btn-step3:hover,
.em-cart-step3:hover,
.em-currency-step3:hover select {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.09) !important;
}

.em-currency-step3 {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.em-currency-step3::after {
  content: "";
  position: absolute;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(255,255,255,.65);
  border-bottom: 2px solid rgba(255,255,255,.65);
  transform: rotate(45deg) translateY(-2px);
  pointer-events: none;
}

.em-currency-step3 select {
  height: 38px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 34px 0 15px !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  outline: 0 !important;
}

.em-cart-step3 {
  position: relative !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.em-cart-step3 .icon {
  width: 18px !important;
  height: 18px !important;
}

.navbar .cart .em-cart-step3 .count,
.em-cart-step3 .count {
  top: -5px !important;
  right: -5px !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: .62rem !important;
  font-weight: 900 !important;
  border: 1px solid rgba(0,0,0,.2) !important;
}

.em-menu-step3 {
  width: 38px;
  height: 38px;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  padding: 0 !important;
  margin-left: auto;
  box-shadow: none !important;
}

.em-menu-step3 span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 999px;
}

/* Hero */
.em-hero-step3 {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 128px 0 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.em-hero-step3::before {
  content: "";
  position: absolute;
  inset: 18% 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
  opacity: .72;
}

.em-hero-container-step3 {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(300px, .72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
  max-width: 1120px !important;
}

.em-hero-copy-step3 {
  max-width: 560px;
  padding: 0;
}

.em-hero-kicker-step3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 31px;
  padding: 0 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.73);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.em-hero-kicker-step3 span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255,255,255,.55);
}

.em-hero-step3 h1 {
  margin: 0 !important;
  max-width: 560px;
  color: #fff !important;
  font-size: clamp(3rem, 5.8vw, 5.8rem) !important;
  line-height: .94 !important;
  letter-spacing: -.075em !important;
  font-weight: 950 !important;
  text-wrap: balance;
}

.em-hero-subtitle-step3 {
  max-width: 520px;
  margin: 22px 0 0 !important;
  color: rgba(255,255,255,.66) !important;
  font-size: clamp(1rem, 1.22vw, 1.16rem) !important;
  line-height: 1.78 !important;
  font-weight: 500 !important;
}

.em-hero-actions-step3 {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.em-btn-primary-step3,
.em-btn-secondary-step3 {
  position: relative;
  overflow: hidden;
  min-height: 49px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 16px !important;
  padding: 0 24px !important;
  font-weight: 950 !important;
  letter-spacing: -.02em;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease !important;
}

.em-btn-primary-step3::before,
.em-btn-secondary-step3::before,
.em-payment-chip-step3::before,
.em-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.16) 42%, transparent 62%);
  transform: translateX(-120%);
  transition: transform .55s ease;
  pointer-events: none;
}

.em-btn-primary-step3:hover::before,
.em-btn-secondary-step3:hover::before,
.em-payment-chip-step3:hover::before,
.em-product-card:hover::before {
  transform: translateX(120%);
}

.em-btn-primary-step3 {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: 0 16px 40px rgba(255,255,255,.11) !important;
}

.em-btn-secondary-step3 {
  color: #fff !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
}

.em-btn-primary-step3:hover,
.em-btn-secondary-step3:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.35) !important;
  box-shadow: 0 22px 52px rgba(0,0,0,.36), 0 0 34px rgba(255,255,255,.08) !important;
}

.em-mini-stats-step3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
  margin-top: 34px;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.026);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.em-mini-stats-step3 span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.035);
  font-size: .78rem;
  font-weight: 850;
}

.em-mini-stats-step3 i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 14px rgba(255,255,255,.46);
}

.em-hero-logo-wrap-step3 {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.em-logo-glow-step3 {
  position: absolute;
  width: min(33vw, 430px);
  height: min(33vw, 430px);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,.045) 34%, transparent 67%);
  filter: blur(7px);
  opacity: .8;
}

.em-hero-logo-step3 {
  position: relative;
  width: min(34vw, 430px);
  max-width: 100%;
  height: auto;
  opacity: .72;
  filter: drop-shadow(0 34px 80px rgba(0,0,0,.62));
  animation: emLogoFloatStep3 5.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes emLogoFloatStep3 {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

/* Payments */
.em-payments-step3 {
  padding-top: 34px !important;
}

.em-payments-head-step3 {
  max-width: 620px;
}

.em-payments-layout-step3 {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: 16px;
  margin-top: 30px;
}

.em-payment-type-step3 {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.105);
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.022));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 60px rgba(0,0,0,.20);
  padding: 19px;
}

.em-payment-type-head-step3 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.em-payment-type-head-step3 strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -.02em;
}

.em-payment-type-head-step3 small {
  color: rgba(255,255,255,.50);
  font-weight: 700;
}

.em-payment-icons-step3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.em-payment-type-step3:first-child .em-payment-icons-step3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-payment-chip-step3 {
  position: relative;
  overflow: hidden;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.085);
  background: rgba(0,0,0,.24);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.em-payment-chip-step3:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.23);
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 36px rgba(0,0,0,.25);
}

.em-payment-chip-step3 img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: saturate(.86) contrast(1.02);
}

.em-payment-chip-step3 span {
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: -.01em;
}

/* Product cards smaller */
.em-products-section {
  padding-top: 54px !important;
}

.em-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.em-product-shell { min-width: 0 !important; }
.em-product-card.card,
.products .em-product-card.card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: linear-gradient(180deg, rgba(21,21,23,.72), rgba(10,10,11,.86)) !important;
  min-height: 0 !important;
  box-shadow: 0 20px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.em-product-media,
.em-product-media img,
.em-product-placeholder {
  aspect-ratio: var(--product-card-image-aspect-ratio) !important;
  min-height: 0 !important;
  height: auto !important;
}

.em-product-media > img {
  object-fit: cover !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.em-product-card:hover .em-product-media > img {
  transform: scale(1.035) !important;
  filter: brightness(1.05) contrast(1.02) !important;
}

.em-product-body {
  padding: 14px !important;
}

.em-product-title {
  font-size: .98rem !important;
  line-height: 1.3 !important;
  margin-top: 13px !important;
}

.em-stock-pill {
  transform: scale(.96);
  transform-origin: left center;
}

.em-stock-count,
.em-product-meta {
  font-size: .78rem !important;
}

/* Scroll reveal / generating effect */
.em-reveal-target,
.em-section,
.em-product-shell,
.em-payment-type-step3,
.em-mini-stats-step3,
.em-section-head {
  opacity: 0;
  transform: translateY(18px) scale(.985);
  filter: blur(10px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1), filter .7s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform, filter;
}

.em-generated,
.em-revealed {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

.em-product-shell:nth-child(2) { transition-delay: .04s; }
.em-product-shell:nth-child(3) { transition-delay: .08s; }
.em-product-shell:nth-child(4) { transition-delay: .12s; }
.em-product-shell:nth-child(5) { transition-delay: .04s; }
.em-product-shell:nth-child(6) { transition-delay: .08s; }
.em-product-shell:nth-child(7) { transition-delay: .12s; }
.em-product-shell:nth-child(8) { transition-delay: .16s; }

@media (min-width: 992px) {
  .em-navbar-step3 .navbar-toggler { display: none !important; }
  .em-navbar-step3 .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }
}

@media (max-width: 991.98px) {
  header.sticky-top { padding: 10px 0 !important; }
  .em-nav-wrap-step3 { max-width: 100% !important; }
  .em-nav-shell-step3 {
    flex-wrap: wrap;
    border-radius: 24px;
    padding: 10px;
  }
  .em-brand-step3 { min-width: 0; }
  .em-collapse-step3 {
    flex-basis: 100%;
    width: 100%;
    padding-top: 10px;
  }
  .em-links-step3,
  .em-actions-step3 {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .em-links-step3 { margin: 0 !important; }
  .em-actions-step3 { margin-top: 10px !important; }
  .em-currency-step3,
  .em-currency-step3 select,
  .em-nav-btn-step3,
  .em-cart-step3 { width: 100% !important; }
  .em-cart-step3 { min-width: 100% !important; }
  .em-hero-container-step3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .em-hero-copy-step3 { max-width: 650px; }
  .em-hero-logo-wrap-step3 {
    min-height: 280px;
    order: -1;
    opacity: .9;
  }
  .em-hero-logo-step3 { width: min(64vw, 310px); }
  .em-payments-layout-step3 { grid-template-columns: 1fr; }
  .em-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 575.98px) {
  .em-hero-step3 { padding: 108px 0 58px; min-height: auto; }
  .em-hero-step3 h1 { font-size: 2.8rem !important; }
  .em-hero-actions-step3 .btn { width: 100%; }
  .em-mini-stats-step3 { grid-template-columns: 1fr; }
  .em-payment-icons-step3,
  .em-payment-type-step3:first-child .em-payment-icons-step3 { grid-template-columns: 1fr; }
  .em-products-grid { grid-template-columns: 1fr !important; }
}

/* Choices.js currency selector styling */
.em-currency-step3 .choices {
  margin: 0 !important;
  min-width: 78px !important;
  color: #fff !important;
}
.em-currency-step3 .choices__inner {
  min-height: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
  padding: 0 32px 0 15px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 22px rgba(0,0,0,.22) !important;
}
.em-currency-step3 .choices__list--single {
  padding: 0 !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
.em-currency-step3 .choices[data-type*=select-one]::after {
  right: 13px !important;
  border-color: rgba(255,255,255,.65) transparent transparent !important;
}
.em-currency-step3 .choices__list--dropdown,
.em-currency-step3 .choices__list[aria-expanded] {
  margin-top: 8px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(10,10,11,.96) !important;
  box-shadow: 0 22px 48px rgba(0,0,0,.44) !important;
}
.em-currency-step3 .choices__list--dropdown .choices__item,
.em-currency-step3 .choices__list[aria-expanded] .choices__item {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: .78rem !important;
  padding: 10px 12px !important;
}
.em-currency-step3 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.em-currency-step3 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: rgba(255,255,255,.10) !important;
}

/* =====================================================================
   EXORA STEP 4 FIX — final black/white rebuild after review
   ===================================================================== */
:root {
  --em-bg: #020202;
  --em-panel: rgba(12, 12, 13, .72);
  --em-panel-strong: rgba(16, 16, 18, .86);
  --em-line: rgba(255, 255, 255, .105);
  --em-line-strong: rgba(255, 255, 255, .18);
  --em-text: #ffffff;
  --em-muted: rgba(255, 255, 255, .62);
  --em-muted-2: rgba(255, 255, 255, .42);
  --em-green: #2ee66b;
  --em-red: #ff4d4d;
}

html,
body {
  background: #020202 !important;
  color: var(--em-text) !important;
  overflow-x: hidden !important;
}

body {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, #020202 0%, #030303 62%, #090909 100%) !important;
}

/* clean fixed dotted background, no random glow particles */
body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: .30 !important;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.18) 0 1px, transparent 1.25px),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.045), transparent 28%),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.026) 100%);
  background-size: 26px 26px, auto, auto !important;
  background-position: center top, center, center !important;
  mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 78%, transparent 100%) !important;
}

/* one static glow ball, fixed top-right while scrolling */
body::after {
  content: "" !important;
  position: fixed !important;
  top: 88px !important;
  right: -150px !important;
  width: 560px !important;
  height: 560px !important;
  pointer-events: none !important;
  z-index: 0 !important;
  border-radius: 999px !important;
  opacity: .42 !important;
  filter: blur(24px) !important;
  background: radial-gradient(circle, rgba(255,255,255,.13) 0%, rgba(255,255,255,.048) 35%, transparent 70%) !important;
}

.bg-image { display: none !important; }
.flex-wrapper,
.components,
footer,
.modal,
header.sticky-top { position: relative !important; z-index: 1 !important; }

.container { max-width: 1180px !important; }
.component[id], #home, #payments, #products, #reviews { scroll-margin-top: 92px !important; }

/* Header / navbar */
header.sticky-top {
  top: 0 !important;
  padding: 13px 0 8px !important;
  background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.45), transparent) !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.em-navbar-step4 {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-nav-wrap-step4 {
  width: 100% !important;
  max-width: 900px !important;
  padding-inline: 16px !important;
}

.em-nav-shell-step4 {
  width: 100% !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  padding: 7px 9px 7px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.125) !important;
  background:
    radial-gradient(circle at 9% 0%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(180deg, rgba(20,20,22,.88), rgba(5,5,6,.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 16px 50px rgba(0,0,0,.48) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
}

.em-brand-step4 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
  min-width: 178px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.em-brand-mark-step4 {
  width: 29px !important;
  height: 29px !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 29px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.26), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.15), rgba(10,10,11,.96)) !important;
  color: #fff !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 22px rgba(255,255,255,.055) !important;
}

.em-brand-name-step4 {
  color: #fff !important;
  font-size: .88rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.015em !important;
  white-space: nowrap !important;
}

.em-collapse-step4 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.em-links-step4 {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2px !important;
  margin: 0 auto !important;
  padding: 3px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  background: rgba(255,255,255,.026) !important;
}

.em-navbar-step4 .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.62) !important;
  background: transparent !important;
  font-size: .76rem !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
  transition: color .18s ease, background .18s ease, transform .18s ease !important;
}

.em-navbar-step4 .nav-link::after { display: none !important; }
.em-navbar-step4 .nav-link:hover,
.em-navbar-step4 .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
  transform: translateY(-1px) !important;
}

.em-actions-step4 {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
}

.em-actions-step4 > .nav-item,
.em-cart-item-step4,
.em-currency-item-step4,
.em-discord-item-step4,
.em-user-item-step4 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  line-height: 1 !important;
}

.em-nav-btn-step4,
.em-cart-step4,
.em-menu-step4,
.em-currency-step4 select {
  min-height: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.02)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 24px rgba(0,0,0,.24) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

.em-nav-btn-step4 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 15px !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.em-nav-btn-step4:hover,
.em-cart-step4:hover,
.em-menu-step4:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.085) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 12px 30px rgba(0,0,0,.28), 0 0 24px rgba(255,255,255,.045) !important;
}

/* fixed cart: no inherited broken .cart placement */
.em-cart-step4 {
  width: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  transform: none !important;
  overflow: visible !important;
}

.em-cart-step4 .icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

.em-cart-step4 .count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  min-width: 18px !important;
  width: auto !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: .62rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  border: 1px solid rgba(0,0,0,.22) !important;
}

/* currency selector polished */
.em-currency-step4 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  width: 82px !important;
  min-width: 82px !important;
}

.em-currency-step4 select {
  width: 82px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 30px 0 14px !important;
  font-size: .75rem !important;
  font-weight: 950 !important;
  outline: 0 !important;
}

.em-currency-step4::after {
  content: "" !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  border-right: 2px solid rgba(255,255,255,.66) !important;
  border-bottom: 2px solid rgba(255,255,255,.66) !important;
  transform: translateY(-62%) rotate(45deg) !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.em-currency-step4 .choices {
  width: 82px !important;
  min-width: 82px !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #fff !important;
}

.em-currency-step4 .choices__inner {
  width: 82px !important;
  min-width: 82px !important;
  min-height: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 30px 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.02)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 24px rgba(0,0,0,.24) !important;
}

.em-currency-step4 .choices__list--single {
  padding: 0 !important;
  color: #fff !important;
  font-size: .75rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.em-currency-step4 .choices[data-type*=select-one]::after { display: none !important; }
.em-currency-step4 .choices__list--dropdown,
.em-currency-step4 .choices__list[aria-expanded] {
  margin-top: 8px !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(9,9,10,.98) !important;
  box-shadow: 0 20px 48px rgba(0,0,0,.48) !important;
}
.em-currency-step4 .choices__list--dropdown .choices__item,
.em-currency-step4 .choices__list[aria-expanded] .choices__item {
  color: #fff !important;
  font-size: .76rem !important;
  font-weight: 850 !important;
  padding: 10px 12px !important;
}
.em-currency-step4 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.em-currency-step4 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: rgba(255,255,255,.10) !important;
}

.em-menu-step4 {
  width: 38px !important;
  padding: 0 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-left: auto !important;
}
.em-menu-step4 span {
  display: block !important;
  width: 16px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #fff !important;
}

/* Hero: left text, right foreground E logo */
.em-hero-step4 {
  position: relative !important;
  min-height: calc(100vh - 82px) !important;
  padding: 116px 0 86px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.em-hero-step4::before {
  content: "" !important;
  position: absolute !important;
  top: 21% !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09), transparent) !important;
  opacity: .68 !important;
  pointer-events: none !important;
}

.em-hero-container-step4 {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, .93fr) minmax(310px, .78fr) !important;
  align-items: center !important;
  gap: clamp(32px, 6vw, 96px) !important;
  max-width: 1140px !important;
}

.em-hero-copy-step4 {
  max-width: 565px !important;
  padding: 0 !important;
}

.em-hero-kicker-step4 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  height: 31px !important;
  margin-bottom: 19px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.035) !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}
.em-hero-kicker-step4::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 0 16px rgba(255,255,255,.52) !important;
}

.em-hero-step4 h1 {
  margin: 0 !important;
  max-width: 575px !important;
  color: #fff !important;
  font-size: clamp(3rem, 5.2vw, 5.35rem) !important;
  line-height: .95 !important;
  letter-spacing: -.074em !important;
  font-weight: 950 !important;
  text-wrap: balance !important;
}

.em-hero-subtitle-step4 {
  max-width: 520px !important;
  margin: 22px 0 0 !important;
  color: rgba(255,255,255,.64) !important;
  font-size: clamp(1rem, 1.13vw, 1.12rem) !important;
  line-height: 1.76 !important;
  font-weight: 500 !important;
}

.em-hero-actions-step4 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 13px !important;
  margin-top: 34px !important;
}

.em-btn-primary-step4,
.em-btn-secondary-step4,
.em-payment-chip-step4,
.em-small-link {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.em-btn-primary-step4::before,
.em-btn-secondary-step4::before,
.em-payment-chip-step4::before,
.em-small-link::before,
.em-product-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.16) 42%, transparent 64%) !important;
  transform: translateX(-130%) skewX(-8deg) !important;
  transition: transform .65s cubic-bezier(.16,1,.3,1) !important;
  pointer-events: none !important;
}

.em-btn-primary-step4:hover::before,
.em-btn-secondary-step4:hover::before,
.em-payment-chip-step4:hover::before,
.em-small-link:hover::before,
.em-product-card:hover::before {
  transform: translateX(130%) skewX(-8deg) !important;
}

.em-btn-primary-step4,
.em-btn-secondary-step4 {
  min-height: 49px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 23px !important;
  border-radius: 16px !important;
  font-size: .9rem !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease !important;
}

.em-btn-primary-step4 {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: 0 16px 42px rgba(255,255,255,.11) !important;
}
.em-btn-secondary-step4 {
  color: #fff !important;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
}
.em-btn-primary-step4:hover,
.em-btn-secondary-step4:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255,255,255,.35) !important;
  box-shadow: 0 24px 56px rgba(0,0,0,.38), 0 0 34px rgba(255,255,255,.08) !important;
}

.em-hero-logo-stage-step4 {
  position: relative !important;
  min-height: 470px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.em-hero-logo-stage-step4::before {
  content: "" !important;
  position: absolute !important;
  width: min(38vw, 500px) !important;
  height: min(38vw, 500px) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255,255,255,.12), rgba(255,255,255,.034) 42%, transparent 70%) !important;
  filter: blur(12px) !important;
  opacity: .7 !important;
}

.em-hero-logo-step4 {
  position: relative !important;
  z-index: 1 !important;
  width: min(35vw, 430px) !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: .94 !important;
  filter: drop-shadow(0 36px 75px rgba(0,0,0,.68)) !important;
  animation: emLogoFloatStep4 5.8s ease-in-out infinite !important;
  will-change: transform !important;
}

@keyframes emLogoFloatStep4 {
  0%, 100% { transform: translateY(0) rotate(-.7deg); }
  50% { transform: translateY(-12px) rotate(.7deg); }
}

/* removed the three old landing pills completely */
.em-mini-stats-step3,
.em-hero-points,
.em-hero-points-v3 { display: none !important; }

/* Compact payment section */
.em-payments-step4 {
  padding-top: 30px !important;
  padding-bottom: 54px !important;
}

.em-payment-panel-step4 {
  display: grid !important;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr) !important;
  align-items: center !important;
  gap: 26px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.075), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.017)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 62px rgba(0,0,0,.28) !important;
  padding: 24px !important;
}

.em-payment-title-step4 span {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  color: rgba(255,255,255,.55) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
.em-payment-title-step4 h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.2vw, 2.15rem) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -.055em !important;
}
.em-payment-title-step4 p {
  margin: 12px 0 0 !important;
  color: rgba(255,255,255,.55) !important;
  font-size: .9rem !important;
  line-height: 1.62 !important;
  max-width: 360px !important;
}

.em-payment-groups-step4 {
  display: grid !important;
  gap: 13px !important;
}
.em-payment-group-step4 {
  display: grid !important;
  grid-template-columns: 136px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 11px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 20px !important;
  background: rgba(0,0,0,.20) !important;
}
.em-payment-group-step4 strong {
  color: rgba(255,255,255,.76) !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  letter-spacing: -.01em !important;
}
.em-payment-list-step4 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.em-payment-chip-step4 {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.035) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease !important;
}
.em-payment-chip-step4:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255,255,255,.23) !important;
  background: rgba(255,255,255,.075) !important;
}
.em-payment-chip-step4 img {
  width: 23px !important;
  height: 23px !important;
  object-fit: contain !important;
  filter: saturate(.9) contrast(1.02) !important;
}

/* Product cards slightly smaller */
.em-products-section { padding-top: 44px !important; }
.em-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 15px !important;
  align-items: stretch !important;
}
.em-product-card.card,
.products .em-product-card.card {
  border-radius: 19px !important;
  max-width: none !important;
  background: linear-gradient(180deg, rgba(18,18,20,.74), rgba(8,8,9,.9)) !important;
  border: 1px solid rgba(255,255,255,.095) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035) !important;
}
.em-product-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255,255,255,.20) !important;
  box-shadow: 0 24px 62px rgba(0,0,0,.42), 0 0 26px rgba(255,255,255,.035) !important;
}
.em-product-body { padding: 13px !important; }
.em-stock-pill {
  gap: 7px !important;
  padding: 7px 9px !important;
  border-radius: 12px !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  transform: none !important;
}
.em-stock-pill i { width: 8px !important; height: 8px !important; }
.em-product-price { font-size: .82rem !important; }
.em-product-title { font-size: .95rem !important; margin: 12px 0 7px !important; }
.em-product-meta,
.em-stock-count { font-size: .76rem !important; }

/* reveal/generation remains clean */
.em-reveal-target,
.em-section,
.em-product-shell,
.em-payment-panel-step4,
.em-section-head {
  opacity: 0;
  transform: translateY(18px) scale(.985);
  filter: blur(9px);
  transition: opacity .72s cubic-bezier(.16,1,.3,1), transform .72s cubic-bezier(.16,1,.3,1), filter .72s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform, filter;
}
.em-generated,
.em-revealed {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

@media (min-width: 992px) {
  .em-navbar-step4 .navbar-toggler { display: none !important; }
  .em-navbar-step4 .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }
}

@media (max-width: 991.98px) {
  .em-nav-wrap-step4 { max-width: 100% !important; }
  .em-nav-shell-step4 { border-radius: 24px !important; flex-wrap: wrap !important; }
  .em-menu-step4 { display: inline-flex !important; }
  .em-brand-step4 { min-width: 0 !important; }
  .em-collapse-step4 {
    display: none !important;
    flex-basis: 100% !important;
    width: 100% !important;
    padding-top: 11px !important;
  }
  .em-collapse-step4.show { display: flex !important; flex-direction: column !important; align-items: stretch !important; }
  .em-links-step4,
  .em-actions-step4 {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    margin: 0 !important;
  }
  .em-actions-step4 { margin-top: 9px !important; }
  .em-currency-step4,
  .em-currency-step4 select,
  .em-currency-step4 .choices,
  .em-currency-step4 .choices__inner,
  .em-nav-btn-step4,
  .em-cart-step4 { width: 100% !important; min-width: 100% !important; }
  .em-cart-step4 { min-width: 100% !important; }

  .em-hero-step4 { padding: 98px 0 62px !important; min-height: auto !important; }
  .em-hero-container-step4 { grid-template-columns: 1fr !important; gap: 24px !important; }
  .em-hero-logo-stage-step4 { order: -1 !important; min-height: 280px !important; }
  .em-hero-logo-step4 { width: min(68vw, 315px) !important; }
  .em-payment-panel-step4 { grid-template-columns: 1fr !important; }
  .em-payment-group-step4 { grid-template-columns: 1fr !important; }
  .em-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 575.98px) {
  .container { padding-left: 16px !important; padding-right: 16px !important; }
  .em-brand-name-step4 { font-size: .78rem !important; max-width: 160px !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .em-hero-step4 h1 { font-size: 2.65rem !important; }
  .em-hero-actions-step4 .btn { width: 100% !important; }
  .em-hero-logo-stage-step4 { min-height: 245px !important; }
  .em-payment-list-step4 { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .em-payment-chip-step4 { justify-content: center !important; }
  .em-products-grid { grid-template-columns: 1fr !important; }
}

/* Step 4 micro-fix: keep hover shine visible without breaking text */
.em-btn-primary-step4::before,
.em-btn-secondary-step4::before,
.em-payment-chip-step4::before,
.em-small-link::before,
.em-product-card::before { z-index: 0 !important; }
.em-btn-primary-step4,
.em-btn-secondary-step4,
.em-payment-chip-step4,
.em-small-link,
.em-product-card { z-index: 0 !important; }
.em-btn-primary-step4 > *,
.em-btn-secondary-step4 > *,
.em-payment-chip-step4 > *,
.em-small-link > *,
.em-product-card > * { position: relative !important; z-index: 1 !important; }

/* Step 5: repaired compact navbar + clean product quantity control */
.em-navbar-step5 {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-nav-wrap-step5 {
  width: 100% !important;
  max-width: 860px !important;
  padding-inline: 16px !important;
}

.em-nav-shell-step5 {
  width: 100% !important;
  min-height: 50px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 6px 7px 6px 11px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(circle at 11% 0%, rgba(255,255,255,.115), transparent 32%),
    linear-gradient(180deg, rgba(21,21,23,.88), rgba(6,6,7,.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 14px 46px rgba(0,0,0,.50) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
  overflow: visible !important;
}

.em-brand-step5 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 170px !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.em-brand-mark-step5 {
  width: 28px !important;
  height: 28px !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 28px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.24), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.145), rgba(8,8,9,.96)) !important;
  color: #fff !important;
  font-size: .70rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 0 20px rgba(255,255,255,.05) !important;
}

.em-brand-name-step5 {
  color: #fff !important;
  font-size: .84rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.015em !important;
  white-space: nowrap !important;
}

.em-collapse-step5 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.em-links-step5 {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1px !important;
  margin: 0 auto !important;
  padding: 3px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  background: rgba(255,255,255,.024) !important;
}

.em-navbar-step5 .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.62) !important;
  background: transparent !important;
  font-size: .74rem !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
  transition: color .18s ease, background .18s ease, transform .18s ease !important;
}

.em-navbar-step5 .nav-link::after { display: none !important; }
.em-navbar-step5 .nav-link:hover,
.em-navbar-step5 .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
  transform: translateY(-1px) !important;
}

.em-actions-step5 {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
}

.em-actions-step5 > .nav-item,
.em-cart-item-step5,
.em-currency-item-step5,
.em-discord-item-step5,
.em-user-item-step5 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  line-height: 1 !important;
}

.em-nav-btn-step5,
.em-cart-step5,
.em-menu-step5,
.em-currency-step5 select {
  min-height: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.056), rgba(255,255,255,.018)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 22px rgba(0,0,0,.24) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

.em-nav-btn-step5 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 13px !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.em-nav-btn-step5:hover,
.em-cart-step5:hover,
.em-menu-step5:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.085) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 12px 30px rgba(0,0,0,.30), 0 0 22px rgba(255,255,255,.04) !important;
}

.em-cart-step5 {
  width: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  transform: none !important;
  overflow: hidden !important;
}

.em-cart-step5 .icon {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  transform: translateY(.5px) !important;
}

.em-cart-step5 .count {
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  min-width: 14px !important;
  height: 14px !important;
  padding: 0 4px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: .54rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  border: 1px solid rgba(0,0,0,.25) !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.35) !important;
}

.em-currency-step5 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  width: 76px !important;
  min-width: 76px !important;
}

.em-currency-step5 select {
  width: 76px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 27px 0 13px !important;
  font-size: .73rem !important;
  font-weight: 950 !important;
  outline: 0 !important;
}

.em-currency-step5::after {
  content: "" !important;
  position: absolute !important;
  right: 11px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  border-right: 2px solid rgba(255,255,255,.68) !important;
  border-bottom: 2px solid rgba(255,255,255,.68) !important;
  transform: translateY(-63%) rotate(45deg) !important;
  pointer-events: none !important;
  z-index: 4 !important;
}

.em-currency-step5 .choices {
  width: 76px !important;
  min-width: 76px !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #fff !important;
}

.em-currency-step5 .choices__inner {
  width: 76px !important;
  min-width: 76px !important;
  min-height: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 27px 0 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.056), rgba(255,255,255,.018)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 22px rgba(0,0,0,.24) !important;
}

.em-currency-step5 .choices::after,
.em-currency-step5 .choices[data-type*=select-one]::after {
  display: none !important;
  border: 0 !important;
}

.em-currency-step5 .choices__list--single {
  padding: 0 !important;
  color: #fff !important;
  font-size: .73rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.em-currency-step5 .choices__list--dropdown,
.em-currency-step5 .choices__list[aria-expanded] {
  margin-top: 8px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(9,9,10,.98) !important;
  box-shadow: 0 20px 48px rgba(0,0,0,.48) !important;
}
.em-currency-step5 .choices__list--dropdown .choices__item,
.em-currency-step5 .choices__list[aria-expanded] .choices__item {
  color: #fff !important;
  font-size: .75rem !important;
  font-weight: 850 !important;
  padding: 10px 12px !important;
}
.em-currency-step5 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.em-currency-step5 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: rgba(255,255,255,.10) !important;
}

.em-menu-step5 {
  width: 36px !important;
  padding: 0 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-left: auto !important;
}
.em-menu-step5 span {
  display: block !important;
  width: 15px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #fff !important;
}

/* Product page quantity control */
.em-quantity-field-step5 {
  margin-top: 4px !important;
}

.em-quantity-label-step5,
.product-wrapper .form-label {
  color: rgba(255,255,255,.88) !important;
  font-size: .88rem !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  margin-bottom: 10px !important;
}

.em-quantity-control-step5 {
  width: min(100%, 335px) !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.07), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 16px 36px rgba(0,0,0,.20) !important;
}

.em-quantity-btn-step5 {
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.035) !important;
  color: rgba(255,255,255,.86) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease, opacity .18s ease !important;
}

.em-quantity-btn-step5:first-child {
  border-right: 1px solid rgba(255,255,255,.10) !important;
}

.em-quantity-btn-step5:last-child {
  border-left: 1px solid rgba(255,255,255,.10) !important;
}

.em-quantity-btn-step5 svg {
  width: 17px !important;
  height: 17px !important;
}

.em-quantity-btn-step5:hover:not(:disabled) {
  background: rgba(255,255,255,.095) !important;
  color: #fff !important;
}

.em-quantity-btn-step5:disabled {
  opacity: .34 !important;
  cursor: not-allowed !important;
}

.em-quantity-input-step5 {
  height: 52px !important;
  min-height: 52px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(0,0,0,.18) !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.em-quantity-input-step5:focus {
  background: rgba(0,0,0,.22) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06) !important;
}

.em-quantity-input-step5::-webkit-outer-spin-button,
.em-quantity-input-step5::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.em-quantity-input-step5[type=number] {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.product-wrapper .buy-buttons .btn {
  min-height: 48px !important;
  border-radius: 15px !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
}

.product-wrapper .buy-buttons .btn:hover:not(:disabled) {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.24), 0 0 22px rgba(255,255,255,.04) !important;
}

@media (max-width: 991.98px) {
  .em-navbar-step5 .navbar-toggler { display: none !important; }
  .em-navbar-step5 .navbar-collapse {
    display: none !important;
    flex-basis: 100% !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  .em-nav-wrap-step5 { max-width: 100% !important; }
  .em-nav-shell-step5 {
    border-radius: 22px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }
  .em-menu-step5 { display: inline-flex !important; }
  .em-brand-step5 { min-width: 0 !important; }
  .em-collapse-step5.show {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .em-links-step5,
  .em-actions-step5 {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .em-actions-step5 { margin-top: 8px !important; }
}

@media (max-width: 575.98px) {
  .em-brand-name-step5 {
    font-size: .78rem !important;
    max-width: 158px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .em-quantity-control-step5 {
    width: 100% !important;
  }
}


/* Step 6: sticky compact navbar redesign + centered premium quantity chooser */
html { scroll-padding-top: 112px !important; }
body { overflow-x: hidden !important; }
header.sticky-top {
  position: sticky !important;
  top: 14px !important;
  z-index: 9999 !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
header.sticky-top .announcement { pointer-events: auto !important; }
header.sticky-top .em-navbar-step6 { pointer-events: auto !important; }

.em-navbar-step6 {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.em-nav-wrap-step6 {
  width: 100% !important;
  max-width: 880px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.em-nav-shell-step6 {
  width: 100% !important;
  min-height: 54px !important;
  display: grid !important;
  grid-template-columns: minmax(158px, auto) 1fr auto !important;
  align-items: center !important;
  column-gap: 14px !important;
  padding: 7px 9px 7px 11px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.135) !important;
  background:
    radial-gradient(circle at 13% 0%, rgba(255,255,255,.13), transparent 34%),
    linear-gradient(180deg, rgba(24,24,26,.92), rgba(7,7,8,.95)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(255,255,255,.025),
    0 20px 55px rgba(0,0,0,.52) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  overflow: visible !important;
}

.em-brand-step6 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.em-brand-mark-step6 {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.28), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(8,8,9,.96)) !important;
  color: #fff !important;
  font-size: .70rem !important;
  font-weight: 950 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 18px rgba(255,255,255,.045) !important;
}

.em-brand-text-step6 {
  color: #fff !important;
  font-size: .83rem !important;
  font-weight: 950 !important;
  letter-spacing: -.018em !important;
  white-space: nowrap !important;
}

.em-collapse-step6 {
  display: contents !important;
}

.em-links-step6 {
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 4px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  background: rgba(255,255,255,.025) !important;
}

.em-navbar-step6 .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 33px !important;
  min-width: 72px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.62) !important;
  background: transparent !important;
  font-size: .73rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.012em !important;
  transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.em-navbar-step6 .nav-link::after { display: none !important; }
.em-navbar-step6 .nav-link:hover,
.em-navbar-step6 .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.078) !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055) !important;
}

.em-actions-step6 {
  justify-self: end !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.em-actions-step6 > .nav-item,
.em-currency-item-step6,
.em-discord-item-step6,
.em-user-item-step6,
.em-cart-item-step6 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  line-height: 1 !important;
}

.em-pill-btn-step6,
.em-cart-step6,
.em-menu-step6,
.em-currency-step6 select {
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 10px 24px rgba(0,0,0,.24) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

.em-pill-btn-step6 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 15px !important;
  font-size: .74rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.em-pill-btn-step6:hover,
.em-cart-step6:hover,
.em-menu-step6:hover,
.em-currency-step6:hover .choices__inner {
  transform: translateY(-1px) !important;
  border-color: rgba(255,255,255,.27) !important;
  background: rgba(255,255,255,.085) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 32px rgba(0,0,0,.32), 0 0 22px rgba(255,255,255,.045) !important;
}

.em-cart-step6 {
  width: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: visible !important;
  inset: auto !important;
  margin: 0 !important;
  transform: none !important;
  text-decoration: none !important;
}

.em-cart-step6 .icon {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
}

.em-cart-step6 .count {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: .62rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  border: 1px solid rgba(0,0,0,.35) !important;
  box-shadow: 0 0 0 2px rgba(8,8,9,.92) !important;
}

.em-currency-step6 {
  position: relative !important;
  width: 80px !important;
  min-width: 80px !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.em-currency-step6 select {
  width: 80px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 29px 0 14px !important;
  font-size: .73rem !important;
  font-weight: 950 !important;
  outline: 0 !important;
}

.em-currency-step6::after {
  content: "" !important;
  position: absolute !important;
  right: 13px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  border-right: 2px solid rgba(255,255,255,.68) !important;
  border-bottom: 2px solid rgba(255,255,255,.68) !important;
  transform: translateY(-64%) rotate(45deg) !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

.em-currency-step6 .choices {
  width: 80px !important;
  min-width: 80px !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #fff !important;
}

.em-currency-step6 .choices__inner {
  width: 80px !important;
  min-width: 80px !important;
  height: 38px !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 29px 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 10px 24px rgba(0,0,0,.24) !important;
}

.em-currency-step6 .choices::after,
.em-currency-step6 .choices[data-type*=select-one]::after { display: none !important; }
.em-currency-step6 .choices__list--single {
  padding: 0 !important;
  color: #fff !important;
  font-size: .73rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}
.em-currency-step6 .choices__list--dropdown,
.em-currency-step6 .choices__list[aria-expanded] {
  margin-top: 9px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(9,9,10,.985) !important;
  box-shadow: 0 20px 48px rgba(0,0,0,.48) !important;
  z-index: 10050 !important;
}
.em-currency-step6 .choices__list--dropdown .choices__item,
.em-currency-step6 .choices__list[aria-expanded] .choices__item {
  color: #fff !important;
  font-size: .75rem !important;
  font-weight: 850 !important;
  padding: 10px 12px !important;
}
.em-currency-step6 .choices__list--dropdown .choices__item--selectable.is-highlighted,
.em-currency-step6 .choices__list[aria-expanded] .choices__item--selectable.is-highlighted { background: rgba(255,255,255,.10) !important; }

.em-menu-step6 {
  width: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-left: auto !important;
}
.em-menu-step6 span {
  display: block !important;
  width: 15px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #fff !important;
}

/* Centered, wider product quantity bar */
.product-wrapper .em-quantity-field-step6 {
  width: 100% !important;
  max-width: 560px !important;
  margin: 14px auto 18px auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.product-wrapper .em-quantity-label-step6 {
  width: min(100%, 560px) !important;
  display: block !important;
  text-align: center !important;
  color: rgba(255,255,255,.9) !important;
  font-size: .92rem !important;
  font-weight: 900 !important;
  letter-spacing: -.015em !important;
  margin: 0 0 10px !important;
}

.product-wrapper .em-quantity-control-step6 {
  width: min(100%, 560px) !important;
  height: 56px !important;
  display: grid !important;
  grid-template-columns: 64px 1fr 64px !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.125) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(255,255,255,.075), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(255,255,255,.02),
    0 16px 40px rgba(0,0,0,.22) !important;
}

.product-wrapper .em-quantity-btn-step6 {
  width: 64px !important;
  min-width: 64px !important;
  height: 56px !important;
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.038) !important;
  color: rgba(255,255,255,.86) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease, opacity .18s ease, transform .18s ease !important;
}

.product-wrapper .em-quantity-btn-step6:first-child { border-right: 1px solid rgba(255,255,255,.105) !important; }
.product-wrapper .em-quantity-btn-step6:last-child { border-left: 1px solid rgba(255,255,255,.105) !important; }
.product-wrapper .em-quantity-btn-step6 svg { width: 18px !important; height: 18px !important; }
.product-wrapper .em-quantity-btn-step6:hover:not(:disabled) {
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}
.product-wrapper .em-quantity-btn-step6:active:not(:disabled) { transform: scale(.98) !important; }
.product-wrapper .em-quantity-btn-step6:disabled { opacity: .34 !important; cursor: not-allowed !important; }

.product-wrapper .em-quantity-input-step6 {
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  min-width: 0 !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(0,0,0,.20) !important;
  color: #fff !important;
  font-size: 1.08rem !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
}
.product-wrapper .em-quantity-input-step6:focus {
  background: rgba(0,0,0,.25) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.055) !important;
}
.product-wrapper .em-quantity-input-step6::-webkit-outer-spin-button,
.product-wrapper .em-quantity-input-step6::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0 !important; }
.product-wrapper .em-quantity-input-step6[type=number] { appearance: textfield !important; -moz-appearance: textfield !important; }

.product-wrapper .buy-buttons {
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-wrapper .buy-buttons .btn {
  min-height: 50px !important;
  border-radius: 16px !important;
  font-weight: 950 !important;
  letter-spacing: -.012em !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}
.product-wrapper .buy-buttons .btn:hover:not(:disabled) {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.24), 0 0 22px rgba(255,255,255,.04) !important;
}

@media (max-width: 991.98px) {
  header.sticky-top { top: 10px !important; }
  .em-nav-wrap-step6 { max-width: 100% !important; padding-left: 12px !important; padding-right: 12px !important; }
  .em-nav-shell-step6 {
    grid-template-columns: 1fr auto !important;
    row-gap: 10px !important;
    border-radius: 22px !important;
    padding: 8px !important;
  }
  .em-menu-step6 { display: inline-flex !important; grid-column: 2 !important; grid-row: 1 !important; }
  .em-brand-step6 { grid-column: 1 !important; grid-row: 1 !important; }
  .em-collapse-step6 {
    display: none !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
  .em-collapse-step6.show {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 9px !important;
  }
  .em-links-step6,
  .em-actions-step6 {
    width: 100% !important;
    justify-self: stretch !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .em-navbar-step6 .nav-link { min-width: 92px !important; }
}

@media (max-width: 575.98px) {
  .em-brand-text-step6 { font-size: .78rem !important; max-width: 160px !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .product-wrapper .em-quantity-control-step6 { grid-template-columns: 56px 1fr 56px !important; height: 54px !important; }
  .product-wrapper .em-quantity-btn-step6 { width: 56px !important; min-width: 56px !important; height: 54px !important; min-height: 54px !important; }
  .product-wrapper .em-quantity-input-step6 { height: 54px !important; min-height: 54px !important; }
}

/* Step 7: restore SellAuth product groups without flattening them */
.em-group-modal .modal-content {
  background: linear-gradient(180deg, rgba(20,20,22,.98), rgba(8,8,9,.985)) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 110px rgba(0,0,0,.72), inset 0 1px 0 rgba(255,255,255,.045) !important;
  overflow: hidden !important;
}

.em-group-modal .modal-header {
  padding: 20px 22px !important;
  border-bottom: 1px solid rgba(255,255,255,.09) !important;
  background: rgba(255,255,255,.025) !important;
}

.em-group-modal .modal-title {
  color: #fff !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  margin: 0 !important;
}

.em-modal-kicker {
  display: block !important;
  margin-bottom: 4px !important;
  color: rgba(255,255,255,.46) !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

.em-group-modal .modal-body {
  padding: 20px !important;
}

.em-group-modal .btn-close {
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  background-color: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  filter: invert(1) grayscale(1) brightness(1.4) !important;
  opacity: .75 !important;
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease !important;
}

.em-group-modal .btn-close:hover {
  opacity: 1 !important;
  transform: scale(1.04) !important;
  background-color: rgba(255,255,255,.14) !important;
}

.em-group-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1199.98px) {
  .em-group-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 767.98px) {
  .em-group-modal .modal-body { padding: 14px !important; }
  .em-group-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 575.98px) {
  .em-group-products-grid { grid-template-columns: 1fr !important; }
}

/* Step 8: hard-fix group modal close/escape/backdrop layering */
.modal-backdrop {
  z-index: 19990 !important;
}

.modal,
.em-group-modal {
  z-index: 20000 !important;
  pointer-events: auto !important;
}

.em-group-modal.show {
  display: block !important;
}

.em-group-modal .modal-dialog,
.em-group-modal .modal-content,
.em-group-modal .modal-header,
.em-group-modal .modal-body {
  pointer-events: auto !important;
}

.em-group-modal .modal-dialog {
  position: relative !important;
  z-index: 20001 !important;
}

.em-group-close {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  display: inline-grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(255,255,255,.075) !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 10px 24px rgba(0,0,0,.25) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

.em-group-close span {
  display: block !important;
  transform: translateY(-1px) !important;
  pointer-events: none !important;
}

.em-group-close:hover,
.em-group-close:focus-visible {
  transform: translateY(-1px) scale(1.03) !important;
  border-color: rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.13) !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 14px 34px rgba(0,0,0,.35), 0 0 22px rgba(255,255,255,.05) !important;
}


/* Step 9: real custom group modal fix — no Bootstrap backdrop lock */
body.em-group-is-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

body.em-group-is-open .modal-backdrop {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.em-group-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: none !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 72px 24px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: rgba(0, 0, 0, .28) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .18s ease, visibility .18s ease !important;
}

.em-group-modal.em-group-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.em-group-modal .modal-dialog {
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2147483001 !important;
  transform: translateY(10px) scale(.985) !important;
  transition: transform .2s ease !important;
}

.em-group-modal.em-group-open .modal-dialog {
  transform: translateY(0) scale(1) !important;
}

.em-group-modal .modal-content {
  max-height: calc(100vh - 144px) !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(18,18,20,.98), rgba(7,7,8,.99)) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}

.em-group-modal .modal-header {
  flex: 0 0 auto !important;
}

.em-group-modal .modal-body {
  overflow-y: auto !important;
  max-height: calc(100vh - 238px) !important;
  scrollbar-width: thin !important;
}

.em-group-close {
  position: relative !important;
  z-index: 2147483002 !important;
  pointer-events: auto !important;
}

@media (max-width: 767.98px) {
  .em-group-modal {
    padding: 24px 12px !important;
  }

  .em-group-modal .modal-dialog {
    width: calc(100vw - 24px) !important;
  }

  .em-group-modal .modal-content {
    max-height: calc(100vh - 48px) !important;
  }

  .em-group-modal .modal-body {
    max-height: calc(100vh - 148px) !important;
  }
}
