/* Hydrogenation campaign landing page
   Loaded only by fe_page_hydrogenation.html5
   ============================================================= */

.page--hydrogenation {
  --h2-navy: #304b5a;
  --h2-navy-dark: #243844;
  --h2-cyan: #6eb8c9;
  --h2-cyan-dark: #4a9bb0;
  --h2-teal: #3d9b88;
  --h2-teal-dark: #2f7d6e;
  --h2-gray: #eef1f3;
  --h2-benefits: #e6f4f1;
  --h2-text: #304b5a;
  --h2-heading: #243844;
  --h2-white: #fff;
  --h2-radius: 2px;
  --h2-hex-cyan-a: #63b2d5;
  --h2-hex-cyan-b: #5cabc9;
  --h2-hex-cyan-c: #5596ad;
  --h2-hex-teal-a: #4db8a4;
  --h2-hex-teal-b: #3da693;
  --h2-hex-teal-c: #2f8a79;
  --h2-hex-navy-a: #4a6578;
  --h2-hex-navy-b: #3d5566;
  --h2-hex-navy-c: #2c4250;
  overflow-x: clip;
}

html:has(.page--hydrogenation) {
  scroll-behavior: smooth;
}

.page--hydrogenation .fixContact {
  display: none;
}

.page--hydrogenation #container,
.page--hydrogenation #main,
.page--hydrogenation #main > .inside {
  padding: 0;
  margin: 0;
  max-width: none;
  width: 100%;
  overflow: visible;
}

.page--hydrogenation #main .ce_form {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

.lp-h2 {
  color: var(--h2-text);
  overflow: visible;
}

.lp-h2 section {
  scroll-margin-top: 140px;
}

/* -------------------------------------------------
   Headings h2–h4 (single source of truth)
   Tweak sizes here; section rules keep color/margin only.
   ------------------------------------------------- */
.lp-h2 h2 {
  font-size: 1.85rem;
  line-height: 1.2;
}

.lp-h2 h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.lp-h2 h4 {
  font-size: 1.05rem;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .lp-h2 h2 {
    font-size: 1.95rem;
  }

  .lp-h2 h3 {
    font-size: 1.25rem;
  }

  .lp-h2 h4 {
    font-size: 1.08rem;
  }
}

@media (min-width: 768px) {
  .lp-h2 h2 {
    font-size: 2.15rem;
  }

  .lp-h2 h3 {
    font-size: 1.3rem;
  }

  .lp-h2 h4 {
    font-size: 1.12rem;
  }
}

@media (min-width: 992px) {
  .lp-h2 h2 {
    font-size: 2.35rem;
  }

  .lp-h2 h3 {
    font-size: 1.4rem;
  }

  .lp-h2 h4 {
    font-size: 1.15rem;
  }
}

@media (min-width: 1200px) {
  .lp-h2 h2 {
    font-size: 2.5rem;
  }

  .lp-h2 h3 {
    font-size: 1.45rem;
  }

  .lp-h2 h4 {
    font-size: 1.2rem;
  }
}

/* Glossary keywords are brand-red site-wide; keep them readable on navy/teal. */
.page--hydrogenation .lp-h2-hero a[data-glossary-id],
.page--hydrogenation .lp-h2-cta a[data-glossary-id],
.page--hydrogenation .lp-h2-banner a[data-glossary-id],
.page--hydrogenation .lp-h2-advice a[data-glossary-id],
.page--hydrogenation .lp-h2-downloads a[data-glossary-id],
.page--hydrogenation .lp-h2-video__caption a[data-glossary-id],
.page--hydrogenation .lp-h2-voice h3 a[data-glossary-id] {
  color: var(--h2-white);
  border-color: currentColor;
}

