.manufacturer-support-page {
  background: #ffffff;
}

.manufacturer-support-page .eyebrow,
.support-hero-inner > p:first-child {
  letter-spacing: 0;
}

.support-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  background: var(--navy-950);
}

.support-hero-image,
.support-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.support-hero-image {
  object-fit: cover;
  object-position: center;
}

.support-hero-shade {
  background: rgba(6, 23, 47, 0.72);
}

.support-hero-inner {
  position: relative;
  z-index: 1;
  padding-block: 96px;
}

.support-hero-inner > p:first-child {
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 800;
}

.support-hero h1 {
  max-width: 850px;
  margin-top: 18px;
  color: #ffffff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.28;
}

.support-hero-description {
  max-width: 690px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.85;
}

.support-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.button-outline-light:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--navy-950);
}

.support-intro {
  padding: 110px 0 92px;
  background: #ffffff;
  scroll-margin-top: 90px;
}

.support-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: end;
  gap: 76px;
}

.support-section-heading h2,
.support-feature-copy h2,
.support-process-heading h2,
.support-steps h2 {
  margin-top: 12px;
  color: var(--navy-950);
  font-size: 40px;
  line-height: 1.4;
}

.support-section-heading > p {
  max-width: 600px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.support-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--navy-900);
  border-bottom: 1px solid var(--line-strong);
}

.support-summary > div {
  min-height: 126px;
  padding: 26px 30px;
}

.support-summary > div + div {
  border-left: 1px solid var(--line);
}

.support-summary dt {
  color: #7a8492;
  font-size: 11px;
  font-weight: 700;
}

.support-summary dd {
  margin-top: 13px;
  color: var(--navy-950);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

.support-feature {
  padding: 112px 0;
  scroll-margin-top: 90px;
}

.support-feature-label {
  background: #f3f6f9;
}

.support-feature-process {
  background: #ffffff;
}

.support-feature-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 86px;
}

.support-number {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 800;
}

.support-feature-copy > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.support-feature-copy ul,
.support-process-heading ul {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.support-feature-copy li,
.support-process-heading li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #2f3b4b;
  font-size: 14px;
  line-height: 1.65;
}

.support-feature-copy li svg,
.support-process-heading li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  color: #28855d;
}

.custom-label-preview {
  display: grid;
  min-height: 560px;
  grid-template-columns: 230px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #c8d0da;
  border-radius: 8px;
  background: #e8edf2;
  box-shadow: 0 26px 60px rgba(13, 27, 51, 0.12);
}

.custom-label-sidebar {
  padding: 38px 28px;
  background: var(--navy-900);
  color: #ffffff;
}

.custom-label-sidebar > span {
  color: var(--gold-400);
  font-size: 10px;
  font-weight: 800;
}

.custom-label-sidebar dl {
  display: grid;
  gap: 20px;
  margin-top: 42px;
}

.custom-label-sidebar dl > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 16px;
}

.custom-label-sidebar dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.custom-label-sidebar dd {
  margin-top: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.custom-label-paper {
  align-self: center;
  width: min(78%, 430px);
  min-height: 420px;
  margin: 44px auto;
  border: 1px solid #c3c9d1;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(13, 27, 51, 0.12);
}

.custom-label-brand {
  color: var(--gold-600);
  font-size: 10px;
  font-weight: 800;
}

.custom-label-paper h3 {
  margin-top: 22px;
  border-bottom: 2px solid var(--navy-900);
  padding-bottom: 14px;
  color: var(--navy-950);
  font-size: 22px;
}

.custom-label-paper dl {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.custom-label-paper dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  font-size: 11px;
}

.custom-label-paper dt {
  color: #778292;
}

.custom-label-paper dd {
  color: var(--navy-900);
  font-weight: 700;
}

.custom-label-barcode {
  height: 62px;
  margin-top: 28px;
  background:
    repeating-linear-gradient(
      90deg,
      #111827 0,
      #111827 2px,
      transparent 2px,
      transparent 5px,
      #111827 5px,
      #111827 9px,
      transparent 9px,
      transparent 12px
    );
}

.custom-label-paper > small {
  display: block;
  margin-top: 8px;
  color: #4e5968;
  font-size: 10px;
  text-align: center;
}

.support-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 78px;
}

