.wholesale-page {
  --wholesale-blue: #01a0e2;
  --wholesale-navy: #14324a;
  --wholesale-amber: #f5b335;
  --wholesale-ink: #1f2d38;
  --wholesale-muted: #60717f;
  --wholesale-line: #dce8ef;
  --wholesale-soft: #f3f9fc;
  overflow: hidden;
  padding-top: 50px;
  color: var(--wholesale-ink);
  background: #fff;
  font-family: "futuraOrto_Regular", Arial, sans-serif;
}

body {
  overflow-y: auto !important;
}

body > .site-footer {
  margin-top: 0;
}

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

.wholesale-page h1,
.wholesale-page h2,
.wholesale-page h3,
.wholesale-page p {
  position: static;
  float: none;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: none;
  color: inherit;
  background: none;
  text-align: left;
}

.wholesale-page h1,
.wholesale-page h2,
.wholesale-page h3 {
  font-family: "futuraOrto_Regular", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.wholesale-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.wholesale-hero {
  position: relative;
  padding: 64px 0 70px;
  background:
    radial-gradient(circle at 12% 14%, rgba(1, 160, 226, 0.13), transparent 28%),
    linear-gradient(135deg, #f8fcfe 0%, #fff 54%, #eef8fc 100%);
}

.wholesale-hero::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  border: 54px solid rgba(245, 179, 53, 0.13);
  border-radius: 50%;
  content: "";
}

.wholesale-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: 48px;
}

.wholesale-kicker {
  margin-bottom: 14px;
  color: var(--wholesale-blue) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wholesale-hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  text-align: left !important;
}

.wholesale-hero__lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--wholesale-muted) !important;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.wholesale-hero__lead strong {
  color: var(--wholesale-navy);
}

.wholesale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.wholesale-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wholesale-button:hover,
.wholesale-button:focus {
  transform: translateY(-2px);
}

.wholesale-button--primary {
  background: var(--wholesale-blue);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(1, 160, 226, 0.22);
}

.wholesale-button--primary:hover,
.wholesale-button--primary:focus {
  background: #078bc2;
  box-shadow: 0 13px 32px rgba(1, 160, 226, 0.3);
}

.wholesale-button--secondary {
  border-color: var(--wholesale-line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--wholesale-navy) !important;
}

.wholesale-button--secondary:hover,
.wholesale-button--secondary:focus {
  border-color: var(--wholesale-blue);
  background: #fff;
}

.wholesale-points {
  display: flex;
  float: none;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--wholesale-muted);
  font-family: Arial, sans-serif;
  font-size: 13px;
  list-style: none;
}

.wholesale-points li {
  position: relative;
  padding-left: 17px;
}

.wholesale-points li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wholesale-amber);
  content: "";
}

.wholesale-hero__visual {
  position: relative;
  min-width: 0;
}

.wholesale-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(20, 50, 74, 0.13);
}

.wholesale-discount {
  position: absolute;
  top: -22px;
  right: -10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 154px;
  padding: 18px 18px 16px;
  border: 5px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  background: var(--wholesale-amber);
  color: var(--wholesale-navy);
  box-shadow: 0 12px 30px rgba(20, 50, 74, 0.2);
  text-align: center;
  transform: rotate(5deg);
}

.wholesale-discount span,
.wholesale-discount small {
  font-family: Arial, sans-serif;
  line-height: 1.15;
}

.wholesale-discount span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.wholesale-discount strong {
  font-family: Arial, sans-serif;
  font-size: 31px;
  line-height: 1.05;
}

.wholesale-discount small {
  max-width: 100px;
  font-size: 10px;
}

.wholesale-section {
  padding: 92px 0;
}

.wholesale-section__heading {
  max-width: 740px;
  margin-bottom: 42px;
}

.wholesale-section__heading h2,
.wholesale-terms h2,
.wholesale-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.wholesale-section__heading > p:last-child,
.wholesale-terms__intro > p:last-child,
.wholesale-cta p {
  color: var(--wholesale-muted);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

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

.wholesale-card {
  position: relative;
  min-height: 250px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--wholesale-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 50, 74, 0.06);
}

.wholesale-card::after {
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 100px;
  height: 100px;
  border: 18px solid rgba(1, 160, 226, 0.1);
  border-radius: 50%;
  content: "";
}