.page--hydrogenation .lp-h2-hero a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-hero a[data-glossary-id]:focus,
.page--hydrogenation .lp-h2-cta a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-cta a[data-glossary-id]:focus,
.page--hydrogenation .lp-h2-banner a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-banner a[data-glossary-id]:focus,
.page--hydrogenation .lp-h2-advice a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-advice a[data-glossary-id]:focus,
.page--hydrogenation .lp-h2-downloads a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-downloads a[data-glossary-id]:focus,
.page--hydrogenation .lp-h2-video__caption a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-video__caption a[data-glossary-id]:focus,
.page--hydrogenation .lp-h2-voice h3 a[data-glossary-id]:hover,
.page--hydrogenation .lp-h2-voice h3 a[data-glossary-id]:focus {
  color: #e7edf0;
  border-color: currentColor;
}

/* -------------------------------------------------
   Intro / hero
   ------------------------------------------------- */
.lp-h2-hero {
  /* Title tracks viewport width and height; subline (0.42) and CTA (~0.48)
     stay proportional to the heading, matching the design screenshot. */
  --h2-hero-title: clamp(1.9rem, 3.35vw + 3.4vh, 5.75rem);
  --h2-hero-sub: calc(var(--h2-hero-title) * 0.42);
  --h2-hero-cta: min(2rem, calc(var(--h2-hero-title) * 0.48));
  position: relative;
  background: var(--h2-white);
  color: var(--h2-white);
  overflow: visible;
}

.lp-h2-hero__visual {
  position: relative;
  min-height: clamp(22rem, 36vh + 18vw, 46rem);
  padding: clamp(2.25rem, 5vh, 5.25rem) 0 clamp(7.5rem, 16vh, 11rem);
  background-color: var(--h2-navy);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.lp-h2-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(36, 56, 68, 0.55) 0%,
    rgba(36, 56, 68, 0.2) 55%,
    transparent 100%
  );
  pointer-events: none;
}

.lp-h2-hero__content {
  position: relative;
  z-index: 2;
  font-size: var(--h2-hero-title);
  max-width: 8.2em;
}

.lp-h2-hero h1 {
  color: var(--h2-white);
  font-size: 1em;
  line-height: 1.12;
  margin: 0 0 0.32em;
}

.lp-h2-hero h1::after {
  content: "";
  display: block;
  width: 2.15em;
  height: 0.048em;
  margin-top: 0.28em;
  background: var(--h2-white);
}

.lp-h2-hero__sub {
  font-size: 0.42em;
  line-height: 1.35;
  margin: 0;
  max-width: none;
  color: #e7edf0;
}

.lp-h2-ctas {
  position: relative;
  z-index: 3;
  margin-top: -9.5rem;
  margin-bottom: -5.5rem;
}

.lp-h2-ctas__row {
  --h2-cta-gap: clamp(6px, 2.4vw, 50px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--h2-cta-gap);
}

.lp-h2-cta {
  --hex-a: var(--h2-hex-cyan-a);
  --hex-b: var(--h2-hex-cyan-b);
  --hex-c: var(--h2-hex-cyan-c);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  container-type: inline-size;
  width: min(calc(var(--h2-hero-cta) * 10), calc((100% - 2 * var(--h2-cta-gap)) / 3));
  height: auto;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  color: var(--h2-white);
  text-align: center;
  text-decoration: none;
  font-family: "Unit Pro Bold", Arial, sans-serif;
  line-height: 1.15;
}

.lp-h2-cta__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.lp-h2-hex__face-main,
.lp-h2-hex__face-bottom,
.lp-h2-hex__face-left {
  transition: fill 0.3s ease;
}

.lp-h2-hex__face-main {
  fill: var(--hex-a);
}

.lp-h2-hex__face-bottom {
  fill: var(--hex-b);
}

.lp-h2-hex__face-left {
  fill: var(--hex-c);
}

.lp-h2-cta__label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24% 18% 32%;
  box-sizing: border-box;
  /* cqi must live on a child — the hexagon is the query container. */
  font-size: clamp(0.62rem, 7.8cqi, var(--h2-hero-cta));
}

.lp-h2-cta__text {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.lp-h2-cta:hover,
.lp-h2-cta:focus,
.lp-h2-cta:focus-visible {
  --hex-a: var(--h2-hex-teal-a);
  --hex-b: var(--h2-hex-teal-b);
  --hex-c: var(--h2-hex-teal-c);
  color: var(--h2-white);
  text-decoration: none;
  outline: none;
}

.lp-h2-cta__chevron {
  position: absolute;
  left: 50%;
  bottom: 11%;
  z-index: 1;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: 0;
  transition: transform 0.3s ease;
  transform: translateX(-50%) translateY(0);
}

.lp-h2-cta__chevron::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 0.08em solid currentColor;
  border-top: 0.08em solid currentColor;
  transform: rotate(45deg);
}

