.wholesale-page {
  --wholesale-navy: #071d4f;
  --wholesale-blue: #1e88e5;
  --wholesale-cyan: #33d4e6;
  --wholesale-ink: #102043;
  --wholesale-muted: #64748b;
  --wholesale-line: rgba(30, 136, 229, 0.16);
  --wholesale-soft: #eef7ff;
  color: var(--wholesale-ink);
}

.wholesale-page main {
  overflow: hidden;
}

.wholesale-page .header.header-transparent {
  background: transparent;
  box-shadow: none;
}

.wholesale-page .header.header-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 32px rgba(7, 32, 102, 0.08);
}

.wholesale-page .dropdown-toggle.active,
.wholesale-page .dropdown-item.active {
  color: var(--color-primary);
}

.wholesale-hero {
  position: relative;
  min-height: 760px;
  padding: 9rem 0 6rem;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(51, 212, 230, 0.18), transparent 28%),
    linear-gradient(135deg, #06173f 0%, #0a347d 56%, #0b62ad 100%);
}

.wholesale-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.wholesale-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.wholesale-glow-one {
  top: 16%;
  right: -8%;
  width: 420px;
  height: 420px;
  background: rgba(51, 212, 230, 0.11);
}

.wholesale-glow-two {
  bottom: -18%;
  left: 22%;
  width: 520px;
  height: 520px;
  background: rgba(30, 136, 229, 0.13);
}

.wholesale-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  gap: 5rem;
}

.wholesale-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 2rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.62);
}

.wholesale-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.wholesale-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--wholesale-blue);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.wholesale-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.wholesale-hero .wholesale-eyebrow,
.wholesale-cta-card .wholesale-eyebrow {
  color: #64e6f4;
}

.wholesale-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.wholesale-hero-copy > p {
  max-width: 660px;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.wholesale-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.wholesale-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.35rem;
}

.wholesale-primary-btn svg,
.wholesale-text-link svg,
.wholesale-product-card a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.wholesale-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  font-weight: 650;
}

.wholesale-hero .wholesale-text-link {
  color: #fff;
}

.wholesale-text-link:hover {
  color: var(--wholesale-cyan);
}

.wholesale-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.wholesale-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.wholesale-trust-list svg {
  width: 17px;
  height: 17px;
  color: var(--wholesale-cyan);
  fill: currentColor;
}

.wholesale-hero-visual {
  position: relative;
  min-height: 530px;
}

.wholesale-visual-shell {
  position: absolute;
  inset: 35px 20px 45px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.025)),
    rgba(5, 24, 67, 0.52);
  box-shadow: 0 35px 80px rgba(0, 10, 43, 0.45);
  backdrop-filter: blur(18px);
}

.wholesale-visual-shell::before {
  content: "";
  position: absolute;
  inset: 12% -20% auto;
  height: 180px;
  background: linear-gradient(90deg, transparent, rgba(51, 212, 230, 0.18), transparent);
  transform: rotate(-10deg);
}

.wholesale-visual-label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}

.wholesale-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #50efbd;
  box-shadow: 0 0 0 6px rgba(80, 239, 189, 0.12), 0 0 18px rgba(80, 239, 189, 0.7);
}

.smart-glasses-art {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 230px;
  margin: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 4, 25, 0.44));
}

.glasses-lens {
  position: absolute;
  top: 38px;
  width: 43%;
  height: 132px;
  overflow: hidden;
  border: 9px solid #0e1428;
  border-radius: 34px 34px 58px 58px;
  background: linear-gradient(145deg, rgba(70, 218, 237, 0.5), rgba(35, 92, 179, 0.28) 58%, rgba(5, 20, 55, 0.74));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16), inset 0 -18px 38px rgba(1, 11, 42, 0.34);
}

.glasses-lens::before {
  content: "";
  position: absolute;
  top: -24%;
  left: 18%;
  width: 36%;
  height: 150%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(31deg);
}

