/* Start custom CSS for html, class: .elementor-element-8b8732c */.lilo-programme-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px 40px 16px;
  font-family: inherit;
  color: #333333;
  box-sizing: border-box;
}

.lilo-programme-hero {
  background: linear-gradient(135deg, #eeeaf6 0%, #ffffff 100%);
  border: 2px solid #d8d3e8;
  border-radius: 28px;
  padding: 34px 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(104, 106, 149, 0.18);
  margin-bottom: 34px;
}

.lilo-programme-badge {
  display: inline-block;
  background: #cf6d7c;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lilo-programme-hero h1 {
  color: #686a95;
  font-size: 42px;
  font-weight: 900;
  margin: 0 0 12px 0;
}

.lilo-programme-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.lilo-programme-intro,
.lilo-rewards-section,
.lilo-benefits-section,
.lilo-condition-box,
.lilo-programme-cta {
  margin-bottom: 34px;
}

.lilo-programme-page h2 {
  color: #686a95;
  font-size: 28px;
  font-weight: 850;
  text-align: center;
  margin: 0 0 18px 0;
}

.lilo-section-subtitle {
  text-align: center;
  font-size: 16px;
  margin: -8px auto 22px auto;
  max-width: 700px;
}

.lilo-programme-steps,
.lilo-reward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lilo-step-card,
.lilo-reward-card {
  background: #ffffff;
  border: 1px solid #d8d3e8;
  border-radius: 22px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(104, 106, 149, 0.13);
}

.lilo-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #686a95;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 12px;
}

.lilo-step-card h3,
.lilo-reward-card h3 {
  color: #686a95;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.lilo-step-card p,
.lilo-reward-card p {
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
}

.lilo-reward-icon {
  font-size: 36px;
  margin-bottom: 8px;
}

.lilo-reward-card strong {
  color: #cf6d7c;
  font-size: 26px;
}

.lilo-highlight {
  background: #eeeaf6;
  border: 2px solid #cf6d7c;
  transform: translateY(-4px);
}

.lilo-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lilo-benefits-list div {
  background: #eeeaf6;
  border: 1px solid #d8d3e8;
  border-radius: 18px;
  padding: 15px 16px;
  font-weight: 700;
  color: #686a95;
  box-shadow: 0 2px 8px rgba(104, 106, 149, 0.10);
}

.lilo-condition-box {
  background: #fff7f8;
  border: 2px dashed #cf6d7c;
  border-radius: 24px;
  padding: 24px 20px;
  text-align: center;
}

.lilo-condition-box p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

.lilo-programme-cta {
  background: linear-gradient(135deg, #686a95, #cf6d7c);
  color: #ffffff;
  border-radius: 28px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(104, 106, 149, 0.24);
}

.lilo-programme-cta h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

.lilo-programme-cta p {
  font-size: 17px;
  margin: 0 0 20px 0;
}

.lilo-programme-button {
  display: inline-block;
  background: #ffffff;
  color: #686a95 !important;
  text-decoration: none !important;
  font-weight: 850;
  font-size: 16px;
  padding: 13px 26px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lilo-programme-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

@media (max-width: 768px) {
  .lilo-programme-hero {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .lilo-programme-hero h1 {
    font-size: 34px;
  }

  .lilo-programme-hero p {
    font-size: 16px;
  }

  .lilo-programme-page h2 {
    font-size: 24px;
  }

  .lilo-programme-steps,
  .lilo-reward-grid,
  .lilo-benefits-list {
    grid-template-columns: 1fr;
  }

  .lilo-highlight {
    transform: none;
  }

  .lilo-programme-button {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */