/* 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: .84;
}

.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: 18px !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: 18px !important;
  margin-top: 40px !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 4.8s ease-in-out infinite !important;
  will-change: transform !important;
}

@keyframes emLogoFloatStep4 {
  0% {
    transform: translate3d(var(--em-logo-x, 0px), calc(var(--em-logo-y, 0px) + 3px), 0) rotate(-1.8deg) scale(1);
  }
  25% {
    transform: translate3d(calc(var(--em-logo-x, 0px) + 10px), calc(var(--em-logo-y, 0px) - 10px), 0) rotate(.4deg) scale(1.012);
  }
  50% {
    transform: translate3d(calc(var(--em-logo-x, 0px) - 5px), calc(var(--em-logo-y, 0px) - 22px), 0) rotate(2deg) scale(1.022);
  }
  75% {
    transform: translate3d(calc(var(--em-logo-x, 0px) - 12px), calc(var(--em-logo-y, 0px) - 8px), 0) rotate(-.2deg) scale(1.01);
  }
  100% {
    transform: translate3d(var(--em-logo-x, 0px), calc(var(--em-logo-y, 0px) + 3px), 0) rotate(-1.8deg) scale(1);
  }
}

/* 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: 18px !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(76vw, 360px) !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: 290px !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;
  }
}

/* Exora accordion gallery - standalone SellAuth/Nunjucks version */
.em-accordion-section {
  padding: 72px 0;
}

.em-accordion-heading {
  margin-bottom: 24px;
}

.em-accordion-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.em-accordion-heading p {
  margin: 10px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  line-height: 1.65;
}

.em-accordion-gallery {
  --em-ag-accent: #ffffff;
  --em-ag-height: 460px;
  display: flex;
  gap: 10px;
  width: 100%;
  height: var(--em-ag-height);
  padding: 0;
  perspective: 1400px;
  perspective-origin: 50% 50%;
}

.em-ag-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  display: block;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  outline: none;
  background: #0a0a0d;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transform: rotateY(-3deg);
  transform-style: preserve-3d;
  transform-origin: center;
  box-shadow: 0 18px 50px -30px rgba(0, 0, 0, 0.95);
  transition:
    flex-grow 620ms cubic-bezier(.16, 1, .3, 1),
    transform 620ms cubic-bezier(.16, 1, .3, 1),
    border-color 300ms ease,
    box-shadow 300ms ease;
  -webkit-tap-highlight-color: transparent;
}

.em-ag-panel:nth-child(-n+2) {
  transform: rotateY(3deg);
}

.em-ag-panel.is-active {
  flex-grow: 4.35;
  transform: rotateY(0);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 70px -34px rgba(0, 0, 0, 1);
}

.em-ag-panel:focus-visible {
  border-color: var(--em-ag-accent);
  box-shadow: 0 0 0 2px var(--em-ag-accent), 0 22px 70px -34px rgba(0, 0, 0, 1);
}

.em-ag-media,
.em-ag-shade {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.em-ag-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  filter: grayscale(1) saturate(0.85) brightness(0.72);
  transform: scale(1.08);
  transition:
    filter 620ms cubic-bezier(.16, 1, .3, 1),
    transform 900ms cubic-bezier(.16, 1, .3, 1);
}

.em-ag-panel.is-active .em-ag-media img {
  filter: grayscale(0) saturate(1) brightness(1);
  transform: scale(1.02);
}

.em-ag-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  color: rgba(255,255,255,.42);
  font-size: .82rem;
}

.em-ag-placeholder i {
  font-size: 1.5rem;
}

.em-ag-shade {
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 6, 12, 0.06) 38%, rgba(7, 6, 12, 0.8) 100%),
    rgba(6, 5, 10, 0.34);
  transition: background 620ms cubic-bezier(.16, 1, .3, 1);
}

.em-ag-panel.is-active .em-ag-shade {
  background: linear-gradient(180deg, transparent 42%, rgba(7, 6, 12, 0.78) 100%);
}

.em-ag-caption {
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-14px);
  transition:
    opacity 260ms ease,
    transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.em-ag-panel.is-active .em-ag-caption {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 120ms;
}

.em-ag-caption-bar {
  flex: 0 0 auto;
  width: 3px;
  height: 25px;
  border-radius: 999px;
  background: var(--em-ag-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--em-ag-accent) 55%, transparent);
}

.em-ag-caption-text {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 650;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .58);
}

@media (max-width: 767px) {
  .em-accordion-section {
    padding: 48px 0;
  }

  .em-accordion-gallery {
    height: auto;
    flex-direction: column;
    perspective: none;
  }

  .em-ag-panel,
  .em-ag-panel:nth-child(-n+2),
  .em-ag-panel.is-active {
    flex: none;
    width: 100%;
    height: 88px;
    transform: none;
    transition: height 560ms cubic-bezier(.16, 1, .3, 1), border-color 250ms ease;
  }

  .em-ag-panel.is-active {
    height: min(62vw, 340px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-ag-panel,
  .em-ag-media img,
  .em-ag-caption {
    transition-duration: 0.01ms;
  }
}


/* Exora passive interactive dot grid background */
.em-dotgrid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .72;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 86%, transparent 100%);
}

.em-dotgrid-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Keep the older CSS grid only as an ultra-soft texture under the live canvas. */
body::before {
  opacity: .11 !important;
}

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

@media (max-width: 767px), (pointer: coarse) {
  .em-dotgrid-bg {
    opacity: .58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-dotgrid-bg {
    opacity: .6;
  }
}

/* Exora corner refinement: modern, slightly sharper surfaces */
:root {
  --em-radius: 18px;
  --em-radius-sm: 13px;
}

.em-nav-shell-step6 {
  border-radius: 20px !important;
}

.em-links-step6,
.em-currency-step6,
.em-pill-btn-step6,
.em-cart-step6,
.em-menu-step6,
.em-navbar-step6 .nav-link,
.em-currency-step6 select {
  border-radius: 13px !important;
}

.em-brand-mark-step6 {
  border-radius: 9px !important;
}

.em-payment-panel-step4 {
  border-radius: 19px !important;
}

.em-payment-group-step4 {
  border-radius: 15px !important;
}

.em-payment-chip-step4,
.em-review-card,
.em-empty-reviews,
.em-mini-stat-card,
.em-group-modal .modal-content {
  border-radius: 14px !important;
}

.em-product-card.card,
.em-product-card,
.em-product-thumb,
.em-product-image-wrap {
  border-radius: 16px !important;
}

.em-accordion-gallery,
.em-ag-panel,
.em-ag-panel__frame,
.em-ag-media,
.em-ag-item {
  border-radius: 13px !important;
}

.em-hero-panel,
.em-hero-panel-s2,
.em-hero-copy-v3,
.em-hero-copy-step4,
.em-hero-logo-stage-step4 {
  border-radius: 18px !important;
}

.em-btn-primary-step4,
.em-btn-secondary-step4,
.btn,
.choices__inner,
.product-wrapper .buy-buttons .btn {
  border-radius: 13px !important;
}

.em-trust-grid {
  border-radius: 18px !important;
}

@media (max-width: 767px) {
  .em-nav-shell-step6 { border-radius: 17px !important; }
  .em-payment-panel-step4 { border-radius: 17px !important; }
  .em-payment-group-step4 { border-radius: 14px !important; }
  .em-product-card.card,
  .em-product-card { border-radius: 15px !important; }
  .em-ag-panel { border-radius: 12px !important; }
  .em-hero-copy-step4,
  .em-hero-logo-stage-step4 { border-radius: 16px !important; }
  .em-trust-grid { border-radius: 16px !important; }
}


/* Exora ShinyText — more visible, headings only */
.em-shiny-text {
  --em-shiny-base: #d7d7de;
  --em-shiny-highlight: #ffffff;
  --em-shiny-speed: 4.4s;

  display: inline-block;
  color: var(--em-shiny-base);
  background-image: linear-gradient(
    116deg,
    var(--em-shiny-base) 0%,
    #cfcfd7 30%,
    var(--em-shiny-highlight) 48%,
    #ffffff 52%,
    #d7d7de 68%,
    var(--em-shiny-base) 100%
  );
  background-size: 235% 100%;
  background-position: 150% center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: em-shiny-text-sweep var(--em-shiny-speed) ease-in-out infinite;
  text-shadow: 0 0 18px rgba(255,255,255,.06);
}

@keyframes em-shiny-text-sweep {
  0%, 12% { background-position: 155% center; }
  34%, 66% { background-position: -10% center; }
  100% { background-position: -90% center; }
}

@media (prefers-reduced-motion: reduce) {
  .em-shiny-text {
    animation: none;
    background-position: 50% center;
  }
}


/* Exora hero typewriter + headline-only ShinyText usage */
.em-hero-typewriter-title {
  color: #f4f4f6 !important;
}

.em-hero-heading-prefix {
  --em-shiny-base: #ededf2;
  --em-shiny-highlight: #ffffff;
  --em-shiny-speed: 5.2s;
}

.em-typewriter-word {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr;
  white-space: nowrap;
  vertical-align: baseline;
  color: #ffffff;
  min-width: 12.2ch;
}

.em-typewriter-word::before {
  content: attr(data-full-text);
  grid-area: 1 / 1;
  visibility: hidden;
  pointer-events: none;
}

.em-typewriter-output {
  grid-area: 1 / 1;
  display: inline-block;
  width: max-content;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(255,255,255,.07);
}

.em-typewriter-word.is-typing .em-typewriter-output::after,
.em-typewriter-word.is-deleting .em-typewriter-output::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: .86em;
  margin-left: .09em;
  vertical-align: -.06em;
  background: currentColor;
  border-radius: 2px;
  animation: em-typewriter-caret .72s steps(1, end) infinite;
}

.em-typewriter-word.is-complete .em-typewriter-output {
  color: #ffffff;
}

@keyframes em-typewriter-caret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

.em-section-head h2 .em-shiny-text,
.em-payment-title-step4 h2 .em-shiny-text,
.em-accordion-gallery .em-section-head h2 .em-shiny-text,
.em-hero-kicker-step4 .em-shiny-text,
.em-hero-typewriter-title .em-shiny-text {
  display: inline-block;
}

/* Hero logo: make it more visible */
.em-hero-logo-stage-step4 {
  min-height: 500px !important;
}