.glasses-lens i {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(100, 230, 244, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(51, 212, 230, 0.65);
}

.glasses-lens-left { left: 4%; }
.glasses-lens-right { right: 4%; }

.glasses-bridge {
  position: absolute;
  top: 82px;
  left: 44%;
  z-index: 3;
  width: 12%;
  height: 24px;
  border-top: 9px solid #0e1428;
  border-radius: 50%;
}

.glasses-arm {
  position: absolute;
  top: 31px;
  width: 35%;
  height: 14px;
  border-radius: 10px;
  background: linear-gradient(#283650, #090f20);
}

.glasses-arm-left { left: -24%; transform: rotate(15deg); }
.glasses-arm-right { right: -24%; transform: rotate(-15deg); }

.glasses-camera {
  position: absolute;
  top: 48px;
  right: 7%;
  z-index: 4;
  width: 24px;
  height: 24px;
  border: 5px solid #15223a;
  border-radius: 50%;
  background: radial-gradient(circle, #65ebf4 0 18%, #2762a8 22% 45%, #071329 50%);
  box-shadow: 0 0 20px rgba(51, 212, 230, 0.7);
}

.wholesale-visual-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.wholesale-visual-bottom span,
.wholesale-float-card span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.54);
}

.wholesale-visual-bottom strong,
.wholesale-float-card strong {
  color: #fff;
  font-size: 0.93rem;
}

.wholesale-signal {
  display: flex;
  align-items: end;
  gap: 4px;
}

.wholesale-signal i {
  width: 4px;
  border-radius: 4px;
  background: var(--wholesale-cyan);
}

.wholesale-signal i:nth-child(1) { height: 8px; opacity: 0.45; }
.wholesale-signal i:nth-child(2) { height: 13px; opacity: 0.62; }
.wholesale-signal i:nth-child(3) { height: 18px; opacity: 0.8; }
.wholesale-signal i:nth-child(4) { height: 24px; }

.wholesale-float-card {
  position: absolute;
  z-index: 3;
  min-width: 210px;
  padding: 1rem 1.1rem 1rem 3.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(7, 29, 79, 0.84);
  box-shadow: 0 18px 46px rgba(0, 9, 38, 0.35);
  backdrop-filter: blur(14px);
}

.wholesale-float-card > svg {
  position: absolute;
  top: 50%;
  left: 1.1rem;
  width: 30px;
  height: 30px;
  color: var(--wholesale-cyan);
  fill: currentColor;
  transform: translateY(-50%);
}

.wholesale-float-sample { top: 5px; right: -20px; }
.wholesale-float-qc { bottom: 5px; left: 0; }

.wholesale-proof {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.wholesale-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--wholesale-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 32, 102, 0.12);
}

.wholesale-proof-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-right: 1px solid var(--wholesale-line);
}

.wholesale-proof-item:last-child { border-right: 0; }
.wholesale-proof-item > span { color: var(--wholesale-blue); font-size: 0.76rem; font-weight: 750; }
.wholesale-proof-item strong { display: block; color: var(--wholesale-ink); font-size: 0.98rem; }
.wholesale-proof-item p { margin: 0.35rem 0 0; color: var(--wholesale-muted); font-size: 0.78rem; line-height: 1.55; }

.wholesale-section {
  padding: 7rem 0;
}

.wholesale-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 4rem;
  margin-bottom: 3rem;
}

.wholesale-section-heading h2,
.wholesale-advantage-copy h2,
.wholesale-order-intro h2,
.wholesale-faq-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--wholesale-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.wholesale-section-heading > p,
.wholesale-advantage-copy > p,
.wholesale-order-intro > p,
.wholesale-faq-intro > p {
  margin: 0;
  color: var(--wholesale-muted);
  line-height: 1.8;
}

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

.wholesale-product-card {
  position: relative;
  min-height: 460px;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid var(--wholesale-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 32, 102, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.wholesale-product-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(30, 136, 229, 0.06);
}

.wholesale-product-card:hover {
  border-color: rgba(30, 136, 229, 0.42);
  box-shadow: 0 22px 55px rgba(7, 32, 102, 0.12);
  transform: translateY(-7px);
}

.wholesale-product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 2rem;
  border-radius: 15px;
  color: var(--wholesale-blue);
  background: var(--wholesale-soft);
}

