
:root {
  --jh-red: #D7101B;
  --jh-red-hover: #B90D17;
  --jh-graphite: #20242A;
  --jh-steel: #68717A;
  --jh-light: #F4F6F8;
  --jh-border: #D9DEE3;
  --jh-white: #FFFFFF;
  --jh-container: 1320px;
  --jh-radius: 8px;
  --jh-shadow: 0 18px 45px rgba(3
		
		2, 36, 42, 0.10);
}

.home .entry-content {
  margin: 0;
}

.jh-container {
  box-sizing: border-box;
  width: min(calc(100% - 48px), var(--jh-container));
  max-width: var(--jh-container) !important;
  margin-inline: auto;
}

.jh-eyebrow {
  margin: 0 0 20px;
  color: var(--jh-red);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 1.5px;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-hero {
  box-sizing: border-box;
  min-height: 650px;
  padding: 86px 0 90px;
  background: var(--jh-light);
}

.jh-hero__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: 0;
  align-items: center !important;
  margin: 0;
}

.jh-hero__grid > .wp-block-column {
  min-width: 0;
  margin: 0;
}

.jh-hero__content {
  position: relative;
  z-index: 2;
}

.jh-hero__visual {
  position: relative;
  z-index: 1;
  margin-left: -46px !important;
}

.jh-hero__title {
  max-width: 790px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(40px, 3.2vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  white-space: nowrap;
}

.jh-hero__text {
  max-width: 680px;
  margin: 28px 0 0;
  color: #47515B;
  font-size: 17px;
  line-height: 1.62;
}

.jh-buttons {
  gap: 12px;
  margin-top: 34px;
}

.jh-button .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jh-button--primary .wp-block-button__link {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-button--primary .wp-block-button__link:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-button--secondary .wp-block-button__link {
  background: var(--jh-white);
  border-color: var(--jh-border);
  color: var(--jh-graphite);
}

.jh-button--secondary .wp-block-button__link:hover {
  background: #ECEFF2;
  border-color: #C7CDD3;
  color: var(--jh-graphite);
  transform: translateY(-1px);
}

.jh-button .wp-block-button__link:focus-visible,
.jh-product-card a:focus-visible,
.jh-text-link:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.28);
  outline-offset: 3px;
}

.jh-hero__media {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jh-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.jh-trust {
  border-top: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-white);
}

.jh-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jh-trust__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 28px 22px;
  border-right: 1px solid var(--jh-border);
}

.jh-trust__item:first-of-type {
  padding-left: 0;
}

.jh-trust__item:last-of-type {
  padding-right: 0;
  border-right: 0;
}

.jh-trust__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.18);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.06);
  color: var(--jh-red);
}

.jh-trust__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.jh-trust__item h3 {
  margin: 0 0 5px;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.jh-trust__item p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.45;
}

.jh-products {
  padding: 104px 0 110px;
  background: var(--jh-white);
}

.jh-section-heading {
  max-width: 830px;
  margin-bottom: 48px;
}

.jh-section-heading .jh-eyebrow {
  margin-bottom: 14px;
}

.jh-section-heading h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.jh-section-heading > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--jh-steel);
  font-size: 17px;
  line-height: 1.62;
}

.jh-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.jh-product-card {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius);
  background: var(--jh-white);
  box-shadow: 0 5px 18px rgba(32, 36, 42, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-product-card::before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  border-radius: var(--jh-radius) var(--jh-radius) 0 0;
  background: var(--jh-red);
  content: "";
}

.jh-product-card:hover {
  border-color: #C8CDD2;
  box-shadow: 0 16px 34px rgba(32, 36, 42, 0.10);
  transform: translateY(-4px);
}

.jh-product-card > a {
  display: flex;
  min-height: 252px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  color: inherit;
  text-decoration: none;
}

.jh-product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.jh-product-card__top span {
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-product-card__top strong {
  color: #7A838C;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.jh-product-card h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.jh-product-card p {
  margin: 14px 0 24px;
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.55;
}

.jh-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--jh-graphite);
  font-size: 14px;
  font-weight: 700;
}

.jh-product-card__link b {
  color: var(--jh-red);
  font-size: 17px;
  transition: transform 180ms ease;
}

.jh-product-card:hover .jh-product-card__link b {
  transform: translateX(3px);
}

.jh-products__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
  margin-top: 34px;
}

.jh-text-link {
  color: var(--jh-red);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.jh-text-link:hover {
  color: var(--jh-red-hover);
}

.jh-text-link--muted {
  color: var(--jh-graphite);
  text-decoration: underline;
  text-decoration-color: var(--jh-border);
  text-underline-offset: 4px;
}

.jh-finder {
  padding: 106px 0 112px;
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-finder__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: start;
}

.jh-finder__intro {
  position: sticky;
  top: 124px;
}

.jh-finder__eyebrow {
  margin: 0 0 18px;
  padding-left: 15px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.35;
}

.jh-finder__intro h2 {
  max-width: 540px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(36px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.14;
}

.jh-finder__intro > p:not(.jh-finder__eyebrow) {
  max-width: 550px;
  margin: 24px 0 0;
  color: #C7CDD3;
  font-size: 16px;
  line-height: 1.65;
}

.jh-finder__benefits {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-finder__benefits > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-finder__benefits span {
  color: #FF737A;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-finder__benefits p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.jh-finder__benefits strong {
  color: var(--jh-white);
  font-size: 15px;
  line-height: 1.35;
}

.jh-finder__benefits small {
  color: #AEB6BE;
  font-size: 13px;
  line-height: 1.45;
}

.jh-finder__direct-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 28px;
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 5px;
}

.jh-finder__direct-link:hover {
  color: #FF737A;
}

.jh-finder__panel {
  min-width: 0;
  box-sizing: border-box;
  padding: 38px;
  border-radius: 10px;
  background: var(--jh-white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  color: var(--jh-graphite);
}

.jh-finder__progress > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.jh-finder__progress span,
.jh-finder__progress strong {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-finder__progress span {
  color: var(--jh-red);
}

.jh-finder__progress strong {
  color: #7A838C;
}

.jh-finder__progress-track {
  height: 4px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 99px;
  background: #E8EBEE;
}

.jh-finder__progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--jh-red);
  transition: width 220ms ease;
}

.jh-finder__message {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 650;
}

#jh-boiler-finder [hidden] {
  display: none !important;
}

.jh-finder__step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.jh-finder__panel.is-ready .jh-finder__step {
  display: none;
}

.jh-finder__panel.is-ready .jh-finder__step.is-active {
  display: block;
}

.jh-finder__step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--jh-graphite);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.jh-finder__hint {
  margin: 10px 0 25px;
  color: var(--jh-steel);
  font-size: 14px;
  line-height: 1.55;
}

.jh-finder__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jh-finder__choices--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.jh-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.jh-choice > span {
  display: flex;
  min-height: 114px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: var(--jh-white);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jh-choice:hover > span {
  border-color: #BEC5CB;
  background: #FAFBFC;
  transform: translateY(-1px);
}

.jh-choice input:focus-visible + span {
  outline: 3px solid rgba(215, 16, 27, 0.22);
  outline-offset: 2px;
}

.jh-choice input:checked + span {
  border-color: var(--jh-red);
  background: rgba(215, 16, 27, 0.045);
  box-shadow: inset 0 0 0 1px var(--jh-red);
}

.jh-choice input:checked + span::after {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--jh-red);
  color: var(--jh-white);
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.jh-choice b {
  padding-right: 22px;
  color: var(--jh-graphite);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-choice small {
  margin-top: 8px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.45;
}

.jh-finder__choices--industry {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-finder__choices--industry .jh-choice > span {
  min-height: 70px;
  justify-content: center;
  padding: 18px;
}

.jh-finder__nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.jh-finder__nav button,
.jh-finder__restart {
  min-height: 46px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-finder__next {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-finder__next:hover {
  background: var(--jh-red-hover);
  transform: translateY(-1px);
}

.jh-finder__back,
.jh-finder__restart {
  background: #EEF1F3;
  color: var(--jh-graphite);
}

.jh-finder__back:hover:not(:disabled),
.jh-finder__restart:hover {
  background: #E2E6E9;
}

.jh-finder__back:disabled {
  cursor: default;
  opacity: 0.42;
}

.jh-finder__nav button:focus-visible,
.jh-finder__restart:focus-visible,
.jh-finder__submit:focus-visible,
.jh-finder__direct-link:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

.jh-finder__result-label {
  margin: 0 0 10px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.jh-finder__result h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jh-finder__result-intro {
  margin: 12px 0 22px;
  color: var(--jh-steel);
  font-size: 14px;
  line-height: 1.55;
}

.jh-finder__result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: var(--jh-border);
}

.jh-finder__result dl > div {
  padding: 16px 18px;
  background: var(--jh-white);
}

.jh-finder__result dt {
  color: #7A838C;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-finder__result dd {
  margin: 5px 0 0;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-finder__note {
  margin: 18px 0 0;
  padding-left: 13px;
  border-left: 2px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.55;
}

.jh-finder__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.jh-finder__submit {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 11px 20px;
  border-radius: 6px;
  background: var(--jh-red);
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.jh-finder__submit:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
}

@media (max-width: 1199px) {
  .jh-hero {
    min-height: 0;
    padding: 72px 0 76px;
  }

  .jh-hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
    gap: 0;
  }

  .jh-hero__visual {
    margin-left: -32px !important;
  }

  .jh-hero__title {
    font-size: clamp(38px, 4vw, 44px);
    white-space: normal;
  }

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

  .jh-trust__item:nth-child(2) {
    border-right: 0;
  }

  .jh-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-trust__item:first-of-type,
  .jh-trust__item:last-of-type {
    padding: 26px 22px;
  }

  .jh-finder__grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
    gap: 44px;
  }

  .jh-finder__panel {
    padding: 32px;
  }

  .jh-finder__choices--three {
    grid-template-columns: 1fr;
  }

  .jh-finder__choices--three .jh-choice > span {
    min-height: 88px;
  }
}

@media (max-width: 900px) {
  .jh-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .jh-hero__content,
  .jh-hero__text {
    max-width: 760px;
  }

  .jh-hero__visual {
    max-width: 760px;
    margin-left: 0 !important;
  }

  .jh-products {
    padding: 84px 0 90px;
  }

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

  .jh-finder {
    padding: 88px 0 94px;
  }

  .jh-finder__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jh-finder__intro {
    position: static;
  }

  .jh-finder__intro h2,
  .jh-finder__intro > p:not(.jh-finder__eyebrow) {
    max-width: 720px;
  }

  .jh-finder__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-finder__benefits > div {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
  }

  .jh-finder__benefits > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 640px) {
  .jh-container {
    width: min(calc(100% - 32px), var(--jh-container));
  }

  .jh-hero {
    padding: 54px 0 58px;
  }

  .jh-eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 1.25px;
  }

  .jh-hero__title {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.1;
  }

  .jh-hero__text {
    margin-top: 22px;
    font-size: 16px;
  }

  .jh-buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .jh-button,
  .jh-button .wp-block-button__link {
    width: 100%;
  }

  .jh-hero__grid {
    gap: 34px;
  }

  .jh-hero__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 68% center;
  }

  .jh-trust__grid,
  .jh-products__grid {
    grid-template-columns: 1fr;
  }

  .jh-trust__item,
  .jh-trust__item:first-of-type,
  .jh-trust__item:last-of-type {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-trust__item:last-of-type {
    border-bottom: 0;
  }

  .jh-products {
    padding: 70px 0 76px;
  }

  .jh-section-heading {
    margin-bottom: 36px;
  }

  .jh-section-heading h2 {
    font-size: 32px;
  }

  .jh-section-heading > p:last-child {
    font-size: 16px;
  }

  .jh-product-card > a {
    min-height: 230px;
    padding: 26px;
  }

  .jh-finder {
    padding: 70px 0 76px;
  }

  .jh-finder__intro h2 {
    font-size: 34px;
  }

  .jh-finder__benefits {
    grid-template-columns: 1fr;
  }

  .jh-finder__benefits > div,
  .jh-finder__benefits > div:last-child {
    padding: 17px 0;
    border-right: 0;
    border-left: 0;
  }

  .jh-finder__panel {
    padding: 24px 20px;
    border-radius: 8px;
  }

  .jh-finder__step legend,
  .jh-finder__result h3 {
    font-size: 24px;
  }

  .jh-finder__choices,
  .jh-finder__choices--three,
  .jh-finder__choices--industry {
    grid-template-columns: 1fr;
  }

  .jh-choice > span,
  .jh-finder__choices--three .jh-choice > span {
    min-height: 82px;
    padding: 17px;
  }

  .jh-finder__choices--industry .jh-choice > span {
    min-height: 58px;
  }

  .jh-finder__result dl {
    grid-template-columns: 1fr;
  }

  .jh-finder__nav,
  .jh-finder__result-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jh-finder__result-actions {
    grid-template-columns: 1fr;
  }

  .jh-finder__nav button,
  .jh-finder__submit,
  .jh-finder__restart {
    width: 100%;
  }
}

/* Industries we serve */
.jh-industries {
  padding: 106px 0 112px;
  background: var(--jh-light);
}

.jh-industries__header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: end;
  margin-bottom: 46px;
}

.jh-industries__header .jh-eyebrow {
  margin-bottom: 15px;
}

.jh-industries__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(34px, 3.1vw, 44px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.15;
}

.jh-industries__header > p {
  max-width: 590px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 16px;
  line-height: 1.65;
}

.jh-industries__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.jh-industry-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 25px 22px 22px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 5px 18px rgba(32, 36, 42, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-industry-card:hover {
  border-color: #C7CDD2;
  box-shadow: 0 14px 30px rgba(32, 36, 42, 0.085);
  transform: translateY(-3px);
}

.jh-industry-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.jh-industry-card__top > span {
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1;
}

.jh-industry-card__top i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.16);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.045);
  color: var(--jh-red);
  font-style: normal;
}

.jh-industry-card__top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jh-industry-card h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.3;
}

.jh-industry-card > p {
  margin: 12px 0 22px;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.55;
}

.jh-industry-card__medium {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--jh-border);
}

.jh-industry-card__medium small {
  color: #899199;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

.jh-industry-card__medium strong {
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-industries__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 38px;
  padding: 36px 40px;
  border-top: 3px solid var(--jh-red);
  border-radius: 8px;
  background: var(--jh-graphite);
  box-shadow: 0 18px 42px rgba(32, 36, 42, 0.16);
}

.jh-industries__cta > div:first-child > p {
  margin: 0 0 9px;
  color: #FF737A;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.jh-industries__cta h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jh-industries__cta > div:first-child > span {
  display: block;
  max-width: 760px;
  margin-top: 9px;
  color: #B8C0C7;
  font-size: 13px;
  line-height: 1.55;
}

.jh-industries__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: flex-end;
}

.jh-industries__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jh-industries__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-industries__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-industries__button--secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--jh-white);
}

.jh-industries__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
  color: var(--jh-white);
}

.jh-industries__button:focus-visible {
  outline: 3px solid rgba(255, 115, 122, 0.48);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .jh-industries__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-industry-card {
    min-height: 240px;
  }
}

@media (max-width: 900px) {
  .jh-industries {
    padding: 88px 0 94px;
  }

  .jh-industries__header {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .jh-industries__header > p {
    max-width: 760px;
  }

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

  .jh-industries__cta {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-industries__cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .jh-industries {
    padding: 70px 0 76px;
  }

  .jh-industries__header {
    margin-bottom: 34px;
  }

  .jh-industries__header h2 {
    font-size: 32px;
  }

  .jh-industries__header > p {
    padding-left: 15px;
    font-size: 15px;
  }

  .jh-industries__grid {
    grid-template-columns: 1fr;
  }

  .jh-industry-card {
    min-height: 222px;
    padding: 24px 22px 21px;
  }

  .jh-industries__cta {
    margin-top: 30px;
    padding: 29px 22px;
  }

  .jh-industries__cta h3 {
    font-size: 24px;
  }

  .jh-industries__cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-industries__button {
    width: 100%;
  }
}

/* Why JINHONG */
.jh-why {
  position: relative;
  overflow: hidden;
  padding: 108px 0 112px;
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-why::before {
  position: absolute;
  top: 0;
  right: -110px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  box-shadow: 0 0 0 84px rgba(255, 255, 255, 0.018), 0 0 0 168px rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.jh-why .jh-container {
  position: relative;
  z-index: 1;
}

.jh-why__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: end;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.jh-why__eyebrow {
  margin: 0 0 15px;
  color: #FF7078;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.35;
}

.jh-why__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(35px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.jh-why__header-copy {
  padding-left: 21px;
  border-left: 2px solid var(--jh-red);
}

.jh-why__header-copy p {
  max-width: 600px;
  margin: 0;
  color: #BBC2C8;
  font-size: 16px;
  line-height: 1.68;
}

.jh-why__header-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.jh-why__header-copy a span {
  color: #FF7078;
  font-size: 17px;
  transition: transform 160ms ease;
}

.jh-why__header-copy a:hover span {
  transform: translateX(3px);
}

.jh-why__main {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  margin-top: 40px;
}

.jh-why__statement {
  box-sizing: border-box;
  padding: 38px 36px;
  border-top: 3px solid var(--jh-red);
  border-radius: 8px;
  background: #191D22;
}

.jh-why__statement > p {
  margin: 0 0 16px;
  color: #FF7078;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.jh-why__statement h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jh-why__statement > span {
  display: block;
  margin-top: 17px;
  color: #AEB6BD;
  font-size: 14px;
  line-height: 1.62;
}

.jh-why__statement ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  list-style: none;
}

.jh-why__statement li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #D7DBDE;
  font-size: 13px;
  line-height: 1.45;
}

.jh-why__statement li i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.2);
  color: #FF737A;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.jh-why__capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jh-why-card {
  min-width: 0;
  box-sizing: border-box;
  padding: 30px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.jh-why-card:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-3px);
}

.jh-why-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.jh-why-card__top > span {
  color: #FF7078;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.jh-why-card__top i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 112, 120, 0.25);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.1);
  color: #FF7078;
  font-style: normal;
}

.jh-why-card__top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jh-why-card h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.3;
}

.jh-why-card p {
  margin: 13px 0 0;
  color: #AEB6BD;
  font-size: 14px;
  line-height: 1.6;
}

.jh-why__workflow {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.jh-why__workflow > p {
  width: 76px;
  margin: 0;
  color: #FF7078;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.jh-why__workflow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-why__workflow li {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.jh-why__workflow li > span {
  color: #FF7078;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-why__workflow li strong {
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-why__workflow li small {
  color: #919AA2;
  font-size: 10px;
  line-height: 1.4;
}

.jh-why__actions {
  display: grid;
  gap: 9px;
}

.jh-why__button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jh-why__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-why__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-why__button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--jh-white);
}

.jh-why__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.055);
  color: var(--jh-white);
}

.jh-why__header-copy a:focus-visible,
.jh-why__button:focus-visible {
  outline: 3px solid rgba(255, 112, 120, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-why__main {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  }

  .jh-why__workflow {
    grid-template-columns: 1fr;
  }

  .jh-why__workflow > p {
    width: auto;
  }

  .jh-why__actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .jh-why {
    padding: 88px 0 94px;
  }

  .jh-why__header,
  .jh-why__main {
    grid-template-columns: 1fr;
  }

  .jh-why__header {
    gap: 25px;
  }

  .jh-why__header-copy {
    max-width: 760px;
  }

  .jh-why__statement {
    padding: 34px 32px;
  }

  .jh-why__workflow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 640px) {
  .jh-why {
    padding: 70px 0 76px;
  }

  .jh-why::before {
    right: -260px;
  }

  .jh-why__header {
    padding-bottom: 36px;
  }

  .jh-why__header h2 {
    font-size: 32px;
  }

  .jh-why__header-copy {
    padding-left: 15px;
  }

  .jh-why__header-copy p {
    font-size: 15px;
  }

  .jh-why__main {
    margin-top: 30px;
  }

  .jh-why__statement {
    padding: 30px 23px;
  }

  .jh-why__statement h3 {
    font-size: 24px;
  }

  .jh-why__capabilities {
    grid-template-columns: 1fr;
  }

  .jh-why-card {
    padding: 27px 23px 25px;
  }

  .jh-why__workflow {
    padding: 25px 22px;
  }

  .jh-why__workflow ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .jh-why__workflow li {
    padding: 16px 0 16px 18px;
    border-left-color: rgba(255, 112, 120, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .jh-why__workflow li:last-child {
    border-bottom: 0;
  }

  .jh-why__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-why__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Factory & Manufacturing */
.jh-manufacturing {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 118px;
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-manufacturing::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 4px;
  background: var(--jh-red);
  content: "";
}

.jh-manufacturing__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-manufacturing__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-manufacturing__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.jh-manufacturing__intro {
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
}

.jh-manufacturing__intro p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 16px;
  line-height: 1.68;
}

.jh-manufacturing__intro span {
  display: block;
  margin-top: 14px;
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.jh-manufacturing__media {
  margin-top: 44px;
}

.jh-manufacturing__factory,
.jh-manufacturing__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #DDE1E4;
}

.jh-manufacturing__factory {
  min-height: 360px;
  border-radius: 9px;
}

.jh-manufacturing__factory::after,
.jh-manufacturing__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 20, 24, 0) 45%, rgba(16, 20, 24, 0.78) 100%);
  content: "";
  pointer-events: none;
}

.jh-manufacturing__factory img,
.jh-manufacturing__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.jh-manufacturing__factory img {
  position: absolute;
  inset: 0;
  object-position: center 52%;
}

.jh-manufacturing__factory:hover img,
.jh-manufacturing__photo:hover img {
  transform: scale(1.018);
}

.jh-manufacturing__factory figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 27px;
  left: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--jh-white);
}

.jh-manufacturing__factory figcaption div {
  display: grid;
  gap: 6px;
}

.jh-manufacturing__factory figcaption small {
  color: #FF8A90;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.jh-manufacturing__factory figcaption strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.jh-manufacturing__factory figcaption > span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(16, 20, 24, 0.44);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jh-manufacturing__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.jh-manufacturing__photo {
  height: 330px;
  border-radius: 8px;
}

.jh-manufacturing__photo--workshop img {
  object-position: center 38%;
}

.jh-manufacturing__photo--delivery img {
  object-position: center;
}

.jh-manufacturing__photo figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: var(--jh-white);
}

.jh-manufacturing__photo figcaption > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.82);
  font-size: 10px;
  font-weight: 750;
}

.jh-manufacturing__photo figcaption div {
  display: grid;
  gap: 3px;
}

.jh-manufacturing__photo figcaption small {
  color: #FFD2D5;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jh-manufacturing__photo figcaption strong {
  font-size: 15px;
  font-weight: 680;
  line-height: 1.35;
}

.jh-manufacturing__process {
  margin-top: 60px;
  padding: 38px 38px 34px;
  border: 1px solid var(--jh-border);
  border-radius: 9px;
  background: var(--jh-light);
}

.jh-manufacturing__process-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 60px;
  align-items: end;
}

.jh-manufacturing__process-head p {
  margin: 0 0 9px;
  color: var(--jh-red);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.jh-manufacturing__process-head h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.jh-manufacturing__process-head > span {
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.6;
}

.jh-manufacturing__process ol {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.jh-manufacturing__process li {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 24px 16px 0 0;
  border-top: 2px solid #C8CED3;
}

.jh-manufacturing__process li::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--jh-light);
  border-radius: 50%;
  background: var(--jh-red);
  box-shadow: 0 0 0 1px var(--jh-red);
  content: "";
}

.jh-manufacturing__process li > span {
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
}

.jh-manufacturing__process li strong {
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-manufacturing__process li small {
  padding-right: 9px;
  color: #737D85;
  font-size: 10px;
  line-height: 1.45;
}

.jh-manufacturing__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 24px;
  padding: 34px 38px;
  border-radius: 9px;
  background: var(--jh-graphite);
}

.jh-manufacturing__cta p {
  margin: 0 0 7px;
  color: #FF7D84;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.jh-manufacturing__cta h3 {
  max-width: 700px;
  margin: 0;
  color: var(--jh-white);
  font-size: 23px;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.jh-manufacturing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.jh-manufacturing__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jh-manufacturing__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-manufacturing__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-manufacturing__button--secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--jh-white);
}

.jh-manufacturing__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.06);
  color: var(--jh-white);
}

.jh-manufacturing__button:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .jh-manufacturing__header {
    gap: 45px;
  }

  .jh-manufacturing__process ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 30px;
  }

  .jh-manufacturing__cta {
    grid-template-columns: 1fr;
  }

  .jh-manufacturing__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .jh-manufacturing {
    padding: 88px 0 94px;
  }

  .jh-manufacturing__header,
  .jh-manufacturing__process-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .jh-manufacturing__intro {
    max-width: 720px;
  }

  .jh-manufacturing__factory {
    min-height: 320px;
  }

  .jh-manufacturing__gallery {
    grid-template-columns: 1fr;
  }

  .jh-manufacturing__photo {
    height: 350px;
  }

  .jh-manufacturing__process {
    padding: 34px 30px 30px;
  }

  .jh-manufacturing__process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .jh-manufacturing {
    padding: 70px 0 76px;
  }

  .jh-manufacturing::before {
    width: 50%;
  }

  .jh-manufacturing__header {
    padding-bottom: 32px;
  }

  .jh-manufacturing__header h2 {
    font-size: 32px;
  }

  .jh-manufacturing__intro {
    padding-left: 16px;
  }

  .jh-manufacturing__media {
    margin-top: 32px;
  }

  .jh-manufacturing__factory {
    min-height: 300px;
  }

  .jh-manufacturing__factory img {
    object-position: 60% center;
  }

  .jh-manufacturing__factory figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
  }

  .jh-manufacturing__factory figcaption strong {
    font-size: 18px;
  }

  .jh-manufacturing__factory figcaption > span {
    width: max-content;
  }

  .jh-manufacturing__photo {
    height: 280px;
  }

  .jh-manufacturing__photo figcaption {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .jh-manufacturing__process {
    margin-top: 42px;
    padding: 29px 22px 25px;
  }

  .jh-manufacturing__process ol {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 26px;
  }

  .jh-manufacturing__process li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 3px 10px;
    padding: 15px 0 15px 17px;
    border-top: 0;
    border-left: 2px solid #C8CED3;
  }

  .jh-manufacturing__process li::before {
    top: 20px;
    left: -6px;
  }

  .jh-manufacturing__process li > span {
    grid-row: 1 / 3;
    padding-top: 2px;
  }

  .jh-manufacturing__process li small {
    padding-right: 0;
  }

  .jh-manufacturing__cta {
    padding: 29px 23px;
  }

  .jh-manufacturing__cta h3 {
    font-size: 21px;
  }

  .jh-manufacturing__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-manufacturing__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Project & Delivery Records */
