.elementor-10 .elementor-element.elementor-element-02ef21c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-018a36f *//* PRODUCT HERO */
.product-hero {
  padding: 80px 0;
  background: #ffffff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content h1 {
  font-size: 44px;
  line-height: 1.2;
  margin: 15px 0;
}

.hero-content h1 span {
  color: #1f7a3f;
}

.subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 25px;
}

.rating {
  font-size: 14px;
  margin-bottom: 10px;
}

.benefits {
  list-style: none;
  margin-bottom: 20px;
}

.benefits li {
  font-size: 16px;
  margin-bottom: 10px;
}

.trust {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 14px;
}

.stock {
  color: #1f7a3f;
  font-weight: bold;
}

.cta-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 16px 35px;
  border-radius: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  font-size: 13px;
  text-align: center;
}

/* IMAGE */
.hero-image {
  position: relative;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
}

.badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: gold;
  color: #000;
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49510b3 *//* TECHNOLOGY / BENEFITS SECTION */
.tech-section {
  background: #faf9f7;
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 38px;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #666;
}

.divider {
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #c6b36a;
  border-radius: 5px;
  margin-top: 20px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.tech-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.icon-circle {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #f3f1ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.tech-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.tech-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77cc26d *//* RESULTS / TESTIMONIALS SECTION */
.results-section {
  background: #ffffff;
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 38px;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #666;
}

.divider {
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #c6b36a;
  border-radius: 5px;
  margin-top: 20px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.result-card {
  background: #faf9f7;
  padding: 35px 30px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  text-align: center;
}

.result-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.stars {
  color: #f5b400;
  font-size: 18px;
  margin-bottom: 15px;
}

.result-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66e13 *//* ICON STRIP */
.icon-strip {
  background: #faf9f7;
  padding: 40px 0;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 20px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.icon-item p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}/* End custom CSS */