.wholesale-product-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.wholesale-card-index {
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  color: rgba(16, 32, 67, 0.22);
  font-size: 0.75rem;
  font-weight: 750;
}

.wholesale-product-card h3 {
  margin: 0 0 0.85rem;
  color: var(--wholesale-ink);
  font-size: 1.25rem;
}

.wholesale-product-card > p {
  min-height: 92px;
  margin: 0;
  color: var(--wholesale-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.wholesale-product-card ul {
  display: grid;
  gap: 0.6rem;
  margin: 1.25rem 0 1.5rem;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--wholesale-line);
  list-style: none;
}

.wholesale-product-card li {
  position: relative;
  padding-left: 1rem;
  color: #44516d;
  font-size: 0.8rem;
}

.wholesale-product-card li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wholesale-cyan);
}

.wholesale-product-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--wholesale-blue);
  font-size: 0.84rem;
  font-weight: 700;
}

.wholesale-advantage-section {
  background: linear-gradient(180deg, #eff8ff 0%, #f8fbff 100%);
}

.wholesale-advantage-layout,
.wholesale-order-layout,
.wholesale-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 5rem;
}

.wholesale-advantage-copy > p {
  margin-top: 1.25rem;
}

.wholesale-feature-list {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0;
}

.wholesale-feature-list > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(30, 136, 229, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.wholesale-feature-list svg {
  width: 30px;
  height: 30px;
  color: var(--wholesale-blue);
  fill: currentColor;
}

.wholesale-feature-list span {
  color: var(--wholesale-muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.wholesale-feature-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--wholesale-ink);
  font-size: 0.92rem;
}

.wholesale-outline-btn {
  border-color: var(--wholesale-blue);
  color: var(--wholesale-blue);
}

.wholesale-command-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(145deg, #071d4f, #0d3b80);
  box-shadow: 0 35px 70px rgba(7, 32, 102, 0.22);
}

.wholesale-command-header,
.wholesale-command-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
}

.wholesale-command-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wholesale-command-header span,
.wholesale-command-footer span {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.wholesale-command-header strong,
.wholesale-command-footer strong {
  color: #fff;
}

.wholesale-command-header .wholesale-status {
  margin: 0;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(80, 239, 189, 0.25);
  border-radius: 99px;
  color: #67f0c2;
  background: rgba(80, 239, 189, 0.08);
}

.wholesale-command-body {
  display: grid;
  gap: 1.4rem;
  padding: 2rem 1.5rem;
}

.wholesale-progress-row > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
}

.wholesale-progress-row span { color: rgba(255, 255, 255, 0.72); }
.wholesale-progress-row strong { color: #fff; font-size: 0.76rem; }

.wholesale-progress-row > i {
  position: relative;
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.wholesale-progress-row > i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wholesale-blue), var(--wholesale-cyan));
}

.wholesale-command-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.wholesale-command-footer > div {
  flex: 1;
}

.wholesale-heading-centered {
  grid-template-columns: 1fr;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  gap: 1rem;
  text-align: center;
}

.wholesale-heading-centered .wholesale-eyebrow {
  justify-content: center;
}

.wholesale-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.wholesale-audience-grid article {
  position: relative;
  min-height: 275px;
  padding: 1.5rem;
  border: 1px solid var(--wholesale-line);
  border-radius: 18px;
  background: #fff;
}

.wholesale-audience-grid article > span {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  color: rgba(16, 32, 67, 0.22);
  font-size: 0.7rem;
  font-weight: 750;
}

.wholesale-audience-grid article > svg {
  width: 44px;
  height: 44px;
  margin: 1.4rem 0 2rem;
  color: var(--wholesale-blue);
  fill: currentColor;
}

.wholesale-audience-grid h3 {
  margin: 0 0 0.65rem;
  color: var(--wholesale-ink);
}

