:root {
  --eh-ink: #08060c;
  --eh-navy: #120818;
  --eh-navy-2: #1a1020;
  --eh-panel: #16101c;
  --eh-white: #ffffff;
  --eh-royal: #2b55d4;
  --eh-royal-bright: #5b7ef0;
  --eh-royal-deep: #1a3580;
  --eh-maroon: #5a1834;
  --eh-maroon-deep: #2a0e1c;
  --eh-blue: var(--eh-royal);
  --eh-blue-bright: var(--eh-royal-bright);
  --eh-blue-glow: rgba(43, 96, 220, 0.55);
  --eh-red: #8b2942;
  --eh-red-glow: rgba(120, 35, 60, 0.4);
  --eh-orange: #e8872a;
  --eh-green: #34d399;
  --eh-steel: #c8d0de;
  --eh-muted: #8a96a8;
  --eh-line: rgba(148, 163, 184, 0.14);
  --eh-radius: 1rem;
  --eh-radius-lg: 1.25rem;
  --eh-max: 76rem;
  --eh-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --eh-font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --eh-font-accent: "Rajdhani", "Inter", system-ui, sans-serif;
  --eh-bg-gradient: linear-gradient(90deg, #1a3580 0%, #2a1848 48%, #4a1528 100%);
  --eh-page-bg:
    radial-gradient(ellipse 85% 55% at 12% 0%, rgba(43, 96, 220, 0.22), transparent 52%),
    radial-gradient(ellipse 75% 50% at 88% 12%, rgba(90, 24, 52, 0.24), transparent 52%),
    radial-gradient(ellipse 90% 45% at 50% 100%, rgba(74, 21, 40, 0.2), transparent 55%),
    var(--eh-bg-gradient);
  --eh-maroon-bright: #5a1834;
  --eh-runner-img-h: min(44rem, 90vh);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.ehub-theme,
body.wp-theme-electronix-hub {
  margin: 0;
  font-family: var(--eh-font);
  color: var(--eh-white);
  background: var(--eh-page-bg);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  --eh-runner-img-h: min(44rem, 90vh);
}

.eh-preview-banner,
.eh-header,
.eh-main,
.eh-footer {
  position: relative;
  z-index: 5;
}

body:not(.ehub-home) .eh-site-runner__track--art {
  --eh-runner-opacity: 0.22;
}

body:not(.ehub-home) .eh-site-runner-hit {
  display: none;
}

body.ehub-home .eh-site-runner-hit {
  z-index: 8;
}

/* Full-page scroll parallax background (homepage) */
.eh-site-runner {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.eh-site-runner-hit {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.eh-site-runner__track {
  --eh-runner-opacity: 0.52;
  position: absolute;
  left: 0;
  top: 6vh;
  width: 100%;
  height: 340vh;
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 0;
  will-change: transform;
}

.eh-site-runner__unit {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--eh-unit-top, 0);
  height: var(--eh-runner-img-h);
  pointer-events: none;
}

.eh-site-runner__track--art .eh-site-runner__unit img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: var(--eh-runner-img-h);
  opacity: var(--eh-runner-opacity);
  filter: saturate(1.12);
  pointer-events: none;
}

.eh-site-runner__hotspots {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(var(--eh-runner-img-h) * 0.34);
  height: var(--eh-runner-img-h);
  transform: translateX(-50%);
  pointer-events: none;
}

.eh-site-runner__hotspot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  height: calc(var(--eh-runner-img-h) * 0.058);
  min-height: 2.35rem;
  border-radius: 999px;
  pointer-events: auto;
  cursor: pointer;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.eh-site-runner__hotspot--shop { top: calc(var(--eh-runner-img-h) * 0.382); }
.eh-site-runner__hotspot--sell { top: calc(var(--eh-runner-img-h) * 0.448); }

.eh-site-runner__hotspot:focus-visible {
  outline: 2px solid var(--eh-royal-bright);
  outline-offset: 2px;
}

.eh-site-runner__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 6, 12, 0.28) 0%, rgba(8, 6, 12, 0.06) 45%, rgba(8, 6, 12, 0.2) 100%),
    linear-gradient(90deg, rgba(8, 6, 12, 0.5) 0%, rgba(8, 6, 12, 0.08) 50%, rgba(8, 6, 12, 0.5) 100%),
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(43, 96, 220, 0.08), transparent 58%),
    radial-gradient(ellipse 65% 55% at 50% 55%, rgba(120, 28, 52, 0.06), transparent 55%);
}

@media (prefers-reduced-motion: reduce) {
  .eh-site-runner__track,
  .eh-site-runner-hit .eh-site-runner__track {
    will-change: auto;
  }
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

h1,
h2,
.eh-hero__title,
.eh-section__head h2,
.eh-how h2,
.eh-stats strong,
.eh-article h1 {
  font-family: var(--eh-font-display);
  letter-spacing: -0.02em;
}

h3,
.eh-how-card h3 {
  font-family: var(--eh-font-display);
}

.eh-product-card h3 {
  font-family: var(--eh-font);
}

.eh-nav__list a,
.eh-btn,
.eh-product-card,
.eh-product-card__link,
.eh-footer,
.eh-footer a,
.eh-footer__brand p {
  font-family: var(--eh-font);
}

.eh-widget__label,
.eh-how__eyebrow,
.eh-product-card__badge,
.eh-footer h4,
.eh-widget__trend,
.eh-cart-count {
  font-family: var(--eh-font-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-container {
  width: min(100% - 2rem, var(--eh-max));
  margin-inline: auto;
}

/* Header */
.eh-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--eh-bg-gradient);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(91, 126, 240, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.eh-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "logo nav actions";
  align-items: center;
  gap: 1.5rem;
  min-height: 5rem;
  padding-block: 0.45rem;
  position: relative;
}

.eh-logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  background: transparent;
  flex-shrink: 0;
}

.eh-logo--header {
  height: 3.85rem;
  max-height: calc(5rem - 0.9rem);
}

.eh-logo--header img {
  width: auto;
  height: 100%;
  max-width: min(12rem, 38vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent !important;
  filter: drop-shadow(0 2px 10px rgba(43, 96, 220, 0.28));
}

.eh-logo--footer img {
  height: 88px;
  max-width: 240px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter: drop-shadow(0 0 14px rgba(43, 96, 220, 0.32));
}

.eh-nav {
  grid-area: nav;
  justify-self: center;
  min-width: 0;
}

.eh-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.eh-nav__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eh-nav__list a {
  display: block;
  padding: 0.45rem 0.7rem;
  color: var(--eh-steel);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  border-radius: 0.5rem;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s, text-shadow 0.2s;
}

.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 0.2rem;
  font-size: 0.6rem;
  opacity: 0.7;
}

.eh-nav__list a:hover {
  color: var(--eh-white);
  background: rgba(43, 96, 220, 0.08);
  text-shadow: 0 0 12px rgba(43, 96, 220, 0.35);
}

.eh-header__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  grid-area: actions;
  justify-self: end;
}

