/* =========================
   AsthmaGuard Landing (NEW)
   ========================= */

/* background halaman */
.ml-hero{
  min-height: calc(100vh - 72px);
  padding: 48px 0;
  background: radial-gradient(900px 500px at 70% 20%, rgba(59,130,246,.20), transparent 60%),
              radial-gradient(900px 500px at 15% 80%, rgba(14,165,233,.18), transparent 55%),
              linear-gradient(180deg, #dcebff 0%, #cfe3ff 100%);
}

/* card utama */
.ml-hero-card{
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.30));
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 26px;
  padding: 34px 34px;
  box-shadow: 0 28px 80px rgba(10, 30, 66, .18);
  backdrop-filter: blur(10px);
}

/* teks kiri */
.ml-hero-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11,42,91,.10);
  color: rgba(11,42,91,.90);
  font-size: 12.5px;
  font-weight: 600;
}

.ml-hero-title{
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  color: #071a3a;
  letter-spacing: -0.6px;
}

.ml-hero-desc{
  margin: 0;
  max-width: 520px;
  color: rgba(7,26,58,.82);
  font-size: 14.5px;
  line-height: 1.6;
}

.ml-hero-cta{
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* badge AUC kecil */
.ml-hero-mini{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.55);
  min-width: 120px;
}

.ml-mini-label{
  font-size: 12px;
  color: rgba(7,26,58,.65);
  font-weight: 600;
}

.ml-mini-value{
  font-size: 16px;
  font-weight: 800;
  color: #071a3a;
}

/* note */
.ml-hero-note{
  margin-top: 10px;
  font-size: 12.5px;
  color: rgba(7,26,58,.70);
}

/* area gambar kanan */
.ml-illus{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  min-height: 360px;
}

/* gambar agar tidak kebesaran */
.ml-hero-img{
  width: 100%;
  max-width: 520px;     /* ubah kalau mau lebih kecil */
  max-height: 360px;    /* ubah kalau mau lebih kecil */
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(10, 30, 66, .28);
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.18);
}

/* responsif */
@media (max-width: 992px){
  .ml-hero{ padding: 28px 0; }
  .ml-hero-card{ padding: 22px; }
  .ml-hero-title{ font-size: 34px; }
  .ml-illus{ min-height: 220px; }
  .ml-hero-img{ max-width: 520px; max-height: 260px; }
}

@media (max-width: 576px){
  .ml-hero-title{ font-size: 30px; }
  .ml-hero-desc{ font-size: 14px; }
  .ml-hero-mini{ width: 100%; }
}