.jh-projects {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 118px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-light);
  color: var(--jh-graphite);
}

.jh-projects::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 4px;
  background: var(--jh-red);
  content: "";
}

.jh-projects__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid #CED4D9;
}

.jh-projects__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-projects__header h2 {
  max-width: 800px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.jh-projects__intro {
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
}

.jh-projects__intro p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-projects__intro a {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration-color: #B8BEC4;
  text-underline-offset: 5px;
}

.jh-projects__intro a:hover {
  color: var(--jh-red);
}

.jh-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.jh-project-card {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid #D3D8DC;
  border-radius: 9px;
  background: var(--jh-white);
  box-shadow: 0 8px 26px rgba(32, 36, 42, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-project-card:hover {
  border-color: #BEC5CA;
  box-shadow: 0 20px 42px rgba(32, 36, 42, 0.12);
  transform: translateY(-4px);
}

.jh-project-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.jh-project-card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #DCE1E5;
}

.jh-project-card figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 16, 19, 0.02) 45%, rgba(12, 16, 19, 0.66) 100%);
  content: "";
  pointer-events: none;
}

.jh-project-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease;
}

.jh-project-card:hover figure img {
  transform: scale(1.025);
}

.jh-project-card figure figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--jh-white);
}

.jh-project-card figure figcaption span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(20, 24, 28, 0.5);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.jh-project-card figure figcaption strong {
  color: #FF9CA1;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  padding: 28px 27px 26px;
}

.jh-project-card__body > p {
  margin: 0 0 11px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.jh-project-card__body h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 22px;
  font-weight: 710;
  letter-spacing: -0.018em;
  line-height: 1.28;
}

.jh-project-card__body > span {
  display: block;
  min-height: 48px;
  margin-top: 12px;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.55;
}

.jh-project-card__body dl {
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--jh-border);
}

.jh-project-card__body dl > div {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--jh-border);
}

.jh-project-card__body dt {
  color: #818A92;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.jh-project-card__body dd {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.45;
  text-align: right;
}

.jh-project-card__body > b {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.jh-project-card__body > b i {
  color: var(--jh-red);
  font-size: 16px;
  font-style: normal;
  transition: transform 180ms ease;
}

.jh-project-card:hover .jh-project-card__body > b i {
  transform: translateX(3px);
}

.jh-projects__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 24px;
  padding: 29px 32px;
  border-radius: 8px;
  background: var(--jh-graphite);
}

.jh-projects__footer p {
  display: grid;
  gap: 5px;
  margin: 0;
}

.jh-projects__footer strong {
  color: var(--jh-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-projects__footer p span {
  color: #BFC6CC;
  font-size: 12px;
  line-height: 1.5;
}

.jh-projects__footer > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 11px 18px;
  border-radius: 6px;
  background: var(--jh-red);
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, transform 160ms ease;
}

.jh-projects__footer > a:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-project-card > a:focus-visible,
.jh-projects__intro a:focus-visible,
.jh-projects__footer > a:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .jh-projects__header {
    gap: 45px;
  }

  .jh-projects__grid {
    gap: 18px;
  }

  .jh-project-card__body {
    padding: 25px 22px 24px;
  }

  .jh-project-card__body h3 {
    font-size: 20px;
  }

  .jh-projects__footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jh-projects__footer > a {
    width: max-content;
  }
}

@media (max-width: 800px) {
  .jh-projects {
    padding: 88px 0 94px;
  }

  .jh-projects__header {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .jh-projects__intro {
    max-width: 720px;
  }

  .jh-projects__grid {
    grid-template-columns: 1fr;
  }

  .jh-project-card__body > span {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .jh-projects {
    padding: 70px 0 76px;
  }

  .jh-projects::before {
    width: 50%;
  }

  .jh-projects__header {
    padding-bottom: 32px;
  }

  .jh-projects__header h2 {
    font-size: 32px;
  }

  .jh-projects__intro {
    padding-left: 16px;
  }

  .jh-projects__grid {
    margin-top: 32px;
  }

  .jh-project-card__body {
    padding: 24px 20px 23px;
  }

  .jh-project-card__body h3 {
    font-size: 21px;
  }

  .jh-projects__footer {
    padding: 26px 22px;
  }

  .jh-projects__footer > a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Complete Boiler System */
.jh-system {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-system::before {
  position: absolute;
  top: -170px;
  right: -190px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(215, 16, 27, 0.11);
  border-radius: 50%;
  content: "";
}

.jh-system::after {
  position: absolute;
  top: -90px;
  right: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(32, 36, 42, 0.08);
  border-radius: 50%;
  content: "";
}

.jh-system .jh-container {
  position: relative;
  z-index: 1;
}

.jh-system__header {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, 0.86fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-system__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-system__header h2 {
  max-width: 850px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-system__intro {
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
}

.jh-system__intro p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-system__intro a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration-color: #B8BEC4;
  text-underline-offset: 5px;
}

.jh-system__intro a:hover {
  color: var(--jh-red);
}

.jh-system__diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 1.04fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 48px;
}

.jh-system__diagram::before {
  position: absolute;
  z-index: -1;
  top: 86px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #C9CFD4;
  content: "";
}

.jh-system__phase {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #D5DADF;
  border-radius: 9px;
  background: var(--jh-light);
}

.jh-system__phase--input::after,
.jh-system__phase--core::after {
  position: absolute;
  z-index: 3;
  top: 79px;
  right: -37px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--jh-red);
  border-right: 2px solid var(--jh-red);
  content: "";
  transform: rotate(45deg);
}

.jh-system__phase-head {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 26px 26px 23px;
  border-bottom: 1px solid #D5DADF;
  background: var(--jh-white);
}

.jh-system__phase-head > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.25);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.055);
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 780;
}

.jh-system__phase-head small {
  display: block;
  margin-bottom: 5px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.jh-system__phase-head h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 18px;
  font-weight: 710;
  letter-spacing: -0.016em;
  line-height: 1.3;
}

.jh-system__components {
  padding: 10px 24px 18px;
}

.jh-system-component {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #D7DCE0;
}

.jh-system-component:last-child {
  border-bottom: 0;
}

.jh-system-component i,
.jh-system__core-control i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.2);
  border-radius: 7px;
  background: var(--jh-white);
  color: var(--jh-red);
  font-style: normal;
}

.jh-system-component svg,
.jh-system__core-control svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.jh-system-component strong,
.jh-system__core-control strong {
  display: block;
  margin-bottom: 5px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
}

.jh-system-component small,
.jh-system__core-control small {
  display: block;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.53;
}

.jh-system__phase--core {
  overflow: hidden;
  padding: 28px 30px 26px;
  border-color: var(--jh-graphite);
  background: var(--jh-graphite);
  color: var(--jh-white);
  box-shadow: 0 20px 48px rgba(32, 36, 42, 0.18);
}

.jh-system__phase--core::before {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.jh-system__core-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.jh-system__core-label span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #FF9DA2;
  font-size: 11px;
  font-weight: 780;
}

.jh-system__core-label small {
  color: #D9DEE2;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.jh-system__boiler-mark {
  display: grid;
  height: 150px;
  place-items: center;
  margin: 20px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(135deg, rgba(255,255,255,0.018), rgba(215,16,27,0.08));
  color: #F0F2F4;
}

.jh-system__boiler-mark svg {
  width: min(82%, 220px);
  height: 120px;
  fill: rgba(255, 255, 255, 0.035);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.jh-system__phase--core > h3 {
  margin: 21px 0 0;
  color: var(--jh-white);
  font-size: 28px;
  font-weight: 710;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.jh-system__phase--core > p {
  margin: 11px 0 0;
  color: #C2C9CE;
  font-size: 12px;
  line-height: 1.6;
}

.jh-system__core-control {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.jh-system__core-control i {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  color: #FF9DA2;
}

.jh-system__core-control strong {
  color: var(--jh-white);
}

.jh-system__core-control small {
  color: #B8C0C6;
}

.jh-system__scope {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  margin-top: 28px;
  padding: 30px 32px;
  border: 1px solid #D4D9DD;
  border-radius: 8px;
  background: var(--jh-light);
}

.jh-system__scope p {
  display: grid;
  gap: 7px;
  margin: 0;
}

.jh-system__scope p span {
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.jh-system__scope p strong {
  max-width: 760px;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.jh-system__scope-actions {
  display: flex;
  gap: 11px;
  align-items: center;
}

.jh-system__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-system__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-system__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-system__button--secondary {
  border-color: var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-system__button--secondary:hover {
  border-color: #C5CBD0;
  background: #ECEFF2;
  color: var(--jh-graphite);
  transform: translateY(-1px);
}

.jh-system__intro a:focus-visible,
.jh-system__button:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-system__header {
    gap: 48px;
  }

  .jh-system__diagram {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr) minmax(0, 1fr);
    gap: 19px;
  }

  .jh-system__phase--input::after,
  .jh-system__phase--core::after {
    right: -27px;
  }

  .jh-system__phase-head {
    padding: 23px 20px 21px;
  }

  .jh-system__components {
    padding-inline: 19px;
  }

  .jh-system__phase--core {
    padding-inline: 23px;
  }

  .jh-system__scope {
    grid-template-columns: 1fr;
    gap: 21px;
  }
}

@media (max-width: 850px) {
  .jh-system {
    padding: 90px 0 96px;
  }

  .jh-system__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-system__intro {
    max-width: 720px;
  }

  .jh-system__diagram {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jh-system__diagram::before,
  .jh-system__phase--input::after,
  .jh-system__phase--core::after {
    display: none;
  }

  .jh-system__phase--core {
    order: -1;
  }

  .jh-system__components {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }

  .jh-system-component {
    grid-template-columns: 1fr;
    padding: 0;
    border-bottom: 0;
  }

  .jh-system__boiler-mark {
    height: 175px;
  }
}

@media (max-width: 640px) {
  .jh-system {
    padding: 72px 0 78px;
  }

  .jh-system::before {
    width: 300px;
    height: 300px;
  }

  .jh-system__header {
    padding-bottom: 32px;
  }

  .jh-system__header h2 {
    font-size: 32px;
  }

  .jh-system__intro {
    padding-left: 16px;
  }

  .jh-system__diagram {
    margin-top: 32px;
  }

  .jh-system__phase--core {
    padding: 25px 22px 24px;
  }

  .jh-system__boiler-mark {
    height: 142px;
  }

  .jh-system__phase--core > h3 {
    font-size: 25px;
  }

  .jh-system__phase-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
  }

  .jh-system__phase-head > span {
    width: 38px;
    height: 38px;
  }

  .jh-system__components {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 20px 16px;
  }

  .jh-system-component {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px 0;
    border-bottom: 1px solid #D7DCE0;
  }

  .jh-system-component:last-child {
    border-bottom: 0;
  }

  .jh-system__scope {
    padding: 27px 22px;
  }

  .jh-system__scope-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-system__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Quality & Certification */
.jh-quality {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-light);
  color: var(--jh-graphite);
}

.jh-quality::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-quality::after {
  position: absolute;
  right: -170px;
  bottom: -190px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(32, 36, 42, 0.07);
  border-radius: 50%;
  content: "";
}

.jh-quality .jh-container {
  position: relative;
  z-index: 1;
}

.jh-quality__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.jh-quality__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-quality__header h2 {
  max-width: 820px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-quality__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-quality__layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 48px;
}

.jh-quality__license {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--jh-graphite);
  border-radius: 9px;
  background: var(--jh-graphite);
  box-shadow: 0 18px 45px rgba(32, 36, 42, 0.14);
}

.jh-quality__document {
  position: relative;
  display: grid;
  min-height: 536px;
  place-items: center;
  box-sizing: border-box;
  padding: 64px 34px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.17), transparent 42%),
    linear-gradient(145deg, #292E35, #20242A 70%);
}

.jh-quality__document > span {
  position: absolute;
  top: 24px;
  left: 28px;
  color: #FFADB1;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-quality__document img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 520px;
  margin: 0 auto;
  border: 7px solid rgba(255, 255, 255, 0.94);
  background: var(--jh-white);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

.jh-quality__license-body {
  padding: 28px 30px 31px;
}

.jh-quality__license-body > p {
  margin: 0 0 9px;
  color: #FF9DA2;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.45;
}

.jh-quality__license-body h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.28;
}

.jh-quality__license-body dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 23px 0 0;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.jh-quality__license-body dl div {
  min-width: 0;
}

.jh-quality__license-body dt {
  margin: 0 0 5px;
  color: #AEB7BE;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-quality__license-body dd {
  margin: 0;
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.45;
}

.jh-quality__control {
  min-width: 0;
  box-sizing: border-box;
  padding: 40px 42px 38px;
  border: 1px solid #D4D9DD;
  border-radius: 9px;
  background: var(--jh-white);
}

.jh-quality__control-head {
  max-width: 760px;
}

.jh-quality__control-head > span {
  display: block;
  margin-bottom: 9px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-quality__control-head h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 31px;
  font-weight: 710;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.jh-quality__control-head p {
  margin: 14px 0 0;
  color: var(--jh-steel);
  font-size: 14px;
  line-height: 1.65;
}

.jh-quality__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.jh-quality__steps li {
  position: relative;
  min-width: 0;
  box-sizing: border-box;
  padding: 23px 21px 22px;
  border: 1px solid #D8DDE1;
  border-radius: 7px;
  background: var(--jh-light);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.jh-quality__steps li:hover {
  border-color: #C6CCD1;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.07);
  transform: translateY(-2px);
}

.jh-quality__steps li > span {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #A9B0B6;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.jh-quality__steps i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 17px;
  border: 1px solid rgba(215, 16, 27, 0.22);
  border-radius: 7px;
  background: var(--jh-white);
  color: var(--jh-red);
  font-style: normal;
}

.jh-quality__steps svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.jh-quality__steps h4 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 710;
  letter-spacing: -0.014em;
  line-height: 1.35;
}

.jh-quality__steps p {
  margin: 8px 0 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.57;
}

.jh-quality__note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 18px;
  padding: 24px 25px;
  border-left: 4px solid var(--jh-red);
  border-radius: 6px;
  background: var(--jh-graphite);
}

.jh-quality__note > div:first-child > span {
  display: block;
  margin-bottom: 6px;
  color: #FF9DA2;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-quality__note p {
  max-width: 680px;
  margin: 0;
  color: #CBD1D5;
  font-size: 11px;
  line-height: 1.58;
}

.jh-quality__actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.jh-quality__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-quality__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-quality__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-quality__button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--jh-white);
}

.jh-quality__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-credentials {
  min-width: 0;
  box-sizing: border-box;
  margin-top: 34px;
  padding: 36px 38px 29px;
  border: 1px solid #D4D9DD;
  border-radius: 9px;
  background: var(--jh-white);
}

.jh-credentials__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-credentials__header span {
  display: block;
  margin-bottom: 8px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-credentials__header h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 29px;
  font-weight: 710;
  letter-spacing: -0.027em;
  line-height: 1.18;
}

.jh-credentials__header > p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.62;
}

.jh-credentials__grid {
  display: grid;
  grid-auto-columns: 238px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 304px);
  gap: 16px;
  overflow-x: auto;
  max-width: 100%;
  padding: 2px 2px 17px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--jh-red) #E4E8EB;
  scrollbar-width: thin;
}

.jh-credentials__grid::-webkit-scrollbar {
  height: 7px;
}

.jh-credentials__grid::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #E4E8EB;
}

.jh-credentials__grid::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: var(--jh-red);
}

.jh-credentials__grid:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.26);
  outline-offset: 4px;
}

.jh-credential-card {
  display: grid;
  overflow: hidden;
  grid-template-rows: 215px minmax(0, 1fr);
  min-width: 0;
  height: 304px;
  margin: 0;
  border: 1px solid #D8DDE1;
  border-radius: 7px;
  background: var(--jh-white);
  scroll-snap-align: start;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jh-credential-card:hover {
  border-color: #C6CCD1;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.08);
  transform: translateY(-2px);
}

.jh-credential-card > div {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  box-sizing: border-box;
  padding: 18px;
  border-bottom: 1px solid #D8DDE1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0)),
    #EEF1F3;
}

.jh-credential-card > div::after {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 4px 7px;
  border: 1px solid rgba(32, 36, 42, 0.11);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.82);
  color: #68717A;
  content: "PROTECTED PREVIEW";
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.jh-credential-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jh-credential-card--partner > div {
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.11), transparent 42%),
    #E7EAED;
}

.jh-credential-card--partner > div::before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  border-radius: 3px;
  background: rgba(32, 36, 42, 0.82);
  color: var(--jh-white);
  content: "JOINT RESOURCE";
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.3;
}

.jh-credential-card figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 14px 16px 15px;
}

.jh-credential-card figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--jh-red);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.jh-credential-card--partner figcaption span {
  color: #7A838B;
}

.jh-credential-card figcaption strong {
  display: block;
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.38;
}

.jh-quality__button:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.32);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-quality__header {
    gap: 48px;
  }

  .jh-quality__layout {
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    gap: 24px;
  }

  .jh-quality__control {
    padding: 34px 30px 31px;
  }

  .jh-quality__note {
    grid-template-columns: 1fr;
  }

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

  .jh-quality__button {
    white-space: normal;
  }

  .jh-credentials__header {
    gap: 36px;
  }
}

@media (max-width: 850px) {
  .jh-quality {
    padding: 90px 0 96px;
  }

  .jh-quality__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-quality__header > p {
    max-width: 720px;
  }

  .jh-quality__layout {
    grid-template-columns: 1fr;
  }

  .jh-quality__license {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .jh-quality__document {
    min-height: 500px;
    padding: 58px 28px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .jh-quality__document img {
    max-height: 440px;
  }

  .jh-quality__license-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .jh-credentials {
    padding-inline: 30px;
  }

  .jh-credentials__header {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .jh-quality {
    padding: 72px 0 78px;
  }

  .jh-quality::before {
    width: 50%;
  }

  .jh-quality__header h2 {
    font-size: 32px;
  }

  .jh-quality__header > p {
    padding-left: 16px;
  }

  .jh-quality__layout {
    margin-top: 32px;
  }

  .jh-quality__license {
    display: block;
  }

  .jh-quality__document {
    min-height: 0;
    padding: 58px 26px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-quality__document img {
    width: 100%;
    max-height: none;
  }

  .jh-quality__license-body {
    display: block;
    padding: 26px 23px 28px;
  }

  .jh-quality__license-body h3 {
    font-size: 21px;
  }

  .jh-quality__license-body dl {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .jh-quality__control {
    padding: 29px 21px 22px;
  }

  .jh-quality__control-head h3 {
    font-size: 27px;
  }

  .jh-quality__steps {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .jh-quality__note {
    padding: 22px 19px;
  }

  .jh-quality__actions {
    grid-template-columns: 1fr;
  }

  .jh-quality__button {
    width: 100%;
  }

  .jh-credentials {
    margin-top: 24px;
    padding: 27px 18px 22px;
  }

  .jh-credentials__header {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }

  .jh-credentials__header h3 {
    font-size: 25px;
  }

  .jh-credentials__grid {
    grid-auto-columns: 208px;
    grid-template-rows: repeat(2, 286px);
    gap: 13px;
  }

  .jh-credential-card {
    grid-template-rows: 198px minmax(0, 1fr);
    height: 286px;
  }

  .jh-credential-card > div {
    padding: 14px;
  }
}

/* Service Process */
.jh-service-process {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  background:
    radial-gradient(circle at 92% 0, rgba(215, 16, 27, 0.16), transparent 29%),
    linear-gradient(180deg, #20242A 0%, #1D2127 100%);
  color: var(--jh-white);
}

.jh-service-process::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-service-process::after {
  position: absolute;
  right: -150px;
  bottom: -220px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(255, 255, 255, 0.018);
  content: "";
}

.jh-service-process .jh-container {
  position: relative;
  z-index: 1;
}

.jh-service-process__header {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 72px;
  align-items: end;
}

.jh-service-process__eyebrow {
  margin: 0 0 17px;
  color: #FF9298;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-service-process__header h2 {
  max-width: 850px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-service-process__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
  color: #C5CBD0;
  font-size: 15px;
  line-height: 1.68;
}

.jh-service-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.jh-service-step {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 254px;
  box-sizing: border-box;
  padding: 25px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #242930;
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.jh-service-step::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 3px;
  background: var(--jh-red);
  content: "";
}

.jh-service-step:hover {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.jh-service-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 23px;
}

.jh-service-step__top i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.48);
  border-radius: 7px;
  background: rgba(215, 16, 27, 0.11);
  color: #FF8D93;
  font-style: normal;
}

.jh-service-step__top svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.jh-service-step__top > span {
  color: rgba(255, 255, 255, 0.24);
  font-size: 30px;
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1;
}

.jh-service-step__phase {
  margin: 0 0 7px;
  color: #FF9298;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-service-step h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.3;
}

.jh-service-step > p:last-child {
  margin: 10px 0 0;
  color: #BFC6CB;
  font-size: 12px;
  line-height: 1.62;
}

.jh-service-process__start {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--jh-red);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.jh-service-process__requirements > span {
  display: block;
  margin-bottom: 13px;
  color: #FF9298;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-service-process__requirements ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-service-process__requirements li {
  position: relative;
  margin: 0;
  padding: 7px 10px 7px 25px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
  color: #F4F6F8;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

.jh-service-process__requirements li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jh-red);
  content: "";
  transform: translateY(-50%);
}

.jh-service-process__requirements > p {
  max-width: 790px;
  margin: 14px 0 0;
  color: #AEB6BC;
  font-size: 10px;
  line-height: 1.58;
}

.jh-service-process__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  min-width: 232px;
}

.jh-service-process__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-service-process__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-service-process__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-service-process__button--secondary {
  border-color: rgba(255, 255, 255, 0.23);
  background: transparent;
  color: var(--jh-white);
}

.jh-service-process__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.07);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-service-process__button:focus-visible {
  outline: 3px solid rgba(255, 146, 152, 0.48);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-service-process__header {
    gap: 48px;
  }

  .jh-service-process__grid {
    gap: 14px;
  }

  .jh-service-step {
    padding-inline: 19px;
  }

  .jh-service-process__start {
    grid-template-columns: 1fr;
  }

  .jh-service-process__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .jh-service-process__button {
    white-space: normal;
  }
}

@media (max-width: 850px) {
  .jh-service-process {
    padding: 90px 0 96px;
  }

  .jh-service-process__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-service-process__header > p {
    max-width: 720px;
  }

  .jh-service-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }

  .jh-service-step {
    min-height: 238px;
    padding: 24px 22px 23px;
  }
}

@media (max-width: 640px) {
  .jh-service-process {
    padding: 72px 0 78px;
  }

  .jh-service-process::before {
    width: 50%;
  }

  .jh-service-process__header h2 {
    font-size: 32px;
  }

  .jh-service-process__header > p {
    padding-left: 16px;
  }

  .jh-service-process__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .jh-service-step {
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .jh-service-step__top {
    margin-bottom: 18px;
  }

  .jh-service-step__top i {
    width: 44px;
    height: 44px;
  }

  .jh-service-process__start {
    gap: 23px;
    margin-top: 18px;
    padding: 24px 19px;
  }

  .jh-service-process__requirements ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-service-process__requirements li {
    min-width: 0;
  }

  .jh-service-process__actions {
    grid-template-columns: 1fr;
  }

  .jh-service-process__button {
    width: 100%;
  }
}

/* Knowledge Center */
.jh-knowledge {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-knowledge::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-knowledge::after {
  position: absolute;
  top: 72px;
  left: -115px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(32, 36, 42, 0.05);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(32, 36, 42, 0.018);
  content: "";
}

.jh-knowledge .jh-container {
  position: relative;
  z-index: 1;
}

.jh-knowledge__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.jh-knowledge__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-knowledge__header h2 {
  max-width: 840px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-knowledge__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-knowledge__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 50px;
}

.jh-knowledge__feature {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 592px;
  margin: 0;
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.23), transparent 37%),
    linear-gradient(145deg, #2A3037 0%, #20242A 72%);
  box-shadow: 0 20px 46px rgba(32, 36, 42, 0.16);
  color: var(--jh-white);
}

.jh-knowledge__feature::after {
  position: absolute;
  right: -82px;
  bottom: -95px;
  width: 265px;
  height: 265px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.jh-knowledge__feature-mark {
  position: absolute;
  top: 38px;
  right: 39px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: rgba(255, 255, 255, 0.13);
}

.jh-knowledge__feature-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.jh-knowledge__feature-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 592px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 48px 45px 44px;
}

.jh-knowledge__feature-content > p:first-child {
  max-width: calc(100% - 145px);
  margin: 0;
  color: #FF9298;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-knowledge__feature h3 {
  max-width: 500px;
  margin: 27px 0 0;
  color: var(--jh-white);
  font-size: 34px;
  font-weight: 710;
  letter-spacing: -0.031em;
  line-height: 1.13;
}

.jh-knowledge__feature h3 + p {
  max-width: 590px;
  margin: 18px 0 0;
  color: #C4CBD0;
  font-size: 13px;
  line-height: 1.67;
}

.jh-knowledge__feature ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.jh-knowledge__feature li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  padding: 17px 13px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-knowledge__feature li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-knowledge__feature li:nth-child(even) {
  padding-left: 18px;
}

.jh-knowledge__feature li span {
  color: #FF9298;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.jh-knowledge__feature li strong {
  min-width: 0;
  color: #F4F6F8;
  font-size: 11px;
  font-weight: 680;
  line-height: 1.4;
}

.jh-knowledge__feature-content > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 27px;
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.4;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 5px;
}

.jh-knowledge__feature-content > a:hover {
  color: #FF9298;
}

.jh-knowledge__topics {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.jh-knowledge-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 21px;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 27px 28px 25px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-light);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.jh-knowledge-card:hover {
  border-color: #C6CCD1;
  box-shadow: 0 14px 30px rgba(32, 36, 42, 0.09);
  transform: translateY(-2px);
}

.jh-knowledge-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.23);
  border-radius: 7px;
  background: var(--jh-white);
  color: var(--jh-red);
}

.jh-knowledge-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.jh-knowledge-card > div:last-child > p:first-child {
  margin: 0 0 7px;
  color: var(--jh-red);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-knowledge-card h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 19px;
  font-weight: 710;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.jh-knowledge-card h3 + p {
  margin: 9px 0 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.58;
}

.jh-knowledge-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--jh-graphite);
  font-size: 10px;
  font-weight: 710;
  line-height: 1.4;
  text-decoration-color: var(--jh-border);
  text-underline-offset: 4px;
}

.jh-knowledge-card a:hover {
  color: var(--jh-red);
}