.eh-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  grid-area: actions;
  justify-self: end;
  align-self: center;
}

.eh-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  border: 1px solid var(--eh-line);
  color: var(--eh-steel);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.eh-icon-btn:hover {
  border-color: rgba(43, 96, 220, 0.45);
  color: var(--eh-white);
  box-shadow: 0 0 16px rgba(43, 96, 220, 0.15);
}

.eh-cart-count {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--eh-blue);
  color: var(--eh-ink);
  font-size: 0.65rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px var(--eh-blue-glow);
}

.eh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.875rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}

.eh-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }

.eh-btn--primary {
  background: linear-gradient(180deg, var(--eh-royal-bright) 0%, var(--eh-royal) 100%);
  color: var(--eh-white);
  box-shadow: 0 0 22px rgba(43, 96, 220, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.eh-btn--primary:hover {
  box-shadow: 0 0 30px rgba(43, 96, 220, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.eh-btn--outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--eh-white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.eh-btn--sm { padding: 0.55rem 1rem; font-size: 0.82rem; }
.eh-btn--xs { padding: 0.38rem 0.62rem; font-size: 0.58rem; gap: 0.25rem; }
.eh-btn--card { width: 100%; margin-top: auto; background: rgba(43, 96, 220, 0.12); color: var(--eh-blue); border: 1px solid rgba(43, 96, 220, 0.25); }

.eh-nav-toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--eh-white);
  border-radius: 999px;
}

/* Homepage foreground hero showcase */
.eh-hero--showcase {
  position: relative;
  z-index: 9;
  padding: clamp(0.75rem, 2.5vh, 1.75rem) 0 clamp(1.5rem, 4vh, 2.5rem);
  overflow: visible;
}

.eh-hero--showcase .eh-container {
  display: flex;
  justify-content: center;
}

.eh-hero__showcase-art {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.eh-hero__showcase-art img {
  height: var(--eh-runner-img-h);
  width: auto;
  max-width: none;
  display: block;
  pointer-events: none;
  user-select: none;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.42));
}

.eh-hero__showcase-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.eh-hero__showcase-hotspots .eh-site-runner__hotspots {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(var(--eh-runner-img-h) * 0.34);
  height: var(--eh-runner-img-h);
  transform: translateX(-50%);
  pointer-events: none;
}

.eh-hero__showcase-hotspots .eh-site-runner__hotspot {
  pointer-events: auto;
  z-index: 3;
}

.eh-hero__showcase-hotspots .eh-site-runner__hotspot--shop { top: calc(var(--eh-runner-img-h) * 0.382); }
.eh-hero__showcase-hotspots .eh-site-runner__hotspot--sell { top: calc(var(--eh-runner-img-h) * 0.448); }

.eh-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(43, 96, 220, 0.18);
  color: var(--eh-royal-bright);
  flex-shrink: 0;
}

.eh-widget {
  padding: 1.1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(91, 126, 240, 0.2);
  background: rgba(18, 12, 24, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eh-widget__label {
  margin: 0 0 0.5rem;
  color: var(--eh-steel);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-widget__device { margin: 0; font-weight: 700; }

.eh-widget__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.eh-widget__price { font-size: 1.75rem; font-weight: 900; color: var(--eh-blue); }
.eh-widget__price span { font-size: 0.85rem; color: var(--eh-steel); font-weight: 600; }

.eh-widget__trend {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.15);
  color: var(--eh-green);
  font-size: 0.78rem;
  font-weight: 800;
}

.eh-widget__chart {
  height: 3rem;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, rgba(34,197,94,0.15), transparent),
    linear-gradient(90deg, transparent 0%, rgba(34,197,94,0.5) 40%, rgba(34,197,94,0.2) 100%);
  border: 1px solid rgba(34,197,94,0.2);
}

.eh-widget__checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--eh-steel);
}

.eh-widget__checks li::before { content: "✓ "; color: var(--eh-blue); font-weight: 800; }

.eh-widget--trending ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.65rem; }
.eh-widget--trending li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
}
.eh-widget--trending small { color: var(--eh-orange); font-size: 0.72rem; font-weight: 700; }

/* Sections */
.eh-section { padding: 4rem 0; }
.eh-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.eh-section__head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eh-section__head p { margin: 0; color: var(--eh-steel); }

.eh-link-arrow {
  color: var(--eh-blue);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.eh-link-arrow::after { content: " →"; }

/* Products */
.eh-products {
  background: transparent;
}

.eh-products__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.eh-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 1rem 1rem;
  min-height: 16.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: linear-gradient(165deg, rgba(22, 16, 32, 0.98), rgba(35, 14, 28, 0.92));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 12px 32px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(43, 96, 220, 0.06);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.eh-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 8, 18, 0.15) 0%, rgba(12, 8, 18, 0.45) 42%, rgba(12, 8, 18, 0.92) 78%, rgba(12, 8, 18, 0.98) 100%);
  pointer-events: none;
}

