:root {
  --nsi-green: #62ad05;
  --nsi-green-700: #3f8200;
  --nsi-green-100: #eaf8d9;
  --nsi-green-050: #f7fcf1;
  --nsi-ink: #111820;
  --nsi-text: #43505d;
  --nsi-muted: #667482;
  --nsi-line: #b8dc8c;
  --nsi-card: #ffffff;
  --nsi-bg: #fbfdf8;
  --shadow-soft: 0 18px 44px rgba(32, 60, 25, 0.13);
  --shadow-card: 0 10px 26px rgba(36, 60, 28, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nsi-ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--nsi-bg);
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(1240px, calc(100% - 42px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.topbar {
  color: #fff;
  background: var(--nsi-green);
  font-size: 0.82rem;
  font-weight: 800;
}
.topbar__inner,
.nav,
.hero__actions,
.contact-actions,
.footer-contact,
.footer-social { display: flex; align-items: center; }
.topbar__inner { min-height: 30px; gap: 20px; }
.topbar__link,
.topbar__social a,
.footer-contact a,
.footer-social a { display: inline-flex; min-height: 28px; align-items: center; gap: 8px; text-decoration: none; }
.topbar__social { display: flex; gap: 14px; margin-left: auto; }
.topbar__news { margin-left: 8px; }

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(32, 60, 25, 0.09);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(30, 43, 54, 0.07);
  backdrop-filter: blur(12px);
}
.nav { min-height: 70px; gap: 18px; }
.brand { display: inline-flex; align-items: center; min-width: 132px; text-decoration: none; }
.brand--image img { width: 132px; max-height: 56px; object-fit: contain; display: block; }
.nav__links { display: flex; gap: 4px; align-items: center; margin-left: auto; min-width: 0; }
.nav__links a,
.language-switch { color: var(--nsi-ink); font-weight: 850; text-decoration: none; }
.nav__links a { position: relative; padding: 24px 10px; white-space: nowrap; font-size: 0.9rem; }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 13px;
  height: 3px;
  border-radius: 999px;
  background: var(--nsi-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.nav__links a:hover::after,
.nav__links a:focus-visible::after { transform: scaleX(1); }
.language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--nsi-line);
  border-radius: 999px;
  color: var(--nsi-green-700);
  background: #fff;
  font-size: 0.86rem;
}
.nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--nsi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--nsi-ink);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #07171c;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 23, 0.96) 0%, rgba(5, 25, 30, 0.9) 42%, rgba(5, 33, 27, 0.62) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 78% 18%, rgba(112, 205, 16, 0.20), transparent 26%),
    radial-gradient(circle at 72% 68%, rgba(112, 205, 16, 0.13), transparent 26%),
    var(--hero-overlay);
  background-repeat: no-repeat;
  background-size: auto, auto, min(720px, 60vw) auto;
  background-position: center, center, right bottom;
  opacity: 0.9;
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.82fr);
  gap: 64px;
  align-items: center;
  min-height: 645px;
  padding-block: 78px 104px;
}
.eyebrow,
.section-kicker { margin: 0 0 16px; color: var(--nsi-green); font-weight: 900; letter-spacing: 0; }
.eyebrow {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  color: #142500;
  background: #b9ee40;
  box-shadow: 0 12px 30px rgba(98, 173, 5, 0.28);
}
.hero h1,
.section-heading h2,
.contact-panel h2,
.about-copy h2 { margin: 0; line-height: 1.06; letter-spacing: 0; }
.hero h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(3.25rem, 6.7vw, 6.1rem);
  font-weight: 950;
  text-wrap: balance;
}
.hero__subtitle {
  max-width: 650px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 950;
}
.hero__subtitle::first-line { color: #fff; }
.hero__text {
  max-width: 600px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}
.hero__actions { gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(98, 173, 5, 0.20); }
.btn--primary { color: #fff; background: var(--nsi-green); box-shadow: 0 12px 24px rgba(98, 173, 5, 0.24); }
.btn--ghost { color: var(--nsi-green-700); border-color: var(--nsi-line); background: #fff; }
.btn--light { color: var(--nsi-green-700); background: #fff; }
.btn--outline-dark { color: #fff; border-color: rgba(185, 238, 64, 0.58); background: rgba(255, 255, 255, 0.06); }
.btn--outline-dark:hover { border-color: #b9ee40; background: rgba(185, 238, 64, 0.10); }
.hero__summary { position: relative; min-height: 420px; }
.hero__system {
  position: relative;
  min-height: 245px;
  margin-inline: auto;
  max-width: 430px;
}
.hero__system::before,
.hero__system::after {
  content: "";
  position: absolute;
  inset: 54px 54px 34px;
  border: 1px solid rgba(185, 238, 64, 0.38);
  border-radius: 999px;
  transform-origin: center;
  animation: heroOrbit 18s linear infinite;
}
.hero__system::after {
  inset: 90px 108px 74px;
  border-style: dashed;
  opacity: 0.8;
  animation: heroOrbitReverse 14s linear infinite;
}
.hero-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid var(--nsi-green);
  border-radius: 50%;
  color: #b9ee40;
  background: rgba(7, 23, 28, 0.78);
  box-shadow: 0 0 0 8px rgba(98, 173, 5, 0.08), 0 16px 34px rgba(0, 0, 0, 0.28);
  transform-origin: center;
  animation: heroNodeFloat 4.8s ease-in-out infinite;
}
.hero-node--main { left: calc(50% - 43px); top: 78px; width: 86px; height: 86px; font-size: 1.6rem; animation-name: heroNodePulse; animation-duration: 3.4s; }
.hero-node--one { right: 34px; top: 20px; animation-delay: -1.1s; }
.hero-node--two { left: 28px; top: 124px; animation-delay: -2.2s; }
.hero-node--three { right: 48px; bottom: 18px; animation-delay: -3.2s; }
.hero-node--one i { animation: heroIconSpin 8s linear infinite; }
.hero-node--main i { animation: heroIconPulse 2.6s ease-in-out infinite; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.metrics-grid--hero { max-width: 520px; margin: 10px auto 0; }
.metric-card {
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(185, 238, 64, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}
.metric-card i,
.metric-card strong,
.metric-card span { display: block; }
.metric-card i { color: #b9ee40; font-size: 1.08rem; margin-bottom: 7px; }
.metric-card strong { color: #b9ee40; font-size: 1.34rem; line-height: 1; }
.metric-card span { color: rgba(255, 255, 255, 0.88); font-size: 0.78rem; font-weight: 850; line-height: 1.18; }

.solution-strip { position: relative; z-index: 4; margin-top: -46px; }
.strip-card {
  padding: 24px 24px 16px;
  border: 1px solid var(--nsi-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.strip-card h2 { display: flex; gap: 16px; align-items: center; justify-content: center; margin: 0 0 18px; color: #414c56; font-size: 1rem; }
.strip-card h2::before,
.strip-card h2::after { content: ""; width: 76px; height: 2px; background: var(--nsi-green); }
.strip-products { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); gap: 0; }
.strip-product-wrap { position: relative; min-width: 0; }
.strip-product { display: grid; place-items: center; min-height: 62px; padding: 8px 14px; text-decoration: none; border-right: 1px solid #e7efd9; }
.strip-product-wrap:last-child .strip-product { border-right: 0; }
.strip-product img { max-width: 160px; max-height: 46px; object-fit: contain; transition: transform 180ms ease; }
.strip-product:hover img,
.strip-product:focus-visible img { transform: translateY(-2px); }
.product-popover {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 20;
  width: min(370px, 88vw);
  max-height: 380px;
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--nsi-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(22, 33, 43, 0.18);
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 160ms ease, transform 160ms ease;
}
.product-popover::before { content: ""; position: absolute; left: calc(50% - 8px); top: -8px; width: 14px; height: 14px; border-left: 1px solid var(--nsi-line); border-top: 1px solid var(--nsi-line); background: #fff; transform: rotate(45deg); }
.strip-product-wrap:hover .product-popover,
.strip-product-wrap:focus-within .product-popover { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.strip-product-wrap:first-child .product-popover { left: 0; transform: translate(0, -6px); }
.strip-product-wrap:first-child:hover .product-popover,
.strip-product-wrap:first-child:focus-within .product-popover { transform: translate(0, 0); }
.strip-product-wrap:first-child .product-popover::before { left: 46px; }
.strip-product-wrap:last-child .product-popover { left: auto; right: 0; transform: translate(0, -6px); }
.strip-product-wrap:last-child:hover .product-popover,
.strip-product-wrap:last-child:focus-within .product-popover { transform: translate(0, 0); }
.strip-product-wrap:last-child .product-popover::before { left: auto; right: 46px; }
.product-popover h3 { margin: 0 0 10px; color: #111; font-size: 1.1rem; }
.product-popover p { margin: 0 0 14px; color: #3d4852; font-size: 0.88rem; line-height: 1.45; }
.popover-link { display: inline-flex; gap: 8px; align-items: center; color: var(--nsi-green); font-weight: 900; }

.section { padding-block: 76px; }
.section-heading { max-width: 880px; margin-bottom: 30px; }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .section-kicker { justify-content: center; }
.section-heading h2,
.contact-panel h2,
.about-copy h2 { color: #080d11; font-size: clamp(2rem, 4vw, 3rem); }
.section-kicker { display: flex; gap: 12px; align-items: center; text-transform: uppercase; font-size: 0.78rem; }
.section-kicker::after { content: ""; width: 72px; height: 2px; background: var(--nsi-green); }
.pill-link { display: inline-flex; gap: 8px; align-items: center; padding: 10px 16px; border: 1px solid var(--nsi-line); border-radius: 999px; color: var(--nsi-green-700); background: #fff; font-weight: 900; text-decoration: none; box-shadow: var(--shadow-card); }

.nsi-topics-section { background: linear-gradient(180deg, #fff 0%, #fbfdf8 100%); }
.nsi-topics { max-width: 1180px; }
.nsi-topics__lead {
  max-width: 1120px;
  margin: 0 0 34px;
  padding: 26px 30px;
  border-left: 5px solid var(--nsi-green);
  border-radius: 8px;
  color: #141a20;
  background: #fff;
  box-shadow: 0 12px 28px rgba(36, 60, 28, 0.07);
  font-size: 1.04rem;
  line-height: 1.66;
}
.nsi-topics__lead p { margin: 0 0 13px; }
.nsi-topics__lead p:last-child { margin-bottom: 0; }
.nsi-topics__layout { display: grid; grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr); gap: 38px; align-items: start; }
.nsi-topics__media {
  --topics-media-height: 410px;
  position: sticky;
  top: 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 176px;
  gap: 18px;
  align-items: stretch;
  height: var(--topics-media-height);
}
.nsi-topics__media img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow-card); }
.nsi-topics__media > .nsi-topics__photo-main { min-width: 0; min-height: 0; height: 100%; max-height: 100%; object-position: center center; }
.nsi-topics__photo-pair { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 18px; height: var(--topics-media-height); }
.nsi-topics__photo-pair img { min-height: 0; object-position: center center; }
.nsi-topics__copy { padding: 2px 0 0; }
.nsi-topic-list { counter-reset: nsi-topic; margin: 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.nsi-topic-list li {
  counter-increment: nsi-topic;
  position: relative;
  padding: 18px 20px 18px 54px;
  border: 1px solid rgba(184, 220, 140, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(36, 60, 28, 0.06);
}
.nsi-topic-list li::before {
  content: counter(nsi-topic);
  position: absolute;
  left: 18px;
  top: 20px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--nsi-green);
  font-size: 0.78rem;
  font-weight: 900;
}
.nsi-topic-list p { margin: 0; color: #111820; font-size: 0.98rem; line-height: 1.58; }
.nsi-topic-list a { color: #165fc7; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.nsi-topic-list a:hover { color: var(--nsi-green-700); }
.nsi-topics__closing {
  margin: 32px auto 0;
  max-width: 1030px;
  padding: 24px 28px 28px;
  border: 1px solid rgba(184, 220, 140, 0.8);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
  text-align: center;
}
.nsi-topics__closing p { margin: 0 auto 20px; max-width: 900px; color: #141a20; line-height: 1.65; }
.nsi-topics__closing .btn { min-width: min(420px, 100%); }

.products-section { background: #fff; }
.products-intro-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr); gap: 30px; align-items: center; margin-bottom: 26px; }
.products-intro-panel__copy { padding: 28px; border: 1px solid var(--nsi-line); border-left: 6px solid var(--nsi-green); border-radius: 8px; background: #fff; box-shadow: var(--shadow-card); color: var(--nsi-text); }
.products-intro-panel__copy p:first-child { margin-top: 0; }
.products-intro-panel__copy p:last-child { margin-bottom: 0; }
.products-intro-panel__media { position: relative; min-height: 320px; }
.products-intro-panel__media img { width: 78%; display: block; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow-soft); }
.products-intro-panel__media img:first-child { aspect-ratio: 4 / 3; }
.products-intro-panel__media img:last-child { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 4 / 3; border: 6px solid #fff; }
.product-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-detail-card { position: relative; display: grid; min-height: 100%; grid-template-columns: 155px minmax(0, 1fr); column-gap: 20px; align-items: start; padding: 20px; border: 1px solid var(--nsi-line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-card); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-detail-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.product-detail-card__logo { display: grid; place-items: center; min-height: 82px; margin-bottom: 0; border-radius: 8px; background: linear-gradient(135deg, #fff, var(--nsi-green-050)); }
.product-detail-card__logo img { max-width: 145px; max-height: 48px; object-fit: contain; }
.product-detail-card__icon { position: absolute; left: 18px; top: 86px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: var(--nsi-green); background: var(--nsi-green-100); box-shadow: 0 8px 18px rgba(98, 173, 5, 0.16); }
.product-detail-card h3 { grid-column: 2; margin: 0 0 8px; font-size: 1.15rem; }
.product-detail-card p { color: var(--nsi-text); font-size: 0.9rem; }
.product-detail-card p,
.product-detail-card .text-link { grid-column: 2; }
.product-detail-card .text-link { align-self: end; margin-top: 6px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--nsi-green-700); font-weight: 900; }

.interact-feature { background: #fff; }
.interact-feature__banner {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.76fr);
  min-height: 142px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(34, 48, 35, 0.15);
}
.interact-feature__headline {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 150px 28px 42px;
  color: #fff;
  background: linear-gradient(135deg, #60b300, #8bc53f);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}
.interact-feature__headline h2 { margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; font-weight: 950; }
.interact-feature__headline p { max-width: 650px; margin: 8px 0 0; color: #fff; font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 800; line-height: 1.2; }
.interact-feature__headline p::after { content: ""; display: block; width: 92px; height: 3px; margin-top: 14px; background: #fff; box-shadow: 0 2px 0 rgba(0,0,0,0.16); }
.interact-feature__logos { display: flex; align-items: center; justify-content: center; gap: 26px; padding: 20px 34px; }
.interact-feature__logos img { display: block; max-width: 190px; max-height: 82px; object-fit: contain; }
.interact-feature__logos span { width: 2px; height: 78px; background: #9fa4a7; }
.interact-feature__body { display: grid; grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1fr); gap: 54px; align-items: center; padding-top: 54px; }
.interact-feature__panel { padding: 26px; border: 2px solid var(--nsi-green); border-radius: 18px; background: #fff; box-shadow: 0 16px 34px rgba(36, 60, 28, 0.10); }
.interact-feature__item { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 22px; align-items: center; padding: 18px 0; border-bottom: 1px solid #e8efe1; }
.interact-feature__item:first-child { padding-top: 0; }
.interact-feature__item:last-of-type { border-bottom: 0; }
.interact-feature__icon { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50%; color: #4b8d05; background: #d7f299; }
.interact-feature__icon svg { width: 45px; height: 45px; display: block; fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }
.interact-feature__icon svg path:first-child:last-child { fill: currentColor; stroke: none; }
.interact-feature__item p { margin: 0; color: #111820; font-size: 1rem; line-height: 1.25; }
.interact-feature__item strong { color: #111820; }
.interact-feature__item:last-of-type p { color: var(--nsi-green-700); font-size: 1.15rem; font-weight: 950; }
.interact-feature__cta { margin: 10px 0 0 108px; min-width: 150px; }
.interact-feature__visual { position: relative; min-height: 410px; display: grid; place-items: center; }
.interact-feature__visual::before { content: ""; position: absolute; width: min(520px, 90%); aspect-ratio: 1.24 / 1; border-radius: 50%; background: #d8f79a; transform: rotate(-7deg); }
.interact-feature__visual img { position: relative; z-index: 1; width: min(560px, 100%); display: block; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(20, 34, 20, 0.16)); }


.pim-feature { background: linear-gradient(180deg, #fff, #fbfdf8); }
.pim-feature__header {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 28px 34px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #56a800 0%, #8bc53f 100%);
  box-shadow: 0 14px 28px rgba(38, 57, 29, 0.22);
}
.pim-feature__header::after {
  content: "";
  position: absolute;
  bottom: 24px;
  width: min(640px, 70%);
  height: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}
.pim-feature__header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.08;
  font-weight: 950;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);
}
.pim-feature__logos {
  display: grid;
  place-items: center;
  margin: 34px auto 30px;
  max-width: 1020px;
  padding: 8px 22px;
}
.pim-feature__logos img {
  width: min(920px, 100%);
  max-height: 96px;
  object-fit: contain;
  display: block;
}
.pim-feature__body {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 54px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
.pim-feature__copy {
  padding: 28px 30px;
  border-left: 5px solid var(--nsi-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.pim-feature__copy p {
  margin: 0 0 24px;
  color: #111820;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.42;
}
.pim-feature__copy p:last-of-type { margin-bottom: 18px; }
.pim-feature__link { margin-top: 4px; }
.pim-feature__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(34, 37, 53, 0.17);
}
.pim-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: inherit;
  pointer-events: none;
}
.pim-feature__media img {
  width: 100%;
  display: block;
  aspect-ratio: 581 / 311;
  object-fit: cover;
  transition: transform 220ms ease;
}
.pim-feature__media:hover img { transform: scale(1.025); }

.news-showcase { background: var(--nsi-green-050); }
.event-stack { display: grid; gap: 22px; }
.event-block { overflow: hidden; border: 1px solid var(--nsi-line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-card); }
.event-block--featured { display: grid; grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr); align-items: stretch; }
.event-block--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr); align-items: stretch; }
.event-block--reverse .event-block__media { order: 2; }
.event-block__media { position: relative; display: block; min-height: 260px; }
.event-block__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.event-block__icon { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--nsi-green); box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22); }
.event-block__copy { padding: 26px; }
.event-block__title { margin: -26px -26px 18px; padding: 14px 20px; color: #fff; background: var(--nsi-green); font-weight: 950; text-align: center; }
.event-block__copy p { margin: 0 0 16px; color: var(--nsi-text); font-size: 0.96rem; }

.contact-section { background: linear-gradient(180deg, #fff, var(--nsi-green-050)); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 22px; }
.contact-panel { padding: 28px; border: 1px solid var(--nsi-line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-card); }
.contact-panel > i,
.contact-panel__content > i { color: var(--nsi-green); font-size: 1.8rem; margin-bottom: 14px; }
.contact-panel p { color: var(--nsi-text); }
.contact-panel--main { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 22px; align-items: end; }
.contact-panel--main img { width: 100%; align-self: stretch; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow-card); }
.contact-panel--soft { background: #fffefa; }
.contact-actions { gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.contact-address { color: var(--nsi-ink) !important; font-weight: 850; }

.site-footer { position: relative; overflow: hidden; color: #dce6de; background: linear-gradient(135deg, #111d17, #2d3a30); border-top: 6px solid var(--nsi-green); }
.site-footer::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 300px; height: 300px; border: 36px solid rgba(255,255,255,0.08); border-radius: 50%; pointer-events: none; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, 1.25fr) repeat(4, minmax(145px, 1fr)); gap: 28px; align-items: start; padding-block: 38px 26px; }
.footer-brand img { width: 142px; max-height: 70px; object-fit: contain; display: block; margin-bottom: 14px; filter: drop-shadow(0 8px 12px rgba(0,0,0,0.16)); }
.site-footer h3 { margin: 0 0 12px; color: #fff; font-size: 0.92rem; font-weight: 950; }
.site-footer p,
.site-footer li,
.site-footer a { color: rgba(255, 255, 255, 0.78); font-size: 0.84rem; line-height: 1.38; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer li { position: relative; padding-left: 12px; }
.site-footer li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 4px; height: 4px; border-radius: 50%; background: var(--nsi-green); }
.site-footer a { display: inline-flex; min-width: 24px; min-height: 24px; align-items: center; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-contact { align-items: flex-start; flex-direction: column; gap: 7px; margin-block: 12px; }
.footer-social { width: max-content; gap: 9px; color: #fff; }
.footer-social a { flex: 0 0 36px; width: 36px; height: 36px; justify-content: center; border-radius: 7px; color: #fff; background: rgba(98, 173, 5, 0.88); }
.footer-cta { position: relative; z-index: 1; padding-bottom: 26px; }
.footer-bottom { position: relative; z-index: 1; padding: 13px 0; color: rgba(255, 255, 255, 0.9); background: #5da805; font-size: 0.8rem; }

@keyframes heroOrbit {
  0% { transform: rotate(0deg) scale(1); opacity: 0.58; }
  50% { transform: rotate(180deg) scale(1.015); opacity: 0.88; }
  100% { transform: rotate(360deg) scale(1); opacity: 0.58; }
}
@keyframes heroOrbitReverse {
  0% { transform: rotate(0deg); stroke-dashoffset: 0; opacity: 0.42; }
  50% { opacity: 0.78; }
  100% { transform: rotate(-360deg); stroke-dashoffset: 20; opacity: 0.42; }
}
@keyframes heroNodeFloat {
  0%, 100% { transform: translate3d(0, 0, 0); box-shadow: 0 0 0 8px rgba(98, 173, 5, 0.08), 0 16px 34px rgba(0, 0, 0, 0.28); }
  50% { transform: translate3d(0, -8px, 0); box-shadow: 0 0 0 12px rgba(98, 173, 5, 0.14), 0 22px 38px rgba(0, 0, 0, 0.34); }
}
@keyframes heroNodePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(98, 173, 5, 0.08), 0 16px 34px rgba(0, 0, 0, 0.28); }
  50% { transform: scale(1.06); box-shadow: 0 0 0 16px rgba(98, 173, 5, 0.14), 0 24px 42px rgba(0, 0, 0, 0.36); }
}
@keyframes heroIconSpin {
  to { transform: rotate(360deg); }
}
@keyframes heroIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 70ms; }
.reveal.delay-2 { transition-delay: 140ms; }
.reveal.delay-3 { transition-delay: 210ms; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .hero__system::before,
  .hero__system::after,
  .hero-node,
  .hero-node i { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .nav__links a { padding-inline: 7px; font-size: 0.82rem; }
  .brand { min-width: 110px; }
  .brand--image img { width: 110px; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 38px; }
  .hero__summary { max-width: 680px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 28px, 1240px); }
  .topbar__inner { flex-wrap: wrap; gap: 10px; padding-block: 6px; }
  .topbar__social { margin-left: 0; }
  .nav { flex-wrap: wrap; min-height: 66px; }
  .nav__toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .nav__links { display: none; width: 100%; margin: 0; padding: 6px 0 14px; flex-direction: column; align-items: stretch; order: 4; }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 11px 4px; border-bottom: 1px solid #edf3e6; }
  .language-switch { margin-left: 0; }
  .hero__grid,
  .products-intro-panel,
  .nsi-topics__layout,
  .interact-feature__banner,
  .interact-feature__body,
  .pim-feature__body,
  .contact-grid,
  .footer-grid,
  .event-block--featured,
  .event-block--split { grid-template-columns: 1fr; }
  .event-block--reverse .event-block__media { order: 0; }
  .hero { padding-top: 8px; }
  .hero__grid { padding-block: 52px 82px; }
  .hero::after { opacity: 0.58; background-size: auto, auto, min(560px, 96vw) auto; }
  .hero__summary { min-height: auto; }
  .hero__system { min-height: 205px; max-width: 360px; }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strip-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .strip-product { border-right: 0; border-bottom: 1px solid #edf3e6; }
  .products-intro-panel__media { min-height: auto; }
  .nsi-topics__media { --topics-media-height: 380px; position: static; grid-template-columns: minmax(0, 1fr) 180px; }
  .contact-panel--main { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1240px); }
  .topbar__news,
  .topbar__social { display: none; }
  .brand--image img { width: 98px; }
  .hero h1 { font-size: 2.7rem; }
  .hero__subtitle { font-size: 1.22rem; }
  .hero__system { min-height: 160px; transform: scale(0.86); transform-origin: center top; margin-bottom: -18px; }
  .metrics-grid,
  .strip-products,
  .product-detail-grid,
  .nsi-topics__media { grid-template-columns: 1fr; }
  .section { padding-block: 48px; }
  .section-heading--row { align-items: start; flex-direction: column; }
  .strip-card { padding: 18px 12px; }
  .strip-card h2 { font-size: 0.92rem; }
  .strip-card h2::before,
  .strip-card h2::after { width: 30px; }
  .product-popover { position: static; width: auto; margin: 10px 8px 0; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; display: none; }
  .strip-product-wrap:hover .product-popover,
  .strip-product-wrap:focus-within .product-popover { display: block; transform: none; }
  .product-popover::before { display: none; }
  .product-detail-card { grid-template-columns: 1fr; }
  .product-detail-card__logo,
  .product-detail-card h3,
  .product-detail-card p,
  .product-detail-card .text-link { grid-column: 1; }
  .product-detail-card__icon { position: static; margin-top: 12px; }
  .products-intro-panel__media img,
  .products-intro-panel__media img:last-child { position: static; width: 100%; margin-top: 12px; border: 0; }
  .nsi-topics__media { --topics-media-height: auto; height: auto; min-height: 0; }
  .nsi-topics__photo-main { height: auto; aspect-ratio: 4 / 3; }
  .nsi-topics__photo-pair { grid-template-columns: 1fr 1fr; grid-template-rows: none; height: auto; padding-top: 0; gap: 12px; }
  .nsi-topics__photo-pair img { height: auto; aspect-ratio: 4 / 3; }
  .nsi-topic-list { padding-left: 0; gap: 16px; }
  .nsi-topic-list li { padding: 16px 16px 16px 48px; }
  .nsi-topic-list li::before { left: 15px; top: 18px; }
  .nsi-topic-list p { font-size: 0.96rem; }
  .nsi-topics__closing { padding: 20px 16px 22px; }
  .interact-feature__headline { clip-path: none; padding: 24px; }
  .interact-feature__logos { padding: 22px; }
  .interact-feature__logos img { max-width: 150px; }
  .interact-feature__body { gap: 30px; padding-top: 34px; }
  .interact-feature__item { grid-template-columns: 62px minmax(0, 1fr); gap: 16px; }
  .interact-feature__icon { width: 58px; height: 58px; }
  .interact-feature__icon svg { width: 32px; height: 32px; }
  .interact-feature__cta { margin-left: 78px; }
  .interact-feature__visual { min-height: 280px; }
  .pim-feature__header { min-height: 96px; padding: 22px 18px; }
  .pim-feature__header::after { bottom: 18px; width: 72%; }
  .pim-feature__logos { margin: 24px auto 22px; padding-inline: 0; }
  .pim-feature__copy { padding: 22px 18px; }
  .pim-feature__copy p { font-size: 1rem; }
  .event-block__media { min-height: 210px; }
  .event-block__copy { padding: 22px; }
  .event-block__title { margin: -22px -22px 16px; }
}


/* Refined Xara-style feature sections */
.interact-feature .container,
.pim-feature .container { max-width: 1160px; }
.interact-feature,
.pim-feature { padding-block: 58px; }

.interact-feature__banner {
  min-height: 128px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 14px 30px rgba(24, 42, 24, 0.10);
}
.interact-feature__headline {
  padding: 26px 132px 26px 38px;
  background: linear-gradient(135deg, #56b500 0%, #8ccf36 100%);
}
.interact-feature__headline h2 { font-size: clamp(2.05rem, 3.5vw, 2.85rem); }
.interact-feature__headline p { max-width: 600px; font-size: clamp(1rem, 1.45vw, 1.12rem); }
.interact-feature__logos { gap: 24px; padding: 18px 30px; }
.interact-feature__logos img { max-width: 176px; max-height: 76px; }
.interact-feature__logos span { height: 70px; }
.interact-feature__body {
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1fr);
  gap: 42px;
  padding-top: 44px;
}
.interact-feature__panel {
  padding: 24px 26px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(36, 60, 28, 0.08);
}
.interact-feature__item { grid-template-columns: 78px minmax(0, 1fr); gap: 20px; padding: 16px 0; }
.interact-feature__icon { width: 72px; height: 72px; }
.interact-feature__icon svg { width: 39px; height: 39px; }
.interact-feature__item p { font-size: 0.96rem; line-height: 1.28; }
.interact-feature__item:last-of-type p { font-size: 1.05rem; }
.interact-feature__cta { margin-left: 98px; min-width: 142px; min-height: 42px; }
.interact-feature__visual { min-height: 365px; }
.interact-feature__visual::before { width: min(455px, 86%); }
.interact-feature__visual img { width: min(505px, 100%); filter: drop-shadow(0 18px 22px rgba(20, 34, 20, 0.12)); }

.pim-feature__header {
  min-height: 106px;
  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(38, 57, 29, 0.13);
  background: linear-gradient(180deg, #54ad00 0%, #88c936 100%);
}
.pim-feature__header::after { bottom: 22px; width: min(590px, 58%); }
.pim-feature__header h2 { font-size: clamp(1.95rem, 3.25vw, 2.6rem); text-shadow: 0 3px 4px rgba(0,0,0,0.22); }
.pim-feature__logos { margin: 30px auto 26px; padding: 4px 20px; }
.pim-feature__logos img { width: min(860px, 100%); max-height: 82px; }
.pim-feature__body {
  max-width: 980px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 46px;
}
.pim-feature__copy {
  padding: 26px 28px;
  border-left-width: 4px;
  box-shadow: 0 12px 28px rgba(36, 60, 28, 0.07);
}
.pim-feature__copy p { font-size: 1rem; line-height: 1.42; margin-bottom: 22px; }
.pim-feature__media { border-radius: 12px; box-shadow: 0 16px 32px rgba(34, 37, 53, 0.12); }
.pim-feature__media:hover img { transform: scale(1.015); }

@media (max-width: 900px) {
  .interact-feature,
  .pim-feature { padding-block: 46px; }
  .interact-feature__headline { padding: 24px; }
  .interact-feature__banner { min-height: 0; border-radius: 8px; }
  .interact-feature__body { gap: 28px; padding-top: 34px; }
  .pim-feature__body { gap: 28px; }
}

@media (max-width: 640px) {
  .interact-feature__headline h2 { font-size: 2.05rem; }
  .interact-feature__headline p { font-size: 0.98rem; }
  .interact-feature__logos { gap: 16px; padding: 20px 18px; }
  .interact-feature__logos img { max-width: 135px; }
  .interact-feature__logos span { height: 58px; }
  .interact-feature__panel { padding: 22px 24px; }
  .interact-feature__item { grid-template-columns: 58px minmax(0, 1fr); gap: 14px; }
  .interact-feature__icon { width: 54px; height: 54px; }
  .interact-feature__icon svg { width: 30px; height: 30px; }
  .interact-feature__cta { margin-left: 72px; min-width: 150px; }
  .interact-feature__visual { min-height: 250px; }
  .pim-feature__header { min-height: 92px; padding: 20px 16px; }
  .pim-feature__header h2 { font-size: 1.72rem; }
  .pim-feature__header::after { width: 70%; bottom: 17px; }
  .pim-feature__logos { margin: 22px auto 20px; }
  .pim-feature__copy { padding: 22px 20px; }
  .pim-feature__copy p { font-size: 0.98rem; }
}


/* Final responsive guardrails for refined feature sections */
@media (max-width: 900px) {
  .interact-feature__banner,
  .interact-feature__body,
  .pim-feature__body {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .interact-feature__panel,
  .interact-feature__visual,
  .pim-feature__copy,
  .pim-feature__media {
    min-width: 0;
    width: 100%;
  }
  .pim-feature__media img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .interact-feature .container,
  .pim-feature .container {
    width: min(100% - 24px, 1160px);
  }
  .interact-feature__panel {
    border-width: 2px;
  }
  .interact-feature__visual img {
    width: min(100%, 340px);
  }
  .pim-feature__media {
    margin-top: 4px;
  }
}

/* Xara-aligned refinement for lower homepage sections */
.pim-feature,
.news-showcase,
.contact-section {
  background:
    linear-gradient(180deg, rgba(247, 252, 241, 0.70), rgba(255, 255, 255, 0.94) 18%, rgba(247, 252, 241, 0.62));
}

.pim-feature .container,
.news-showcase .container,
.contact-section .container {
  width: min(100% - 52px, 1120px);
}

.pim-feature__header {
  min-height: 94px;
  border-radius: 9px;
  box-shadow: 0 18px 34px rgba(45, 74, 32, 0.11);
}

.pim-feature__header h2 {
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 850;
}

.pim-feature__logos { margin: 28px auto; }
.pim-feature__logos img { width: min(780px, 100%); }

.pim-feature__body {
  max-width: 940px;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.pim-feature__copy {
  border-left: 4px solid var(--nsi-green);
  border-top: 1px solid rgba(98, 173, 5, 0.13);
  border-right: 1px solid rgba(98, 173, 5, 0.08);
  border-bottom: 1px solid rgba(98, 173, 5, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(35, 55, 32, 0.08);
}

.pim-feature__copy p {
  color: #111820;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.46;
}

.pim-feature__link,
.event-block .text-link {
  color: #397c00;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.pim-feature__media {
  border-radius: 10px;
  box-shadow: 0 18px 34px rgba(34, 37, 53, 0.12);
}

.news-showcase { padding-block: 64px; }
.news-showcase .section-heading { margin-bottom: 30px; }
.news-showcase .section-kicker {
  margin-bottom: 12px;
  color: var(--nsi-green-700);
  font-weight: 800;
}

.news-showcase .section-heading h2 {
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(2.2rem, 3.8vw, 3.05rem);
  font-weight: 780;
  line-height: 1.05;
}

.event-stack {
  max-width: 1120px;
  margin-inline: auto;
  gap: 20px;
}

.event-block {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 32px rgba(35, 55, 32, 0.075);
}

.event-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--nsi-green);
  opacity: 0.9;
  z-index: 2;
}

.event-block--featured,
.event-block--split {
  grid-template-columns: minmax(370px, 0.92fr) minmax(0, 1.08fr);
}

.event-block--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
}

.event-block--reverse::before {
  left: auto;
  right: 0;
}

.event-block__media {
  min-height: 292px;
  background: #fff;
}

.event-block__media img { object-fit: cover; }
.event-block:nth-child(2) .event-block__media { background: #ff421b; }
.event-block:nth-child(2) .event-block__media img,
.event-block:nth-child(3) .event-block__media img { object-fit: contain; }
.event-block:nth-child(2) .event-block__media img { padding: 34px; }
.event-block:nth-child(3) .event-block__media img {
  padding: 16px 22px;
  background: #fff;
}

.event-block__icon {
  width: 36px;
  height: 36px;
  right: 12px;
  bottom: 12px;
  color: #fff;
  background: var(--nsi-green);
  box-shadow: 0 8px 18px rgba(39, 71, 30, 0.18);
}

.event-block__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
}

.event-block__title {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 18px;
  color: #111820;
  background: transparent;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  font-weight: 780;
  line-height: 1.25;
  text-align: left;
}

.event-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 5px;
  height: 1.35em;
  border-radius: 999px;
  background: var(--nsi-green);
}

.event-block__copy p {
  color: #43505d;
  font-size: 0.98rem;
  font-weight: 450;
  line-height: 1.58;
}

.contact-section { padding-block: 70px 76px; }
.contact-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
}

.contact-panel {
  border: 1px solid rgba(98, 173, 5, 0.38);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 34px rgba(35, 55, 32, 0.08);
}

.contact-panel h2 {
  color: #111820;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 780;
  line-height: 1.08;
}

.contact-panel h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--nsi-green);
}

.contact-panel > i,
.contact-panel__content > i {
  color: var(--nsi-green);
  font-size: 1.34rem;
  margin-bottom: 18px;
}

.contact-panel p {
  color: #4d5a67;
  font-weight: 450;
  line-height: 1.58;
}

.contact-address {
  color: #111820 !important;
  font-weight: 650;
  line-height: 1.45;
}

.contact-panel--main {
  grid-template-columns: minmax(0, 0.9fr) minmax(210px, 0.72fr);
  gap: 24px;
  align-items: center;
}

.contact-panel--main img {
  min-height: 390px;
  border-radius: 7px;
  object-position: center;
  box-shadow: 0 16px 30px rgba(35, 55, 32, 0.10);
}

.contact-panel--soft {
  background:
    linear-gradient(90deg, rgba(98, 173, 5, 0.045), rgba(255, 255, 255, 0.96) 34%),
    #fff;
}

@media (max-width: 900px) {
  .pim-feature .container,
  .news-showcase .container,
  .contact-section .container { width: min(100% - 34px, 1120px); }
  .event-block--featured,
  .event-block--split,
  .event-block--reverse,
  .contact-grid,
  .contact-panel--main { grid-template-columns: minmax(0, 1fr); }
  .event-block--reverse .event-block__media { order: 0; }
  .event-block::before,
  .event-block--reverse::before {
    inset: 0 0 auto;
    width: auto;
    height: 4px;
  }
  .event-block__media { min-height: 240px; }
  .contact-panel--main img { min-height: 320px; }
}

@media (max-width: 640px) {
  .pim-feature .container,
  .news-showcase .container,
  .contact-section .container { width: min(100% - 24px, 1120px); }
  .pim-feature__header h2,
  .news-showcase .section-heading h2,
  .contact-panel h2 { font-size: clamp(1.72rem, 8vw, 2.15rem); }
  .event-block__copy,
  .contact-panel { padding: 22px; }
  .event-block__media { min-height: 210px; }
  .event-block:nth-child(2) .event-block__media img,
  .event-block:nth-child(3) .event-block__media img { padding: 18px; }
  .contact-panel--main img { min-height: 280px; }
}

/* Final typography and contact proportion correction */
.pim-feature__copy p,
.event-block__copy p,
.contact-panel p {
  font-weight: 400;
}

.event-block__title {
  font-weight: 720;
}

.contact-panel--main {
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.56fr);
}

.contact-panel--main h2 {
  font-size: clamp(1.9rem, 2.35vw, 2.3rem);
  overflow-wrap: normal;
}

.contact-panel--main img {
  min-height: 360px;
  max-width: 210px;
  justify-self: end;
}

.contact-panel--soft h2 {
  font-size: clamp(2rem, 2.8vw, 2.48rem);
}

@media (max-width: 900px) {
  .contact-panel--main img {
    max-width: 100%;
    justify-self: stretch;
  }
}

/* Mobile contact hard stop: stack media below text */
@media (max-width: 900px) {
  .contact-panel--main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .contact-panel__content {
    min-width: 0;
    width: 100%;
  }

  .contact-panel--main img {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    justify-self: stretch;
    order: 2;
  }
}

@media (max-width: 640px) {
  .contact-panel--main h2 {
    font-size: clamp(1.72rem, 8vw, 2.05rem);
  }

  .contact-actions,
  .contact-actions .btn {
    width: 100%;
  }

  .contact-actions .btn {
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    font-size: 0.88rem;
  }
}

/* PIM readability correction: avoid compressed long-copy card */
.pim-feature__body {
  max-width: 1060px;
  grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
}

.pim-feature__copy {
  padding: 30px 36px;
}

.pim-feature__copy p {
  font-size: 1rem;
  line-height: 1.52;
}

.pim-feature__media img {
  aspect-ratio: 581 / 311;
  object-fit: cover;
}

@media (max-width: 900px) {
  .pim-feature__body {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 640px;
  }

  .pim-feature__copy {
    padding: 28px 30px;
  }
}

@media (max-width: 640px) {
  .pim-feature__copy {
    padding: 24px 22px;
  }

  .pim-feature__copy p {
    font-size: 0.98rem;
    line-height: 1.55;
  }
}

/* Unified Interact-style system from PIM onward */
.pim-feature,
.news-showcase,
.contact-section {
  --lower-card-radius: 8px;
  --lower-line: rgba(98, 173, 5, 0.36);
  --lower-shadow: 0 14px 30px rgba(35, 55, 32, 0.075);
  --lower-soft-bg: rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(180deg, #fbfdf8 0%, #ffffff 18%, #ffffff 82%, #f7fcf1 100%);
}

.pim-feature,
.news-showcase {
  padding-block: 62px;
}

.contact-section {
  padding-block: 62px 68px;
}

.pim-feature .container,
.news-showcase .container,
.contact-section .container,
.site-footer .container {
  width: min(100% - 52px, 1120px);
}

.pim-feature__header {
  min-height: 86px;
  border-radius: var(--lower-card-radius);
  background: linear-gradient(180deg, #4fb100 0%, #82c72d 100%);
  box-shadow: 0 16px 30px rgba(42, 72, 30, 0.10);
}

.pim-feature__header::after {
  width: min(560px, 54%);
  bottom: 18px;
  height: 2px;
}

.pim-feature__header h2 {
  font-size: clamp(1.95rem, 2.85vw, 2.45rem);
  font-weight: 820;
  letter-spacing: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
}

.pim-feature__logos {
  margin: 28px auto 26px;
}

.pim-feature__logos img {
  width: min(760px, 100%);
  max-height: 76px;
  object-fit: contain;
}

.pim-feature__body {
  max-width: 1040px;
  grid-template-columns: minmax(440px, 0.96fr) minmax(0, 1.04fr);
  gap: 36px;
  align-items: center;
}

.pim-feature__copy,
.event-block,
.contact-panel {
  border: 1px solid var(--lower-line);
  border-radius: var(--lower-card-radius);
  background: var(--lower-soft-bg);
  box-shadow: var(--lower-shadow);
}

.pim-feature__copy {
  padding: 30px 36px;
  border-left: 4px solid var(--nsi-green);
}

.pim-feature__copy p,
.event-block__copy p,
.contact-panel p {
  color: #43505d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.56;
}

.pim-feature__media {
  border-radius: var(--lower-card-radius);
  box-shadow: 0 16px 30px rgba(34, 37, 53, 0.11);
}

.pim-feature__media img {
  aspect-ratio: 581 / 311;
  object-fit: cover;
}

.news-showcase {
  border-top: 1px solid rgba(98, 173, 5, 0.12);
}

.news-showcase .section-heading {
  margin-bottom: 30px;
}

.news-showcase .section-kicker {
  color: var(--nsi-green-700);
  font-size: 0.78rem;
  font-weight: 800;
}

.news-showcase .section-heading h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(2rem, 3.25vw, 2.75rem);
  font-weight: 780;
  line-height: 1.08;
}

.event-stack {
  gap: 18px;
}

.event-block {
  position: relative;
  overflow: hidden;
}

.event-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--nsi-green);
  z-index: 2;
}

.event-block--featured,
.event-block--split {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.event-block--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.event-block--reverse::before {
  left: auto;
  right: 0;
}

.event-block__media {
  min-height: 270px;
  background: #fff;
}

.event-block__media img {
  object-fit: cover;
}

.event-block:nth-child(2) .event-block__media {
  background: #ff421b;
}

.event-block:nth-child(2) .event-block__media img,
.event-block:nth-child(3) .event-block__media img {
  object-fit: contain;
}

.event-block:nth-child(2) .event-block__media img {
  padding: 28px;
}

.event-block:nth-child(3) .event-block__media img {
  padding: 18px 22px;
  background: #fff;
}

.event-block__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
}

.event-block__title {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 18px;
  color: #111820;
  background: transparent;
  font-size: clamp(1rem, 1.26vw, 1.14rem);
  font-weight: 730;
  line-height: 1.28;
  text-align: left;
}

.event-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 5px;
  height: 1.35em;
  border-radius: 999px;
  background: var(--nsi-green);
}

.event-block__icon {
  width: 36px;
  height: 36px;
  right: 12px;
  bottom: 12px;
  background: var(--nsi-green);
  box-shadow: 0 8px 18px rgba(39, 71, 30, 0.18);
}

.pim-feature__link,
.event-block .text-link {
  color: #397c00;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 22px;
}

.contact-panel {
  padding: 30px;
}

.contact-panel h2 {
  color: #111820;
  font-size: clamp(2rem, 2.75vw, 2.48rem);
  font-weight: 780;
  line-height: 1.08;
}

.contact-panel h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--nsi-green);
}

.contact-panel > i,
.contact-panel__content > i {
  color: var(--nsi-green);
  font-size: 1.28rem;
  margin-bottom: 16px;
}

.contact-address {
  color: #111820 !important;
  font-weight: 620;
  line-height: 1.48;
}

.contact-panel--main {
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.56fr);
  gap: 24px;
  align-items: center;
}

.contact-panel--main img {
  width: 100%;
  max-width: 210px;
  min-height: 360px;
  justify-self: end;
  border-radius: var(--lower-card-radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 14px 28px rgba(35, 55, 32, 0.10);
}

.contact-panel--soft {
  background:
    linear-gradient(90deg, rgba(98, 173, 5, 0.04), rgba(255, 255, 255, 0.96) 34%),
    #fff;
}

.site-footer {
  color: #3f4d59;
  background:
    linear-gradient(180deg, #f7fcf1 0%, #eef4e9 100%);
  border-top: 4px solid var(--nsi-green);
}

.site-footer::after {
  border-color: rgba(98, 173, 5, 0.12);
}

.footer-grid {
  gap: 28px;
  padding-block: 34px 24px;
}

.footer-brand img {
  max-width: 118px;
  height: auto;
  object-fit: contain;
}

.site-footer h3 {
  color: #111820;
  font-size: 0.92rem;
  font-weight: 780;
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: #4b5964;
  font-weight: 400;
}

.site-footer li::before {
  background: var(--nsi-green);
}

.footer-contact a:hover,
.site-footer a:hover {
  color: var(--nsi-green-700);
}

.footer-social a {
  border-radius: 7px;
  background: var(--nsi-green);
  color: #fff;
}

.footer-cta {
  padding-bottom: 26px;
}

.footer-bottom {
  color: #fff;
  background: var(--nsi-green);
}

@media (max-width: 900px) {
  .pim-feature .container,
  .news-showcase .container,
  .contact-section .container,
  .site-footer .container {
    width: min(100% - 34px, 1120px);
  }

  .pim-feature__body,
  .event-block--featured,
  .event-block--split,
  .event-block--reverse,
  .contact-grid,
  .contact-panel--main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .event-block--reverse .event-block__media {
    order: 0;
  }

  .event-block::before,
  .event-block--reverse::before {
    inset: 0 0 auto;
    width: auto;
    height: 4px;
  }

  .pim-feature__body {
    max-width: 680px;
  }

  .event-block__media {
    min-height: 230px;
  }

  .contact-panel--main img {
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    justify-self: stretch;
    order: 2;
  }
}

@media (max-width: 640px) {
  .pim-feature,
  .news-showcase,
  .contact-section {
    padding-block: 46px;
  }

  .pim-feature .container,
  .news-showcase .container,
  .contact-section .container,
  .site-footer .container {
    width: min(100% - 24px, 1120px);
  }

  .pim-feature__header {
    min-height: 82px;
    padding: 18px 14px;
  }

  .pim-feature__header h2,
  .news-showcase .section-heading h2,
  .contact-panel h2 {
    font-size: clamp(1.68rem, 7.6vw, 2.08rem);
  }

  .pim-feature__copy,
  .event-block__copy,
  .contact-panel {
    padding: 22px;
  }

  .pim-feature__copy p,
  .event-block__copy p,
  .contact-panel p {
    font-size: 0.98rem;
    line-height: 1.56;
  }

  .event-block__media {
    min-height: 205px;
  }

  .event-block:nth-child(2) .event-block__media img,
  .event-block:nth-child(3) .event-block__media img {
    padding: 18px;
  }

  .contact-actions,
  .contact-actions .btn {
    width: 100%;
  }

  .contact-actions .btn {
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    font-size: 0.88rem;
  }
}

/* Strong Xara/Interact visual pass from PIM onward */
.pim-feature,
.news-showcase,
.contact-section {
  background: #fbfdf8;
}

.pim-feature .container,
.news-showcase .container,
.contact-section .container {
  width: min(100% - 52px, 1120px);
}

.pim-feature__header {
  overflow: hidden;
  min-height: 92px;
  border-radius: 8px;
  background:
    linear-gradient(105deg, #4fb100 0 68%, #83c832 68% 100%);
  box-shadow: 0 18px 34px rgba(35, 55, 32, 0.16);
}

.pim-feature__header h2 {
  font-size: clamp(2rem, 3.15vw, 2.7rem);
  font-weight: 880;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

.pim-feature__header::after {
  width: min(560px, 52%);
  bottom: 17px;
  height: 2px;
  background: rgba(255, 255, 255, 0.92);
}

.pim-feature__logos {
  margin: 30px auto 30px;
}

.pim-feature__logos img {
  width: min(800px, 100%);
  filter: drop-shadow(0 8px 14px rgba(20, 40, 20, 0.08));
}

.pim-feature__body {
  max-width: 1060px;
  grid-template-columns: minmax(440px, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}

.pim-feature__copy {
  position: relative;
  overflow: hidden;
  padding: 34px 38px 30px 42px;
  border: 1px solid rgba(98, 173, 5, 0.45);
  border-left: 0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #56b500 0 7px, rgba(255,255,255,0.96) 7px),
    #fff;
  box-shadow: 0 18px 36px rgba(35, 55, 32, 0.11);
}

.pim-feature__copy::after {
  content: "";
  position: absolute;
  right: -68px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(152, 216, 53, 0.12);
  pointer-events: none;
}

.pim-feature__copy p {
  position: relative;
  z-index: 1;
  color: #121a22;
  font-size: 1rem;
  font-weight: 430;
  line-height: 1.55;
}

.pim-feature__link {
  position: relative;
  z-index: 1;
}

.pim-feature__media {
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(34, 37, 53, 0.16);
}

.news-showcase {
  position: relative;
  overflow: hidden;
  padding-block: 72px;
  background:
    linear-gradient(180deg, #f7fcf1 0%, #ffffff 24%, #f7fcf1 100%);
  border-top: 1px solid rgba(98, 173, 5, 0.18);
}

.news-showcase::before {
  content: "";
  position: absolute;
  left: max(18px, calc((100vw - 1120px) / 2));
  top: 118px;
  width: 4px;
  height: calc(100% - 190px);
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(98, 173, 5, 0.55), transparent);
}

.news-showcase .section-heading {
  margin-bottom: 34px;
}

.news-showcase .section-heading h2 {
  font-size: clamp(2.25rem, 3.75vw, 3.25rem);
  font-weight: 840;
  line-height: 1.04;
}

.event-stack {
  gap: 22px;
}

.event-block {
  overflow: hidden;
  border: 1px solid rgba(98, 173, 5, 0.46);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(36, 60, 28, 0.11);
}

.event-block::before {
  display: none;
}

.event-block--featured,
.event-block--split {
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
}

.event-block--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
}

.event-block__media {
  min-height: 286px;
}

.event-block__media img {
  transition: transform 260ms ease;
}

.event-block:hover .event-block__media img {
  transform: scale(1.025);
}

.event-block__copy {
  position: relative;
  justify-content: flex-start;
  padding: 0 34px 28px;
}

.event-block__title {
  position: relative;
  margin: 0 -34px 22px;
  padding: 15px 34px 16px;
  color: #fff;
  background: linear-gradient(90deg, #52b000 0%, #73c522 100%);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 0 100%);
  font-size: clamp(1rem, 1.24vw, 1.16rem);
  font-weight: 820;
  line-height: 1.26;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.14);
}

.event-block__title::before {
  display: none;
}

.event-block--reverse .event-block__title {
  clip-path: polygon(34px 0, 100% 0, 100% 100%, 0 100%);
}

.event-block__copy p {
  color: #43505d;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.58;
}

.event-block__icon {
  width: 40px;
  height: 40px;
  background: #56b500;
  box-shadow: 0 10px 22px rgba(37, 75, 16, 0.24);
}

.contact-section {
  position: relative;
  padding-block: 74px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcf1 100%);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(98, 173, 5, 0.45);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(36, 60, 28, 0.10);
}

.contact-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #56b500, #9bd84a);
}

.contact-panel h2 {
  color: #111820;
  font-weight: 820;
}

.contact-panel p {
  color: #465462;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.58;
}

.contact-panel--soft {
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 62%, #f0fadf 100%);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #31404a;
  background:
    linear-gradient(180deg, #eef6e8 0%, #dfe9da 100%);
  border-top: 5px solid #56b500;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255,255,255,0.74) 0 74%, transparent 74% 100%);
  pointer-events: none;
}

.site-footer h3 {
  color: #26333c;
  font-weight: 820;
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: #51606a;
}

.footer-social a {
  background: #56b500;
  box-shadow: 0 10px 20px rgba(58, 102, 23, 0.18);
}

@media (max-width: 900px) {
  .pim-feature__body,
  .event-block--featured,
  .event-block--split,
  .event-block--reverse,
  .contact-grid,
  .contact-panel--main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .event-block__copy {
    padding: 0 28px 28px;
  }

  .event-block__title,
  .event-block--reverse .event-block__title {
    margin-inline: -28px;
    clip-path: none;
  }

  .event-block--reverse .event-block__media {
    order: 0;
  }

  .contact-panel--main img {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    justify-self: stretch;
    order: 2;
  }
}

@media (max-width: 640px) {
  .pim-feature .container,
  .news-showcase .container,
  .contact-section .container,
  .site-footer .container {
    width: min(100% - 24px, 1120px);
  }

  .pim-feature__header h2,
  .news-showcase .section-heading h2,
  .contact-panel h2 {
    font-size: clamp(1.7rem, 7.4vw, 2.08rem);
  }

  .pim-feature__copy,
  .contact-panel {
    padding: 24px 22px;
  }

  .event-block__copy {
    padding: 0 22px 24px;
  }

  .event-block__title {
    margin-inline: -22px;
    padding-inline: 22px;
  }
}

/* Focused PIM polish pass */
.pim-feature {
  position: relative;
  overflow: hidden;
  padding-block: 62px 70px;
  background:
    linear-gradient(180deg, #fbfdf8 0%, #ffffff 42%, #f7fcf1 100%);
}

.pim-feature::before {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - 1120px) / 2));
  right: max(24px, calc((100vw - 1120px) / 2));
  top: 134px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 173, 5, 0.26), transparent);
  pointer-events: none;
}

.pim-feature__header {
  min-height: 88px;
  border-radius: 8px;
  background:
    linear-gradient(106deg, #4fac00 0 67%, #84cb30 67% 100%);
  box-shadow: 0 18px 36px rgba(36, 60, 28, 0.14);
}

.pim-feature__header h2 {
  font-size: clamp(2rem, 3vw, 2.58rem);
  font-weight: 860;
}

.pim-feature__logos {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 96px));
  margin: 26px auto 32px;
  padding: 13px 26px;
  border: 1px solid rgba(98, 173, 5, 0.16);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(36, 60, 28, 0.075);
}

.pim-feature__logos::before,
.pim-feature__logos::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: var(--nsi-green);
  opacity: 0.72;
}

.pim-feature__logos::before { left: -72px; }
.pim-feature__logos::after { right: -72px; }

.pim-feature__logos img {
  width: min(690px, 100%);
  max-height: 64px;
}

.pim-feature__body {
  position: relative;
  max-width: 1060px;
  grid-template-columns: minmax(455px, 0.92fr) minmax(0, 1.08fr);
  gap: 46px;
  align-items: center;
}

.pim-feature__body::before {
  content: "";
  position: absolute;
  inset: -22px -26px -24px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(98, 173, 5, 0.045), rgba(255, 255, 255, 0.62) 42%, rgba(98, 173, 5, 0.035));
  z-index: -1;
}

.pim-feature__copy {
  min-height: 338px;
  padding: 36px 40px 32px 44px;
  border: 1px solid rgba(98, 173, 5, 0.48);
  border-left: 0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #56b500 0 8px, rgba(255, 255, 255, 0.97) 8px),
    #fff;
  box-shadow: 0 18px 36px rgba(36, 60, 28, 0.12);
}

.pim-feature__copy p {
  max-width: 390px;
  color: #16212a;
  font-size: 1rem;
  line-height: 1.56;
}

.pim-feature__copy p + p {
  margin-top: 24px;
}

.pim-feature__link {
  margin-top: 2px;
}

.pim-feature__media {
  position: relative;
  overflow: visible;
  border-radius: 10px;
  box-shadow: none;
}

.pim-feature__media::before {
  content: "";
  position: absolute;
  inset: 18px -22px -22px 58px;
  border-radius: 50%;
  background: #d9f79a;
  opacity: 0.72;
  z-index: -1;
}

.pim-feature__media img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(34, 37, 53, 0.16);
}

@media (max-width: 900px) {
  .pim-feature__logos {
    width: min(100%, 640px);
  }

  .pim-feature__logos::before,
  .pim-feature__logos::after,
  .pim-feature__body::before {
    display: none;
  }

  .pim-feature__body {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 640px;
    gap: 28px;
  }

  .pim-feature__copy {
    min-height: 0;
  }

  .pim-feature__copy p {
    max-width: none;
  }

  .pim-feature__media::before {
    inset: 34px 22px -20px;
  }
}

@media (max-width: 640px) {
  .pim-feature {
    padding-block: 44px 52px;
  }

  .pim-feature__header {
    min-height: 86px;
    padding: 18px 14px;
  }

  .pim-feature__logos {
    width: 100%;
    margin: 22px auto 28px;
    padding: 10px 14px;
    border-radius: 8px;
  }

  .pim-feature__logos img {
    max-height: 44px;
  }

  .pim-feature__copy {
    padding: 26px 22px 24px 26px;
  }
}

/* Internal Xara-redesign pages */
.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 64px;
  background:
    linear-gradient(180deg, rgba(247, 252, 241, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 82% 18%, rgba(157, 224, 0, 0.22), transparent 34%);
  border-bottom: 1px solid rgba(98, 173, 5, 0.16);
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(44vw, 610px);
  background: linear-gradient(135deg, rgba(98, 173, 5, 0.12), rgba(255, 255, 255, 0));
  clip-path: polygon(0 0, 86% 0, 66% 100%, 0 100%);
  pointer-events: none;
}

.inner-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.inner-hero__copy {
  max-width: 580px;
}

.inner-hero h1,
.inner-section-heading h2,
.inner-editorial h2,
.inner-band h2,
.internal-cta h2,
.contact-page-card h2 {
  margin: 0;
  color: #0f1720;
  letter-spacing: 0;
  line-height: 1.03;
}

.inner-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.9rem);
  font-weight: 920;
}

.inner-hero h1 span,
.inner-editorial h2 span,
.inner-band h2 span { color: var(--nsi-green); }

.inner-hero__copy > p:not(.section-kicker) {
  max-width: 520px;
  margin: 20px 0 0;
  color: #536270;
  font-size: 1.08rem;
  line-height: 1.65;
}

.inner-hero__visual {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.inner-hero__visual::before {
  content: "";
  position: absolute;
  inset: 42px 26px 10px 72px;
  border-radius: 999px;
  background: #d9f79a;
  opacity: 0.68;
}

.inner-hero__visual > img:first-child {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 48px rgba(28, 41, 51, 0.16);
}

.inner-hero__secondary {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  width: min(46%, 270px);
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  border: 8px solid #fff;
  box-shadow: 0 22px 44px rgba(28, 41, 51, 0.18);
}

.inner-section {
  padding: 70px 0;
  background: #fff;
}

.inner-section--soft {
  background: linear-gradient(180deg, #f8fcf3 0%, #fff 100%);
}

.inner-section--intro {
  padding-block: 44px 18px;
}

.inner-copy-panel {
  max-width: 1060px;
  padding: 30px 34px;
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-left: 5px solid var(--nsi-green);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(42, 70, 33, 0.08);
}

.inner-copy-panel p,
.inner-editorial p,
.inner-band p,
.internal-cta p,
.contact-page-card p,
.contact-page-card address {
  color: #4d5c69;
  font-size: 1.02rem;
  line-height: 1.72;
}

.inner-copy-panel p { margin: 0 0 14px; }
.inner-copy-panel p:last-child { margin-bottom: 0; }

.inner-editorial,
.inner-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 58px;
  align-items: center;
}

.inner-editorial--reverse { grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr); }
.inner-editorial--reverse .inner-editorial__copy { order: 2; }
.inner-editorial--reverse .inner-editorial__media { order: 1; }

.inner-editorial h2,
.inner-band h2,
.inner-section-heading h2,
.internal-cta h2,
.contact-page-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 880;
}

.inner-editorial__copy,
.inner-band__grid > div:first-child {
  position: relative;
  padding: 34px 38px;
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-left: 5px solid var(--nsi-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(42, 70, 33, 0.09);
}

.inner-editorial__media {
  position: relative;
  min-height: 320px;
}

.inner-editorial__media::before,
.inner-band__grid::before,
.internal-cta::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(157, 224, 0, 0.22);
  pointer-events: none;
}

.inner-editorial__media::before { right: -18px; bottom: -18px; }
.inner-editorial__media img,
.inner-band__grid img,
.contact-page-card > img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 470px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(28, 41, 51, 0.15);
}

.inner-band {
  background: linear-gradient(180deg, #f8fcf3 0%, #fff 100%);
}

.inner-band__grid {
  position: relative;
  padding: 0;
}

.inner-band__grid::before {
  right: 28%;
  bottom: -38px;
}

.product-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-page-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(98, 173, 5, 0.44);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(42, 70, 33, 0.08);
}

.product-page-card__logo {
  display: grid;
  place-items: center;
  min-height: 116px;
  border-right: 1px solid rgba(98, 173, 5, 0.18);
}

.product-page-card__logo img {
  width: min(100%, 140px);
  max-height: 76px;
  object-fit: contain;
}

.product-page-card h2,
.internal-news-card h2,
.service-matrix__item h3 {
  margin: 0 0 10px;
  color: #111820;
  font-size: 1.24rem;
  line-height: 1.18;
}

.product-page-card p,
.internal-news-card p,
.service-matrix__item p,
.service-matrix__item small {
  color: #4d5c69;
  line-height: 1.62;
}

.inner-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-matrix__item {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(98, 173, 5, 0.38);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(42, 70, 33, 0.07);
}

.service-matrix__item h3::before,
.internal-news-card__body h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -5px;
  border-radius: 99px;
  background: var(--nsi-green);
}

.service-matrix__item small {
  display: block;
  margin-top: 12px;
  color: #667482;
}

.internal-news-grid {
  display: grid;
  gap: 24px;
}

.internal-news-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(42, 70, 33, 0.08);
}

.internal-news-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.internal-news-card:nth-child(even) .internal-news-card__media { order: 2; }

.internal-news-card__media {
  position: relative;
  min-height: 310px;
  background: #f0f5ea;
}

.internal-news-card__media img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.internal-news-card__media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: var(--nsi-green);
  box-shadow: 0 10px 24px rgba(98, 173, 5, 0.32);
}

.internal-news-card__body {
  padding: 36px 42px;
  align-self: center;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #377800;
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.internal-cta,
.contact-page-card {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(42, 70, 33, 0.09);
}

.internal-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 38px;
  overflow: hidden;
}

.internal-cta img {
  max-width: 260px;
  border-radius: 8px;
  object-fit: cover;
}

.internal-cta::before { right: -70px; bottom: -100px; }

.contact-page-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  padding: 34px;
}

.contact-page-card address {
  margin: 18px 0;
  font-style: normal;
  font-weight: 720;
  color: #25313b;
}

.contact-page-card .btn { margin: 6px 10px 6px 0; }

@keyframes internalFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-in {
  animation: internalFadeUp 0.72s ease both;
}

.animate-delay-1 { animation-delay: 0.12s; }

@media (prefers-reduced-motion: reduce) {
  .animate-in { animation: none !important; }
}

@media (max-width: 1100px) {
  .service-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .inner-hero { padding: 48px 0 46px; }
  .inner-hero__grid,
  .inner-editorial,
  .inner-editorial--reverse,
  .inner-band__grid,
  .contact-page-card,
  .internal-news-card,
  .internal-news-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
  }
  .inner-editorial--reverse .inner-editorial__copy,
  .inner-editorial--reverse .inner-editorial__media,
  .internal-news-card:nth-child(even) .internal-news-card__media { order: initial; }
  .inner-hero__visual { min-height: 280px; }
  .inner-hero__visual > img:first-child { max-height: 330px; }
  .inner-hero__secondary { right: 18px; width: 38%; }
  .internal-cta { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 640px) {
  .inner-section { padding: 46px 0; }
  .inner-copy-panel,
  .inner-editorial__copy,
  .inner-band__grid > div:first-child,
  .internal-news-card__body,
  .internal-cta,
  .contact-page-card { padding: 24px 22px; }
  .inner-hero h1 { font-size: clamp(2.15rem, 12vw, 3.1rem); }
  .inner-hero__visual { min-height: 240px; }
  .inner-hero__secondary { position: relative; right: auto; bottom: auto; width: 72%; margin-top: -34px; }
  .product-page-card { grid-template-columns: minmax(0, 1fr); }
  .product-page-card__logo { min-height: 94px; border-right: 0; border-bottom: 1px solid rgba(98, 173, 5, 0.18); }
  .service-matrix { grid-template-columns: 1fr; }
  .internal-news-card__media,
  .internal-news-card__media img { min-height: 230px; }
}

/* Interact-wide preservation and navigation pass */
.topbar {
  background: linear-gradient(90deg, #4fa900 0%, #72bf17 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22);
}

.nav-wrap {
  border-bottom: 4px solid rgba(98, 173, 5, 0.82);
  background: rgba(255, 255, 255, 0.98);
}

.nav {
  min-height: 76px;
}

.nav__links {
  gap: 2px;
  padding: 6px;
  border: 1px solid rgba(98, 173, 5, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcf1 100%);
  box-shadow: 0 10px 24px rgba(36, 60, 28, 0.08);
}

.nav__links a {
  padding: 12px 11px;
  border-radius: 7px;
  color: #21303a;
  font-size: 0.88rem;
  line-height: 1;
}

.nav__links a::after {
  display: none;
}

.nav__links a:hover,
.nav__links a:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #56b500, #8bc53f);
  outline: none;
}

.language-switch {
  min-height: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(36, 60, 28, 0.08);
}

.source-preserve,
.source-page-body {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fcf1 52%, #ffffff 100%);
}

.source-preserve::before,
.source-page-body::before {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - 1120px) / 2));
  right: max(24px, calc((100vw - 1120px) / 2));
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 173, 5, 0.4), transparent);
  pointer-events: none;
}

.source-preserve__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
  padding: 30px 36px;
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-left: 7px solid var(--nsi-green);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(42, 70, 33, 0.09);
}

.source-preserve__header h2,
.source-page-hero h1 {
  margin: 0;
  color: #111820;
  font-weight: 880;
  letter-spacing: 0;
  line-height: 1.04;
}

.source-preserve__header h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.source-preserve__header > p:not(.section-kicker) {
  margin: 0;
  color: #4d5c69;
  font-size: 1.02rem;
  line-height: 1.58;
}

.source-media-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.source-media-wall figure {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  margin: 0;
  border: 1px solid rgba(98, 173, 5, 0.36);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(42, 70, 33, 0.08);
}

.source-media-wall img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.source-media-wall figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  border-radius: 7px;
  color: #fff;
  background: rgba(17, 24, 32, 0.78);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.2;
}

.source-text-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.source-text-card {
  position: relative;
  padding: 24px 24px 22px 28px;
  border: 1px solid rgba(98, 173, 5, 0.38);
  border-left: 5px solid var(--nsi-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(42, 70, 33, 0.08);
}

.source-text-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: #8bc53f;
}

.source-text-card p {
  margin: 0 0 12px;
  color: #3f4e5a;
  font-size: 0.98rem;
  line-height: 1.58;
}

.source-text-card p:last-child {
  margin-bottom: 0;
}

.source-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
  background:
    linear-gradient(105deg, rgba(255,255,255,0.97) 0 48%, rgba(238, 249, 224, 0.95) 48% 100%);
  border-bottom: 1px solid rgba(98, 173, 5, 0.28);
}

.source-page-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(48vw, 650px);
  background: linear-gradient(135deg, rgba(98, 173, 5, 0.16), rgba(255,255,255,0));
  clip-path: polygon(0 0, 86% 0, 70% 100%, 0% 100%);
}

.source-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.88fr);
  gap: 56px;
  align-items: center;
}