.wholesale-audience-grid p {
  margin: 0;
  color: var(--wholesale-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.wholesale-process-section {
  color: #fff;
  background: var(--wholesale-navy);
}

.wholesale-process-section .wholesale-eyebrow { color: var(--wholesale-cyan); }
.wholesale-process-section .wholesale-section-heading h2 { color: #fff; }
.wholesale-process-section .wholesale-section-heading > p { color: rgba(255, 255, 255, 0.58); }

.wholesale-process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wholesale-process-list li {
  position: relative;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.wholesale-process-list li:last-child { border-right: 0; }

.wholesale-process-list li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 1.5rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wholesale-cyan);
  box-shadow: 0 0 0 7px rgba(51, 212, 230, 0.1);
}

.wholesale-process-list li > span {
  display: block;
  margin: 0.5rem 0 2.3rem;
  color: var(--wholesale-cyan);
  font-size: 0.72rem;
  font-weight: 750;
}

.wholesale-process-list h3 {
  min-height: 52px;
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 1rem;
}

.wholesale-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  line-height: 1.7;
}

.wholesale-order-section {
  background: #f7fbff;
}

.wholesale-order-intro > p {
  margin-top: 1.25rem;
}

.wholesale-order-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.8rem;
  margin-top: 1.8rem;
  padding: 1rem;
  border: 1px solid var(--wholesale-line);
  border-radius: 14px;
  background: #fff;
}

.wholesale-order-note svg {
  width: 25px;
  height: 25px;
  color: var(--wholesale-blue);
  fill: currentColor;
}

.wholesale-order-note span {
  color: var(--wholesale-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.wholesale-order-note strong { color: var(--wholesale-ink); }

.wholesale-order-options {
  display: grid;
  gap: 0.8rem;
}

.wholesale-order-options article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 1rem;
  padding: 1.3rem;
  border: 1px solid var(--wholesale-line);
  border-radius: 17px;
  background: #fff;
}

.wholesale-order-options article.is-featured {
  border-color: rgba(30, 136, 229, 0.35);
  box-shadow: 0 14px 36px rgba(7, 32, 102, 0.09);
  transform: translateX(-16px);
}

.wholesale-order-options article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  color: var(--wholesale-blue);
  background: var(--wholesale-soft);
  font-size: 0.72rem;
  font-weight: 750;
}

.wholesale-order-options h3 { margin: 0 0 0.35rem; color: var(--wholesale-ink); font-size: 1rem; }
.wholesale-order-options p { margin: 0; color: var(--wholesale-muted); font-size: 0.82rem; line-height: 1.65; }

.wholesale-faq-layout {
  align-items: start;
}

.wholesale-faq-intro > p {
  margin: 1.2rem 0 1.6rem;
}

.wholesale-faq-intro .wholesale-text-link {
  color: var(--wholesale-blue);
}

.wholesale-faq-list {
  display: grid;
  gap: 0.75rem;
}

.wholesale-faq-list details {
  border: 1px solid var(--wholesale-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 32, 102, 0.04);
}

.wholesale-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  color: var(--wholesale-ink);
  font-weight: 680;
  cursor: pointer;
  list-style: none;
}

.wholesale-faq-list summary::-webkit-details-marker { display: none; }

.wholesale-faq-list summary span {
  color: var(--wholesale-blue);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.wholesale-faq-list details[open] summary span { transform: rotate(45deg); }

.wholesale-faq-list details p {
  margin: 0;
  padding: 0 1.3rem 1.3rem;
  color: var(--wholesale-muted);
  font-size: 0.85rem;
  line-height: 1.75;
}

/* High-contrast copy for sections shown over the dark page artwork. */
.wholesale-products-section .wholesale-section-heading h2,
.wholesale-faq-section .wholesale-faq-intro h2 {
  color: #f7fbff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.wholesale-products-section .wholesale-section-heading > p,
.wholesale-faq-section .wholesale-faq-intro > p {
  color: rgba(235, 245, 255, 0.78);
}

.wholesale-products-section .wholesale-eyebrow,
.wholesale-faq-section .wholesale-eyebrow,
.wholesale-faq-section .wholesale-faq-intro .wholesale-text-link {
  color: #58dff2;
}

.wholesale-cta-section {
  padding: 1rem 0 7rem;
}

.wholesale-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 3rem;
  padding: 3.5rem;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(130deg, #071d4f, #0d55a2 72%, #1293bd);
  box-shadow: 0 30px 70px rgba(7, 32, 102, 0.22);
}

.wholesale-cta-card::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025), 0 0 0 90px rgba(255, 255, 255, 0.018);
}