.eh-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 126, 240, 0.45);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 32px rgba(43, 96, 220, 0.14);
}

.eh-product-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--eh-blue);
  color: var(--eh-ink);
  font-size: 0.65rem;
  font-weight: 900;
}

.eh-product-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(43, 96, 220, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(18, 12, 24, 0.2), rgba(18, 12, 24, 0.75));
  overflow: hidden;
  box-shadow: none;
}

.eh-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  padding: 0;
  opacity: 0.72;
  mix-blend-mode: lighten;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.eh-product-card:hover .eh-product-card__media img {
  transform: scale(1.06);
  opacity: 0.82;
}

.eh-product-card__emoji {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  opacity: 0.35;
}

.eh-product-card h3,
.eh-product-card__spec,
.eh-product-card__price,
.eh-product-card__link {
  position: relative;
  z-index: 2;
}

.eh-product-card h3 { margin: auto 0 0; padding-top: 7.5rem; font-size: 0.95rem; font-weight: 800; }
.eh-product-card__spec { margin: 0; color: var(--eh-steel); font-size: 0.78rem; }
.eh-product-card__price { margin: 0; color: var(--eh-white); font-size: 1.1rem; font-weight: 900; }

.eh-product-card__link {
  margin-top: auto;
  padding-top: 0.35rem;
  color: var(--eh-blue);
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none;
}

.eh-product-card__link:hover { color: var(--eh-blue-bright); }

/* How it works */
.eh-how { text-align: center; }
.eh-how__eyebrow { margin: 0 0 0.5rem; color: var(--eh-blue); font-weight: 800; letter-spacing: 0.2em; }
.eh-how h2 { margin: 0 0 2rem; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; }

.eh-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: left;
}

.eh-how-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--eh-line);
  background: var(--eh-navy-2);
}

.eh-how-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(43, 96, 220, 0.12);
  color: var(--eh-blue);
  border: 1px solid rgba(43, 96, 220, 0.25);
}

.eh-how-card h3 { margin: 0 0 0.5rem; font-size: 1.25rem; }
.eh-how-card p { margin: 0 0 1rem; color: var(--eh-steel); font-size: 0.92rem; }
.eh-how-card a { color: var(--eh-blue); font-weight: 800; text-decoration: none; }

/* Stats */
.eh-stats {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.02);
  border-block: 1px solid var(--eh-line);
}

.eh-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}

.eh-stat {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
}

.eh-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.25rem;
  border-radius: 999px;
  background: rgba(43, 96, 220, 0.1);
  color: var(--eh-blue);
  border: 1px solid rgba(43, 96, 220, 0.22);
}

.eh-stats strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
}

.eh-stats span { color: var(--eh-steel); font-size: 0.85rem; font-weight: 600; }

/* Testimonials */
.eh-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eh-testimonial {
  margin: 0;
  padding: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid var(--eh-line);
  background: var(--eh-navy-2);
}

.eh-testimonial__stars { color: #fbbf24; margin-bottom: 0.75rem; letter-spacing: 0.1em; }
.eh-testimonial p { margin: 0 0 1rem; color: var(--eh-steel); font-size: 0.92rem; line-height: 1.65; }
.eh-testimonial footer { display: flex; align-items: center; gap: 0.75rem; }

.eh-testimonial__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--eh-royal), var(--eh-maroon));
  color: var(--eh-ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.eh-testimonial footer strong { display: block; font-size: 0.9rem; }
.eh-testimonial footer small { color: var(--eh-steel); }

/* Footer */
.eh-footer {
  position: relative;
  padding: 3rem 0 1.5rem;
  background: transparent;
  border-top: 1px solid var(--eh-line);
  overflow: hidden;
}

.eh-footer__skyline {
  position: absolute;
  inset: auto 0 0;
  height: 5rem;
  opacity: 0.08;
  background: linear-gradient(transparent, rgba(255,255,255,0.5));
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80'%3E%3Cpath fill='%23fff' d='M0 80V50l80-20 60 15 90-35 70 25 100-30 80 20 90-40 70 30 120-25 80 15 90-35 70 25 100-20 80 10 70-25 80 20V80z'/%3E%3C/svg%3E");
  mask-size: cover;
}

.eh-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) 1.1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.eh-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eh-footer__brand p { color: var(--eh-steel); font-size: 0.9rem; max-width: 18rem; margin-inline: auto; }
.eh-footer h4 { margin: 0 0 1rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.eh-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.eh-footer a { color: var(--eh-steel); text-decoration: none; font-size: 0.88rem; }
.eh-footer a:hover { color: var(--eh-blue); }

.eh-social { display: flex; gap: 0.65rem; margin-top: 1rem; }
.eh-social a {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--eh-line);
  color: var(--eh-steel);
}

.eh-contact-list li { color: var(--eh-steel); font-size: 0.88rem; line-height: 1.5; }

.eh-footer__location {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--eh-line);
}

.eh-footer__location-name {
  margin: 0 0 0.25rem;
  color: var(--eh-white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-footer__location p {
  margin: 0;
  color: var(--eh-steel);
  font-size: 0.84rem;
  line-height: 1.5;
}

.eh-footer__bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--eh-line);
  color: var(--eh-steel);
  font-size: 0.82rem;
}

.eh-payments { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.eh-payments span {
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
  border: 1px solid var(--eh-line);
  font-size: 0.72rem;
  font-weight: 700;
}

/* Mobile bar */
.eh-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  gap: 0.5rem;
  padding: 0.65rem;
  background: rgba(7,11,18,0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--eh-line);
}

.eh-mobile-bar a {
  flex: 1;
  text-align: center;
  padding: 0.75rem;
  border-radius: var(--eh-radius-lg);
  font-weight: 800;
  text-decoration: none;
  font-size: 0.875rem;
}