.source-page-hero h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.2vw, 5rem);
}

.source-page-hero__copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 20px 0 26px;
  color: #4d5c69;
  font-size: 1.08rem;
  line-height: 1.62;
}

.source-page-hero__media {
  position: relative;
  min-height: 340px;
}

.source-page-hero__media::before {
  content: "";
  position: absolute;
  inset: 44px 16px -16px 68px;
  border-radius: 999px;
  background: #d9f79a;
  opacity: 0.72;
}

.source-page-hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 330px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 52px rgba(28, 41, 51, 0.17);
}

.source-media-wall--featured figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.source-media-wall--featured figure:first-child,
.source-media-wall--featured figure:first-child img {
  min-height: 352px;
}

@media (max-width: 1120px) {
  .nav {
    flex-wrap: wrap;
    padding-block: 10px;
  }

  .nav__links {
    order: 4;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }

  .source-media-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .source-preserve__header,
  .source-page-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .source-page-hero__media {
    min-height: 280px;
  }

  .source-page-hero__media img {
    min-height: 280px;
  }
}

@media (max-width: 700px) {
  .nav__links {
    display: none;
    padding: 10px;
    align-items: stretch;
    overflow: visible;
  }

  .nav__links.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .nav__links a {
    justify-content: flex-start;
    padding: 13px 14px;
  }

  .nav__toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .language-switch {
    order: 3;
  }

  .source-media-wall,
  .source-text-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .source-media-wall--featured figure:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .source-media-wall--featured figure:first-child,
  .source-media-wall--featured figure:first-child img,
  .source-media-wall figure,
  .source-media-wall img {
    min-height: 230px;
  }

  .source-preserve__header,
  .source-text-card {
    padding: 24px 22px;
  }
}