.jh-knowledge__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 27px 30px;
  border: 1px solid #D4D9DD;
  border-left: 4px solid var(--jh-red);
  border-radius: 7px;
  background: var(--jh-light);
}

.jh-knowledge__footer > div:first-child > span {
  display: block;
  margin-bottom: 7px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-knowledge__footer p {
  max-width: 720px;
  margin: 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.6;
}

.jh-knowledge__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.jh-knowledge__button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-knowledge__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-knowledge__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-knowledge__button--secondary {
  border-color: #C9CFD4;
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-knowledge__button--secondary:hover {
  border-color: #AEB6BC;
  background: #ECEFF2;
  color: var(--jh-graphite);
  transform: translateY(-1px);
}

.jh-knowledge a:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.29);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-knowledge__header {
    gap: 48px;
  }

  .jh-knowledge__layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  }

  .jh-knowledge__feature-content {
    padding-inline: 36px;
  }

  .jh-knowledge-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 17px;
    padding-inline: 23px;
  }

  .jh-knowledge-card__icon {
    width: 48px;
    height: 48px;
  }

  .jh-knowledge__footer {
    grid-template-columns: 1fr;
  }

  .jh-knowledge__button {
    white-space: normal;
  }
}

@media (max-width: 850px) {
  .jh-knowledge {
    padding: 90px 0 96px;
  }

  .jh-knowledge__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-knowledge__header > p {
    max-width: 720px;
  }

  .jh-knowledge__layout {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .jh-knowledge__feature,
  .jh-knowledge__feature-content {
    min-height: 550px;
  }

  .jh-knowledge__topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .jh-knowledge-card {
    display: block;
    padding: 25px 22px 24px;
  }

  .jh-knowledge-card__icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .jh-knowledge {
    padding: 72px 0 78px;
  }

  .jh-knowledge::before {
    width: 50%;
  }

  .jh-knowledge__header h2 {
    font-size: 32px;
  }

  .jh-knowledge__header > p {
    padding-left: 16px;
  }

  .jh-knowledge__layout {
    gap: 16px;
    margin-top: 32px;
  }

  .jh-knowledge__feature,
  .jh-knowledge__feature-content {
    min-height: 0;
  }

  .jh-knowledge__feature-mark {
    top: 26px;
    right: 23px;
    width: 78px;
    height: 78px;
  }

  .jh-knowledge__feature-content {
    padding: 35px 23px 32px;
  }

  .jh-knowledge__feature-content > p:first-child {
    max-width: calc(100% - 92px);
  }

  .jh-knowledge__feature h3 {
    margin-top: 35px;
    font-size: 29px;
  }

  .jh-knowledge__feature ul {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .jh-knowledge__feature li,
  .jh-knowledge__feature li:nth-child(even) {
    padding: 14px 0;
    border-right: 0;
  }

  .jh-knowledge__feature-content > a {
    margin-top: 27px;
    padding-top: 0;
  }

  .jh-knowledge__topics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jh-knowledge-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 23px 19px 22px;
  }

  .jh-knowledge-card__icon {
    margin-bottom: 0;
  }

  .jh-knowledge__footer {
    gap: 22px;
    margin-top: 18px;
    padding: 24px 19px;
  }

  .jh-knowledge__actions {
    grid-template-columns: 1fr;
  }

  .jh-knowledge__button {
    width: 100%;
  }
}

/* Final conversion CTA */
.jh-final-cta {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 116px;
  background:
    radial-gradient(circle at 8% 110%, rgba(215, 16, 27, 0.24), transparent 34%),
    linear-gradient(145deg, #272D34 0%, #1C2025 58%, #171A1F 100%);
  color: var(--jh-white);
}

.jh-final-cta::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  opacity: 0.58;
  pointer-events: none;
}

.jh-final-cta::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-final-cta .jh-container {
  position: relative;
  z-index: 1;
}

.jh-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: 76px;
  align-items: center;
}

.jh-final-cta__content {
  min-width: 0;
}

.jh-final-cta__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  color: #FF969C;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.jh-final-cta__eyebrow span {
  width: 42px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--jh-red);
}

.jh-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(39px, 4.25vw, 56px);
  font-weight: 720;
  letter-spacing: -0.042em;
  line-height: 1.06;
}

.jh-final-cta__intro {
  max-width: 670px;
  margin: 26px 0 0;
  color: #C4CBD1;
  font-size: 16px;
  line-height: 1.7;
}

.jh-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.jh-final-cta__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.jh-final-cta__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
  box-shadow: 0 12px 30px rgba(215, 16, 27, 0.25);
}

.jh-final-cta__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-final-cta__button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--jh-white);
}

.jh-final-cta__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-final-cta__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin: 27px 0 0;
  color: #9FA8B0;
  font-size: 11px;
  line-height: 1.5;
}

.jh-final-cta__contact span {
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
}

.jh-final-cta__contact a {
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 680;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 4px;
}

.jh-final-cta__contact a:hover {
  color: #FF969C;
}

.jh-final-cta__checklist {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 34px 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(3px);
}

.jh-final-cta__checklist-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-final-cta__checklist-header p {
  margin: 0 0 7px;
  color: #FF969C;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-final-cta__checklist-header h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.jh-final-cta__checklist-header > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  border: 1px solid rgba(255, 150, 156, 0.34);
  border-radius: 3px;
  background: rgba(215, 16, 27, 0.12);
  color: #FFB1B5;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.jh-final-cta__checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-final-cta__checklist li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-final-cta__checklist li i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.5);
  border-radius: 4px;
  background: rgba(215, 16, 27, 0.14);
  color: #FF969C;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.jh-final-cta__checklist li span {
  min-width: 0;
}

.jh-final-cta__checklist li strong,
.jh-final-cta__checklist li small {
  display: block;
}

.jh-final-cta__checklist li strong {
  color: #F6F7F8;
  font-size: 12px;
  font-weight: 690;
  line-height: 1.35;
}

.jh-final-cta__checklist li small {
  margin-top: 5px;
  color: #AEB7BE;
  font-size: 9px;
  line-height: 1.45;
}

.jh-final-cta__note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 23px 0 0;
  color: #AEB7BE;
  font-size: 9px;
  line-height: 1.58;
}

.jh-final-cta__note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #FF969C;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.jh-final-cta a:focus-visible {
  outline: 3px solid rgba(255, 150, 156, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-final-cta__layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    gap: 46px;
  }

  .jh-final-cta__checklist {
    padding-inline: 28px;
  }
}

@media (max-width: 900px) {
  .jh-final-cta {
    padding: 90px 0 96px;
  }

  .jh-final-cta__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .jh-final-cta__content,
  .jh-final-cta h2,
  .jh-final-cta__intro {
    max-width: 760px;
  }

  .jh-final-cta__checklist {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .jh-final-cta {
    padding: 72px 0 78px;
  }

  .jh-final-cta::after {
    width: 50%;
  }

  .jh-final-cta__layout {
    gap: 36px;
  }

  .jh-final-cta__eyebrow {
    font-size: 10px;
  }

  .jh-final-cta__eyebrow span {
    width: 30px;
  }

  .jh-final-cta h2 {
    font-size: 34px;
  }

  .jh-final-cta__intro {
    margin-top: 21px;
    font-size: 15px;
  }

  .jh-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .jh-final-cta__button {
    width: 100%;
    padding-inline: 17px;
  }

  .jh-final-cta__contact {
    display: grid;
    gap: 6px;
  }

  .jh-final-cta__checklist {
    padding: 25px 20px 24px;
  }

  .jh-final-cta__checklist-header {
    display: grid;
    gap: 14px;
    padding-bottom: 20px;
  }

  .jh-final-cta__checklist-header h3 {
    font-size: 22px;
  }

  .jh-final-cta__checklist-header > span {
    justify-self: start;
  }

  .jh-final-cta__checklist ul {
    grid-template-columns: 1fr;
  }

  .jh-final-cta__checklist li {
    padding: 17px 0 16px;
  }
}

/* Products overview page */
.page-id-44 .content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-44 .entry-header {
  display: none;
}

.page-id-44 .entry-content,
.page-id-44 .entry-content-wrap {
  margin: 0;
  padding: 0;
}

.page-id-44 #primary,
.page-id-44 .site-main,
.page-id-44 article.page {
  width: 100%;
  max-width: none;
}

.page-id-44 article.page {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jh-products-page {
  color: var(--jh-graphite);
}

.jh-products-hero {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 42px 0 104px;
  border-bottom: 4px solid var(--jh-red);
  background:
    radial-gradient(circle at 92% 6%, rgba(215, 16, 27, 0.21), transparent 30%),
    linear-gradient(145deg, #292F36 0%, #20242A 58%, #181B20 100%);
  color: var(--jh-white);
}

.jh-products-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.jh-products-hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018);
  content: "";
}

.jh-products-hero .jh-container {
  position: relative;
  z-index: 1;
}

.jh-products-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 64px;
  color: #8F99A2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-products-breadcrumb a {
  color: #C5CBD0;
  text-decoration: none;
}

.jh-products-breadcrumb a:hover {
  color: var(--jh-white);
}

.jh-products-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(450px, 0.92fr);
  gap: clamp(54px, 7vw, 94px);
  align-items: center;
}

.jh-products-hero__content {
  min-width: 0;
}

.jh-products-hero__eyebrow {
  margin: 0 0 19px;
  padding-left: 15px;
  border-left: 3px solid var(--jh-red);
  color: #FF989E;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.jh-products-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(43px, 4.8vw, 62px);
  font-weight: 720;
  letter-spacing: -0.046em;
  line-height: 1.04;
}

.jh-products-hero__content > p:last-of-type {
  max-width: 720px;
  margin: 27px 0 0;
  color: #C3CBD1;
  font-size: 17px;
  line-height: 1.68;
}

.jh-products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.jh-products-hero__button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.jh-products-hero__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
  box-shadow: 0 12px 30px rgba(215, 16, 27, 0.24);
}

.jh-products-hero__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-products-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--jh-white);
}

.jh-products-hero__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.09);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-products-hero__selector {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 31px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.jh-products-hero__selector-head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-products-hero__selector-head span {
  color: #FF989E;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.jh-products-hero__selector-head strong {
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 690;
  line-height: 1.4;
  text-align: right;
}

.jh-products-hero__selector ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-products-hero__selector li {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-products-hero__selector li i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.5);
  border-radius: 4px;
  background: rgba(215, 16, 27, 0.15);
  color: #FF989E;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.jh-products-hero__selector li strong,
.jh-products-hero__selector li small {
  display: block;
}

.jh-products-hero__selector li strong {
  color: #F5F6F7;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-products-hero__selector li small {
  margin-top: 5px;
  color: #AAB3BB;
  font-size: 9px;
  line-height: 1.45;
}

.jh-products-hero__selector > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  color: var(--jh-white);
  font-size: 11px;
  font-weight: 720;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
}

.jh-products-hero__selector > a:hover {
  color: #FF989E;
}

.jh-product-jump {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-white);
  box-shadow: 0 9px 24px rgba(32, 36, 42, 0.055);
}

.jh-product-jump .jh-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.jh-product-jump a {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 13px;
  border-right: 1px solid var(--jh-border);
  color: var(--jh-graphite);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.jh-product-jump a:first-child {
  border-left: 1px solid var(--jh-border);
}

.jh-product-jump a:hover {
  background: var(--jh-light);
  color: var(--jh-red);
}

.jh-product-families {
  box-sizing: border-box;
  padding: 116px 0 122px;
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-product-families__header,
.jh-product-directory__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.jh-product-families__eyebrow,
.jh-product-directory__eyebrow,
.jh-product-selection__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-product-families__header h2,
.jh-product-directory__header h2,
.jh-product-selection__intro h2 {
  max-width: 830px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.038em;
  line-height: 1.08;
}

.jh-product-families__header > p,
.jh-product-directory__header > p {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-product-families__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  margin-top: 51px;
}

.jh-family-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--jh-border);
  border-radius: 9px;
  background: var(--jh-white);
  box-shadow: 0 7px 22px rgba(32, 36, 42, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-family-card:hover {
  border-color: #C5CBD0;
  box-shadow: 0 18px 38px rgba(32, 36, 42, 0.11);
  transform: translateY(-3px);
}

.jh-family-card__media {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 28px 22px 18px;
  border-bottom: 1px solid var(--jh-border);
  background:
    linear-gradient(rgba(32, 36, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 36, 42, 0.025) 1px, transparent 1px),
    var(--jh-light);
  background-size: 34px 34px;
}

.jh-family-card__media::after {
  position: absolute;
  right: -66px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(215, 16, 27, 0.09);
  border-radius: 50%;
  content: "";
}

.jh-family-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 205px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.jh-family-card__media > span {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 18px;
  padding: 7px 9px;
  border-radius: 3px;
  background: var(--jh-graphite);
  color: var(--jh-white);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.jh-family-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  padding: 27px 27px 28px;
}

.jh-family-card__top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.jh-family-card__top span {
  color: var(--jh-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jh-family-card__top strong {
  color: #7C858D;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-align: right;
}

.jh-family-card h3 {
  margin: 19px 0 0;
  color: var(--jh-graphite);
  font-size: 23px;
  font-weight: 710;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.jh-family-card h3 + p {
  margin: 13px 0 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.62;
}

.jh-family-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.jh-family-card li {
  padding: 6px 8px;
  border: 1px solid var(--jh-border);
  border-radius: 3px;
  background: var(--jh-light);
  color: #59636C;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.35;
}

.jh-family-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  color: var(--jh-graphite);
  font-size: 11px;
  font-weight: 730;
  text-decoration-color: var(--jh-border);
  text-underline-offset: 4px;
}

.jh-family-card__body > a:hover {
  color: var(--jh-red);
}

.jh-product-directory {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-light);
  color: var(--jh-graphite);
}

.jh-product-directory::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-product-directory .jh-container {
  position: relative;
  z-index: 1;
}

.jh-product-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
  margin-top: 50px;
}

.jh-directory-card {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 30px 27px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 5px 18px rgba(32, 36, 42, 0.04);
  scroll-margin-top: 32px;
}

.jh-directory-card:first-child,
.jh-directory-card:last-child {
  grid-column: 1 / -1;
}

.jh-directory-card__heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-directory-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.22);
  border-radius: 6px;
  background: rgba(215, 16, 27, 0.055);
  color: var(--jh-red);
}

.jh-directory-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.jh-directory-card__heading p {
  margin: 0 0 5px;
  color: var(--jh-red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-directory-card__heading h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 23px;
  font-weight: 710;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.jh-directory-card__groups {
  display: grid;
  gap: 19px;
  margin-top: 23px;
}

.jh-directory-card:first-child .jh-directory-card__groups,
.jh-directory-card:last-child .jh-directory-card__groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-directory-card__groups > div {
  min-width: 0;
}

.jh-directory-card__groups strong {
  display: block;
  margin-bottom: 10px;
  color: #4B555E;
  font-size: 10px;
  font-weight: 730;
  line-height: 1.4;
}

.jh-directory-card__groups p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.jh-directory-card__groups span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 9px;
  border: 1px solid #DDE1E4;
  border-radius: 3px;
  background: var(--jh-light);
  color: #5D6770;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.35;
}

.jh-product-directory__note {
  margin: 22px 0 0;
  padding: 18px 21px;
  border: 1px solid #D4D9DD;
  border-left: 4px solid var(--jh-red);
  border-radius: 5px;
  background: var(--jh-white);
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.6;
}

.jh-product-selection {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 118px;
  background:
    radial-gradient(circle at 8% 105%, rgba(215, 16, 27, 0.22), transparent 34%),
    var(--jh-graphite);
  color: var(--jh-white);
}

.jh-product-selection::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.jh-product-selection__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(520px, 1.17fr);
  gap: clamp(54px, 7vw, 92px);
  align-items: start;
}

.jh-product-selection__eyebrow {
  color: #FF989E;
}

.jh-product-selection__intro h2 {
  color: var(--jh-white);
}

.jh-product-selection__intro > p:last-of-type {
  max-width: 590px;
  margin: 25px 0 0;
  color: #C3CBD1;
  font-size: 15px;
  line-height: 1.7;
}

.jh-product-selection__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.jh-product-selection__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 740;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-product-selection__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-product-selection__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-product-selection__button--secondary {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: var(--jh-white);
}

.jh-product-selection__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-product-selection__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.jh-product-selection__steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 25px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.jh-product-selection__steps > li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.55);
  border-radius: 5px;
  background: rgba(215, 16, 27, 0.14);
  color: #FF989E;
  font-size: 10px;
  font-weight: 800;
}

.jh-product-selection__steps h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.jh-product-selection__steps p {
  margin: 9px 0 0;
  color: #AFB8BF;
  font-size: 12px;
  line-height: 1.62;
}

.jh-products-cta {
  box-sizing: border-box;
  padding: 78px 0 84px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-white);
}

.jh-products-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 45px 48px;
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.2), transparent 34%),
    var(--jh-graphite);
  box-shadow: 0 20px 46px rgba(32, 36, 42, 0.15);
  color: var(--jh-white);
}

.jh-products-cta__panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 4px;
  background: var(--jh-red);
  content: "";
}

.jh-products-cta__panel > div {
  position: relative;
  z-index: 1;
}

.jh-products-cta__panel > div:first-child > p {
  margin: 0 0 11px;
  color: #FF989E;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-products-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(29px, 3.2vw, 40px);
  font-weight: 710;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.jh-products-cta__panel > div:first-child > span {
  display: block;
  max-width: 760px;
  margin-top: 15px;
  color: #B8C0C6;
  font-size: 12px;
  line-height: 1.62;
}

.jh-products-cta__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.jh-products-cta__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 740;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.jh-products-cta__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-products-cta__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
}

.jh-products-cta__button--secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--jh-white);
}

.jh-products-cta__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
  color: var(--jh-white);
}

.jh-products-page a:focus-visible,
.jh-product-families a:focus-visible,
.jh-product-selection a:focus-visible,
.jh-products-cta a:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-products-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 48px;
  }

  .jh-product-families__header,
  .jh-product-directory__header {
    gap: 48px;
  }

  .jh-product-families__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-product-selection__grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1.25fr);
    gap: 48px;
  }

  .jh-products-cta__panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .jh-products-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .jh-products-hero {
    padding-bottom: 88px;
  }

  .jh-products-breadcrumb {
    margin-bottom: 48px;
  }

  .jh-products-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jh-products-hero__content,
  .jh-products-hero__selector {
    max-width: 760px;
  }

  .jh-product-jump {
    overflow-x: auto;
  }

  .jh-product-jump .jh-container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(6, minmax(145px, 1fr));
  }

  .jh-product-families,
  .jh-product-directory {
    padding: 90px 0 96px;
  }

  .jh-product-families__header,
  .jh-product-directory__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-product-families__header > p,
  .jh-product-directory__header > p {
    max-width: 720px;
  }

  .jh-product-directory__grid {
    grid-template-columns: 1fr;
  }

  .jh-directory-card:first-child,
  .jh-directory-card:last-child {
    grid-column: auto;
  }

  .jh-product-selection {
    padding: 90px 0 96px;
  }

  .jh-product-selection__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jh-product-selection__intro {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .jh-products-hero {
    padding: 30px 0 70px;
  }

  .jh-products-breadcrumb {
    margin-bottom: 38px;
  }

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

  .jh-products-hero__content > p:last-of-type {
    margin-top: 22px;
    font-size: 15px;
  }

  .jh-products-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .jh-products-hero__button {
    width: 100%;
  }

  .jh-products-hero__selector {
    padding: 25px 20px 23px;
  }

  .jh-products-hero__selector-head {
    display: grid;
    gap: 7px;
  }

  .jh-products-hero__selector-head strong {
    text-align: left;
  }

  .jh-products-hero__selector ol {
    grid-template-columns: 1fr;
  }

  .jh-product-jump .jh-container {
    padding-inline: 0;
  }

  .jh-product-jump a {
    min-height: 62px;
  }

  .jh-product-families,
  .jh-product-directory {
    padding: 72px 0 78px;
  }

  .jh-product-families__header h2,
  .jh-product-directory__header h2,
  .jh-product-selection__intro h2 {
    font-size: 32px;
  }

  .jh-product-families__header > p,
  .jh-product-directory__header > p {
    padding-left: 16px;
  }

  .jh-product-families__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .jh-family-card__media {
    min-height: 235px;
  }

  .jh-family-card__media img {
    height: 185px;
  }

  .jh-family-card__body {
    padding: 24px 21px 25px;
  }

  .jh-product-directory::before {
    width: 50%;
  }

  .jh-product-directory__grid {
    margin-top: 36px;
  }

  .jh-directory-card {
    padding: 24px 20px 22px;
  }

  .jh-directory-card__heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .jh-directory-card__icon {
    width: 44px;
    height: 44px;
  }

  .jh-directory-card__heading h3 {
    font-size: 21px;
  }

  .jh-directory-card:first-child .jh-directory-card__groups,
  .jh-directory-card:last-child .jh-directory-card__groups {
    grid-template-columns: 1fr;
  }

  .jh-product-selection {
    padding: 72px 0 78px;
  }

  .jh-product-selection__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-product-selection__button {
    width: 100%;
  }

  .jh-product-selection__steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 21px 0 20px;
  }

  .jh-product-selection__steps > li > span {
    width: 42px;
    height: 42px;
  }

  .jh-product-selection__steps h3 {
    font-size: 18px;
  }

  .jh-products-cta {
    padding: 62px 0 68px;
  }

  .jh-products-cta__panel {
    gap: 26px;
    padding: 34px 22px 28px;
  }

  .jh-products-cta h2 {
    font-size: 30px;
  }

  .jh-products-cta__actions {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .jh-products-cta__button {
    width: 100%;
    white-space: normal;
  }
}

/* Request a Quote page */
.page-id-58 .content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-58 .entry-header {
  display: none;
}

.page-id-58 .entry-content,
.page-id-58 .entry-content-wrap {
  margin: 0;
  padding: 0;
}

.page-id-58 #primary,
.page-id-58 .site-main,
.page-id-58 article.page {
  width: 100%;
  max-width: none;
}

.jh-quote-hero {
  padding: 88px 0 128px;
  border-bottom: 4px solid var(--jh-red);
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-quote-hero__eyebrow {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 1.5px;
  line-height: 1.35;
}

.jh-quote-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.jh-quote-hero > .jh-container > p:not(.jh-quote-hero__eyebrow) {
  max-width: 820px;
  margin: 24px 0 0;
  color: #C7CDD3;
  font-size: 17px;
  line-height: 1.65;
}

.jh-quote-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin-top: 32px;
}

.jh-quote-hero__points span {
  position: relative;
  padding-left: 17px;
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.jh-quote-hero__points span::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jh-red);
  content: "";
}

.jh-quote-main {
  padding: 0 0 112px;
  background: var(--jh-light);
}

.jh-quote-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(600px, 1.26fr);
  gap: 28px;
  align-items: start;
  transform: translateY(-64px);
}

.jh-quote-sidebar {
  display: grid;
  gap: 22px;
}

.jh-quote-sidebar__card,
.jh-quote-contact,
.jh-quote-form {
  box-sizing: border-box;
  border: 1px solid var(--jh-border);
  border-radius: 9px;
  background: var(--jh-white);
  box-shadow: 0 16px 42px rgba(32, 36, 42, 0.09);
}

.jh-quote-sidebar__card {
  padding: 32px;
  border-top: 3px solid var(--jh-red);
}

.jh-quote-sidebar__label {
  margin: 0 0 11px;
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.jh-quote-sidebar__card h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.22;
}

.jh-quote-sidebar__card ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.jh-quote-sidebar__card li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--jh-border);
}

.jh-quote-sidebar__card li > span {
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
}

.jh-quote-sidebar__card li p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.jh-quote-sidebar__card li strong {
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.35;
}

.jh-quote-sidebar__card li small {
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.5;
}

.jh-quote-contact {
  padding: 28px;
  box-shadow: 0 8px 25px rgba(32, 36, 42, 0.06);
}

.jh-quote-contact__whatsapp {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 7px;
  background: #F0F8F3;
  color: var(--jh-graphite);
  text-decoration: none;
}

.jh-quote-contact__whatsapp svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: #1F9D55;
}

.jh-quote-contact__whatsapp span,
.jh-quote-contact__email,
.jh-quote-contact__facebook {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.jh-quote-contact__whatsapp small,
.jh-quote-contact__email small,
.jh-quote-contact__facebook small {
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.35;
}

.jh-quote-contact__whatsapp strong,
.jh-quote-contact__email strong,
.jh-quote-contact__facebook strong {
  overflow-wrap: anywhere;
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.4;
}

.jh-quote-contact__email,
.jh-quote-contact__facebook {
  margin-top: 14px;
  padding: 14px 15px;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  color: var(--jh-graphite);
  text-decoration: none;
}

.jh-quote-contact > p:last-child {
  margin: 16px 0 0;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.55;
}

.jh-quote-contact a:hover {
  border-color: #C4CAD0;
}

.jh-quote-form {
  padding: 38px;
}

.jh-quote-form__prefill {
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(215, 16, 27, 0.18);
  border-left: 3px solid var(--jh-red);
  border-radius: 6px;
  background: rgba(215, 16, 27, 0.045);
}

.jh-quote-form__prefill strong,
.jh-quote-form__prefill span {
  display: block;
}

.jh-quote-form__prefill strong {
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.4;
}

.jh-quote-form__prefill span {
  margin-top: 3px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.5;
}

.jh-quote-form__header > p {
  margin: 0 0 9px;
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.jh-quote-form__header h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.jh-quote-form__header > span {
  display: block;
  margin-top: 8px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.45;
}

.jh-quote-form__header b,
.jh-field label b {
  color: var(--jh-red);
}

.jh-form-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--jh-border);
}

.jh-form-section__heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-bottom: 24px;
}

.jh-form-section__heading > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.2);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.05);
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
}

.jh-form-section__heading h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.jh-form-section__heading p {
  margin: 4px 0 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.5;
}

.jh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.jh-field {
  min-width: 0;
}

.jh-field--full {
  grid-column: 1 / -1;
}

.jh-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-field input,
.jh-field select,
.jh-field textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #CBD1D6;
  border-radius: 6px;
  background: var(--jh-white);
  color: var(--jh-graphite);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.jh-field input,
.jh-field select {
  min-height: 48px;
  padding: 11px 13px;
}

.jh-field textarea {
  min-height: 148px;
  padding: 13px;
  resize: vertical;
}

.jh-field input::placeholder,
.jh-field textarea::placeholder {
  color: #929AA2;
}

.jh-field input:focus,
.jh-field select:focus,
.jh-field textarea:focus {
  outline: none;
  border-color: var(--jh-red);
  box-shadow: 0 0 0 3px rgba(215, 16, 27, 0.1);
}