.eh-mobile-bar__call { background: transparent; color: var(--eh-white); border: 1px solid rgba(255,255,255,0.22); }
.eh-mobile-bar__sell { background: var(--eh-blue); color: var(--eh-ink); }

/* Pages */
.eh-page { padding: 3rem 0 4rem; }
.eh-article h1 { margin-top: 0; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.eh-entry { color: var(--eh-steel); }
.eh-entry a { color: var(--eh-blue); }

/* Responsive */
@media (max-width: 1200px) {
  .eh-nav__list a { padding: 0.4rem 0.5rem; font-size: 0.8rem; }
  .eh-logo--header {
    height: 3.2rem;
    max-height: calc(4.5rem - 0.8rem);
  }

  .eh-logo--header img { max-width: min(9.5rem, 46vw); }
}

@media (max-width: 1100px) {
  body.ehub-theme,
  body.wp-theme-electronix-hub { --eh-runner-img-h: min(38rem, 82vh); }
  .eh-site-runner__track--art .eh-site-runner__unit img { --eh-runner-opacity: 0.44; }
  .eh-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .eh-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .eh-header__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo actions toggle"
      "nav nav nav";
    gap: 0.75rem 1rem;
  }

  .eh-nav-toggle { display: flex; grid-area: toggle; }

  .eh-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 1rem;
    background: rgba(5, 8, 15, 0.98);
    border-bottom: 1px solid rgba(43, 96, 220, 0.12);
    grid-area: nav;
    z-index: 2;
  }

  .eh-nav.is-open { display: block; }

  .eh-nav__list {
    flex-direction: column;
    align-items: stretch;
  }

  .eh-header__actions { grid-area: actions; }

  body.ehub-theme,
  body.wp-theme-electronix-hub { --eh-runner-img-h: min(24rem, 58vh); }
  .eh-site-runner__track--art .eh-site-runner__unit img { --eh-runner-opacity: 0.38; }
  .eh-hero--showcase { padding-bottom: 1.25rem; }

  .eh-how__grid, .eh-testimonials__grid { grid-template-columns: 1fr; }
  .eh-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eh-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .eh-products__grid { grid-template-columns: 1fr; }
  .eh-footer__grid { grid-template-columns: 1fr; }
  .eh-mobile-bar { display: flex; }
  body.ehub-theme,
  body.wp-theme-electronix-hub { padding-bottom: 4.5rem; }
  .eh-header__actions .eh-btn--sm { display: none; }
}

/* Page hero (inner pages) */
.eh-page-hero {
  position: relative;
  padding: 2.75rem 0 2rem;
  border-bottom: 1px solid var(--eh-line);
  background: rgba(8, 6, 12, 0.78);
  backdrop-filter: blur(8px);
}

body:not(.ehub-home) .eh-section {
  background: rgba(8, 6, 12, 0.62);
}

.eh-page-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-family: var(--eh-font-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--eh-royal-bright);
}

.eh-page-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.eh-page-hero__lead {
  margin: 0;
  max-width: 42rem;
  color: var(--eh-steel);
  font-size: 1.02rem;
}

/* Selling price list */
.eh-price-list-page { padding-top: 2rem; padding-bottom: 4rem; }

.eh-price-list-page__inner { max-width: 56rem; }

.eh-price-list-meta {
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.55);
}

.eh-price-list-policy,
.eh-price-list-contact {
  margin: 0;
  color: var(--eh-steel);
  font-size: 0.92rem;
  line-height: 1.55;
}

.eh-price-list-contact { margin-top: 0.45rem; }

.eh-price-list-contact a {
  color: var(--eh-royal-bright);
  text-decoration: none;
}

.eh-price-list-contact a:hover { text-decoration: underline; }

.eh-price-list-search-wrap { display: block; margin-bottom: 1.25rem; }