/* Home correction: clean news cards and contact image fit */
.news-showcase {
  padding-block: 72px;
  background: linear-gradient(180deg, #f7fcf1 0%, #ffffff 28%, #f7fcf1 100%);
  border-top: 1px solid rgba(98, 173, 5, 0.14);
}

.news-showcase::before {
  display: none;
}

.news-showcase .section-heading {
  max-width: 830px;
  margin: 0 auto 38px;
}

.news-showcase .section-heading h2 {
  max-width: 780px;
  margin-inline: auto;
  color: #090f15;
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  font-weight: 850;
  line-height: 1.05;
}

.event-stack {
  gap: 24px;
}

.event-block,
.event-block--featured,
.event-block--split,
.event-block--reverse {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  overflow: hidden;
  border: 1px solid rgba(98, 173, 5, 0.36);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(36, 60, 28, 0.10);
}

.event-block--reverse {
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
}

.event-block::before,
.event-block--reverse::before {
  display: none !important;
}

.event-block__media {
  min-height: 306px;
  background: #f4f8ef;
}

.event-block__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: none !important;
}

.event-block:nth-child(2) .event-block__media,
.event-block:nth-child(3) .event-block__media {
  background: #fff;
}

.event-block:nth-child(2) .event-block__media img,
.event-block:nth-child(3) .event-block__media img {
  object-fit: contain;
  padding: 24px;
}

.event-block__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px;
}

.event-block__title,
.event-block--reverse .event-block__title {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 18px;
  clip-path: none;
  color: #101820;
  background: transparent;
  font-size: clamp(1.14rem, 1.55vw, 1.38rem);
  font-weight: 820;
  line-height: 1.22;
  text-align: left;
  text-shadow: none;
}

.event-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  display: block;
  width: 5px;
  height: 1.5em;
  border-radius: 99px;
  background: var(--nsi-green);
}

.event-block__copy p {
  margin: 0 0 18px;
  color: #43505d;
  font-size: 0.99rem;
  font-weight: 400;
  line-height: 1.62;
}

.event-block__icon {
  width: 40px;
  height: 40px;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
  background: #56b500;
  box-shadow: 0 10px 22px rgba(37, 75, 16, 0.24);
}

.contact-section {
  padding-block: 74px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcf1 100%);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.contact-panel {
  border: 1px solid rgba(98, 173, 5, 0.42);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(36, 60, 28, 0.10);
}

.contact-panel--main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.contact-panel--main img {
  width: 100%;
  max-width: none;
  min-height: 0;
  aspect-ratio: 16 / 9;
  justify-self: stretch;
  order: 2;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 34%;
  box-shadow: 0 14px 28px rgba(35, 55, 32, 0.10);
}

.contact-panel__content {
  min-width: 0;
}

.contact-actions {
  align-items: center;
}

@media (max-width: 900px) {
  .event-block,
  .event-block--featured,
  .event-block--split,
  .event-block--reverse,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .event-block--reverse .event-block__media {
    order: 0;
  }

  .event-block__media {
    min-height: 250px;
  }
}

@media (max-width: 640px) {
  .news-showcase,
  .contact-section {
    padding-block: 50px;
  }

  .news-showcase .section-heading h2 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .event-block__copy,
  .contact-panel {
    padding: 22px;
  }

  .event-block__title,
  .event-block--reverse .event-block__title {
    margin: 0 0 14px;
    padding: 0 0 0 16px;
  }

  .event-block__media {
    min-height: 215px;
  }

  .event-block:nth-child(2) .event-block__media img,
  .event-block:nth-child(3) .event-block__media img {
    padding: 16px;
  }
}

/* Internal pages refinement: Interact-inspired, without boxed copy blocks */
.inner-hero {
  padding: 56px 0 50px;
  background: linear-gradient(180deg, #fbfdf8 0%, #ffffff 100%);
}

.inner-hero__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: 46px;
}

.inner-hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.6vw, 4.25rem);
  font-weight: 820;
  line-height: 1.07;
}

.inner-hero__copy > p:not(.section-kicker) {
  max-width: 570px;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.62;
}

.inner-hero__visual {
  min-height: 300px;
}

.inner-hero__visual::before,
.inner-editorial__media::before,
.inner-band__grid::before,
.internal-cta::before {
  display: none !important;
}

.inner-hero__visual > img:first-child {
  width: 100%;
  max-height: 360px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 42px rgba(28, 41, 51, 0.14);
}

.inner-hero__secondary {
  width: min(40%, 250px);
  max-height: 120px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border: 6px solid #fff;
  box-shadow: 0 16px 32px rgba(28, 41, 51, 0.15);
}

.inner-section {
  padding: 58px 0;
}

.inner-section--intro {
  padding-block: 34px 8px;
}

.inner-copy-panel,
.inner-editorial__copy,
.inner-band__grid > div:first-child {
  padding: 0;
  border: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.inner-copy-panel {
  max-width: 980px;
}

.inner-editorial,
.inner-band__grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.9fr);
  gap: 52px;
  align-items: center;
}

.inner-editorial--reverse {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 0.96fr);
}

.inner-editorial h2,
.inner-band h2,
.inner-section-heading h2,
.internal-cta h2,
.contact-page-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 2.55vw, 2.65rem);
  font-weight: 760;
  line-height: 1.13;
}

.inner-editorial p,
.inner-band p,
.internal-cta p,
.contact-page-card p,
.contact-page-card address,
.inner-copy-panel p {
  font-size: 0.99rem;
  line-height: 1.64;
}

.inner-editorial__media {
  min-height: 0;
}

.inner-editorial__media img,
.inner-band__grid img,
.contact-page-card > img {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(28, 41, 51, 0.13);
}

.inner-editorial__media img[src*="banner"],
.inner-editorial__media img[src*="alliance"],
.inner-editorial__media img[src*="more-clients"],
.inner-band__grid img[src*="banner"],
.inner-band__grid img[src*="alliance"],
.inner-band__grid img[src*="more-clients"],
.internal-cta img[src*="banner"],
.internal-cta img[src*="alliance"],
.internal-cta img[src*="more-clients"] {
  aspect-ratio: 4 / 1;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.internal-cta {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 26px;
  padding: 32px 36px;
  overflow: hidden;
  border: 1px solid rgba(98, 173, 5, 0.32);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(42, 70, 33, 0.07);
}

.internal-cta img {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  justify-self: end;
}

.internal-cta .btn,
.inner-band .btn,
.inner-editorial .btn,
.contact-page-card .btn {
  min-height: 38px;
  width: auto;
  min-width: 0;
  max-width: max-content;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1;
  box-shadow: none;
}

.internal-cta .btn {
  grid-column: 1;
  justify-self: start;
  align-self: start;
}

.contact-page-card {
  padding: 30px;
  border: 1px solid rgba(98, 173, 5, 0.32);
  box-shadow: 0 16px 34px rgba(42, 70, 33, 0.07);
}

.service-matrix__item,
.product-page-card,
.internal-news-card {
  border-color: rgba(98, 173, 5, 0.28);
  box-shadow: 0 12px 28px rgba(42, 70, 33, 0.06);
}

.product-page-card h2,
.internal-news-card h2,
.service-matrix__item h3 {
  font-size: 1.12rem;
  font-weight: 760;
}

@media (max-width: 900px) {
  .inner-hero__grid,
  .inner-editorial,
  .inner-editorial--reverse,
  .inner-band__grid,
  .internal-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .inner-hero__visual {
    min-height: 250px;
  }

  .inner-hero__secondary {
    right: 16px;
    width: min(46%, 230px);
  }

  .internal-cta img {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .inner-hero {
    padding: 42px 0 38px;
  }

  .inner-section {
    padding: 44px 0;
  }

  .inner-hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .inner-editorial h2,
  .inner-band h2,
  .inner-section-heading h2,
  .internal-cta h2,
  .contact-page-card h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .inner-copy-panel,
  .inner-editorial__copy,
  .inner-band__grid > div:first-child {
    padding: 0;
  }

  .internal-cta,
  .contact-page-card {
    padding: 22px;
  }

  .inner-hero__secondary {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(78%, 260px);
    margin-top: -28px;
  }
}

/* Internal pages final scale pass */
.inner-hero h1 {
  font-size: clamp(2.1rem, 3.6vw, 3.6rem);
  font-weight: 800;
}

.inner-editorial h2,
.inner-band h2,
.inner-section-heading h2,
.internal-cta h2,
.contact-page-card h2 {
  font-size: clamp(1.5rem, 2.25vw, 2.35rem);
  font-weight: 740;
}

.internal-cta {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.internal-cta .btn {
  margin-top: 4px;
}

@media (max-width: 640px) {
  .inner-hero h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.45rem);
  }
}

/* Internal structured media/text pass */
.inner-section {
  background: #fff;
}

.inner-section:nth-of-type(even) {
  background: linear-gradient(180deg, #fbfdf8 0%, #ffffff 100%);
}

.inner-copy-card {
  position: relative;
  min-width: 0;
  padding: 26px 28px;
  border: 1px solid rgba(98, 173, 5, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(34, 48, 35, 0.07);
}

.inner-copy-card::before {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--nsi-green);
}

.inner-copy-card .section-kicker {
  margin-bottom: 12px;
}

.inner-copy-card .section-kicker::after {
  width: 58px;
}

.inner-editorial__copy,
.inner-band__grid > div:first-child,
.inner-copy-panel {
  padding: 26px 28px;
  border: 1px solid rgba(98, 173, 5, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(34, 48, 35, 0.07);
}

.inner-editorial__copy,
.inner-band__grid > div:first-child,
.inner-copy-panel,
.contact-page-card__copy {
  border-left-width: 1px;
}

.inner-media-frame {
  position: relative;
  min-width: 0;
  display: grid;
  align-items: center;
  justify-items: center;
}

.inner-media-frame img,
.contact-page-card > .inner-media-frame img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(28, 41, 51, 0.13);
}

.inner-media-frame--photo img {
  aspect-ratio: 1.44 / 1;
  object-fit: cover;
  object-position: center;
}

.inner-media-frame--wide img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.inner-media-frame--portrait img {
  width: min(100%, 360px);
  aspect-ratio: 281 / 370;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.inner-media-frame--banner img {
  width: 100%;
  aspect-ratio: 1200 / 289;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.inner-layout--banner {
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 0.9fr);
}

.inner-editorial--reverse.inner-layout--banner {
  grid-template-columns: minmax(460px, 0.9fr) minmax(0, 0.96fr);
}

.inner-layout--portrait {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
}

.inner-layout--portrait .inner-media-frame {
  justify-items: end;
}

.internal-cta.inner-layout--banner {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.52fr);
  align-items: center;
}

.internal-cta.inner-layout--banner .inner-media-frame--banner img {
  width: min(100%, 430px);
}

.contact-page-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
}

.contact-page-card > img {
  display: none;
}

.contact-page-card .inner-media-frame--photo img {
  aspect-ratio: 304 / 319;
  object-position: center top;
}

.inner-hero__secondary.inner-media--banner {
  aspect-ratio: 422 / 237;
  object-fit: contain;
}

@media (max-width: 900px) {
  .inner-layout--banner,
  .inner-editorial--reverse.inner-layout--banner,
  .inner-layout--portrait,
  .internal-cta.inner-layout--banner,
  .contact-page-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .inner-layout--portrait .inner-media-frame,
  .internal-cta.inner-layout--banner .inner-media-frame {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .inner-copy-card,
  .inner-editorial__copy,
  .inner-band__grid > div:first-child,
  .inner-copy-panel {
    padding: 22px;
  }

  .inner-media-frame--banner img {
    aspect-ratio: 1200 / 289;
  }
}

/* Internal CTA banner size correction */
.internal-cta.inner-layout--banner .inner-media-frame--banner img {
  width: min(100%, 430px);
  max-width: none;
}

.inner-hero h1 {
  font-size: clamp(2.05rem, 3.25vw, 3.25rem);
}

/* Final navigation hierarchy from Xara export */
.nav__links {
  position: relative;
  overflow: visible;
}

.nav-dropdown,
.nav-subdropdown {
  position: relative;
  min-width: max-content;
}

.nav-dropdown__label,
.nav-subdropdown__label {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.nav-dropdown__label i,
.nav-subdropdown__label i {
  font-size: 0.68rem;
}

.nav-dropdown__panel,
.nav-subdropdown__panel {
  position: absolute;
  z-index: 90;
  min-width: 230px;
  padding: 8px;
  border: 1px solid rgba(98, 173, 5, 0.24);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 24, 32, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.nav-dropdown__panel {
  top: 100%;
  left: 0;
}

.nav-subdropdown__panel {
  top: -8px;
  left: 100%;
}

.nav-dropdown__panel::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 9px;
}

.nav-subdropdown__panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 9px;
}

.nav-dropdown:hover > .nav-dropdown__panel,
.nav-dropdown:focus-within > .nav-dropdown__panel,
.nav-subdropdown:hover > .nav-subdropdown__panel,
.nav-subdropdown:focus-within > .nav-subdropdown__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__panel a,
.nav-subdropdown__panel a,
.nav-subdropdown__label {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  padding: 11px 12px !important;
  border-radius: 7px;
  color: #21303a !important;
  font-size: 0.86rem !important;
  line-height: 1.15 !important;
  white-space: nowrap;
  background: transparent;
}

.nav-dropdown__panel a:hover,
.nav-dropdown__panel a:focus-visible,
.nav-subdropdown__panel a:hover,
.nav-subdropdown__panel a:focus-visible,
.nav-subdropdown:focus-within > .nav-subdropdown__label,
.nav-subdropdown:hover > .nav-subdropdown__label {
  color: #fff !important;
  background: linear-gradient(135deg, #56b500, #79bf23) !important;
}

.nav-dropdown__panel a::after,
.nav-subdropdown__panel a::after,
.nav-dropdown__label::after,
.nav-subdropdown__label::after {
  display: none !important;
}

/* Nosotros redesigned as a composed page, not generic internal cards */
.about-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 58px;
  background: linear-gradient(180deg, #fbfdf8 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(98, 173, 5, 0.18);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(31vw, 430px);
  background: linear-gradient(112deg, rgba(98, 173, 5, 0.11), rgba(255, 255, 255, 0));
  clip-path: polygon(0 0, 72% 0, 54% 100%, 0 100%);
  pointer-events: none;
}

.about-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.82fr);
  gap: 58px;
  align-items: center;
}

.about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #101820;
  font-size: clamp(2.4rem, 4.2vw, 4.15rem);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: 0;
}

