/* ── LLMO ── */
.lp7-new-badge {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  color: #4caf50;
  border: 2px solid #4caf50;
  margin-bottom: 8px;
}
.lp7-llmo-heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
.lp7-llmo-heading .accent {
  color: #1976d2;
  background: linear-gradient(transparent 70%, #cce5ff 0%);
}
@media (min-width: 768px) {
  .lp7-llmo-heading {
    font-size: 30px;
  }
}
.lp7-llmo-sub {
  text-align: center;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp7-llmo-sub {
    font-size: 16px;
  }
}
.lp7-llmo-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.lp7-llmo-card {
  flex: 1;
  min-width: 260px;
  text-align: center;
  padding: 24px 20px;
  border: 1px solid #d6eaf7;
  border-radius: 12px;
  background: #fff;
}
@media (max-width: 767px) {
  .lp7-llmo-card {
    min-width: 100%;
  }
}
.lp7-llmo-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .lp7-llmo-card__title {
    font-size: 20px;
  }
}
.lp7-llmo-card__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #e8f4fd;
  aspect-ratio: 16/10;
  margin-bottom: 12px;
}
.lp7-llmo-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp7-llmo-card__desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lp7-llmo-card__desc {
    font-size: 14px;
  }
}
