:root {
  --offline-accent: #d62924;
  --offline-ink: #202124;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --product-ink: #14201e;
  --product-muted: #53615e;
  --product-green: #0d7d70;
  --product-green-dark: #075e54;
  --product-mint: #dff4ec;
  --product-line: #d9e2df;
  --product-surface: #f5f8f6;
  --product-warm: #f3f0e8;
  --product-white: #ffffff;
}

.offline-map-card {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(30, 31, 33, 0.94), rgba(57, 59, 62, 0.9)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.04) 18px 20px);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 360px;
  padding: 40px 22px;
  text-align: center;
}

.offline-map-card__content {
  max-width: 600px;
}

.offline-map-card__eyebrow {
  color: #f4c7c5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.offline-map-card h2 {
  color: #fff;
  font-size: clamp(26px, 4vw, 42px);
  margin: 0 0 12px;
}

.offline-map-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto 22px;
}

.offline-map-card a {
  background: var(--offline-accent);
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 11px 18px;
}

.whatsapp-contact-card {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--whatsapp-dark), #075e54);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 94, 84, 0.18);
  color: #fff;
  margin: 24px auto 10px;
  max-width: 760px;
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
}

.whatsapp-contact-card__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.whatsapp-contact-card h2 {
  color: #fff;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.12;
  margin: 0 0 12px;
}

.whatsapp-contact-card__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 560px;
}

.whatsapp-contact-card__button {
  align-items: center;
  background: var(--whatsapp);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: #072b24 !important;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  padding: 13px 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-contact-card__button:hover,
.whatsapp-contact-card__button:focus-visible {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  color: #041d18 !important;
  transform: translateY(-2px);
}

.whatsapp-contact-card__icon {
  font-size: 22px;
  line-height: 1;
}

.offline-search-dialog {
  background: rgba(12, 13, 14, 0.78);
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: clamp(18px, 5vw, 70px);
  width: 100%;
}

.offline-search-dialog::backdrop {
  background: rgba(12, 13, 14, 0.78);
}

.offline-search-dialog__panel {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(22px, 4vw, 42px);
  position: relative;
}

.offline-search-dialog__close {
  background: transparent;
  border: 0;
  color: #555;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  padding: 6px;
  position: absolute;
  right: 15px;
  top: 12px;
}

.offline-search-dialog h2 {
  color: var(--offline-ink);
  margin: 0 48px 20px 0;
}

.offline-search-dialog__input {
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 17px;
  padding: 12px 14px;
  width: 100%;
}

.offline-search-results {
  list-style: none !important;
  margin: 20px 0 0 !important;
  max-height: min(58vh, 540px);
  overflow: auto;
  padding: 0 !important;
}

.offline-search-results li {
  border-top: 1px solid #e3e3e3;
  padding: 14px 0;
}

.offline-search-results a {
  color: var(--offline-accent) !important;
  font-size: 18px;
  font-weight: 700;
}

.offline-search-results p {
  color: #666;
  line-height: 1.5;
  margin: 4px 0 0;
}

.offline-search-empty {
  color: #666;
  padding: 22px 0;
}

body.conversion-product #main-content {
  background: var(--product-surface);
  padding: 0;
}

body.conversion-product #okapi-wasb-button {
  display: none !important;
}

.conversion-product-page,
.conversion-product-page * {
  box-sizing: border-box;
}