.about-hero h1 span {
  color: var(--nsi-green);
}

.about-hero__copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #536270;
  font-size: 1.03rem;
  line-height: 1.64;
}

.about-hero__media {
  display: grid;
  gap: 14px;
  align-content: center;
}

.about-photo,
.about-badge-image,
.about-banner-img,
.about-story__photo img,
.about-specialization__media img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(28, 41, 51, 0.13);
}

.about-photo--main {
  aspect-ratio: 388 / 269;
  object-fit: cover;
  object-position: center;
}

.about-badge-image {
  width: min(66%, 360px);
  justify-self: end;
  aspect-ratio: 422 / 237;
  object-fit: contain;
  background: #fff;
}

.about-section {
  padding: 72px 0;
  background: #fff;
}

.about-section--specialization,
.about-section--digital {
  background: linear-gradient(180deg, #f8fcf3 0%, #ffffff 100%);
}

.about-story,
.about-specialization {
  display: grid;
  gap: 56px;
  align-items: center;
}

.about-story {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.82fr);
}

.about-specialization {
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
}

.about-story__copy,
.about-specialization__copy,
.about-focus__copy,
.about-feature__copy,
.about-careers__content {
  min-width: 0;
}

.about-story h2,
.about-specialization h2,
.about-focus h2,
.about-feature h2,
.about-careers h2 {
  margin: 0 0 18px;
  color: #101820;
  font-size: clamp(1.75rem, 2.65vw, 2.65rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-story p,
.about-specialization p,
.about-focus p,
.about-feature p,
.about-careers p {
  margin: 0 0 15px;
  color: #4d5c69;
  font-size: 1rem;
  line-height: 1.66;
}

.about-story p:last-child,
.about-specialization p:last-child,
.about-focus p:last-child,
.about-feature p:last-child,
.about-careers p:last-child {
  margin-bottom: 0;
}

.about-story__photo {
  margin: 0;
}

.about-story__photo img {
  aspect-ratio: 388 / 269;
  object-fit: cover;
  object-position: center;
}

.about-specialization__media {
  justify-self: center;
  width: min(100%, 330px);
}

.about-specialization__media img {
  aspect-ratio: 281 / 370;
  object-fit: contain;
  background: #fff;
}

.about-focus,
.about-feature,
.about-careers {
  display: grid;
  gap: 28px;
}

.about-focus,
.about-careers {
  max-width: 1060px;
}

.about-feature {
  max-width: 1120px;
}

.about-focus__image,
.about-feature__image,
.about-careers > .about-banner-img {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.about-banner-img {
  aspect-ratio: 1200 / 289;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.about-focus__copy,
.about-feature__copy,
.about-careers__content {
  padding: 0;
  background: transparent;
}

.about-feature__copy {
  max-width: 820px;
}

.about-careers {
  padding: 0;
}

.about-careers__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.about-careers .btn {
  min-height: 38px;
  width: auto;
  min-width: 0;
  padding: 0 16px;
  font-size: 0.82rem;
  box-shadow: none;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .nav__links {
    overflow: visible;
  }
}

@media (max-width: 900px) {
  .about-hero__grid,
  .about-story,
  .about-specialization,
  .about-careers__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero,
  .about-section {
    padding: 52px 0;
  }

  .about-badge-image {
    justify-self: start;
  }

  .about-specialization__media {
    justify-self: start;
  }

  .nav__links.is-open .nav-dropdown {
    width: 100%;
  }

  .nav__links.is-open .nav-dropdown__label {
    width: 100%;
    justify-content: space-between;
  }

  .nav__links.is-open .nav-dropdown__panel,
  .nav__links.is-open .nav-subdropdown__panel {
    position: static;
    display: grid;
    width: 100%;
    min-width: 0;
    margin: 4px 0 0;
    padding: 6px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .nav__links.is-open .nav-subdropdown__label i {
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .about-hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .about-story h2,
  .about-specialization h2,
  .about-focus h2,
  .about-feature h2,
  .about-careers h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .about-badge-image {
    width: min(100%, 330px);
  }

  .about-careers .btn {
    justify-self: start;
  }
}

/* Nosotros final composition: preserve content, classify media correctly, remove generic card feel */
.about-hero {
  padding: 58px 0 50px;
}

.about-hero__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.78fr);
  gap: 52px;
}

.about-hero h1 {
  max-width: 700px;
  font-size: clamp(2.15rem, 3.15vw, 3.35rem);
  line-height: 1.06;
}

.about-hero__copy > p:not(.section-kicker) {
  max-width: 580px;
  font-size: 1rem;
}

.about-section {
  padding: 58px 0;
}

.about-story,
.about-specialization {
  gap: 48px;
}

.about-story {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
}

.about-specialization {
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
}

.about-story h2,
.about-specialization h2,
.about-focus h2,
.about-feature h2,
.about-careers h2 {
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
  line-height: 1.14;
}

.about-story p,
.about-specialization p,
.about-focus p,
.about-feature p,
.about-careers p {
  font-size: 0.98rem;
  line-height: 1.66;
}

.about-story__photo img,
.about-photo--main {
  aspect-ratio: 388 / 269;
  object-fit: cover;
}

.about-focus,
.about-feature,
.about-careers {
  max-width: 1100px;
  gap: 24px;
}

.about-focus__copy,
.about-feature__copy,
.about-careers__content {
  max-width: 850px;
}

.about-focus__image,
.about-feature__image,
.about-careers > .about-banner-img {
  border-radius: 7px;
}

.about-banner-img {
  aspect-ratio: 1200 / 289;
  object-fit: contain;
  object-position: center;
  border-radius: 7px;
}

.about-careers__content {
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: start;
}

.about-careers .btn {
  justify-self: end;
  align-self: start;
}

@media (max-width: 900px) {
  .about-hero__grid,
  .about-story,
  .about-specialization,
  .about-careers__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero,
  .about-section {
    padding: 44px 0;
  }

  .about-hero__grid,
  .about-story,
  .about-specialization {
    gap: 30px;
  }

  .about-careers .btn {
    justify-self: start;
  }
}

/* Nosotros polish pass: richer hero, supporting cards, corrected final CTA placement */
.about-hero {
  min-height: auto;
  padding: 72px 0 62px;
  background:
    linear-gradient(112deg, rgba(98, 173, 5, 0.10) 0 18%, rgba(255, 255, 255, 0) 18% 100%),
    linear-gradient(180deg, #fbfdf8 0%, #ffffff 100%);
}

.about-hero__grid {
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
}

.about-hero__copy {
  align-self: center;
}

.about-hero h1 {
  max-width: 720px;
  font-size: clamp(2.35rem, 3.35vw, 3.65rem);
}

.about-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 28px;
}

.about-hero__stats div,
.about-proof-grid div {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(98, 173, 5, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(28, 41, 51, 0.08);
}

.about-hero__stats strong {
  display: block;
  color: var(--nsi-green);
  font-size: 1.65rem;
  line-height: 1;
}

.about-hero__stats span,
.about-proof-grid span {
  display: block;
  margin-top: 7px;
  color: #536270;
  font-size: 0.83rem;
  line-height: 1.34;
}

.about-hero__chips,
.about-service-cards,
.about-values,
.about-process-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-hero__chips {
  max-width: 650px;
  margin-top: 18px;
}

.about-hero__chips span,
.about-service-cards span,
.about-values span,
.about-process-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(98, 173, 5, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #263440;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(28, 41, 51, 0.06);
}

.about-hero__media {
  position: relative;
  display: block;
  min-height: 430px;
}

.about-photo-frame {
  position: relative;
  max-width: 540px;
  margin-left: auto;
}

.about-photo-frame::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(98, 173, 5, 0.25);
  border-radius: 8px;
  pointer-events: none;
}

.about-photo-frame .about-photo {
  position: relative;
  z-index: 1;
}

.about-badge-image {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: min(62%, 360px);
  border: 8px solid #fff;
}

.about-story {
  align-items: start;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
}

.about-story__side {
  display: grid;
  gap: 18px;
  align-self: center;
}

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

.about-proof-grid strong {
  display: block;
  color: #101820;
  font-size: 0.9rem;
  line-height: 1.25;
}

.about-specialization {
  align-items: center;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
}

.about-specialization__copy,
.about-focus__copy,
.about-feature__copy,
.about-careers__content {
  max-width: none;
}

.about-service-cards,
.about-values,
.about-process-row {
  margin-top: 22px;
}

.about-focus,
.about-feature,
.about-careers {
  gap: 30px;
}

.about-focus__copy,
.about-feature__copy {
  width: min(100%, 900px);
}

.about-focus__image,
.about-feature__image,
.about-careers > .about-banner-img {
  box-shadow: 0 20px 46px rgba(28, 41, 51, 0.10);
}

.about-careers {
  max-width: 1100px;
}

.about-careers__content {
  display: block;
  width: min(100%, 820px);
}

.about-careers__actions {
  margin-top: 22px;
}

.about-careers .btn {
  justify-self: start;
  align-self: auto;
  min-height: 40px;
  padding: 0 18px;
}

@media (max-width: 900px) {
  .about-hero__grid,
  .about-story,
  .about-specialization {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero {
    padding: 48px 0 46px;
  }

  .about-hero__stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero__media {
    min-height: 0;
    display: grid;
    gap: 14px;
  }

  .about-photo-frame {
    max-width: none;
    margin-left: 0;
  }

  .about-photo-frame::before {
    inset: 10px -10px -10px 10px;
  }

  .about-badge-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 340px);
    justify-self: start;
    border-width: 0;
  }
}

@media (max-width: 640px) {
  .about-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero h1 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }
}

/* Soluciones portfolio layout: content-complete and product-led */
.solutions-hero,
.solutions-overview,
.solutions-products,
.solutions-interact-section,
.solutions-implementation,
.solutions-portfolio,
.solutions-specialties,
.solutions-support-section,
.solutions-cta-section {
  position: relative;
  overflow: hidden;
}

.solutions-hero {
  padding: 76px 0 70px;
  border-bottom: 1px solid #dce8d2;
  background: #f7faf4;
}

.solutions-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 72px;
  align-items: center;
  min-height: 570px;
}

.solutions-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--nsi-ink);
  font-size: clamp(2.7rem, 4.2vw, 4rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.solutions-hero h1 span {
  display: block;
  color: var(--nsi-green);
}

.solutions-hero__copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--nsi-text);
  font-size: 1.08rem;
}

.solutions-hero__chips,
.solutions-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.solutions-hero__chips {
  margin-top: 26px;
}

.solutions-hero__chips span,
.solutions-methods span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #c6dcb0;
  border-radius: 999px;
  color: #2d4a1d;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.solutions-text-link,
.solutions-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--nsi-green-700);
  font-weight: 900;
  text-decoration: none;
}

.solutions-text-link {
  margin-top: 24px;
}

.solutions-text-link:hover,
.solutions-product-card__link:hover {
  color: var(--nsi-green);
}

.solutions-ecosystem {
  margin: 0;
  padding: 28px;
  border: 1px solid #d7e5ca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31, 54, 24, 0.12);
}

.solutions-ecosystem__brands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, 104px);
  gap: 14px;
  align-items: center;
}

.solutions-ecosystem__brand {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 14px;
  border-radius: 6px;
  background: #f8faf7;
  transition: transform 180ms ease, background 180ms ease;
}

.solutions-ecosystem__brand:hover,
.solutions-ecosystem__brand:focus-visible {
  transform: translateY(-3px);
  background: #eef7e5;
}

.solutions-ecosystem__brand img {
  display: block;
  width: 100%;
  max-width: 145px;
  max-height: 55px;
  object-fit: contain;
}

.solutions-ecosystem__brand:nth-child(1) { grid-area: 1 / 1; }
.solutions-ecosystem__brand:nth-child(2) { grid-area: 1 / 3; }
.solutions-ecosystem__brand:nth-child(3) { grid-area: 2 / 1; }
.solutions-ecosystem__brand:nth-child(4) { grid-area: 2 / 3; }
.solutions-ecosystem__brand:nth-child(5) { grid-area: 3 / 2; }

.solutions-ecosystem__core {
  display: grid;
  grid-area: 2 / 2;
  place-items: center;
  justify-self: center;
  width: 82px;
  height: 82px;
}

.solutions-ecosystem__core img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.solutions-ecosystem figcaption {
  margin-top: 20px;
  color: var(--nsi-muted);
  font-size: 0.86rem;
  text-align: center;
}

.solutions-overview {
  padding: 72px 0 64px;
  background: #fff;
}

.solutions-overview__top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.solutions-overview__copy p,
.solutions-heading > p,
.solutions-heading--split > p,
.solutions-feature__copy p,
.solutions-support__copy p,
.solutions-expanded__copy p,
.solutions-cta p {
  color: var(--nsi-text);
  font-size: 1rem;
  line-height: 1.72;
}

.solutions-overview__copy p:first-child { margin-top: 0; }
.solutions-overview__copy p:last-child { margin-bottom: 0; }

.solutions-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.solutions-capabilities > div {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  color: #fff;
  background: #17251b;
}

.solutions-capabilities i {
  flex: 0 0 36px;
  color: #8bd124;
  font-size: 1.8rem;
  text-align: center;
}

.solutions-capabilities span {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.35;
}

.solutions-capabilities strong {
  color: #fff;
  font-size: 0.92rem;
}

.solutions-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid #dfe9d7;
  border-bottom: 1px solid #dfe9d7;
}

.solutions-metrics > div {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px;
  text-align: left;
}

.solutions-metrics > div + div {
  border-left: 1px solid #dfe9d7;
}

.solutions-metrics strong {
  color: var(--nsi-green);
  font-size: 2.65rem;
  line-height: 1;
}

.solutions-metrics span {
  max-width: 120px;
  color: var(--nsi-ink);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.3;
}

.solutions-products {
  padding: 88px 0;
  background: #f4f7f1;
}

.solutions-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.solutions-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: 54px;
  align-items: end;
  max-width: none;
}

.solutions-heading h2,
.solutions-feature h2,
.solutions-support h2,
.solutions-cta h2 {
  margin: 0;
  color: var(--nsi-ink);
  font-size: clamp(1.9rem, 3.1vw, 2.9rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.solutions-heading--split > p {
  margin: 0;
}

.solutions-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.solutions-product-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(35, 52, 29, 0.08);
}

.solutions-product-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  padding: 36px;
}

.solutions-product-card__logo {
  display: grid;
  min-height: 128px;
  place-items: center;
  padding: 18px;
  border-radius: 6px;
  background: #f7faf4;
}

.solutions-product-card:first-child .solutions-product-card__logo {
  min-height: 100%;
}

.solutions-product-card__logo img {
  display: block;
  width: 100%;
  max-width: 185px;
  max-height: 74px;
  object-fit: contain;
}

.solutions-product-card h3 {
  margin: 0 0 9px;
  font-size: 1.38rem;
  line-height: 1.2;
}

.solutions-product-card p {
  margin: 0;
  color: var(--nsi-text);
  font-size: 0.92rem;
  line-height: 1.62;
}

.solutions-product-card__link {
  margin-top: 16px;
  font-size: 0.84rem;
}

.solutions-interact-section {
  padding: 92px 0 86px;
  border-top: 1px solid #dfe9f7;
  border-bottom: 1px solid #dfe9f7;
  background: #f5f9ff;
}

.solutions-interact {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: 64px;
  align-items: center;
}

.solutions-interact .section-kicker {
  color: #146cff;
}

.solutions-interact h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.05rem, 3.4vw, 3.1rem);
  line-height: 1.04;
}

.solutions-interact__lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--nsi-text);
  font-size: 1.03rem;
  line-height: 1.65;
}

.solutions-interact h3 {
  margin: 30px 0 14px;
  color: #145fcc;
  font-size: 0.78rem;
  font-weight: 950;
}

.solutions-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.solutions-challenge-grid article {
  display: grid;
  align-content: start;
  min-height: 176px;
  gap: 7px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(35, 68, 117, 0.08);
}

.solutions-challenge-grid__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #397c00;
  background: #e4f6c5;
}

.solutions-challenge-grid strong {
  color: #4b8500;
  font-size: 0.92rem;
}

.solutions-challenge-grid article > span:last-child {
  color: var(--nsi-text);
  font-size: 0.76rem;
  line-height: 1.45;
}

.solutions-interact__media {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.solutions-interact__media img {
  display: block;
  width: 100%;
  max-height: 470px;
  border-radius: 8px;
  object-fit: contain;
}

.solutions-interact__media .btn {
  width: auto;
}

.solutions-modules {
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid #cddcf1;
}

.solutions-modules > p {
  margin: 0 0 13px;
  color: #145fcc;
  font-size: 0.82rem;
  font-weight: 950;
}

.solutions-modules > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solutions-modules a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #cbdaf0;
  border-radius: 6px;
  color: #194f96;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.solutions-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 42px;
  overflow: hidden;
  border-radius: 8px;
  background: #18231b;
}

.solutions-flow span {
  display: grid;
  min-height: 96px;
  align-content: center;
  gap: 5px;
  padding: 18px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}

.solutions-flow span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.solutions-flow b {
  color: #86cd1e;
  font-size: 0.72rem;
}

.solutions-implementation {
  padding: 92px 0;
  background: #fff;
}

.solutions-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 66px;
  align-items: center;
}

.solutions-feature__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 48px rgba(31, 45, 26, 0.12);
}

.solutions-feature__copy p {
  margin: 18px 0 0;
}

.solutions-methods {
  margin-top: 22px;
}

.solutions-portfolio {
  padding: 90px 0;
  color: #fff;
  background: #152019;
}

.solutions-portfolio .solutions-heading h2,
.solutions-portfolio .solutions-heading > p {
  color: #fff;
}

.solutions-portfolio .solutions-heading > p {
  max-width: 630px;
  color: rgba(255, 255, 255, 0.7);
}

.solutions-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 52px;
}

.solutions-service-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  min-height: 205px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.solutions-service-card__number {
  color: #83cf18;
  font-size: 1rem;
  font-weight: 950;
}

.solutions-service-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 1.24rem;
}

.solutions-service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.91rem;
  line-height: 1.5;
}

.solutions-service-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  line-height: 1.52;
}

.solutions-specialties {
  padding: 92px 0;
  background: #fff;
}

.solutions-expanded {
  display: grid;
}

.solutions-expanded__item {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
  padding: 54px 0;
  border-top: 1px solid #dfe8d8;
}

.solutions-expanded__item--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
}

.solutions-expanded__item--reverse .solutions-expanded__media {
  order: 2;
}

.solutions-expanded__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  background: #f6f8f4;
  box-shadow: 0 18px 40px rgba(31, 45, 26, 0.1);
}

.solutions-expanded__media img[src*="bmp-wheel"] {
  object-fit: contain;
  padding: 34px;
}

.solutions-expanded__copy h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
  line-height: 1.1;
}

.solutions-expanded__copy p {
  margin: 18px 0 0;
}

.solutions-support-section {
  padding: 88px 0;
  background: #f1f7ea;
}

.solutions-support {
  display: grid;
  gap: 70px;
}

.solutions-support__item {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 62px;
  align-items: center;
}

.solutions-support__item--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
}

.solutions-support__item--reverse .solutions-support__media {
  order: 2;
}

.solutions-support__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(31, 45, 26, 0.1);
}

.solutions-support__media--portrait img {
  object-position: center 35%;
}

.solutions-cta-section {
  padding: 72px 0;
  background: #fff;
}

.solutions-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: center;
  padding: 44px 50px;
  border-radius: 8px;
  color: #fff;
  background: #17251b;
}

.solutions-cta h2,
.solutions-cta p {
  color: #fff;
}

.solutions-cta p:not(.section-kicker) {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.solutions-cta .btn {
  width: auto;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .solutions-hero__grid,
  .solutions-overview__top,
  .solutions-interact,
  .solutions-feature {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
    gap: 44px;
  }

  .solutions-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  }

  .solutions-product-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .solutions-expanded__item,
  .solutions-expanded__item--reverse,
  .solutions-support__item,
  .solutions-support__item--reverse {
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .solutions-hero,
  .solutions-overview,
  .solutions-products,
  .solutions-interact-section,
  .solutions-implementation,
  .solutions-portfolio,
  .solutions-specialties,
  .solutions-support-section,
  .solutions-cta-section {
    padding-block: 64px;
  }

  .solutions-hero__grid,
  .solutions-overview__top,
  .solutions-interact,
  .solutions-feature,
  .solutions-heading--split,
  .solutions-expanded__item,
  .solutions-expanded__item--reverse,
  .solutions-support__item,
  .solutions-support__item--reverse,
  .solutions-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .solutions-hero__grid {
    min-height: 0;
  }

  .solutions-ecosystem {
    max-width: 650px;
  }

  .solutions-heading--split {
    gap: 14px;
    align-items: start;
  }

  .solutions-product-card:first-child {
    grid-column: auto;
    grid-template-columns: 140px minmax(0, 1fr);
    padding: 28px;
  }

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

  .solutions-service-grid {
    column-gap: 34px;
  }

  .solutions-expanded__item--reverse .solutions-expanded__media,
  .solutions-support__item--reverse .solutions-support__media {
    order: 0;
  }

  .solutions-expanded__item,
  .solutions-expanded__item--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .solutions-expanded__item--reverse .solutions-expanded__media {
    order: 2;
  }

  .solutions-support__item,
  .solutions-support__item--reverse {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .solutions-support__item--reverse .solutions-support__media {
    order: 2;
  }

  .solutions-cta {
    gap: 26px;
    padding: 38px;
  }

  .solutions-cta .btn {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .solutions-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .solutions-ecosystem {
    padding: 18px;
  }

  .solutions-ecosystem__brands {
    grid-template-rows: repeat(3, 86px);
    gap: 8px;
  }

  .solutions-ecosystem__brand {
    padding: 9px;
  }

  .solutions-ecosystem__brand img {
    max-height: 43px;
  }

  .solutions-ecosystem__core {
    width: 64px;
    height: 64px;
  }

  .solutions-ecosystem__core img {
    width: 56px;
    height: 56px;
  }

  .solutions-capabilities,
  .solutions-product-grid,
  .solutions-challenge-grid,
  .solutions-service-grid,
  .solutions-expanded__item,
  .solutions-expanded__item--reverse,
  .solutions-support__item,
  .solutions-support__item--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .solutions-capabilities > div {
    min-height: 96px;
  }

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

  .solutions-metrics > div + div {
    border-left: 0;
  }

  .solutions-metrics > div:nth-child(even) {
    border-left: 1px solid #dfe9d7;
  }

  .solutions-metrics > div:nth-child(n+3) {
    border-top: 1px solid #dfe9d7;
  }

  .solutions-product-card,
  .solutions-product-card:first-child {
    grid-template-columns: minmax(0, 1fr);
    padding: 24px;
  }

  .solutions-product-card__logo,
  .solutions-product-card:first-child .solutions-product-card__logo {
    min-height: 112px;
  }

  .solutions-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .solutions-flow span {
    min-height: 70px;
    text-align: left;
  }

  .solutions-flow span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .solutions-service-card {
    min-height: 0;
  }

  .solutions-expanded__item--reverse .solutions-expanded__media,
  .solutions-support__item--reverse .solutions-support__media {
    order: 0;
  }

  .solutions-cta {
    padding: 30px 24px;
  }

  .solutions-cta .btn {
    white-space: normal;
  }
}

@media (max-width: 460px) {
  .solutions-hero__grid {
    gap: 42px;
  }

  .solutions-hero__chips span,
  .solutions-methods span {
    font-size: 0.72rem;
  }

  .solutions-ecosystem__brands {
    grid-template-rows: repeat(3, 72px);
  }

  .solutions-ecosystem__brand img {
    max-width: 96px;
    max-height: 36px;
  }

  .solutions-ecosystem__core {
    width: 56px;
    height: 56px;
  }

  .solutions-ecosystem__core img {
    width: 48px;
    height: 48px;
  }

  .solutions-metrics > div {
    min-height: 98px;
    gap: 9px;
    padding: 14px 10px;
  }

  .solutions-metrics strong {
    font-size: 2.15rem;
  }

  .solutions-metrics span {
    font-size: 0.74rem;
  }

  .solutions-modules a {
    width: 100%;
    justify-content: space-between;
  }
}


/* Products page redesign */
.products-hero {
  padding: 76px 0 82px;
  overflow: hidden;
  border-bottom: 1px solid #dce8d4;
  background: #f5f9f2;
}

.products-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.products-hero__copy {
  max-width: 720px;
}

.products-hero__copy h1 {
  margin: 24px 0 20px;
  color: #111820;
  font-size: clamp(2.8rem, 5vw, 4.35rem);
  font-weight: 880;
  line-height: 1.02;
  letter-spacing: 0;
}

.products-hero__copy h1 span,
.products-hero__copy h1 strong {
  display: block;
}

.products-hero__copy h1 strong {
  margin-top: 5px;
  color: var(--nsi-green);
  font-weight: inherit;
}

.products-hero__copy > p:not(.section-kicker) {
  max-width: 660px;
  margin: 0;
  color: #536270;
  font-size: 1.04rem;
  line-height: 1.68;
}

.products-hero__brand-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #d8e4d0;
}

.products-hero__brand-rail a {
  display: grid;
  place-items: center;
  min-width: 86px;
  min-height: 34px;
  text-decoration: none;
}

.products-hero__brand-rail img {
  display: block;
  width: auto;
  max-width: 108px;
  height: auto;
  max-height: 32px;
  object-fit: contain;
  transition: transform 180ms ease, opacity 180ms ease;
}

.products-hero__brand-rail a:hover img {
  opacity: 0.78;
  transform: translateY(-2px);
}

.products-hero__visual {
  display: grid;
  min-height: 390px;
  place-items: center;
}

.products-hero__visual img {
  display: block;
  width: min(82%, 360px);
  height: auto;
  max-height: 360px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 22px 20px rgba(38, 70, 24, 0.16));
}

.products-catalog {
  padding: 88px 0 94px;
  background: #fff;
}

.products-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 36px;
}