.jh-field.has-error input,
.jh-field.has-error select,
.jh-field.has-error textarea {
  border-color: var(--jh-red);
  background: rgba(215, 16, 27, 0.025);
}

.jh-field > small {
  display: block;
  margin-top: 8px;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.55;
}

.jh-field--honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.jh-quote-form__submit {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--jh-border);
}

.jh-quote-form__submit button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 0;
  border-radius: 6px;
  background: var(--jh-red);
  color: var(--jh-white);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  transition: background-color 160ms ease, transform 160ms ease;
}

.jh-quote-form__submit button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.jh-quote-form__submit button:hover {
  background: var(--jh-red-hover);
  transform: translateY(-1px);
}

.jh-quote-form__submit button:focus-visible,
.jh-quote-contact a:focus-visible,
.jh-quote-form__fallback:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.28);
  outline-offset: 3px;
}

.jh-quote-form__submit > p {
  max-width: 610px;
  margin: 12px 0 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.55;
}

.jh-quote-form__status {
  min-height: 20px;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.jh-quote-form__status.is-error {
  color: var(--jh-red);
}

.jh-quote-form__status.is-success {
  color: #187542;
}

.jh-quote-form__fallback {
  display: inline-block;
  margin-top: 6px;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}

.jh-quote-form [hidden] {
  display: none !important;
}

@media (max-width: 1000px) {
  .jh-quote-layout {
    grid-template-columns: minmax(260px, 0.65fr) minmax(500px, 1.35fr);
  }

  .jh-quote-sidebar__card,
  .jh-quote-contact {
    padding: 25px;
  }

  .jh-quote-form {
    padding: 32px;
  }
}

@media (max-width: 900px) {
  .jh-quote-hero {
    padding: 76px 0 112px;
  }

  .jh-quote-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jh-quote-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-quote-sidebar__card,
  .jh-quote-contact {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .jh-quote-hero {
    padding: 58px 0 96px;
  }

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

  .jh-quote-hero > .jh-container > p:not(.jh-quote-hero__eyebrow) {
    font-size: 16px;
  }

  .jh-quote-hero__points {
    display: grid;
    gap: 11px;
    margin-top: 26px;
  }

  .jh-quote-main {
    padding-bottom: 76px;
  }

  .jh-quote-layout {
    transform: translateY(-46px);
  }

  .jh-quote-sidebar {
    grid-template-columns: 1fr;
  }

  .jh-quote-sidebar__card,
  .jh-quote-contact {
    padding: 24px 22px;
  }

  .jh-quote-sidebar__card h2 {
    font-size: 24px;
  }

  .jh-quote-form {
    padding: 26px 20px;
  }

  .jh-quote-form__header h2 {
    font-size: 28px;
  }

  .jh-form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .jh-field--full {
    grid-column: auto;
  }

  .jh-form-section {
    margin-top: 28px;
    padding-top: 28px;
  }

  .jh-quote-form__submit button {
    width: 100%;
  }
}

/* WNS Gas & Oil Steam Boiler detail page */
.jh-wns-hero,
.jh-wns-nav,
.jh-wns-overview,
.jh-wns-principle,
.jh-wns-features,
.jh-wns-data,
.jh-wns-system,
.jh-wns-applications,
.jh-wns-selection,
.jh-wns-faq,
.jh-wns-cta,
.jh-wns-hero *,
.jh-wns-nav *,
.jh-wns-overview *,
.jh-wns-principle *,
.jh-wns-features *,
.jh-wns-data *,
.jh-wns-system *,
.jh-wns-applications *,
.jh-wns-selection *,
.jh-wns-faq *,
.jh-wns-cta * {
  box-sizing: border-box;
}

.jh-wns-overview,
.jh-wns-principle,
.jh-wns-features,
.jh-wns-data,
.jh-wns-system,
.jh-wns-applications,
.jh-wns-faq {
  scroll-margin-top: 88px;
}

.jh-wns-eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 1.55px;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-wns-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 54px;
  background:
    radial-gradient(circle at 79% 25%, rgba(215, 16, 27, 0.14), transparent 27%),
    linear-gradient(135deg, #191d22 0%, #20242a 54%, #292f36 100%);
  color: var(--jh-white);
}

.jh-wns-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  pointer-events: none;
}

.jh-wns-hero::after {
  position: absolute;
  right: -230px;
  bottom: -360px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.jh-wns-hero > .jh-container {
  position: relative;
  z-index: 1;
}

.jh-wns-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.jh-wns-breadcrumb a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.jh-wns-breadcrumb a:hover {
  color: var(--jh-white);
}

.jh-wns-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
}

.jh-wns-hero__content {
  position: relative;
  z-index: 2;
}

.jh-wns-hero .jh-wns-eyebrow {
  color: #ff5962;
}

.jh-wns-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(43px, 4.3vw, 66px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.jh-wns-hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.68;
}

.jh-wns-hero__actions,
.jh-wns-selection__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.jh-wns-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.jh-wns-button:hover {
  transform: translateY(-1px);
}

.jh-wns-button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-wns-button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
}

.jh-wns-button--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: var(--jh-white);
}

.jh-wns-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.095);
  color: var(--jh-white);
}

.jh-wns-button--light {
  border-color: var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-wns-button--light:hover {
  border-color: #c8ced4;
  background: #eef1f3;
  color: var(--jh-graphite);
}

.jh-wns-button--white {
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-wns-button--white:hover {
  background: #f0f2f4;
  color: var(--jh-graphite);
}

.jh-wns-hero__visual {
  position: relative;
  margin: 0;
}

.jh-wns-hero__visual::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 112px;
  height: 112px;
  border-top: 3px solid var(--jh-red);
  border-right: 3px solid var(--jh-red);
  content: "";
  pointer-events: none;
}

.jh-wns-hero__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #30363d;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.32);
}

.jh-wns-hero__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25%;
  background: linear-gradient(transparent, rgba(14, 17, 20, 0.18));
  content: "";
  pointer-events: none;
}

.jh-wns-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.jh-wns-hero__visual figcaption {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.5;
}

.jh-wns-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 54px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-wns-hero__facts > div {
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-wns-hero__facts > div:first-child {
  padding-left: 0;
}

.jh-wns-hero__facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.jh-wns-hero__facts dt {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-wns-hero__facts dd {
  margin: 0;
  color: var(--jh-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-wns-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--jh-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(32, 36, 42, 0.06);
  backdrop-filter: blur(14px);
}

.jh-wns-nav .jh-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jh-wns-nav .jh-container::-webkit-scrollbar {
  display: none;
}

.jh-wns-nav a {
  flex: 0 0 auto;
  padding: 18px 0 16px;
  border-bottom: 2px solid transparent;
  color: #4b555f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.35;
  text-decoration: none;
}

.jh-wns-nav a:hover {
  border-color: var(--jh-red);
  color: var(--jh-graphite);
}

.jh-wns-overview,
.jh-wns-features,
.jh-wns-applications,
.jh-wns-faq {
  padding: 104px 0;
  background: var(--jh-white);
}

.jh-wns-section-head {
  max-width: 830px;
  margin-bottom: 48px;
}

.jh-wns-section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 80px;
  align-items: end;
}

.jh-wns-section-head h2,
.jh-wns-principle h2,
.jh-wns-system h2,
.jh-wns-selection h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 710;
  letter-spacing: -0.038em;
  line-height: 1.12;
}

.jh-wns-section-head > p:last-child,
.jh-wns-section-head__summary,
.jh-wns-section-head__copy p,
.jh-wns-principle__content > p,
.jh-wns-system__content > p,
.jh-wns-selection__content > p {
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.72;
}

.jh-wns-section-head > p:last-child {
  max-width: 760px;
  margin: 21px 0 0;
}

.jh-wns-section-head__summary {
  margin: 0;
}

.jh-wns-section-head__copy p {
  margin: 0;
}

.jh-wns-section-head__copy p + p {
  margin-top: 16px;
}

.jh-wns-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
}

.jh-wns-overview__grid article {
  min-width: 0;
  padding: 33px 28px 36px;
  border-right: 1px solid var(--jh-border);
}

.jh-wns-overview__grid article:first-child {
  padding-left: 0;
}

.jh-wns-overview__grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.jh-wns-overview__grid article > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(215, 16, 27, 0.18);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.055);
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
}

.jh-wns-overview__grid h3 {
  margin: 0 0 11px;
  color: var(--jh-graphite);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.jh-wns-overview__grid p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.65;
}

.jh-wns-principle {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-wns-principle::after {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.jh-wns-principle__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 78px;
  align-items: center;
}

.jh-wns-principle h2 {
  color: var(--jh-white);
}

.jh-wns-principle__content > p {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.jh-wns-principle__note {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--jh-red);
  background: rgba(255, 255, 255, 0.055);
}

.jh-wns-principle__note strong {
  color: var(--jh-white);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-wns-principle__note span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

.jh-wns-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(118px, 1fr));
  gap: 12px;
}

.jh-wns-flow__item {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 24px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.jh-wns-flow__item::after {
  position: absolute;
  top: 42px;
  right: -10px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.28);
  border-right: 2px solid rgba(255, 255, 255, 0.28);
  content: "";
  transform: rotate(45deg);
}

.jh-wns-flow__item:last-child::after {
  display: none;
}

.jh-wns-flow__item i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--jh-red);
  color: var(--jh-white);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.jh-wns-flow__item strong {
  display: block;
  margin-bottom: 12px;
  color: var(--jh-white);
  font-size: 15px;
  line-height: 1.3;
}

.jh-wns-flow__item span {
  display: block;
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
  line-height: 1.58;
}

.jh-wns-features {
  background: var(--jh-light);
}

.jh-wns-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jh-wns-features__grid article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-wns-features__grid article::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(215, 16, 27, 0.09);
  border-radius: 50%;
  content: "";
}

.jh-wns-features__grid article:hover {
  border-color: #c8ced4;
  box-shadow: 0 18px 40px rgba(32, 36, 42, 0.08);
  transform: translateY(-3px);
}

.jh-wns-feature-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(215, 16, 27, 0.16);
  border-radius: 7px;
  background: rgba(215, 16, 27, 0.05);
  color: var(--jh-red);
}

.jh-wns-feature-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jh-wns-features__grid article > p {
  margin: 0 0 9px;
  color: var(--jh-red);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.05px;
  line-height: 1.35;
}

.jh-wns-features__grid h3 {
  margin: 0 0 13px;
  color: var(--jh-graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.jh-wns-features__grid article > span:last-child {
  display: block;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.65;
}

.jh-wns-data {
  padding: 104px 0 110px;
  background: var(--jh-white);
}

.jh-wns-data__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-light);
}

.jh-wns-data__summary > div {
  padding: 24px 26px;
  border-right: 1px solid var(--jh-border);
}

.jh-wns-data__summary > div:last-child {
  border-right: 0;
}

.jh-wns-data__summary span {
  display: block;
  margin-bottom: 7px;
  color: var(--jh-steel);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-wns-data__summary strong {
  display: block;
  color: var(--jh-graphite);
  font-size: 21px;
  line-height: 1.3;
}

.jh-wns-capacities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}

.jh-wns-capacities span {
  display: inline-flex;
  min-width: 48px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid var(--jh-border);
  border-radius: 4px;
  color: #4d5761;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.jh-wns-capacities span:last-child {
  border-color: rgba(215, 16, 27, 0.2);
  background: rgba(215, 16, 27, 0.05);
  color: var(--jh-red);
}

.jh-wns-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 14px 36px rgba(32, 36, 42, 0.055);
}

.jh-wns-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: var(--jh-graphite);
  font-size: 12px;
  line-height: 1.45;
}

.jh-wns-table caption {
  padding: 16px 18px;
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-graphite);
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
}

.jh-wns-table th,
.jh-wns-table td {
  padding: 16px 15px;
  border-right: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
  text-align: center;
  vertical-align: middle;
}

.jh-wns-table th:last-child,
.jh-wns-table td:last-child {
  border-right: 0;
}

.jh-wns-table tbody tr:last-child th,
.jh-wns-table tbody tr:last-child td {
  border-bottom: 0;
}

.jh-wns-table thead th {
  background: #eef1f3;
  color: #3f4851;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2px;
}

.jh-wns-table thead small {
  color: var(--jh-steel);
  font-size: 9px;
  font-weight: 650;
}

.jh-wns-table tbody th {
  background: rgba(215, 16, 27, 0.035);
  color: var(--jh-red);
  font-weight: 750;
}

.jh-wns-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.jh-wns-data__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.jh-wns-data__notes p {
  margin: 0;
  padding: 17px 19px;
  border-left: 3px solid var(--jh-red);
  background: var(--jh-light);
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.6;
}

.jh-wns-data__notes strong {
  color: var(--jh-graphite);
}

.jh-wns-system {
  padding: 104px 0;
  background: var(--jh-light);
}

.jh-wns-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  gap: 70px;
  align-items: center;
}

.jh-wns-system__media {
  position: relative;
  margin: 0;
}

.jh-wns-system__media::before {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 84px;
  height: 84px;
  border-top: 3px solid var(--jh-red);
  border-left: 3px solid var(--jh-red);
  content: "";
}

.jh-wns-system__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--jh-shadow);
}

.jh-wns-system__media figcaption {
  margin-top: 12px;
  color: var(--jh-steel);
  font-size: 10px;
  line-height: 1.5;
}

.jh-wns-system__content > p {
  margin: 22px 0 0;
}

.jh-wns-system__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 27px;
}

.jh-wns-system__list span {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid var(--jh-border);
  border-radius: 5px;
  background: var(--jh-white);
  color: #424b54;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.jh-wns-system__list span::before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid var(--jh-red);
  border-left: 2px solid var(--jh-red);
  content: "";
  transform: rotate(-45deg);
}

.jh-wns-system__disclaimer {
  margin-top: 18px !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
}

.jh-wns-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 19px;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.jh-wns-text-link:hover {
  color: var(--jh-red-hover);
}

.jh-wns-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--jh-border);
  border-left: 1px solid var(--jh-border);
}

.jh-wns-applications__grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-white);
  transition: background-color 170ms ease;
}

.jh-wns-applications__grid article:hover {
  background: #fafbfc;
}

.jh-wns-applications__grid article > span {
  display: block;
  margin-bottom: 36px;
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
}

.jh-wns-applications__grid h3 {
  margin: 0 0 11px;
  color: var(--jh-graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.jh-wns-applications__grid p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.62;
}

.jh-wns-applications__grid a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 19px;
  color: #4a535c;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.jh-wns-applications__grid a:hover {
  color: var(--jh-red);
}

.jh-wns-applications__grid i,
.jh-wns-cta__actions i {
  font-style: normal;
}

.jh-wns-selection {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    linear-gradient(90deg, rgba(215, 16, 27, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(215, 16, 27, 0.06) 1px, transparent 1px),
    var(--jh-light);
  background-size: 70px 70px;
}

.jh-wns-selection__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.25fr);
  gap: 84px;
  align-items: center;
}

.jh-wns-selection__content > p {
  margin: 22px 0 0;
}

.jh-wns-selection__inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-wns-selection__inputs li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
}

.jh-wns-selection__inputs li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--jh-graphite);
  color: var(--jh-white);
  font-size: 10px;
  font-weight: 750;
}

.jh-wns-selection__inputs strong {
  display: block;
  margin: 2px 0 7px;
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.35;
}

.jh-wns-selection__inputs p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.55;
}

.jh-wns-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.jh-wns-faq details {
  align-self: start;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: var(--jh-white);
}

.jh-wns-faq summary {
  position: relative;
  padding: 21px 54px 21px 22px;
  color: var(--jh-graphite);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.jh-wns-faq summary::-webkit-details-marker {
  display: none;
}

.jh-wns-faq summary::before,
.jh-wns-faq summary::after {
  position: absolute;
  top: 29px;
  right: 22px;
  width: 13px;
  height: 2px;
  background: var(--jh-red);
  content: "";
  transition: transform 170ms ease;
}

.jh-wns-faq summary::after {
  transform: rotate(90deg);
}

.jh-wns-faq details[open] summary::after {
  transform: rotate(0);
}

.jh-wns-faq details[open] summary {
  border-bottom: 1px solid var(--jh-border);
}

.jh-wns-faq details p {
  margin: 0;
  padding: 19px 22px 23px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.68;
}

.jh-wns-cta {
  padding: 0 0 104px;
  background: var(--jh-white);
}

.jh-wns-cta__panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: end;
  padding: 52px 56px;
  border-radius: 9px;
  background: var(--jh-red);
  color: var(--jh-white);
  box-shadow: 0 25px 60px rgba(215, 16, 27, 0.22);
}

.jh-wns-cta__panel::after {
  position: absolute;
  top: -220px;
  right: -160px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.035), 0 0 0 130px rgba(255, 255, 255, 0.02);
  content: "";
}

.jh-wns-cta__panel > div {
  position: relative;
  z-index: 1;
}

.jh-wns-cta__panel > div:first-child > p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.2px;
  line-height: 1.35;
}

.jh-wns-cta h2 {
  max-width: 780px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 710;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.jh-wns-cta__panel > div:first-child > span {
  display: block;
  max-width: 730px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.jh-wns-cta__actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.jh-wns-cta__actions > a:last-child {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.jh-wns-hero a:focus-visible,
.jh-wns-nav a:focus-visible,
.jh-wns-system a:focus-visible,
.jh-wns-applications a:focus-visible,
.jh-wns-selection a:focus-visible,
.jh-wns-faq summary:focus-visible,
.jh-wns-cta a:focus-visible,
.jh-wns-table-wrap:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1160px) {
  .jh-wns-hero__grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(450px, 1.16fr);
    gap: 42px;
  }

  .jh-wns-hero h1 {
    font-size: clamp(42px, 4.7vw, 58px);
  }

  .jh-wns-principle__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .jh-wns-principle__content {
    max-width: 780px;
  }

  .jh-wns-system__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 48px;
  }

  .jh-wns-selection__grid {
    gap: 52px;
  }
}

@media (max-width: 960px) {
  .jh-wns-hero {
    padding-bottom: 44px;
  }

  .jh-wns-breadcrumb {
    margin-bottom: 36px;
  }

  .jh-wns-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .jh-wns-hero__content {
    max-width: 760px;
  }

  .jh-wns-hero__visual {
    max-width: 780px;
  }

  .jh-wns-hero__facts,
  .jh-wns-data__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-wns-hero__facts > div:nth-child(2),
  .jh-wns-data__summary > div:nth-child(2) {
    border-right: 0;
  }

  .jh-wns-hero__facts > div:nth-child(-n+2),
  .jh-wns-data__summary > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-wns-data__summary > div:nth-child(-n+2) {
    border-bottom-color: var(--jh-border);
  }

  .jh-wns-hero__facts > div:first-child,
  .jh-wns-hero__facts > div:nth-child(3) {
    padding-left: 0;
  }

  .jh-wns-section-head--split {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .jh-wns-section-head__copy,
  .jh-wns-section-head__summary {
    max-width: 760px;
  }

  .jh-wns-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-wns-overview__grid article:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .jh-wns-overview__grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-wns-overview__grid article:nth-child(3) {
    padding-left: 0;
  }

  .jh-wns-features__grid,
  .jh-wns-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-wns-system__grid,
  .jh-wns-selection__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .jh-wns-system__media {
    max-width: 820px;
  }

  .jh-wns-selection__content {
    max-width: 760px;
  }

  .jh-wns-cta__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .jh-wns-cta__actions {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .jh-wns-overview,
  .jh-wns-principle,
  .jh-wns-features,
  .jh-wns-data,
  .jh-wns-system,
  .jh-wns-applications,
  .jh-wns-selection,
  .jh-wns-faq {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .jh-wns-hero {
    padding-top: 22px;
  }

  .jh-wns-breadcrumb {
    margin-bottom: 30px;
  }

  .jh-wns-hero h1 {
    font-size: clamp(39px, 11.2vw, 54px);
  }

  .jh-wns-hero__lead {
    font-size: 15px;
  }

  .jh-wns-hero__visual::before {
    top: -10px;
    right: -10px;
    width: 72px;
    height: 72px;
  }

  .jh-wns-nav a {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .jh-wns-section-head {
    margin-bottom: 38px;
  }

  .jh-wns-section-head h2,
  .jh-wns-principle h2,
  .jh-wns-system h2,
  .jh-wns-selection h2 {
    font-size: clamp(31px, 8vw, 41px);
  }

  .jh-wns-flow {
    grid-template-columns: 1fr;
  }

  .jh-wns-flow__item {
    min-height: 0;
    padding: 19px 18px 19px 76px;
  }

  .jh-wns-flow__item::after {
    top: auto;
    right: auto;
    bottom: -9px;
    left: 31px;
    transform: rotate(135deg);
  }

  .jh-wns-flow__item i {
    position: absolute;
    top: 19px;
    left: 18px;
    margin: 0;
  }

  .jh-wns-flow__item strong {
    margin-bottom: 6px;
  }

  .jh-wns-features__grid article {
    min-height: 280px;
    padding: 26px;
  }

  .jh-wns-data__notes,
  .jh-wns-faq__grid {
    grid-template-columns: 1fr;
  }

  .jh-wns-selection__inputs {
    grid-template-columns: 1fr;
  }

  .jh-wns-selection__inputs li {
    min-height: 0;
  }

  .jh-wns-cta {
    padding-bottom: 78px;
  }

  .jh-wns-cta__panel {
    padding: 40px 34px;
  }
}

@media (max-width: 540px) {
  .jh-wns-hero__actions,
  .jh-wns-selection__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-wns-button {
    width: 100%;
  }

  .jh-wns-hero__facts {
    grid-template-columns: 1fr;
  }

  .jh-wns-hero__facts > div {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-wns-hero__facts > div:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-wns-hero__facts > div:last-child {
    border-bottom: 0;
  }

  .jh-wns-overview__grid,
  .jh-wns-features__grid,
  .jh-wns-applications__grid,
  .jh-wns-data__summary {
    grid-template-columns: 1fr;
  }

  .jh-wns-overview__grid article,
  .jh-wns-overview__grid article:first-child,
  .jh-wns-overview__grid article:nth-child(3) {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-wns-overview__grid article:last-child {
    border-bottom: 0;
  }

  .jh-wns-data__summary > div,
  .jh-wns-data__summary > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-wns-data__summary > div:last-child {
    border-bottom: 0;
  }

  .jh-wns-system__list {
    grid-template-columns: 1fr;
  }

  .jh-wns-applications__grid {
    border-left: 0;
  }

  .jh-wns-applications__grid article {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
  }

  .jh-wns-applications__grid article > span {
    margin-bottom: 23px;
  }

  .jh-wns-cta__panel {
    padding: 34px 24px;
  }

  .jh-wns-cta__actions {
    justify-items: stretch;
  }
}

/* Keep engineering labels readable on small screens without widening the page. */
@media (max-width: 767px) {
  #system-diagram figure {
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  #system-diagram figure > img,
  #system-diagram figure > svg {
    display: block;
    width: 820px !important;
    max-width: none !important;
    height: auto !important;
  }
}


.jh-hero__grid > .wp-block-column {
  min-width: 0;
  margin: 0;
}

.jh-hero__content {
  position: relative;
  z-index: 2;
}

.jh-hero__visual {
  position: relative;
  z-index: 1;
  margin-left: -46px !important;
}

.jh-hero__title {
  max-width: 790px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(40px, 3.2vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  white-space: nowrap;
}

.jh-hero__text {
  max-width: 680px;
  margin: 28px 0 0;
  color: #47515B;
  font-size: 17px;
  line-height: 1.62;
}

.jh-buttons {
  gap: 12px;
  margin-top: 34px;
}

.jh-button .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jh-button--primary .wp-block-button__link {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-button--primary .wp-block-button__link:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-button--secondary .wp-block-button__link {
  background: var(--jh-white);
  border-color: var(--jh-border);
  color: var(--jh-graphite);
}

.jh-button--secondary .wp-block-button__link:hover {
  background: #ECEFF2;
  border-color: #C7CDD3;
  color: var(--jh-graphite);
  transform: translateY(-1px);
}

.jh-button .wp-block-button__link:focus-visible,
.jh-product-card a:focus-visible,
.jh-text-link:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.28);
  outline-offset: 3px;
}

.jh-hero__media {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jh-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.jh-trust {
  border-top: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-white);
}

.jh-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jh-trust__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 28px 22px;
  border-right: 1px solid var(--jh-border);
}

.jh-trust__item:first-of-type {
  padding-left: 0;
}

.jh-trust__item:last-of-type {
  padding-right: 0;
  border-right: 0;
}

.jh-trust__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.18);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.06);
  color: var(--jh-red);
}

.jh-trust__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.jh-trust__item h3 {
  margin: 0 0 5px;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.jh-trust__item p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.45;
}

.jh-products {
  padding: 104px 0 110px;
  background: var(--jh-white);
}

.jh-section-heading {
  max-width: 830px;
  margin-bottom: 48px;
}

.jh-section-heading .jh-eyebrow {
  margin-bottom: 14px;
}

.jh-section-heading h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.jh-section-heading > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--jh-steel);
  font-size: 17px;
  line-height: 1.62;
}

.jh-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.jh-product-card {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--jh-border);
  border-radius: var(--jh-radius);
  background: var(--jh-white);
  box-shadow: 0 5px 18px rgba(32, 36, 42, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-product-card::before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  border-radius: var(--jh-radius) var(--jh-radius) 0 0;
  background: var(--jh-red);
  content: "";
}

.jh-product-card:hover {
  border-color: #C8CDD2;
  box-shadow: 0 16px 34px rgba(32, 36, 42, 0.10);
  transform: translateY(-4px);
}

.jh-product-card > a {
  display: flex;
  min-height: 252px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  color: inherit;
  text-decoration: none;
}

.jh-product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.jh-product-card__top span {
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-product-card__top strong {
  color: #7A838C;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.jh-product-card h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.jh-product-card p {
  margin: 14px 0 24px;
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.55;
}

.jh-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--jh-graphite);
  font-size: 14px;
  font-weight: 700;
}

.jh-product-card__link b {
  color: var(--jh-red);
  font-size: 17px;
  transition: transform 180ms ease;
}

.jh-product-card:hover .jh-product-card__link b {
  transform: translateX(3px);
}

.jh-products__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
  margin-top: 34px;
}

