.ecoton-product-content {
  max-width: 1180px;
  margin: 0 auto 50px;
  color: #333;
  font-family: inherit;
}

.ecoton-product-content * {
  box-sizing: border-box;
}

.ecoton-product-alert {
  margin: 0 0 28px;
  padding: 24px 28px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 88% 15%, rgba(120, 190, 95, .18), transparent 32%),
    linear-gradient(135deg, #101914 0%, #050706 100%);
  color: #fff;
  border: 1px solid rgba(120, 190, 95, .28);
}

.ecoton-product-alert__badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: rgba(120, 190, 95, .12);
  border: 1px solid rgba(120, 190, 95, .55);
  color: #9bd36f;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ecoton-product-alert h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ecoton-product-alert p {
  margin: 0 0 10px;
  max-width: 900px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.7;
}

.ecoton-product-alert p:last-child {
  margin-bottom: 0;
}

.ecoton-product-alert__note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 4px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.6;
}

.ecoton-product-section {
  margin: 0 0 28px;
  padding: 30px;
  border: 1px solid #e8ebef;
  border-radius: 4px;
  background: #fff;
}

.ecoton-product-section--accent {
  border-color: rgba(44, 98, 66, .22);
  background:
    radial-gradient(circle at 90% 10%, rgba(44,98,66,.08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7faf8 100%);
}

.ecoton-product-section h2 {
  margin: 0 0 16px;
  color: #242a31;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.ecoton-product-section p {
  margin: 0 0 14px;
  color: #4f5965;
  font-size: 16px;
  line-height: 1.78;
}

.ecoton-product-section p:last-child {
  margin-bottom: 0;
}

.ecoton-product-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 0;
}

.ecoton-product-benefit {
  min-height: 168px;
  padding: 22px 20px;
  border: 1px solid #e8ebef;
  border-radius: 4px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ecoton-product-benefit:hover {
  transform: translateY(-3px);
  border-color: rgba(44, 98, 66, .35);
  box-shadow: 0 14px 32px rgba(22, 31, 27, .08);
}

.ecoton-product-benefit__icon {
  width: 38px;
  height: 38px;
  margin: 0 0 16px;
  border-radius: 4px;
  background: #2c6242;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecoton-product-benefit__icon svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.ecoton-product-benefit h3 {
  margin: 0 0 8px;
  color: #242a31;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.ecoton-product-benefit p {
  margin: 0;
  color: #66727c;
  font-size: 14px;
  line-height: 1.6;
}

.ecoton-product-dark {
  margin: 0 0 28px;
  padding: 32px 30px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 86% 18%, rgba(120, 190, 95, .16), transparent 32%),
    linear-gradient(135deg, #101914 0%, #050706 100%);
  color: #fff;
}

.ecoton-product-dark h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.ecoton-product-dark p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.75;
}

.ecoton-product-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ecoton-product-list li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.55;
}

.ecoton-product-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(120, 190, 95, .14);
  border: 1px solid rgba(120, 190, 95, .48);
}

.ecoton-product-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 23px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #9bd36f;
  border-bottom: 2px solid #9bd36f;
  transform: rotate(45deg);
}

.ecoton-product-list li:last-child {
  border-bottom: 0;
}

.ecoton-product-cta {
  padding: 28px 30px;
  border-radius: 4px;
  background: #f4f8f5;
  border: 1px solid rgba(44, 98, 66, .18);
  border-left: 4px solid #2c6242;
}

.ecoton-product-cta h2 {
  margin: 0 0 12px;
  color: #242a31;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 850;
}

.ecoton-product-cta p {
  margin: 0;
  color: #3f4b45;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .ecoton-product-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ecoton-product-alert,
  .ecoton-product-section,
  .ecoton-product-dark,
  .ecoton-product-cta {
    padding: 22px 20px;
  }

  .ecoton-product-alert h2,
  .ecoton-product-section h2,
  .ecoton-product-dark h2 {
    font-size: 23px;
  }

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

  .ecoton-product-benefit {
    min-height: auto;
  }
}

.ecoton-product-content a {
  color: #2c6242;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ecoton-product-content a:hover {
  color: #204a32;
}
