/* Variabel warna */
:root {
    --color-primary: #353535;
    --color-primary-light: #b1b1b1;  /* turunan terang */
    --color-primary-dark: #111111;   /* turunan gelap */
    --color-black: #000;
    --color-white: #fff;
  }
  
  /* Reset margin/padding */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Segoe UI", sans-serif;
    color: var(--color-black);
    background-color: var(--color-white);
  }
  
  /* Footer widget style */
/* --- Footer umum --- */
#site-footer {
    background-color: #fff;
  }
  
  /* --- Kartu Perusahaan --- */
  .footer-card {
    border-radius: 12px;
  }
  .footer-card .footer-logo img {
    display: inline-block;
  }
  
  /* --- Judul widget --- */
  .footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #111;
  }
  
  /* --- Daftar link --- */
  #site-footer ul {
    padding-left: 0;
    list-style: none;
  }
  #site-footer ul li {
    margin-bottom: 0.5rem;
  }
  #site-footer ul li a {
    color: #111;
    text-decoration: underline;
    transition: color 0.2s;
  }
  #site-footer ul li a:hover {
    color: #007bff; /* primary */
  }  
  
  
  /* Header pills */
#site-header .nav-link {
    color: var(--color-black);
    margin: 0 0.25rem;
  }

  #site-header{
    position: sticky;
    top: 0;
    z-index: 1000;
    }
  
  #site-header .nav-link:hover,
  #site-header .nav-link.active {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary-dark);
  }
  
  /* Hero tweaks */
#hero h1 {
    line-height: 1.2;
  }
  
  #hero .desc-hero {
    font-size: 20px;
  }

  #hero .desc-hero-cta {
    color: var(--color-black);
    font-size: 16px;
  }
  
  /* Jarak antara card dan judul kedua */
  #hero .card {
    margin-top: 1rem;
  }
  
  /* Hapus background khusus (jika ada) agar tetap putih */
  #hero .card {
    background-color: #fff;
  }
  
  /* Pastikan button tidak terlalu mepet */
  #hero .btn {
    margin-top: 0.5rem;
  }
  
  /* Hero Section: spacing & typography */
#hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  @media (min-width: 768px) {
    #hero h1 {
      font-size: 3rem;
    }
  }
  
  #hero p {
    font-size: 1rem;
    color: var(color-primary-light);
  }
  
  #hero .card {
    background-color: #fff;
    border-radius: 0.75rem;
  }
  
  #hero .form-label {
    font-weight: 500;
  }
  
  /* Hero Section */
#hero .display-4 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  @media (min-width: 768px) {
    #hero .display-4 {
      font-size: 3.5rem;
    }
  }
  #hero .lead {
    font-size: 1.125rem;
    color: var(--color-primary-dark);
  }
  #hero .card {
    background-color: #fff;
    border: none;
    border-radius: 1rem;
  }
  #hero .card .form-label {
    font-weight: 500;
  }
  #hero .btn {
    margin-top: 0.75rem;
  }
  

  /* DIDUKUNG AI Cards */
#didukung-ai {
    background-color: #f8f9fa; /* atau putih jika ingin */
  }
  #didukung-ai .card {
    background-color: #EFF6FE;
    border: 1px solid #90c4ff;
    border-radius: 1rem;
    overflow: hidden;
  }
  #didukung-ai .icon-placeholder {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    top: 1rem;
    left: 1rem;
  }
  #didukung-ai .card-body {
    padding-top: 3rem; /* memberi ruang untuk icon */
  }
  #didukung-ai .card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  #didukung-ai .card-text {
    font-size: 0.9rem;
  }
  @media (max-width: 767px) {
    #didukung-ai .card {
      text-align: center;
      padding: 1rem;
    }
    #didukung-ai .icon-placeholder {
      position: relative;
      margin: 0 auto 1rem;
      top: auto;
      left: auto;
    }
    #didukung-ai .card-body {
      padding-top: 0;
    }
  }
  

  /* Styling pill-list di section #fitur */
#fitur .list-group-item {
    background-color: #ffe6d1; 
    border: 1px solid #ffcda4;   
    font-weight: 500;
    padding: 0.75rem 1.25rem;
  }
  #fitur .list-group-item:hover {
    background-color: var(--color-black);
    border-color: var(--color-primary-dark);
    color: var(--color-white);
    cursor: pointer;
  }
  
  /* Testimoni Section */
#testimoni {
    background-color: #f8f9fa;
  }
  #testimoni h2 {
    font-size: 1.75rem;
  }
  #testimoni h3 {
    color: var(--color-primary);
  }
  #testimoni .testimoni-card {
    background-color: #fff;
  }
  #testimoni .testimoni-card img {
    object-fit: fill;
  }
  
  /* Tambahkan ke style.css */