.jh-text-link {
  color: var(--jh-red);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.jh-text-link:hover {
  color: var(--jh-red-hover);
}

.jh-text-link--muted {
  color: var(--jh-graphite);
  text-decoration: underline;
  text-decoration-color: var(--jh-border);
  text-underline-offset: 4px;
}

.jh-finder {
  padding: 106px 0 112px;
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-finder__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: start;
}

.jh-finder__intro {
  position: sticky;
  top: 124px;
}

.jh-finder__eyebrow {
  margin: 0 0 18px;
  padding-left: 15px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.35;
}

.jh-finder__intro h2 {
  max-width: 540px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(36px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.14;
}

.jh-finder__intro > p:not(.jh-finder__eyebrow) {
  max-width: 550px;
  margin: 24px 0 0;
  color: #C7CDD3;
  font-size: 16px;
  line-height: 1.65;
}

.jh-finder__benefits {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-finder__benefits > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-finder__benefits span {
  color: #FF737A;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-finder__benefits p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.jh-finder__benefits strong {
  color: var(--jh-white);
  font-size: 15px;
  line-height: 1.35;
}

.jh-finder__benefits small {
  color: #AEB6BE;
  font-size: 13px;
  line-height: 1.45;
}

.jh-finder__direct-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 28px;
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 5px;
}

.jh-finder__direct-link:hover {
  color: #FF737A;
}

.jh-finder__panel {
  min-width: 0;
  box-sizing: border-box;
  padding: 38px;
  border-radius: 10px;
  background: var(--jh-white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  color: var(--jh-graphite);
}

.jh-finder__progress > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.jh-finder__progress span,
.jh-finder__progress strong {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-finder__progress span {
  color: var(--jh-red);
}

.jh-finder__progress strong {
  color: #7A838C;
}

.jh-finder__progress-track {
  height: 4px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 99px;
  background: #E8EBEE;
}

.jh-finder__progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--jh-red);
  transition: width 220ms ease;
}

.jh-finder__message {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 650;
}

#jh-boiler-finder [hidden] {
  display: none !important;
}

.jh-finder__step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.jh-finder__panel.is-ready .jh-finder__step {
  display: none;
}

.jh-finder__panel.is-ready .jh-finder__step.is-active {
  display: block;
}

.jh-finder__step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--jh-graphite);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.jh-finder__hint {
  margin: 10px 0 25px;
  color: var(--jh-steel);
  font-size: 14px;
  line-height: 1.55;
}

.jh-finder__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jh-finder__choices--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.jh-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.jh-choice > span {
  display: flex;
  min-height: 114px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: var(--jh-white);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jh-choice:hover > span {
  border-color: #BEC5CB;
  background: #FAFBFC;
  transform: translateY(-1px);
}

.jh-choice input:focus-visible + span {
  outline: 3px solid rgba(215, 16, 27, 0.22);
  outline-offset: 2px;
}

.jh-choice input:checked + span {
  border-color: var(--jh-red);
  background: rgba(215, 16, 27, 0.045);
  box-shadow: inset 0 0 0 1px var(--jh-red);
}

.jh-choice input:checked + span::after {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--jh-red);
  color: var(--jh-white);
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.jh-choice b {
  padding-right: 22px;
  color: var(--jh-graphite);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-choice small {
  margin-top: 8px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.45;
}

.jh-finder__choices--industry {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-finder__choices--industry .jh-choice > span {
  min-height: 70px;
  justify-content: center;
  padding: 18px;
}

.jh-finder__nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.jh-finder__nav button,
.jh-finder__restart {
  min-height: 46px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-finder__next {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-finder__next:hover {
  background: var(--jh-red-hover);
  transform: translateY(-1px);
}

.jh-finder__back,
.jh-finder__restart {
  background: #EEF1F3;
  color: var(--jh-graphite);
}

.jh-finder__back:hover:not(:disabled),
.jh-finder__restart:hover {
  background: #E2E6E9;
}

.jh-finder__back:disabled {
  cursor: default;
  opacity: 0.42;
}

.jh-finder__nav button:focus-visible,
.jh-finder__restart:focus-visible,
.jh-finder__submit:focus-visible,
.jh-finder__direct-link:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

.jh-finder__result-label {
  margin: 0 0 10px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.jh-finder__result h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jh-finder__result-intro {
  margin: 12px 0 22px;
  color: var(--jh-steel);
  font-size: 14px;
  line-height: 1.55;
}

.jh-finder__result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: var(--jh-border);
}

.jh-finder__result dl > div {
  padding: 16px 18px;
  background: var(--jh-white);
}

.jh-finder__result dt {
  color: #7A838C;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-finder__result dd {
  margin: 5px 0 0;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-finder__note {
  margin: 18px 0 0;
  padding-left: 13px;
  border-left: 2px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.55;
}

.jh-finder__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.jh-finder__submit {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 11px 20px;
  border-radius: 6px;
  background: var(--jh-red);
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.jh-finder__submit:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
}

@media (max-width: 1199px) {
  .jh-hero {
    min-height: 0;
    padding: 72px 0 76px;
  }

  .jh-hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
    gap: 0;
  }

  .jh-hero__visual {
    margin-left: -32px !important;
  }

  .jh-hero__title {
    font-size: clamp(38px, 4vw, 44px);
    white-space: normal;
  }

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

  .jh-trust__item:nth-child(2) {
    border-right: 0;
  }

  .jh-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-trust__item:first-of-type,
  .jh-trust__item:last-of-type {
    padding: 26px 22px;
  }

  .jh-finder__grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
    gap: 44px;
  }

  .jh-finder__panel {
    padding: 32px;
  }

  .jh-finder__choices--three {
    grid-template-columns: 1fr;
  }

  .jh-finder__choices--three .jh-choice > span {
    min-height: 88px;
  }
}

@media (max-width: 900px) {
  .jh-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .jh-hero__content,
  .jh-hero__text {
    max-width: 760px;
  }

  .jh-hero__visual {
    max-width: 760px;
    margin-left: 0 !important;
  }

  .jh-products {
    padding: 84px 0 90px;
  }

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

  .jh-finder {
    padding: 88px 0 94px;
  }

  .jh-finder__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jh-finder__intro {
    position: static;
  }

  .jh-finder__intro h2,
  .jh-finder__intro > p:not(.jh-finder__eyebrow) {
    max-width: 720px;
  }

  .jh-finder__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-finder__benefits > div {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
  }

  .jh-finder__benefits > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 640px) {
  .jh-container {
    width: min(calc(100% - 32px), var(--jh-container));
  }

  .jh-hero {
    padding: 54px 0 58px;
  }

  .jh-eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 1.25px;
  }

  .jh-hero__title {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.1;
  }

  .jh-hero__text {
    margin-top: 22px;
    font-size: 16px;
  }

  .jh-buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .jh-button,
  .jh-button .wp-block-button__link {
    width: 100%;
  }

  .jh-hero__grid {
    gap: 34px;
  }

  .jh-hero__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 68% center;
  }

  .jh-trust__grid,
  .jh-products__grid {
    grid-template-columns: 1fr;
  }

  .jh-trust__item,
  .jh-trust__item:first-of-type,
  .jh-trust__item:last-of-type {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-trust__item:last-of-type {
    border-bottom: 0;
  }

  .jh-products {
    padding: 70px 0 76px;
  }

  .jh-section-heading {
    margin-bottom: 36px;
  }

  .jh-section-heading h2 {
    font-size: 32px;
  }

  .jh-section-heading > p:last-child {
    font-size: 16px;
  }

  .jh-product-card > a {
    min-height: 230px;
    padding: 26px;
  }

  .jh-finder {
    padding: 70px 0 76px;
  }

  .jh-finder__intro h2 {
    font-size: 34px;
  }

  .jh-finder__benefits {
    grid-template-columns: 1fr;
  }

  .jh-finder__benefits > div,
  .jh-finder__benefits > div:last-child {
    padding: 17px 0;
    border-right: 0;
    border-left: 0;
  }

  .jh-finder__panel {
    padding: 24px 20px;
    border-radius: 8px;
  }

  .jh-finder__step legend,
  .jh-finder__result h3 {
    font-size: 24px;
  }

  .jh-finder__choices,
  .jh-finder__choices--three,
  .jh-finder__choices--industry {
    grid-template-columns: 1fr;
  }

  .jh-choice > span,
  .jh-finder__choices--three .jh-choice > span {
    min-height: 82px;
    padding: 17px;
  }

  .jh-finder__choices--industry .jh-choice > span {
    min-height: 58px;
  }

  .jh-finder__result dl {
    grid-template-columns: 1fr;
  }

  .jh-finder__nav,
  .jh-finder__result-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jh-finder__result-actions {
    grid-template-columns: 1fr;
  }

  .jh-finder__nav button,
  .jh-finder__submit,
  .jh-finder__restart {
    width: 100%;
  }
}

/* Industries we serve */
.jh-industries {
  padding: 106px 0 112px;
  background: var(--jh-light);
}

.jh-industries__header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: end;
  margin-bottom: 46px;
}

.jh-industries__header .jh-eyebrow {
  margin-bottom: 15px;
}

.jh-industries__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(34px, 3.1vw, 44px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.15;
}

.jh-industries__header > p {
  max-width: 590px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 16px;
  line-height: 1.65;
}

.jh-industries__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.jh-industry-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 25px 22px 22px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 5px 18px rgba(32, 36, 42, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-industry-card:hover {
  border-color: #C7CDD2;
  box-shadow: 0 14px 30px rgba(32, 36, 42, 0.085);
  transform: translateY(-3px);
}

.jh-industry-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.jh-industry-card__top > span {
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1;
}

.jh-industry-card__top i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.16);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.045);
  color: var(--jh-red);
  font-style: normal;
}

.jh-industry-card__top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jh-industry-card h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.3;
}

.jh-industry-card > p {
  margin: 12px 0 22px;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.55;
}

.jh-industry-card__medium {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--jh-border);
}

.jh-industry-card__medium small {
  color: #899199;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

.jh-industry-card__medium strong {
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-industries__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 38px;
  padding: 36px 40px;
  border-top: 3px solid var(--jh-red);
  border-radius: 8px;
  background: var(--jh-graphite);
  box-shadow: 0 18px 42px rgba(32, 36, 42, 0.16);
}

.jh-industries__cta > div:first-child > p {
  margin: 0 0 9px;
  color: #FF737A;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.jh-industries__cta h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jh-industries__cta > div:first-child > span {
  display: block;
  max-width: 760px;
  margin-top: 9px;
  color: #B8C0C7;
  font-size: 13px;
  line-height: 1.55;
}

.jh-industries__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: flex-end;
}

.jh-industries__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jh-industries__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-industries__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-industries__button--secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--jh-white);
}

.jh-industries__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
  color: var(--jh-white);
}

.jh-industries__button:focus-visible {
  outline: 3px solid rgba(255, 115, 122, 0.48);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .jh-industries__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jh-industry-card {
    min-height: 240px;
  }
}

@media (max-width: 900px) {
  .jh-industries {
    padding: 88px 0 94px;
  }

  .jh-industries__header {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .jh-industries__header > p {
    max-width: 760px;
  }

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

  .jh-industries__cta {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-industries__cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .jh-industries {
    padding: 70px 0 76px;
  }

  .jh-industries__header {
    margin-bottom: 34px;
  }

  .jh-industries__header h2 {
    font-size: 32px;
  }

  .jh-industries__header > p {
    padding-left: 15px;
    font-size: 15px;
  }

  .jh-industries__grid {
    grid-template-columns: 1fr;
  }

  .jh-industry-card {
    min-height: 222px;
    padding: 24px 22px 21px;
  }

  .jh-industries__cta {
    margin-top: 30px;
    padding: 29px 22px;
  }

  .jh-industries__cta h3 {
    font-size: 24px;
  }

  .jh-industries__cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-industries__button {
    width: 100%;
  }
}

/* Why JINHONG */
.jh-why {
  position: relative;
  overflow: hidden;
  padding: 108px 0 112px;
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-why::before {
  position: absolute;
  top: 0;
  right: -110px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  box-shadow: 0 0 0 84px rgba(255, 255, 255, 0.018), 0 0 0 168px rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.jh-why .jh-container {
  position: relative;
  z-index: 1;
}

.jh-why__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: end;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.jh-why__eyebrow {
  margin: 0 0 15px;
  color: #FF7078;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.35;
}

.jh-why__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(35px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.jh-why__header-copy {
  padding-left: 21px;
  border-left: 2px solid var(--jh-red);
}

.jh-why__header-copy p {
  max-width: 600px;
  margin: 0;
  color: #BBC2C8;
  font-size: 16px;
  line-height: 1.68;
}

.jh-why__header-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.jh-why__header-copy a span {
  color: #FF7078;
  font-size: 17px;
  transition: transform 160ms ease;
}

.jh-why__header-copy a:hover span {
  transform: translateX(3px);
}

.jh-why__main {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  margin-top: 40px;
}

.jh-why__statement {
  box-sizing: border-box;
  padding: 38px 36px;
  border-top: 3px solid var(--jh-red);
  border-radius: 8px;
  background: #191D22;
}

.jh-why__statement > p {
  margin: 0 0 16px;
  color: #FF7078;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.jh-why__statement h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.jh-why__statement > span {
  display: block;
  margin-top: 17px;
  color: #AEB6BD;
  font-size: 14px;
  line-height: 1.62;
}

.jh-why__statement ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  list-style: none;
}

.jh-why__statement li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #D7DBDE;
  font-size: 13px;
  line-height: 1.45;
}

.jh-why__statement li i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.2);
  color: #FF737A;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.jh-why__capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jh-why-card {
  min-width: 0;
  box-sizing: border-box;
  padding: 30px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.jh-why-card:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-3px);
}

.jh-why-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.jh-why-card__top > span {
  color: #FF7078;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.jh-why-card__top i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 112, 120, 0.25);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.1);
  color: #FF7078;
  font-style: normal;
}

.jh-why-card__top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jh-why-card h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.3;
}

.jh-why-card p {
  margin: 13px 0 0;
  color: #AEB6BD;
  font-size: 14px;
  line-height: 1.6;
}

.jh-why__workflow {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.jh-why__workflow > p {
  width: 76px;
  margin: 0;
  color: #FF7078;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.jh-why__workflow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-why__workflow li {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.jh-why__workflow li > span {
  color: #FF7078;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-why__workflow li strong {
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-why__workflow li small {
  color: #919AA2;
  font-size: 10px;
  line-height: 1.4;
}

.jh-why__actions {
  display: grid;
  gap: 9px;
}

.jh-why__button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jh-why__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-why__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-why__button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--jh-white);
}

.jh-why__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.055);
  color: var(--jh-white);
}

.jh-why__header-copy a:focus-visible,
.jh-why__button:focus-visible {
  outline: 3px solid rgba(255, 112, 120, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-why__main {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  }

  .jh-why__workflow {
    grid-template-columns: 1fr;
  }

  .jh-why__workflow > p {
    width: auto;
  }

  .jh-why__actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .jh-why {
    padding: 88px 0 94px;
  }

  .jh-why__header,
  .jh-why__main {
    grid-template-columns: 1fr;
  }

  .jh-why__header {
    gap: 25px;
  }

  .jh-why__header-copy {
    max-width: 760px;
  }

  .jh-why__statement {
    padding: 34px 32px;
  }

  .jh-why__workflow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 640px) {
  .jh-why {
    padding: 70px 0 76px;
  }

  .jh-why::before {
    right: -260px;
  }

  .jh-why__header {
    padding-bottom: 36px;
  }

  .jh-why__header h2 {
    font-size: 32px;
  }

  .jh-why__header-copy {
    padding-left: 15px;
  }

  .jh-why__header-copy p {
    font-size: 15px;
  }

  .jh-why__main {
    margin-top: 30px;
  }

  .jh-why__statement {
    padding: 30px 23px;
  }

  .jh-why__statement h3 {
    font-size: 24px;
  }

  .jh-why__capabilities {
    grid-template-columns: 1fr;
  }

  .jh-why-card {
    padding: 27px 23px 25px;
  }

  .jh-why__workflow {
    padding: 25px 22px;
  }

  .jh-why__workflow ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .jh-why__workflow li {
    padding: 16px 0 16px 18px;
    border-left-color: rgba(255, 112, 120, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .jh-why__workflow li:last-child {
    border-bottom: 0;
  }

  .jh-why__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-why__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Factory & Manufacturing */
.jh-manufacturing {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 118px;
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-manufacturing::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 4px;
  background: var(--jh-red);
  content: "";
}

.jh-manufacturing__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-manufacturing__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-manufacturing__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.jh-manufacturing__intro {
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
}

.jh-manufacturing__intro p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 16px;
  line-height: 1.68;
}

.jh-manufacturing__intro span {
  display: block;
  margin-top: 14px;
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.jh-manufacturing__media {
  margin-top: 44px;
}

.jh-manufacturing__factory,
.jh-manufacturing__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #DDE1E4;
}

.jh-manufacturing__factory {
  min-height: 360px;
  border-radius: 9px;
}

.jh-manufacturing__factory::after,
.jh-manufacturing__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 20, 24, 0) 45%, rgba(16, 20, 24, 0.78) 100%);
  content: "";
  pointer-events: none;
}

.jh-manufacturing__factory img,
.jh-manufacturing__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.jh-manufacturing__factory img {
  position: absolute;
  inset: 0;
  object-position: center 52%;
}

.jh-manufacturing__factory:hover img,
.jh-manufacturing__photo:hover img {
  transform: scale(1.018);
}

.jh-manufacturing__factory figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 27px;
  left: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--jh-white);
}

.jh-manufacturing__factory figcaption div {
  display: grid;
  gap: 6px;
}

.jh-manufacturing__factory figcaption small {
  color: #FF8A90;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.jh-manufacturing__factory figcaption strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.jh-manufacturing__factory figcaption > span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(16, 20, 24, 0.44);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jh-manufacturing__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.jh-manufacturing__photo {
  height: 330px;
  border-radius: 8px;
}

.jh-manufacturing__photo--workshop img {
  object-position: center 38%;
}

.jh-manufacturing__photo--delivery img {
  object-position: center;
}

.jh-manufacturing__photo figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: var(--jh-white);
}

.jh-manufacturing__photo figcaption > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.82);
  font-size: 10px;
  font-weight: 750;
}

.jh-manufacturing__photo figcaption div {
  display: grid;
  gap: 3px;
}

.jh-manufacturing__photo figcaption small {
  color: #FFD2D5;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jh-manufacturing__photo figcaption strong {
  font-size: 15px;
  font-weight: 680;
  line-height: 1.35;
}

.jh-manufacturing__process {
  margin-top: 60px;
  padding: 38px 38px 34px;
  border: 1px solid var(--jh-border);
  border-radius: 9px;
  background: var(--jh-light);
}

.jh-manufacturing__process-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 60px;
  align-items: end;
}

.jh-manufacturing__process-head p {
  margin: 0 0 9px;
  color: var(--jh-red);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.jh-manufacturing__process-head h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.jh-manufacturing__process-head > span {
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.6;
}

.jh-manufacturing__process ol {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.jh-manufacturing__process li {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 24px 16px 0 0;
  border-top: 2px solid #C8CED3;
}

.jh-manufacturing__process li::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--jh-light);
  border-radius: 50%;
  background: var(--jh-red);
  box-shadow: 0 0 0 1px var(--jh-red);
  content: "";
}

.jh-manufacturing__process li > span {
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
}

.jh-manufacturing__process li strong {
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-manufacturing__process li small {
  padding-right: 9px;
  color: #737D85;
  font-size: 10px;
  line-height: 1.45;
}

.jh-manufacturing__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 24px;
  padding: 34px 38px;
  border-radius: 9px;
  background: var(--jh-graphite);
}

.jh-manufacturing__cta p {
  margin: 0 0 7px;
  color: #FF7D84;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.jh-manufacturing__cta h3 {
  max-width: 700px;
  margin: 0;
  color: var(--jh-white);
  font-size: 23px;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.jh-manufacturing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.jh-manufacturing__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jh-manufacturing__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-manufacturing__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-manufacturing__button--secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--jh-white);
}

.jh-manufacturing__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.06);
  color: var(--jh-white);
}

.jh-manufacturing__button:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .jh-manufacturing__header {
    gap: 45px;
  }

  .jh-manufacturing__process ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 30px;
  }

  .jh-manufacturing__cta {
    grid-template-columns: 1fr;
  }

  .jh-manufacturing__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .jh-manufacturing {
    padding: 88px 0 94px;
  }

  .jh-manufacturing__header,
  .jh-manufacturing__process-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .jh-manufacturing__intro {
    max-width: 720px;
  }

  .jh-manufacturing__factory {
    min-height: 320px;
  }

  .jh-manufacturing__gallery {
    grid-template-columns: 1fr;
  }

  .jh-manufacturing__photo {
    height: 350px;
  }

  .jh-manufacturing__process {
    padding: 34px 30px 30px;
  }

  .jh-manufacturing__process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .jh-manufacturing {
    padding: 70px 0 76px;
  }

  .jh-manufacturing::before {
    width: 50%;
  }

  .jh-manufacturing__header {
    padding-bottom: 32px;
  }

  .jh-manufacturing__header h2 {
    font-size: 32px;
  }

  .jh-manufacturing__intro {
    padding-left: 16px;
  }

  .jh-manufacturing__media {
    margin-top: 32px;
  }

  .jh-manufacturing__factory {
    min-height: 300px;
  }

  .jh-manufacturing__factory img {
    object-position: 60% center;
  }

  .jh-manufacturing__factory figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
  }

  .jh-manufacturing__factory figcaption strong {
    font-size: 18px;
  }

  .jh-manufacturing__factory figcaption > span {
    width: max-content;
  }

  .jh-manufacturing__photo {
    height: 280px;
  }

  .jh-manufacturing__photo figcaption {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .jh-manufacturing__process {
    margin-top: 42px;
    padding: 29px 22px 25px;
  }

  .jh-manufacturing__process ol {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 26px;
  }

  .jh-manufacturing__process li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 3px 10px;
    padding: 15px 0 15px 17px;
    border-top: 0;
    border-left: 2px solid #C8CED3;
  }

  .jh-manufacturing__process li::before {
    top: 20px;
    left: -6px;
  }

  .jh-manufacturing__process li > span {
    grid-row: 1 / 3;
    padding-top: 2px;
  }

  .jh-manufacturing__process li small {
    padding-right: 0;
  }

  .jh-manufacturing__cta {
    padding: 29px 23px;
  }

  .jh-manufacturing__cta h3 {
    font-size: 21px;
  }

  .jh-manufacturing__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-manufacturing__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Project & Delivery Records */
.jh-projects {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 118px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-light);
  color: var(--jh-graphite);
}

.jh-projects::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 4px;
  background: var(--jh-red);
  content: "";
}

.jh-projects__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid #CED4D9;
}

.jh-projects__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-projects__header h2 {
  max-width: 800px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.jh-projects__intro {
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
}

.jh-projects__intro p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-projects__intro a {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration-color: #B8BEC4;
  text-underline-offset: 5px;
}

.jh-projects__intro a:hover {
  color: var(--jh-red);
}

.jh-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.jh-project-card {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid #D3D8DC;
  border-radius: 9px;
  background: var(--jh-white);
  box-shadow: 0 8px 26px rgba(32, 36, 42, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-project-card:hover {
  border-color: #BEC5CA;
  box-shadow: 0 20px 42px rgba(32, 36, 42, 0.12);
  transform: translateY(-4px);
}

.jh-project-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.jh-project-card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #DCE1E5;
}

.jh-project-card figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 16, 19, 0.02) 45%, rgba(12, 16, 19, 0.66) 100%);
  content: "";
  pointer-events: none;
}

.jh-project-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease;
}

.jh-project-card:hover figure img {
  transform: scale(1.025);
}

.jh-project-card figure figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--jh-white);
}

.jh-project-card figure figcaption span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(20, 24, 28, 0.5);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.jh-project-card figure figcaption strong {
  color: #FF9CA1;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.jh-project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  padding: 28px 27px 26px;
}

.jh-project-card__body > p {
  margin: 0 0 11px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.jh-project-card__body h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 22px;
  font-weight: 710;
  letter-spacing: -0.018em;
  line-height: 1.28;
}

.jh-project-card__body > span {
  display: block;
  min-height: 48px;
  margin-top: 12px;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.55;
}

.jh-project-card__body dl {
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--jh-border);
}

.jh-project-card__body dl > div {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--jh-border);
}

.jh-project-card__body dt {
  color: #818A92;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.jh-project-card__body dd {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.45;
  text-align: right;
}

.jh-project-card__body > b {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.jh-project-card__body > b i {
  color: var(--jh-red);
  font-size: 16px;
  font-style: normal;
  transition: transform 180ms ease;
}

.jh-project-card:hover .jh-project-card__body > b i {
  transform: translateX(3px);
}

.jh-projects__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 24px;
  padding: 29px 32px;
  border-radius: 8px;
  background: var(--jh-graphite);
}

.jh-projects__footer p {
  display: grid;
  gap: 5px;
  margin: 0;
}

.jh-projects__footer strong {
  color: var(--jh-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-projects__footer p span {
  color: #BFC6CC;
  font-size: 12px;
  line-height: 1.5;
}

.jh-projects__footer > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 11px 18px;
  border-radius: 6px;
  background: var(--jh-red);
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, transform 160ms ease;
}

.jh-projects__footer > a:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-project-card > a:focus-visible,
.jh-projects__intro a:focus-visible,
.jh-projects__footer > a:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .jh-projects__header {
    gap: 45px;
  }

  .jh-projects__grid {
    gap: 18px;
  }

  .jh-project-card__body {
    padding: 25px 22px 24px;
  }

  .jh-project-card__body h3 {
    font-size: 20px;
  }

  .jh-projects__footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jh-projects__footer > a {
    width: max-content;
  }
}

@media (max-width: 800px) {
  .jh-projects {
    padding: 88px 0 94px;
  }

  .jh-projects__header {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .jh-projects__intro {
    max-width: 720px;
  }

  .jh-projects__grid {
    grid-template-columns: 1fr;
  }

  .jh-project-card__body > span {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .jh-projects {
    padding: 70px 0 76px;
  }

  .jh-projects::before {
    width: 50%;
  }

  .jh-projects__header {
    padding-bottom: 32px;
  }

  .jh-projects__header h2 {
    font-size: 32px;
  }

  .jh-projects__intro {
    padding-left: 16px;
  }

  .jh-projects__grid {
    margin-top: 32px;
  }

  .jh-project-card__body {
    padding: 24px 20px 23px;
  }

  .jh-project-card__body h3 {
    font-size: 21px;
  }

  .jh-projects__footer {
    padding: 26px 22px;
  }

  .jh-projects__footer > a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Complete Boiler System */
.jh-system {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-system::before {
  position: absolute;
  top: -170px;
  right: -190px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(215, 16, 27, 0.11);
  border-radius: 50%;
  content: "";
}

.jh-system::after {
  position: absolute;
  top: -90px;
  right: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(32, 36, 42, 0.08);
  border-radius: 50%;
  content: "";
}

.jh-system .jh-container {
  position: relative;
  z-index: 1;
}

.jh-system__header {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, 0.86fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-system__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-system__header h2 {
  max-width: 850px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-system__intro {
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
}

.jh-system__intro p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-system__intro a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration-color: #B8BEC4;
  text-underline-offset: 5px;
}

.jh-system__intro a:hover {
  color: var(--jh-red);
}

.jh-system__diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 1.04fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 48px;
}

.jh-system__diagram::before {
  position: absolute;
  z-index: -1;
  top: 86px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #C9CFD4;
  content: "";
}

.jh-system__phase {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #D5DADF;
  border-radius: 9px;
  background: var(--jh-light);
}

.jh-system__phase--input::after,
.jh-system__phase--core::after {
  position: absolute;
  z-index: 3;
  top: 79px;
  right: -37px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--jh-red);
  border-right: 2px solid var(--jh-red);
  content: "";
  transform: rotate(45deg);
}

.jh-system__phase-head {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 26px 26px 23px;
  border-bottom: 1px solid #D5DADF;
  background: var(--jh-white);
}

.jh-system__phase-head > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.25);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.055);
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 780;
}

