.plastics-page .special-hero::before,
.plastics-page .business-switcher::before,
.plastics-page #consult::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.plastics-page .special-hero,
.plastics-page .business-switcher,
.plastics-page #consult {
  background-image: none !important;
}

.plastics-page #consult {
  position: relative;
  overflow: hidden;
  background: #f7f9fa;
}

.plastics-page #consult::before {
  content: "";
  position: absolute;
  right: -7vw;
  bottom: -90px;
  left: auto;
  top: auto;
  width: min(46vw, 700px);
  height: min(46vw, 700px);
  background: url("ls-mark-background.svg") center / contain no-repeat;
  filter: grayscale(1);
  opacity: .035;
  pointer-events: none;
}

.plastics-page #consult .section-inner {
  position: relative;
  z-index: 1;
}

.plastics-page .support-options {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f4f6f7;
  padding-bottom: 0;
}

.plastics-page .support-options::before {
  content: none;
  display: none;
}

.plastics-page .support-options::after {
  content: none;
  display: none;
}

.plastics-page .support-options .section-inner {
  position: relative;
  z-index: 1;
}

.plastics-page .application-diagram {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 38px 46px 0;
  background: #fff;
  box-shadow: 0 18px 46px rgba(3,29,49,.055);
}

.plastics-page .application-hub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 264px;
  min-height: 86px;
  margin: 0 auto 108px;
  padding: 16px 24px;
  gap: 7px;
  background: #0a4978;
  line-height: 1.35;
}

.plastics-page .application-hub::after {
  height: 64px;
  background: #b9c9d2;
}

.plastics-page .application-hub span { line-height: 1.2; }
.plastics-page .application-hub strong { font-size: 17px; line-height: 1.4; }

.plastics-page .application-band {
  gap: 0;
  background: rgba(255,255,255,.76);
}

.plastics-page .application-band::before {
  left: 12.5%;
  right: 12.5%;
  top: -44px;
  height: 1px;
  background: #b9c9d2;
}

.plastics-page .application-band article {
  box-sizing: border-box;
  min-height: 300px;
  padding: 64px 38px 44px;
  background: transparent;
  border-right: 1px solid rgba(158,178,190,.42);
  box-shadow: none;
}

.plastics-page .application-band article:last-child { border-right: 0; }

.plastics-page .application-band article::before {
  height: 44px;
  background: #b9c9d2;
}

.plastics-page .application-band span {
  top: -44px;
  width: 50px;
  height: 50px;
  border-color: #9fb5c2;
  background: #fff;
  font-size: 12px;
}

.plastics-page .application-band h3 {
  min-height: 0;
  margin: 0 0 34px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}

.plastics-page .application-band p {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  line-break: strict;
  overflow-wrap: normal;
  word-break: normal;
  text-align: left;
}

.plastics-page .support-options .section-note {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 46px 26px;
  border-top: 1px solid rgba(158,178,190,.32);
  color: #526878;
  background: #fff;
  line-height: 1.8;
  text-align: left;
}

.plastics-page .support-options .section-inner::after {
  content: "";
  display: block;
  max-width: 1280px;
  height: 0;
  margin: 0 auto;
}

.plastics-page .support-options + .photo-story {
  margin-top: 48px;
}

.plastics-page .trade-map-pro .eyebrow {
  color: rgba(255,255,255,.76) !important;
}

/* Keep the special-page hero clean; texture belongs only inside imagery. */
.plastics-page::before,
.plastics-page::after,
.plastics-page main::before,
.plastics-page main::after,
.plastics-page .special-hero::before,
.plastics-page .business-switcher::before {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

@media (max-width: 760px) {
  .plastics-page #consult::before {
    right: -34vw;
    bottom: 20px;
    width: 110vw;
    height: 110vw;
  }

  .plastics-page .application-band p br { display: none; }
  .plastics-page .application-diagram { padding: 28px 20px 0; }
  .plastics-page .application-hub {
    width: 100%;
    min-height: 98px;
    margin-bottom: 72px;
    padding: 18px 22px;
    gap: 8px;
  }
  .plastics-page .application-hub::after { height: 36px; }
  .plastics-page .application-band {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 28px;
  }
  .plastics-page .application-band::before {
    left: 0;
    right: auto;
    top: -18px;
    bottom: 34px;
    width: 1px;
    height: auto;
  }
  .plastics-page .application-band article {
    min-height: 0;
    padding: 30px 24px 30px 36px;
    border-right: 0;
    border-bottom: 1px solid rgba(158,178,190,.42);
  }
  .plastics-page .application-band article:last-child { border-bottom: 0; }
  .plastics-page .application-band article::before {
    left: -28px;
    top: 36px;
    bottom: auto;
    width: 28px;
    height: 1px;
    transform: none;
  }
  .plastics-page .application-band span {
    left: 0;
    top: 36px;
    width: 44px;
    height: 44px;
    transform: translate(-50%,-50%);
  }
  .plastics-page .application-band h3 { margin-bottom: 12px; }
  .plastics-page .application-band h3 { white-space: normal; }
  .plastics-page .application-band p { width: auto; max-width: none; text-align: left; }
  .plastics-page .support-options .section-note { padding: 18px 20px 20px; }
}

/* Keep every connector in the application diagram optically consistent. */
.plastics-page .application-diagram {
  --application-line-color: #a9bdc9;
  --application-line-width: 2px;
}

.plastics-page .application-hub::after {
  width: var(--application-line-width);
  background: var(--application-line-color);
}

.plastics-page .application-band::before {
  height: var(--application-line-width);
  background: var(--application-line-color);
}

.plastics-page .application-band article::before {
  width: var(--application-line-width);
  background: var(--application-line-color);
}

.plastics-page .application-band span {
  box-sizing: border-box;
  border: var(--application-line-width) solid var(--application-line-color);
}

@media (max-width: 760px) {
  .plastics-page .application-band::before {
    width: var(--application-line-width);
    height: auto;
  }

  .plastics-page .application-band article::before {
    width: 30px;
    height: var(--application-line-width);
  }
}
