.wholesale-hero {
  position: relative;
  overflow: hidden;
  color: #f4fbfa;
  background: #07151b;
  min-height: min(72vh, 640px);
  display: grid;
  align-items: center;
  padding: calc(var(--nav-h) + 2.75rem) 0 4rem;
}

.wholesale-hero__media {
  position: absolute;
  inset: 0;
  background-color: #07151b;
    background-image:
    linear-gradient(105deg, rgba(7, 21, 27, 0.92) 0%, rgba(7, 21, 27, 0.72) 42%, rgba(7, 21, 27, 0.45) 100%),
    url('../../other-pages-assets/grade-reliability.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.wholesale-hero__glow {
  position: absolute;
  width: 56vw;
  height: 56vw;
  right: -12vw;
  top: -6vh;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 166, 0.16), transparent 65%);
  animation: pulse-line 5s ease-in-out infinite;
}

.wholesale-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 244, 242, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 244, 242, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 45%, black 20%, transparent 75%);
}

.wholesale-hero__layout {
  position: relative;
  z-index: 1;
}

.wholesale-hero__copy {
  width: 100%;
  max-width: 40rem;
}

.wholesale-hero__crumb {
  color: #8aa0a7;
  margin-bottom: 1.1rem;
}

.wholesale-hero__crumb a {
  color: var(--teal);
}

.wholesale-hero__eyebrow {
  color: var(--teal);
}

.wholesale-hero h1 {
  font-family: var(--font-sans);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  max-width: 18ch;
  letter-spacing: -0.035em;
  color: #fff;
  line-height: 1.12;
}

.wholesale-hero__sub {
  margin-top: 0.95rem;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: #c9e8e3;
  max-width: 36ch;
}

.wholesale-hero__lead {
  margin-top: 1.25rem;
  color: #9fb4ba;
  max-width: 68ch;
  font-size: 1.08rem;
  line-height: 1.7;
}

.wholesale-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.85rem;
}

.wholesale-hero .wholesale-hero__ghost,
a.btn.wholesale-hero__ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #f4fbfa !important;
  border: 1.5px solid rgba(244, 251, 250, 0.55);
  backdrop-filter: blur(6px);
}

.wholesale-hero .wholesale-hero__ghost:hover,
a.btn.wholesale-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff !important;
}

.section.wholesale-diff {
  background: linear-gradient(105deg, #00c2d7 0%, #00b4a6 48%, #19c8b0 100%);
  padding: 2.25rem 0;
}

.wholesale-diff__head {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.wholesale-diff__head .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.wholesale-diff__head h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  color: #fff;
}

.wholesale-diff__grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.15rem;
}

.wholesale-diff__grid li {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  width: min(100%, 290px);
  padding: 0.7rem 1.25rem 0.7rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 28, 36, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(7, 21, 27, 0.16);
  color: #fff;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.wholesale-diff__grid li:hover {
  transform: translateY(-3px);
  background: rgba(11, 28, 36, 0.48);
  box-shadow: 0 16px 34px rgba(7, 21, 27, 0.22);
}

.wholesale-diff__icon {
  flex-shrink: 0;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, #7ef0e8 0%, #00b4a6 42%, #008f84 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 80, 75, 0.28);
}

.wholesale-diff__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.wholesale-diff__grid strong {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.wholesale-offers {
  padding-top: 4.5rem;
}

.wholesale-offers__head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.wholesale-offers__head h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.wholesale-offers__head p {
  color: var(--muted);
}

.wholesale-offers__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.15rem;
}

.wholesale-offer {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.6rem 1.45rem 1.7rem;
  border-radius: 16px;
  border: 1px solid transparent;
  min-height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.wholesale-offer:nth-child(4),
.wholesale-offer:nth-child(5) {
  grid-column: span 3;
}

.wholesale-offer--teal {
  background:
    linear-gradient(165deg, rgba(0, 180, 166, 0.12), rgba(255, 255, 255, 0.92));
  border-color: color-mix(in srgb, var(--teal) 22%, var(--line));
}

.wholesale-offer--ink {
  background:
    linear-gradient(165deg, #102830, #163640);
  color: #d7e6e8;
  border-color: rgba(255, 255, 255, 0.06);
}

.wholesale-offer:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(11, 28, 36, 0.1);
}

.wholesale-offer__icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 0 1px rgba(11, 28, 36, 0.06);
}

.wholesale-offer--ink .wholesale-offer__icon {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wholesale-offer__icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.wholesale-offer h3 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.wholesale-offer--ink h3 {
  color: #fff;
}

.wholesale-offer p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

.wholesale-offer--ink p {
  color: #9fb4ba;
}

.wholesale-network__layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.wholesale-network__visual {
  margin: 0;
  display: grid;
  place-items: center;
}

.wholesale-network__visual img {
  width: min(100%, 420px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #f3f8f7;
  display: block;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--teal) 18%, transparent),
    0 18px 44px rgba(11, 28, 36, 0.1);
}

.wholesale-cta {
  background:
    linear-gradient(120deg, rgba(0, 180, 166, 0.18), transparent 55%),
    linear-gradient(160deg, #0f2730, #163640);
  color: #d7e6e8;
  padding: 4.5rem 0;
}

.wholesale-cta .eyebrow {
  color: var(--teal);
}

.wholesale-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wholesale-cta h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  max-width: 18ch;
  color: #fff;
}

@media (max-width: 1100px) {
  .wholesale-diff__grid li {
    width: min(100%, 320px);
  }
}

@media (max-width: 960px) {
  .wholesale-hero {
    min-height: auto;
  }

  .wholesale-hero__media {
    background-position: center center;
  }

  .wholesale-hero__copy {
    max-width: none;
  }

  .wholesale-hero__sub,
  .wholesale-hero__lead {
    max-width: none;
  }

  .wholesale-network__layout,
  .wholesale-cta__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .wholesale-offers__grid {
    grid-template-columns: 1fr 1fr;
  }

  .wholesale-offer,
  .wholesale-offer:nth-child(4),
  .wholesale-offer:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .wholesale-offers__grid {
    grid-template-columns: 1fr;
  }

  .wholesale-diff__grid li {
    width: 100%;
  }

  .wholesale-hero h1 {
    max-width: none;
  }

  .wholesale-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wholesale-hero__actions .btn {
    width: 100%;
  }

  .wholesale-cta__inner {
    text-align: center;
    justify-items: center;
  }

  .wholesale-cta h2 {
    max-width: none;
  }

  .wholesale-diff__head h2 {
    max-width: none;
  }
}
