.wrap {
  padding-top: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100vw;
  min-height: 76px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 10px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(16, 57, 29, 0.12);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(16, 57, 29, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header .brand {
  margin: 0;
  flex: 0 0 auto;
}

.header .logoMark {
  width: clamp(132px, 14vw, 176px);
  height: 54px;
}

.nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
  flex-wrap: nowrap;
}

.navPrimary,
.navActions {
  display: flex;
  align-items: center;
}

.navPrimary {
  gap: clamp(16px, 2vw, 28px);
  margin-right: auto;
}

.navActions {
  gap: 12px;
  margin-left: auto;
}

.productMenu {
  position: relative;
}

.productMenuToggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: var(--mutedStrong);
  font: 600 17px/1 var(--font-sans);
  cursor: pointer;
}

.productMenuToggle::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.productMenu[open] .productMenuToggle::after {
  transform: translateY(2px) rotate(225deg);
}

.productMenuToggle::-webkit-details-marker {
  display: none;
}

.productMenuPanel {
  position: absolute;
  top: calc(100% + 10px);
  left: -18px;
  display: grid;
  width: min(340px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(16, 57, 29, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f7faef 100%);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.14);
}

.productMenuLink {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 12px;
}

.productMenuLink:nth-child(1) {
  border-left: 3px solid #84dcce;
}

.productMenuLink:nth-child(2) {
  border-left: 3px solid #3d73af;
}

.productMenuLink:nth-child(3) {
  border-left: 3px solid #f8f7f3;
}

.productMenuLink:nth-child(4) {
  border-left: 3px solid #f1545b;
}

.productMenuLink:hover,
.productMenuLink:focus-visible {
  background: rgba(234, 240, 206, 0.48);
  outline: none;
}

.productMenuLink strong {
  color: var(--ink);
  font-size: 15px;
}

.productMenuLink span {
  color: var(--mutedStrong);
  font-size: 13px;
  line-height: 1.35;
}

.headerCta,
.loginButton {
  min-height: 42px;
  padding: 0 18px;
}

.mobileHeaderCta {
  display: none;
}

.loginButton {
  border: 1px solid #10391d;
  background: transparent;
  color: #10391d;
}

.loginButton:hover,
.loginButton:focus-visible {
  background: rgba(234, 240, 206, 0.55);
  transform: translateY(-1px);
  outline: none;
}

.footerSection.brandGreenFooter {
  background: #10391d;
}

.brandGreenFooter .footer,
.brandGreenFooter .footerMeta,
.brandGreenFooter .footerMeta strong,
.brandGreenFooter .footerLinks,
.brandGreenFooter .footerLinks a {
  color: #ffffff;
}

.brandGreenFooter .footerMeta span {
  color: rgba(255, 255, 255, 0.72);
}

.brandGreenFooter .footerLinkedInLogo {
  filter: brightness(0) invert(1);
}

.productPageHero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(88px, 10vw, 132px);
  padding-bottom: clamp(76px, 9vw, 120px);
  background:
    radial-gradient(circle at 84% 18%, rgba(132, 220, 206, 0.34), transparent 28%),
    radial-gradient(circle at 15% 82%, rgba(234, 240, 206, 0.7), transparent 30%), #ffffff;
}

.productPageHero::after {
  position: absolute;
  top: 12%;
  right: -7%;
  width: clamp(180px, 24vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(61, 115, 175, 0.18);
  border-radius: 50%;
  background: rgba(61, 115, 175, 0.06);
  content: "";
}

.productPageHero .sectionInner {
  position: relative;
  z-index: 1;
}

.productPageGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.productPagePanel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 57, 29, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(234, 240, 206, 0.72), rgba(255, 255, 255, 0.96) 58%), #ffffff;
  box-shadow: 0 20px 48px rgba(16, 57, 29, 0.08);
}

.productPagePanel h2,
.productPagePanel h3 {
  margin-top: 0;
  color: #10391d;
}

.productPageList {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.productPageList li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.6;
}

.productPageList li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #84dcce;
  content: "";
}

.main > .sectionAlt:not(.footerSection):not(.ctaSection) {
  background:
    linear-gradient(120deg, rgba(234, 240, 206, 0.56), rgba(132, 220, 206, 0.1) 68%), #f8faf4;
}

.main > .sectionBlock:not(.hero):not(.productPageHero):not(.footerSection):nth-of-type(odd) {
  background-image: linear-gradient(90deg, rgba(61, 115, 175, 0.04), transparent 28%);
}

.sectionKicker {
  color: #3d73af;
}

.caseMetric:nth-child(1) {
  border-top: 4px solid #84dcce;
}

.caseMetric:nth-child(2) {
  border-top: 4px solid #3d73af;
}

.caseMetric:nth-child(3) {
  border-top: 4px solid #f1545b;
}

.ctaSection:not(.footerSection) {
  background: #ffffff;
}

.ctaSection .sectionTitle,
.ctaSection .sectionKicker,
.ctaSection .ctaText {
  color: #10391d;
}

.ctaSection .ctaText {
  opacity: 0.78;
}

.ctaSection .button.primary {
  background: #10391d;
  color: #fbfcf5;
}

.ctaSection .button.primary:hover {
  background: #0d2e17;
}

@media (max-width: 900px) {
  .header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .nav {
    gap: 8px;
  }

  .navPrimary,
  .navActions {
    gap: 8px;
  }

  .headerCta,
  .languageSwitch,
  .loginButton {
    display: none;
  }

  .mobileHeaderCta {
    display: inline-flex;
    min-height: 36px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .productPageGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .header .logoMark {
    width: 118px;
  }

  .navLink {
    font-size: 14px;
  }

  .productMenuToggle {
    font-size: 14px;
  }

  .navPrimary .navLink {
    display: none;
  }

  .productMenuPanel {
    position: fixed;
    top: 70px;
    right: 12px;
    left: 12px;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .productMenuToggle::after {
    transition: none;
  }
}