.wholesale-cta-card > * { position: relative; z-index: 1; }

.wholesale-cta-card h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.wholesale-cta-card p {
  max-width: 740px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.wholesale-cta-actions {
  display: grid;
  justify-items: start;
  gap: 1rem;
}

.wholesale-light-btn {
  color: var(--wholesale-navy);
  background: #fff;
  border-color: #fff;
}

.wholesale-cta-actions > a:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.wholesale-footer {
  background: #061538;
}

@media (max-width: 1200px) {
  .wholesale-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 2.5rem;
  }
  .wholesale-product-grid,
  .wholesale-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wholesale-product-card > p { min-height: auto; }
  .wholesale-process-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
  }
}

@media (max-width: 992px) {
  .wholesale-hero {
    min-height: auto;
    padding: 7.5rem 0 5rem;
  }
  .wholesale-hero-layout,
  .wholesale-advantage-layout,
  .wholesale-order-layout,
  .wholesale-faq-layout {
    grid-template-columns: 1fr;
  }
  .wholesale-hero-layout { gap: 3rem; }
  .wholesale-hero-visual { min-height: 500px; }
  .wholesale-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .wholesale-proof-item:nth-child(2) { border-right: 0; }
  .wholesale-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--wholesale-line); }
  .wholesale-section-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wholesale-advantage-layout,
  .wholesale-order-layout,
  .wholesale-faq-layout { gap: 3rem; }
  .wholesale-order-options article.is-featured { transform: none; }
  .wholesale-cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .wholesale-section { padding: 5rem 0; }
  .wholesale-hero-copy h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .wholesale-hero-copy > p { font-size: 0.96rem; }
  .wholesale-hero-actions { align-items: stretch; flex-direction: column; }
  .wholesale-primary-btn { justify-content: center; width: 100%; }
  .wholesale-hero .wholesale-text-link { justify-content: center; }
  .wholesale-trust-list { flex-direction: column; }
  .wholesale-hero-visual { min-height: 390px; }
  .wholesale-visual-shell { inset: 25px 0 35px; border-radius: 23px; }
  .smart-glasses-art { width: 94%; height: 180px; transform: scale(0.84); }
  .wholesale-float-card { min-width: 175px; padding: 0.8rem 0.9rem 0.8rem 3.2rem; }
  .wholesale-float-card > svg { left: 0.85rem; width: 25px; height: 25px; }
  .wholesale-float-sample { top: 0; right: -8px; }
  .wholesale-float-qc { bottom: 0; left: -8px; }
  .wholesale-proof { margin-top: -22px; }
  .wholesale-proof-grid,
  .wholesale-product-grid,
  .wholesale-audience-grid,
  .wholesale-process-list {
    grid-template-columns: 1fr;
  }
  .wholesale-proof-item,
  .wholesale-proof-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--wholesale-line);
  }
  .wholesale-proof-item:last-child { border-bottom: 0; }
  .wholesale-product-card { min-height: auto; }
  .wholesale-process-list { gap: 0; }
  .wholesale-process-list li { border-right: 0; }
  .wholesale-process-list h3 { min-height: auto; }
  .wholesale-command-footer { align-items: flex-start; flex-direction: column; }
  .wholesale-cta-card { padding: 2rem 1.35rem; border-radius: 21px; }
  .wholesale-cta-actions { width: 100%; }
  .wholesale-light-btn { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .wholesale-page *,
  .wholesale-page *::before,
  .wholesale-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
