.elementor-12481 .elementor-element.elementor-element-77a847df{--display:flex;}.elementor-12481 .elementor-element.elementor-element-210143b{--display:flex;}.elementor-12481 .elementor-element.elementor-element-b34ee35{--display:flex;}.elementor-12481 .elementor-element.elementor-element-27cc4dc{--display:flex;}.elementor-12481 .elementor-element.elementor-element-da4a754{--display:flex;}.elementor-12481 .elementor-element.elementor-element-b508986{--display:flex;}.elementor-12481 .elementor-element.elementor-element-c8f08bd{--display:flex;}.elementor-12481 .elementor-element.elementor-element-df70b8e{--display:flex;}.elementor-12481 .elementor-element.elementor-element-9d1465a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-79f5287 */.ato-benefits {
  text-align: center;
  padding: 60px 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ato-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1000px;
  margin: auto;
}

.ato-benefits .benefit-item img,
.ato-benefits .benefit-item svg {
  width: 60px;   /* lebih besar tapi tetap proporsional */
  height: 60px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ato-benefits h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccd3d5f *//* Headline */
.ato-strategy .headline {
  font-size: 46px; /* lebih besar, jadi fokus utama */
  font-weight: 800;
  margin-bottom: 45px;
  line-height: 1.25;
  color: #111;
}

.ato-strategy .headline span {
  background: linear-gradient(90deg, #10b981, #f59e0b, #ef4444, #10b981);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-move 4s linear infinite;
}

/* Gradient animation */
@keyframes gradient-move {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}

/* Responsive */
@media (max-width: 992px) {
  .ato-strategy .headline {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .ato-strategy .headline {
    font-size: 30px;
    margin-bottom: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9d1465a */.cta-section {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto; /* ubah dari 80px auto jadi 0 auto */
}/* End custom CSS */