.conversion-product-page {
  background: var(--product-surface);
  color: var(--product-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-synthesis: none;
  font-weight: 400;
  overflow: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.product-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.product-hero {
  background-color: #f8faf8;
  background-image:
    linear-gradient(rgba(20, 32, 30, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 32, 30, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  border-bottom: 1px solid var(--product-line);
  padding: 30px 0 clamp(68px, 8vw, 108px);
  position: relative;
}

.product-hero::after {
  background: var(--product-green);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: min(24vw, 360px);
}

.product-breadcrumb {
  align-items: center;
  color: #6a7774;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin: 0 0 clamp(26px, 3vw, 38px);
}

.product-breadcrumb a {
  color: var(--product-green-dark) !important;
  font-weight: 700;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
}

.product-eyebrow {
  color: var(--product-green) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  line-height: 1.4 !important;
  margin: 0 0 14px !important;
  text-transform: uppercase;
}

.product-hero h1 {
  color: var(--product-ink) !important;
  font-size: clamp(40px, 4.2vw, 56px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  line-height: 1.04 !important;
  margin: 0 0 21px !important;
  max-width: 17ch;
  text-wrap: balance;
}

.product-hero__lead {
  color: var(--product-muted) !important;
  font-size: clamp(18px, 1.8vw, 20px) !important;
  line-height: 1.65 !important;
  margin: 0 0 27px !important;
  max-width: 60ch;
  text-wrap: pretty;
}

.product-hero__highlights,
.product-spec-list {
  display: grid;
  gap: 12px;
  list-style: none !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
}

.product-hero__highlights li,
.product-spec-list li {
  align-items: flex-start;
  color: var(--product-ink);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 11px;
  line-height: 1.45;
}

.product-list__check {
  align-items: center;
  background: var(--product-mint);
  border: 1px solid #b8dfd0;
  border-radius: 50%;
  color: var(--product-green-dark);
  display: inline-flex;
  flex: 0 0 23px;
  font-size: 13px;
  font-weight: 900;
  height: 23px;
  justify-content: center;
  margin-top: -1px;
}

.product-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-cta {
  align-items: center;
  border: 2px solid transparent;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 14px 20px;
  text-align: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.product-cta img {
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.product-cta--primary {
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  box-shadow: 0 12px 28px rgba(14, 130, 78, 0.18);
  color: #092319 !important;
}

.product-cta--primary:hover {
  background: #2de273;
  border-color: #2de273;
  box-shadow: 0 16px 32px rgba(14, 130, 78, 0.26);
  color: #061c14 !important;
  transform: translateY(-2px);
}

.product-cta--secondary {
  background: rgba(255, 255, 255, 0.7);
  border-color: #a8b8b4;
  color: var(--product-ink) !important;
}

.product-cta--secondary:hover {
  background: var(--product-white);
  border-color: var(--product-green);
  color: var(--product-green-dark) !important;
}

.product-cta:focus-visible,
.product-gallery__item:focus-visible,
.product-faq__item summary:focus-visible,
.product-breadcrumb a:focus-visible {
  outline: 3px solid #f2b84b;
  outline-offset: 4px;
}

.product-hero__note {
  color: #64716e !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 14px 0 0 !important;
}

.product-hero__note + .product-hero__highlights {
  margin: 25px 0 0 !important;
}

.product-hero__visual {
  background: #d8dfdc;
  box-shadow: 24px 28px 0 var(--product-warm);
  clip-path: polygon(0 0, calc(100% - 46px) 0, 100% 46px, 100% 100%, 0 100%);
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.product-hero__visual::after {
  border: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
}

.product-hero__visual > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.product-hero__visual figcaption {
  background: rgba(10, 31, 28, 0.9);
  bottom: 18px;
  color: #fff;
  display: grid;
  gap: 3px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 17px 19px;
  position: absolute;
  right: 18px;
  z-index: 1;
}

.product-hero__visual figcaption span {
  color: #a6dacd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-hero__visual figcaption strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.product-trust {
  background: var(--product-ink);
  color: #fff;
}

.product-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 27px;
  padding-top: 27px;
}

.product-trust__grid > div {
  display: grid;
  gap: 2px;
  padding: 0 26px;
}

.product-trust__grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.product-trust strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.product-trust span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.4;
}

.product-section {
  padding: clamp(72px, 8vw, 112px) 0;
}

.product-section__heading {
  margin: 0 0 clamp(38px, 5vw, 60px);
  max-width: 760px;
}

.product-section__heading h2,
.product-details h2,
.product-process h2,
.product-final-cta h2 {
  color: var(--product-ink) !important;
  font-size: clamp(32px, 3.7vw, 46px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 1.08 !important;
  margin: 0 0 15px !important;
  text-wrap: balance;
}

.product-section__heading > p:last-child,
.product-details__main > p,
.product-final-cta p {
  color: var(--product-muted) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 62ch;
  text-wrap: pretty;
}

.product-benefits {
  background: #fff;
}

.product-benefits__grid {
  border-bottom: 1px solid var(--product-line);
  border-top: 1px solid var(--product-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-benefit {
  min-height: 280px;
  padding: 36px clamp(24px, 3vw, 42px) 38px;
}

.product-benefit + .product-benefit {
  border-left: 1px solid var(--product-line);
}

.product-benefit__number {
  color: var(--product-green);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}

.product-benefit h3 {
  color: var(--product-ink) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  margin: 0 0 13px !important;
}

.product-benefit p {
  color: var(--product-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 42ch;
  text-wrap: pretty;
}

.product-details {
  background: var(--product-warm);
}

.product-details__grid {
  align-items: stretch;
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
}

.product-details__main {
  align-self: center;
}

.product-details__main > p {
  margin-bottom: 30px !important;
  max-width: 650px;
}

.product-spec-list {
  gap: 0;
  margin-bottom: 32px !important;
}

.product-spec-list li {
  border-top: 1px solid #d9d4c8;
  font-size: 16px;
  padding: 16px 0;
}

.product-spec-list li:last-child {
  border-bottom: 1px solid #d9d4c8;
}

.product-applications {
  background: var(--product-green-dark);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 0 100%);
  padding: clamp(34px, 5vw, 58px);
}

.product-applications__label {
  color: #a9ded1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-applications h3 {
  color: #fff !important;
  font-size: 29px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  margin: 15px 0 28px !important;
  text-wrap: balance;
}

.product-applications ul {
  list-style: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

.product-applications li {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 0;
}

.product-applications li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.product-applications > p {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.product-gallery {
  background: #fff;
}

.product-section__heading--split {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  max-width: none;
}

.product-section__heading--split > p {
  border-left: 3px solid var(--product-green);
  color: var(--product-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  padding-left: 20px;
}

.product-gallery__grid {
  display: grid;
  gap: 12px;
  grid-auto-rows: 210px;
  grid-template-columns: repeat(4, 1fr);
}

.product-gallery__item {
  background: #dfe6e3;
  color: #fff !important;
  display: block;
  overflow: hidden;
  position: relative;
}

.product-gallery__item--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.product-gallery__item img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.product-gallery__item::after {
  background: linear-gradient(transparent 50%, rgba(8, 28, 25, 0.78));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 200ms ease;
}

.product-gallery__item span {
  bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  left: 16px;
  opacity: 0;
  position: absolute;
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms ease;
  z-index: 1;
}

.product-gallery__item:hover img {
  transform: scale(1.035);
}

.product-gallery__item:hover::after,
.product-gallery__item:hover span,
.product-gallery__item:focus-visible::after,
.product-gallery__item:focus-visible span {
  opacity: 1;
}

.product-gallery__item:hover span,
.product-gallery__item:focus-visible span {
  transform: translateY(0);
}

.product-process {
  background-color: #102420;
  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: 44px 44px;
  color: #fff;
  padding: clamp(72px, 8vw, 112px) 0;
}

.product-section__heading--light {
  max-width: 760px;
}

.product-section__heading--light h2 {
  color: #fff !important;
}

.product-section__heading--light .product-eyebrow {
  color: #88cdbd !important;
}

.product-process__steps {
  counter-reset: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none !important;
  margin: 0 0 42px !important;
  padding: 0 !important;
}

.product-process__steps li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: 44px 1fr;
  padding: 28px 28px 10px 0;
}

.product-process__steps li + li {
  padding-left: 28px;
}

.product-process__steps li > span {
  color: #79c6b5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.product-process h3 {
  color: #fff !important;
  font-size: 20px !important;
  margin: 0 0 8px !important;
}

.product-process__steps p {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.product-faq {
  background: var(--product-surface);
}

.product-faq__grid {
  align-items: start;
  display: grid;
  gap: clamp(40px, 8vw, 110px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.product-faq__grid .product-section__heading {
  margin: 0;
  position: sticky;
  top: 140px;
}

.product-faq__list {
  border-top: 1px solid var(--product-line);
}

.product-faq__item {
  border-bottom: 1px solid var(--product-line);
}

.product-faq__item summary {
  align-items: center;
  color: var(--product-ink);
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.4;
  list-style: none;
  min-height: 78px;
  padding: 18px 2px;
}

.product-faq__item summary::-webkit-details-marker {
  display: none;
}

.product-faq__item summary span {
  border: 1px solid #9dafaa;
  border-radius: 50%;
  flex: 0 0 28px;
  height: 28px;
  position: relative;
}

.product-faq__item summary span::before,
.product-faq__item summary span::after {
  background: var(--product-green-dark);
  content: "";
  height: 2px;
  left: 7px;
  position: absolute;
  top: 12px;
  transition: transform 160ms ease;
  width: 12px;
}

.product-faq__item summary span::after {
  transform: rotate(90deg);
}

.product-faq__item[open] summary span::after {
  transform: rotate(0);
}

.product-faq__item div {
  max-width: 680px;
  padding: 0 48px 24px 2px;
}

.product-faq__item p {
  color: var(--product-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

.product-final-cta {
  background: var(--product-green);
  color: #fff;
  padding: clamp(58px, 7vw, 86px) 0;
}

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

.product-final-cta .product-eyebrow {
  color: #bde8dc !important;
}

.product-final-cta h2 {
  color: #fff !important;
  margin-bottom: 12px !important;
  max-width: 800px;
}

.product-final-cta p {
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 700px;
}

.product-final-cta .product-cta--primary {
  box-shadow: 0 14px 32px rgba(3, 50, 43, 0.24);
  white-space: nowrap;
}

.product-sticky-cta {
  align-items: center;
  background: var(--whatsapp);
  border: 1px solid rgba(255, 255, 255, 0.55);
  bottom: 20px;
  box-shadow: 0 18px 44px rgba(5, 50, 34, 0.3);
  color: #082219 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  min-height: 52px;
  padding: 13px 18px;
  position: fixed;
  right: 20px;
  transition: transform 160ms ease, box-shadow 160ms ease;
  z-index: 99990;
}

.product-sticky-cta img {
  height: 24px;
  width: 24px;
}

.product-sticky-cta:hover {
  box-shadow: 0 22px 48px rgba(5, 50, 34, 0.4);
  color: #061b14 !important;
  transform: translateY(-2px);
}

.combined-hero__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combined-hero__media {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.combined-hero__media + .combined-hero__media {
  border-left: 4px solid #f8faf8;
}

.combined-hero__media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.combined-hero__media span {
  background: rgba(10, 31, 28, 0.9);
  bottom: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.04em;
  padding: 12px 15px;
  position: absolute;
  z-index: 2;
}

.combined-choice {
  background: #fff;
  scroll-margin-top: 110px;
}

.combined-choice__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combined-choice__card {
  border: 1px solid var(--product-line);
  display: grid;
  grid-template-rows: 280px 1fr;
  min-width: 0;
}

.combined-choice__card figure {
  background: #dce4e1;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.combined-choice__card figure::after {
  background: linear-gradient(transparent 48%, rgba(8, 28, 25, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.combined-choice__card figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.combined-choice__card:hover figure img {
  transform: scale(1.025);
}

.combined-choice__card figcaption {
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 22px;
  letter-spacing: 0.06em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.combined-choice__content {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 46px);
}

.combined-choice__content h3,
.combined-product__content h2 {
  color: var(--product-ink) !important;
  font-size: clamp(30px, 3.4vw, 44px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 1.08 !important;
  margin: 0 0 15px !important;
  text-wrap: balance;
}

.combined-choice__content > p:not(.product-eyebrow),
.combined-product__content > p {
  color: var(--product-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 0 0 24px !important;
  max-width: 58ch;
  text-wrap: pretty;
}

.combined-choice__content > ul {
  display: grid;
  gap: 11px;
  list-style: none !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

.combined-choice__content > ul li {
  align-items: flex-start;
  color: var(--product-ink);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 11px;
  line-height: 1.5;
}

.combined-choice__content .product-cta {
  align-self: flex-start;
  margin-top: auto;
}

.combined-product {
  scroll-margin-top: 110px;
}

.combined-product--concertinas {
  background: var(--product-warm);
}

.combined-product--network {
  background: var(--product-surface);
}

.combined-product__grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 90px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combined-product__content h3 {
  color: var(--product-ink) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin: 34px 0 16px !important;
}

.combined-product__visual {
  background: #dce4e1;
  clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 0 100%);
  margin: 0;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.combined-product__visual img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.combined-product__visual figcaption {
  background: rgba(10, 31, 28, 0.9);
  bottom: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  left: 18px;
  line-height: 1.45;
  padding: 12px 15px;
  position: absolute;
  right: 18px;
}

.combined-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

.combined-options li {
  background: #fff;
  border: 1px solid var(--product-line);
  color: var(--product-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 13px 14px;
}

.combined-gallery__groups {
  display: grid;
  gap: clamp(54px, 8vw, 90px);
}

.combined-gallery__groups > section > h3 {
  color: var(--product-ink) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 0 0 22px !important;
}

.combined-gallery .product-gallery__grid {
  grid-auto-rows: 185px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.combined-final-cta__actions {
  display: grid;
  gap: 10px;
  min-width: 280px;
}

.product-cta--light {
  background: #fff;
  border-color: #fff;
  color: var(--product-green-dark) !important;
}

.product-cta--light:hover {
  background: var(--product-mint);
  border-color: var(--product-mint);
  color: var(--product-green-dark) !important;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .offline-map-card {
    min-height: 300px;
  }

  .offline-search-dialog {
    padding: 10px;
  }

  .offline-search-dialog__panel {
    min-height: calc(100vh - 20px);
  }
}

@media (max-width: 980px) {
  .product-shell {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-hero__grid,
  .product-details__grid,
  .product-faq__grid {
    grid-template-columns: 1fr;
  }

  .product-hero__grid {
    gap: 54px;
  }

  .product-hero__visual {
    min-height: min(66vw, 560px);
  }

  .product-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }

  .product-trust__grid > div:nth-child(3) {
    border-left: 0;
  }

  .product-benefits__grid {
    grid-template-columns: 1fr;
  }

  .combined-choice__grid,
  .combined-product__grid {
    grid-template-columns: 1fr;
  }

  .combined-product--network .combined-product__content {
    order: -1;
  }

  .combined-choice__content .product-cta {
    align-self: stretch;
  }

  .combined-gallery .product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-benefit {
    min-height: 0;
  }

  .product-benefit + .product-benefit {
    border-left: 0;
    border-top: 1px solid var(--product-line);
  }

  .product-benefit__number {
    margin-bottom: 25px;
  }

  .product-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .product-process__steps li + li {
    padding-left: 0;
  }

  .product-faq__grid .product-section__heading {
    position: static;
  }
}

@media (max-width: 680px) {
  body.conversion-product {
    padding-bottom: 74px;
  }

  .product-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-hero {
    padding-top: 20px;
  }

  .product-breadcrumb {
    margin-bottom: 34px;
  }

  .product-hero h1 {
    font-size: clamp(34px, 9.5vw, 42px) !important;
    letter-spacing: -0.025em;
    line-height: 1.05 !important;
  }

  .product-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-cta {
    width: 100%;
  }

  .product-hero__visual {
    box-shadow: 12px 15px 0 var(--product-warm);
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
    min-height: 420px;
  }

  .combined-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-height: 520px;
  }

  .combined-hero__media {
    min-height: 260px;
  }

  .combined-hero__media + .combined-hero__media {
    border-left: 0;
    border-top: 4px solid #f8faf8;
  }

  .combined-choice__card {
    grid-template-rows: 230px 1fr;
  }

  .combined-product__visual {
    min-height: 400px;
  }

  .combined-options {
    grid-template-columns: 1fr;
  }

  .combined-gallery .product-gallery__grid {
    grid-auto-rows: 150px;
  }

  .combined-final-cta__actions {
    min-width: 0;
    width: 100%;
  }

  .product-trust__grid {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .product-trust__grid > div {
    padding: 0 14px;
  }

  .product-trust__grid > div:nth-child(odd) {
    border-left: 0;
  }

  .product-trust__grid > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .product-trust strong {
    font-size: 16px;
  }

  .product-section__heading--split {
    align-items: start;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .product-gallery__grid {
    grid-auto-rows: 170px;
  }

  .product-gallery__item--featured {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  .product-applications {
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
  }

  .product-process__steps li {
    grid-template-columns: 36px 1fr;
    padding-right: 0;
  }

  .product-final-cta__inner {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .product-sticky-cta {
    bottom: 0;
    justify-content: center;
    left: 0;
    min-height: 62px;
    right: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-cta,
  .product-gallery__item img,
  .product-gallery__item span,
  .product-gallery__item::after,
  .product-faq__item summary span::after,
  .product-sticky-cta {
    scroll-behavior: auto;
    transition: none !important;
  }
}