.lp-h2-cta:hover .lp-h2-cta__chevron,
.lp-h2-cta:focus .lp-h2-cta__chevron,
.lp-h2-cta:focus-visible .lp-h2-cta__chevron {
  transform: translateX(-50%) translateY(-0.45em);
}

.lp-h2-intro {
  padding: 7.5rem 0 3rem;
  text-align: center;
  background: var(--h2-white);
}

.lp-h2-intro p {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--h2-navy);
}

.lp-h2-intro p::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  margin: 1.5rem auto 0;
  background: var(--h2-teal);
}

@media (prefers-reduced-motion: reduce) {
  .lp-h2-hex__face-main,
  .lp-h2-hex__face-bottom,
  .lp-h2-hex__face-left,
  .lp-h2-cta__chevron {
    transition: none;
  }
}

/* -------------------------------------------------
   Challenges
   ------------------------------------------------- */
.lp-h2-challenges {
  background: var(--h2-gray);
  padding: 3rem 0 2.5rem;
  text-align: center;
}

.lp-h2-challenges h2 {
  color: var(--h2-cyan);
  margin: 0 0 2.25rem;
}

.lp-h2-challenges__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.5rem;
}

.lp-h2-challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-h2-challenge img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 0.85rem;
}

.lp-h2-challenge p {
  margin: 0;
  font-family: "Unit Pro Bold", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--h2-heading);
  max-width: 14rem;
}

.lp-h2-challenges__tagline {
  margin: 2.5rem 0 0;
  color: var(--h2-cyan);
  font-size: 1.45rem;
  font-family: "Unit Pro Bold", Arial, sans-serif;
}

/* -------------------------------------------------
   Product blocks (BHC / BRG)
   3D hexagon from the intro CTAs sits behind the photo
   and may overlap adjacent sections vertically.
   ------------------------------------------------- */
.lp-h2-product {
  position: relative;
  z-index: 2;
  padding: 1.75rem 0 2.25rem;
  background: var(--h2-white);
  overflow: visible;
}

.lp-h2-product h2 {
  color: var(--h2-heading);
  margin: 0 0 1.25rem;
}

.lp-h2-product__split {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}

.lp-h2-product__copy {
  position: relative;
  z-index: 2;
  padding: 0 1.25rem;
}

.lp-h2-product__copy p {
  margin: 0 0 1rem;
}

.lp-h2-product__visual {
  --hex-a: var(--h2-hex-cyan-a);
  --hex-b: var(--h2-hex-cyan-b);
  --hex-c: var(--h2-hex-cyan-c);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  margin: 0 0 1.25rem;
  padding: 3.25rem 0.75rem;
  overflow: visible;
}

.lp-h2-product__hex {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 38%;
  width: 72%;
  height: auto;
  max-width: none;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  overflow: visible;
  pointer-events: none;
}

.lp-h2-product--brg .lp-h2-product__hex {
  left: 62%;
}

.lp-h2-product__photo {
  position: relative;
  z-index: 1;
  width: min(90%, 28rem);
}

.lp-h2-product__photo picture {
  display: block;
  width: 100%;
}

.lp-h2-product__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-h2-benefits {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: var(--h2-benefits);
}

.lp-h2-benefits h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  color: var(--h2-heading);
}

.lp-h2-benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-h2-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.4rem 0;
  line-height: 1.35;
}

.lp-h2-benefits img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* -------------------------------------------------
   Video stage
   ------------------------------------------------- */
.lp-h2-video {
  --h2-video-overhang: 4.25rem;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58rem;
  margin: 0 auto 2.5rem;
  padding-left: var(--h2-video-overhang);
}

.lp-h2-video__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--h2-navy-dark);
  overflow: hidden;
}