.eh-price-list-search {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(91, 126, 240, 0.28);
  background: rgba(8, 6, 12, 0.45);
  color: var(--eh-white);
  font-family: var(--eh-font);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.eh-price-list-search::placeholder { color: var(--eh-muted); }

.eh-price-list-search:focus {
  border-color: rgba(91, 126, 240, 0.55);
  box-shadow: 0 0 0 3px rgba(43, 96, 220, 0.18);
}

.eh-price-list-accordions { display: grid; gap: 0.65rem; }

.eh-pl-acc {
  border: 1px solid rgba(91, 126, 240, 0.22);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(18, 12, 24, 0.72);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.eh-pl-acc__head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: none;
  background: transparent;
  color: var(--eh-white);
  font-family: var(--eh-font);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s;
}

.eh-pl-acc__head:hover { background: rgba(43, 96, 220, 0.1); }

.eh-pl-acc.is-open .eh-pl-acc__head {
  background: linear-gradient(90deg, rgba(43, 96, 220, 0.22), rgba(90, 24, 52, 0.18));
}

.eh-pl-acc__emoji { font-size: 1.35rem; line-height: 1; }

.eh-pl-acc__label { flex: 1; min-width: 0; }

.eh-pl-acc__count {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(43, 96, 220, 0.18);
  color: var(--eh-royal-bright);
}

.eh-pl-acc.is-open .eh-pl-acc__count {
  background: rgba(255, 255, 255, 0.12);
  color: var(--eh-white);
}

.eh-pl-acc__chev {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s;
  opacity: 0.75;
}

.eh-pl-acc.is-open .eh-pl-acc__chev { transform: rotate(-135deg); }

.eh-pl-acc__body {
  display: none;
  padding: 0 0.35rem 0.35rem;
  border-top: 1px solid rgba(91, 126, 240, 0.12);
}

.eh-pl-acc.is-open .eh-pl-acc__body { display: block; }

.eh-pl-table-wrap {
  overflow-x: auto;
  border-radius: 0.75rem;
  background: rgba(8, 6, 12, 0.35);
}

.eh-pl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.eh-pl-table th {
  padding: 0.65rem 0.85rem;
  text-align: left;
  font-family: var(--eh-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--eh-muted);
  border-bottom: 1px solid rgba(91, 126, 240, 0.18);
  white-space: nowrap;
}

.eh-pl-table td {
  padding: 0.62rem 0.85rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  color: var(--eh-steel);
}

.eh-pl-table tr:last-child td { border-bottom: none; }

.eh-pl-table tbody tr:hover td { background: rgba(43, 96, 220, 0.08); }

.eh-pl-r { text-align: right; }

.eh-pl-price {
  color: var(--eh-green);
  font-weight: 800;
  white-space: nowrap;
}

.eh-pl-dash { color: var(--eh-muted); }

.eh-pl-grp td {
  background: rgba(43, 96, 220, 0.12);
  color: var(--eh-royal-bright);
  font-family: var(--eh-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-price-list-empty,
.eh-price-list-note {
  color: var(--eh-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.eh-price-list-empty { padding: 1.5rem; text-align: center; }

.eh-price-list-empty a { color: var(--eh-royal-bright); }

.eh-price-list-note { margin: 1.25rem 0 0; text-align: center; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Sell To Us — Gazelle-style quote wizard */
.eh-page-hero--sell {
  background: linear-gradient(135deg, rgba(43, 96, 220, 0.12), rgba(120, 28, 52, 0.1));
}

.eh-sell-page { padding-top: 1.5rem; padding-bottom: 4rem; }

.eh-sell-how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.eh-sell-how__item {
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.2);
  background: rgba(18, 12, 24, 0.55);
  text-align: center;
}

.eh-sell-how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: var(--eh-royal);
  color: var(--eh-white);
  font-family: var(--eh-font-accent);
  font-weight: 700;
  font-size: 0.9rem;
}

.eh-sell-how__item h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
}

.eh-sell-how__item p {
  margin: 0;
  color: var(--eh-steel);
  font-size: 0.88rem;
  line-height: 1.45;
}

.eh-sell-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.eh-sell-wizard {
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.72);
}

.eh-sell-wizard__progress {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1.15rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.eh-sell-progress__step {
  flex: 1;
  min-width: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  opacity: 0.45;
}

.eh-sell-progress__step.is-active,
.eh-sell-progress__step.is-done { opacity: 1; }

.eh-sell-progress__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid rgba(91, 126, 240, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
}

.eh-sell-progress__step.is-active .eh-sell-progress__dot {
  border-color: var(--eh-royal-bright);
  background: rgba(43, 96, 220, 0.2);
  color: var(--eh-royal-bright);
}

.eh-sell-progress__step.is-done .eh-sell-progress__dot {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

.eh-sell-progress__label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--eh-steel);
  text-align: center;
}

.eh-sell-wizard__crumb {
  margin: 0 0 1rem;
  color: var(--eh-steel);
  font-size: 0.9rem;
}

.eh-sell-wizard__crumb strong { color: var(--eh-white); }

.eh-sell-step-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.eh-sell-step-sub {
  margin: -0.5rem 0 1rem;
  color: var(--eh-steel);
  font-size: 0.92rem;
}

.eh-sell-cats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.eh-sell-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  border-radius: 0.9rem;
  border: 2px solid rgba(91, 126, 240, 0.22);
  background: rgba(8, 6, 12, 0.35);
  color: var(--eh-white);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
  font-family: inherit;
  text-align: center;
}

.eh-sell-cat:hover {
  border-color: rgba(91, 126, 240, 0.5);
  transform: translateY(-1px);
}

.eh-sell-cat.is-selected,
.eh-sell-cat:focus-visible {
  border-color: var(--eh-royal-bright);
  background: rgba(43, 96, 220, 0.15);
  outline: none;
}

.eh-sell-cat__emoji { font-size: 1.75rem; line-height: 1; }

.eh-sell-cat__label {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.eh-sell-cat__meta {
  font-size: 0.72rem;
  color: var(--eh-muted);
}

.eh-sell-search-wrap { display: block; margin-bottom: 0.85rem; }

.eh-sell-search {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(91, 126, 240, 0.28);
  background: rgba(8, 6, 12, 0.45);
  color: var(--eh-white);
  font-family: var(--eh-font);
  font-size: 1rem;
  outline: none;
}

.eh-sell-search:focus {
  border-color: rgba(91, 126, 240, 0.55);
  box-shadow: 0 0 0 3px rgba(43, 96, 220, 0.18);
}

.eh-sell-devices {
  display: grid;
  gap: 0.45rem;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.eh-sell-device {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(91, 126, 240, 0.18);
  background: rgba(8, 6, 12, 0.35);
  color: var(--eh-white);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color 0.15s, background 0.15s;
}

.eh-sell-device:hover,
.eh-sell-device.is-selected {
  border-color: rgba(91, 126, 240, 0.45);
  background: rgba(43, 96, 220, 0.12);
}

.eh-sell-device__name { font-size: 0.92rem; font-weight: 500; }

.eh-sell-device__price {
  flex-shrink: 0;
  color: #22c55e;
  font-size: 0.82rem;
  font-weight: 700;
}

.eh-sell-conds {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.65rem;
}

.eh-sell-cond {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1rem 0.75rem;
  border-radius: 0.85rem;
  border: 2px solid rgba(91, 126, 240, 0.22);
  background: rgba(8, 6, 12, 0.35);
  color: var(--eh-white);
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s, background 0.15s;
}

.eh-sell-cond:hover,
.eh-sell-cond.is-selected {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.08);
}

.eh-sell-cond__label {
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.eh-sell-cond__price {
  color: #22c55e;
  font-size: 1.15rem;
  font-weight: 800;
}

.eh-sell-quote {
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(34, 197, 94, 0.12), rgba(43, 96, 220, 0.08));
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.eh-sell-quote__eyebrow {
  margin: 0 0 0.5rem;
  font-family: var(--eh-font-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #22c55e;
}

.eh-sell-quote__amount {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  color: #22c55e;
}

.eh-sell-quote__device {
  margin: 0.75rem 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.eh-sell-quote__cond {
  margin: 0;
  color: var(--eh-steel);
  font-size: 0.92rem;
}

.eh-sell-quote__note {
  margin: 1rem 0 0;
  color: var(--eh-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  max-width: 28rem;
  margin-inline: auto;
}

.eh-sell-delivery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.eh-sell-delivery__opt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 0.9rem;
  border: 2px solid rgba(91, 126, 240, 0.22);
  background: rgba(8, 6, 12, 0.35);
  color: var(--eh-white);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color 0.15s, background 0.15s;
}

.eh-sell-delivery__opt:hover,
.eh-sell-delivery__opt.is-selected {
  border-color: var(--eh-royal-bright);
  background: rgba(43, 96, 220, 0.12);
}

.eh-sell-delivery__icon { font-size: 1.5rem; }

.eh-sell-delivery__opt strong { font-size: 0.95rem; }

.eh-sell-delivery__opt span {
  font-size: 0.82rem;
  color: var(--eh-steel);
  line-height: 1.4;
}

.eh-sell-delivery__meta { font-size: 0.78rem !important; color: var(--eh-muted) !important; }

.eh-sell-form-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.eh-sell-form {
  display: grid;
  gap: 0.65rem;
}

.eh-sell-form input,
.eh-sell-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(91, 126, 240, 0.28);
  background: rgba(8, 6, 12, 0.45);
  color: var(--eh-white);
  font-family: var(--eh-font);
  font-size: 1rem;
  outline: none;
}

.eh-sell-form input:focus,
.eh-sell-form textarea:focus {
  border-color: rgba(91, 126, 240, 0.55);
  box-shadow: 0 0 0 3px rgba(43, 96, 220, 0.18);
}

.eh-sell-wizard__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.eh-sell-wizard__note {
  margin: 1rem 0 0;
  color: var(--eh-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.eh-sell-wizard__note a {
  color: var(--eh-royal-bright);
  text-decoration: none;
}

.eh-sell-wizard__note a:hover { text-decoration: underline; }

.eh-sell-loading,
.eh-sell-empty,
.eh-sell-error {
  padding: 1.5rem;
  text-align: center;
  color: var(--eh-steel);
}

.eh-sell-empty a,
.eh-sell-error a { color: var(--eh-royal-bright); }

.eh-sell-sidebar { position: sticky; top: 5.5rem; }

.eh-sell-box {
  padding: 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.72);
  margin-bottom: 1rem;
}

.eh-sell-box__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
}

.eh-sell-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.eh-sell-box__empty {
  color: var(--eh-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.eh-sell-box__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  background: rgba(8, 6, 12, 0.4);
  border: 1px solid rgba(91, 126, 240, 0.12);
}

.eh-sell-box__item-main {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.eh-sell-box__item-main strong {
  font-size: 0.82rem;
  line-height: 1.3;
}

.eh-sell-box__item-main span {
  font-size: 0.72rem;
  color: var(--eh-muted);
}

.eh-sell-box__item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  flex-shrink: 0;
}

.eh-sell-box__price {
  color: #22c55e;
  font-weight: 700;
  font-size: 0.88rem;
}

.eh-sell-box__remove {
  width: 1.35rem;
  height: 1.35rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--eh-steel);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.eh-sell-box__remove:hover {
  background: rgba(220, 38, 38, 0.2);
  color: #f87171;
}

.eh-sell-box__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(91, 126, 240, 0.18);
  font-size: 0.92rem;
}

.eh-sell-box__total strong {
  color: #22c55e;
  font-size: 1.25rem;
}

.eh-sell-trust {
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.15);
  background: rgba(18, 12, 24, 0.45);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--eh-steel);
}

.eh-sell-trust h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--eh-white);
}