.em-hero-logo-stage-step4::before {
  width: min(44vw, 580px) !important;
  height: min(44vw, 580px) !important;
  background: radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,.08) 36%, rgba(255,255,255,.025) 58%, transparent 72%) !important;
  filter: blur(14px) !important;
  opacity: .98 !important;
}

.em-hero-logo-step4 {
  width: min(40vw, 520px) !important;
  opacity: 1 !important;
  filter: drop-shadow(0 30px 85px rgba(0,0,0,.72)) drop-shadow(0 0 36px rgba(255,255,255,.10)) brightness(1.12) contrast(1.08) !important;
}


@media (max-width: 575px) {
  .em-typewriter-word {
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-typewriter-word .em-typewriter-output::after {
    display: none !important;
  }
}


/* Exora current interaction pass: responsive sticky navbar + trust count-up */
header.sticky-top {
  top: 16px !important;
  z-index: 10050 !important;
  transition: top .38s cubic-bezier(.22, 1, .36, 1) !important;
}

.em-nav-wrap-step6 {
  max-width: 1060px !important;
  transition: max-width .42s cubic-bezier(.22, 1, .36, 1), padding .42s cubic-bezier(.22, 1, .36, 1) !important;
}

.em-nav-shell-step6 {
  min-height: 70px !important;
  grid-template-columns: minmax(190px, auto) 1fr auto !important;
  column-gap: 18px !important;
  padding: 10px 12px 10px 14px !important;
  border-radius: 20px !important;
  transition:
    min-height .42s cubic-bezier(.22, 1, .36, 1),
    padding .42s cubic-bezier(.22, 1, .36, 1),
    border-radius .42s cubic-bezier(.22, 1, .36, 1),
    background .42s ease,
    box-shadow .42s ease !important;
}

.em-brand-mark-step6 {
  width: 38px !important;
  height: 38px !important;
  flex-basis: 38px !important;
  font-size: .78rem !important;
  transition: width .38s cubic-bezier(.22, 1, .36, 1), height .38s cubic-bezier(.22, 1, .36, 1), flex-basis .38s cubic-bezier(.22, 1, .36, 1), font-size .38s ease !important;
}

.em-brand-text-step6 {
  font-size: .94rem !important;
  transition: font-size .38s ease !important;
}

.em-links-step6 {
  padding: 5px !important;
  gap: 4px !important;
  transition: padding .38s cubic-bezier(.22, 1, .36, 1), gap .38s ease !important;
}

.em-navbar-step6 .nav-link {
  height: 40px !important;
  min-width: 82px !important;
  padding: 0 15px !important;
  font-size: .79rem !important;
  transition: height .38s cubic-bezier(.22, 1, .36, 1), min-width .38s cubic-bezier(.22, 1, .36, 1), padding .38s cubic-bezier(.22, 1, .36, 1), font-size .38s ease, color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.em-pill-btn-step6,
.em-cart-step6,
.em-menu-step6,
.em-currency-step6 select,
.em-currency-step6 .choices__inner {
  height: 44px !important;
  min-height: 44px !important;
  transition: height .38s cubic-bezier(.22, 1, .36, 1), min-height .38s cubic-bezier(.22, 1, .36, 1), padding .38s cubic-bezier(.22, 1, .36, 1), border-radius .38s ease !important;
}

.em-navbar-step6.is-scrolled ~ * { }

header.sticky-top:has(.em-navbar-step6.is-scrolled) {
  top: 9px !important;
}

.em-navbar-step6.is-scrolled .em-nav-wrap-step6 {
  max-width: 890px !important;
}

.em-navbar-step6.is-scrolled .em-nav-shell-step6 {
  min-height: 55px !important;
  grid-template-columns: minmax(158px, auto) 1fr auto !important;
  column-gap: 14px !important;
  padding: 7px 9px 7px 11px !important;
  border-radius: 17px !important;
  background:
    radial-gradient(circle at 13% 0%, rgba(255,255,255,.11), transparent 34%),
    linear-gradient(180deg, rgba(20,20,22,.95), rgba(6,6,7,.97)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    inset 0 -1px 0 rgba(255,255,255,.02),
    0 16px 44px rgba(0,0,0,.58) !important;
}

.em-navbar-step6.is-scrolled .em-brand-mark-step6 {
  width: 30px !important;
  height: 30px !important;
  flex-basis: 30px !important;
  font-size: .70rem !important;
}

.em-navbar-step6.is-scrolled .em-brand-text-step6 {
  font-size: .83rem !important;
}

.em-navbar-step6.is-scrolled .em-links-step6 {
  padding: 4px !important;
  gap: 2px !important;
}

.em-navbar-step6.is-scrolled .nav-link {
  height: 33px !important;
  min-width: 72px !important;
  padding: 0 12px !important;
  font-size: .73rem !important;
}

.em-navbar-step6.is-scrolled .em-pill-btn-step6,
.em-navbar-step6.is-scrolled .em-cart-step6,
.em-navbar-step6.is-scrolled .em-menu-step6,
.em-navbar-step6.is-scrolled .em-currency-step6 select,
.em-navbar-step6.is-scrolled .em-currency-step6 .choices__inner {
  height: 38px !important;
  min-height: 38px !important;
}

.em-trust-grid strong[data-em-countup] {
  min-width: 3ch;
  font-variant-numeric: tabular-nums;
  transition: transform .22s ease, text-shadow .22s ease !important;
}

.em-trust-grid.is-counting strong[data-em-countup] {
  transform: translateY(-1px);
  text-shadow: 0 0 24px rgba(255,255,255,.10);
}

.em-trust-grid.is-counted strong[data-em-countup] {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  header.sticky-top,
  header.sticky-top:has(.em-navbar-step6.is-scrolled) {
    top: 9px !important;
  }
  .em-nav-wrap-step6,
  .em-navbar-step6.is-scrolled .em-nav-wrap-step6 {
    max-width: 100% !important;
  }
  .em-nav-shell-step6,
  .em-navbar-step6.is-scrolled .em-nav-shell-step6 {
    min-height: 58px !important;
    grid-template-columns: 1fr auto !important;
    padding: 8px !important;
    border-radius: 17px !important;
  }
  .em-brand-mark-step6,
  .em-navbar-step6.is-scrolled .em-brand-mark-step6 {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }
  .em-brand-text-step6,
  .em-navbar-step6.is-scrolled .em-brand-text-step6 {
    font-size: .82rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-nav-wrap-step6,
  .em-nav-shell-step6,
  .em-brand-mark-step6,
  .em-brand-text-step6,
  .em-navbar-step6 .nav-link,
  .em-pill-btn-step6,
  .em-cart-step6,
  .em-menu-step6,
  .em-currency-step6 select,
  .em-currency-step6 .choices__inner {
    transition-duration: .01ms !important;
  }
  .em-hero-logo-step4 {
    animation: none !important;
  }
}


/* ============================================================
   Exora final navigation + motion refinement
   ============================================================ */
html { scroll-padding-top: 112px !important; }

/* Fixed at all scroll positions. Initial state spans nearly edge-to-edge,
   scrolled state becomes a compact floating navigation. */
header.sticky-top {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  z-index: 20000 !important;
  padding: 0 !important;
  pointer-events: none !important;
  background: transparent !important;
  transform: translateZ(0) !important;
}
header.sticky-top .announcement,
header.sticky-top .em-navbar-step6 { pointer-events: auto !important; }

.em-navbar-step6 {
  width: 100% !important;
  padding: 14px 18px 0 !important;
  transition: padding .48s cubic-bezier(.16,1,.3,1) !important;
}

.em-nav-wrap-step6 {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transition: max-width .52s cubic-bezier(.16,1,.3,1), padding .52s cubic-bezier(.16,1,.3,1) !important;
}

.em-nav-shell-step6 {
  width: 100% !important;
  min-height: 82px !important;
  grid-template-columns: minmax(220px, auto) minmax(320px, 1fr) auto !important;
  column-gap: clamp(18px, 2.2vw, 34px) !important;
  padding: 12px 16px 12px 18px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(circle at 13% -30%, rgba(255,255,255,.13), transparent 36%),
    linear-gradient(180deg, rgba(20,20,22,.88), rgba(7,7,9,.92)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 20px 60px rgba(0,0,0,.30) !important;
  backdrop-filter: blur(22px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(130%) !important;
  transition:
    min-height .48s cubic-bezier(.16,1,.3,1),
    padding .48s cubic-bezier(.16,1,.3,1),
    border-radius .48s cubic-bezier(.16,1,.3,1),
    border-color .35s ease,
    box-shadow .48s ease,
    background .48s ease !important;
}

.em-brand-step6 { gap: 12px !important; }
.em-brand-mark-step6 {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  padding: 3px !important;
  overflow: hidden !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  transition: width .46s cubic-bezier(.16,1,.3,1), height .46s cubic-bezier(.16,1,.3,1), flex-basis .46s cubic-bezier(.16,1,.3,1), border-radius .46s ease !important;
}
.em-brand-mark-step6 img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: 7px !important;
}
.em-brand-text-step6 {
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
  transition: font-size .44s cubic-bezier(.16,1,.3,1), opacity .3s ease !important;
}

/* Native GooeyNav port for SellAuth. */
.em-gooey-nav {
  --color-1: rgba(255,255,255,.98);
  --color-2: rgba(225,225,230,.92);
  --color-3: rgba(170,170,180,.78);
  --color-4: rgba(255,255,255,.82);
  position: relative !important;
  justify-self: center !important;
  isolation: isolate !important;
}
.em-gooey-nav .em-links-step6 {
  position: relative !important;
  z-index: 4 !important;
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  padding: 5px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  background: rgba(255,255,255,.026) !important;
  overflow: visible !important;
}
.em-gooey-nav .nav-item {
  position: relative !important;
  z-index: 4 !important;
  border-radius: 9px !important;
}
.em-gooey-nav .nav-link {
  position: relative !important;
  z-index: 5 !important;
  height: 43px !important;
  min-width: 88px !important;
  padding: 0 15px !important;
  border-radius: 9px !important;
  color: rgba(255,255,255,.68) !important;
  background: transparent !important;
  font-size: .79rem !important;
  font-weight: 850 !important;
  transform: none !important;
  box-shadow: none !important;
  transition: color .28s ease, transform .28s cubic-bezier(.16,1,.3,1) !important;
}
.em-gooey-nav .nav-item.active .nav-link { color: #fff !important; text-shadow: none !important; }
.em-gooey-nav.is-gooey-ready .nav-item.active .nav-link { color: #09090a !important; }
.em-gooey-nav .nav-link:hover { color: #fff !important; transform: translateY(-1px) !important; }
.em-gooey-nav.is-gooey-ready .nav-item.active .nav-link:hover { color: #09090a !important; }

.em-gooey-effect {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: grid !important;
  place-items: center !important;
  border-radius: 9px !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transition: left .42s cubic-bezier(.16,1,.3,1), top .42s cubic-bezier(.16,1,.3,1), width .42s cubic-bezier(.16,1,.3,1), height .42s cubic-bezier(.16,1,.3,1) !important;
}
.em-gooey-filter { z-index: 2 !important; filter: blur(6px) contrast(28) !important; mix-blend-mode: screen !important; }
.em-gooey-filter::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #f4f4f5;
  border-radius: inherit;
  transform: scale(.82);
  opacity: 0;
}
.em-gooey-filter.active::after { animation: em-gooey-pill .38s cubic-bezier(.16,1,.3,1) both; }
.em-gooey-text { z-index: 3 !important; color: #09090a !important; font-size: .79rem !important; font-weight: 850 !important; opacity: 0 !important; }
.em-gooey-text.active { opacity: 0 !important; } /* actual link remains the crisp text layer */
@keyframes em-gooey-pill { to { transform: scale(1); opacity: 1; } }

.em-gooey-particle,
.em-gooey-point {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}
.em-gooey-particle {
  position: absolute !important;
  top: calc(50% - 8px) !important;
  left: calc(50% - 8px) !important;
  animation: em-gooey-particle var(--time, 900ms) ease 1 !important;
  z-index: -1 !important;
}
.em-gooey-point {
  background: var(--color, rgba(255,255,255,.9)) !important;
  animation: em-gooey-point var(--time, 900ms) ease 1 !important;
}
@keyframes em-gooey-particle {
  0% { transform: rotate(0deg) translate(var(--start-x), var(--start-y)); opacity: 1; }
  72% { transform: rotate(calc(var(--rotate) * .65)) translate(calc(var(--end-x) * 1.15), calc(var(--end-y) * 1.15)); opacity: 1; }
  100% { transform: rotate(var(--rotate)) translate(calc(var(--end-x) * .45), calc(var(--end-y) * .45)); opacity: 0; }
}
@keyframes em-gooey-point {
  0% { transform: scale(0); opacity: 0; }
  28% { opacity: .95; }
  62% { transform: scale(var(--scale, 1)); opacity: .9; }
  100% { transform: scale(0); opacity: 0; }
}

.em-actions-step6 { gap: 8px !important; }
.em-pill-btn-step6,
.em-cart-step6,
.em-menu-step6,
.em-currency-step6 select,
.em-currency-step6 .choices__inner {
  height: 46px !important;
  min-height: 46px !important;
  border-radius: 10px !important;
}
.em-cart-step6 { width: 46px !important; min-width: 46px !important; }

/* Scrolled compact state. Still fixed and fully interactive. */
.em-navbar-step6.is-scrolled { padding: 8px 14px 0 !important; }
.em-navbar-step6.is-scrolled .em-nav-wrap-step6 { max-width: 1080px !important; }
.em-navbar-step6.is-scrolled .em-nav-shell-step6 {
  min-height: 60px !important;
  grid-template-columns: minmax(175px, auto) minmax(280px, 1fr) auto !important;
  column-gap: 14px !important;
  padding: 7px 9px 7px 11px !important;
  border-radius: 13px !important;
  border-color: rgba(255,255,255,.14) !important;
  background: linear-gradient(180deg, rgba(18,18,20,.94), rgba(6,6,8,.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.065), 0 18px 52px rgba(0,0,0,.52) !important;
}
.em-navbar-step6.is-scrolled .em-brand-mark-step6 {
  width: 34px !important;
  height: 34px !important;
  flex-basis: 34px !important;
  border-radius: 8px !important;
}
.em-navbar-step6.is-scrolled .em-brand-text-step6 { font-size: .84rem !important; }
.em-navbar-step6.is-scrolled .em-gooey-nav .em-links-step6 { padding: 3px !important; border-radius: 10px !important; }
.em-navbar-step6.is-scrolled .em-gooey-nav .nav-link {
  height: 36px !important;
  min-width: 72px !important;
  padding: 0 12px !important;
  border-radius: 7px !important;
  font-size: .73rem !important;
}
.em-navbar-step6.is-scrolled .em-pill-btn-step6,
.em-navbar-step6.is-scrolled .em-cart-step6,
.em-navbar-step6.is-scrolled .em-menu-step6,
.em-navbar-step6.is-scrolled .em-currency-step6 select,
.em-navbar-step6.is-scrolled .em-currency-step6 .choices__inner {
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 8px !important;
}
.em-navbar-step6.is-scrolled .em-cart-step6 { width: 38px !important; min-width: 38px !important; }

/* Slightly sharper global surface language. */
:root { --em-radius: 15px; --em-radius-sm: 10px; }
.em-payment-panel-step4 { border-radius: 14px !important; }
.em-payment-group-step4 { border-radius: 12px !important; }
.em-payment-chip-step4,
.em-review-card,
.em-empty-reviews,
.em-mini-stat-card,
.em-group-modal .modal-content { border-radius: 11px !important; }
.em-product-card.card,
.em-product-card { border-radius: 12px !important; }
.em-accordion-gallery,
.em-ag-panel,
.em-ag-panel__frame,
.em-ag-media,
.em-ag-item { border-radius: 10px !important; }
.em-trust-grid { border-radius: 13px !important; }
.em-hero-copy-step4,
.em-hero-logo-stage-step4 { border-radius: 14px !important; }
.em-btn-primary-step4,
.em-btn-secondary-step4,
.btn,
.choices__inner,
.product-wrapper .buy-buttons .btn { border-radius: 10px !important; }

/* Premium/smoother product interactions. */
.em-product-card.card,
.products .em-product-card.card {
  transform: translate3d(0,0,0) scale(1) !important;
  transform-origin: 50% 60% !important;
  transition:
    transform .52s cubic-bezier(.16,1,.3,1),
    border-color .42s ease,
    box-shadow .52s cubic-bezier(.16,1,.3,1),
    background .42s ease !important;
  will-change: transform !important;
}
.em-product-card:hover {
  transform: translate3d(0,-7px,0) scale(1.008) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: 0 30px 72px rgba(0,0,0,.42), 0 0 32px rgba(255,255,255,.035), inset 0 1px 0 rgba(255,255,255,.055) !important;
}
.em-product-media { overflow: hidden !important; }
.em-product-media > img {
  transform: scale(1.001) !important;
  transition: transform .72s cubic-bezier(.16,1,.3,1), filter .58s ease !important;
  will-change: transform !important;
}
.em-product-card:hover .em-product-media > img {
  transform: scale(1.055) !important;
  filter: brightness(1.055) contrast(1.025) !important;
}
.em-product-overlay {
  transition: opacity .42s ease, background .42s ease !important;
}
.em-product-overlay span {
  transform: translateY(8px) scale(.97) !important;
  opacity: 0 !important;
  transition: transform .48s cubic-bezier(.16,1,.3,1), opacity .38s ease !important;
}
.em-product-card:hover .em-product-overlay span {
  transform: translateY(0) scale(1) !important;
  opacity: 1 !important;
}
.em-product-card::before { transition: transform .9s cubic-bezier(.16,1,.3,1), opacity .45s ease !important; }

/* Hero logo: magnetic offset stays smooth on approach and departure. */
.em-hero-logo-step4 {
  --em-logo-x: 0px;
  --em-logo-y: 0px;
  transition: filter .36s ease !important;
}
.em-hero-logo-stage-step4.is-magnetic .em-hero-logo-step4 {
  filter: drop-shadow(0 34px 90px rgba(0,0,0,.72)) drop-shadow(0 0 44px rgba(255,255,255,.13)) brightness(1.15) contrast(1.08) !important;
}

/* The fixed nav overlays the page instead of consuming layout space. */
.em-hero-step4 { padding-top: 148px !important; }

@media (max-width: 1199.98px) {
  .em-nav-shell-step6 { grid-template-columns: minmax(190px,auto) 1fr auto !important; column-gap: 14px !important; }
  .em-gooey-nav .nav-link { min-width: 76px !important; padding-inline: 12px !important; }
  .em-brand-text-step6 { font-size: .9rem !important; }
}

@media (max-width: 991.98px) {
  html { scroll-padding-top: 88px !important; }
  .em-navbar-step6,
  .em-navbar-step6.is-scrolled { padding: 8px 9px 0 !important; }
  .em-nav-wrap-step6,
  .em-navbar-step6.is-scrolled .em-nav-wrap-step6 { max-width: 100% !important; }
  .em-nav-shell-step6,
  .em-navbar-step6.is-scrolled .em-nav-shell-step6 {
    min-height: 58px !important;
    grid-template-columns: 1fr auto !important;
    padding: 7px 8px 7px 10px !important;
    border-radius: 12px !important;
  }
  .em-brand-mark-step6,
  .em-navbar-step6.is-scrolled .em-brand-mark-step6 {
    width: 35px !important;
    height: 35px !important;
    flex-basis: 35px !important;
  }
  .em-brand-text-step6,
  .em-navbar-step6.is-scrolled .em-brand-text-step6 { font-size: .82rem !important; }
  .em-collapse-step6.show {
    margin-top: 8px !important;
    padding: 9px !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    border-radius: 11px !important;
    background: rgba(8,8,10,.96) !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.45) !important;
  }
  .em-gooey-nav { width: 100% !important; }
  .em-gooey-nav .em-links-step6 { width: 100% !important; flex-wrap: wrap !important; }
  .em-gooey-effect { display: none !important; }
  .em-gooey-nav .nav-item.active .nav-link { color: #fff !important; background: rgba(255,255,255,.08) !important; }
  .em-gooey-nav .nav-link { min-width: 92px !important; }
  .em-hero-step4 { padding-top: 112px !important; }
}

@media (max-width: 575.98px) {
  .em-brand-text-step6 { max-width: 146px !important; }
  .em-product-card:hover { transform: translate3d(0,-3px,0) scale(1.003) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .em-gooey-particle, .em-gooey-point { animation: none !important; display: none !important; }
  .em-product-card.card, .em-product-media > img { transition-duration: .01ms !important; }
}

/* ============================================================
   XNAV — clean navbar rebuild from scratch
   ============================================================ */
html { scroll-padding-top: 106px !important; }

/* The navbar owns its fixed positioning now. Legacy header positioning is disabled. */
header.sticky-top {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  z-index: auto !important;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
  transform: none !important;
}
header.sticky-top > * { pointer-events: auto !important; }

.xnav {
  --xnav-ease: cubic-bezier(.16, 1, .3, 1);
  --xnav-height: 94px;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 30000 !important;
  width: 100% !important;
  padding: 14px 14px 0 !important;
  pointer-events: none !important;
  transform: translateZ(0) !important;
  transition: padding .62s var(--xnav-ease) !important;
}

.xnav__frame {
  width: calc(100% - 0px) !important;
  max-width: 1900px !important;
  min-height: var(--xnav-height) !important;
  margin: 0 auto !important;
  padding: 13px 15px 13px 18px !important;
  display: grid !important;
  grid-template-columns: minmax(245px, auto) minmax(320px, 1fr) auto !important;
  align-items: center !important;
  column-gap: clamp(18px, 2.4vw, 42px) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% -40%, rgba(255,255,255,.13), transparent 34%),
    linear-gradient(180deg, rgba(18,18,20,.91), rgba(7,7,9,.93)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 24px 70px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(24px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(135%) !important;
  pointer-events: auto !important;
  overflow: visible !important;
  will-change: max-width, min-height, padding, border-radius, transform !important;
  transition:
    max-width .68s var(--xnav-ease),
    min-height .6s var(--xnav-ease),
    padding .6s var(--xnav-ease),
    border-radius .6s var(--xnav-ease),
    background .45s ease,
    border-color .45s ease,
    box-shadow .55s ease !important;
}

.xnav.is-compact {
  padding: 8px 12px 0 !important;
}
.xnav.is-compact .xnav__frame {
  max-width: 1120px !important;
  min-height: 66px !important;
  padding: 8px 10px 8px 12px !important;
  border-radius: 15px !important;
  border-color: rgba(255,255,255,.16) !important;
  background: linear-gradient(180deg, rgba(19,19,22,.91), rgba(7,7,9,.95)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 16px 48px rgba(0,0,0,.34) !important;
}

.xnav__brand {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  text-decoration: none !important;
  color: #fff !important;
  justify-self: start !important;
}
.xnav__logo {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  display: grid !important;
  place-items: center !important;
  padding: 4px !important;
  overflow: hidden !important;
  border-radius: 13px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(255,255,255,.045) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
  transition: width .58s var(--xnav-ease), height .58s var(--xnav-ease), flex-basis .58s var(--xnav-ease), border-radius .58s var(--xnav-ease), transform .35s var(--xnav-ease) !important;
}
.xnav__brand:hover .xnav__logo { transform: scale(1.035) rotate(-1deg) !important; }
.xnav__logo img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: 9px !important;
}
.xnav__brand-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 1px !important;
  line-height: 1.08 !important;
}
.xnav__brand-copy strong {
  max-width: 220px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 1.02rem !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
  transition: font-size .52s var(--xnav-ease) !important;
}
.xnav__brand-copy small {
  color: rgba(255,255,255,.42) !important;
  font-size: .66rem !important;
  font-weight: 650 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  transition: opacity .35s ease, transform .45s var(--xnav-ease), max-height .45s var(--xnav-ease) !important;
}
.xnav.is-compact .xnav__logo {
  width: 42px !important;
  height: 42px !important;
  flex-basis: 42px !important;
  border-radius: 10px !important;
}
.xnav.is-compact .xnav__brand-copy strong { font-size: .88rem !important; }
.xnav.is-compact .xnav__brand-copy small {
  opacity: 0 !important;
  transform: translateY(-3px) !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

.xnav__center {
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
}
.xnav__track {
  --xnav-indicator-x: 0px;
  --xnav-indicator-w: 78px;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  background: rgba(255,255,255,.024) !important;
  isolation: isolate !important;
  transition: padding .5s var(--xnav-ease), border-radius .5s var(--xnav-ease) !important;
}
.xnav__links {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.xnav__item { position: relative !important; z-index: 5 !important; }
.xnav__link {
  height: 48px !important;
  min-width: 94px !important;
  padding: 0 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255,255,255,.62) !important;
  text-decoration: none !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
  border-radius: 10px !important;
  transition: color .32s ease, transform .36s var(--xnav-ease), opacity .32s ease !important;
}
.xnav__link:hover { color: #fff !important; transform: translateY(-1px) !important; }
.xnav__item.is-active .xnav__link { color: #09090b !important; }
.xnav.is-compact .xnav__track { padding: 4px !important; border-radius: 12px !important; }
.xnav.is-compact .xnav__link {
  height: 39px !important;
  min-width: 78px !important;
  padding: 0 12px !important;
  font-size: .75rem !important;
}

/* Sliding gooey indicator, independent from any legacy navbar. */
.xnav__indicator {
  position: absolute !important;
  z-index: 2 !important;
  top: 5px !important;
  left: 5px !important;
  width: var(--xnav-indicator-w) !important;
  height: calc(100% - 10px) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fff, #e9e9ed) !important;
  box-shadow: 0 7px 22px rgba(255,255,255,.12), inset 0 -1px 0 rgba(0,0,0,.10) !important;
  transform: translate3d(var(--xnav-indicator-x), 0, 0) !important;
  transform-origin: center !important;
  pointer-events: none !important;
  will-change: transform, width !important;
  transition:
    transform .58s var(--xnav-ease),
    width .58s var(--xnav-ease),
    height .48s var(--xnav-ease),
    border-radius .48s var(--xnav-ease) !important;
}
.xnav__indicator.is-popping { animation: xnavIndicatorPop .52s var(--xnav-ease) both !important; }
@keyframes xnavIndicatorPop {
  0% { scale: 1; filter: brightness(1); }
  42% { scale: 1.055 .93; filter: brightness(1.08); }
  100% { scale: 1; filter: brightness(1); }
}
.xnav.is-compact .xnav__indicator {
  top: 4px !important;
  left: 4px !important;
  height: calc(100% - 8px) !important;
  border-radius: 8px !important;
}

.xnav__particles {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  overflow: visible !important;
  filter: blur(5px) contrast(18) !important;
  mix-blend-mode: screen !important;
}
.xnav-particle {
  --dx: 0px; --dy: 0px; --s: 1;
  position: absolute !important;
  width: 12px !important;
  height: 12px !important;
  margin: -6px 0 0 -6px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.82) !important;
  opacity: 0 !important;
  animation: xnavParticle .72s var(--xnav-ease) both !important;
}
@keyframes xnavParticle {
  0% { opacity: 0; transform: translate3d(0,0,0) scale(.1); }
  24% { opacity: .9; transform: translate3d(calc(var(--dx) * .34), calc(var(--dy) * .34), 0) scale(var(--s)); }
  100% { opacity: 0; transform: translate3d(var(--dx), var(--dy), 0) scale(.1); }
}

.xnav__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.xnav__action,
.xnav__cart,
.xnav__menu,
.xnav__currency .choices__inner,
.xnav__currency select {
  height: 46px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.036) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
  transition: height .5s var(--xnav-ease), border-radius .5s var(--xnav-ease), background .28s ease, border-color .28s ease, transform .35s var(--xnav-ease), color .28s ease !important;
}
.xnav__action {
  min-width: 76px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}
button.xnav__action { appearance: none !important; }
.xnav__action--primary {
  background: #f4f4f6 !important;
  color: #09090b !important;
  border-color: rgba(255,255,255,.92) !important;
}
.xnav__action:hover,
.xnav__cart:hover,
.xnav__menu:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.075) !important;
}
.xnav__action--primary:hover { background: #fff !important; color: #050506 !important; }
.xnav__cart {
  position: relative !important;
  width: 46px !important;
  flex: 0 0 46px !important;
  display: grid !important;
  place-items: center !important;
  text-decoration: none !important;
}
.xnav__cart svg { width: 19px !important; height: 19px !important; }
.xnav__cart-count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  color: #080809 !important;
  border: 2px solid #0a0a0c !important;
  font-size: .61rem !important;
  font-weight: 900 !important;
}
.xnav__currency { min-width: 82px !important; }
.xnav__currency .choices { margin: 0 !important; min-width: 82px !important; }
.xnav__currency .choices__inner,
.xnav__currency select {
  min-height: 46px !important;
  padding: 0 28px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  font-size: .75rem !important;
  font-weight: 800 !important;
}
.xnav__currency .choices__list--single { padding: 0 !important; }
.xnav__currency .choices[data-type*=select-one]::after { right: 12px !important; }
.xnav.is-compact .xnav__action,
.xnav.is-compact .xnav__cart,
.xnav.is-compact .xnav__currency .choices__inner,
.xnav.is-compact .xnav__currency select {
  height: 40px !important;
  min-height: 40px !important;
  border-radius: 10px !important;
}
.xnav.is-compact .xnav__cart { width: 40px !important; flex-basis: 40px !important; }
.xnav.is-compact .xnav__action { padding-inline: 12px !important; font-size: .73rem !important; }

.xnav__menu {
  width: 46px !important;
  flex: 0 0 46px !important;
  display: none !important;
  place-items: center !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.xnav__menu span {
  position: absolute !important;
  width: 18px !important;
  height: 1.5px !important;
  border-radius: 2px !important;
  background: #fff !important;
  transition: transform .42s var(--xnav-ease), width .42s var(--xnav-ease) !important;
}
.xnav__menu span:first-child { transform: translateY(-4px) !important; }
.xnav__menu span:last-child { transform: translateY(4px) !important; width: 13px !important; }
.xnav.is-menu-open .xnav__menu span:first-child { transform: rotate(45deg) !important; }
.xnav.is-menu-open .xnav__menu span:last-child { transform: rotate(-45deg) !important; width: 18px !important; }

.xnav__mobile {
  width: calc(100% - 18px) !important;
  max-width: 680px !important;
  margin: 8px auto 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transform: translateY(-10px) scale(.985) !important;
  overflow: hidden !important;
  pointer-events: none !important;
  border-radius: 15px !important;
  border: 1px solid transparent !important;
  background: rgba(10,10,12,.95) !important;
  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.38) !important;
  transition: max-height .52s var(--xnav-ease), opacity .32s ease, transform .52s var(--xnav-ease), border-color .32s ease !important;
  pointer-events: none !important;
}
.xnav.is-menu-open .xnav__mobile {
  max-height: 430px !important;
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  border-color: rgba(255,255,255,.12) !important;
  pointer-events: auto !important;
}
.xnav__mobile-inner {
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 6px !important;
}
.xnav__mobile-link {
  min-height: 48px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.03) !important;
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  font-size: .82rem !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  transition: transform .3s var(--xnav-ease), background .25s ease, color .25s ease !important;
}
.xnav__mobile-link:hover { transform: translateY(-1px) !important; background: rgba(255,255,255,.07) !important; color: #fff !important; }

/* Make room for the large initial navbar on landing. */
.em-hero-step4 { padding-top: 168px !important; }

@media (max-width: 1240px) {
  .xnav__frame { grid-template-columns: minmax(205px, auto) minmax(300px, 1fr) auto !important; column-gap: 14px !important; }
  .xnav__brand-copy small { display: none !important; }
  .xnav__link { min-width: 80px !important; padding-inline: 12px !important; }
  .xnav__action--muted { display: none !important; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 88px !important; }
  .xnav, .xnav.is-compact { padding: 8px 8px 0 !important; }
  .xnav__frame,
  .xnav.is-compact .xnav__frame {
    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;
    grid-template-columns: 1fr auto !important;
    padding: 8px 9px 8px 10px !important;
    border-radius: 14px !important;
  }
  .xnav__center { display: none !important; }
  .xnav__brand-copy small { display: none !important; }
  .xnav__brand-copy strong { font-size: .86rem !important; max-width: 160px !important; }
  .xnav__logo,
  .xnav.is-compact .xnav__logo { width: 42px !important; height: 42px !important; flex-basis: 42px !important; border-radius: 10px !important; }
  .xnav__action { display: none !important; }
  .xnav__currency { display: none !important; }
  .xnav__cart,
  .xnav.is-compact .xnav__cart { width: 42px !important; height: 42px !important; flex-basis: 42px !important; }
  .xnav__menu { display: grid !important; width: 42px !important; height: 42px !important; flex-basis: 42px !important; }
  .em-hero-step4 { padding-top: 118px !important; }
}

@media (max-width: 520px) {
  .xnav__brand-copy strong { max-width: 125px !important; font-size: .79rem !important; }
  .xnav__actions { gap: 6px !important; }
  .xnav__mobile-inner { grid-template-columns: 1fr !important; }
}

@media (prefers-reduced-motion: reduce) {
  .xnav *, .xnav *::before, .xnav *::after { animation: none !important; transition-duration: .01ms !important; }
  .xnav-particle { display: none !important; }
}


/* ============================================================
   XNAV v2 — edge-to-edge landing state -> lightly floating compact state
   Final visual refinement
   ============================================================ */
html { scroll-padding-top: 86px !important; }

.xnav {
  --xnav-progress: 0;
  --xnav-inset: 0px;
  --xnav-top-gap: 0px;
  --xnav-radius: 0px;
  --xnav-frame-height: 84px;
  --xnav-frame-pad-y: 12px;
  --xnav-frame-pad-x: 34px;
  top: var(--xnav-top-gap) !important;
  left: var(--xnav-inset) !important;
  right: var(--xnav-inset) !important;
  width: auto !important;
  padding: 0 !important;
  transition: none !important;
}

.xnav__frame,
.xnav.is-compact .xnav__frame {
  width: 100% !important;
  max-width: none !important;
  min-height: var(--xnav-frame-height) !important;
  margin: 0 !important;
  padding: var(--xnav-frame-pad-y) var(--xnav-frame-pad-x) !important;
  grid-template-columns: minmax(220px, .86fr) minmax(520px, 1.28fr) minmax(260px, .86fr) !important;
  column-gap: clamp(32px, 4.5vw, 96px) !important;
  border-radius: var(--xnav-radius) !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background:
    linear-gradient(180deg,
      rgba(12,12,14,calc(.86 + var(--xnav-progress) * .08)),
      rgba(6,6,8,calc(.90 + var(--xnav-progress) * .05))) !important;
  box-shadow:
    0 calc(8px * var(--xnav-progress)) calc(34px * var(--xnav-progress)) rgba(0,0,0,calc(.28 * var(--xnav-progress))) !important;
  backdrop-filter: blur(calc(14px + var(--xnav-progress) * 8px)) saturate(125%) !important;
  -webkit-backdrop-filter: blur(calc(14px + var(--xnav-progress) * 8px)) saturate(125%) !important;
  transition:
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease !important;
}

/* Add the full floating border only after the bar has started shrinking. */
.xnav.has-float .xnav__frame {
  border: 1px solid rgba(255,255,255,.11) !important;
}

.xnav__brand { gap: 11px !important; }
.xnav__logo,
.xnav.is-compact .xnav__logo {
  width: 43px !important;
  height: 43px !important;
  flex-basis: 43px !important;
  padding: 3px !important;
  border-radius: 10px !important;
}
.xnav__brand-copy strong,
.xnav.is-compact .xnav__brand-copy strong {
  max-width: 205px !important;
  font-size: .91rem !important;
  font-weight: 780 !important;
  letter-spacing: -.025em !important;
}
.xnav__brand-copy small { display: none !important; }

.xnav__track,
.xnav.is-compact .xnav__track {
  padding: 3px !important;
  border-radius: 11px !important;
  border: 1px solid rgba(255,255,255,.065) !important;
  background: rgba(255,255,255,.018) !important;
}
.xnav__links { gap: 3px !important; }
.xnav__link,
.xnav.is-compact .xnav__link {
  height: 38px !important;
  min-width: 83px !important;
  padding: 0 14px !important;
  border-radius: 8px !important;
  font-size: .76rem !important;
  font-weight: 720 !important;
  color: rgba(255,255,255,.58) !important;
}
.xnav__item.is-active .xnav__link { color: #0c0c0e !important; }
.xnav__indicator,
.xnav.is-compact .xnav__indicator {
  top: 3px !important;
  left: 3px !important;
  height: calc(100% - 6px) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,239,242,.94)) !important;
  box-shadow: 0 5px 16px rgba(255,255,255,.07), inset 0 -1px 0 rgba(0,0,0,.08) !important;
}

.xnav__actions { gap: 7px !important; }
.xnav__action,
.xnav__cart,
.xnav__menu,
.xnav__currency .choices__inner,
.xnav__currency select,
.xnav.is-compact .xnav__action,
.xnav.is-compact .xnav__cart,
.xnav.is-compact .xnav__currency .choices__inner,
.xnav.is-compact .xnav__currency select {
  height: 39px !important;
  min-height: 39px !important;
  border-radius: 9px !important;
}
.xnav__action,
.xnav.is-compact .xnav__action {
  padding-inline: 13px !important;
  font-size: .73rem !important;
  font-weight: 720 !important;
}
.xnav__cart,
.xnav.is-compact .xnav__cart {
  width: 39px !important;
  flex-basis: 39px !important;
}
.xnav__cart svg { width: 17px !important; height: 17px !important; }
.xnav__currency,
.xnav__currency .choices { min-width: 76px !important; }
.xnav__currency .choices__inner,
.xnav__currency select { padding-inline: 11px 26px !important; font-size: .72rem !important; }

/* Less bulky hero with more breathing room. */
.em-hero-step4 {
  min-height: 740px !important;
  padding: 142px 0 102px !important;
  align-items: center !important;
}
.em-hero-container-step4 {
  max-width: 1210px !important;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr) !important;
  gap: clamp(72px, 8vw, 138px) !important;
}
.em-hero-copy-step4 { max-width: 620px !important; }
.em-hero-step4 h1,
.em-hero-typewriter-title {
  max-width: 620px !important;
  font-size: clamp(2.75rem, 4.15vw, 4.35rem) !important;
  line-height: 1.035 !important;
  letter-spacing: -.057em !important;
  font-weight: 820 !important;
}
.em-hero-subtitle-step4 {
  max-width: 545px !important;
  margin-top: 25px !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}
.em-hero-actions-step4 {
  gap: 12px !important;
  margin-top: 36px !important;
}
.em-hero-actions-step4 .btn {
  min-height: 43px !important;
  padding: 0 18px !important;
  font-size: .78rem !important;
  font-weight: 750 !important;
}
.em-hero-logo-stage-step4 {
  min-height: 410px !important;
}
.em-hero-logo-step4 {
  width: min(32vw, 405px) !important;
}
.em-hero-logo-stage-step4::before {
  width: min(38vw, 500px) !important;
  height: min(38vw, 500px) !important;
  opacity: .82 !important;
}

/* More whitespace between landing sections while keeping headings restrained. */
.em-section { padding: 94px 0 !important; }
.em-section-head { margin-bottom: 40px !important; }
.em-section-head h1,
.em-section-head h2 {
  font-size: clamp(1.7rem, 2.45vw, 2.55rem) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -.045em !important;
}
.em-section-head p { margin-top: 16px !important; line-height: 1.75 !important; }

@media (max-width: 1240px) {
  .xnav__frame,
  .xnav.is-compact .xnav__frame {
    grid-template-columns: minmax(180px, auto) 1fr auto !important;
    column-gap: 20px !important;
    padding-inline: 20px !important;
  }
  .xnav__link,
  .xnav.is-compact .xnav__link { min-width: 75px !important; padding-inline: 10px !important; }
  .em-hero-container-step4 { gap: 58px !important; }
}

@media (max-width: 980px) {
  .xnav {
    --xnav-inset: 8px !important;
    --xnav-top-gap: 8px !important;
    --xnav-radius: 13px !important;
  }
  .xnav__frame,
  .xnav.is-compact .xnav__frame {
    min-height: 60px !important;
    padding: 7px 9px 7px 10px !important;
    border: 1px solid rgba(255,255,255,.11) !important;
    border-radius: 13px !important;
  }
  .xnav__logo,
  .xnav.is-compact .xnav__logo { width: 39px !important; height: 39px !important; flex-basis: 39px !important; }
  .xnav__cart,
  .xnav.is-compact .xnav__cart,
  .xnav__menu { width: 39px !important; height: 39px !important; flex-basis: 39px !important; }
  .em-hero-step4 { min-height: auto !important; padding: 112px 0 80px !important; }
  .em-hero-container-step4 { gap: 38px !important; }
  .em-hero-logo-stage-step4 { min-height: 300px !important; }
  .em-hero-logo-step4 { width: min(66vw, 330px) !important; }
}

@media (max-width: 575.98px) {
  .em-hero-step4 h1,
  .em-hero-typewriter-title {
    font-size: clamp(2.25rem, 11vw, 3rem) !important;
    line-height: 1.04 !important;
  }
  .em-hero-actions-step4 { margin-top: 28px !important; }
  .em-section { padding: 76px 0 !important; }
  .em-section-head { margin-bottom: 30px !important; }
}


/* Airier hero actions */
.em-hero-actions-step4 .btn {
  min-width: 156px !important;
}
@media (min-width: 768px) {
  .em-hero-actions-step4 {
    justify-content: flex-start !important;
  }
}


/* Navbar refined to feel longer and cleaner on landing */
.xnav__center {
  justify-content: center !important;
}
.xnav__track,
.xnav.is-compact .xnav__track {
  min-width: min(100%, 420px) !important;
  padding: 5px !important;
  border-radius: 16px !important;
}
.xnav__links { gap: 4px !important; }
.xnav__link,
.xnav.is-compact .xnav__link {
  min-width: 96px !important;
  padding-inline: 16px !important;
  min-height: 46px !important;
}
.xnav__actions {
  gap: 10px !important;
}
.xnav__action,
.xnav__cart,
.xnav__currency .choices__inner,
.xnav__currency select {
  min-height: 44px !important;
}
.xnav.has-float .xnav__frame {
  border-radius: var(--xnav-radius) !important;
}
/* remove accidental dark divider feel below navbar */
.xnav::after,
.xnav__frame::after,
.xnav__frame::before {
  box-shadow: none !important;
}


/* Showcase image fit refinement: keep screenshots framed cleanly */
.em-ag-media {
  background: linear-gradient(180deg, rgba(8,8,11,.98), rgba(11,11,15,.98)) !important;
}

.em-ag-media img {
  object-position: center center !important;
}

/* Better thumbnail crop positions for screenshot-style showcase images */
.em-ag-panel[data-index="1"] .em-ag-media img { object-position: 34% center !important; }
.em-ag-panel[data-index="3"] .em-ag-media img { object-position: 47% center !important; }
.em-ag-panel[data-index="4"] .em-ag-media img { object-position: 55% center !important; }

/* When opened, show the full screenshot instead of cropping it */
.em-ag-panel.is-active .em-ag-media {
  padding: 10px !important;
  background: linear-gradient(180deg, rgba(8,8,11,1), rgba(11,11,15,1)) !important;
}

.em-ag-panel.is-active .em-ag-media img {
  object-fit: contain !important;
  object-position: center center !important;
  transform: scale(1) !important;
  filter: grayscale(0) saturate(1) brightness(1) !important;
}

/* Slightly cleaner collapsed state */
.em-ag-panel:not(.is-active) .em-ag-media img {
  transform: scale(1.04) !important;
}

@media (max-width: 767px) {
  .em-ag-panel.is-active .em-ag-media {
    padding: 8px !important;
  }
}


/* Final showcase image fit: all screenshots fully visible, equal presentation */
.em-accordion-gallery {
  align-items: stretch !important;
}

.em-ag-panel {
  background: #09090c !important;
}

.em-ag-media {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.05), transparent 42%), linear-gradient(180deg, rgba(9,9,12,1), rgba(13,13,18,1)) !important;
}

.em-ag-media img,
.em-ag-panel.is-active .em-ag-media img,
.em-ag-panel:not(.is-active) .em-ag-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  image-rendering: auto !important;
}

.em-ag-panel:not(.is-active) .em-ag-media img {
  filter: grayscale(.35) saturate(.92) brightness(.90) !important;
}

.em-ag-panel.is-active .em-ag-media img {
  filter: grayscale(0) saturate(1) brightness(1) !important;
}

.em-ag-shade {
  background:
    linear-gradient(180deg, rgba(7, 6, 12, 0.02) 52%, rgba(7, 6, 12, 0.72) 100%),
    rgba(6, 5, 10, 0.20) !important;
}

.em-ag-panel.is-active .em-ag-shade {
  background: linear-gradient(180deg, rgba(7, 6, 12, 0.01) 54%, rgba(7, 6, 12, 0.66) 100%) !important;
}

/* keep the panel sizes different for accordion behavior, but make the inner screenshot framing consistent */
.em-ag-panel[data-index="1"] .em-ag-media,
.em-ag-panel[data-index="2"] .em-ag-media,
.em-ag-panel[data-index="3"] .em-ag-media,
.em-ag-panel[data-index="4"] .em-ag-media {
  padding: 12px !important;
}

@media (max-width: 767px) {
  .em-ag-media,
  .em-ag-panel.is-active .em-ag-media {
    padding: 8px !important;
  }
}



/* ============================================================
   Exora action toasts
   ============================================================ */
.exora-toast-container {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 2147482000 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 9px !important;
  width: min(360px, calc(100vw - 32px)) !important;
  pointer-events: none !important;
}

.exora-toast {
  --exora-toast-duration: 2300ms;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-height: 66px !important;
  padding: 11px 14px 12px 11px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.115) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, rgba(20,20,23,.96), rgba(8,8,10,.97)) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.035) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
  opacity: 0 !important;
  transform: translate3d(16px, 8px, 0) scale(.985) !important;
  transition: opacity 240ms ease, transform 360ms cubic-bezier(.16,1,.3,1) !important;
  pointer-events: none !important;
}

.exora-toast.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.exora-toast.is-leaving {
  opacity: 0 !important;
  transform: translate3d(12px, 4px, 0) scale(.985) !important;
  transition-duration: 260ms !important;
}

.exora-toast__icon {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 11px !important;
  color: #fff !important;
  background: rgba(255,255,255,.055) !important;
}

.exora-toast__icon svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.exora-toast--success .exora-toast__icon,
.exora-toast--cart .exora-toast__icon {
  background: rgba(255,255,255,.095) !important;
  border-color: rgba(255,255,255,.17) !important;
}

.exora-toast--remove .exora-toast__icon {
  color: rgba(255,255,255,.78) !important;
}

.exora-toast__body {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.exora-toast__title {
  overflow: hidden !important;
  color: #fff !important;
  font-size: .79rem !important;
  line-height: 1.25 !important;
  font-weight: 720 !important;
  letter-spacing: -.012em !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.exora-toast__message {
  overflow: hidden !important;
  color: rgba(255,255,255,.58) !important;
  font-size: .72rem !important;
  line-height: 1.35 !important;
  font-weight: 520 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.exora-toast__progress {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  transform-origin: left center !important;
  background: linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.15)) !important;
  opacity: .52 !important;
  animation: exoraToastProgress var(--exora-toast-duration) linear forwards !important;
}

@keyframes exoraToastProgress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@media (max-width: 575px) {
  .exora-toast-container {
    right: 12px !important;
    bottom: 12px !important;
    width: calc(100vw - 24px) !important;
  }
  .exora-toast {
    min-height: 62px !important;
    border-radius: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exora-toast,
  .exora-toast__progress {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}


/* ============================================================
   ENAV — completely rebuilt navigation
   ============================================================ */
header.sticky-top {
  top: 0 !important;
  z-index: 1200 !important;
  background: transparent !important;
}

.enav {
  --enav-progress: 0;
  --enav-inset: 0px;
  --enav-top: 0px;
  --enav-radius: 0px;
  --enav-height: 82px;
  --enav-px: 30px;
  position: relative !important;
  width: 100% !important;
  padding: var(--enav-top) var(--enav-inset) 0 !important;
  z-index: 1200 !important;
  pointer-events: none !important;
}

.enav__shell {
  min-height: var(--enav-height) !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr) !important;
  align-items: center !important;
  gap: clamp(26px, 4vw, 72px) !important;
  padding: 10px var(--enav-px) !important;
  border: 1px solid rgba(255,255,255,calc(.035 + var(--enav-progress) * .07)) !important;
  border-left-color: rgba(255,255,255,calc(var(--enav-progress) * .07)) !important;
  border-right-color: rgba(255,255,255,calc(var(--enav-progress) * .07)) !important;
  border-radius: var(--enav-radius) !important;
  background: linear-gradient(180deg, rgba(10,10,13,.94), rgba(5,5,8,.91)) !important;
  box-shadow: 0 calc(12px * var(--enav-progress)) calc(38px * var(--enav-progress)) rgba(0,0,0,calc(.34 * var(--enav-progress))) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
  pointer-events: auto !important;
}

.enav__brand {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-self: start !important;
  gap: 12px !important;
  color: #fff !important;
  text-decoration: none !important;
}
.enav__logo {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  display: grid !important;
  place-items: center !important;
  padding: 5px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)) !important;
  transition: transform .45s cubic-bezier(.16,1,.3,1), width .4s ease, height .4s ease !important;
}
.enav__brand:hover .enav__logo { transform: translateY(-1px) scale(1.035) !important; }
.enav__logo img { width: 100% !important; height: 100% !important; object-fit: contain !important; display: block !important; }
.enav__name {
  min-width: 0 !important;
  max-width: 220px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: .92rem !important;
  font-weight: 720 !important;
  letter-spacing: -.02em !important;
}

.enav__center { justify-self: center !important; }
.enav__rail {
  --enav-active-x: 0px;
  --enav-active-w: 82px;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 5px !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.025) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}
.enav__active {
  position: absolute !important;
  top: 5px !important;
  bottom: 5px !important;
  left: 5px !important;
  width: var(--enav-active-w) !important;
  border-radius: 11px !important;
  background: #f4f4f5 !important;
  box-shadow: 0 7px 24px rgba(0,0,0,.24) !important;
  transform: translate3d(var(--enav-active-x),0,0) !important;
  transition: transform .56s cubic-bezier(.16,1,.3,1), width .56s cubic-bezier(.16,1,.3,1) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
.enav__link {
  position: relative !important;
  z-index: 1 !important;
  min-width: 86px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border-radius: 11px !important;
  color: rgba(255,255,255,.57) !important;
  text-decoration: none !important;
  font-size: .77rem !important;
  font-weight: 670 !important;
  transition: color .32s ease, transform .4s cubic-bezier(.16,1,.3,1) !important;
}
.enav__link:hover { color: #fff !important; transform: translateY(-1px) !important; }
.enav__link.is-active { color: #09090b !important; }

.enav__actions {
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}
.enav__discord,
.enav__cart,
.enav__currency .choices__inner,
.enav__currency select,
.enav__toggle {
  height: 42px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.035) !important;
  color: #fff !important;
  transition: transform .36s cubic-bezier(.16,1,.3,1), background .25s ease, border-color .25s ease !important;
}
.enav__discord {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  color: #0a0a0c !important;
  background: #f4f4f5 !important;
  border-color: #f4f4f5 !important;
  text-decoration: none !important;
  font-size: .77rem !important;
  font-weight: 720 !important;
}
.enav__discord:hover,
.enav__cart:hover { transform: translateY(-2px) !important; }
.enav__cart {
  position: relative !important;
  width: 42px !important;
  flex: 0 0 42px !important;
  display: grid !important;
  place-items: center !important;
  text-decoration: none !important;
}
.enav__cart svg { width: 18px !important; height: 18px !important; }
.enav__cart-count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #08080a !important;
  font-size: .61rem !important;
  font-weight: 800 !important;
}
.enav__currency { min-width: 78px !important; }
.enav__currency .choices { margin: 0 !important; min-width: 78px !important; }
.enav__currency .choices__inner,
.enav__currency select {
  min-height: 42px !important;
  padding: 0 28px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  font-size: .73rem !important;
  font-weight: 700 !important;
}
.enav__currency .choices__list--single { padding: 0 !important; }
.enav__currency .choices[data-type*=select-one]::after { right: 11px !important; }

.enav__toggle {
  display: none !important;
  width: 42px !important;
  flex: 0 0 42px !important;
  place-items: center !important;
  position: relative !important;
  padding: 0 !important;
}
.enav__toggle span {
  position: absolute !important;
  width: 17px !important;
  height: 1.5px !important;
  background: #fff !important;
  border-radius: 3px !important;
  transition: transform .4s cubic-bezier(.16,1,.3,1) !important;
}
.enav__toggle span:first-child { transform: translateY(-4px) !important; }
.enav__toggle span:last-child { transform: translateY(4px) !important; }
.enav.is-menu-open .enav__toggle span:first-child { transform: rotate(45deg) !important; }
.enav.is-menu-open .enav__toggle span:last-child { transform: rotate(-45deg) !important; }

.enav__mobile {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: translateY(-8px) !important;
  transition: max-height .48s cubic-bezier(.16,1,.3,1), opacity .25s ease, transform .48s cubic-bezier(.16,1,.3,1) !important;
}
.enav.is-menu-open .enav__mobile {
  max-height: 380px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
.enav__mobile-inner {
  margin: 8px 10px 0 !important;
  padding: 10px !important;
  display: grid !important;
  gap: 5px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 15px !important;
  background: rgba(8,8,11,.96) !important;
  backdrop-filter: blur(18px) !important;
}
.enav__mobile-inner a {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  color: rgba(255,255,255,.76) !important;
  text-decoration: none !important;
  font-size: .84rem !important;
  font-weight: 650 !important;
}
.enav__mobile-inner a:hover { background: rgba(255,255,255,.055) !important; color: #fff !important; }

@media (max-width: 1050px) {
  .enav__shell { grid-template-columns: minmax(170px,1fr) auto auto !important; gap: 16px !important; }
  .enav__link { min-width: 76px !important; padding-inline: 10px !important; }
  .enav__name { max-width: 145px !important; }
}
@media (max-width: 860px) {
  .enav { padding: 8px 8px 0 !important; }
  .enav__shell { min-height: 64px !important; grid-template-columns: 1fr auto !important; padding: 9px 10px !important; border-radius: 14px !important; }
  .enav__center, .enav__currency, .enav__discord { display: none !important; }
  .enav__toggle { display: grid !important; }
  .enav__logo { width: 40px !important; height: 40px !important; flex-basis: 40px !important; border-radius: 10px !important; }
  .enav__name { font-size: .82rem !important; max-width: 150px !important; }
  .enav__cart { width: 40px !important; height: 40px !important; flex-basis: 40px !important; }
  .enav__actions { gap: 7px !important; }
}

/* Showcase: full image when active, classic filled preview when minimized */
.em-ag-panel:not(.is-active) .em-ag-media {
  padding: 0 !important;
  background: #09090c !important;
}
.em-ag-panel:not(.is-active) .em-ag-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.055) !important;
  filter: grayscale(.72) saturate(.82) brightness(.68) !important;
}
.em-ag-panel.is-active .em-ag-media {
  padding: 10px !important;
  background: #09090c !important;
}
.em-ag-panel.is-active .em-ag-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
}

/* Stronger DotGrid interaction */
.em-dotgrid-bg { opacity: .88 !important; }
body::before { opacity: .14 !important; }
@media (max-width:767px),(pointer:coarse) { .em-dotgrid-bg { opacity: .68 !important; } }


/* ============================================================
   FINAL UX FIX — fixed nav, responsive mobile, showcase fit,
   no duplicated section kickers, native GooeyNav particles.
   ============================================================ */
:root {
  --enav-fixed-space: 82px;
}

/* Header must remain on screen at every scroll position. */
header.sticky-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: 100% !important;
  z-index: 50000 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
  transform: translateZ(0) !important;
}
header.sticky-top > * { pointer-events: auto !important; }