.jh-system__phase-head small {
  display: block;
  margin-bottom: 5px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.jh-system__phase-head h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 18px;
  font-weight: 710;
  letter-spacing: -0.016em;
  line-height: 1.3;
}

.jh-system__components {
  padding: 10px 24px 18px;
}

.jh-system-component {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #D7DCE0;
}

.jh-system-component:last-child {
  border-bottom: 0;
}

.jh-system-component i,
.jh-system__core-control i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.2);
  border-radius: 7px;
  background: var(--jh-white);
  color: var(--jh-red);
  font-style: normal;
}

.jh-system-component svg,
.jh-system__core-control svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.jh-system-component strong,
.jh-system__core-control strong {
  display: block;
  margin-bottom: 5px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
}

.jh-system-component small,
.jh-system__core-control small {
  display: block;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.53;
}

.jh-system__phase--core {
  overflow: hidden;
  padding: 28px 30px 26px;
  border-color: var(--jh-graphite);
  background: var(--jh-graphite);
  color: var(--jh-white);
  box-shadow: 0 20px 48px rgba(32, 36, 42, 0.18);
}

.jh-system__phase--core::before {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.jh-system__core-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.jh-system__core-label span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #FF9DA2;
  font-size: 11px;
  font-weight: 780;
}

.jh-system__core-label small {
  color: #D9DEE2;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.jh-system__boiler-mark {
  display: grid;
  height: 150px;
  place-items: center;
  margin: 20px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(135deg, rgba(255,255,255,0.018), rgba(215,16,27,0.08));
  color: #F0F2F4;
}

.jh-system__boiler-mark svg {
  width: min(82%, 220px);
  height: 120px;
  fill: rgba(255, 255, 255, 0.035);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.jh-system__phase--core > h3 {
  margin: 21px 0 0;
  color: var(--jh-white);
  font-size: 28px;
  font-weight: 710;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.jh-system__phase--core > p {
  margin: 11px 0 0;
  color: #C2C9CE;
  font-size: 12px;
  line-height: 1.6;
}

.jh-system__core-control {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.jh-system__core-control i {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  color: #FF9DA2;
}

.jh-system__core-control strong {
  color: var(--jh-white);
}

.jh-system__core-control small {
  color: #B8C0C6;
}

.jh-system__scope {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  margin-top: 28px;
  padding: 30px 32px;
  border: 1px solid #D4D9DD;
  border-radius: 8px;
  background: var(--jh-light);
}

.jh-system__scope p {
  display: grid;
  gap: 7px;
  margin: 0;
}

.jh-system__scope p span {
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.jh-system__scope p strong {
  max-width: 760px;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.jh-system__scope-actions {
  display: flex;
  gap: 11px;
  align-items: center;
}

.jh-system__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-system__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-system__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-system__button--secondary {
  border-color: var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-system__button--secondary:hover {
  border-color: #C5CBD0;
  background: #ECEFF2;
  color: var(--jh-graphite);
  transform: translateY(-1px);
}

.jh-system__intro a:focus-visible,
.jh-system__button:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-system__header {
    gap: 48px;
  }

  .jh-system__diagram {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr) minmax(0, 1fr);
    gap: 19px;
  }

  .jh-system__phase--input::after,
  .jh-system__phase--core::after {
    right: -27px;
  }

  .jh-system__phase-head {
    padding: 23px 20px 21px;
  }

  .jh-system__components {
    padding-inline: 19px;
  }

  .jh-system__phase--core {
    padding-inline: 23px;
  }

  .jh-system__scope {
    grid-template-columns: 1fr;
    gap: 21px;
  }
}

@media (max-width: 850px) {
  .jh-system {
    padding: 90px 0 96px;
  }

  .jh-system__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-system__intro {
    max-width: 720px;
  }

  .jh-system__diagram {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jh-system__diagram::before,
  .jh-system__phase--input::after,
  .jh-system__phase--core::after {
    display: none;
  }

  .jh-system__phase--core {
    order: -1;
  }

  .jh-system__components {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
  }

  .jh-system-component {
    grid-template-columns: 1fr;
    padding: 0;
    border-bottom: 0;
  }

  .jh-system__boiler-mark {
    height: 175px;
  }
}

@media (max-width: 640px) {
  .jh-system {
    padding: 72px 0 78px;
  }

  .jh-system::before {
    width: 300px;
    height: 300px;
  }

  .jh-system__header {
    padding-bottom: 32px;
  }

  .jh-system__header h2 {
    font-size: 32px;
  }

  .jh-system__intro {
    padding-left: 16px;
  }

  .jh-system__diagram {
    margin-top: 32px;
  }

  .jh-system__phase--core {
    padding: 25px 22px 24px;
  }

  .jh-system__boiler-mark {
    height: 142px;
  }

  .jh-system__phase--core > h3 {
    font-size: 25px;
  }

  .jh-system__phase-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
  }

  .jh-system__phase-head > span {
    width: 38px;
    height: 38px;
  }

  .jh-system__components {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 20px 16px;
  }

  .jh-system-component {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px 0;
    border-bottom: 1px solid #D7DCE0;
  }

  .jh-system-component:last-child {
    border-bottom: 0;
  }

  .jh-system__scope {
    padding: 27px 22px;
  }

  .jh-system__scope-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-system__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* Quality & Certification */
.jh-quality {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-light);
  color: var(--jh-graphite);
}

.jh-quality::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-quality::after {
  position: absolute;
  right: -170px;
  bottom: -190px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(32, 36, 42, 0.07);
  border-radius: 50%;
  content: "";
}

.jh-quality .jh-container {
  position: relative;
  z-index: 1;
}

.jh-quality__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.jh-quality__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-quality__header h2 {
  max-width: 820px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-quality__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-quality__layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 48px;
}

.jh-quality__license {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--jh-graphite);
  border-radius: 9px;
  background: var(--jh-graphite);
  box-shadow: 0 18px 45px rgba(32, 36, 42, 0.14);
}

.jh-quality__document {
  position: relative;
  display: grid;
  min-height: 536px;
  place-items: center;
  box-sizing: border-box;
  padding: 64px 34px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.17), transparent 42%),
    linear-gradient(145deg, #292E35, #20242A 70%);
}

.jh-quality__document > span {
  position: absolute;
  top: 24px;
  left: 28px;
  color: #FFADB1;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-quality__document img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 520px;
  margin: 0 auto;
  border: 7px solid rgba(255, 255, 255, 0.94);
  background: var(--jh-white);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

.jh-quality__license-body {
  padding: 28px 30px 31px;
}

.jh-quality__license-body > p {
  margin: 0 0 9px;
  color: #FF9DA2;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.45;
}

.jh-quality__license-body h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.28;
}

.jh-quality__license-body dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 23px 0 0;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.jh-quality__license-body dl div {
  min-width: 0;
}

.jh-quality__license-body dt {
  margin: 0 0 5px;
  color: #AEB7BE;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-quality__license-body dd {
  margin: 0;
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.45;
}

.jh-quality__control {
  min-width: 0;
  box-sizing: border-box;
  padding: 40px 42px 38px;
  border: 1px solid #D4D9DD;
  border-radius: 9px;
  background: var(--jh-white);
}

.jh-quality__control-head {
  max-width: 760px;
}

.jh-quality__control-head > span {
  display: block;
  margin-bottom: 9px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-quality__control-head h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 31px;
  font-weight: 710;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.jh-quality__control-head p {
  margin: 14px 0 0;
  color: var(--jh-steel);
  font-size: 14px;
  line-height: 1.65;
}

.jh-quality__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.jh-quality__steps li {
  position: relative;
  min-width: 0;
  box-sizing: border-box;
  padding: 23px 21px 22px;
  border: 1px solid #D8DDE1;
  border-radius: 7px;
  background: var(--jh-light);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.jh-quality__steps li:hover {
  border-color: #C6CCD1;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.07);
  transform: translateY(-2px);
}

.jh-quality__steps li > span {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #A9B0B6;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.jh-quality__steps i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 17px;
  border: 1px solid rgba(215, 16, 27, 0.22);
  border-radius: 7px;
  background: var(--jh-white);
  color: var(--jh-red);
  font-style: normal;
}

.jh-quality__steps svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.jh-quality__steps h4 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 15px;
  font-weight: 710;
  letter-spacing: -0.014em;
  line-height: 1.35;
}

.jh-quality__steps p {
  margin: 8px 0 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.57;
}

.jh-quality__note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 18px;
  padding: 24px 25px;
  border-left: 4px solid var(--jh-red);
  border-radius: 6px;
  background: var(--jh-graphite);
}

.jh-quality__note > div:first-child > span {
  display: block;
  margin-bottom: 6px;
  color: #FF9DA2;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-quality__note p {
  max-width: 680px;
  margin: 0;
  color: #CBD1D5;
  font-size: 11px;
  line-height: 1.58;
}

.jh-quality__actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.jh-quality__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-quality__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-quality__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-quality__button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--jh-white);
}

.jh-quality__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-credentials {
  min-width: 0;
  box-sizing: border-box;
  margin-top: 34px;
  padding: 36px 38px 29px;
  border: 1px solid #D4D9DD;
  border-radius: 9px;
  background: var(--jh-white);
}

.jh-credentials__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-credentials__header span {
  display: block;
  margin-bottom: 8px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-credentials__header h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 29px;
  font-weight: 710;
  letter-spacing: -0.027em;
  line-height: 1.18;
}

.jh-credentials__header > p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.62;
}

.jh-credentials__grid {
  display: grid;
  grid-auto-columns: 238px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 304px);
  gap: 16px;
  overflow-x: auto;
  max-width: 100%;
  padding: 2px 2px 17px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--jh-red) #E4E8EB;
  scrollbar-width: thin;
}

.jh-credentials__grid::-webkit-scrollbar {
  height: 7px;
}

.jh-credentials__grid::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #E4E8EB;
}

.jh-credentials__grid::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: var(--jh-red);
}

.jh-credentials__grid:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.26);
  outline-offset: 4px;
}

.jh-credential-card {
  display: grid;
  overflow: hidden;
  grid-template-rows: 215px minmax(0, 1fr);
  min-width: 0;
  height: 304px;
  margin: 0;
  border: 1px solid #D8DDE1;
  border-radius: 7px;
  background: var(--jh-white);
  scroll-snap-align: start;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jh-credential-card:hover {
  border-color: #C6CCD1;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.08);
  transform: translateY(-2px);
}

.jh-credential-card > div {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  box-sizing: border-box;
  padding: 18px;
  border-bottom: 1px solid #D8DDE1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0)),
    #EEF1F3;
}

.jh-credential-card > div::after {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 4px 7px;
  border: 1px solid rgba(32, 36, 42, 0.11);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.82);
  color: #68717A;
  content: "PROTECTED PREVIEW";
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.jh-credential-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jh-credential-card--partner > div {
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.11), transparent 42%),
    #E7EAED;
}

.jh-credential-card--partner > div::before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  border-radius: 3px;
  background: rgba(32, 36, 42, 0.82);
  color: var(--jh-white);
  content: "JOINT RESOURCE";
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.3;
}

.jh-credential-card figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 14px 16px 15px;
}

.jh-credential-card figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--jh-red);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.jh-credential-card--partner figcaption span {
  color: #7A838B;
}

.jh-credential-card figcaption strong {
  display: block;
  color: var(--jh-graphite);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.38;
}

.jh-quality__button:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.32);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-quality__header {
    gap: 48px;
  }

  .jh-quality__layout {
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    gap: 24px;
  }

  .jh-quality__control {
    padding: 34px 30px 31px;
  }

  .jh-quality__note {
    grid-template-columns: 1fr;
  }

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

  .jh-quality__button {
    white-space: normal;
  }

  .jh-credentials__header {
    gap: 36px;
  }
}

@media (max-width: 850px) {
  .jh-quality {
    padding: 90px 0 96px;
  }

  .jh-quality__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-quality__header > p {
    max-width: 720px;
  }

  .jh-quality__layout {
    grid-template-columns: 1fr;
  }

  .jh-quality__license {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .jh-quality__document {
    min-height: 500px;
    padding: 58px 28px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .jh-quality__document img {
    max-height: 440px;
  }

  .jh-quality__license-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .jh-credentials {
    padding-inline: 30px;
  }

  .jh-credentials__header {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .jh-quality {
    padding: 72px 0 78px;
  }

  .jh-quality::before {
    width: 50%;
  }

  .jh-quality__header h2 {
    font-size: 32px;
  }

  .jh-quality__header > p {
    padding-left: 16px;
  }

  .jh-quality__layout {
    margin-top: 32px;
  }

  .jh-quality__license {
    display: block;
  }

  .jh-quality__document {
    min-height: 0;
    padding: 58px 26px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-quality__document img {
    width: 100%;
    max-height: none;
  }

  .jh-quality__license-body {
    display: block;
    padding: 26px 23px 28px;
  }

  .jh-quality__license-body h3 {
    font-size: 21px;
  }

  .jh-quality__license-body dl {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .jh-quality__control {
    padding: 29px 21px 22px;
  }

  .jh-quality__control-head h3 {
    font-size: 27px;
  }

  .jh-quality__steps {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .jh-quality__note {
    padding: 22px 19px;
  }

  .jh-quality__actions {
    grid-template-columns: 1fr;
  }

  .jh-quality__button {
    width: 100%;
  }

  .jh-credentials {
    margin-top: 24px;
    padding: 27px 18px 22px;
  }

  .jh-credentials__header {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }

  .jh-credentials__header h3 {
    font-size: 25px;
  }

  .jh-credentials__grid {
    grid-auto-columns: 208px;
    grid-template-rows: repeat(2, 286px);
    gap: 13px;
  }

  .jh-credential-card {
    grid-template-rows: 198px minmax(0, 1fr);
    height: 286px;
  }

  .jh-credential-card > div {
    padding: 14px;
  }
}

/* Service Process */
.jh-service-process {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  background:
    radial-gradient(circle at 92% 0, rgba(215, 16, 27, 0.16), transparent 29%),
    linear-gradient(180deg, #20242A 0%, #1D2127 100%);
  color: var(--jh-white);
}

.jh-service-process::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-service-process::after {
  position: absolute;
  right: -150px;
  bottom: -220px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(255, 255, 255, 0.018);
  content: "";
}

.jh-service-process .jh-container {
  position: relative;
  z-index: 1;
}

.jh-service-process__header {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 72px;
  align-items: end;
}

.jh-service-process__eyebrow {
  margin: 0 0 17px;
  color: #FF9298;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-service-process__header h2 {
  max-width: 850px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-service-process__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
  color: #C5CBD0;
  font-size: 15px;
  line-height: 1.68;
}

.jh-service-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.jh-service-step {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 254px;
  box-sizing: border-box;
  padding: 25px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #242930;
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.jh-service-step::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 3px;
  background: var(--jh-red);
  content: "";
}

.jh-service-step:hover {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.jh-service-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 23px;
}

.jh-service-step__top i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.48);
  border-radius: 7px;
  background: rgba(215, 16, 27, 0.11);
  color: #FF8D93;
  font-style: normal;
}

.jh-service-step__top svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.jh-service-step__top > span {
  color: rgba(255, 255, 255, 0.24);
  font-size: 30px;
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1;
}

.jh-service-step__phase {
  margin: 0 0 7px;
  color: #FF9298;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-service-step h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.3;
}

.jh-service-step > p:last-child {
  margin: 10px 0 0;
  color: #BFC6CB;
  font-size: 12px;
  line-height: 1.62;
}

.jh-service-process__start {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--jh-red);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.jh-service-process__requirements > span {
  display: block;
  margin-bottom: 13px;
  color: #FF9298;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-service-process__requirements ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-service-process__requirements li {
  position: relative;
  margin: 0;
  padding: 7px 10px 7px 25px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
  color: #F4F6F8;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

.jh-service-process__requirements li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jh-red);
  content: "";
  transform: translateY(-50%);
}

.jh-service-process__requirements > p {
  max-width: 790px;
  margin: 14px 0 0;
  color: #AEB6BC;
  font-size: 10px;
  line-height: 1.58;
}

.jh-service-process__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  min-width: 232px;
}

.jh-service-process__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-service-process__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-service-process__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-service-process__button--secondary {
  border-color: rgba(255, 255, 255, 0.23);
  background: transparent;
  color: var(--jh-white);
}

.jh-service-process__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.07);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-service-process__button:focus-visible {
  outline: 3px solid rgba(255, 146, 152, 0.48);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-service-process__header {
    gap: 48px;
  }

  .jh-service-process__grid {
    gap: 14px;
  }

  .jh-service-step {
    padding-inline: 19px;
  }

  .jh-service-process__start {
    grid-template-columns: 1fr;
  }

  .jh-service-process__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .jh-service-process__button {
    white-space: normal;
  }
}

@media (max-width: 850px) {
  .jh-service-process {
    padding: 90px 0 96px;
  }

  .jh-service-process__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-service-process__header > p {
    max-width: 720px;
  }

  .jh-service-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }

  .jh-service-step {
    min-height: 238px;
    padding: 24px 22px 23px;
  }
}

@media (max-width: 640px) {
  .jh-service-process {
    padding: 72px 0 78px;
  }

  .jh-service-process::before {
    width: 50%;
  }

  .jh-service-process__header h2 {
    font-size: 32px;
  }

  .jh-service-process__header > p {
    padding-left: 16px;
  }

  .jh-service-process__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .jh-service-step {
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .jh-service-step__top {
    margin-bottom: 18px;
  }

  .jh-service-step__top i {
    width: 44px;
    height: 44px;
  }

  .jh-service-process__start {
    gap: 23px;
    margin-top: 18px;
    padding: 24px 19px;
  }

  .jh-service-process__requirements ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-service-process__requirements li {
    min-width: 0;
  }

  .jh-service-process__actions {
    grid-template-columns: 1fr;
  }

  .jh-service-process__button {
    width: 100%;
  }
}

/* Knowledge Center */
.jh-knowledge {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-knowledge::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-knowledge::after {
  position: absolute;
  top: 72px;
  left: -115px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(32, 36, 42, 0.05);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(32, 36, 42, 0.018);
  content: "";
}

.jh-knowledge .jh-container {
  position: relative;
  z-index: 1;
}

.jh-knowledge__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.jh-knowledge__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-knowledge__header h2 {
  max-width: 840px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.jh-knowledge__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-knowledge__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 50px;
}

.jh-knowledge__feature {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 592px;
  margin: 0;
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.23), transparent 37%),
    linear-gradient(145deg, #2A3037 0%, #20242A 72%);
  box-shadow: 0 20px 46px rgba(32, 36, 42, 0.16);
  color: var(--jh-white);
}

.jh-knowledge__feature::after {
  position: absolute;
  right: -82px;
  bottom: -95px;
  width: 265px;
  height: 265px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.jh-knowledge__feature-mark {
  position: absolute;
  top: 38px;
  right: 39px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: rgba(255, 255, 255, 0.13);
}

.jh-knowledge__feature-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.jh-knowledge__feature-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 592px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 48px 45px 44px;
}

.jh-knowledge__feature-content > p:first-child {
  max-width: calc(100% - 145px);
  margin: 0;
  color: #FF9298;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-knowledge__feature h3 {
  max-width: 500px;
  margin: 27px 0 0;
  color: var(--jh-white);
  font-size: 34px;
  font-weight: 710;
  letter-spacing: -0.031em;
  line-height: 1.13;
}

.jh-knowledge__feature h3 + p {
  max-width: 590px;
  margin: 18px 0 0;
  color: #C4CBD0;
  font-size: 13px;
  line-height: 1.67;
}

.jh-knowledge__feature ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.jh-knowledge__feature li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  padding: 17px 13px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-knowledge__feature li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-knowledge__feature li:nth-child(even) {
  padding-left: 18px;
}

.jh-knowledge__feature li span {
  color: #FF9298;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.jh-knowledge__feature li strong {
  min-width: 0;
  color: #F4F6F8;
  font-size: 11px;
  font-weight: 680;
  line-height: 1.4;
}

.jh-knowledge__feature-content > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 27px;
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.4;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 5px;
}

.jh-knowledge__feature-content > a:hover {
  color: #FF9298;
}

.jh-knowledge__topics {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.jh-knowledge-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 21px;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 27px 28px 25px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-light);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.jh-knowledge-card:hover {
  border-color: #C6CCD1;
  box-shadow: 0 14px 30px rgba(32, 36, 42, 0.09);
  transform: translateY(-2px);
}

.jh-knowledge-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.23);
  border-radius: 7px;
  background: var(--jh-white);
  color: var(--jh-red);
}

.jh-knowledge-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.jh-knowledge-card > div:last-child > p:first-child {
  margin: 0 0 7px;
  color: var(--jh-red);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-knowledge-card h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 19px;
  font-weight: 710;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.jh-knowledge-card h3 + p {
  margin: 9px 0 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.58;
}

.jh-knowledge-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--jh-graphite);
  font-size: 10px;
  font-weight: 710;
  line-height: 1.4;
  text-decoration-color: var(--jh-border);
  text-underline-offset: 4px;
}

.jh-knowledge-card a:hover {
  color: var(--jh-red);
}

.jh-knowledge__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 27px 30px;
  border: 1px solid #D4D9DD;
  border-left: 4px solid var(--jh-red);
  border-radius: 7px;
  background: var(--jh-light);
}

.jh-knowledge__footer > div:first-child > span {
  display: block;
  margin-bottom: 7px;
  color: var(--jh-red);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-knowledge__footer p {
  max-width: 720px;
  margin: 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.6;
}

.jh-knowledge__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.jh-knowledge__button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-knowledge__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-knowledge__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-knowledge__button--secondary {
  border-color: #C9CFD4;
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-knowledge__button--secondary:hover {
  border-color: #AEB6BC;
  background: #ECEFF2;
  color: var(--jh-graphite);
  transform: translateY(-1px);
}

.jh-knowledge a:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.29);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-knowledge__header {
    gap: 48px;
  }

  .jh-knowledge__layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  }

  .jh-knowledge__feature-content {
    padding-inline: 36px;
  }

  .jh-knowledge-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 17px;
    padding-inline: 23px;
  }

  .jh-knowledge-card__icon {
    width: 48px;
    height: 48px;
  }

  .jh-knowledge__footer {
    grid-template-columns: 1fr;
  }

  .jh-knowledge__button {
    white-space: normal;
  }
}

@media (max-width: 850px) {
  .jh-knowledge {
    padding: 90px 0 96px;
  }

  .jh-knowledge__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-knowledge__header > p {
    max-width: 720px;
  }

  .jh-knowledge__layout {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .jh-knowledge__feature,
  .jh-knowledge__feature-content {
    min-height: 550px;
  }

  .jh-knowledge__topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .jh-knowledge-card {
    display: block;
    padding: 25px 22px 24px;
  }

  .jh-knowledge-card__icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .jh-knowledge {
    padding: 72px 0 78px;
  }

  .jh-knowledge::before {
    width: 50%;
  }

  .jh-knowledge__header h2 {
    font-size: 32px;
  }

  .jh-knowledge__header > p {
    padding-left: 16px;
  }

  .jh-knowledge__layout {
    gap: 16px;
    margin-top: 32px;
  }

  .jh-knowledge__feature,
  .jh-knowledge__feature-content {
    min-height: 0;
  }

  .jh-knowledge__feature-mark {
    top: 26px;
    right: 23px;
    width: 78px;
    height: 78px;
  }

  .jh-knowledge__feature-content {
    padding: 35px 23px 32px;
  }

  .jh-knowledge__feature-content > p:first-child {
    max-width: calc(100% - 92px);
  }

  .jh-knowledge__feature h3 {
    margin-top: 35px;
    font-size: 29px;
  }

  .jh-knowledge__feature ul {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .jh-knowledge__feature li,
  .jh-knowledge__feature li:nth-child(even) {
    padding: 14px 0;
    border-right: 0;
  }

  .jh-knowledge__feature-content > a {
    margin-top: 27px;
    padding-top: 0;
  }

  .jh-knowledge__topics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jh-knowledge-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 23px 19px 22px;
  }

  .jh-knowledge-card__icon {
    margin-bottom: 0;
  }

  .jh-knowledge__footer {
    gap: 22px;
    margin-top: 18px;
    padding: 24px 19px;
  }

  .jh-knowledge__actions {
    grid-template-columns: 1fr;
  }

  .jh-knowledge__button {
    width: 100%;
  }
}

/* Final conversion CTA */
.jh-final-cta {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 116px;
  background:
    radial-gradient(circle at 8% 110%, rgba(215, 16, 27, 0.24), transparent 34%),
    linear-gradient(145deg, #272D34 0%, #1C2025 58%, #171A1F 100%);
  color: var(--jh-white);
}

.jh-final-cta::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  opacity: 0.58;
  pointer-events: none;
}

.jh-final-cta::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-final-cta .jh-container {
  position: relative;
  z-index: 1;
}

.jh-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: 76px;
  align-items: center;
}

.jh-final-cta__content {
  min-width: 0;
}

.jh-final-cta__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  color: #FF969C;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.jh-final-cta__eyebrow span {
  width: 42px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--jh-red);
}

.jh-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(39px, 4.25vw, 56px);
  font-weight: 720;
  letter-spacing: -0.042em;
  line-height: 1.06;
}

.jh-final-cta__intro {
  max-width: 670px;
  margin: 26px 0 0;
  color: #C4CBD1;
  font-size: 16px;
  line-height: 1.7;
}

.jh-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.jh-final-cta__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.jh-final-cta__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
  box-shadow: 0 12px 30px rgba(215, 16, 27, 0.25);
}

.jh-final-cta__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-final-cta__button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--jh-white);
}

