/* 1px solid rgba(57,70,99,.502) */

.section--product-hero {
  padding: 7.2rem;
}

.section--product-hero img {
  width: 10rem;
  margin-bottom: 2.4rem;
}

.section--product-hero h1 {
  margin-bottom: 2.4rem;
  font-weight: 600;
}

.section--product-hero h2 {
  font-weight: 400;
}

.product-tagline {
  color: #333;
  font-size: 2rem;
  margin-bottom: 3.2rem;
}

.section--product-features {
  padding: 7.2rem 0;
}

.feature-cards {
  margin-bottom: 4.8rem;
}

.features {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1.8rem;
  padding: 4.8rem;
  border-radius: 1.1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.features::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  width: 8rem;
  height: 8rem;
  background: url("/static/images/icons/tick-1.png") center/cover no-repeat;
  transform: rotate(-15deg);
}

.heading-tertiary {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.feature-details {
  font-size: 1.8rem;
  line-height: 1.2;
}

.feature-details li {
  margin: 0 0 1.2rem 2.4rem;
}

.feature-details .subdetail {
  margin: 0 0 0.8rem 4.2rem;
}

.subdetails-group .subdetail:first-child {
  margin-top: -0.8rem;
}

.subdetails-group .subdetail:last-child {
  margin-bottom: 1.2rem;
}

.section--product-benefits {
  background-color: #f3f8ff;
  padding: 7.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section--product-benefits h2 {
  font-style: italic;
  font-size: 3.2rem;
  font-weight: 400;
}

.benefit-details p {
  font-size: 2.4rem;
  margin: 4.8rem 0 1.8rem 0;
}

.benefit-details li {
  font-size: 1.8rem;
  margin: 1.2rem 0 0 2.4rem;
}

.section--product-connect {
  padding: 9.6rem;
}

.subheading {
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: 0.75px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  display: block;
}

.product-contact div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3.2rem;
}

.connect-tagline {
  margin-top: 4.2rem;
  font-size: 2.4rem;
}