.products-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #111820;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: 0;
}

.products-featured {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: 44px;
  align-items: center;
  padding: 44px 48px;
  border: 1px solid #cfe0c2;
  border-top: 4px solid var(--nsi-green);
  border-radius: 8px;
  background: #eef5e9;
}

.products-featured__identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding-right: 38px;
  border-right: 1px solid #c8d9bc;
}

.products-card__number {
  align-self: start;
  color: #7d8c76;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.products-featured__logo,
.products-card__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.products-featured__logo img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  max-height: 76px;
  object-fit: contain;
}

.products-featured__copy h2,
.products-card h3,
.products-additional h2,
.products-cta h2 {
  margin: 0;
  color: #111820;
  letter-spacing: 0;
}

.products-featured__copy h2 {
  margin-bottom: 13px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 820;
}

.products-featured__copy p,
.products-card p,
.products-additional__copy p,
.products-cta p {
  color: #536270;
  line-height: 1.68;
}

.products-featured__copy p {
  max-width: 760px;
  margin: 0;
  font-size: 1rem;
}

.products-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 20px;
  color: var(--nsi-green-700);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.products-link i {
  transition: transform 180ms ease;
}

.products-link:hover {
  color: var(--nsi-green);
}

.products-link:hover i {
  transform: translateX(4px);
}

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

.products-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 32px 34px;
  border: 1px solid #d8e4d0;
  border-radius: 8px;
  background: #f7f9f5;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.products-card:nth-child(2),
.products-card:nth-child(3) {
  background: #f2f6ee;
}

.products-card:hover {
  border-color: #a8c98d;
  box-shadow: 0 16px 34px rgba(37, 67, 26, 0.08);
  transform: translateY(-3px);
}

.products-card__topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-height: 74px;
  margin-bottom: 18px;
}

.products-card__logo {
  min-height: 54px;
}

.products-card__logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.products-card h3 {
  margin-bottom: 10px;
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1.18;
}

.products-card p {
  margin: 0;
  font-size: 0.94rem;
}

.products-card .products-link {
  margin-top: auto;
  padding-top: 22px;
}

.products-additional {
  padding: 78px 0;
  border-top: 1px solid #dfe9d7;
  background: #fff;
}

.products-additional__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.products-additional h2 {
  margin-top: 22px;
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 830;
  line-height: 1.08;
}

.products-additional__copy {
  padding-left: 42px;
  border-left: 1px solid #cfe0c2;
}

.products-additional__copy p {
  max-width: 720px;
  margin: 0;
  font-size: 1rem;
}

.products-additional .btn {
  width: auto;
  min-height: 40px;
  margin-top: 24px;
  padding: 0 19px;
  border-radius: 6px;
  font-size: 0.82rem;
  box-shadow: none;
}

.products-cta {
  padding: 66px 0;
  background: #17360f;
}

.products-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 68px;
  align-items: center;
}

.products-cta h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 830;
  line-height: 1.08;
}

.products-cta p {
  max-width: 840px;
  margin: 18px 0 0;
  color: #d9e5d3;
  font-size: 0.98rem;
}

.products-cta .products-cta__button {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  color: #17360f;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: none;
}

.products-cta .products-cta__button:hover {
  background: #eef5e9;
}

@media (max-width: 1000px) {
  .products-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
    gap: 42px;
  }

  .products-hero__visual {
    min-height: 310px;
  }

  .products-featured {
    grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
    padding: 36px;
  }
}

@media (max-width: 760px) {
  .products-hero {
    padding: 54px 0 62px;
  }

  .products-hero__grid,
  .products-heading,
  .products-featured,
  .products-additional__grid,
  .products-cta__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .products-hero__grid {
    gap: 28px;
  }

  .products-hero__copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .products-hero__visual {
    min-height: 250px;
  }

  .products-hero__visual img {
    width: min(68%, 280px);
  }

  .products-catalog {
    padding: 66px 0 70px;
  }

  .products-heading {
    gap: 14px;
    margin-bottom: 28px;
  }

  .products-featured {
    gap: 24px;
    padding: 30px 26px;
  }

  .products-featured__identity {
    min-height: 100px;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid #c8d9bc;
  }

  .products-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .products-card {
    min-height: 0;
  }

  .products-additional {
    padding: 62px 0;
  }

  .products-additional__grid {
    gap: 28px;
  }

  .products-additional__copy {
    padding: 0;
    border-left: 0;
  }

  .products-cta__grid {
    gap: 28px;
  }

  .products-cta .products-cta__button {
    justify-self: start;
  }
}

@media (max-width: 460px) {
  .products-hero__brand-rail {
    gap: 16px 18px;
  }

  .products-hero__brand-rail img {
    max-width: 92px;
    max-height: 28px;
  }

  .products-hero__visual {
    min-height: 220px;
  }

  .products-featured,
  .products-card {
    padding: 26px 22px;
  }

  .products-card__topline {
    gap: 18px;
  }

  .products-card__logo img {
    max-width: 150px;
    max-height: 50px;
  }
}


/* Bonitasoft product page */
.bonita-hero {
  position: relative;
  display: grid;
  min-height: 548px;
  overflow: hidden;
  align-items: center;
  background: #052b4f;
}

.bonita-hero__image,
.bonita-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bonita-hero__image {
  object-fit: cover;
  object-position: center;
}

.bonita-hero__overlay {
  background: rgba(3, 31, 54, 0.72);
}

.bonita-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 66px 72px;
  color: #fff;
}

.bonita-back {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #d8e7ef;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.bonita-back:hover {
  color: #fff;
}

.bonita-hero__logo {
  display: block;
  width: min(190px, 48vw);
  height: auto;
  margin-top: 38px;
  filter: brightness(0) invert(1);
}

.bonita-hero h1 {
  max-width: 790px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4rem);
  font-weight: 860;
  line-height: 1.02;
  letter-spacing: 0;
}

.bonita-hero__content > p {
  max-width: 750px;
  margin: 0;
  color: #e0eaf0;
  font-size: 1.02rem;
  line-height: 1.65;
}

.bonita-hero .bonita-hero__button,
.bonita-why .bonita-why__button,
.bonita-cta .bonita-cta__button {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: none;
}

.bonita-hero .bonita-hero__button {
  margin-top: 28px;
  padding: 0 20px;
  border: 1px solid #e71843;
  background: #e71843;
  color: #fff;
}

.bonita-hero .bonita-hero__button:hover {
  background: #bd0f31;
}

.bonita-intro {
  padding: 92px 0;
  background: #fff;
}

.bonita-intro__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: 78px;
  align-items: center;
}

.bonita-intro__visual {
  display: grid;
  place-items: center;
}

.bonita-intro__visual img {
  display: block;
  width: min(100%, 377px);
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 22px 24px rgba(5, 43, 79, 0.12));
}

.bonita-intro__copy h2,
.bonita-heading h2,
.bonita-why h2,
.bonita-partner h2,
.bonita-offer h2,
.bonita-cta h2 {
  margin: 0;
  letter-spacing: 0;
}

.bonita-intro__copy h2 {
  max-width: 720px;
  margin-top: 22px;
  color: #111820;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 830;
  line-height: 1.08;
}

.bonita-intro__copy > p:not(.section-kicker),
.bonita-heading > p:not(.section-kicker),
.bonita-feature p,
.bonita-partner__copy > p:not(.section-kicker),
.bonita-offer p,
.bonita-video p,
.bonita-analyst p {
  color: #536270;
  line-height: 1.68;
}

.bonita-intro__copy > p:not(.section-kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 1rem;
}

.bonita-features {
  padding: 88px 0 94px;
  background: #f2f5f3;
}

.bonita-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 38px;
}

.bonita-heading__title .section-kicker {
  margin-bottom: 20px;
}

.bonita-heading h2 {
  max-width: 720px;
  color: #111820;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 830;
  line-height: 1.08;
}

.bonita-heading > p:not(.section-kicker) {
  margin: 0;
  font-size: 0.96rem;
}

.bonita-heading--compact {
  display: block;
  max-width: 920px;
}

.bonita-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bonita-feature {
  min-height: 250px;
  padding: 30px 32px;
  border: 1px solid #d4dfd9;
  border-top: 3px solid #e71843;
  border-radius: 8px;
  background: #e9eeeb;
}

.bonita-feature > i {
  color: #e71843;
  font-size: 1.45rem;
}

.bonita-feature h3,
.bonita-video h3,
.bonita-analyst h3 {
  margin: 20px 0 10px;
  color: #111820;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.bonita-feature p {
  margin: 0;
  font-size: 0.94rem;
}

.bonita-why {
  padding: 76px 0;
  background: #052b4f;
}

.bonita-why__grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.bonita-why h2 {
  max-width: 500px;
  color: #fff;
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  font-weight: 840;
  line-height: 1.05;
}

.bonita-why p {
  max-width: 820px;
  margin: 0;
  color: #d6e4eb;
  font-size: 1rem;
  line-height: 1.68;
}

.bonita-why .bonita-why__button {
  margin-top: 26px;
  padding: 0 20px;
  border: 1px solid #fff;
  background: #fff;
  color: #052b4f;
}

.bonita-why .bonita-why__button:hover {
  background: #e3edf2;
}

.bonita-partner {
  padding: 92px 0 86px;
  background: #fff;
}

.bonita-partner__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 82px;
  align-items: center;
}

.bonita-partner__badge {
  display: grid;
  place-items: center;
}

.bonita-partner__badge img {
  display: block;
  width: min(100%, 250px);
  height: auto;
  background: transparent;
  filter: drop-shadow(0 18px 22px rgba(5, 43, 79, 0.12));
}

.bonita-partner__copy h2,
.bonita-offer h2 {
  color: #111820;
  font-size: clamp(2rem, 3.3vw, 2.9rem);
  font-weight: 830;
  line-height: 1.08;
}

.bonita-partner__copy h2 {
  margin-top: 22px;
}

.bonita-partner__copy > p:not(.section-kicker) {
  max-width: 780px;
  margin: 20px 0 0;
  font-size: 1rem;
}

.bonita-offer {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 82px;
  margin-top: 72px;
  padding-top: 54px;
  border-top: 1px solid #dbe4df;
}

.bonita-offer p {
  max-width: 800px;
  margin: 0;
  font-size: 1rem;
}

.bonita-videos {
  padding: 88px 0 94px;
  background: #f4f7f5;
}

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

.bonita-video {
  overflow: hidden;
  border: 1px solid #d4dfd9;
  border-radius: 8px;
  background: #e9efec;
}

.bonita-video__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.bonita-video__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.bonita-video__media span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #e71843;
  color: #fff;
}

.bonita-video__media:hover img {
  transform: scale(1.025);
}

.bonita-video__copy {
  padding: 28px 30px 32px;
}

.bonita-video h3 {
  margin-top: 0;
}

.bonita-video p {
  margin: 0;
  font-size: 0.94rem;
}

.bonita-analysts {
  padding: 92px 0;
  background: #fff;
}

.bonita-analyst-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d7e0db;
  border-bottom: 1px solid #d7e0db;
}

.bonita-analyst {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 38px 34px;
  background: transparent;
}

.bonita-analyst + .bonita-analyst {
  border-left: 1px solid #d7e0db;
}

.bonita-analyst > a:first-child {
  display: flex;
  min-height: 74px;
  align-items: center;
}

.bonita-analyst img {
  display: block;
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 74px;
  object-fit: contain;
  background: transparent;
}

.bonita-analyst h3 {
  margin-top: 24px;
}

.bonita-analyst p {
  margin: 0;
  font-size: 0.92rem;
}

.bonita-analyst .products-link {
  margin-top: auto;
  padding-top: 22px;
}

.bonita-cta {
  padding: 58px 0;
  background: #e71843;
}

.bonita-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
}

.bonita-cta img {
  display: block;
  width: 160px;
  height: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.bonita-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 840;
  line-height: 1.08;
}

.bonita-cta .bonita-cta__button {
  padding: 0 20px;
  border: 1px solid #fff;
  background: #fff;
  color: #b90d2d;
}

.bonita-cta .bonita-cta__button:hover {
  background: #f8e8ec;
}

@media (max-width: 900px) {
  .bonita-intro__grid,
  .bonita-heading,
  .bonita-heading--compact,
  .bonita-why__grid,
  .bonita-partner__grid,
  .bonita-offer {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonita-intro__grid,
  .bonita-partner__grid {
    gap: 46px;
  }

  .bonita-heading {
    gap: 16px;
  }

  .bonita-partner__badge {
    justify-content: start;
  }

  .bonita-offer {
    gap: 22px;
  }

  .bonita-analyst-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonita-analyst {
    min-height: 0;
  }

  .bonita-analyst + .bonita-analyst {
    border-top: 1px solid #d7e0db;
    border-left: 0;
  }
}

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

  .bonita-hero__image {
    object-position: 58% center;
  }

  .bonita-hero__overlay {
    background: rgba(3, 31, 54, 0.78);
  }

  .bonita-hero__content {
    padding-block: 48px 58px;
  }

  .bonita-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .bonita-intro,
  .bonita-partner,
  .bonita-analysts {
    padding: 68px 0;
  }

  .bonita-features,
  .bonita-videos {
    padding: 66px 0 70px;
  }

  .bonita-feature-grid,
  .bonita-video-grid,
  .bonita-cta__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonita-feature {
    min-height: 0;
    padding: 26px 24px;
  }

  .bonita-why {
    padding: 62px 0;
  }

  .bonita-why__grid {
    gap: 28px;
  }

  .bonita-offer {
    margin-top: 0;
    padding-top: 42px;
  }

  .bonita-video__copy,
  .bonita-analyst {
    padding: 26px 24px;
  }

  .bonita-cta__grid {
    gap: 28px;
  }

  .bonita-cta .bonita-cta__button {
    justify-self: start;
  }
}


/* Interact Suite product page */
.interact-product-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 88px 0;
  overflow: hidden;
  border-bottom: 1px solid #d8e8cb;
  background-color: #f0f7e9;
  background-image: var(--interact-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.interact-product-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(240, 247, 233, 0.2);
}

.interact-product-hero__grid {
  position: relative;
  z-index: 1;
}

.interact-product-hero__copy {
  width: min(620px, 52%);
}

.interact-product-hero__logo {
  display: block;
  width: min(210px, 54vw);
  height: auto;
  margin-bottom: 28px;
  background: transparent;
}

.interact-product-hero h1,
.interact-products h2,
.interact-platform h2,
.interact-partner h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.interact-product-hero h1 {
  max-width: 680px;
  font-size: clamp(2.5rem, 4.5vw, 3.7rem);
  line-height: 1.04;
}

.interact-product-hero h1 span {
  display: block;
  color: #5aac00;
}

.interact-product-hero__lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: #344652;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
}

.interact-product-hero__meta {
  max-width: 660px;
  margin: 15px 0 0;
  color: #586874;
  font-size: 0.96rem;
  line-height: 1.65;
}

.interact-product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.interact-product-hero__actions .btn,
.interact-section-heading .btn,
.interact-partner__action .btn {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 820;
  text-decoration: none;
  box-shadow: none;
}

.interact-metrics-band {
  padding: 24px 0;
  border-bottom: 1px solid #d8e8cb;
  background: #f0f7e9;
}

.interact-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.interact-metric {
  display: flex;
  min-height: 94px;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border: 1px solid #c8dda8;
  border-radius: 8px;
  background: #fff;
}

.interact-metric img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
}

.interact-metric strong,
.interact-metric span {
  display: block;
}

.interact-metric strong {
  color: #5aac00;
  font-size: 1.38rem;
  line-height: 1;
}

.interact-metric span {
  margin-top: 7px;
  color: #25313a;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.22;
}

.interact-products {
  padding: 90px 0 76px;
  background: #fff;
}

.interact-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.interact-section-heading .section-kicker,
.interact-platform .section-kicker {
  margin-bottom: 20px;
}

.interact-products h2,
.interact-platform h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 3.7vw, 3.15rem);
  line-height: 1.06;
}

.interact-section-heading > div > p:not(.section-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #596a76;
  font-size: 1rem;
  line-height: 1.6;
}

.interact-section-heading .btn {
  margin-bottom: 4px;
  border-color: #82b93a;
  background: #fff;
  color: #467b06;
}

.interact-section-heading .btn:hover {
  background: #edf6e5;
}

.interact-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.interact-product-card {
  overflow: hidden;
  border: 1px solid #bcd790;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(35, 70, 25, 0.07);
}

.interact-product-card__media {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 18px 14px;
  background: #eff7e8;
}

.interact-product-card__media img {
  display: block;
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  background: transparent;
  transition: transform 180ms ease;
}

.interact-product-card__media:hover img {
  transform: translateY(-3px);
}

.interact-product-card__copy {
  padding: 20px 18px 22px;
}

.interact-product-card h3 {
  min-height: 48px;
  margin: 0;
  color: #172129;
  font-size: 1rem;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}

.interact-product-card .products-link {
  margin-top: 13px;
}

.interact-capabilities {
  padding: 38px 0;
  border-top: 1px solid #d8e7cf;
  border-bottom: 1px solid #d8e7cf;
  background: #f1f6ed;
}

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

.interact-capability {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 8px 28px;
}

.interact-capability + .interact-capability {
  border-left: 1px solid #c9dcbf;
}

.interact-capability img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: transparent;
}

.interact-capability h3,
.interact-benefit h3 {
  margin: 0;
  color: #4c8509;
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.interact-capability p {
  margin: 5px 0 0;
  color: #596873;
  font-size: 0.8rem;
  line-height: 1.4;
}

.interact-platform {
  padding: 96px 0;
  background: #fff;
}

.interact-platform__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 86px;
  align-items: center;
}

.interact-platform__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: #576874;
  font-size: 1rem;
  line-height: 1.65;
}

.interact-benefit-list {
  margin-top: 34px;
}

.interact-benefit {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 610px;
  padding: 17px 0;
  border-bottom: 1px solid #e0e8e2;
}

.interact-benefit:first-child {
  padding-top: 0;
}

.interact-benefit:last-child {
  border-bottom: 0;
}

.interact-benefit img {
  display: block;
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: 6px;
  object-fit: contain;
  background: #e4f5ba;
}

.interact-benefit p {
  margin: 5px 0 0;
  color: #576671;
  font-size: 0.86rem;
  line-height: 1.45;
}

.interact-platform__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 22px 28px rgba(38, 75, 39, 0.1));
}

.interact-partner {
  padding: 44px 0;
  border-top: 1px solid #c8dda8;
  border-bottom: 1px solid #c8dda8;
  background: #f4f8f1;
}

.interact-partner__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) minmax(230px, 1fr) minmax(210px, 0.85fr) minmax(220px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.interact-partner__intro {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.interact-partner__intro > img {
  display: block;
  width: 52px;
  height: 52px;
  padding: 8px;
  border-radius: 6px;
  object-fit: contain;
  background: #e4f5ba;
}

.interact-partner h2 {
  font-size: 1.45rem;
  line-height: 1.15;
}

.interact-partner__intro p {
  margin: 8px 0 0;
  color: #576671;
  font-size: 0.84rem;
  line-height: 1.45;
}

.interact-partner__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.interact-partner__list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #46545e;
  font-size: 0.84rem;
  line-height: 1.35;
}

.interact-partner__list i {
  margin-top: 2px;
  color: #5aac00;
}

.interact-partner__action {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.interact-partner__action strong {
  color: #27343d;
  font-size: 0.78rem;
}

.interact-partner__logos {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.interact-partner__logos img {
  display: block;
  width: auto;
  max-width: 126px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  background: transparent;
}

.interact-partner__logos span {
  width: 1px;
  height: 52px;
  background: #bccdb2;
}

@media (max-width: 1180px) {
  .interact-platform__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
    gap: 48px;
  }

  .interact-metrics,
  .interact-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .interact-partner__logos {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .interact-platform__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .interact-product-hero__copy {
    width: min(620px, 64%);
  }

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

  .interact-capability:nth-child(3) {
    border-left: 0;
  }

  .interact-capability:nth-child(n + 3) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #c9dcbf;
  }
}

@media (max-width: 680px) {
  .interact-product-hero {
    min-height: 720px;
    padding: 56px 0;
    background-position: 68% center;
  }

  .interact-product-hero::before {
    background: rgba(240, 247, 233, 0.76);
  }

  .interact-product-hero__copy {
    width: 100%;
  }

  .interact-product-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3rem);
  }

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

  .interact-product-hero__actions .btn {
    justify-content: center;
  }

  .interact-metrics,
  .interact-product-grid,
  .interact-capabilities__grid,
  .interact-partner__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .interact-metrics {
    gap: 10px;
    margin-top: 0;
  }

  .interact-metric {
    min-height: 78px;
  }

  .interact-products,
  .interact-platform {
    padding: 68px 0;
  }

  .interact-section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .interact-section-heading .btn {
    justify-self: start;
  }

  .interact-product-card__media {
    min-height: 220px;
  }

  .interact-capability,
  .interact-capability:nth-child(3) {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #c9dcbf;
    border-left: 0;
  }

  .interact-capability:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .interact-capability:last-child {
    padding-bottom: 0;
  }

  .interact-partner__grid {
    gap: 30px;
  }
}


/* Interact Flow product page */
.flow-hero,
.flow-features,
.flow-steps,
.flow-benefits {
  background-color: #fbfdf8;
  background-image: var(--flow-section-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flow-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 76px 0;
  border-bottom: 1px solid #d7e5c9;
}

.flow-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: 64px;
  align-items: center;
}

.flow-logo {
  display: block;
  width: min(220px, 58vw);
  height: auto;
  background: transparent;
}

.flow-hero__copy h1,
.flow-heading h2,
.flow-benefits__intro h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.flow-hero__copy h1 {
  max-width: 650px;
  margin-top: 30px;
  font-size: clamp(2.55rem, 4.5vw, 3.65rem);
  line-height: 1.04;
}

.flow-hero__copy h1 span {
  color: #5aac00;
}

.flow-hero__copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #4f606b;
  font-size: 1.05rem;
  line-height: 1.65;
}

.flow-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  margin-top: 28px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 820;
  box-shadow: none;
}

.flow-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 28px rgba(32, 68, 50, 0.14));
}

.flow-features,
.flow-steps,
.flow-benefits {
  padding: 88px 0;
}

.flow-heading {
  display: flex;
  gap: 48px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 38px;
}

.flow-heading > div {
  max-width: 850px;
}

.flow-heading .section-kicker,
.flow-benefits__intro .section-kicker {
  margin-bottom: 16px;
  color: #4f9f00;
}

.flow-heading h2,
.flow-benefits__intro h2 {
  max-width: 850px;
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.flow-heading > img {
  width: min(210px, 24vw);
  height: auto;
  flex: 0 0 auto;
  background: transparent;
}

.flow-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-feature {
  display: flex;
  min-height: 176px;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #d5dfcf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(37, 60, 42, 0.07);
}

.flow-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e9f7ca;
  color: #4f9f00;
  font-size: 1.3rem;
}

.flow-feature:nth-child(2) .flow-icon,
.flow-benefit:nth-child(2) .flow-icon {
  background: #fff0d9;
  color: #d47b00;
}

.flow-feature:nth-child(3) .flow-icon,
.flow-benefit:nth-child(3) .flow-icon {
  background: #e3efff;
  color: #1267d6;
}

.flow-feature:nth-child(4) .flow-icon,
.flow-benefit:nth-child(4) .flow-icon {
  background: #eee8ff;
  color: #7055c5;
}

.flow-feature h3,
.flow-step h3,
.flow-benefit h3 {
  margin: 0;
  color: #1b252d;
  font-size: 1.06rem;
  line-height: 1.22;
}

.flow-feature p,
.flow-step p,
.flow-benefit p,
.flow-heading--center > p,
.flow-benefits__intro > p {
  color: #5b6871;
  font-size: 0.94rem;
  line-height: 1.62;
}

.flow-feature p {
  margin: 12px 0 0;
}

.flow-steps {
  border-top: 1px solid #e0ead6;
  border-bottom: 1px solid #e0ead6;
}

.flow-heading--center {
  display: block;
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.flow-heading--center h2 {
  margin-inline: auto;
}

.flow-heading--center > p:last-child {
  max-width: 760px;
  margin: 20px auto 0;
}

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

.flow-step {
  position: relative;
  display: grid;
  min-height: 440px;
  grid-template-rows: auto 190px 1fr;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #d5dfcf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 34px rgba(37, 60, 42, 0.08);
}

.flow-step > strong {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b9f146;
  color: #294414;
  font-size: 1.05rem;
}

.flow-step > img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: transparent;
}

.flow-step > div {
  padding-top: 20px;
  border-top: 2px solid #67b900;
}

.flow-step p {
  margin: 10px 0 0;
}

.flow-benefits__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: center;
}

.flow-benefits__intro .section-kicker {
  margin-top: 30px;
}

.flow-benefits__intro > p {
  max-width: 520px;
  margin: 22px 0 0;
}

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

.flow-benefit {
  min-height: 236px;
  padding: 24px;
  border: 1px solid #d5dfcf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 32px rgba(37, 60, 42, 0.08);
}