.lp-h2-video__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.lp-h2-video__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.lp-h2-video__trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lp-h2-video__stage.is-playable .lp-h2-video__trigger:hover .lp-h2-video__play,
.lp-h2-video__stage.is-playable .lp-h2-video__trigger:focus .lp-h2-video__play {
  transform: scale(1.08);
}

.lp-h2-video__play {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 48px;
  border-color: transparent transparent transparent var(--h2-white);
  transition: transform 0.2s ease;
}

.lp-h2-video__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  min-width: 20rem;
  max-width: 26rem;
  padding: 1.15rem 2.15rem 1.2rem 1.4rem;
  background: var(--h2-teal);
  color: var(--h2-white);
  font-family: "Unit Pro Bold", Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.3;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  pointer-events: none;
}

.lp-h2-product--bhc .lp-h2-video {
  margin-bottom: 4.75rem;
}

.lp-h2-product--brg .lp-h2-video {
  margin-top: 4.75rem;
  margin-bottom: 0;
}

/* -------------------------------------------------
   Mid banner
   Same fluid-type approach as intro/hero: title is the
   section font-size, subline stays proportional in em.
   ------------------------------------------------- */
.lp-h2-banner {
  --h2-banner-title: clamp(1.8rem, 2.95vw + 2.85vh, 5rem);
  position: relative;
  z-index: 1;
  background: var(--h2-navy);
  color: var(--h2-white);
  text-align: center;
  padding: clamp(2.75rem, 6vh, 4.75rem) 1rem;
  overflow: hidden;
  font-size: var(--h2-banner-title);
}

.lp-h2-banner::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -70%;
  width: 280px;
  height: 320px;
  background: url("../img/hydrogenation/hexagon.svg") no-repeat center / contain;
  opacity: 0.18;
  pointer-events: none;
}

.lp-h2-banner h2 {
  color: var(--h2-white);
  font-size: 1em;
  line-height: 1.12;
  margin: 0;
}

.lp-h2-banner p {
  margin: 0.12em 0 0;
  font-size: 0.68em;
  line-height: 1.25;
  font-family: "Unit Pro Light", Arial, sans-serif;
}

/* -------------------------------------------------
   Advice / form
   ------------------------------------------------- */
.lp-h2-advice {
  --h2-advice-kicker: clamp(1.95rem, 1.15rem + 2.6vw, 3.75rem);
  --h2-advice-lead: clamp(1.35rem, 0.55rem + 2.4vw, 3.15rem);
  --h2-advice-text: clamp(1.2rem, 0.5rem + 2.1vw, 2.65rem);
  background: var(--h2-navy-dark);
  color: var(--h2-white);
  padding: 3.5rem 0 3.75rem;
}

.lp-h2-advice h2 {
  color: var(--h2-white);
  margin: 0 0 0.75rem;
}

.lp-h2-advice__kicker {
  display: block;
  font-family: "Unit Pro Bold", Arial, sans-serif;
  font-size: var(--h2-advice-kicker);
  line-height: 1.2;
  margin-bottom: 0.35rem;
  color: var(--h2-white);
}

.lp-h2-advice h2.lp-h2-advice__lead {
  font-family: "Unit Pro Regular", Arial, sans-serif;
  font-size: var(--h2-advice-lead);
  line-height: 1.35;
  margin: 0 0 1rem;
}

.lp-h2-advice__text {
  margin: 0;
  font-size: var(--h2-advice-text);
  line-height: 1.45;
  opacity: 0.92;
}

.lp-h2-advice__form {
  margin-top: 2rem;
}

.lp-h2-advice .ce_form .widget {
  margin: 0 0 0.85rem;
}

.lp-h2-advice .ce_form label {
  color: var(--h2-white);
  font-family: "Unit Pro Regular", Arial, sans-serif;
  font-size: 0.9rem;
}

.lp-h2-advice
  .ce_form
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(
    [type="submit"]
  ),
.lp-h2-advice .ce_form textarea,
.lp-h2-advice .ce_form select {
  background: var(--h2-white);
  color: var(--h2-navy);
  border: 0;
  border-radius: var(--h2-radius);
  padding: 0.85rem 1rem;
}

