/* =========================================================
   Elevate Aurora Premium Hero
   Scoped CSS only untuk hero landing page.
   Aman: tidak mengubah body, .card, .btn, h1 global.
   ========================================================= */

.aurora-safe-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 10% 75%, rgba(212, 175, 55, 0.20), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(56, 189, 248, 0.26), transparent 34%),
    linear-gradient(110deg, #ffffff 0%, #f8fbff 42%, #eaf7ff 72%, #fff7df 100%);
  isolation: isolate;
}

/* lapisan putih agar teks tetap jelas */
.aurora-safe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 48%, rgba(255,255,255,0.70) 100%);
  z-index: 0;
}

/* ornamen biru langit kanan */
.aurora-safe-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(56,189,248,.22) 0%, rgba(56,189,248,.10) 36%, transparent 68%);
  border: 1px solid rgba(56,189,248,.18);
  z-index: 0;
}

/* pastikan konten di atas background */
.aurora-safe-hero .container,
.aurora-safe-hero .row,
.aurora-safe-hero [class*="col-"] {
  position: relative;
  z-index: 2;
}

/* ornamen gelombang emas bawah kiri */
.aurora-safe-hero .container::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -130px;
  width: 520px;
  height: 220px;
  background:
    radial-gradient(ellipse at center, rgba(212,175,55,.22), transparent 66%);
  filter: blur(2px);
  z-index: -1;
  pointer-events: none;
}

/* badge atas */
.aurora-safe-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 248, 225, 0.92);
  border: 1px solid rgba(212, 175, 55, 0.34);
  color: #9a6a00;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.12);
}

/* judul utama */
.aurora-safe-title {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 780px;
  color: #071126;
  font-size: clamp(2.4rem, 5vw, 4.85rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 950;
}

/* aksen emas pada bagian span */
.aurora-safe-title span {
  background: linear-gradient(90deg, #071126 0%, #071126 34%, #c98b05 58%, #071126 84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* paragraf agar jelas */
.aurora-safe-lead {
  max-width: 720px;
  color: #24364f;
  font-size: 1.06rem;
  line-height: 1.82;
  font-weight: 500;
}

/* tombol */
.aurora-safe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.aurora-safe-btn-primary,
.aurora-safe-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 17px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.aurora-safe-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #d99b0b 0%, #b97802 100%);
  box-shadow: 0 18px 38px rgba(185, 120, 2, .24);
}

.aurora-safe-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(185, 120, 2, .30);
}

.aurora-safe-btn-light {
  color: #0b63ce;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(37, 99, 235, .24);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .08);
}

.aurora-safe-btn-light:hover {
  color: #084fa8;
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .42);
}

/* trust pills */
.aurora-safe-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.aurora-safe-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #0b63ce;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(37,99,235,.14);
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
  font-size: 13px;
  font-weight: 850;
}

/* panel kanan */
.aurora-safe-panel {
  position: relative;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(37,99,235,.14);
  box-shadow:
    0 28px 80px rgba(15, 23, 42, .12),
    inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(18px);
}

/* efek glow biru di belakang panel */
.aurora-safe-panel::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 38px;
  background: radial-gradient(circle at 80% 10%, rgba(56,189,248,.20), transparent 58%);
  z-index: -1;
}

.aurora-safe-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.aurora-safe-panel-kicker {
  color: #35607e;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aurora-safe-panel-title {
  margin: 4px 0 0;
  color: #071126;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -.035em;
}

/* lingkaran skor */
.aurora-safe-score {
  width: 148px;
  height: 148px;
  margin: 0 auto 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, #ffffff 58%, transparent 59%),
    conic-gradient(#2387f5 0 86%, rgba(37,99,235,.13) 86% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(37,99,235,.08),
    0 18px 44px rgba(37,99,235,.13);
}

.aurora-safe-score strong {
  display: block;
  color: #071126;
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
}

.aurora-safe-score small {
  display: block;
  margin-top: 5px;
  color: #0b72dc;
  font-weight: 850;
}

/* metric */
.aurora-safe-metric {
  margin-bottom: 14px;
}

.aurora-safe-metric-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  color: #071126;
  font-size: 14px;
  font-weight: 850;
}

.aurora-safe-bar {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(37,99,235,.11);
}

.aurora-safe-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2387f5, #d4af37);
}

/* note bawah panel */
.aurora-safe-note {
  margin-top: 20px;
  padding: 15px;
  border-radius: 18px;
  color: #37506c;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  border: 1px solid rgba(37,99,235,.10);
  font-size: 13px;
  line-height: 1.6;
}

/* responsive */
@media (max-width: 991px) {
  .aurora-safe-hero {
    padding: 76px 0;
  }

  .aurora-safe-panel {
    margin-top: 28px;
  }

  .aurora-safe-title {
    max-width: 100%;
  }

  .aurora-safe-lead {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .aurora-safe-hero {
    padding: 58px 0;
  }

  .aurora-safe-title {
    font-size: 2.18rem;
    letter-spacing: -0.035em;
  }

  .aurora-safe-lead {
    font-size: .98rem;
  }

  .aurora-safe-btn-primary,
  .aurora-safe-btn-light {
    width: 100%;
  }

  .aurora-safe-panel {
    padding: 22px;
    border-radius: 26px;
  }
}

/* Hero title gradient untuk aurora-safe-title */
.aurora-safe-title,
.aurora-safe-title span {
  color: #311a1a !important;
  background: linear-gradient(
    95deg,
    #12446a 0%,
    #001344 14%,
    #38bdf8 34%,
    #facc15 58%,
    #ffa50d 74%,
    #a03112 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@supports not (-webkit-background-clip: text) {
  .aurora-safe-title,
  .aurora-safe-title span {
    color: #311a1a !important;
    background: none !important;
    -webkit-text-fill-color: #311a1a !important;
  }
}