.flow-benefit__top {
  display: flex;
  min-height: 48px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.flow-benefit__top > strong {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #4f9f00;
  font-size: 0.78rem;
}

.flow-benefit h3 {
  font-size: 1.3rem;
}

.flow-benefit p {
  margin: 14px 0 0;
}

@media (max-width: 1020px) {
  .flow-hero__grid,
  .flow-benefits__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 44px;
  }

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

@media (max-width: 780px) {
  .flow-hero {
    padding: 56px 0;
  }

  .flow-hero__grid,
  .flow-benefits__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .flow-hero__media img {
    max-height: 360px;
  }

  .flow-feature-grid,
  .flow-step-grid,
  .flow-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .flow-heading {
    display: block;
  }

  .flow-heading > img {
    width: 170px;
    margin-top: 24px;
  }

  .flow-step {
    min-height: 390px;
  }
}

@media (max-width: 520px) {
  .flow-hero__copy h1 {
    font-size: clamp(2.2rem, 10vw, 2.75rem);
  }

  .flow-hero__copy > p {
    font-size: 0.98rem;
  }

  .flow-btn {
    width: 100%;
  }

  .flow-features,
  .flow-steps,
  .flow-benefits {
    padding: 68px 0;
  }

  .flow-feature,
  .flow-benefit,
  .flow-step {
    padding: 20px;
  }

  .flow-feature {
    min-height: 0;
  }

  .flow-heading h2,
  .flow-benefits__intro h2 {
    font-size: 2.05rem;
  }
}


/* Interact Pocket product page */
.pocket-hero {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid #d7e5d9;
  background-color: #fbfdfb;
  background-image: var(--pocket-hero-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pocket-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.pocket-brand {
  display: inline-flex;
  min-height: 40px;
  margin: 0;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #81b942;
  border-radius: 6px;
  color: #477f12;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pocket-hero__copy h1,
.pocket-features h2,
.pocket-partner h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.pocket-hero__copy h1 {
  max-width: 670px;
  margin-top: 28px;
  font-size: clamp(2.7rem, 4.6vw, 3.75rem);
  line-height: 1.04;
}

.pocket-hero__copy h1 span {
  color: #5aac00;
}

.pocket-hero__copy h2 {
  margin: 22px 0 0;
  color: #41620e;
  font-size: 1.22rem;
  line-height: 1.35;
}

.pocket-hero__copy > p:last-of-type {
  max-width: 650px;
  margin: 18px 0 0;
  color: #52636e;
  font-size: 1rem;
  line-height: 1.65;
}

.pocket-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  margin-top: 26px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 820;
  box-shadow: none;
}

.pocket-hero__media {
  align-self: end;
}

.pocket-hero__media img {
  display: block;
  width: min(440px, 100%);
  height: auto;
  max-height: 570px;
  margin-inline: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 28px rgba(20, 59, 39, 0.16));
}

.pocket-highlights {
  padding: 24px 0;
  border-bottom: 1px solid #d7e5d9;
  background: #f2f8ef;
}

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

.pocket-highlight {
  display: flex;
  min-height: 82px;
  gap: 14px;
  align-items: center;
  padding: 12px 22px;
  border-left: 1px solid #cdddc8;
}

.pocket-highlight:first-child {
  border-left: 0;
}

.pocket-highlight > span,
.pocket-feature > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e7f7c9;
  color: #4e9f00;
  font-size: 1.2rem;
}

.pocket-highlight h3,
.pocket-feature h3 {
  margin: 0;
  color: #26323a;
  font-size: 0.9rem;
  line-height: 1.2;
}

.pocket-highlight p,
.pocket-feature p {
  margin: 7px 0 0;
  color: #64727a;
  font-size: 0.82rem;
  line-height: 1.35;
}

.pocket-features {
  padding: 92px 0;
  background: #fff;
}

.pocket-features__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.pocket-features .section-kicker {
  margin-bottom: 17px;
}

.pocket-features h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
}

.pocket-features__intro {
  max-width: 700px;
  margin: 22px 0 0;
  color: #596872;
  font-size: 1rem;
  line-height: 1.65;
}

.pocket-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  margin-top: 34px;
}

.pocket-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pocket-feature:nth-child(2) > span {
  background: #e1f1ff;
  color: #0870b7;
}

.pocket-feature:nth-child(3) > span {
  background: #fff0d8;
  color: #cf7800;
}

.pocket-feature:nth-child(4) > span {
  background: #eee8ff;
  color: #6f54bd;
}

.pocket-features__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: #f5faf4;
  box-shadow: 0 24px 42px rgba(28, 65, 44, 0.1);
}

.pocket-partner {
  padding: 40px 0;
  border-top: 1px solid #cfe0c8;
  border-bottom: 1px solid #cfe0c8;
  background: #f1f8ed;
}

.pocket-partner__grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.pocket-partner__grid > img {
  display: block;
  width: 110px;
  height: auto;
  background: transparent;
}

.pocket-partner h2 {
  font-size: 1.8rem;
}

.pocket-partner p {
  margin: 7px 0 0;
  color: #5b6871;
  font-size: 1rem;
}

.pocket-partner .pocket-btn {
  margin-top: 0;
}

@media (max-width: 960px) {
  .pocket-hero__grid,
  .pocket-features__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 44px;
  }

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

  .pocket-highlight:nth-child(3) {
    border-left: 0;
  }

  .pocket-feature-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .pocket-hero {
    padding: 56px 0 0;
  }

  .pocket-hero__grid,
  .pocket-features__grid,
  .pocket-partner__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-hero__media img {
    max-height: 470px;
  }

  .pocket-features__media {
    order: -1;
  }

  .pocket-features__media img {
    max-width: 520px;
    margin-inline: auto;
  }

  .pocket-partner__grid {
    gap: 18px;
  }

  .pocket-partner .pocket-btn {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .pocket-hero__copy h1 {
    font-size: clamp(2.25rem, 10vw, 2.85rem);
  }

  .pocket-btn {
    width: 100%;
  }

  .pocket-highlight-grid,
  .pocket-feature-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-highlight {
    border-top: 1px solid #cdddc8;
    border-left: 0;
  }

  .pocket-highlight:first-child {
    border-top: 0;
  }

  .pocket-features {
    padding: 68px 0;
  }

  .pocket-features h2 {
    font-size: 2.05rem;
  }
}


/* Interact Process Manager product page */
.pm-hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 78px 0;
  overflow: hidden;
  border-bottom: 1px solid #dbe7dc;
  background-color: #fbfdfb;
  background-image: var(--pm-hero-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pm-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  gap: 70px;
  align-items: center;
}

.pm-label {
  display: inline-flex;
  min-height: 40px;
  margin: 0;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #83ba45;
  border-radius: 6px;
  color: #467e13;
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.pm-hero h1,
.pm-heading h2,
.pm-implementation h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.pm-hero h1 {
  max-width: 690px;
  margin-top: 27px;
  font-size: clamp(2.75rem, 4.5vw, 3.7rem);
  line-height: 1.04;
}

.pm-hero h1 span {
  display: block;
  color: #56a900;
}

.pm-hero__copy > p:last-of-type {
  max-width: 640px;
  margin: 22px 0 0;
  color: #52636e;
  font-size: 1.02rem;
  line-height: 1.68;
}

.pm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.pm-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 820;
}

.pm-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #26323a;
  font-size: 0.88rem;
  font-weight: 790;
}

.pm-link:hover {
  color: #4e9900;
}

.pm-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 26px 30px rgba(18, 49, 37, 0.17));
}

.pm-features,
.pm-benefits,
.pm-implementation {
  padding: 92px 0;
}

.pm-features {
  background: #fff;
}

.pm-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: end;
}

.pm-heading .section-kicker,
.pm-implementation .section-kicker {
  margin-bottom: 17px;
}

.pm-heading h2,
.pm-implementation h2 {
  max-width: 750px;
  font-size: clamp(2.15rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.pm-heading > p,
.pm-implementation__intro {
  margin: 0;
  color: #586873;
  font-size: 1rem;
  line-height: 1.68;
}

.pm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid #d8e4d6;
  border-bottom: 1px solid #d8e4d6;
}

.pm-feature {
  display: flex;
  min-height: 150px;
  gap: 16px;
  align-items: flex-start;
  padding: 27px 24px;
  border-right: 1px solid #d8e4d6;
  border-bottom: 1px solid #d8e4d6;
}

.pm-feature:nth-child(4n) { border-right: 0; }
.pm-feature:nth-child(n+5) { border-bottom: 0; }

.pm-feature img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
}

.pm-feature h3,
.pm-benefit h3,
.pm-step h3 {
  margin: 0;
  color: #253039;
  font-size: 0.98rem;
  line-height: 1.28;
}

.pm-feature p,
.pm-benefit p,
.pm-step p {
  margin: 9px 0 0;
  color: #61707a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.pm-benefits {
  border-top: 1px solid #dbe7dc;
  border-bottom: 1px solid #dbe7dc;
  background: #f3f8f0;
}

.pm-heading--center {
  display: block;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.pm-heading--center .section-kicker {
  display: grid;
  grid-template-columns: clamp(32px, 6vw, 72px) max-content clamp(32px, 6vw, 72px);
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pm-heading--center .section-kicker::before,
.pm-heading--center .section-kicker::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--nsi-green);
}

.pm-heading--center h2 {
  margin-inline: auto;
}

.pm-heading--center > p {
  max-width: 760px;
  margin: 20px auto 0;
}

.pm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.pm-benefit {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #cedfc8;
  border-radius: 8px;
  background: #fff;
}

.pm-benefit > span,
.pm-step > span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e4f4c8;
}

.pm-benefit img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  background: transparent;
}

.pm-benefit h3 { margin-top: 24px; }
.pm-implementation { background: #fff; }

.pm-implementation__grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.72fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.pm-implementation__media img {
  display: block;
  width: 100%;
  max-width: 470px;
  height: auto;
  aspect-ratio: 388 / 517;
  margin-inline: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 44px rgba(28, 61, 43, 0.13);
}

.pm-implementation__intro {
  max-width: 720px;
  margin-top: 21px;
}

.pm-step-list { margin-top: 32px; }

.pm-step {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 20px;
  padding: 0 0 28px;
}

.pm-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 59px;
  bottom: 0;
  width: 1px;
  background: #90bd61;
}

.pm-step > span {
  width: 60px;
  height: 60px;
}

.pm-step > span img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  background: transparent;
}

.pm-step h3 { margin-top: 5px; }
.pm-implementation .pm-btn { margin-top: 2px; }

@media (max-width: 1020px) {
  .pm-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.85fr);
    gap: 42px;
  }

  .pm-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pm-feature:nth-child(4n) { border-right: 1px solid #d8e4d6; }
  .pm-feature:nth-child(2n) { border-right: 0; }
  .pm-feature:nth-child(n+5) { border-bottom: 1px solid #d8e4d6; }
  .pm-feature:nth-child(n+7) { border-bottom: 0; }
  .pm-implementation__grid { gap: 50px; }
}

@media (max-width: 760px) {
  .pm-hero {
    min-height: 0;
    padding: 58px 0 46px;
  }

  .pm-hero__grid,
  .pm-heading,
  .pm-implementation__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-hero__media img {
    max-width: 620px;
    margin-inline: auto;
  }

  .pm-heading { gap: 20px; }
  .pm-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pm-implementation__media { order: 2; }
}

@media (max-width: 520px) {
  .pm-hero h1 { font-size: clamp(2.2rem, 10vw, 2.8rem); }
  .pm-actions, .pm-btn { width: 100%; }
  .pm-btn { text-align: center; }

  .pm-features,
  .pm-benefits,
  .pm-implementation {
    padding: 68px 0;
  }

  .pm-heading h2,
  .pm-implementation h2 {
    font-size: 2.05rem;
  }

  .pm-feature-grid,
  .pm-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-feature {
    min-height: 0;
    border-right: 0 !important;
    border-bottom: 1px solid #d8e4d6 !important;
  }

  .pm-feature:last-child { border-bottom: 0 !important; }
  .pm-benefit { min-height: 0; }
}


/* Interact Document Manager product page */
.dm-hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 78px 0;
  overflow: hidden;
  border-bottom: 1px solid #dbe7dc;
  background-color: #fbfdfb;
  background-image: var(--dm-hero-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dm-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1fr);
  gap: 66px;
  align-items: center;
}

.dm-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 40px;
  margin: 0;
  gap: 10px;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid #83ba45;
  border-radius: 6px;
  color: #467e13;
  font-size: 0.75rem;
  font-weight: 820;
  line-height: 1.25;
  text-transform: uppercase;
}

.dm-hero h1,
.dm-heading h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.dm-hero h1 {
  max-width: 680px;
  margin-top: 27px;
  font-size: clamp(2.7rem, 4.45vw, 3.65rem);
  line-height: 1.04;
}

.dm-hero h1 span {
  display: block;
  color: #56a900;
}

.dm-hero__copy > p:last-of-type {
  max-width: 650px;
  margin: 22px 0 0;
  color: #52636e;
  font-size: 1.02rem;
  line-height: 1.68;
}

.dm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.dm-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 820;
}

.dm-contact-link,
.dm-original-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #26323a;
  font-size: 0.88rem;
  font-weight: 790;
}

.dm-contact-link:hover,
.dm-original-link:hover {
  color: #4e9900;
}

.dm-original-link {
  margin-top: 16px;
  color: #58716a;
  font-size: 0.76rem;
}

.dm-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 26px 30px rgba(18, 49, 37, 0.17));
}

.dm-features,
.dm-benefits {
  padding: 92px 0;
}

.dm-features {
  background: #fff;
}

.dm-heading--center {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.dm-heading--center .section-kicker {
  display: grid;
  grid-template-columns: clamp(32px, 6vw, 72px) max-content clamp(32px, 6vw, 72px);
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.dm-heading--center .section-kicker::before,
.dm-heading--center .section-kicker::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--nsi-green);
}

.dm-heading h2 {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(2.15rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.dm-heading > p:last-child:not(.section-kicker) {
  max-width: 720px;
  margin: 20px auto 0;
  color: #5a6a74;
  font-size: 1rem;
  line-height: 1.68;
}

.dm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid #d7e3d5;
  border-bottom: 1px solid #d7e3d5;
}

.dm-feature {
  min-height: 250px;
  padding: 30px 26px;
  border-right: 1px solid #d7e3d5;
}

.dm-feature:last-child {
  border-right: 0;
}

.dm-feature > span,
.dm-benefit > span {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e4f4c8;
}

.dm-feature img,
.dm-benefit img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background: transparent;
}

.dm-feature h3,
.dm-benefit h3 {
  margin: 25px 0 0;
  color: #253039;
  font-size: 1rem;
  line-height: 1.3;
}

.dm-feature p,
.dm-benefit p {
  margin: 11px 0 0;
  color: #61707a;
  font-size: 0.89rem;
  line-height: 1.58;
}

.dm-benefits {
  border-top: 1px solid #163e4e;
  border-bottom: 1px solid #163e4e;
  background: #0d3040;
}

.dm-heading--light h2 {
  color: #fff;
}

.dm-heading--light .section-kicker {
  color: #b8e56f;
}

.dm-heading--light .section-kicker::before,
.dm-heading--light .section-kicker::after {
  background: #75b900;
}

.dm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dm-benefit {
  display: grid;
  min-height: 190px;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dm-benefit:nth-child(2n) {
  border-right: 0;
}

.dm-benefit:nth-child(n+3) {
  border-bottom: 0;
}

.dm-benefit h3 {
  margin-top: 5px;
  color: #fff;
}

.dm-benefit p {
  color: #cbd8dd;
}

@media (max-width: 1020px) {
  .dm-hero__grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.84fr);
    gap: 42px;
  }

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

  .dm-feature {
    min-height: 220px;
    border-bottom: 1px solid #d7e3d5;
  }

  .dm-feature:nth-child(2n) {
    border-right: 0;
  }

  .dm-feature:nth-child(n+3) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .dm-hero {
    min-height: 0;
    padding: 58px 0 48px;
  }

  .dm-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dm-hero__media img {
    max-width: 620px;
    margin-inline: auto;
  }

  .dm-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dm-benefit {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  .dm-benefit:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 520px) {
  .dm-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
  }

  .dm-actions,
  .dm-btn {
    width: 100%;
  }

  .dm-btn {
    text-align: center;
  }

  .dm-features,
  .dm-benefits {
    padding: 68px 0;
  }

  .dm-heading--center .section-kicker {
    grid-template-columns: 24px minmax(0, max-content) 24px;
    column-gap: 9px;
    font-size: 0.7rem;
  }

  .dm-heading h2 {
    font-size: 2.05rem;
  }

  .dm-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dm-feature {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d7e3d5 !important;
  }

  .dm-feature:last-child {
    border-bottom: 0 !important;
  }

  .dm-benefit {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 17px;
    padding: 24px 18px;
  }

  .dm-benefit > span {
    width: 54px;
    height: 54px;
  }
}


/* Interact SA Governance Manager product page */
.gov-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 76px 0;
  overflow: hidden;
  border-bottom: 1px solid #d8e4d9;
  background: #f4f8f1;
}

.gov-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: 76px;
  align-items: center;
}

.gov-label {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  margin: 0;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #83ba45;
  border-radius: 6px;
  color: #467e13;
  font-size: 0.76rem;
  font-weight: 820;
  text-transform: uppercase;
}

.gov-hero h1,
.gov-heading h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.gov-hero h1 {
  max-width: 700px;
  margin-top: 27px;
  font-size: clamp(2.75rem, 4.5vw, 3.7rem);
  line-height: 1.04;
}

.gov-hero h2 {
  max-width: 700px;
  margin: 22px 0 0;
  color: #4d850f;
  font-size: 1.25rem;
  font-weight: 760;
  line-height: 1.45;
}

.gov-hero__copy > p:last-of-type {
  max-width: 690px;
  margin: 16px 0 0;
  color: #52636e;
  font-size: 1rem;
  line-height: 1.68;
}

.gov-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.gov-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 820;
}

.gov-contact-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #26323a;
  font-size: 0.88rem;
  font-weight: 790;
}

.gov-contact-link:hover {
  color: #4e9900;
}

.gov-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 469 / 480;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 26px 44px rgba(24, 58, 43, 0.15);
}

.gov-cases {
  padding: 92px 0;
  background: #fff;
}

.gov-cases__intro {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.gov-cases__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 500 / 333;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 40px rgba(25, 60, 43, 0.12);
}

.gov-heading .section-kicker {
  margin-bottom: 17px;
}

.gov-heading h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
}

.gov-heading > p:last-of-type {
  max-width: 680px;
  margin: 22px 0 0;
  color: #596a74;
  font-size: 1rem;
  line-height: 1.68;
}

.gov-heading .gov-btn {
  margin-top: 27px;
}

.gov-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.gov-case {
  min-height: 235px;
  padding: 27px;
  border: 1px solid #cfdfca;
  border-radius: 8px;
  background: #fbfdfb;
}

.gov-case > span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e4f4c8;
}

.gov-case img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  background: transparent;
}

.gov-case h3 {
  margin: 24px 0 0;
  color: #253039;
  font-size: 1rem;
  line-height: 1.3;
}

.gov-case p {
  margin: 11px 0 0;
  color: #61707a;
  font-size: 0.89rem;
  line-height: 1.58;
}

@media (max-width: 1020px) {
  .gov-hero__grid,
  .gov-cases__intro {
    gap: 44px;
  }

  .gov-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
  }

  .gov-cases__intro {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  }
}

@media (max-width: 780px) {
  .gov-hero {
    min-height: 0;
    padding: 58px 0;
  }

  .gov-hero__grid,
  .gov-cases__intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .gov-hero__media img {
    max-width: 540px;
    margin-inline: auto;
  }

  .gov-cases__media {
    order: 2;
  }

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

@media (max-width: 520px) {
  .gov-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
  }

  .gov-hero h2 {
    font-size: 1.08rem;
  }

  .gov-actions,
  .gov-btn {
    width: 100%;
  }

  .gov-btn {
    text-align: center;
  }

  .gov-cases {
    padding: 68px 0;
  }

  .gov-heading h2 {
    font-size: 2.05rem;
  }

  .gov-case-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 48px;
  }

  .gov-case {
    min-height: 0;
    padding: 23px;
  }
}


/* K2 Nintex product page */
.k2-hero {
  padding: 76px 0 72px;
  overflow: hidden;
  border-bottom: 1px solid #d6e1d5;
  background: #f4f8f1;
}

.k2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
  gap: 72px;
  align-items: center;
}

.k2-hero h1,
.k2-developer-feature h2,
.k2-advantage h2,
.k2-heading h2 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.k2-hero h1 {
  max-width: 770px;
  font-size: clamp(2.6rem, 4.4vw, 3.45rem);
  line-height: 1.05;
}

.k2-hero__points {
  display: grid;
  gap: 26px;
  margin-top: 36px;
}

.k2-hero-point {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.k2-hero-point + .k2-hero-point {
  padding-top: 26px;
  border-top: 1px solid #d2dfce;
}

.k2-hero-point img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: transparent;
}

.k2-hero-point h2 {
  margin: 0;
  color: #24313a;
  font-size: 1.05rem;
  line-height: 1.35;
}

.k2-hero-point p,
.k2-developer-feature p,
.k2-advantage p,
.k2-review p {
  margin: 11px 0 0;
  color: #5a6a74;
  font-size: 0.94rem;
  line-height: 1.66;
}

.k2-hero__brand {
  display: flex;
  min-height: 330px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #bdd3b4;
}

.k2-hero__brand img {
  display: block;
  width: min(100%, 283px);
  height: auto;
  background: transparent;
}

.k2-functionality {
  padding: 86px 0 92px;
  background: #fff;
}

 .k2-workflow-link {
  display: block;
}

.k2-workflow-band {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1084 / 148;
  border-radius: 8px;
  object-fit: contain;
  background: transparent;
}

.k2-heading--center {
  text-align: center;
}

.k2-heading--center .section-kicker {
  display: grid;
  grid-template-columns: clamp(32px, 6vw, 72px) max-content clamp(32px, 6vw, 72px);
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 54px auto 0;
  line-height: 1;
}

.k2-heading--center .section-kicker::before,
.k2-heading--center .section-kicker::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--nsi-green);
}

.k2-heading h2 {
  max-width: 800px;
  margin: 22px auto 0;
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.k2-developer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid #d8e2d7;
  border-bottom: 1px solid #d8e2d7;
}

.k2-developer-feature {
  min-height: 320px;
  padding: 32px 30px;
  border-right: 1px solid #d8e2d7;
}

.k2-developer-feature:last-child {
  border-right: 0;
}

.k2-developer-feature > span {
  color: #63aa15;
  font-size: 0.8rem;
  font-weight: 840;
}

.k2-developer-feature h2 {
  margin-top: 27px;
  font-size: 1.1rem;
  line-height: 1.35;
}

.k2-capabilities {
  padding: 78px 0;
  border-top: 1px solid #194965;
  border-bottom: 1px solid #194965;
  background: #0c3450;
}

.k2-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.k2-capability {
  position: relative;
  display: grid;
  min-height: 158px;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: transparent;
  transition: background 180ms ease;
}

a.k2-capability:hover {
  color: #fff;
  background: #12405f;
}

.k2-capability img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: transparent;
}

.k2-capability > .fa-wand-magic-sparkles {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  color: #b7e568;
  font-size: 2rem;
}

.k2-capability > span {
  font-size: 0.93rem;
  font-weight: 790;
  line-height: 1.35;
}

.k2-capability > .fa-arrow-up-right-from-square {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #9fd04f;
  font-size: 0.7rem;
}

.k2-advantages {
  padding: 92px 0;
  background-color: #fff;
  background-position: center 18%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.k2-advantage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 58px;
  border-top: 1px solid #d6e1d5;
}

.k2-advantage {
  display: grid;
  min-height: 250px;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 27px;
  align-items: start;
  padding: 36px 0;
  border-bottom: 1px solid #d6e1d5;
}

.k2-advantage__icon {
  display: flex;
  width: 104px;
  min-height: 104px;
  align-items: center;
  justify-content: center;
}

.k2-advantage__icon img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: transparent;
}

.k2-advantage h2 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.k2-media {
  padding: 84px 0;
  border-top: 1px solid #d6e0dd;
  border-bottom: 1px solid #d6e0dd;
  background: #edf3f2;
  text-align: center;
}

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

.k2-video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 36px rgba(19, 52, 65, 0.13);
}

.k2-video img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 552 / 309;
  object-fit: cover;
}

.k2-video > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #63b500;
  box-shadow: 0 8px 24px rgba(27, 60, 21, 0.24);
  transform: translate(-50%, -50%);
}

.k2-presentation-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 20px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 820;
}

.k2-reviews {
  padding: 92px 0;
  background: #fff;
}

.k2-reviews .k2-heading--center .section-kicker {
  margin-top: 0;
}

.k2-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid #d8e2d7;
  border-bottom: 1px solid #d8e2d7;
}

.k2-review {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 30px;
  border-right: 1px solid #d8e2d7;
}

.k2-review:last-child {
  border-right: 0;
}

.k2-review > img {
  display: block;
  width: auto;
  max-width: 210px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.k2-review h3 {
  margin: 24px 0 0;
  color: #253039;
  font-size: 1rem;
  line-height: 1.3;
}

.k2-review > a {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #91bc64;
  border-radius: 50%;
  color: #4c9200;
  font-size: 0.83rem;
  font-weight: 820;
}

@media (max-width: 980px) {
  .k2-hero__grid {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 46px;
  }

  .k2-hero__brand {
    min-height: 280px;
  }

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

  .k2-advantage-list {
    column-gap: 36px;
  }
}

@media (max-width: 760px) {
  .k2-hero {
    padding: 58px 0;
  }

  .k2-hero__grid,
  .k2-developer-grid,
  .k2-advantage-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .k2-hero__brand {
    min-height: 0;
    padding-top: 44px;
    border-top: 1px solid #bdd3b4;
    border-left: 0;
  }

  .k2-hero__brand img {
    width: min(68vw, 260px);
  }

  .k2-developer-feature {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d8e2d7;
  }

  .k2-developer-feature:last-child {
    border-bottom: 0;
  }

  .k2-advantage {
    min-height: 0;
  }

  .k2-review-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .k2-review {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid #d8e2d7;
  }

  .k2-review:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .k2-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
  }

  .k2-hero-point {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
  }

  .k2-hero-point img {
    width: 58px;
    height: 58px;
  }

  .k2-functionality,
  .k2-advantages,
  .k2-reviews {
    padding: 68px 0;
  }

  .k2-heading--center .section-kicker {
    grid-template-columns: 24px minmax(0, max-content) 24px;
    column-gap: 9px;
    font-size: 0.7rem;
  }

  .k2-heading h2 {
    font-size: 2rem;
  }

  .k2-developer-feature {
    padding: 28px 20px;
  }

  .k2-capability-grid,
  .k2-video-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .k2-capability {
    min-height: 132px;
  }

  .k2-advantage {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 19px;
  }

  .k2-advantage__icon {
    width: 72px;
    min-height: 72px;
  }

  .k2-advantage__icon img {
    width: 68px;
    height: 68px;
  }

  .k2-presentation-btn {
    width: 100%;
  }

  .k2-review {
    padding: 28px 20px;
  }
}


/* M-Files product page */
.mf-hero {
  padding: 76px 0;
  overflow: hidden;
  border-bottom: 1px solid #cfdee2;
  background: #f2f7f8;
}

.mf-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(410px, 0.82fr);
  gap: 66px;
  align-items: center;
}

.mf-hero h1,
.mf-advanced h2,
.mf-feature h2,
.mf-compliance h2,
.mf-advantages h2,
.mf-heading h2,
.mf-ebook h3,
.mf-review h3 {
  margin: 0;
  color: #111820;
  font-weight: 840;
  letter-spacing: 0;
}

.mf-hero h1 {
  max-width: 720px;
  font-size: clamp(2.65rem, 4.4vw, 3.45rem);
  line-height: 1.05;
}

.mf-hero h2 {
  margin: 28px 0 0;
  color: #156e95;
  font-size: 1.18rem;
  line-height: 1.35;
}

.mf-hero__copy > p,
.mf-advanced__copy > p,
.mf-compliance__copy > p,
.mf-advantages__inner > p,
.mf-feature p,
.mf-review p {
  margin: 15px 0 0;
  color: #586873;
  font-size: 0.95rem;
  line-height: 1.67;
}

.mf-bullet-list {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mf-bullet-list li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  color: #35444d;
  font-size: 0.91rem;
  line-height: 1.5;
}

.mf-bullet-list li > span {
  color: #129cc7;
  font-weight: 900;
}

.mf-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 719 / 479;
  object-fit: contain;
  background: transparent;
}

.mf-advanced {
  padding: 92px 0;
  background: #fff;
}

.mf-advanced__intro {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.mf-advanced__graphic {
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #cfdde1;
}

.mf-advanced__graphic img {
  display: block;
  width: 190px;
  height: 190px;
  object-fit: contain;
  background: transparent;
}

.mf-advanced__copy h2 {
  max-width: 830px;
  font-size: clamp(2.15rem, 3.7vw, 3.05rem);
  line-height: 1.08;
}

.mf-advanced__copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: mf-advanced;
}