.support-process-heading > div:last-child > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.process-solution-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 60px;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}

.process-solution-flow li {
  position: relative;
  min-height: 250px;
  padding: 30px;
  background: #ffffff;
}

.process-solution-flow li > span {
  position: absolute;
  top: 20px;
  right: 22px;
  color: var(--gold-600);
  font-size: 11px;
  font-weight: 800;
}

.process-solution-flow li > svg {
  width: 36px;
  height: 36px;
  color: var(--navy-800);
}

.process-solution-flow strong {
  display: block;
  margin-top: 26px;
  color: var(--navy-950);
  font-size: 19px;
}

.process-solution-flow p {
  margin-top: 11px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.support-steps {
  padding: 106px 0;
  background: #eef4f3;
}

.support-steps-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: 88px;
}

.support-steps-grid > div > p:last-child {
  margin-top: 20px;
  color: #54636a;
  font-size: 15px;
  line-height: 1.8;
}

.support-steps ol {
  border-top: 1px solid #9fb3ad;
}

.support-steps li {
  display: grid;
  min-height: 106px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #c7d5d1;
}

.support-steps li > span {
  color: #217259;
  font-size: 12px;
  font-weight: 800;
}

.support-steps strong {
  color: var(--navy-950);
  font-size: 17px;
}

.support-steps li p {
  margin-top: 6px;
  color: #5f6d73;
  font-size: 13px;
  line-height: 1.65;
}

.support-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 76px 0;
  background: var(--navy-900);
  color: #ffffff;
}

.support-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

.support-cta h2 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.45;
}

.support-cta-inner > div:first-child > p:last-child {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.support-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 1100px) {
  .support-hero h1 {
    font-size: 44px;
  }

  .support-section-heading,
  .support-feature-grid,
  .support-process-heading,
  .support-steps-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .support-section-heading,
  .support-process-heading {
    gap: 24px;
  }

  .process-solution-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .support-hero {
    min-height: 620px;
  }

  .support-hero-shade {
    background: rgba(6, 23, 47, 0.8);
  }

  .support-hero h1 {
    font-size: 39px;
  }

  .support-summary {
    grid-template-columns: 1fr;
  }

  .support-summary > div {
    min-height: 98px;
  }

  .support-summary > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .support-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .support-hero {
    min-height: 640px;
  }

  .support-hero-image {
    object-position: 42% center;
  }

  .support-hero-inner {
    padding-block: 68px;
  }

  .support-hero h1 {
    font-size: 33px;
    line-height: 1.38;
  }

  .support-hero h1 br {
    display: none;
  }

  .support-hero-description {
    margin-top: 20px;
    font-size: 15px;
  }

  .support-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }

  .support-hero-actions .button {
    width: 100%;
  }

  .support-intro,
  .support-feature,
  .support-steps {
    padding: 78px 0;
  }

  .support-section-heading h2,
  .support-feature-copy h2,
  .support-process-heading h2,
  .support-steps h2 {
    font-size: 29px;
  }

  .support-section-heading > p,
  .support-feature-copy > p:not(.eyebrow),
  .support-process-heading > div:last-child > p {
    font-size: 14px;
  }

  .support-summary {
    margin-top: 38px;
  }

  .custom-label-preview {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .custom-label-sidebar {
    padding: 28px 22px;
  }

  .custom-label-sidebar dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 25px;
  }

  .custom-label-paper {
    width: calc(100% - 38px);
    min-height: 400px;
    margin: 28px 19px;
    padding: 22px;
  }

  .process-solution-flow {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .process-solution-flow li {
    min-height: 210px;
    padding: 26px 22px;
  }

  .support-steps li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .support-cta {
    padding: 58px 0;
  }

  .support-cta h2 {
    font-size: 27px;
  }

  .support-cta-actions {
    width: 100%;
  }

  .support-cta-actions .button {
    width: 100%;
  }
}