.eh-sell-trust a {
  color: var(--eh-royal-bright);
  text-decoration: none;
}

.eh-sell-trust__hours {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  color: var(--eh-muted);
}

.eh-sell-trust__location + .eh-sell-trust__location {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(91, 126, 240, 0.12);
}

.eh-sell-trust__location-name {
  margin: 0 0 0.25rem;
  color: var(--eh-white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .eh-sell-layout { grid-template-columns: 1fr; }
  .eh-sell-sidebar { position: static; order: -1; }
  .eh-sell-how { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .eh-sell-delivery { grid-template-columns: 1fr; }
  .eh-sell-cats { grid-template-columns: repeat(2, 1fr); }
  .eh-sell-wizard__nav .eh-btn { flex: 1 1 100%; justify-content: center; }
}

/* About Us */
.eh-page-hero--about {
  background: linear-gradient(135deg, rgba(43, 96, 220, 0.1), rgba(18, 12, 24, 0.4));
}

.eh-about-page { padding-top: 2.5rem; padding-bottom: 2rem; }

.eh-about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: start;
}

.eh-about-story__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.eh-about-story__copy p {
  margin: 0 0 1rem;
  color: var(--eh-steel);
  line-height: 1.7;
}

.eh-about-quote {
  margin: 1.5rem 0 0;
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--eh-royal-bright);
  border-radius: 0 0.85rem 0.85rem 0;
  background: rgba(43, 96, 220, 0.08);
}

.eh-about-quote p {
  margin: 0;
  color: var(--eh-white);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.65;
}

.eh-about-story__card {
  padding: 1.5rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(91, 126, 240, 0.24);
  background: rgba(18, 12, 24, 0.72);
}

.eh-about-story__card-label {
  margin: 0 0 0.35rem;
  font-family: var(--eh-font-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eh-royal-bright);
}

.eh-about-story__card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.eh-about-story__card address {
  margin: 0 0 1rem;
  color: var(--eh-steel);
  font-style: normal;
  line-height: 1.6;
}