.mf-advanced__copy li {
  position: relative;
  min-height: 54px;
  padding-left: 28px;
  color: #4f606a;
  font-size: 0.9rem;
  line-height: 1.52;
  counter-increment: mf-advanced;
}

.mf-advanced__copy li::before {
  content: counter(mf-advanced, decimal-leading-zero);
  position: absolute;
  top: 1px;
  left: 0;
  color: #159bc7;
  font-size: 0.71rem;
  font-weight: 850;
}

.mf-heading--center {
  text-align: center;
}

.mf-heading--center .section-kicker {
  display: grid;
  grid-template-columns: clamp(32px, 6vw, 72px) max-content clamp(32px, 6vw, 72px);
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 72px auto 0;
  color: #167ca4;
  line-height: 1;
}

.mf-heading--center .section-kicker::before,
.mf-heading--center .section-kicker::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #19a3cd;
}

.mf-heading h2 {
  max-width: 840px;
  margin: 0 auto;
  font-size: clamp(2.15rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.mf-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid #cedde1;
  border-bottom: 1px solid #cedde1;
}

.mf-feature {
  min-height: 350px;
  padding: 30px 25px;
  border-right: 1px solid #cedde1;
}

.mf-feature:last-child {
  border-right: 0;
}

.mf-feature img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
  background: transparent;
}

.mf-feature h2 {
  margin-top: 28px;
  color: #1c6688;
  font-size: 1.05rem;
  line-height: 1.35;
}

.mf-feature p {
  font-size: 0.88rem;
  line-height: 1.58;
}

.mf-compliance {
  padding: 90px 0;
  border-top: 1px solid #184a62;
  border-bottom: 1px solid #184a62;
  background: #0d344c;
}

.mf-compliance__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.mf-compliance__media {
  display: flex;
  justify-content: center;
}

.mf-compliance__media img {
  display: block;
  width: min(100%, 345px);
  height: auto;
  aspect-ratio: 345 / 344;
  object-fit: contain;
  background: transparent;
}

.mf-compliance__copy .section-kicker {
  color: #67d0ef;
}

.mf-compliance h2 {
  max-width: 760px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(2.2rem, 3.7vw, 3.1rem);
  line-height: 1.07;
}

.mf-compliance .mf-bullet-list li {
  color: #d5e1e6;
}

.mf-btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 20px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.83rem;
  font-weight: 820;
}

.mf-advantages {
  padding: 84px 0;
  background: #fff;
}

.mf-advantages__inner {
  max-width: 980px;
  text-align: center;
}

.mf-advantages h2 {
  display: grid;
  grid-template-columns: 72px max-content 72px;
  column-gap: 14px;
  align-items: center;
  justify-content: center;
  color: #126e95;
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  line-height: 1.08;
}

.mf-advantages h2::before,
.mf-advantages h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #19a3cd;
}

.mf-advantages__inner > p {
  max-width: 890px;
  margin: 24px auto 0;
  font-size: 1rem;
}

.mf-ebooks {
  padding: 96px 0;
  border-top: 1px solid #d9e3e6;
  border-bottom: 1px solid #d9e3e6;
  background: #f5f8f8;
}

.mf-ebooks .mf-heading {
  border: 0;
  text-align: center;
}

.mf-ebooks .mf-heading h2 {
  display: grid;
  grid-template-columns: 64px max-content 64px;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  color: #111820;
  font-size: clamp(2.1rem, 3.2vw, 2.7rem);
  line-height: 1.08;
}

.mf-ebooks .mf-heading h2::before,
.mf-ebooks .mf-heading h2::after {
  content: "";
  height: 2px;
  background: #13a2cd;
}

.mf-ebook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  column-gap: 56px;
  margin-top: 48px;
  text-align: left;
}

.mf-ebook {
  position: relative;
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 0;
  padding: 25px 0;
  border: 0;
  border-bottom: 1px solid #cbd9dd;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mf-ebook:nth-child(2) {
  padding-top: 0;
}

.mf-ebook:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mf-ebook::before {
  content: none;
}

.mf-ebook__media {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.mf-ebook__frame {
  display: none;
}

.mf-ebook__cover {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 487 / 234;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(17, 49, 61, 0.14);
}

.mf-ebook__body {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.mf-ebook h3 {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.4;
}

.mf-ebook a {
  display: inline-flex;
  width: fit-content;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  color: #087da9;
  font-size: 0.83rem;
  font-weight: 820;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mf-ebook--featured {
  grid-row: 1 / span 3;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid #cbd9dd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 58, 70, 0.12);
}

.mf-ebook--featured .mf-ebook__media {
  min-height: 0;
  background: #e7eef0;
}

.mf-ebook--featured .mf-ebook__cover {
  border-radius: 0;
  box-shadow: none;
}

.mf-ebook--featured .mf-ebook__body {
  padding: 30px 32px 34px;
}

.mf-ebook--featured h3 {
  max-width: 620px;
  font-size: 1.34rem;
  line-height: 1.32;
}

.mf-ebook--featured a {
  margin-top: 22px;
}

.mf-ebooks__footer {
  display: flex;
  width: 41%;
  justify-content: flex-start;
  margin-top: 24px;
  margin-left: auto;
  padding-top: 26px;
  border-top: 1px solid #cbd9dd;
}

.mf-presentation-btn {
  margin: 0;
}

.mf-reviews {
  padding: 92px 0;
  background: #fff;
}

.mf-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid #d0dee2;
  border-bottom: 1px solid #d0dee2;
}

.mf-review {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 30px;
  border-right: 1px solid #d0dee2;
}

.mf-review:last-child {
  border-right: 0;
}

.mf-review > img {
  display: block;
  width: auto;
  max-width: 190px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.mf-review > strong {
  display: flex;
  min-height: 48px;
  align-items: center;
  color: #111820;
  font-size: 1.2rem;
}

.mf-review h3 {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.3;
}

.mf-review > a {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #68a9bd;
  border-radius: 50%;
  color: #087ca8;
  font-size: 0.78rem;
}

@media (max-width: 1020px) {
  .mf-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
    gap: 42px;
  }

  .mf-advanced__intro {
    gap: 44px;
  }

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

  .mf-feature {
    min-height: 310px;
    border-bottom: 1px solid #cedde1;
  }

  .mf-feature:nth-child(2n) {
    border-right: 0;
  }

  .mf-feature:nth-child(n+3) {
    border-bottom: 0;
  }

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

@media (max-width: 780px) {
  .mf-hero {
    padding: 58px 0;
  }

  .mf-hero__grid,
  .mf-advanced__intro,
  .mf-compliance__grid,
  .mf-advantages__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-hero__media img {
    max-width: 620px;
    margin-inline: auto;
  }

  .mf-advanced__graphic {
    min-height: 0;
    padding-bottom: 38px;
    border-right: 0;
    border-bottom: 1px solid #cfdde1;
  }

  .mf-compliance__media {
    order: 2;
  }

  .mf-ebook-grid,
  .mf-review-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-review {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid #d0dee2;
  }

  .mf-review:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .mf-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
  }

  .mf-advanced,
  .mf-compliance,
  .mf-advantages,
  .mf-ebooks,
  .mf-reviews {
    padding: 68px 0;
  }

  .mf-advanced__copy h2,
  .mf-compliance h2,
  .mf-advantages h2,
  .mf-heading h2 {
    font-size: 2rem;
  }

  .mf-advanced__copy ul,
  .mf-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-advantages h2 {
    grid-template-columns: 24px max-content 24px;
    column-gap: 9px;
    font-size: 1.85rem;
  }

  .mf-ebook-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-heading--center .section-kicker {
    grid-template-columns: 24px minmax(0, max-content) 24px;
    column-gap: 9px;
    font-size: 0.7rem;
  }

  .mf-feature {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #cedde1 !important;
  }

  .mf-feature:last-child {
    border-bottom: 0 !important;
  }

  .mf-compliance__media img {
    width: min(82vw, 320px);
  }

  .mf-btn {
    width: auto;
    max-width: 100%;
    text-align: center;
  }

  .mf-ebook {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-ebook__media {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid #d3dfe2;
  }

  .mf-ebook__cover {
    width: min(100%, 330px);
  }

  .mf-ebooks__footer {
    justify-content: flex-start;
  }

  .mf-ebook__body,
  .mf-review {
    padding: 24px 20px;
  }
}

/* M-Files editorial resource library */
@media (min-width: 901px) and (max-width: 1020px) {
  .mf-ebook-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    column-gap: 36px;
  }
}

@media (max-width: 900px) {
  .mf-ebook-grid {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .mf-ebook--featured {
    grid-row: auto;
    margin-bottom: 28px;
  }

  .mf-ebook:nth-child(2) {
    padding-top: 25px;
    border-top: 1px solid #cbd9dd;
  }

  .mf-ebooks__footer {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 560px) {
  .mf-ebooks .mf-heading h2 {
    grid-template-columns: 24px max-content 24px;
    column-gap: 10px;
    font-size: 1.85rem;
  }

  .mf-ebook:not(.mf-ebook--featured) {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
  }

  .mf-ebook--featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-ebook__media {
    min-height: 0;
    border: 0;
  }

  .mf-ebook__cover,
  .mf-ebook--featured .mf-ebook__cover {
    width: 100%;
  }

  .mf-ebook__body {
    padding: 0;
  }

  .mf-ebook--featured .mf-ebook__body {
    padding: 24px 22px 28px;
  }

  .mf-ebook--featured h3 {
    font-size: 1.13rem;
  }

  .mf-ebook:not(.mf-ebook--featured) h3 {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .mf-ebook:not(.mf-ebook--featured) a {
    margin-top: 10px;
    font-size: 0.76rem;
  }

  .mf-ebooks__footer {
    justify-content: flex-start;
  }
}


/* Flokzu product page */
.flokzu-hero {
  position: relative;
  display: grid;
  min-height: 630px;
  align-items: center;
  overflow: hidden;
  border-bottom: 3px solid #67b600;
  background-image: var(--flokzu-hero);
  background-position: center;
  background-size: cover;
}

.flokzu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 8, 24, 0.74);
}

.flokzu-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 84px;
}

.flokzu-hero__logo {
  display: inline-block;
  margin-bottom: 34px;
}

.flokzu-hero__logo img {
  display: block;
  width: min(280px, 70vw);
  filter: brightness(0) invert(1);
}

.flokzu-hero .section-kicker {
  color: #b9ee40;
}

.flokzu-hero .section-kicker::after {
  background: #b9ee40;
}

.flokzu-hero h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: 0;
}

.flokzu-hero__actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
}

.flokzu-hero__actions .btn,
.flokzu-cta .btn {
  min-height: 44px;
  padding: 11px 18px;
}

.flokzu-social {
  display: flex;
  gap: 10px;
}

.flokzu-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: #fff;
  transition: border-color 180ms ease, background 180ms ease;
}

.flokzu-social a:hover {
  border-color: #b9ee40;
  background: rgba(185, 238, 64, 0.12);
}

.flokzu-workflow {
  padding: 96px 0;
  background: #fff;
}

.flokzu-workflow__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 72px;
  align-items: center;
}

.flokzu-workflow h2,
.flokzu-analytics h2,
.flokzu-features h2,
.flokzu-reviews h2,
.flokzu-cta h2 {
  margin: 0;
  color: #111820;
  font-weight: 850;
  letter-spacing: 0;
}

.flokzu-workflow h2,
.flokzu-analytics h2,
.flokzu-reviews h2 {
  margin-top: 16px;
  font-size: clamp(2.15rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.flokzu-workflow__copy > p,
.flokzu-analytics__copy > p {
  color: #526474;
  font-size: 0.98rem;
  line-height: 1.75;
}

.flokzu-workflow__copy > p:first-of-type {
  margin-top: 24px;
}

.flokzu-workflow__copy > strong {
  display: block;
  margin-top: 24px;
  color: #76113d;
}

.flokzu-task-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 14px 0 24px;
  padding: 0;
  list-style: none;
}

.flokzu-task-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #25313c;
  font-size: 0.9rem;
  font-weight: 760;
}

.flokzu-task-list i {
  color: #67b600;
}

.flokzu-devices {
  position: relative;
  min-height: 430px;
}

.flokzu-devices::before {
  content: "";
  position: absolute;
  inset: 34px 0 10px 54px;
  border: 1px solid #d4dfe1;
  background: #f1f5f5;
}

.flokzu-devices__laptop {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  display: block;
  width: min(540px, 88%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 22px 24px rgba(34, 43, 48, 0.18));
}

.flokzu-devices__phone {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: min(210px, 35%);
  filter: drop-shadow(0 18px 20px rgba(34, 43, 48, 0.18));
}

.flokzu-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 72px;
  padding-top: 36px;
  border-top: 1px solid #d7e1e3;
}

.flokzu-video {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 20px;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  min-height: 132px;
  padding-right: 24px;
  border: 1px solid #d2dee1;
  border-radius: 8px;
  color: #111820;
  background: #f7f9f9;
  box-shadow: 0 12px 26px rgba(27, 57, 66, 0.08);
}

.flokzu-video > img {
  display: block;
  width: 180px;
  height: 132px;
  object-fit: cover;
}

.flokzu-video > strong {
  font-size: 0.94rem;
  line-height: 1.35;
}

.flokzu-video > .fa-arrow-up-right-from-square {
  color: #76113d;
}

.flokzu-video__play {
  position: absolute;
  left: 68px;
  top: 45px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #76113d;
  box-shadow: 0 8px 18px rgba(76, 8, 45, 0.28);
}

.flokzu-video__play i {
  margin-left: 2px;
  font-size: 0.78rem;
}

.flokzu-analytics {
  padding: 92px 0;
  border-top: 1px solid #dbe4e6;
  border-bottom: 1px solid #dbe4e6;
  background: #f1f5f5;
}

.flokzu-analytics__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 70px;
  align-items: center;
}

.flokzu-analytics__copy > p:last-child {
  margin-top: 24px;
}

.flokzu-analytics__media {
  display: grid;
  min-height: 360px;
  place-items: center;
}

.flokzu-analytics__media img {
  display: block;
  width: min(650px, 100%);
  height: auto;
  filter: drop-shadow(0 20px 24px rgba(31, 50, 58, 0.14));
}

.flokzu-proof-band {
  width: 100%;
  overflow: hidden;
  background: #757575;
}

.flokzu-proof-band img {
  display: block;
  width: 100%;
  min-height: 245px;
  max-height: 330px;
  object-fit: cover;
  object-position: center;
}

.flokzu-features {
  background: #fff;
}

.flokzu-features__banner {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  overflow: hidden;
  background-image: var(--flokzu-feature-band);
  background-position: center;
  background-size: cover;
}

.flokzu-features__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.76);
}

.flokzu-features__banner h2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px max-content 72px;
  column-gap: 16px;
  align-items: center;
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
}

.flokzu-features__banner h2::before,
.flokzu-features__banner h2::after {
  content: "";
  height: 2px;
  background: #76113d;
}

.flokzu-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-block: 28px 78px;
}

.flokzu-feature {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 28px;
  padding: 42px;
  border-bottom: 1px solid #d7e1e3;
}

.flokzu-feature:nth-child(odd) {
  border-right: 1px solid #d7e1e3;
}

.flokzu-feature:nth-child(n + 3) {
  border-bottom: 0;
}

.flokzu-feature__icon {
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
}

.flokzu-feature__icon img {
  display: block;
  max-width: 104px;
  max-height: 104px;
  object-fit: contain;
}

.flokzu-feature h3 {
  margin: 0;
  color: #111820;
  font-size: 1.18rem;
  font-weight: 840;
  line-height: 1.28;
}

.flokzu-feature p {
  margin: 14px 0 0;
  color: #526474;
  font-size: 0.9rem;
  line-height: 1.65;
}

.flokzu-reviews {
  padding: 92px 0;
  border-top: 1px solid #dbe4e6;
  background: #f5f8f8;
}

.flokzu-section-heading {
  max-width: 830px;
}

.flokzu-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
  border-top: 1px solid #cddadd;
  border-bottom: 1px solid #cddadd;
}

.flokzu-review {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 32px;
  border-right: 1px solid #cddadd;
}

.flokzu-review:last-child {
  border-right: 0;
}

.flokzu-review > img {
  display: block;
  max-width: 170px;
  max-height: 48px;
  object-fit: contain;
}

.flokzu-review__source {
  color: #76113d;
  font-size: 1.16rem;
}

.flokzu-review p {
  margin: 28px 0 24px;
  color: #40515f;
  font-size: 0.91rem;
  line-height: 1.7;
}

.flokzu-review a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-top: auto;
  border: 1px solid #b36b8a;
  border-radius: 50%;
  color: #76113d;
}

.flokzu-cta {
  position: relative;
  overflow: hidden;
  background-image: var(--flokzu-cta);
  background-position: center;
  background-size: cover;
}

.flokzu-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 4, 66, 0.68);
}

.flokzu-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 330px;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.flokzu-cta__inner > img {
  display: block;
  width: 210px;
  filter: brightness(0) invert(1);
}

.flokzu-cta h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.08;
}

@media (max-width: 1020px) {
  .flokzu-workflow__grid,
  .flokzu-analytics__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 44px;
  }

  .flokzu-devices {
    min-height: 360px;
  }

  .flokzu-video {
    grid-template-columns: 150px minmax(0, 1fr) 18px;
  }

  .flokzu-video > img {
    width: 150px;
  }

  .flokzu-video__play {
    left: 54px;
  }

  .flokzu-feature {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 34px 28px;
  }

  .flokzu-feature__icon {
    width: 84px;
    height: 84px;
  }

  .flokzu-feature__icon img {
    max-width: 82px;
    max-height: 82px;
  }
}

@media (max-width: 780px) {
  .flokzu-hero {
    min-height: 570px;
    background-position: 62% center;
  }

  .flokzu-hero h1 {
    max-width: 620px;
    font-size: clamp(2.45rem, 10vw, 3.45rem);
  }

  .flokzu-workflow__grid,
  .flokzu-analytics__grid,
  .flokzu-video-grid,
  .flokzu-feature-grid,
  .flokzu-review-grid,
  .flokzu-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .flokzu-devices {
    min-height: 390px;
  }

  .flokzu-video-grid {
    gap: 16px;
  }

  .flokzu-proof-band img {
    min-height: 210px;
  }

  .flokzu-feature-grid {
    padding-bottom: 62px;
  }

  .flokzu-feature,
  .flokzu-feature:nth-child(odd),
  .flokzu-feature:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid #d7e1e3;
  }

  .flokzu-feature:last-child {
    border-bottom: 0;
  }

  .flokzu-review {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #cddadd;
  }

  .flokzu-review:last-child {
    border-bottom: 0;
  }

  .flokzu-cta__inner {
    gap: 24px;
    justify-items: start;
    padding-block: 58px;
  }
}

@media (max-width: 560px) {
  .flokzu-hero {
    min-height: 540px;
  }

  .flokzu-hero__inner {
    padding-block: 64px;
  }

  .flokzu-hero__logo {
    margin-bottom: 26px;
  }

  .flokzu-hero__logo img {
    width: 210px;
  }

  .flokzu-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .flokzu-workflow,
  .flokzu-analytics,
  .flokzu-reviews {
    padding: 68px 0;
  }

  .flokzu-task-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .flokzu-devices {
    min-height: 300px;
  }

  .flokzu-devices::before {
    inset: 20px 0 10px 24px;
  }

  .flokzu-devices__phone {
    width: 34%;
  }

  .flokzu-video {
    grid-template-columns: 118px minmax(0, 1fr) 16px;
    gap: 14px;
    min-height: 98px;
    padding-right: 14px;
  }

  .flokzu-video > img {
    width: 118px;
    height: 98px;
  }

  .flokzu-video > strong {
    font-size: 0.78rem;
  }

  .flokzu-video__play {
    left: 42px;
    top: 31px;
    width: 36px;
    height: 36px;
  }

  .flokzu-analytics__media {
    min-height: 240px;
  }

  .flokzu-features__banner {
    min-height: 190px;
  }

  .flokzu-features__banner h2 {
    grid-template-columns: 24px max-content 24px;
    column-gap: 9px;
    font-size: 1.85rem;
  }

  .flokzu-feature {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 0;
  }

  .flokzu-feature__icon {
    width: 70px;
    height: 70px;
  }

  .flokzu-feature__icon img {
    max-width: 68px;
    max-height: 68px;
  }

  .flokzu-feature h3 {
    font-size: 1rem;
  }

  .flokzu-feature p {
    font-size: 0.85rem;
  }

  .flokzu-review {
    padding: 28px 0;
  }

  .flokzu-cta__inner > img {
    width: 175px;
  }
}


/* News */
.news-hero {
  position: relative;
  isolation: isolate;
  min-height: 570px;
  overflow: hidden;
  color: #fff;
  background-image: var(--news-hero-image);
  background-position: center 42%;
  background-size: cover;
}

.news-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 25, 0.9) 0%, rgba(8, 18, 25, 0.72) 43%, rgba(8, 18, 25, 0.2) 78%, rgba(8, 18, 25, 0.12) 100%),
    linear-gradient(0deg, rgba(8, 18, 25, 0.58) 0%, transparent 46%);
}

.news-hero__inner {
  display: flex;
  min-height: 570px;
  max-width: 1240px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 76px 62px;
}

.news-hero .section-kicker { color: #9cdc4d; }

.news-hero h1 {
  max-width: 760px;
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(3.35rem, 6vw, 5.35rem);
  line-height: 0.96;
}

.news-hero__inner > strong {
  display: block;
  max-width: 700px;
  color: #fff;
  font-size: clamp(1.32rem, 2.2vw, 1.8rem);
  line-height: 1.28;
}

.news-hero__inner > p:not(.section-kicker) {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
}

.news-year-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 36px;
}

.news-year-nav span {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-year-nav a {
  display: grid;
  width: 58px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.news-year-nav a:hover,
.news-year-nav a:focus-visible {
  border-color: #9cdc4d;
  background: rgba(98, 173, 5, 0.28);
}

.news-featured {
  padding: 86px 0 98px;
  background: #fff;
}

.news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbe4dd;
}

.news-heading h2 {
  margin: 0;
  color: var(--nsi-green-700);
  font-size: 1.35rem;
}

.news-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.9fr);
  gap: 46px;
  margin-top: 40px;
}

.news-feature {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.news-feature__media {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 6px;
  background: #edf2ed;
}

.news-feature--primary .news-feature__media { min-height: 380px; }

.news-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature__media span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 14px;
  color: #fff;
  background: var(--nsi-green-700);
  font-size: 0.75rem;
  font-weight: 850;
}

.news-feature__body { padding-top: 24px; }

.news-feature h3 {
  max-width: 700px;
  margin: 0;
  color: var(--nsi-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.08;
}

.news-feature:not(.news-feature--primary) h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.news-feature p,
.news-entry__body > p:not(.news-entry__year),
.news-story__copy > p:not(.section-kicker) {
  color: #526474;
  font-size: 0.94rem;
  line-height: 1.72;
}

.news-feature p { margin: 16px 0 20px; }

.news-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  align-items: center;
}

.news-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--nsi-green-700);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.news-links a + a { color: #344957; }

.news-links a:hover,
.news-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-archive {
  padding: 94px 0 104px;
  background: #f2f6f2;
}

.news-archive__intro {
  display: block;
  max-width: 860px;
  margin-bottom: 68px;
}

.news-archive__intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--nsi-ink);
  font-size: clamp(2.25rem, 4.2vw, 3.65rem);
  line-height: 1.02;
}

.news-archive__intro > p:not(.section-kicker) {
  max-width: 650px;
  margin: 22px 0 0;
  color: #5a6b78;
  line-height: 1.65;
}

.news-year {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 42px;
  padding: 54px 0;
  border-top: 1px solid #cad8cd;
  scroll-margin-top: 110px;
}

.news-year:last-child { border-bottom: 1px solid #cad8cd; }

.news-year__marker { position: relative; }

.news-year__marker::after {
  content: "";
  position: absolute;
  top: 46px;
  bottom: -54px;
  left: 2px;
  width: 1px;
  background: #b9cfbd;
}

.news-year:last-child .news-year__marker::after { display: none; }

.news-year__marker span {
  display: inline-flex;
  align-items: center;
  color: var(--nsi-green-700);
  font-size: 1rem;
  font-weight: 900;
}

.news-year__marker span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--nsi-green);
  box-shadow: 0 0 0 5px rgba(98, 173, 5, 0.13);
}

.news-year__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 34px;
}

.news-entry {
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(26, 54, 34, 0.08);
}

.news-entry__media {
  display: grid;
  min-height: 245px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e1e8e3;
  background: #e8eeea;
}

.news-entry__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-entry__media--certificate img,
.news-entry__media--screen img {
  object-fit: contain;
  background: #edf2ef;
}

.news-entry__body { padding: 26px 28px 30px; }

.news-entry__year {
  margin: 0 0 9px;
  color: var(--nsi-green-700);
  font-size: 0.72rem;
  font-weight: 850;
}

.news-entry h3 {
  margin: 0;
  color: var(--nsi-ink);
  font-size: 1.35rem;
  line-height: 1.2;
}

.news-entry__body > p:not(.news-entry__year) { margin: 14px 0 22px; }

.news-story {
  padding: 96px 0;
  color: #fff;
  background: #10222a;
}

.news-story__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: center;
}

.news-story__media {
  overflow: hidden;
  max-width: 360px;
  justify-self: center;
  border-radius: 6px;
}

.news-story__media img {
  display: block;
  width: 100%;
}

.news-story .section-kicker { color: #9cdc4d; }

.news-story h2 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.04;
}

.news-story__copy > p:not(.section-kicker) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.75);
}

.news-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.news-story .btn--outline {
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff;
  background: transparent;
}

@media (max-width: 980px) {
  .news-featured__grid { grid-template-columns: minmax(0, 1fr); }

  .news-feature--primary .news-feature__media,
  .news-feature__media { min-height: 340px; }

  .news-year {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 28px;
  }

  .news-story__inner { gap: 46px; }
}

@media (max-width: 760px) {
  .news-hero,
  .news-hero__inner { min-height: 540px; }

  .news-hero { background-position: 58% center; }

  .news-hero::before {
    background: linear-gradient(90deg, rgba(8, 18, 25, 0.9), rgba(8, 18, 25, 0.52));
  }

  .news-featured,
  .news-archive,
  .news-story { padding-block: 68px; }

  .news-archive__intro,
  .news-year,
  .news-year__items,
  .news-story__inner { grid-template-columns: minmax(0, 1fr); }

  .news-archive__intro {
    gap: 16px;
    margin-bottom: 44px;
  }

  .news-year {
    gap: 24px;
    padding: 40px 0;
  }

  .news-year__marker::after { display: none; }
  .news-entry__media { min-height: 280px; }

  .news-story__media {
    width: min(100%, 340px);
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .news-hero h1 { font-size: 3.15rem; }
  .news-year-nav { gap: 7px; }

  .news-year-nav span {
    width: 100%;
    margin-bottom: 3px;
  }

  .news-feature--primary .news-feature__media,
  .news-feature__media,
  .news-entry__media { min-height: 220px; }

  .news-entry__body { padding: 23px 22px 26px; }

  .news-story__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Social responsibility */
.responsibility-hero {
  position: relative;
  isolation: isolate;
  min-height: 530px;
  overflow: hidden;
  color: #fff;
  background-image: var(--responsibility-hero);
  background-position: center 45%;
  background-size: cover;
}

.responsibility-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 24, 28, 0.88) 0%, rgba(10, 24, 28, 0.64) 45%, rgba(10, 24, 28, 0.14) 80%),
    linear-gradient(0deg, rgba(10, 24, 28, 0.48), transparent 55%);
}