.lp-h2-advice .ce_form textarea {
  min-height: 8rem;
  resize: vertical;
}

.lp-h2-advice .ce_form button,
.lp-h2-advice .ce_form input[type="submit"],
.lp-h2-advice .widget-submit button {
  background: var(--h2-cyan) !important;
  color: var(--h2-navy-dark) !important;
  font-family: "Unit Pro Bold", Arial, sans-serif;
  border: 0;
  margin-top: 0.35rem;
  padding: 0.95rem 1.5rem;
}

.lp-h2-advice .ce_form button:hover,
.lp-h2-advice .ce_form input[type="submit"]:hover,
.lp-h2-advice .widget-submit button:hover {
  background: var(--h2-cyan-dark) !important;
  color: var(--h2-white) !important;
}

.lp-h2-advice .widget-checkbox label,
.lp-h2-advice .widget-checkbox .form-check-label {
  color: #d1dce2;
  font-size: 0.85rem;
}

/* -------------------------------------------------
   Downloads
   ------------------------------------------------- */
.lp-h2-downloads {
  position: relative;
  background: var(--h2-teal);
  color: var(--h2-white);
  padding: 3.25rem 0 3.5rem;
  box-shadow: 0 12px 24px rgba(36, 56, 68, 0.18);
}

.lp-h2-downloads::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 70px 0 0;
  border-color: var(--h2-navy-dark) transparent transparent transparent;
}

.page--hydrogenation a.lp-h2-download {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--h2-white);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

.page--hydrogenation a.lp-h2-download:hover,
.page--hydrogenation a.lp-h2-download:focus {
  color: var(--h2-white);
  text-decoration: none;
  transform: translateY(-8px);
}

.page--hydrogenation a.lp-h2-download figure {
  margin: 0 0 1.15rem;
  overflow: hidden;
}

.page--hydrogenation a.lp-h2-download img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 3;
  transition: transform 0.35s ease;
}

.page--hydrogenation a.lp-h2-download:hover img,
.page--hydrogenation a.lp-h2-download:focus img {
  transform: scale(1.05);
}

.page--hydrogenation a.lp-h2-download h3 {
  color: var(--h2-white);
  margin: 0 0 0.45rem;
}

.page--hydrogenation .lp-h2-download__cta {
  display: inline-block;
  color: var(--h2-white);
  font-size: 1.2rem;
  line-height: 1.4;
}

.page--hydrogenation .lp-h2-download__cta::before {
  content: "→ ";
}

.page--hydrogenation a.lp-h2-download:hover .lp-h2-download__cta,
.page--hydrogenation a.lp-h2-download:focus .lp-h2-download__cta {
  text-decoration: underline;
}

/* -------------------------------------------------
   Testimonials
   Editorial rows with campaign hexagon + caption flag,
   not boxed quote cards.
   ------------------------------------------------- */
.lp-h2-testimonials {
  background: var(--h2-white);
  padding: 4.25rem 0 4.75rem;
}

.lp-h2-testimonials h2 {
  color: var(--h2-heading);
  margin: 0 auto 2.75rem;
  text-align: center;
}

.lp-h2-testimonials__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.5rem;
  max-width: 46rem;
  margin: 0 auto;
}

.lp-h2-voice {
  --hex-a: var(--h2-hex-cyan-a);
  --hex-b: var(--h2-hex-cyan-b);
  --hex-c: var(--h2-hex-cyan-c);
  position: relative;
  display: grid;
  grid-template-columns: minmax(5.5rem, 8.5rem) minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin: 0;
  width: 100%;
}

.lp-h2-voice:nth-child(even) {
  --hex-a: var(--h2-hex-teal-a);
  --hex-b: var(--h2-hex-teal-b);
  --hex-c: var(--h2-hex-teal-c);
}

.lp-h2-voice__hex {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.lp-h2-voice__body {
  min-width: 0;
}

.lp-h2-voice h3 {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.7rem 2.15rem 0.75rem 1.15rem;
  background: var(--h2-teal);
  color: var(--h2-white);
  font-size: 1.05rem;
  line-height: 1.25;
  clip-path: polygon(
    0 0,
    calc(100% - 1.35rem) 0,
    100% 1.35rem,
    100% 100%,
    0 100%
  );
}

.lp-h2-voice:nth-child(even) h3 {
  background: var(--h2-cyan);
}

.lp-h2-voice p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--h2-text);
}

