.elementor-9779 .elementor-element.elementor-element-5a6d809{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9779 .elementor-element.elementor-element-1ca9ca7{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-1ca9ca7 */.reward-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.reward-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #1a1a1a;
}

.reward-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.reward-card {
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.25s ease;
}

.reward-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.reward-card h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #0a3981; /* warna biru elegan */
}

.reward-card p {
  margin: 0;
  font-size: 16px;
  color: #444;
}


/* Responsive for 2-column layout */
@media (min-width: 700px) {
  .reward-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Laptop-wide: 3 columns */
@media (min-width: 1100px) {
  .reward-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}/* End custom CSS */