.home-product-expansion {
  padding: 88px 0 94px;
  border-top: 1px solid #d7e2e3;
  border-bottom: 1px solid #d7e2e3;
  color: #17282b;
  background: #f2f6f6;
}

.home-growth-evidence {
    padding: 72px 0;
    color: #effbfb;
    background: #173744;
}

.home-growth-evidence__heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 34px;
}

.home-growth-evidence__heading p {
    margin: 0 0 10px;
    color: #84d7d6;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-growth-evidence__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.14;
    letter-spacing: 0;
}

.home-growth-evidence__heading > span {
    color: #c0d8dc;
    font-size: 16px;
}

.home-growth-evidence__links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.2);
}

.home-growth-evidence__links a {
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 18px;
    border-right: 1px solid rgba(255,255,255,.16);
    color: #fff;
    text-decoration: none;
}

.home-growth-evidence__links a:hover,
.home-growth-evidence__links a:focus-visible {
    background: rgba(255,255,255,.07);
}

.home-growth-evidence__links strong { font-size: 16px; }
.home-growth-evidence__links small { color: #b8d0d4; line-height: 1.45; }

@media (max-width: 1000px) {
    .home-growth-evidence__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .home-growth-evidence__heading { grid-template-columns: 1fr; gap: 18px; }
    .home-growth-evidence__links { grid-template-columns: 1fr; }
    .home-growth-evidence__links a { min-height: 104px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
}

.home-product-expansion * {
  box-sizing: border-box;
}

.home-product-expansion__heading {
  display: grid;
  margin-bottom: 42px;
  align-items: end;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.home-product-expansion__eyebrow {
  margin: 0 0 10px;
  color: #007b82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-product-expansion h2 {
  margin: 0;
  color: #17282b;
  font-size: 38px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.16;
}

.home-product-expansion__heading > p {
  margin: 0 0 4px;
  color: #596b70;
  font-size: 17px;
  line-height: 1.65;
}

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

.home-product-expansion__card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cad7d9;
  border-radius: 6px;
  background: #fff;
  flex-direction: column;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-product-expansion__card:hover,
.home-product-expansion__card:focus-within {
  border-color: #008b91;
  box-shadow: 0 14px 34px rgba(20, 37, 40, 0.11);
  transform: translateY(-3px);
}

.home-product-expansion__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #161d20;
}

.home-product-expansion__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-product-expansion__body {
  display: flex;
  min-height: 224px;
  padding: 24px;
  flex: 1;
  flex-direction: column;
}

.home-product-expansion__body span {
  display: block;
  margin-bottom: 10px;
  color: #b74d1c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-product-expansion__body h3 {
  margin: 0 0 12px;
  color: #17282b;
  font-size: 20px;
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.25;
}

.home-product-expansion__body p {
  margin: 0 0 22px;
  color: #596b70;
  font-size: 14px;
  line-height: 1.58;
}

.home-product-expansion__body > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #006d73;
  font-size: 14px;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: rgba(0, 109, 115, 0.42);
  text-underline-offset: 4px;
}

.home-product-expansion__body > a:hover,
.home-product-expansion__body > a:focus-visible {
  color: #004f54;
  text-decoration-color: currentColor;
}

@media (max-width: 1060px) {
  .home-product-expansion__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .home-product-expansion {
    padding: 70px 0;
  }

  .home-product-expansion__heading {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .home-product-expansion__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-product-expansion {
    padding: 56px 0;
  }

  .home-product-expansion h2 {
    font-size: 29px;
  }

  .home-product-expansion__heading > p {
    font-size: 15px;
  }

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

  .home-product-expansion__body {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-product-expansion__card {
    transition: none;
  }
}