/* -------------------------------------------------
   Breakpoints (aligned with site grid)
   ------------------------------------------------- */
@media (min-width: 576px) {
  .lp-h2-challenges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .lp-h2-ctas {
    margin-top: -10.5rem;
    margin-bottom: -6rem;
  }

  .lp-h2-cta__label {
    padding: 22% 13% 30%;
    font-size: min(var(--h2-hero-cta), 10.5cqi);
  }

  .lp-h2-intro {
    padding-top: 8.5rem;
  }

  .lp-h2-challenges__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lp-h2-download {
    margin-bottom: 0;
  }

  .lp-h2-advice__form {
    margin-top: 0;
  }

  .lp-h2-testimonials__list {
    gap: 3.25rem;
  }

  .lp-h2-voice {
    grid-template-columns: minmax(8rem, 11rem) minmax(0, 1fr);
    gap: 1.5rem 2rem;
  }

  .lp-h2-voice p {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .lp-h2-product {
    --h2-container: 960px;
    padding: 1.5rem 0 2rem;
  }

  .lp-h2-product__split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 0 0.25rem;
  }

  .lp-h2-product__visual {
    min-height: 22rem;
    margin-bottom: 0;
    padding: 2.5rem 0;
  }

  .lp-h2-product__hex {
    width: 78%;
    left: 36%;
  }

  .lp-h2-product--brg .lp-h2-product__hex {
    left: 64%;
  }

  .lp-h2-product__photo {
    width: min(86%, 36rem);
  }

  .lp-h2-product--bhc .lp-h2-video {
    margin-bottom: 7rem;
  }

  .lp-h2-product--brg .lp-h2-video {
    margin-top: 6.5rem;
  }

  .lp-h2-product__copy {
    padding-left: 1.25rem;
    padding-right: max(1.25rem, calc((100vw - var(--h2-container)) / 2 + 15px));
    max-width: none;
  }

  .lp-h2-product--brg .lp-h2-product__split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .lp-h2-product--brg .lp-h2-product__visual {
    order: 2;
  }

  .lp-h2-product--brg .lp-h2-product__copy {
    order: 1;
    padding-left: max(1.25rem, calc((100vw - var(--h2-container)) / 2 + 15px));
    padding-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .lp-h2-product {
    --h2-container: 1140px;
  }

  .lp-h2-product__visual {
    min-height: 24rem;
    padding: 2.75rem 0;
  }

  .lp-h2-product__hex {
    width: 80%;
    left: 34%;
  }

  .lp-h2-product--brg .lp-h2-product__hex {
    left: 66%;
  }

  .lp-h2-product__photo {
    width: min(88%, 40rem);
  }
}

@media (min-width: 1440px) {
  .lp-h2-product {
    --h2-container: 1360px;
  }
}

@media (min-width: 1680px) {
  .lp-h2-product {
    --h2-container: 1600px;
  }
}

@media (max-width: 575.98px) {
  .lp-h2-hero__visual::before {
    background: rgba(36, 56, 68, 0.55);
  }

  .lp-h2-ctas {
    margin-top: -5.75rem;
    margin-bottom: -2.75rem;
  }

  .lp-h2-cta__label {
    font-size: clamp(0.58rem, 7.4cqi, 0.85rem);
  }

  .lp-h2-intro {
    padding-top: 5.5rem;
  }

  .lp-h2-video {
    --h2-video-overhang: 0;
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
    margin-left: calc(50% - 50vw);
  }

  .lp-h2-video__caption {
    min-width: 0;
    max-width: 21rem;
    font-size: 1rem;
    padding: 1.05rem 1.85rem 1.1rem 1.3rem;
    clip-path: polygon(
      0 0,
      calc(100% - 1.6rem) 0,
      100% 1.6rem,
      100% 100%,
      0 100%
    );
  }
}