.eh-about-story__contact {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.eh-about-story__contact li {
  margin-bottom: 0.35rem;
  color: var(--eh-steel);
  font-size: 0.92rem;
}

.eh-about-story__contact a {
  color: var(--eh-royal-bright);
  text-decoration: none;
}

.eh-about-story__contact a:hover { text-decoration: underline; }

.eh-about-story__locations {
  display: grid;
  gap: 1rem;
}

.eh-about-values {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.eh-about-values__eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--eh-font-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eh-royal-bright);
}

.eh-about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.eh-about-value {
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.2);
  background: rgba(18, 12, 24, 0.55);
}

.eh-about-value__num {
  display: inline-flex;
  margin-bottom: 0.85rem;
  font-family: var(--eh-font-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--eh-royal-bright);
}

.eh-about-value h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
}

.eh-about-value p {
  margin: 0;
  color: var(--eh-steel);
  font-size: 0.9rem;
  line-height: 1.6;
}

.eh-about-specialties {
  padding-top: 0;
  padding-bottom: 3rem;
}

.eh-about-specialties__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding: 1.75rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(91, 126, 240, 0.2);
  background: rgba(8, 6, 12, 0.35);
}

.eh-about-specialties__copy h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.eh-about-specialties__copy p {
  margin: 0;
  color: var(--eh-steel);
  line-height: 1.65;
}

.eh-about-specialties__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eh-about-specialties__list li {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(91, 126, 240, 0.28);
  background: rgba(43, 96, 220, 0.1);
  color: var(--eh-white);
  font-size: 0.86rem;
  font-weight: 600;
}

.eh-stats--about {
  margin-bottom: 0;
}

.eh-testimonials--about {
  padding-top: 3rem;
}

.eh-about-cta {
  padding: 3.5rem 0 4.5rem;
}

.eh-about-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(91, 126, 240, 0.28);
  background: linear-gradient(135deg, rgba(43, 96, 220, 0.14), rgba(120, 28, 52, 0.08));
}

.eh-about-cta__copy h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.eh-about-cta__copy p {
  margin: 0;
  max-width: 34rem;
  color: var(--eh-steel);
  line-height: 1.6;
}

.eh-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.eh-btn--ghost {
  background: transparent;
  color: var(--eh-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.eh-btn--ghost:hover {
  border-color: rgba(91, 126, 240, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 960px) {
  .eh-about-story,
  .eh-about-specialties__inner { grid-template-columns: 1fr; }
  .eh-about-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .eh-about-values__grid { grid-template-columns: 1fr; }
  .eh-about-cta__actions { width: 100%; }
  .eh-about-cta__actions .eh-btn { flex: 1 1 100%; justify-content: center; }
}

/* Contact Us */
.eh-page-hero--contact {
  background: linear-gradient(135deg, rgba(43, 96, 220, 0.1), rgba(74, 21, 40, 0.12));
}

.eh-contact-page { padding-top: 2.5rem; padding-bottom: 3.5rem; }

.eh-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: 2rem;
  align-items: start;
}

.eh-contact-main h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.eh-contact-lead {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  color: var(--eh-steel);
  line-height: 1.7;
}

.eh-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.eh-contact-action {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.55);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.eh-contact-action:hover {
  border-color: rgba(91, 126, 240, 0.45);
  background: rgba(43, 96, 220, 0.08);
  transform: translateY(-1px);
}

.eh-contact-action--wa:hover {
  border-color: rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.08);
}

.eh-contact-action__label {
  font-family: var(--eh-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eh-royal-bright);
}

.eh-contact-action--wa .eh-contact-action__label { color: #25d366; }

.eh-contact-action__value {
  color: var(--eh-white);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.eh-contact-details {
  padding: 1.35rem 1.4rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(91, 126, 240, 0.24);
  background: rgba(18, 12, 24, 0.72);
}

.eh-contact-details h3 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
}

.eh-contact-details address {
  margin: 0 0 0.65rem;
  color: var(--eh-steel);
  font-style: normal;
  line-height: 1.6;
}

.eh-contact-hours {
  margin: 0 0 1.1rem;
  color: var(--eh-steel);
  font-size: 0.92rem;
}

.eh-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.eh-contact-maps {
  display: grid;
  gap: 1rem;
}

.eh-contact-map__label {
  margin: 0 0 0.5rem;
  font-family: var(--eh-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eh-royal-bright);
}

.eh-contact-map iframe {
  display: block;
  width: 100%;
  height: min(28rem, 52vh);
  border: 1px solid var(--eh-line);
  border-radius: 1rem;
  background: rgba(18, 12, 24, 0.55);
}

@media (max-width: 960px) {
  .eh-contact-layout { grid-template-columns: 1fr; }
  .eh-contact-maps { order: 2; }
}

@media (max-width: 720px) {
  .eh-contact-actions { grid-template-columns: 1fr; }
  .eh-locations-grid { grid-template-columns: 1fr; }
}

/* Shop */
.eh-page-hero--shop {
  background: linear-gradient(135deg, rgba(43, 96, 220, 0.12), rgba(120, 28, 52, 0.08));
}

.eh-shop-page { padding-top: 2rem; padding-bottom: 4rem; }

.eh-wc-shop {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.eh-wc-shop__inner .woocommerce-products-header {
  display: none;
}

.eh-wc-shop__inner .woocommerce-result-count,
.eh-wc-shop__inner .woocommerce-ordering {
  color: var(--eh-steel);
}

.eh-wc-shop__inner ul.products li.product {
  background: rgba(18, 12, 24, 0.82);
  border: 1px solid rgba(91, 126, 240, 0.22);
  border-radius: 1rem;
  padding: 1rem;
}

/* WooCommerce product loops — compact grid when default archive is used */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.woocommerce ul.products li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  max-width: none;
  background: rgba(18, 12, 24, 0.82);
  border: 1px solid rgba(91, 126, 240, 0.22);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  max-height: 180px !important;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto 0.75rem;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.95rem;
  padding: 0 !important;
  margin: 0 0 0.35rem;
}

.woocommerce ul.products li.product .price {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
  margin-top: auto;
}

@media (max-width: 1100px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

.eh-shop-toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.eh-shop-search-wrap { display: block; }

.eh-shop-search {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(91, 126, 240, 0.24);
  background: rgba(18, 12, 24, 0.72);
  color: var(--eh-white);
  font: inherit;
}

.eh-shop-search::placeholder { color: var(--eh-muted); }

.eh-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eh-shop-filter {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.55);
  color: var(--eh-steel);
  font-family: var(--eh-font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.eh-shop-filter:hover,
.eh-shop-filter.is-active {
  border-color: rgba(91, 126, 240, 0.45);
  background: rgba(43, 96, 220, 0.12);
  color: var(--eh-white);
}

.eh-shop-note {
  margin-bottom: 1.5rem;
  color: var(--eh-steel);
  font-size: 0.88rem;
  line-height: 1.55;
}

.eh-shop-note a { color: var(--eh-royal-bright); text-decoration: none; }
.eh-shop-note a:hover { text-decoration: underline; }

.eh-shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eh-shop-empty {
  margin: 2rem 0 0;
  text-align: center;
  color: var(--eh-muted);
}

@media (max-width: 1100px) {
  .eh-shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .eh-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .eh-shop-grid { grid-template-columns: 1fr; }
}

/* ── WooCommerce product page ── */
.eh-product-page {
  padding: 2.5rem 0 4rem;
}

.eh-product-page .woocommerce-breadcrumb,
.eh-product-page .product_meta {
  display: none;
}

.eh-product-page .product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: start;
}

.eh-product-page .woocommerce-product-gallery {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.72);
}

.eh-product-page .summary {
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.72);
}

.eh-product-page .product_title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--eh-white);
}

