@charset "UTF-8";

/* Product module only */
.home-products {
  position: relative;
  min-height: auto;
  padding: 130px 0;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(6, 24, 18, 0.03) 0%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 85% 12%, rgba(0, 127, 58, 0.16), rgba(0, 127, 58, 0) 34%),
    #f3f6f1;
}

.home-products:before {
  content: "";
  position: absolute;
  inset: 34px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 127, 58, 0), rgba(0, 127, 58, 0.22), rgba(236, 56, 8, 0));
}

.home-products .document_width {
  position: relative;
  z-index: 2;
}

.home-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 52px;
}

.home-products-head .indextt {
  width: auto;
  max-width: 760px;
  float: none;
  margin: 0;
}

.home-products-head .indextt strong,
.home-products-head .indextt p {
  width: auto;
  float: none;
}

.home-products-head .indextt p {
  max-width: 620px;
  color: #4b5a53;
}

.home-products-head a.am {
  flex: 0 0 auto;
  float: none;
  margin: 0 0 6px;
  box-shadow: 0 16px 35px rgba(0, 127, 58, 0.15);
}

.home-products-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.home-product-hero,
.home-product-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(12, 42, 30, 0.1);
  border-radius: 8px;
  color: #101714;
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 45, 35, 0.08);
  box-sizing: border-box;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-product-hero:hover,
.home-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 127, 58, 0.35);
  box-shadow: 0 28px 70px rgba(20, 36, 30, 0.14);
}

.home-product-hero {
  min-height: 650px;
  padding: 56px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.52)),
    radial-gradient(circle at 84% 68%, rgba(201, 232, 15, 0.3), rgba(201, 232, 15, 0) 30%),
    linear-gradient(138deg, #ffffff 0%, #edf5ec 100%);
}

.home-product-hero:before,
.home-product-card:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 44%);
}

.home-product-label,
.home-product-card span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  border-radius: 30px;
  color: #007f3a;
  background: rgba(0, 127, 58, 0.1);
  font-size: 14px;
  font-weight: 700;
}

.home-product-hero h2 {
  max-width: 520px;
  margin: 26px 0 16px;
  color: #07110d;
  font-size: 56px;
  line-height: 1.04;
}

.home-product-hero p {
  max-width: 520px;
  color: #3d4c45;
  font-size: 18px;
  line-height: 1.65;
}

.home-product-hero ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.home-product-hero li {
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  border-radius: 38px;
  color: #183027;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(0, 127, 58, 0.12);
  font-size: 15px;
  font-weight: 700;
}

.home-product-hero img {
  position: absolute;
  right: -1%;
  bottom: -6%;
  width: min(62%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 45px rgba(0, 0, 0, 0.18));
  transition: transform 0.45s ease;
}

.home-product-hero:hover img,
.home-product-card:hover img {
  transform: scale(1.04);
}

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

.home-product-card {
  min-height: 311px;
  padding: 34px 32px 172px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    #fff;
}

.home-product-card h3 {
  margin: 18px 0 10px;
  color: #08120e;
  font-size: 30px;
  line-height: 1.18;
}

.home-product-card p {
  max-width: 260px;
  color: #5e6763;
  font-size: 15px;
  line-height: 1.55;
}

.home-product-card img {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 58%;
  max-width: 235px;
  height: 155px;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.home-product-card.is-green {
  background: linear-gradient(145deg, #eff8ef 0%, #ffffff 100%);
}

.home-product-card.is-dark {
  color: #101714;
  background:
    radial-gradient(circle at 88% 82%, rgba(201, 232, 15, 0.2), rgba(201, 232, 15, 0) 36%),
    linear-gradient(145deg, #f4f8f2 0%, #ffffff 62%, #eef5ee 100%);
}

.home-product-card.is-dark h3,
.home-product-card.is-dark p {
  color: #08120e;
}

.home-product-card.is-dark span {
  color: #007f3a;
  background: rgba(0, 127, 58, 0.1);
}

@media only screen and (max-width: 1560px) {
  .home-products {
    padding: 105px 0;
  }

  .home-product-hero {
    min-height: 580px;
    padding: 46px;
  }

  .home-product-hero h2 {
    font-size: 44px;
  }

  .home-product-card {
    min-height: 276px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1270px) {
  .home-products {
    margin-top: 0;
    padding: 80px 0;
  }

  .home-products-head {
    align-items: flex-start;
  }

  .home-products-showcase {
    grid-template-columns: 1fr;
  }

  .home-product-hero {
    min-height: 500px;
  }

  .home-product-hero h2 {
    font-size: 38px;
  }

  .home-product-hero img {
    width: min(50%, 380px);
  }
}

@media only screen and (max-width: 650px) {
  .home-products {
    padding: 54px 0;
  }

  .home-products-head {
    display: block;
    margin-bottom: 24px;
  }

  .home-products-head a.am {
    margin-top: 18px;
  }

  .home-products-showcase,
  .home-product-grid {
    gap: 14px;
  }

  .home-product-hero {
    min-height: auto;
    padding: 26px 20px 260px;
  }

  .home-product-hero h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  .home-product-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  .home-product-hero ul {
    display: block;
    margin-top: 18px;
  }

  .home-product-hero li {
    display: table;
    height: 32px;
    line-height: 32px;
    margin: 8px 0 0;
    font-size: 13px;
  }

  .home-product-hero img {
    right: 50%;
    bottom: 0;
    width: min(76%, 300px);
    transform: translateX(50%);
  }

  .home-product-hero:hover img {
    transform: translateX(50%) scale(1.04);
  }

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

  .home-product-card {
    min-height: 238px;
    padding: 22px 20px 126px;
  }

  .home-product-card h3 {
    font-size: 22px;
  }

  .home-product-card img {
    max-width: 170px;
    height: 118px;
  }
}