/* Reserve exactly as much room as the fixed header needs. */
.flex-wrapper > div:first-child {
  padding-top: var(--enav-fixed-space) !important;
}

.enav {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  z-index: 50001 !important;
}

/* Native GooeyNav layer */
.enav__rail {
  isolation: isolate !important;
  overflow: visible !important;
}
.enav__gooey-layer {
  position: absolute !important;
  inset: -46px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  overflow: visible !important;
  filter: blur(4px) contrast(14) !important;
  opacity: .82 !important;
}
.enav__link { z-index: 4 !important; }
.enav__active { z-index: 1 !important; }
.enav-gooey-particle {
  --gx: 0px;
  --gy: 0px;
  --gsize: 10px;
  --gtime: 620ms;
  --gcolor: rgba(255,255,255,.92);
  position: absolute !important;
  left: var(--gleft) !important;
  top: var(--gtop) !important;
  width: var(--gsize) !important;
  height: var(--gsize) !important;
  margin-left: calc(var(--gsize) * -.5) !important;
  margin-top: calc(var(--gsize) * -.5) !important;
  border-radius: 999px !important;
  background: var(--gcolor) !important;
  opacity: 0 !important;
  transform: translate3d(0,0,0) scale(.15) !important;
  animation: enavGooeyParticle var(--gtime) cubic-bezier(.16,1,.3,1) forwards !important;
  will-change: transform, opacity !important;
}
@keyframes enavGooeyParticle {
  0%   { opacity: 0; transform: translate3d(0,0,0) scale(.1); }
  18%  { opacity: .95; transform: translate3d(calc(var(--gx) * .18),calc(var(--gy) * .18),0) scale(1.05); }
  70%  { opacity: .78; transform: translate3d(var(--gx),var(--gy),0) scale(.78); }
  100% { opacity: 0; transform: translate3d(calc(var(--gx) * .72),calc(var(--gy) * .72),0) scale(0); }
}
.enav__active.is-gooey-pop {
  animation: enavGooeyPill 520ms cubic-bezier(.16,1,.3,1) both !important;
}
@keyframes enavGooeyPill {
  0% { scale: .94 .90; }
  42% { scale: 1.055 .98; }
  100% { scale: 1 1; }
}

