:root {
  /* hover/active */
  --brand-300: #4a6bff;
  --text: #222;
  --text-2: #6b7280;
  --surface: #f8fafc;
  --border: #e5e7eb;
  --radius-lg: 16px;
  --shadow-1: 0 6px 24px rgba(17, 24, 39, .08);
  --shadow-2: 0 10px 28px rgba(17, 24, 39, .12);


  --brand: #aa29ad;
  /* Primary */
  --brand-2: #b84e92;
  /* Accent */
  --brand-warm: #d89b5b;
  /* Support */
  --brand-cta: #fbf60e;
  /* Secondary/CTA */
  --brand-light: #fefefe;
  /* Neutral */

  --text-strong: #1a1a1a;
  --text-muted: #6b7280;
}

html,
body {
  color: var(--text);
}


.color-yellow {
  color: var(--brand-cta);
}
.navbar {
  background: #1e3bc6;
}

/* =========================================================
   BRAND GRADIENT UTILITY
   ========================================================= */
:root {}


/* Utility umum untuk background gradient brand */
.bg-brand-gradient {
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  /* fallback warna kalau browser sangat lama */
  background-color: var(--brand);
  color: #fff;
  /* default teks putih di atas brand gradient */
}

/* =========================================================
   BUTTONS (Primary & Outline-Brand “inverted” on hover)
   ========================================================= */
.btn-brand {
  /* gunakan gradient sebagai background utama tombol */
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(17, 24, 39, .12);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-brand:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(17, 24, 39, .16);
  /* sedikit gelapkan agar terasa hover */
  filter: brightness(.96);
}

.btn-brand:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(30, 59, 198, .25);
}


.btn-brand-xs {
  /* gunakan gradient sebagai background utama tombol */
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(17, 24, 39, .12);
}


.btn-outline-yellow {
  background: transparent;
  color: var(--brand-cta);
  border: 1px solid var(--brand-cta);
  border-radius: 12px;
  padding: .7rem 1.2rem;
  font-weight: 600;
  transition: all .2s ease;
}

.btn-outline-yellow:hover {
  color: #fff;
  border-color: transparent;
}

/* Outline → isi gradient saat hover */
.btn-outline-brand {
  background: transparent;
  color: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 12px;
  padding: .7rem 1.2rem;
  font-weight: 600;
  transition: all .2s ease;
}

.btn-outline-brand:hover {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
}

/* Tombol kecil/ikon misal carousel-control */
.btn-ghost-brand {
  background:
    radial-gradient(600px 200px at 70% 30%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .5rem .75rem;
  box-shadow: 0 6px 20px rgba(17, 24, 39, .16);
  opacity: .95;
  transition: transform .2s ease, opacity .2s ease;
}

.btn-ghost-brand:hover {
  transform: translateY(-1px);
  opacity: 1;
}

/* =========================================================
   FAQ / Accordion: header + active state pakai gradient
   ========================================================= */
.accordion .accordion-item {
  border: none;
  margin-bottom: .75rem;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(17, 24, 39, .08);
}

.accordion .accordion-button {
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .08), transparent 60%),
    linear-gradient(135deg, rgba(30, 59, 198, .12), rgba(79, 103, 255, .12) 65%, rgba(106, 128, 255, .12) 100%);
  color: #0f172a;
  /* teks gelap baca jelas */
}

.accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .15);
}

.accordion .accordion-button:focus {
  box-shadow: 0 0 0 4px rgba(30, 59, 198, .25);
}

.accordion .accordion-body {
  background: #ffffff;
  color: #334155;
}

/* =========================================================
   SLIDER (Carousel): indicators & captions pakai aksen brand
   ========================================================= */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background-color: rgba(30, 59, 198, .45);
  /* idle */
}

.carousel-indicators .active {
  background:
    radial-gradient(300px 100px at 70% 30%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
}

.carousel-caption .caption-chip {
  display: inline-block;
  padding: .3rem .6rem;
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(600px 200px at 70% 30%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  box-shadow: 0 4px 16px rgba(17, 24, 39, .18);
}

/* Controls bergaya pill ber-gradient */
.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  background: none;
  /* hilangkan ikon default */
}

.carousel-control-prev .ctrl-pill,
.carousel-control-next .ctrl-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background:
    radial-gradient(600px 200px at 70% 30%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .18);
}

/* =========================================================
   SECTION / CARD YANG “SEMUA JADI GRADIENT”
   ========================================================= */
/* Header hero / CTA block / section brand */
.section-brand {
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  color: #fff;
}

/* Card dengan overlay gradient tipis (agar teks tetap terbaca) */
.card-brand {
  position: relative;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .12);
}

.card-brand::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  opacity: .95;
  /* bisa atur kalau mau lebih/kurang pekat */
}

.card-brand>* {
  position: relative;
  z-index: 1;
}

/* Badge/Chip brand universal */
.badge-brand {
  background:
    radial-gradient(300px 100px at 70% 30%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(17, 24, 39, .16);
}

/* =========================================================
   MOBILE TWEAKS
   ========================================================= */
@media (max-width: 576px) {

  /* contoh: sticky CTA mobile tetap brand gradient */
  .sticky-cta .btn-brand {
    width: 100%;
  }
}

.btn-brand {
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  font-weight: 700;
  box-shadow: var(--shadow-1);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn-brand:hover {
  background: var(--brand-600);
  transform: translateY(-1px);
  box-shadow: var(--shadow-2);
}

.btn-brand:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(30, 59, 198, .25);
}

.btn-outline-brand {
  background: transparent;
  color: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 12px;
  padding: .7rem 1.2rem;
  font-weight: 600;
  transition: all .2s ease;
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: #fff;
}

.hero-gradient {
  background: radial-gradient(1200px 400px at 80% 20%, rgba(74, 107, 255, .25), transparent 60%),
    linear-gradient(135deg, var(--brand), #4f67ff 65%, #6a80ff 100%);
}

.card-soft {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  transition: transform .2s ease, box-shadow .2s ease;
}

.card-soft:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.badge-soft {
  background: rgba(30, 59, 198, .08);
  color: var(--brand);
  border-radius: 999px;
  padding: .35rem .6rem;
  font-weight: 600;
  font-size: .8rem;
}

.hero-kicker {
  display: inline-block;
  background: #fff;
  color: var(--brand);
  border-radius: 999px;
  padding: .35rem .75rem;
  font-weight: 700;
}

.underline-yellow {
  box-shadow: inset 0 -0.5rem 0  var(--brand-300);
}


.underline-brand {
  box-shadow: inset 0 -0.5rem 0 rgba(30, 59, 198, .18);
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(30, 59, 198, .4);
}

.carousel-indicators .active {
  background-color: var(--brand);
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 999;
  display: none;
}

@media (max-width: 576px) {
  .sticky-cta {
    display: block;
  }

  #heroCarousel img {
    height: 260px !important;
  }
}