.jh-final-cta__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-final-cta__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin: 27px 0 0;
  color: #9FA8B0;
  font-size: 11px;
  line-height: 1.5;
}

.jh-final-cta__contact span {
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
}

.jh-final-cta__contact a {
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 680;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 4px;
}

.jh-final-cta__contact a:hover {
  color: #FF969C;
}

.jh-final-cta__checklist {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 34px 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(3px);
}

.jh-final-cta__checklist-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-final-cta__checklist-header p {
  margin: 0 0 7px;
  color: #FF969C;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-final-cta__checklist-header h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.jh-final-cta__checklist-header > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  border: 1px solid rgba(255, 150, 156, 0.34);
  border-radius: 3px;
  background: rgba(215, 16, 27, 0.12);
  color: #FFB1B5;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.jh-final-cta__checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-final-cta__checklist li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-final-cta__checklist li i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.5);
  border-radius: 4px;
  background: rgba(215, 16, 27, 0.14);
  color: #FF969C;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.jh-final-cta__checklist li span {
  min-width: 0;
}

.jh-final-cta__checklist li strong,
.jh-final-cta__checklist li small {
  display: block;
}

.jh-final-cta__checklist li strong {
  color: #F6F7F8;
  font-size: 12px;
  font-weight: 690;
  line-height: 1.35;
}

.jh-final-cta__checklist li small {
  margin-top: 5px;
  color: #AEB7BE;
  font-size: 9px;
  line-height: 1.45;
}

.jh-final-cta__note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 23px 0 0;
  color: #AEB7BE;
  font-size: 9px;
  line-height: 1.58;
}

.jh-final-cta__note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #FF969C;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.jh-final-cta a:focus-visible {
  outline: 3px solid rgba(255, 150, 156, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-final-cta__layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    gap: 46px;
  }

  .jh-final-cta__checklist {
    padding-inline: 28px;
  }
}

@media (max-width: 900px) {
  .jh-final-cta {
    padding: 90px 0 96px;
  }

  .jh-final-cta__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .jh-final-cta__content,
  .jh-final-cta h2,
  .jh-final-cta__intro {
    max-width: 760px;
  }

  .jh-final-cta__checklist {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .jh-final-cta {
    padding: 72px 0 78px;
  }

  .jh-final-cta::after {
    width: 50%;
  }

  .jh-final-cta__layout {
    gap: 36px;
  }

  .jh-final-cta__eyebrow {
    font-size: 10px;
  }

  .jh-final-cta__eyebrow span {
    width: 30px;
  }

  .jh-final-cta h2 {
    font-size: 34px;
  }

  .jh-final-cta__intro {
    margin-top: 21px;
    font-size: 15px;
  }

  .jh-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .jh-final-cta__button {
    width: 100%;
    padding-inline: 17px;
  }

  .jh-final-cta__contact {
    display: grid;
    gap: 6px;
  }

  .jh-final-cta__checklist {
    padding: 25px 20px 24px;
  }

  .jh-final-cta__checklist-header {
    display: grid;
    gap: 14px;
    padding-bottom: 20px;
  }

  .jh-final-cta__checklist-header h3 {
    font-size: 22px;
  }

  .jh-final-cta__checklist-header > span {
    justify-self: start;
  }

  .jh-final-cta__checklist ul {
    grid-template-columns: 1fr;
  }

  .jh-final-cta__checklist li {
    padding: 17px 0 16px;
  }
}

/* Products overview page */
.page-id-44 .content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-44 .entry-header {
  display: none;
}

.page-id-44 .entry-content,
.page-id-44 .entry-content-wrap {
  margin: 0;
  padding: 0;
}

.page-id-44 #primary,
.page-id-44 .site-main,
.page-id-44 article.page {
  width: 100%;
  max-width: none;
}

.page-id-44 article.page {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jh-products-page {
  color: var(--jh-graphite);
}

.jh-products-hero {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 42px 0 104px;
  border-bottom: 4px solid var(--jh-red);
  background:
    radial-gradient(circle at 92% 6%, rgba(215, 16, 27, 0.21), transparent 30%),
    linear-gradient(145deg, #292F36 0%, #20242A 58%, #181B20 100%);
  color: var(--jh-white);
}

.jh-products-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.jh-products-hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018);
  content: "";
}

.jh-products-hero .jh-container {
  position: relative;
  z-index: 1;
}

.jh-products-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 64px;
  color: #8F99A2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-products-breadcrumb a {
  color: #C5CBD0;
  text-decoration: none;
}

.jh-products-breadcrumb a:hover {
  color: var(--jh-white);
}

.jh-products-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(450px, 0.92fr);
  gap: clamp(54px, 7vw, 94px);
  align-items: center;
}

.jh-products-hero__content {
  min-width: 0;
}

.jh-products-hero__eyebrow {
  margin: 0 0 19px;
  padding-left: 15px;
  border-left: 3px solid var(--jh-red);
  color: #FF989E;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.jh-products-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(43px, 4.8vw, 62px);
  font-weight: 720;
  letter-spacing: -0.046em;
  line-height: 1.04;
}

.jh-products-hero__content > p:last-of-type {
  max-width: 720px;
  margin: 27px 0 0;
  color: #C3CBD1;
  font-size: 17px;
  line-height: 1.68;
}

.jh-products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.jh-products-hero__button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.jh-products-hero__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
  box-shadow: 0 12px 30px rgba(215, 16, 27, 0.24);
}

.jh-products-hero__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-products-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--jh-white);
}

.jh-products-hero__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.09);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-products-hero__selector {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 31px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.jh-products-hero__selector-head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-products-hero__selector-head span {
  color: #FF989E;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.jh-products-hero__selector-head strong {
  color: var(--jh-white);
  font-size: 14px;
  font-weight: 690;
  line-height: 1.4;
  text-align: right;
}

.jh-products-hero__selector ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-products-hero__selector li {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-products-hero__selector li i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.5);
  border-radius: 4px;
  background: rgba(215, 16, 27, 0.15);
  color: #FF989E;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.jh-products-hero__selector li strong,
.jh-products-hero__selector li small {
  display: block;
}

.jh-products-hero__selector li strong {
  color: #F5F6F7;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-products-hero__selector li small {
  margin-top: 5px;
  color: #AAB3BB;
  font-size: 9px;
  line-height: 1.45;
}

.jh-products-hero__selector > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  color: var(--jh-white);
  font-size: 11px;
  font-weight: 720;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
}

.jh-products-hero__selector > a:hover {
  color: #FF989E;
}

.jh-product-jump {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-white);
  box-shadow: 0 9px 24px rgba(32, 36, 42, 0.055);
}

.jh-product-jump .jh-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.jh-product-jump a {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 13px;
  border-right: 1px solid var(--jh-border);
  color: var(--jh-graphite);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.jh-product-jump a:first-child {
  border-left: 1px solid var(--jh-border);
}

.jh-product-jump a:hover {
  background: var(--jh-light);
  color: var(--jh-red);
}

.jh-product-families {
  box-sizing: border-box;
  padding: 116px 0 122px;
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-product-families__header,
.jh-product-directory__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.jh-product-families__eyebrow,
.jh-product-directory__eyebrow,
.jh-product-selection__eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-product-families__header h2,
.jh-product-directory__header h2,
.jh-product-selection__intro h2 {
  max-width: 830px;
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -0.038em;
  line-height: 1.08;
}

.jh-product-families__header > p,
.jh-product-directory__header > p {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.68;
}

.jh-product-families__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  margin-top: 51px;
}

.jh-family-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--jh-border);
  border-radius: 9px;
  background: var(--jh-white);
  box-shadow: 0 7px 22px rgba(32, 36, 42, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-family-card:hover {
  border-color: #C5CBD0;
  box-shadow: 0 18px 38px rgba(32, 36, 42, 0.11);
  transform: translateY(-3px);
}

.jh-family-card__media {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 28px 22px 18px;
  border-bottom: 1px solid var(--jh-border);
  background:
    linear-gradient(rgba(32, 36, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 36, 42, 0.025) 1px, transparent 1px),
    var(--jh-light);
  background-size: 34px 34px;
}

.jh-family-card__media::after {
  position: absolute;
  right: -66px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(215, 16, 27, 0.09);
  border-radius: 50%;
  content: "";
}

.jh-family-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 205px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.jh-family-card__media > span {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 18px;
  padding: 7px 9px;
  border-radius: 3px;
  background: var(--jh-graphite);
  color: var(--jh-white);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.jh-family-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  padding: 27px 27px 28px;
}

.jh-family-card__top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.jh-family-card__top span {
  color: var(--jh-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jh-family-card__top strong {
  color: #7C858D;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-align: right;
}

.jh-family-card h3 {
  margin: 19px 0 0;
  color: var(--jh-graphite);
  font-size: 23px;
  font-weight: 710;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.jh-family-card h3 + p {
  margin: 13px 0 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.62;
}

.jh-family-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.jh-family-card li {
  padding: 6px 8px;
  border: 1px solid var(--jh-border);
  border-radius: 3px;
  background: var(--jh-light);
  color: #59636C;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.35;
}

.jh-family-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  color: var(--jh-graphite);
  font-size: 11px;
  font-weight: 730;
  text-decoration-color: var(--jh-border);
  text-underline-offset: 4px;
}

.jh-family-card__body > a:hover {
  color: var(--jh-red);
}

.jh-product-directory {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 116px 0 122px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-light);
  color: var(--jh-graphite);
}

.jh-product-directory::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--jh-red);
  content: "";
}

.jh-product-directory .jh-container {
  position: relative;
  z-index: 1;
}

.jh-product-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
  margin-top: 50px;
}

.jh-directory-card {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 30px 27px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 5px 18px rgba(32, 36, 42, 0.04);
  scroll-margin-top: 32px;
}

.jh-directory-card:first-child,
.jh-directory-card:last-child {
  grid-column: 1 / -1;
}

.jh-directory-card__heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--jh-border);
}

.jh-directory-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.22);
  border-radius: 6px;
  background: rgba(215, 16, 27, 0.055);
  color: var(--jh-red);
}

.jh-directory-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.jh-directory-card__heading p {
  margin: 0 0 5px;
  color: var(--jh-red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.jh-directory-card__heading h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 23px;
  font-weight: 710;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.jh-directory-card__groups {
  display: grid;
  gap: 19px;
  margin-top: 23px;
}

.jh-directory-card:first-child .jh-directory-card__groups,
.jh-directory-card:last-child .jh-directory-card__groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jh-directory-card__groups > div {
  min-width: 0;
}

.jh-directory-card__groups strong {
  display: block;
  margin-bottom: 10px;
  color: #4B555E;
  font-size: 10px;
  font-weight: 730;
  line-height: 1.4;
}

.jh-directory-card__groups p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.jh-directory-card__groups span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 9px;
  border: 1px solid #DDE1E4;
  border-radius: 3px;
  background: var(--jh-light);
  color: #5D6770;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.35;
}

.jh-product-directory__note {
  margin: 22px 0 0;
  padding: 18px 21px;
  border: 1px solid #D4D9DD;
  border-left: 4px solid var(--jh-red);
  border-radius: 5px;
  background: var(--jh-white);
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.6;
}

.jh-product-selection {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 112px 0 118px;
  background:
    radial-gradient(circle at 8% 105%, rgba(215, 16, 27, 0.22), transparent 34%),
    var(--jh-graphite);
  color: var(--jh-white);
}

.jh-product-selection::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.jh-product-selection__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(520px, 1.17fr);
  gap: clamp(54px, 7vw, 92px);
  align-items: start;
}

.jh-product-selection__eyebrow {
  color: #FF989E;
}

.jh-product-selection__intro h2 {
  color: var(--jh-white);
}

.jh-product-selection__intro > p:last-of-type {
  max-width: 590px;
  margin: 25px 0 0;
  color: #C3CBD1;
  font-size: 15px;
  line-height: 1.7;
}

.jh-product-selection__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.jh-product-selection__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 740;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jh-product-selection__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-product-selection__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-product-selection__button--secondary {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: var(--jh-white);
}

.jh-product-selection__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
  color: var(--jh-white);
  transform: translateY(-1px);
}

.jh-product-selection__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.jh-product-selection__steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 25px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.jh-product-selection__steps > li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.55);
  border-radius: 5px;
  background: rgba(215, 16, 27, 0.14);
  color: #FF989E;
  font-size: 10px;
  font-weight: 800;
}

.jh-product-selection__steps h3 {
  margin: 0;
  color: var(--jh-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.jh-product-selection__steps p {
  margin: 9px 0 0;
  color: #AFB8BF;
  font-size: 12px;
  line-height: 1.62;
}

.jh-products-cta {
  box-sizing: border-box;
  padding: 78px 0 84px;
  border-top: 1px solid var(--jh-border);
  background: var(--jh-white);
}

.jh-products-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 45px 48px;
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 16, 27, 0.2), transparent 34%),
    var(--jh-graphite);
  box-shadow: 0 20px 46px rgba(32, 36, 42, 0.15);
  color: var(--jh-white);
}

.jh-products-cta__panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 4px;
  background: var(--jh-red);
  content: "";
}

.jh-products-cta__panel > div {
  position: relative;
  z-index: 1;
}

.jh-products-cta__panel > div:first-child > p {
  margin: 0 0 11px;
  color: #FF989E;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.jh-products-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(29px, 3.2vw, 40px);
  font-weight: 710;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.jh-products-cta__panel > div:first-child > span {
  display: block;
  max-width: 760px;
  margin-top: 15px;
  color: #B8C0C6;
  font-size: 12px;
  line-height: 1.62;
}

.jh-products-cta__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.jh-products-cta__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 740;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.jh-products-cta__button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-products-cta__button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
}

.jh-products-cta__button--secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--jh-white);
}

.jh-products-cta__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
  color: var(--jh-white);
}

.jh-products-page a:focus-visible,
.jh-product-families a:focus-visible,
.jh-product-selection a:focus-visible,
.jh-products-cta a:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .jh-products-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 48px;
  }

  .jh-product-families__header,
  .jh-product-directory__header {
    gap: 48px;
  }

  .jh-product-families__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-product-selection__grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1.25fr);
    gap: 48px;
  }

  .jh-products-cta__panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .jh-products-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .jh-products-hero {
    padding-bottom: 88px;
  }

  .jh-products-breadcrumb {
    margin-bottom: 48px;
  }

  .jh-products-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jh-products-hero__content,
  .jh-products-hero__selector {
    max-width: 760px;
  }

  .jh-product-jump {
    overflow-x: auto;
  }

  .jh-product-jump .jh-container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(6, minmax(145px, 1fr));
  }

  .jh-product-families,
  .jh-product-directory {
    padding: 90px 0 96px;
  }

  .jh-product-families__header,
  .jh-product-directory__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jh-product-families__header > p,
  .jh-product-directory__header > p {
    max-width: 720px;
  }

  .jh-product-directory__grid {
    grid-template-columns: 1fr;
  }

  .jh-directory-card:first-child,
  .jh-directory-card:last-child {
    grid-column: auto;
  }

  .jh-product-selection {
    padding: 90px 0 96px;
  }

  .jh-product-selection__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jh-product-selection__intro {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .jh-products-hero {
    padding: 30px 0 70px;
  }

  .jh-products-breadcrumb {
    margin-bottom: 38px;
  }

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

  .jh-products-hero__content > p:last-of-type {
    margin-top: 22px;
    font-size: 15px;
  }

  .jh-products-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .jh-products-hero__button {
    width: 100%;
  }

  .jh-products-hero__selector {
    padding: 25px 20px 23px;
  }

  .jh-products-hero__selector-head {
    display: grid;
    gap: 7px;
  }

  .jh-products-hero__selector-head strong {
    text-align: left;
  }

  .jh-products-hero__selector ol {
    grid-template-columns: 1fr;
  }

  .jh-product-jump .jh-container {
    padding-inline: 0;
  }

  .jh-product-jump a {
    min-height: 62px;
  }

  .jh-product-families,
  .jh-product-directory {
    padding: 72px 0 78px;
  }

  .jh-product-families__header h2,
  .jh-product-directory__header h2,
  .jh-product-selection__intro h2 {
    font-size: 32px;
  }

  .jh-product-families__header > p,
  .jh-product-directory__header > p {
    padding-left: 16px;
  }

  .jh-product-families__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .jh-family-card__media {
    min-height: 235px;
  }

  .jh-family-card__media img {
    height: 185px;
  }

  .jh-family-card__body {
    padding: 24px 21px 25px;
  }

  .jh-product-directory::before {
    width: 50%;
  }

  .jh-product-directory__grid {
    margin-top: 36px;
  }

  .jh-directory-card {
    padding: 24px 20px 22px;
  }

  .jh-directory-card__heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .jh-directory-card__icon {
    width: 44px;
    height: 44px;
  }

  .jh-directory-card__heading h3 {
    font-size: 21px;
  }

  .jh-directory-card:first-child .jh-directory-card__groups,
  .jh-directory-card:last-child .jh-directory-card__groups {
    grid-template-columns: 1fr;
  }

  .jh-product-selection {
    padding: 72px 0 78px;
  }

  .jh-product-selection__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-product-selection__button {
    width: 100%;
  }

  .jh-product-selection__steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 21px 0 20px;
  }

  .jh-product-selection__steps > li > span {
    width: 42px;
    height: 42px;
  }

  .jh-product-selection__steps h3 {
    font-size: 18px;
  }

  .jh-products-cta {
    padding: 62px 0 68px;
  }

  .jh-products-cta__panel {
    gap: 26px;
    padding: 34px 22px 28px;
  }

  .jh-products-cta h2 {
    font-size: 30px;
  }

  .jh-products-cta__actions {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .jh-products-cta__button {
    width: 100%;
    white-space: normal;
  }
}

/* Request a Quote page */
.page-id-58 .content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-58 .entry-header {
  display: none;
}

.page-id-58 .entry-content,
.page-id-58 .entry-content-wrap {
  margin: 0;
  padding: 0;
}

.page-id-58 #primary,
.page-id-58 .site-main,
.page-id-58 article.page {
  width: 100%;
  max-width: none;
}

.jh-quote-hero {
  padding: 88px 0 128px;
  border-bottom: 4px solid var(--jh-red);
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-quote-hero__eyebrow {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 3px solid var(--jh-red);
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 1.5px;
  line-height: 1.35;
}

.jh-quote-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.jh-quote-hero > .jh-container > p:not(.jh-quote-hero__eyebrow) {
  max-width: 820px;
  margin: 24px 0 0;
  color: #C7CDD3;
  font-size: 17px;
  line-height: 1.65;
}

.jh-quote-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin-top: 32px;
}

.jh-quote-hero__points span {
  position: relative;
  padding-left: 17px;
  color: var(--jh-white);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.jh-quote-hero__points span::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jh-red);
  content: "";
}

.jh-quote-main {
  padding: 0 0 112px;
  background: var(--jh-light);
}

.jh-quote-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(600px, 1.26fr);
  gap: 28px;
  align-items: start;
  transform: translateY(-64px);
}

.jh-quote-sidebar {
  display: grid;
  gap: 22px;
}

.jh-quote-sidebar__card,
.jh-quote-contact,
.jh-quote-form {
  box-sizing: border-box;
  border: 1px solid var(--jh-border);
  border-radius: 9px;
  background: var(--jh-white);
  box-shadow: 0 16px 42px rgba(32, 36, 42, 0.09);
}

.jh-quote-sidebar__card {
  padding: 32px;
  border-top: 3px solid var(--jh-red);
}

.jh-quote-sidebar__label {
  margin: 0 0 11px;
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.jh-quote-sidebar__card h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.22;
}

.jh-quote-sidebar__card ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.jh-quote-sidebar__card li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--jh-border);
}

.jh-quote-sidebar__card li > span {
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
}

.jh-quote-sidebar__card li p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.jh-quote-sidebar__card li strong {
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.35;
}

.jh-quote-sidebar__card li small {
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.5;
}

.jh-quote-contact {
  padding: 28px;
  box-shadow: 0 8px 25px rgba(32, 36, 42, 0.06);
}

.jh-quote-contact__whatsapp {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 7px;
  background: #F0F8F3;
  color: var(--jh-graphite);
  text-decoration: none;
}

.jh-quote-contact__whatsapp svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: #1F9D55;
}

.jh-quote-contact__whatsapp span,
.jh-quote-contact__email,
.jh-quote-contact__facebook {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.jh-quote-contact__whatsapp small,
.jh-quote-contact__email small,
.jh-quote-contact__facebook small {
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.35;
}

.jh-quote-contact__whatsapp strong,
.jh-quote-contact__email strong,
.jh-quote-contact__facebook strong {
  overflow-wrap: anywhere;
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.4;
}

.jh-quote-contact__email,
.jh-quote-contact__facebook {
  margin-top: 14px;
  padding: 14px 15px;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  color: var(--jh-graphite);
  text-decoration: none;
}

.jh-quote-contact > p:last-child {
  margin: 16px 0 0;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.55;
}

.jh-quote-contact a:hover {
  border-color: #C4CAD0;
}

.jh-quote-form {
  padding: 38px;
}

.jh-quote-form__prefill {
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(215, 16, 27, 0.18);
  border-left: 3px solid var(--jh-red);
  border-radius: 6px;
  background: rgba(215, 16, 27, 0.045);
}

.jh-quote-form__prefill strong,
.jh-quote-form__prefill span {
  display: block;
}

.jh-quote-form__prefill strong {
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.4;
}

.jh-quote-form__prefill span {
  margin-top: 3px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.5;
}

.jh-quote-form__header > p {
  margin: 0 0 9px;
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.jh-quote-form__header h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.jh-quote-form__header > span {
  display: block;
  margin-top: 8px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.45;
}

.jh-quote-form__header b,
.jh-field label b {
  color: var(--jh-red);
}

.jh-form-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--jh-border);
}

.jh-form-section__heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-bottom: 24px;
}

.jh-form-section__heading > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(215, 16, 27, 0.2);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.05);
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
}

.jh-form-section__heading h3 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.jh-form-section__heading p {
  margin: 4px 0 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.5;
}

.jh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.jh-field {
  min-width: 0;
}

.jh-field--full {
  grid-column: 1 / -1;
}

.jh-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--jh-graphite);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.jh-field input,
.jh-field select,
.jh-field textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #CBD1D6;
  border-radius: 6px;
  background: var(--jh-white);
  color: var(--jh-graphite);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.jh-field input,
.jh-field select {
  min-height: 48px;
  padding: 11px 13px;
}

.jh-field textarea {
  min-height: 148px;
  padding: 13px;
  resize: vertical;
}

.jh-field input::placeholder,
.jh-field textarea::placeholder {
  color: #929AA2;
}

.jh-field input:focus,
.jh-field select:focus,
.jh-field textarea:focus {
  outline: none;
  border-color: var(--jh-red);
  box-shadow: 0 0 0 3px rgba(215, 16, 27, 0.1);
}

.jh-field.has-error input,
.jh-field.has-error select,
.jh-field.has-error textarea {
  border-color: var(--jh-red);
  background: rgba(215, 16, 27, 0.025);
}

.jh-field > small {
  display: block;
  margin-top: 8px;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.55;
}

.jh-field--honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.jh-quote-form__submit {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--jh-border);
}

.jh-quote-form__submit button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 0;
  border-radius: 6px;
  background: var(--jh-red);
  color: var(--jh-white);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  transition: background-color 160ms ease, transform 160ms ease;
}

.jh-quote-form__submit button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.jh-quote-form__submit button:hover {
  background: var(--jh-red-hover);
  transform: translateY(-1px);
}

.jh-quote-form__submit button:focus-visible,
.jh-quote-contact a:focus-visible,
.jh-quote-form__fallback:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.28);
  outline-offset: 3px;
}

.jh-quote-form__submit > p {
  max-width: 610px;
  margin: 12px 0 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.55;
}

.jh-quote-form__status {
  min-height: 20px;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.jh-quote-form__status.is-error {
  color: var(--jh-red);
}

.jh-quote-form__status.is-success {
  color: #187542;
}

.jh-quote-form__fallback {
  display: inline-block;
  margin-top: 6px;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}

.jh-quote-form [hidden] {
  display: none !important;
}

@media (max-width: 1000px) {
  .jh-quote-layout {
    grid-template-columns: minmax(260px, 0.65fr) minmax(500px, 1.35fr);
  }

  .jh-quote-sidebar__card,
  .jh-quote-contact {
    padding: 25px;
  }

  .jh-quote-form {
    padding: 32px;
  }
}

@media (max-width: 900px) {
  .jh-quote-hero {
    padding: 76px 0 112px;
  }

  .jh-quote-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jh-quote-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-quote-sidebar__card,
  .jh-quote-contact {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .jh-quote-hero {
    padding: 58px 0 96px;
  }

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

  .jh-quote-hero > .jh-container > p:not(.jh-quote-hero__eyebrow) {
    font-size: 16px;
  }

  .jh-quote-hero__points {
    display: grid;
    gap: 11px;
    margin-top: 26px;
  }

  .jh-quote-main {
    padding-bottom: 76px;
  }

  .jh-quote-layout {
    transform: translateY(-46px);
  }

  .jh-quote-sidebar {
    grid-template-columns: 1fr;
  }

  .jh-quote-sidebar__card,
  .jh-quote-contact {
    padding: 24px 22px;
  }

  .jh-quote-sidebar__card h2 {
    font-size: 24px;
  }

  .jh-quote-form {
    padding: 26px 20px;
  }

  .jh-quote-form__header h2 {
    font-size: 28px;
  }

  .jh-form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .jh-field--full {
    grid-column: auto;
  }

  .jh-form-section {
    margin-top: 28px;
    padding-top: 28px;
  }

  .jh-quote-form__submit button {
    width: 100%;
  }
}

/* WNS Gas & Oil Steam Boiler detail page */
.jh-wns-hero,
.jh-wns-nav,
.jh-wns-overview,
.jh-wns-principle,
.jh-wns-features,
.jh-wns-data,
.jh-wns-system,
.jh-wns-applications,
.jh-wns-selection,
.jh-wns-faq,
.jh-wns-cta,
.jh-wns-hero *,
.jh-wns-nav *,
.jh-wns-overview *,
.jh-wns-principle *,
.jh-wns-features *,
.jh-wns-data *,
.jh-wns-system *,
.jh-wns-applications *,
.jh-wns-selection *,
.jh-wns-faq *,
.jh-wns-cta * {
  box-sizing: border-box;
}

.jh-wns-overview,
.jh-wns-principle,
.jh-wns-features,
.jh-wns-data,
.jh-wns-system,
.jh-wns-applications,
.jh-wns-faq {
  scroll-margin-top: 88px;
}

.jh-wns-eyebrow {
  margin: 0 0 17px;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 1.55px;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-wns-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 54px;
  background:
    radial-gradient(circle at 79% 25%, rgba(215, 16, 27, 0.14), transparent 27%),
    linear-gradient(135deg, #191d22 0%, #20242a 54%, #292f36 100%);
  color: var(--jh-white);
}

.jh-wns-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  pointer-events: none;
}

.jh-wns-hero::after {
  position: absolute;
  right: -230px;
  bottom: -360px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.jh-wns-hero > .jh-container {
  position: relative;
  z-index: 1;
}

.jh-wns-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.jh-wns-breadcrumb a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.jh-wns-breadcrumb a:hover {
  color: var(--jh-white);
}

.jh-wns-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
}

.jh-wns-hero__content {
  position: relative;
  z-index: 2;
}

.jh-wns-hero .jh-wns-eyebrow {
  color: #ff5962;
}

.jh-wns-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(43px, 4.3vw, 66px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.jh-wns-hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.68;
}

.jh-wns-hero__actions,
.jh-wns-selection__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.jh-wns-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.jh-wns-button:hover {
  transform: translateY(-1px);
}

.jh-wns-button--primary {
  background: var(--jh-red);
  color: var(--jh-white);
}

.jh-wns-button--primary:hover {
  background: var(--jh-red-hover);
  color: var(--jh-white);
}

.jh-wns-button--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: var(--jh-white);
}

.jh-wns-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.095);
  color: var(--jh-white);
}