/* Showcase: active panel receives enough width and a 16:9-ish stage,
   so the screenshot fills it instead of sitting between thick bars. */
.em-accordion-gallery {
  height: clamp(340px, 34vw, 435px) !important;
  gap: 10px !important;
}
.em-ag-panel.is-active {
  flex-grow: 6.2 !important;
}
.em-ag-panel.is-active .em-ag-media {
  padding: 0 !important;
  background: #09090c !important;
}
.em-ag-panel.is-active .em-ag-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.002) !important;
}
.em-ag-panel:not(.is-active) .em-ag-media img {
  object-fit: cover !important;
  transform: scale(1.07) !important;
}

/* General mobile cleanup */
@media (max-width: 860px) {
  :root { --enav-fixed-space: 76px; }
  html { scroll-padding-top: 86px !important; }
  body { overflow-x: hidden !important; }
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .enav {
    --enav-inset: 8px !important;
    --enav-top: 7px !important;
    --enav-radius: 14px !important;
    padding: 7px 8px 0 !important;
  }
  .enav__shell {
    width: 100% !important;
    min-height: 60px !important;
    padding: 8px 9px !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 8px !important;
    border-radius: 14px !important;
  }
  .enav__brand { gap: 9px !important; min-width: 0 !important; }
  .enav__logo {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
    padding: 4px !important;
  }
  .enav__name {
    max-width: min(42vw, 175px) !important;
    font-size: .78rem !important;
  }
  .enav__cart,
  .enav__toggle {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
  .enav__mobile {
    padding: 0 8px !important;
  }
  .enav__mobile-inner {
    margin: 7px 0 0 !important;
    max-height: min(70vh, 420px) !important;
    overflow-y: auto !important;
  }

  .em-section,
  .em-accordion-section,
  .em-products-section,
  .em-reviews {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .em-section-head,
  .em-accordion-heading {
    margin-bottom: 24px !important;
  }
  .em-section-head h2,
  .em-accordion-heading h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.35rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
  }

  .em-hero-step4 {
    min-height: auto !important;
    padding: 54px 0 42px !important;
  }
  .em-hero-container-step4 {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .em-hero-copy-step4 { order: 1 !important; }
  .em-hero-logo-stage-step4 {
    order: 2 !important;
    min-height: 240px !important;
  }
  .em-hero-step4 h1 {
    max-width: 100% !important;
    font-size: clamp(2.25rem, 11vw, 3.15rem) !important;
    line-height: .99 !important;
    letter-spacing: -.055em !important;
  }
  .em-hero-subtitle-step4 {
    margin-top: 18px !important;
    font-size: .96rem !important;
    line-height: 1.6 !important;
  }
  .em-hero-actions-step4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 26px !important;
  }
  .em-hero-actions-step4 .btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
  }
  .em-hero-logo-step4 {
    width: min(72vw, 320px) !important;
  }

  .em-payment-panel-step4,
  .em-payment-group-step4 {
    grid-template-columns: 1fr !important;
  }
  .em-payment-panel-step4 { padding: 18px !important; }
  .em-payment-group-step4 { gap: 10px !important; }
  .em-payment-list-step4 {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .em-trust-grid {
    grid-template-columns: 1fr !important;
  }
  .em-trust-grid > div + div {
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
  }

  .em-products-grid,
  .em-group-products-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .em-product-card { width: 100% !important; }

  .em-review-track { gap: 12px !important; }
  .em-review-card { width: min(84vw, 340px) !important; }

  .em-accordion-gallery {
    height: auto !important;
    flex-direction: column !important;
    gap: 8px !important;
    perspective: none !important;
  }
  .em-ag-panel,
  .em-ag-panel:nth-child(-n+2),
  .em-ag-panel.is-active {
    width: 100% !important;
    flex: none !important;
    transform: none !important;
  }
  .em-ag-panel:not(.is-active) {
    height: 74px !important;
  }
  .em-ag-panel.is-active {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
  .em-ag-panel.is-active .em-ag-media img {
    object-fit: cover !important;
  }
  .em-ag-caption {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
  }

  .modal-dialog {
    margin: 12px !important;
    max-width: calc(100% - 24px) !important;
  }
}

@media (max-width: 480px) {
  :root { --enav-fixed-space: 74px; }
  .container { padding-left: 14px !important; padding-right: 14px !important; }
  .enav__name { max-width: 36vw !important; font-size: .74rem !important; }
  .em-payment-list-step4 { grid-template-columns: 1fr !important; }
  .em-hero-step4 h1 { font-size: clamp(2.05rem, 10.5vw, 2.75rem) !important; }
  .em-typewriter-word { min-width: 0 !important; white-space: normal !important; }
}

@media (prefers-reduced-motion: reduce) {
  .enav-gooey-particle { display: none !important; }
  .enav__active.is-gooey-pop { animation: none !important; }
}


/* Navbar click performance fix */
.enav__active {
  transition: transform 420ms cubic-bezier(.16,1,.3,1), width 420ms cubic-bezier(.16,1,.3,1) !important;
  will-change: transform, width !important;
  contain: layout style paint !important;
}
.enav__gooey-layer {
  filter: blur(3px) contrast(10) !important;
  opacity: .72 !important;
  contain: layout paint !important;
}
.enav-gooey-particle {
  will-change: transform, opacity !important;
}
@media (pointer: coarse), (max-width: 860px) {
  .enav__gooey-layer { display: none !important; }
}

/* ============================================================
   FINAL INTERACTION POLISH — stable nav indicator + premium toasts
   ============================================================ */

/* Keep the white navbar indicator on one transform path only. */
.enav__active,
.enav__active.is-gooey-pop {
  scale: 1 !important;
  animation: none !important;
  transform: translate3d(var(--enav-active-x), 0, 0) !important;
  transition:
    transform 430ms cubic-bezier(.22,.8,.2,1),
    width 430ms cubic-bezier(.22,.8,.2,1),
    box-shadow 240ms ease,
    opacity 180ms ease !important;
  will-change: transform !important;
  backface-visibility: hidden !important;
}

.enav.is-programmatic-scroll .enav__active {
  transition:
    transform 430ms cubic-bezier(.22,.8,.2,1),
    width 430ms cubic-bezier(.22,.8,.2,1),
    box-shadow 240ms ease,
    opacity 180ms ease !important;
}

.enav__link {
  transform-origin: center center !important;
  backface-visibility: hidden !important;
}

/* Slightly cleaner Gooey burst: visible, but no heavy filter wobble. */
.enav__gooey-layer {
  filter: blur(2.6px) contrast(9) !important;
  opacity: .76 !important;
  transform: translateZ(0) !important;
}

/* General buttons keep their existing hover design; JS supplies the click pop. */
.btn,
.em-payment-chip-step4,
.em-small-link,
.enav__discord,
.enav__cart,
.enav__toggle,
.em-group-close,
.em-ag-panel {
  transform-origin: center center !important;
  backface-visibility: hidden !important;
}

/* Premium bottom-right notifications */
.exora-toast-container {
  gap: 11px !important;
  perspective: 900px !important;
}

.exora-toast {
  --toast-accent: 255,255,255;
  min-height: 70px !important;
  padding: 12px 15px 13px 12px !important;
  border-color: rgba(255,255,255,.105) !important;
  border-radius: 15px !important;
  background:
    linear-gradient(145deg, rgba(24,24,29,.94), rgba(9,9,12,.975)) !important;
  box-shadow:
    0 22px 62px rgba(0,0,0,.48),
    0 0 0 rgba(var(--toast-accent),0),
    inset 0 1px 0 rgba(255,255,255,.045) !important;
  opacity: 0 !important;
  filter: blur(7px) saturate(.9) !important;
  transform: translate3d(34px, 12px, 0) scale(.94) rotateX(-3deg) !important;
  transform-origin: 100% 50% !important;
  transition:
    opacity 280ms ease,
    filter 440ms ease,
    transform 520ms cubic-bezier(.16,1,.3,1),
    border-color 260ms ease,
    box-shadow 320ms ease !important;
  pointer-events: auto !important;
  cursor: default !important;
  isolation: isolate !important;
}

.exora-toast--cart { --toast-accent: 210,200,255; }
.exora-toast--success { --toast-accent: 205,255,220; }
.exora-toast--remove { --toast-accent: 255,205,205; }
.exora-toast--info { --toast-accent: 220,225,255; }

.exora-toast.is-visible {
  opacity: 1 !important;
  filter: blur(0) saturate(1) !important;
  transform: translate3d(0,0,0) scale(1) rotateX(0deg) !important;
  box-shadow:
    0 22px 62px rgba(0,0,0,.48),
    0 0 24px rgba(var(--toast-accent),.055),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

@media (hover:hover) and (pointer:fine) {
  .exora-toast.is-visible:hover,
  .exora-toast.is-visible:focus-within {
    transform: translate3d(-5px,-2px,0) scale(1.012) !important;
    border-color: rgba(var(--toast-accent),.28) !important;
    box-shadow:
      0 28px 72px rgba(0,0,0,.56),
      0 0 34px rgba(var(--toast-accent),.14),
      inset 0 1px 0 rgba(255,255,255,.075) !important;
  }
}

.exora-toast.is-leaving {
  opacity: 0 !important;
  filter: blur(8px) saturate(.82) !important;
  transform: translate3d(42px, 8px, 0) scale(.955) rotateX(2deg) !important;
  border-color: rgba(255,255,255,.04) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.24) !important;
  transition:
    opacity 280ms ease,
    filter 360ms ease,
    transform 430ms cubic-bezier(.4,0,.2,1),
    border-color 260ms ease,
    box-shadow 260ms ease !important;
}

.exora-toast__ambient {
  position: absolute !important;
  width: 130px !important;
  height: 130px !important;
  right: -58px !important;
  top: -66px !important;
  z-index: -1 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(var(--toast-accent),.22), rgba(var(--toast-accent),.055) 38%, transparent 70%) !important;
  filter: blur(8px) !important;
  opacity: .72 !important;
  pointer-events: none !important;
  transform: scale(.8) !important;
  transition: opacity 320ms ease, transform 520ms cubic-bezier(.16,1,.3,1) !important;
}

.exora-toast.is-visible .exora-toast__ambient {
  transform: scale(1) !important;
}

.exora-toast.is-visible:hover .exora-toast__ambient {
  opacity: 1 !important;
  transform: scale(1.12) !important;
}

.exora-toast__shine {
  position: absolute !important;
  top: -45% !important;
  bottom: -45% !important;
  left: -38% !important;
  width: 28% !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateX(0) skewX(-18deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09), rgba(255,255,255,.2), transparent) !important;
}