.eh-product-page .price {
  color: var(--eh-royal-bright);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.eh-variation-group {
  margin-bottom: 1.25rem;
}

.eh-variation-group__label {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eh-muted);
}

.eh-variation-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.eh-variation-option {
  border: 1px solid rgba(91, 126, 240, 0.35);
  background: rgba(12, 8, 18, 0.85);
  color: var(--eh-white);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.eh-variation-option:hover {
  border-color: var(--eh-royal-bright);
  transform: translateY(-1px);
}

.eh-variation-option.is-active {
  border-color: var(--eh-royal-bright);
  background: rgba(91, 126, 240, 0.18);
}

.eh-variation-option--color {
  padding-left: 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.eh-variation-option--color::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--eh-swatch, #888);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.eh-product-page .single_add_to_cart_button,
.eh-product-page .button.alt {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b7ef0, #8b5cf6);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.eh-product-page .woocommerce-message,
.eh-product-page .woocommerce-info,
.eh-product-page .woocommerce-error {
  border-radius: 0.85rem;
  border: 1px solid rgba(91, 126, 240, 0.25);
  background: rgba(18, 12, 24, 0.9);
  color: var(--eh-white);
}

/* Cart & checkout */
.woocommerce-cart .eh-section,
.woocommerce-checkout .eh-section,
.woocommerce-account .eh-section {
  padding: 2.5rem 0 4rem;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.22);
  background: rgba(18, 12, 24, 0.72);
  color: var(--eh-white);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
#payment .place-order button {
  background: linear-gradient(135deg, #0070ba, #003087) !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: 0.95rem 1.5rem !important;
}

@media (max-width: 900px) {
  .eh-product-page .product {
    grid-template-columns: 1fr;
  }
}

/* Support pages */
.eh-page-hero--support {
  background: linear-gradient(135deg, rgba(43, 96, 220, 0.08), rgba(74, 21, 40, 0.1));
}

.eh-support-page {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.eh-support-page__inner {
  max-width: 46rem;
}

.eh-support-updated {
  margin: 0 0 1.5rem;
  color: var(--eh-muted);
  font-size: 0.85rem;
}

.eh-support-content {
  display: grid;
  gap: 2rem;
}

.eh-support-section h2 {
  margin: 0 0 0.85rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.eh-support-section p {
  margin: 0 0 0.85rem;
  color: var(--eh-steel);
  line-height: 1.75;
}

.eh-support-section p:last-child {
  margin-bottom: 0;
}

.eh-support-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--eh-steel);
  line-height: 1.7;
}

.eh-support-list li + li {
  margin-top: 0.45rem;
}

.eh-faq {
  display: grid;
  gap: 0.65rem;
}

.eh-faq__item {
  border: 1px solid rgba(91, 126, 240, 0.2);
  border-radius: 0.85rem;
  background: rgba(18, 12, 24, 0.55);
  overflow: hidden;
}

.eh-faq__question {
  padding: 0.95rem 1.1rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--eh-white);
  list-style: none;
}

.eh-faq__question::-webkit-details-marker {
  display: none;
}

.eh-faq__question::after {
  content: '+';
  float: right;
  color: var(--eh-royal-bright);
  font-weight: 700;
}

.eh-faq__item[open] .eh-faq__question::after {
  content: '−';
}

.eh-faq__answer {
  padding: 0 1.1rem 1rem;
}

.eh-faq__answer p {
  margin: 0;
}

.eh-support-note {
  margin-top: 0.5rem;
  padding: 1rem 1.15rem;
  border-radius: 0.85rem;
  border-left: 3px solid var(--eh-royal-bright);
  background: rgba(43, 96, 220, 0.08);
}

.eh-support-note p {
  margin: 0;
  color: var(--eh-white);
}

.eh-support-cta {
  margin-top: 2.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(91, 126, 240, 0.24);
  background: rgba(18, 12, 24, 0.72);
  text-align: center;
}

.eh-support-cta h2 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.eh-support-cta p {
  margin: 0 0 1rem;
  color: var(--eh-steel);
  font-size: 0.92rem;
}

.eh-support-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