.jh-wns-button--light {
  border-color: var(--jh-border);
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-wns-button--light:hover {
  border-color: #c8ced4;
  background: #eef1f3;
  color: var(--jh-graphite);
}

.jh-wns-button--white {
  background: var(--jh-white);
  color: var(--jh-graphite);
}

.jh-wns-button--white:hover {
  background: #f0f2f4;
  color: var(--jh-graphite);
}

.jh-wns-hero__visual {
  position: relative;
  margin: 0;
}

.jh-wns-hero__visual::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 112px;
  height: 112px;
  border-top: 3px solid var(--jh-red);
  border-right: 3px solid var(--jh-red);
  content: "";
  pointer-events: none;
}

.jh-wns-hero__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #30363d;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.32);
}

.jh-wns-hero__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25%;
  background: linear-gradient(transparent, rgba(14, 17, 20, 0.18));
  content: "";
  pointer-events: none;
}

.jh-wns-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.jh-wns-hero__visual figcaption {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.5;
}

.jh-wns-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 54px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jh-wns-hero__facts > div {
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.jh-wns-hero__facts > div:first-child {
  padding-left: 0;
}

.jh-wns-hero__facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.jh-wns-hero__facts dt {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.jh-wns-hero__facts dd {
  margin: 0;
  color: var(--jh-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.jh-wns-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--jh-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(32, 36, 42, 0.06);
  backdrop-filter: blur(14px);
}

.jh-wns-nav .jh-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jh-wns-nav .jh-container::-webkit-scrollbar {
  display: none;
}

.jh-wns-nav a {
  flex: 0 0 auto;
  padding: 18px 0 16px;
  border-bottom: 2px solid transparent;
  color: #4b555f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.35;
  text-decoration: none;
}

.jh-wns-nav a:hover {
  border-color: var(--jh-red);
  color: var(--jh-graphite);
}

.jh-wns-overview,
.jh-wns-features,
.jh-wns-applications,
.jh-wns-faq {
  padding: 104px 0;
  background: var(--jh-white);
}

.jh-wns-section-head {
  max-width: 830px;
  margin-bottom: 48px;
}

.jh-wns-section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 80px;
  align-items: end;
}

.jh-wns-section-head h2,
.jh-wns-principle h2,
.jh-wns-system h2,
.jh-wns-selection h2 {
  margin: 0;
  color: var(--jh-graphite);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 710;
  letter-spacing: -0.038em;
  line-height: 1.12;
}

.jh-wns-section-head > p:last-child,
.jh-wns-section-head__summary,
.jh-wns-section-head__copy p,
.jh-wns-principle__content > p,
.jh-wns-system__content > p,
.jh-wns-selection__content > p {
  color: var(--jh-steel);
  font-size: 15px;
  line-height: 1.72;
}

.jh-wns-section-head > p:last-child {
  max-width: 760px;
  margin: 21px 0 0;
}

.jh-wns-section-head__summary {
  margin: 0;
}

.jh-wns-section-head__copy p {
  margin: 0;
}

.jh-wns-section-head__copy p + p {
  margin-top: 16px;
}

.jh-wns-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
}

.jh-wns-overview__grid article {
  min-width: 0;
  padding: 33px 28px 36px;
  border-right: 1px solid var(--jh-border);
}

.jh-wns-overview__grid article:first-child {
  padding-left: 0;
}

.jh-wns-overview__grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.jh-wns-overview__grid article > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(215, 16, 27, 0.18);
  border-radius: 50%;
  background: rgba(215, 16, 27, 0.055);
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
}

.jh-wns-overview__grid h3 {
  margin: 0 0 11px;
  color: var(--jh-graphite);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.jh-wns-overview__grid p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.65;
}

.jh-wns-principle {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: var(--jh-graphite);
  color: var(--jh-white);
}

.jh-wns-principle::after {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.jh-wns-principle__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 78px;
  align-items: center;
}

.jh-wns-principle h2 {
  color: var(--jh-white);
}

.jh-wns-principle__content > p {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.jh-wns-principle__note {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--jh-red);
  background: rgba(255, 255, 255, 0.055);
}

.jh-wns-principle__note strong {
  color: var(--jh-white);
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-wns-principle__note span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

.jh-wns-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(118px, 1fr));
  gap: 12px;
}

.jh-wns-flow__item {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 24px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.jh-wns-flow__item::after {
  position: absolute;
  top: 42px;
  right: -10px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.28);
  border-right: 2px solid rgba(255, 255, 255, 0.28);
  content: "";
  transform: rotate(45deg);
}

.jh-wns-flow__item:last-child::after {
  display: none;
}

.jh-wns-flow__item i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--jh-red);
  color: var(--jh-white);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.jh-wns-flow__item strong {
  display: block;
  margin-bottom: 12px;
  color: var(--jh-white);
  font-size: 15px;
  line-height: 1.3;
}

.jh-wns-flow__item span {
  display: block;
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
  line-height: 1.58;
}

.jh-wns-features {
  background: var(--jh-light);
}

.jh-wns-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jh-wns-features__grid article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jh-wns-features__grid article::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(215, 16, 27, 0.09);
  border-radius: 50%;
  content: "";
}

.jh-wns-features__grid article:hover {
  border-color: #c8ced4;
  box-shadow: 0 18px 40px rgba(32, 36, 42, 0.08);
  transform: translateY(-3px);
}

.jh-wns-feature-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(215, 16, 27, 0.16);
  border-radius: 7px;
  background: rgba(215, 16, 27, 0.05);
  color: var(--jh-red);
}

.jh-wns-feature-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jh-wns-features__grid article > p {
  margin: 0 0 9px;
  color: var(--jh-red);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.05px;
  line-height: 1.35;
}

.jh-wns-features__grid h3 {
  margin: 0 0 13px;
  color: var(--jh-graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.jh-wns-features__grid article > span:last-child {
  display: block;
  color: var(--jh-steel);
  font-size: 13px;
  line-height: 1.65;
}

.jh-wns-data {
  padding: 104px 0 110px;
  background: var(--jh-white);
}

.jh-wns-data__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-light);
}

.jh-wns-data__summary > div {
  padding: 24px 26px;
  border-right: 1px solid var(--jh-border);
}

.jh-wns-data__summary > div:last-child {
  border-right: 0;
}

.jh-wns-data__summary span {
  display: block;
  margin-bottom: 7px;
  color: var(--jh-steel);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.jh-wns-data__summary strong {
  display: block;
  color: var(--jh-graphite);
  font-size: 21px;
  line-height: 1.3;
}

.jh-wns-capacities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}

.jh-wns-capacities span {
  display: inline-flex;
  min-width: 48px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid var(--jh-border);
  border-radius: 4px;
  color: #4d5761;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.jh-wns-capacities span:last-child {
  border-color: rgba(215, 16, 27, 0.2);
  background: rgba(215, 16, 27, 0.05);
  color: var(--jh-red);
}

.jh-wns-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--jh-border);
  border-radius: 8px;
  background: var(--jh-white);
  box-shadow: 0 14px 36px rgba(32, 36, 42, 0.055);
}

.jh-wns-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: var(--jh-graphite);
  font-size: 12px;
  line-height: 1.45;
}

.jh-wns-table caption {
  padding: 16px 18px;
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-graphite);
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
}

.jh-wns-table th,
.jh-wns-table td {
  padding: 16px 15px;
  border-right: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
  text-align: center;
  vertical-align: middle;
}

.jh-wns-table th:last-child,
.jh-wns-table td:last-child {
  border-right: 0;
}

.jh-wns-table tbody tr:last-child th,
.jh-wns-table tbody tr:last-child td {
  border-bottom: 0;
}

.jh-wns-table thead th {
  background: #eef1f3;
  color: #3f4851;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2px;
}

.jh-wns-table thead small {
  color: var(--jh-steel);
  font-size: 9px;
  font-weight: 650;
}

.jh-wns-table tbody th {
  background: rgba(215, 16, 27, 0.035);
  color: var(--jh-red);
  font-weight: 750;
}

.jh-wns-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.jh-wns-data__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.jh-wns-data__notes p {
  margin: 0;
  padding: 17px 19px;
  border-left: 3px solid var(--jh-red);
  background: var(--jh-light);
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.6;
}

.jh-wns-data__notes strong {
  color: var(--jh-graphite);
}

.jh-wns-system {
  padding: 104px 0;
  background: var(--jh-light);
}

.jh-wns-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  gap: 70px;
  align-items: center;
}

.jh-wns-system__media {
  position: relative;
  margin: 0;
}

.jh-wns-system__media::before {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 84px;
  height: 84px;
  border-top: 3px solid var(--jh-red);
  border-left: 3px solid var(--jh-red);
  content: "";
}

.jh-wns-system__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--jh-shadow);
}

.jh-wns-system__media figcaption {
  margin-top: 12px;
  color: var(--jh-steel);
  font-size: 10px;
  line-height: 1.5;
}

.jh-wns-system__content > p {
  margin: 22px 0 0;
}

.jh-wns-system__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 27px;
}

.jh-wns-system__list span {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid var(--jh-border);
  border-radius: 5px;
  background: var(--jh-white);
  color: #424b54;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.jh-wns-system__list span::before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid var(--jh-red);
  border-left: 2px solid var(--jh-red);
  content: "";
  transform: rotate(-45deg);
}

.jh-wns-system__disclaimer {
  margin-top: 18px !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
}

.jh-wns-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 19px;
  color: var(--jh-red);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.jh-wns-text-link:hover {
  color: var(--jh-red-hover);
}

.jh-wns-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--jh-border);
  border-left: 1px solid var(--jh-border);
}

.jh-wns-applications__grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--jh-border);
  border-bottom: 1px solid var(--jh-border);
  background: var(--jh-white);
  transition: background-color 170ms ease;
}

.jh-wns-applications__grid article:hover {
  background: #fafbfc;
}

.jh-wns-applications__grid article > span {
  display: block;
  margin-bottom: 36px;
  color: var(--jh-red);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
}

.jh-wns-applications__grid h3 {
  margin: 0 0 11px;
  color: var(--jh-graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.jh-wns-applications__grid p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.62;
}

.jh-wns-applications__grid a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 19px;
  color: #4a535c;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.jh-wns-applications__grid a:hover {
  color: var(--jh-red);
}

.jh-wns-applications__grid i,
.jh-wns-cta__actions i {
  font-style: normal;
}

.jh-wns-selection {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    linear-gradient(90deg, rgba(215, 16, 27, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(215, 16, 27, 0.06) 1px, transparent 1px),
    var(--jh-light);
  background-size: 70px 70px;
}

.jh-wns-selection__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.25fr);
  gap: 84px;
  align-items: center;
}

.jh-wns-selection__content > p {
  margin: 22px 0 0;
}

.jh-wns-selection__inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jh-wns-selection__inputs li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
}

.jh-wns-selection__inputs li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--jh-graphite);
  color: var(--jh-white);
  font-size: 10px;
  font-weight: 750;
}

.jh-wns-selection__inputs strong {
  display: block;
  margin: 2px 0 7px;
  color: var(--jh-graphite);
  font-size: 14px;
  line-height: 1.35;
}

.jh-wns-selection__inputs p {
  margin: 0;
  color: var(--jh-steel);
  font-size: 11px;
  line-height: 1.55;
}

.jh-wns-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.jh-wns-faq details {
  align-self: start;
  border: 1px solid var(--jh-border);
  border-radius: 7px;
  background: var(--jh-white);
}

.jh-wns-faq summary {
  position: relative;
  padding: 21px 54px 21px 22px;
  color: var(--jh-graphite);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.jh-wns-faq summary::-webkit-details-marker {
  display: none;
}

.jh-wns-faq summary::before,
.jh-wns-faq summary::after {
  position: absolute;
  top: 29px;
  right: 22px;
  width: 13px;
  height: 2px;
  background: var(--jh-red);
  content: "";
  transition: transform 170ms ease;
}

.jh-wns-faq summary::after {
  transform: rotate(90deg);
}

.jh-wns-faq details[open] summary::after {
  transform: rotate(0);
}

.jh-wns-faq details[open] summary {
  border-bottom: 1px solid var(--jh-border);
}

.jh-wns-faq details p {
  margin: 0;
  padding: 19px 22px 23px;
  color: var(--jh-steel);
  font-size: 12px;
  line-height: 1.68;
}

.jh-wns-cta {
  padding: 0 0 104px;
  background: var(--jh-white);
}

.jh-wns-cta__panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: end;
  padding: 52px 56px;
  border-radius: 9px;
  background: var(--jh-red);
  color: var(--jh-white);
  box-shadow: 0 25px 60px rgba(215, 16, 27, 0.22);
}

.jh-wns-cta__panel::after {
  position: absolute;
  top: -220px;
  right: -160px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.035), 0 0 0 130px rgba(255, 255, 255, 0.02);
  content: "";
}

.jh-wns-cta__panel > div {
  position: relative;
  z-index: 1;
}

.jh-wns-cta__panel > div:first-child > p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.2px;
  line-height: 1.35;
}

.jh-wns-cta h2 {
  max-width: 780px;
  margin: 0;
  color: var(--jh-white);
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 710;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.jh-wns-cta__panel > div:first-child > span {
  display: block;
  max-width: 730px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.jh-wns-cta__actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.jh-wns-cta__actions > a:last-child {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--jh-white);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.jh-wns-hero a:focus-visible,
.jh-wns-nav a:focus-visible,
.jh-wns-system a:focus-visible,
.jh-wns-applications a:focus-visible,
.jh-wns-selection a:focus-visible,
.jh-wns-faq summary:focus-visible,
.jh-wns-cta a:focus-visible,
.jh-wns-table-wrap:focus-visible {
  outline: 3px solid rgba(215, 16, 27, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1160px) {
  .jh-wns-hero__grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(450px, 1.16fr);
    gap: 42px;
  }

  .jh-wns-hero h1 {
    font-size: clamp(42px, 4.7vw, 58px);
  }

  .jh-wns-principle__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .jh-wns-principle__content {
    max-width: 780px;
  }

  .jh-wns-system__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 48px;
  }

  .jh-wns-selection__grid {
    gap: 52px;
  }
}

@media (max-width: 960px) {
  .jh-wns-hero {
    padding-bottom: 44px;
  }

  .jh-wns-breadcrumb {
    margin-bottom: 36px;
  }

  .jh-wns-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .jh-wns-hero__content {
    max-width: 760px;
  }

  .jh-wns-hero__visual {
    max-width: 780px;
  }

  .jh-wns-hero__facts,
  .jh-wns-data__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-wns-hero__facts > div:nth-child(2),
  .jh-wns-data__summary > div:nth-child(2) {
    border-right: 0;
  }

  .jh-wns-hero__facts > div:nth-child(-n+2),
  .jh-wns-data__summary > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-wns-data__summary > div:nth-child(-n+2) {
    border-bottom-color: var(--jh-border);
  }

  .jh-wns-hero__facts > div:first-child,
  .jh-wns-hero__facts > div:nth-child(3) {
    padding-left: 0;
  }

  .jh-wns-section-head--split {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .jh-wns-section-head__copy,
  .jh-wns-section-head__summary {
    max-width: 760px;
  }

  .jh-wns-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-wns-overview__grid article:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .jh-wns-overview__grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-wns-overview__grid article:nth-child(3) {
    padding-left: 0;
  }

  .jh-wns-features__grid,
  .jh-wns-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jh-wns-system__grid,
  .jh-wns-selection__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .jh-wns-system__media {
    max-width: 820px;
  }

  .jh-wns-selection__content {
    max-width: 760px;
  }

  .jh-wns-cta__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .jh-wns-cta__actions {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .jh-wns-overview,
  .jh-wns-principle,
  .jh-wns-features,
  .jh-wns-data,
  .jh-wns-system,
  .jh-wns-applications,
  .jh-wns-selection,
  .jh-wns-faq {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .jh-wns-hero {
    padding-top: 22px;
  }

  .jh-wns-breadcrumb {
    margin-bottom: 30px;
  }

  .jh-wns-hero h1 {
    font-size: clamp(39px, 11.2vw, 54px);
  }

  .jh-wns-hero__lead {
    font-size: 15px;
  }

  .jh-wns-hero__visual::before {
    top: -10px;
    right: -10px;
    width: 72px;
    height: 72px;
  }

  .jh-wns-nav a {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .jh-wns-section-head {
    margin-bottom: 38px;
  }

  .jh-wns-section-head h2,
  .jh-wns-principle h2,
  .jh-wns-system h2,
  .jh-wns-selection h2 {
    font-size: clamp(31px, 8vw, 41px);
  }

  .jh-wns-flow {
    grid-template-columns: 1fr;
  }

  .jh-wns-flow__item {
    min-height: 0;
    padding: 19px 18px 19px 76px;
  }

  .jh-wns-flow__item::after {
    top: auto;
    right: auto;
    bottom: -9px;
    left: 31px;
    transform: rotate(135deg);
  }

  .jh-wns-flow__item i {
    position: absolute;
    top: 19px;
    left: 18px;
    margin: 0;
  }

  .jh-wns-flow__item strong {
    margin-bottom: 6px;
  }

  .jh-wns-features__grid article {
    min-height: 280px;
    padding: 26px;
  }

  .jh-wns-data__notes,
  .jh-wns-faq__grid {
    grid-template-columns: 1fr;
  }

  .jh-wns-selection__inputs {
    grid-template-columns: 1fr;
  }

  .jh-wns-selection__inputs li {
    min-height: 0;
  }

  .jh-wns-cta {
    padding-bottom: 78px;
  }

  .jh-wns-cta__panel {
    padding: 40px 34px;
  }
}

@media (max-width: 540px) {
  .jh-wns-hero__actions,
  .jh-wns-selection__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jh-wns-button {
    width: 100%;
  }

  .jh-wns-hero__facts {
    grid-template-columns: 1fr;
  }

  .jh-wns-hero__facts > div {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-wns-hero__facts > div:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .jh-wns-hero__facts > div:last-child {
    border-bottom: 0;
  }

  .jh-wns-overview__grid,
  .jh-wns-features__grid,
  .jh-wns-applications__grid,
  .jh-wns-data__summary {
    grid-template-columns: 1fr;
  }

  .jh-wns-overview__grid article,
  .jh-wns-overview__grid article:first-child,
  .jh-wns-overview__grid article:nth-child(3) {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-wns-overview__grid article:last-child {
    border-bottom: 0;
  }

  .jh-wns-data__summary > div,
  .jh-wns-data__summary > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--jh-border);
  }

  .jh-wns-data__summary > div:last-child {
    border-bottom: 0;
  }

  .jh-wns-system__list {
    grid-template-columns: 1fr;
  }

  .jh-wns-applications__grid {
    border-left: 0;
  }

  .jh-wns-applications__grid article {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
  }

  .jh-wns-applications__grid article > span {
    margin-bottom: 23px;
  }

  .jh-wns-cta__panel {
    padding: 34px 24px;
  }

  .jh-wns-cta__actions {
    justify-items: stretch;
  }
}


/* JINHONG contrast readability audit patch — 2026-08-29 */
.jh-solutions .jh-solution-card.jh-solution-card--wide h3{color:#fff!important;}
.jh-solutions .jh-solution-card.jh-solution-card--wide dl div{background:#27323d!important;border-left-color:#ff6f78!important;}
.jh-solutions .jh-solution-card.jh-solution-card--wide dt{color:#c8d0d8!important;}
.jh-solutions .jh-solution-card.jh-solution-card--wide dd{color:#fff!important;}
.jh-solutions-intro .jh-solutions-eyebrow,
.jh-solutions-process .jh-solutions-eyebrow,
.jh-solutions-faq .jh-solutions-eyebrow{color:#d7101b!important;}
.jh-wns-system .jh-wns-flow__item{background:#fff!important;border:1px solid #d7dde5!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important;}
.jh-wns-system .jh-wns-flow__item strong{color:#202832!important;}
.jh-wns-system .jh-wns-flow__item span{color:#65717f!important;}
.jh-wns-system .jh-wns-hero__visual figcaption{color:#65717f!important;}
.jh-quality__steps li>span{color:#65717f!important;font-size:11px!important;}
.jh-wns-final .jh-wns-button--ghost{color:#202832!important;border-color:#202832!important;background:#fff!important;}


/* JINHONG GLOBAL FOOTER & QUICK CONTACT */
.site-top-footer-wrap {
  background: #151d25;
  color: #d8e0e8;
  border-top: 4px solid #d7101b;
}
.site-top-footer-wrap .site-footer-row-container-inner {
  background: transparent;
}
.site-top-footer-wrap .widget {
  margin: 0;
}
.jh-global-footer {
  display: grid;
  grid-template-columns: minmax(260px,1.55fr) minmax(150px,.7fr) minmax(170px,.78fr) minmax(250px,1.15fr);
  gap: 42px;
  width: 100%;
  padding: 54px 0 46px;
  color: #d8e0e8;
}
.jh-global-footer h2,
.jh-global-footer h3,
.jh-global-footer p {
  margin-top: 0;
}
.jh-global-footer h2 {
  max-width: 520px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(26px,2.5vw,38px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.jh-global-footer h3 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.jh-footer-kicker {
  margin-bottom: 12px;
  color: #ef5962;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
}
.jh-footer-brand > p:last-child,
.jh-footer-contact p {
  color: #aeb9c5;
  font-size: 14px;
  line-height: 1.75;
}
.jh-footer-links,
.jh-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jh-footer-links a,
.jh-footer-contact a {
  margin-bottom: 11px;
  color: #d8e0e8;
  font-size: 14px;
  line-height: 1.45;
}
.jh-footer-links a:hover,
.jh-footer-contact a:hover {
  color: #fff;
}
.jh-footer-contact p {
  margin: 4px 0 17px;
}
.jh-footer-quote {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 6px;
  background: #d7101b;
  color: #fff!important;
  font-weight: 800;
}
.site-bottom-footer-wrap {
  background: #0e151c;
  color: #95a1ad;
  border-top: 1px solid rgba(255,255,255,.09);
}
.site-bottom-footer-wrap a {
  color: #c8d0d8;
}
.jh-contact-rail {
  position: fixed;
  z-index: 9997;
  top: 50%;
  right: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 78px;
  transform: translateY(-50%);
  border: 1px solid #d8dee5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18,28,40,.18);
}
.admin-bar .jh-contact-rail {
  margin-top: 16px;
}
.jh-contact-rail a {
  display: flex;
  min-height: 68px;
  padding: 9px 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-bottom: 1px solid #e1e5e9;
  color: #202832;
  text-align: center;
  text-decoration: none;
}
.jh-contact-rail a:last-child {
  border-bottom: 0;
}
.jh-contact-rail span {
  display: inline-flex;
  min-width: 29px;
  height: 29px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f7e9ea;
  color: #c91420;
  font-size: 11px;
  font-weight: 900;
}
.jh-contact-rail b {
  font-size: 11px;
  line-height: 1.15;
}
.jh-contact-rail a:hover {
  background: #f6f8fa;
  color: #c91420;
}
.jh-contact-rail .jh-contact-rail-wa span {
  background: #e8f7ee;
  color: #148b45;
}
.jh-contact-rail .jh-contact-rail-quote {
  background: #c91420;
  color: #fff;
}
.jh-contact-rail .jh-contact-rail-quote span {
  background: rgba(255,255,255,.18);
  color: #fff;
}
.jh-contact-rail .jh-contact-rail-quote:hover {
  background: #ad0f19;
  color: #fff;
}
.jh-mobile-contactbar {
  display: none;
}
@media (max-width: 1024px) {
  .jh-global-footer {
    grid-template-columns: 1.35fr .75fr .9fr;
  }
  .jh-footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px 24px;
  }
  .jh-footer-contact h3,
  .jh-footer-contact p,
  .jh-footer-contact .jh-footer-quote {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  body {
    padding-bottom: 58px;
  }
  .jh-contact-rail {
    display: none;
  }
  .jh-mobile-contactbar {
    position: fixed;
    z-index: 9997;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 58px;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    box-shadow: 0 -8px 24px rgba(18,28,40,.15);
  }
  .jh-mobile-contactbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202832;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
  }
  .jh-mobile-contactbar a:first-child {
    color: #148b45;
    border-right: 1px solid #dce1e6;
  }
  .jh-mobile-contactbar a:last-child {
    background: #c91420;
    color: #fff;
  }
}
@media (max-width: 680px) {
  .jh-global-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 0 36px;
  }
  .jh-footer-contact {
    display: flex;
  }
  .jh-global-footer h2 {
    font-size: 29px;
  }
}

/* JINHONG mobile Cookie control spacing — 2026-09-05 */
@media (max-width: 900px) {
  #cmplz-manage-consent .cmplz-manage-consent,
  #cmplz-manage-consent .cmplz-manage-consent:hover,
  #cmplz-manage-consent .cmplz-manage-consent:focus,
  #cmplz-manage-consent .cmplz-manage-consent:active {
    animation: none !important;
    bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    right: 12px;
    left: auto;
  }
  #cmplz-manage-consent .cmplz-manage-consent {
    box-sizing: border-box;
    height: auto;
    min-height: 44px;
    min-width: 0;
    max-width: min(240px, calc(100vw - 24px));
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    border-radius: 10px;
  }
  #cmplz-manage-consent .cmplz-manage-consent:focus-visible {
    outline: 2px solid #c91420;
    outline-offset: 3px;
  }
}