.exora-toast.is-visible .exora-toast__shine {
  animation: exoraToastShine 920ms cubic-bezier(.16,1,.3,1) 90ms both !important;
}

@keyframes exoraToastShine {
  0% { opacity: 0; transform: translateX(0) skewX(-18deg); }
  25% { opacity: .72; }
  100% { opacity: 0; transform: translateX(560%) skewX(-18deg); }
}

.exora-toast__icon {
  position: relative !important;
  z-index: 2 !important;
  width: 40px !important;
  height: 40px !important;
  border-color: rgba(var(--toast-accent),.17) !important;
  background: linear-gradient(145deg, rgba(var(--toast-accent),.13), rgba(255,255,255,.035)) !important;
  box-shadow:
    0 8px 22px rgba(0,0,0,.2),
    0 0 18px rgba(var(--toast-accent),.06),
    inset 0 1px 0 rgba(255,255,255,.055) !important;
}

.exora-toast.is-visible .exora-toast__icon {
  animation: exoraToastIconIn 620ms cubic-bezier(.16,1,.3,1) both !important;
}

@keyframes exoraToastIconIn {
  0% { transform: scale(.72) rotate(-8deg); opacity: .25; }
  58% { transform: scale(1.075) rotate(2deg); opacity: 1; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}

.exora-toast__body {
  position: relative !important;
  z-index: 2 !important;
}

.exora-toast__title {
  font-size: .8rem !important;
  font-weight: 760 !important;
  letter-spacing: -.014em !important;
}

.exora-toast__message {
  color: rgba(255,255,255,.62) !important;
}

.exora-toast__progress {
  z-index: 4 !important;
  height: 2px !important;
  background: linear-gradient(90deg,
    rgba(var(--toast-accent),.9),
    rgba(255,255,255,.7),
    rgba(var(--toast-accent),.14)) !important;
  box-shadow: 0 0 12px rgba(var(--toast-accent),.32) !important;
  opacity: .78 !important;
  animation-play-state: running !important;
}

.exora-toast.is-paused .exora-toast__progress {
  animation-play-state: paused !important;
}

.exora-toast.is-paused::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  box-shadow: inset 0 0 0 1px rgba(var(--toast-accent),.08) !important;
}

@media (max-width:575px) {
  .exora-toast-container {
    gap: 8px !important;
  }
  .exora-toast {
    min-height: 64px !important;
    padding: 10px 12px 11px 10px !important;
    border-radius: 13px !important;
  }
  .exora-toast__icon {
    width: 37px !important;
    height: 37px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enav__active,
  .enav__link,
  .exora-toast,
  .exora-toast__ambient,
  .exora-toast__icon,
  .exora-toast__shine,
  .exora-toast__progress {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}