.wholesale-card__number {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--wholesale-blue);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wholesale-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.2;
}

.wholesale-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--wholesale-muted);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.wholesale-terms {
  padding: 86px 0;
  background: var(--wholesale-navy);
  color: #fff;
}

.wholesale-terms__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: 80px;
  align-items: center;
}

.wholesale-terms__intro > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.wholesale-factors {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wholesale-factors li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.wholesale-factors li > span {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--wholesale-amber);
  color: var(--wholesale-navy);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.wholesale-factors strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.wholesale-factors p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.wholesale-process {
  background: var(--wholesale-soft);
}

.wholesale-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.wholesale-process__steps > div {
  position: relative;
  padding: 30px 28px 28px 78px;
  border-left: 3px solid var(--wholesale-blue);
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 50, 74, 0.05);
}

.wholesale-process__steps span {
  position: absolute;
  top: 26px;
  left: 24px;
  color: var(--wholesale-blue);
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.wholesale-process__steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.wholesale-process__steps p {
  margin-bottom: 0;
  color: var(--wholesale-muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.wholesale-cta {
  padding: 68px 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 45%),
    var(--wholesale-blue);
  color: #fff;
}

.wholesale-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.wholesale-cta .wholesale-kicker {
  color: #fff !important;
  opacity: 0.75;
}

.wholesale-cta h2 {
  margin-bottom: 12px;
}

.wholesale-cta p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.83);
}

.wholesale-cta__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.wholesale-button--light {
  min-width: 220px;
  background: #fff;
  color: var(--wholesale-blue) !important;
  box-shadow: 0 10px 26px rgba(20, 50, 74, 0.18);
}

.wholesale-cta__contacts > a:last-child {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1050px) {
  .wholesale-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .wholesale-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wholesale-card {
    min-height: 220px;
  }

  .wholesale-terms__grid {
    gap: 45px;
  }
}

@media (max-width: 820px) {
  .wholesale-page {
    padding-top: 50px;
  }

  .wholesale-hero {
    padding: 46px 0 58px;
  }

  .wholesale-hero__grid,
  .wholesale-terms__grid,
  .wholesale-cta__inner {
    grid-template-columns: 1fr;
  }

  .wholesale-hero__content {
    max-width: 680px;
  }

  .wholesale-hero__visual {
    max-width: 680px;
  }

  .wholesale-terms__grid {
    gap: 36px;
  }

  .wholesale-process__steps {
    grid-template-columns: 1fr;
  }

  .wholesale-cta__inner {
    gap: 32px;
  }

  .wholesale-cta__contacts {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .wholesale-shell {
    width: min(100% - 28px, 520px);
  }

  .wholesale-hero {
    padding: 38px 0 46px;
  }

  .wholesale-hero h1 {
    font-size: 38px;
  }

  .wholesale-hero__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .wholesale-actions {
    flex-direction: column;
  }

  .wholesale-button {
    width: 100%;
  }

  .wholesale-points {
    display: grid;
  }

  .wholesale-discount {
    top: -18px;
    right: -5px;
    width: 118px;
    padding: 12px;
    border-width: 4px;
  }

  .wholesale-discount strong {
    font-size: 25px;
  }

  .wholesale-discount span {
    font-size: 11px;
  }

  .wholesale-discount small {
    font-size: 8px;
  }

  .wholesale-section {
    padding: 64px 0;
  }

  .wholesale-section__heading {
    margin-bottom: 28px;
  }

  .wholesale-section__heading h2,
  .wholesale-terms h2,
  .wholesale-cta h2 {
    font-size: 32px;
  }

  .wholesale-partners {
    grid-template-columns: 1fr;
  }

  .wholesale-card {
    min-height: 0;
  }

  .wholesale-card__number {
    margin-bottom: 24px;
  }

  .wholesale-terms {
    padding: 64px 0;
  }

  .wholesale-factors li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 17px;
  }

  .wholesale-factors li > span {
    width: 38px;
    height: 38px;
  }

  .wholesale-process__steps > div {
    padding: 26px 22px 24px 68px;
  }

  .wholesale-process__steps span {
    left: 20px;
  }

  .wholesale-cta {
    padding: 54px 0;
  }
}