/* background & spacing section */
#harga {
    background: radial-gradient(circle at top, #e0ecf9, #fdf5f5, #f8f6f4, #f9f8f7) fixed no-repeat;
  }
  
  /* styling kartu */
  #harga .pricing-card {
    background-color: transparent;
    border-radius: 1rem;
    border: none;
    padding: 2rem 1.5rem;
  }
  
  /* judul kartu */
  #harga .pricing-card h6 {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  
  /* harga utama */
  #harga .pricing-card p.display-5 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  
  /* daftar fitur */
  #harga .features-list .feature-item {
    display: flex;
    align-items: center;
  }
  
  #harga .features-list .feature-item img {
    flex-shrink: 0;
  }
  
  #harga .features-list .feature-item span {
    font-size: 0.95rem;
  }
  
  #harga .features-list .feature-item .text-muted {
    margin-left: auto;
    font-size: 0.875rem;
  }
  
  /* tombol */
  #harga .btn-outline-dark {
    border-width: 2px;
  }
  
  #harga .btn-dark,
  #harga .btn-outline-dark {
    padding: 0.75rem 1.5rem;
  }
  
  .sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 70px;
    align-items: center;
    justify-content: center;
  }
  
  .sidebar-icon svg {
    width: 70px;
    height: 70px;
    color: inherit;            /* Inherit dari .nav-link! */
    display: block;
    transition: color 0.15s;
  }
.sidebarIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
    align-items: center;
    justify-content: center;
  }
  
  .sidebarIcon svg {
    width: 25px;
    height: 25px;
    color: inherit;            /* Inherit dari .nav-link! */
    display: block;
    transition: color 0.15s;
  }

  .btn a {
    color: var(--color-black);
  }

 /* wrapper agar kedua container menumpuk */
#pricing-container,
#order-form-container {
  transition: max-height 0.5s ease, opacity 0.5s ease;
  overflow: hidden;
}

/* pricing‐container: default tampil */
#pricing-container {
  max-height: 1000px;   /* cukup besar untuk menampung isi */
  opacity: 1;
}

/* form: default tersembunyi */
#order-form-container {
  max-height: 1000px;   /* harus ≥ tinggi form */
  opacity: 1;
  margin-top: 10px;     /* beri spasi atas */
}

/* saat aktif, pricing slide‐up */
#pricing-container.hidden {
  max-height: 0;
  opacity: 0;
}

/* saat aktif, form slide‐down */
#order-form-container.active {
  max-height: 1000px;   /* harus ≥ tinggi form */
  opacity: 1;
  margin-top: 10px;     /* beri spasi atas */
}

/*=============== order form ===============*/

.order-form-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 10px;
  }
  
  h4 {
    margin-bottom: 30px;
  }
  
  .order-kanan h4,h2 {
    color: #000;
  }
  
  .order-kanan h2 {
    font-weight: 600;
  }
  
  .order-kiri h4,h2 {
    color: #000;
  }
  
  .desc-form-kiri {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  
  .desc-form-kanan .form-control{
    background: none !important;
  }
  
  /* Ubah border‐width dan warna saat fokus */
  .form-control {
    border-width: 1px;                 /* tebal border */
    border-color: #6a6a6a;             /* warna border */
    border-radius: 10px;
    box-shadow: none;                  
  }
  
  /* Ubah border‐width dan warna saat fokus */
  .form-control:focus {
    border-width: 2px;                 /* tebal border */
    border-color: #6a6a6a;             /* warna border */
    border-radius: 10px;
    box-shadow: none;                  
  }
  
  .desc-form-kanan {
    margin-top: 35px;
    margin-bottom: 20px;
    color: #666;
  }
  
  .desc-form-kiri p {
    font-size: 14px;
    color: #212121;
  }
  
  .order-kanan span {
    font-size: 20px;
    font-weight: normal;
    color: #555;
  }
  
  .order-kiri {
    width: 420px;
    padding: 20px;
  }
  
  .order-kanan {
    width: 420px;
    padding: 20px;
  }
  
  .promo {
    color: #e63946;
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  button {
    width: 100%;
    padding: 10px 0;
    border-radius: 12px;
    border: 1px solid #ccc;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
  }
  
  .btn-dark {
    background: #000;
    color: #fff;
    border: none;
  }
  
  .btn-back-to-pricing {
    border-color: #a9a9a9;
    border-radius: 100px;
    background-color: transparent;
    color: #484848;
    padding: 11px 24px;
    min-width: 140px;
    font-size: 1.08rem;
    margin-top: 0px;
  }
  
  .btn-back-to-pricing:hover,
  .btn-back-to-pricing:focus {
    border-color: #a9a9a9;
    border-radius: 100px;
    padding: 11px 24px;
    min-width: 140px;
    font-size: 1.08rem;
  }
  
  .text-muted {
    color: #787878 !important; /* misal jadi hitam */
  }
  
  .main-wrapper,
  .pricing-container,
  #order-form-container {
    background: transparent;
  }
  
  #btnConfirm {
    margin-top: 10px;
  }
  
  /*Jika hanya ingin styling <code> di dalam feedback validasi Bootstrap: */
  .invalid-feedback code {
    color: #ff2e2e;
  }
  
  .price-wrap {
    display: inline-flex;
    align-items: baseline; /* garis bawah angka h2 & teks span sejajar */
    gap: .25em;            /* spasi tipis antara angka & unit */
  }
  
  .price-wrap span {
    font-size: 20px;
    font-weight: normal;
    color: #555;
  }

  /*=============== end order form ===============*/