.responsibility-hero__inner {
  display: flex;
  min-height: 530px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 72px;
}

.responsibility-hero .section-kicker { color: #a3df57; }

.responsibility-hero h1 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 5rem);
  line-height: 0.98;
}

.responsibility-story {
  padding: 96px 0;
  background: #fff;
}

.responsibility-story__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 88px;
  align-items: start;
}

.responsibility-story__heading {
  position: sticky;
  top: 120px;
}

.responsibility-story__heading h2 {
  margin: 10px 0 0;
  color: var(--nsi-ink);
  font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  line-height: 1;
}

.responsibility-story__copy {
  padding-top: 30px;
  border-top: 1px solid #cbd9ce;
}

.responsibility-story__copy p {
  margin: 0;
  color: #4e606d;
  font-size: 1.04rem;
  line-height: 1.85;
}

.responsibility-quote {
  padding: 78px 0;
  color: #fff;
  background: #10272b;
}

.responsibility-quote blockquote {
  display: grid;
  max-width: 1050px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 0;
}

.responsibility-quote i {
  color: #95d747;
  font-size: 2.5rem;
}

.responsibility-quote p {
  max-width: 950px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 760;
  line-height: 1.18;
}

.responsibility-gallery {
  padding: 98px 0 106px;
  background: #f2f6f1;
}

.responsibility-gallery__heading {
  display: flex;
  gap: 30px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #cad8cc;
}

.responsibility-gallery__heading h2 {
  margin: 0;
  color: var(--nsi-ink);
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.04;
}

.responsibility-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  margin-top: 40px;
}

.responsibility-photo {
  position: relative;
  min-width: 0;
  margin: 0;
}

.responsibility-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.62 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.responsibility-photo figcaption {
  margin-top: 14px;
  color: #526474;
  font-size: 0.82rem;
  font-weight: 800;
}

.responsibility-areas {
  padding: 84px 0 92px;
  background: #fff;
}

.responsibility-areas > .container > .section-kicker { margin-bottom: 34px; }

.responsibility-areas__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #c8d7cb;
  border-bottom: 1px solid #c8d7cb;
}

.responsibility-area {
  min-height: 210px;
  padding: 34px 28px;
  border-right: 1px solid #c8d7cb;
}

.responsibility-area:last-child { border-right: 0; }

.responsibility-area i {
  color: var(--nsi-green);
  font-size: 1.75rem;
}

.responsibility-area h2 {
  margin: 50px 0 0;
  color: var(--nsi-ink);
  font-size: 1.08rem;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .responsibility-story__grid {
    grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
    gap: 52px;
  }

  .responsibility-areas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .responsibility-area:nth-child(2) { border-right: 0; }
  .responsibility-area:nth-child(-n + 2) { border-bottom: 1px solid #c8d7cb; }
}

@media (max-width: 700px) {
  .responsibility-hero,
  .responsibility-hero__inner { min-height: 500px; }

  .responsibility-hero { background-position: 56% center; }

  .responsibility-story,
  .responsibility-gallery,
  .responsibility-areas { padding-block: 68px; }

  .responsibility-story__grid,
  .responsibility-gallery__grid { grid-template-columns: minmax(0, 1fr); }

  .responsibility-story__grid { gap: 38px; }
  .responsibility-story__heading { position: static; }
  .responsibility-story__copy { padding-top: 24px; }
  .responsibility-quote { padding-block: 62px; }

  .responsibility-quote blockquote {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .responsibility-gallery__heading { display: block; }
  .responsibility-gallery__heading h2 { margin-top: 10px; }
}

@media (max-width: 480px) {
  .responsibility-hero h1 { font-size: 3rem; }
  .responsibility-areas__grid { grid-template-columns: minmax(0, 1fr); }

  .responsibility-area,
  .responsibility-area:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #c8d7cb;
  }

  .responsibility-area:last-child { border-bottom: 0; }
  .responsibility-area h2 { margin-top: 26px; }
}

/* Responsibility gallery carousel */
.responsibility-carousel {
  width: min(100%, 1020px);
  margin: 42px auto 0;
}

.responsibility-carousel__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.12 / 1;
  border-radius: 6px;
  background: #10242d;
  box-shadow: 0 18px 38px rgba(17, 42, 37, 0.14);
}

.responsibility-carousel__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity 320ms ease, transform 520ms ease, visibility 320ms ease;
}

.responsibility-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

.responsibility-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsibility-carousel__slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 28px 34px 20px;
  color: #fff;
  background: linear-gradient(0deg, rgba(8, 24, 28, 0.9), rgba(8, 24, 28, 0));
}

.responsibility-carousel__slide figcaption span {
  color: #8dcc36;
  font-size: 0.78rem;
  font-weight: 900;
}

.responsibility-carousel__slide figcaption strong {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.35;
}

.responsibility-carousel__toolbar {
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
}

.responsibility-carousel__controls {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
  align-items: center;
}

.responsibility-carousel__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #aac7aa;
  border-radius: 50%;
  color: #274038;
  background: transparent;
  cursor: pointer;
  place-items: center;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.responsibility-carousel__arrow:hover,
.responsibility-carousel__arrow:focus-visible {
  border-color: var(--nsi-green);
  color: #fff;
  background: var(--nsi-green);
}

.responsibility-carousel__status {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 0;
  color: #71817b;
  font-size: 0.76rem;
  font-weight: 800;
}

.responsibility-carousel__status [data-carousel-current] {
  color: #20372f;
}

.responsibility-carousel__thumbs {
  display: grid;
  grid-template-columns: repeat(8, minmax(74px, 1fr));
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 3px 2px 7px;
  scrollbar-width: thin;
}

.responsibility-carousel__thumb {
  position: relative;
  overflow: hidden;
  min-width: 74px;
  padding: 0;
  aspect-ratio: 1.65 / 1;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #dfe8e1;
  cursor: pointer;
  opacity: 0.62;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.responsibility-carousel__thumb:hover,
.responsibility-carousel__thumb:focus-visible {
  opacity: 0.9;
}

.responsibility-carousel__thumb.is-active {
  border-color: var(--nsi-green);
  opacity: 1;
  transform: translateY(-2px);
}

.responsibility-carousel__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsibility-carousel__thumb span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  min-width: 23px;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  background: rgba(8, 24, 28, 0.82);
  font-size: 0.64rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  .responsibility-carousel__stage {
    aspect-ratio: 1.45 / 1;
  }

  .responsibility-carousel__slide figcaption {
    min-height: 72px;
    padding: 24px 20px 16px;
  }

  .responsibility-carousel__toolbar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .responsibility-carousel__controls {
    width: 166px;
  }

  .responsibility-carousel__thumbs {
    grid-template-columns: repeat(8, 88px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .responsibility-carousel__slide,
  .responsibility-carousel__thumb {
    transition: none;
  }
}

/* Dedicated contact page */
.contact-hero {
  position: relative;
  min-height: clamp(500px, 58vw, 630px);
  overflow: hidden;
  color: #fff;
  background: #102a24;
  isolation: isolate;
}

.contact-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  background-image: var(--contact-hero-image);
  background-repeat: no-repeat;
  background-position: center 62%;
  background-size: cover;
}

.contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(5, 18, 16, 0.22);
  pointer-events: none;
}

.contact-hero__inner {
  display: flex;
  min-height: inherit;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 84px;
  padding-bottom: 84px;
}

.contact-hero .section-kicker {
  color: #a7df4e;
}

.contact-hero .section-kicker::after {
  background: #a7df4e;
}

.contact-hero h1 {
  max-width: 610px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
}

.contact-hero__inner > p:not(.section-kicker) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.7;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  margin-top: 30px;
}

.contact-hero__actions .btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
}

.contact-hero__whatsapp {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-hero__whatsapp i {
  color: #a7df4e;
  font-size: 1.25rem;
}

.contact-hero__whatsapp:hover,
.contact-hero__whatsapp:focus-visible {
  color: #a7df4e;
}

.contact-hero__location {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 56px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-hero__location i {
  color: #a7df4e;
}

.contact-methods {
  padding: 96px 0 104px;
  background: #fff;
}

.contact-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.62fr);
  gap: 60px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7e2d8;
}

.contact-section-heading h2,
.contact-office__copy h2,
.contact-social__copy h2,
.contact-cta__inner h2 {
  margin: 16px 0 0;
  color: var(--nsi-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
}

.contact-section-heading > p {
  margin: 0;
  color: #536574;
  font-size: 0.98rem;
  line-height: 1.72;
}

.contact-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.contact-method {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 230px;
  padding: 28px;
  border: 1px solid #d8e3d9;
  border-top: 3px solid var(--nsi-green);
  border-radius: 6px;
  color: #12221d;
  background: #f9fbf8;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  border-color: #94bd6b;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(31, 59, 46, 0.1);
}

.contact-method__icon {
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--nsi-green);
  border-radius: 50%;
  place-items: center;
}

.contact-method__index {
  position: absolute;
  top: 30px;
  right: 28px;
  color: #87968e;
  font-size: 0.7rem;
  font-weight: 900;
}

.contact-method h3 {
  margin: 34px 0 8px;
  font-size: 1.17rem;
  line-height: 1.25;
}

.contact-method strong {
  align-self: end;
  max-width: calc(100% - 28px);
  color: #4a5f55;
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.contact-method__arrow {
  position: absolute;
  right: 28px;
  bottom: 29px;
  color: var(--nsi-green);
  font-size: 0.8rem;
}

.contact-office {
  padding: 96px 0;
  background: #f0f5ef;
}

.contact-office__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 64px;
  align-items: center;
}

.contact-office__copy h2 {
  max-width: 440px;
}

.contact-office__copy address {
  max-width: 430px;
  margin: 24px 0 28px;
  color: #4c5f57;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.75;
}

.contact-office__copy > a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 9px;
  color: #1b3e31;
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration-color: #77b72a;
  text-underline-offset: 5px;
}

.contact-office__map {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #c9d8cb;
  border-radius: 6px;
  background: #dce8dc;
  box-shadow: 0 18px 36px rgba(27, 55, 43, 0.12);
}

.contact-office__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-social {
  padding: 72px 0;
  color: #fff;
  background: #10242d;
}

.contact-social__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.contact-social .section-kicker {
  color: #93cf38;
}

.contact-social .section-kicker::after {
  background: #93cf38;
}

.contact-social__copy h2 {
  color: #fff;
}

.contact-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-social__links a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-social__links a:hover,
.contact-social__links a:focus-visible {
  border-color: #93cf38;
  color: #93cf38;
}

.contact-cta {
  padding: 88px 0 96px;
  background: #fff;
}

.contact-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: end;
  padding-bottom: 36px;
  border-bottom: 1px solid #d7e2d8;
}

.contact-cta__inner > div {
  max-width: 820px;
}

.contact-cta__inner h2 {
  margin-bottom: 18px;
}

.contact-cta__inner p:not(.section-kicker) {
  margin: 0;
  color: #526474;
  font-size: 0.98rem;
  line-height: 1.72;
}

.contact-cta__inner .btn {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 6px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .contact-hero::before {
    width: 100%;
    opacity: 0.42;
  }

  .contact-hero::after {
    background: rgba(5, 18, 16, 0.58);
  }

  .contact-section-heading,
  .contact-office__grid,
  .contact-social__inner,
  .contact-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-methods__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-method {
    min-height: 190px;
  }

  .contact-office__grid {
    gap: 42px;
  }

  .contact-social__links {
    justify-content: flex-start;
  }

  .contact-cta__inner {
    gap: 28px;
  }

  .contact-cta__inner .btn {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    min-height: 560px;
  }

  .contact-hero__inner {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .contact-hero h1 {
    max-width: 330px;
    font-size: 3rem;
  }

  .contact-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero__location {
    margin-top: 44px;
  }

  .contact-methods,
  .contact-office,
  .contact-cta {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .contact-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-office__map {
    aspect-ratio: 1 / 1;
  }

  .contact-social__links {
    display: grid;
    grid-template-columns: 1fr;
  }
}


/* Homepage editorial refinement - 2026-07-30 */
.home-page .nsi-topics-section {
  padding: 76px 0 88px;
  background: #fff;
}

.home-page .nsi-topics {
  max-width: 1160px;
}

.home-page .nsi-topics__lead {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  margin: 0 0 44px;
  padding: 28px 0;
  border-top: 1px solid #cddbc9;
  border-bottom: 1px solid #cddbc9;
  background: transparent;
  box-shadow: none;
}

.home-page .nsi-topics__lead p {
  margin: 0;
  color: #35443e;
  font-size: 1rem;
  line-height: 1.7;
}

.home-page .nsi-topics__layout {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 54px;
  align-items: stretch;
}

.home-page .nsi-topics__media {
  --topics-media-height: 680px;
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(132px, 0.72fr);
  gap: 12px;
  height: var(--topics-media-height);
  padding: 0;
}

.home-page .nsi-topics__media img {
  border-radius: 5px;
  box-shadow: none;
}

.home-page .nsi-topics__media > .nsi-topics__photo-main {
  max-height: none;
  border-radius: 5px;
  object-position: center 35%;
}

.home-page .nsi-topics__photo-pair {
  gap: 12px;
  height: var(--topics-media-height);
  padding: 0;
}

.home-page .nsi-topics__copy {
  padding: 0;
}

.home-page .nsi-topic-list {
  display: block;
  margin: 0;
  padding: 0;
}

.home-page .nsi-topic-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid #d8e2d5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .nsi-topic-list li:last-child {
  border-bottom: 1px solid #d8e2d5;
}

.home-page .nsi-topic-list li::before {
  display: none;
}

.home-page .nsi-topic-list__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #387f10;
  border: 1px solid #a8cb8d;
  border-radius: 50%;
  background: #eff8e7;
}

.home-page .nsi-topic-list__icon i {
  font-size: 1rem;
}

.home-page .nsi-topic-list__title {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 7px;
  color: #10242d;
  font-size: 1.03rem;
  font-weight: 850;
  text-decoration: none;
}

.home-page .nsi-topic-list__title i {
  color: #58a916;
  font-size: 0.75rem;
  transition: transform 180ms ease;
}

.home-page .nsi-topic-list__title:hover i,
.home-page .nsi-topic-list__title:focus-visible i {
  transform: translateX(4px);
}

.home-page .nsi-topic-list li p {
  margin: 0;
  color: #52625d;
  font-size: 0.91rem;
  line-height: 1.58;
}

.home-page .nsi-topics__closing {
  display: flex;
  justify-content: flex-end;
  margin: 26px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .nsi-topics__closing .btn {
  width: auto;
  min-width: 0;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 5px;
}

/* Interact as an integrated product story */
.home-page .interact-feature {
  padding: 90px 0;
  background: #eef4ec;
}

.home-page .interact-feature .container {
  max-width: 1160px;
}

.home-page .interact-feature__body {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: 66px;
  align-items: center;
  padding: 0;
}

.home-page .interact-feature__content {
  min-width: 0;
}

.home-page .interact-feature__logos {
  justify-content: flex-start;
  gap: 18px;
  width: max-content;
  max-width: 100%;
  padding: 0 0 24px;
}

.home-page .interact-feature__logos img {
  max-width: 142px;
  max-height: 58px;
}

.home-page .interact-feature__logos span {
  width: 1px;
  height: 50px;
  background: #a9b7aa;
}

.home-page .interact-feature__headline {
  display: block;
  padding: 0;
  clip-path: none;
  color: #101820;
  background: transparent;
}

.home-page .interact-feature__headline h2 {
  max-width: 520px;
  color: #101820;
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  line-height: 0.98;
  text-shadow: none;
}

.home-page .interact-feature__headline p {
  max-width: 520px;
  margin: 17px 0 0;
  color: #3d514a;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.5;
}

.home-page .interact-feature__headline p::after {
  width: 74px;
  height: 2px;
  margin-top: 22px;
  background: #62ad05;
  box-shadow: none;
}

.home-page .interact-feature__panel {
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .interact-feature__item {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #cad8c8;
}

.home-page .interact-feature__item:first-child {
  padding-top: 0;
}

.home-page .interact-feature__item:last-of-type {
  border-bottom: 1px solid #cad8c8;
}

.home-page .interact-feature__icon {
  width: 38px;
  height: 38px;
  color: #438a13;
  background: transparent;
}

.home-page .interact-feature__icon svg {
  width: 28px;
  height: 28px;
}

.home-page .interact-feature__item p,
.home-page .interact-feature__item:last-of-type p {
  color: #31433d;
  font-size: 0.94rem;
  font-weight: 450;
  line-height: 1.48;
}

.home-page .interact-feature__item:last-of-type p {
  color: #387f10;
  font-weight: 800;
}

.home-page .interact-feature__cta {
  width: auto;
  min-width: 0;
  min-height: 42px;
  margin: 24px 0 0;
  padding: 0 18px;
  border-radius: 5px;
}

.home-page .interact-feature__visual {
  position: relative;
  min-height: 520px;
  place-items: center;
}

.home-page .interact-feature__visual::before {
  inset: 46px 0 28px 54px;
  width: auto;
  aspect-ratio: auto;
  border-radius: 6px;
  background: #d8e8cb;
  transform: none;
}

.home-page .interact-feature__visual img {
  width: min(560px, 100%);
  filter: drop-shadow(0 22px 22px rgba(25, 44, 36, 0.15));
}

/* PIM feature aligned with the same editorial system */
.home-page .pim-feature {
  padding: 88px 0 94px;
  background: #fff;
}

.home-page .pim-feature .container {
  max-width: 1160px;
}

.home-page .pim-feature__header {
  min-height: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid #d6e0d3;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .pim-feature__header::after {
  display: none;
}

.home-page .pim-feature__header h2 {
  max-width: 760px;
  margin: 0;
  color: #101820;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 1.02;
  text-align: left;
  text-shadow: none;
}

.home-page .pim-feature__logos {
  justify-content: flex-start;
  width: auto;
  margin: 22px 0 42px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .pim-feature__logos::before,
.home-page .pim-feature__logos::after {
  display: none;
}

.home-page .pim-feature__logos img {
  width: min(690px, 100%);
  max-height: 72px;
  object-position: left center;
}

.home-page .pim-feature__body {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 58px;
  padding: 0;
}

.home-page .pim-feature__body::before {
  display: none;
}

.home-page .pim-feature__copy {
  align-self: center;
  padding: 26px 0 26px 26px;
  border: 0;
  border-left: 3px solid #62ad05;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .pim-feature__copy::after {
  display: none;
}

.home-page .pim-feature__copy p {
  margin: 0 0 18px;
  color: #40514b;
  font-size: 0.96rem;
  line-height: 1.66;
}

.home-page .pim-feature__media {
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 18px 34px rgba(25, 44, 36, 0.13);
}

.home-page .pim-feature__media::before,
.home-page .pim-feature__media::after {
  display: none;
}

.home-page .pim-feature__media img {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1.87 / 1;
  object-fit: cover;
}

/* News: one lead story and two supporting stories */
.home-page .news-showcase {
  padding: 84px 0 92px;
  border: 0;
  background: #f2f6f1;
}

.home-page .news-showcase .section-heading {
  max-width: 760px;
  margin: 0 0 42px;
  text-align: left;
}

.home-page .news-showcase .section-kicker {
  justify-content: flex-start;
}

.home-page .news-showcase .section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 4.4vw, 3.9rem);
  text-align: left;
}

.home-page .event-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-page .event-block,
.home-page .event-block--featured,
.home-page .event-block--split,
.home-page .event-block--reverse {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  border: 1px solid #d3dfd0;
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(27, 55, 43, 0.08);
}

.home-page .event-block:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
}

.home-page .event-block__media {
  min-height: 220px;
}

.home-page .event-block:first-child .event-block__media {
  min-height: 390px;
}

.home-page .event-block:nth-child(2) .event-block__media,
.home-page .event-block:nth-child(3) .event-block__media {
  min-height: 230px;
}

.home-page .event-block__copy {
  justify-content: flex-start;
  padding: 28px 30px 30px;
}

.home-page .event-block:first-child .event-block__copy {
  justify-content: center;
  padding: 38px 42px;
}

.home-page .event-block__title,
.home-page .event-block--reverse .event-block__title {
  padding-left: 0;
}

.home-page .event-block__title::before {
  display: none;
}

.home-page .event-block__copy p {
  color: #485b54;
  font-size: 0.93rem;
  line-height: 1.6;
}

.home-page .event-block__icon {
  border-radius: 5px;
}

/* Contact: image-led contact block plus unboxed responsibility copy */
.home-page .contact-section {
  padding: 88px 0 94px;
  color: #fff;
  background: #10242d;
}

.home-page .contact-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 66px;
  align-items: center;
}

.home-page .contact-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .contact-panel--main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-top: 3px solid #78c62a;
  background: #17323b;
}

.home-page .contact-panel__content {
  padding: 32px 28px;
}

.home-page .contact-panel > i,
.home-page .contact-panel h2 {
  color: #fff;
}

.home-page .contact-panel h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.05;
}

.home-page .contact-panel h2::after {
  background: #7ac72c;
}

.home-page .contact-panel p,
.home-page .contact-address {
  color: #d8e2df;
}

.home-page .contact-panel--main img {
  order: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 34%;
  box-shadow: none;
}

.home-page .contact-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.home-page .contact-actions .btn {
  width: max-content;
  max-width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 5px;
}

.home-page .contact-actions .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
}

.home-page .contact-panel--soft {
  padding: 8px 0 8px 34px;
  border-left: 1px solid rgba(122, 199, 44, 0.62);
}

.home-page .contact-panel--soft p {
  font-size: 0.94rem;
  line-height: 1.64;
}

@media (max-width: 980px) {
  .home-page .nsi-topics__layout,
  .home-page .interact-feature__body,
  .home-page .pim-feature__body,
  .home-page .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .nsi-topics__media {
    --topics-media-height: 440px;
  }

  .home-page .nsi-topic-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
  }

  .home-page .interact-feature__visual {
    min-height: 390px;
  }

  .home-page .contact-grid {
    gap: 48px;
  }

  .home-page .contact-panel--main {
    grid-template-columns: minmax(0, 1fr) 240px;
  }
}

@media (max-width: 720px) {
  .home-page .nsi-topics-section,
  .home-page .interact-feature,
  .home-page .pim-feature,
  .home-page .news-showcase,
  .home-page .contact-section {
    padding: 60px 0;
  }

  .home-page .nsi-topics__lead,
  .home-page .nsi-topic-list,
  .home-page .event-stack,
  .home-page .event-block:first-child {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .nsi-topics__lead {
    gap: 18px;
    margin-bottom: 30px;
    padding: 22px 0;
  }

  .home-page .nsi-topics__media {
    --topics-media-height: auto;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
  }

  .home-page .nsi-topics__media > .nsi-topics__photo-main {
    aspect-ratio: 4 / 3;
  }

  .home-page .nsi-topics__photo-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
  }

  .home-page .nsi-topics__photo-pair img {
    aspect-ratio: 1 / 1;
  }

  .home-page .nsi-topics__closing {
    justify-content: flex-start;
  }

  .home-page .interact-feature__headline h2,
  .home-page .pim-feature__header h2,
  .home-page .news-showcase .section-heading h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .home-page .interact-feature__visual {
    min-height: 300px;
  }

  .home-page .pim-feature__copy {
    padding: 20px 0 0;
    border-top: 3px solid #62ad05;
    border-left: 0;
  }

  .home-page .event-block:first-child .event-block__media {
    min-height: 260px;
  }

  .home-page .event-block:first-child .event-block__copy {
    padding: 28px 30px 30px;
  }

  .home-page .contact-panel--main {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .contact-panel--main img {
    order: 2;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    object-position: 50% 28%;
  }

  .home-page .contact-panel--soft {
    padding: 30px 0 0;
    border-top: 1px solid rgba(122, 199, 44, 0.62);
    border-left: 0;
  }
}

@media (max-width: 460px) {
  .home-page .interact-feature__logos img {
    max-width: 116px;
  }

  .home-page .interact-feature__body {
    gap: 34px;
  }

  .home-page .event-block__copy,
  .home-page .event-block:first-child .event-block__copy {
    padding: 24px 22px 26px;
  }

  .home-page .contact-panel__content {
    padding: 28px 22px;
  }
}


/* Homepage final QA corrections */
.home-page .nsi-topics__lead {
  border-left: 0;
}

.home-page .event-block:nth-child(2),
.home-page .event-block:nth-child(3) {
  grid-template-rows: 230px minmax(0, 1fr);
}

.home-page .event-block:nth-child(2) .event-block__media,
.home-page .event-block:nth-child(3) .event-block__media {
  order: 0;
  height: 230px;
  min-height: 230px;
}

.home-page .event-block:nth-child(2) .event-block__copy,
.home-page .event-block:nth-child(3) .event-block__copy {
  order: 1;
}

.home-page .contact-panel .contact-address {
  color: #d8e2df !important;
}

@media (max-width: 720px) {
  .home-page .event-block:nth-child(2),
  .home-page .event-block:nth-child(3) {
    grid-template-rows: 215px minmax(0, 1fr);
  }

  .home-page .event-block:nth-child(2) .event-block__media,
  .home-page .event-block:nth-child(3) .event-block__media {
    height: 215px;
    min-height: 215px;
  }
}


/* Homepage detail alignment - 2026-07-31 */
.home-page .pim-feature__header {
  display: block;
}

.home-page .pim-feature__header h2 {
  width: min(760px, 100%);
  max-width: none;
}

.home-page .pim-feature__logos {
  display: flex;
  width: 100%;
}

.home-page .pim-feature__logos img {
  width: min(620px, 100%);
  filter: none;
  mix-blend-mode: multiply;
}

.home-page .pim-feature__body {
  margin-inline: 0;
}

.home-page .contact-section .container {
  width: min(100% - 48px, 1240px);
  max-width: 1240px;
}

.home-page .contact-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 56px;
}

.home-page .contact-panel--main {
  grid-template-columns: minmax(0, 1fr) 200px;
}

.home-page .contact-panel--main h2 {
  font-size: clamp(2rem, 3vw, 2.45rem);
}

.home-page .contact-panel--main img {
  object-position: 50% 24%;
}

@media (max-width: 980px) {
  .home-page .contact-section .container {
    width: min(100% - 34px, 760px);
  }

  .home-page .contact-panel--main {
    grid-template-columns: minmax(0, 1fr) 230px;
  }
}

@media (max-width: 720px) {
  .home-page .pim-feature__logos img {
    width: min(540px, 100%);
  }

  .home-page .contact-section .container {
    width: min(100% - 24px, 760px);
  }

  .home-page .contact-panel--main {
    grid-template-columns: minmax(0, 1fr);
  }
}


.home-page .pim-feature__header h2 {
  justify-self: start;
  margin-inline: 0;
}


/* Header and contact image final corrections - 2026-07-31 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .nav-wrap {
  position: relative;
  top: auto;
}

.home-page .contact-panel--main {
  grid-template-columns: minmax(0, 1fr) 250px;
}

.home-page .contact-panel--main img {
  object-fit: contain;
  object-position: center;
  background: #f3f5f4;
}

@media (max-width: 720px) {
  .home-page .contact-panel--main {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Contact photo proportion correction - 2026-07-31 */
.home-page .contact-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 48px;
}

.home-page .contact-panel--main {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.home-page .contact-panel--main img {
  object-fit: cover;
  object-position: center;
  background: transparent;
}

@media (max-width: 980px) {
  .home-page .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .home-page .contact-panel--main {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .contact-panel--main img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
