
    :root{
      --accent:#ff6f3c;
      --dark:#1b1b1b;
      --muted:#333333;
      --card:#f7f7f7;
      --clear: #ffffff;
      --blue: #194577;
      --glass: rgba(255,255,255,0.04);
    }

    * {
      box-sizing: border-box;
    }

    body {
      font-family: Montserrat, system-ui, Arial;
      line-height: 1.45;
      margin: 0;
      color: var(--dark);
      background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
      display: flex;
      flex-direction: column;
      min-height: 100vh;

      max-width: 100%;
      overflow-x: hidden;
      position: relative;

    }

    header {
      position: relative;
      z-index: 1000;
      background: linear-gradient(to right, #111, #194577, #900); /* Gradasi hitam, biru, merah */
      padding: 18px 36px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Membatasi header mengikuti lebar konten utama */
    .header-inner {
      max-width: 1200px; /* Sama seperti .container */
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }

    .menu-toggle {
      display: none;
      cursor: pointer;
      font-size: 28px;
      color: #fff;
      background: transparent;
      border: none;
      z-index: 1001;
      /* Penyesuaian untuk ikon baru */
      width: 30px;
      height: 24px;
      position: relative;
      transform: rotate(0deg);
      transition: .5s ease-in-out;
    }

    /* Membuat garis hamburger dari span */
    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after {
      display: block;
      position: absolute;
      height: 2.5px; /* Ketebalan garis */
      width: 100%;
      background: #fff;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out;
    }
    .menu-toggle span::before,
    .menu-toggle span::after {
      content: "";
    }
    .menu-toggle span { top: 11px; }
    .menu-toggle span::before { top: -10px; }
    .menu-toggle span::after { top: 10px; }

    .nav-menu a {
      font-size: 14px;
      font-weight: 100;
    }

    /* Logo rata kiri */
    .logo {
      color: #FFFF66;
      font-size: 28px;
      font-weight: 700;
      text-decoration: none;
      flex-shrink: 0;
      text-decoration: none; /* Menghilangkan garis bawah */
      font-weight: 500;
    }

    .container-home {
      max-width: 1200px;
      margin: 50px auto;
      padding: 20px 20px;
      flex-grow: 1;
    }

    .container {
      max-width: 1200px;
      margin: 10px auto;
      padding: 0 20px;
      flex-grow: 1;
    }

    /* Hero */
    .hero {
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 32px;
      align-items: start; /* ✨ Biar sejajar ke atas */
    }
    .hero-left{
      margin-top: -50px;
      padding: 20px 20px;
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 12px 20px rgba(17, 17, 17, 0.15);
    }
    .eyebrow {
      color: var(--accent);
      font-weight: 700;
      font-size: 14px;
    }
    h1 {
      font-family: Playfair Display, serif;
      font-size: 48px;
      margin: 10px 0;
    }
    h2.center{
      text-align: center;
    }
    h3.center{
      text-align: center;
    }
    p.center{
      text-align: center;
    }
    .lead {
      color: var(--muted);
      margin-bottom: 0px;
    }
    .cta-row {
      display: flex;
      gap: 12px;
    }
    .cta-strip {
      text-align: center;
    }
    
    .btn {
      background: var(--accent);
      color: #fff;
      padding: 12px 18px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      font-weight: 700;
      text-decoration: none; /* Hilangkan underline */
      display: inline-block; /* Agar rapi seperti tombol */
    }

    .btn-wa {
      background: #26A756;
      color: #fff;
      padding: 12px 18px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      font-weight: 700;
      text-decoration: none; /* Hilangkan underline */
      display: inline-block; /* Agar rapi seperti tombol */
    }

    .btn.ghost {
      background: transparent;
      color: var(--dark);
      border: 2px solid #eee;
    }

    .hero-right {
      background: var(--glass);
      border-radius: 12px;
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: -50px; /* ✨ Tambahan agar posisinya naik */
      margin-bottom: 10px;
    }
    .profile {
      display: flex;
      gap: 14px;
      align-items: center;
    }
    .profile img {
      width: 110px;
      height: 110px;
      object-fit: cover;
      border-radius: 8px;
    }
    .profile h2 {
      margin: 0;
      color: #2766A7;
      font-size: 20px;
    }
    .profile h3 {
      margin-bottom: 0px;
      color: #FFFF66;
    }
    .small {
      color: var(--muted);
      font-size: 14px;
    }
    .white{color:var(--clear);font-size:14px}.blue{color:var(--blue);font-size:14px}

    /* Features */
.features {
  display: flex;
  flex-wrap: wrap;          /* Card otomatis turun ke bawah jika ruang kurang */
  justify-content: center;  /* Memusatkan card secara horizontal */
  align-items: center;      /* Menjaga card tetap rata vertikal */
  gap: 20px;                /* Jarak antar card */
  margin: 0 auto;           /* Supaya container di tengah */
  max-width: 1100px;        /* Lebar maksimal */
  padding: 20px;
  text-align: center;
}

/* Styling masing-masing card */
.features .card {
  background: #194577; /* Warna biru tua dari header */
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.features .card:hover {
  transform: translateY(-5px); /* Efek hover */
}

.card h4{
  margin: 0 0 8px;
  color: #fff;
}
.card p {
  color: #fff;
}


    /* Gallery / Food strip */
    .gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 40px;
    }
    .gallery img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    /* Team */
    .team {
      margin-top: 44px;
    }
    .member img {
      width: 400px;
      height: 798px;
      object-fit: cover;
      border-radius: 8px;
    }
    .member h5 {
      margin: 12px 0 4px;
    }
    .member p {
      color: var(--muted);
      font-size: 14px;
    }

    footer {
      margin-top: 10px;
      padding: 30px 0;
      background: linear-gradient(to right, #111, #194577, #900);
      color: #fff;
    }
    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      text-align: center;
      gap: 20px;
      font-size: 14px;
      font-weight: 100;
    }
    .footer-inner p {
      margin: 0; /* Menghapus margin atas/bawah default dari paragraf */
    }


    /* small utility */
    .muted {
      color: var(--muted);
    }
    .muted a {
      text-decoration: none;
      color: var(--muted);
    }
    
    .center {
      text-align: center;
    }

.h-margin-top {
  margin-top: 50px;
  text-align: center;
}

.h-margin-bottom {
  margin: 6px 0 18px;
}

    .wa-top {
      margin-top: -20px;
    }

    
    /* Menu rata kanan */
    nav {
      display: flex;
      gap: 0px;
      margin-left: auto; /* Menekan nav ke paling kanan */
    }

    nav a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
    }

    /* Tambahkan garis pemisah (|) di antara menu */
    nav a:not(:last-child)::after {
      content: "|";
      margin: 0 10px;
      color: #fff; /* warna garis, bisa diubah */
      opacity: 0.7; /* sedikit transparan agar tidak terlalu tebal */
    }

    /* Garis pemisah menu lebih tipis */
    nav a:not(:last-child)::after {
      content: "|";         /* Simbol garis */
      margin: 0 10px;        /* Jarak kanan dan kiri garis */
      color: #fff;          /* Warna garis */
      font-weight: 300;     /* Membuat garis lebih tipis */
      font-size: 14px;      /* Mengecilkan ukuran garis */
      opacity: 0.5;         /* Transparansi agar garis tampak halus */
    }

    html {
      scroll-behavior: smooth; /* Aktifkan smooth scrolling */
    }

    /* Scroll to top button */
    #scrollTopBtn {
      display: none; /* hanya muncul saat scroll */
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #111; /* Warna hitam */
      color: #fff;
      border: none;
      border-radius: 50%; /* Membuat bentuk menjadi bulat */
      cursor: pointer;
      font-size: 18px;
      z-index: 1002;
      width: 50px; /* Menetapkan lebar */
      height: 50px; /* Menetapkan tinggi */
      padding: 0; /* Menghapus padding agar bentuknya sempurna */
      display: flex; /* Menggunakan flexbox untuk centering */
      align-items: center; /* Memusatkan ikon secara vertikal */
      justify-content: center; /* Memusatkan ikon secara horizontal */
    }

    h4 i.fa-clock {
      color: var(--accent);
      margin-right: 8px;
    }

    div a {
      text-decoration: none;
    }

    
/* Tambahan untuk dropdown menu mobile */

    /* Responsive 960px*/
    @media (max-width:960px){
      .hero {
        grid-template-columns: 1fr;
      }
      .hero-right {
        order: -1;
      }
      .features {
        grid-template-columns: repeat(2, 1fr);
      }
      .gallery {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* Responsive 520px*/
    @media (max-width:520px){
      h1 {
        font-size: 34px;
      }
      .features {
        grid-template-columns: 1fr;
      }
      .gallery img {
        height: 140px;
      }
    }
    
    /* Responsive 768px*/
    @media (max-width:768px){

      nav {
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background: #111;
        width: 200px;
        padding: 10px 0;
        border-radius: 0 0 8px 8px;
        /* Perubahan untuk transisi */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
      }
      nav a {
        padding: 10px;
        color: #fff;
        border-bottom: 1px solid #333;
        text-decoration: none; /* Menghilangkan garis bawah di mobile */
      }
      
      /* Tambahkan garis pemisah (|) di antara menu */
    nav a:not(:last-child)::after {
      content: none;
    }
      nav.show {
        /* Perubahan untuk transisi */
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
      .menu-toggle {
        display: block;
      }
      /* Animasi Tombol Menu menjadi X */
      .menu-toggle.active span {
        background: transparent; /* Sembunyikan garis tengah */
      }
      .menu-toggle.active span::before {
        top: 0;
        transform: rotate(45deg);
      }
      .menu-toggle.active span::after {
        top: 0;
        transform: rotate(-45deg);
      }

      #scrollTopBtn {
        display: none !important; /* sembunyikan di mobile */
      }
    }



/* Container untuk dua kartu */
.pricing-container {
  display: flex;
  justify-content: center;   /* Memusatkan secara horizontal */
  align-items: center;       /* Memusatkan secara vertikal */
  gap: 20px;                 /* Jarak antar card */
  flex-wrap: wrap;           /* Agar responsif di layar kecil */
  margin: 0 auto;            /* Agar container tetap di tengah */
  max-width: 1300px;          /* Batas lebar maksimal */
  padding: 20px 0;           /* Tambahkan sedikit ruang atas-bawah */
}

/* Agar kartu tetap rapi di dalam container */
.card-left {
  background-color: #505d8a;
  color: white;
  width: 350px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.card-right {
  background-color: #88A649;
  color: white;
  width: 350px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.card-three {
  background-color: #898989;
  color: white;
  width: 350px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Label di atas kartu */
.label {
  background-color: #e74c3c;
  color: white;
  font-weight: bold;
  padding: 6px 15px;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  left: 20px;
}

/* List dalam kartu */
.card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.card ul li::before {
  content: ">";
  margin-right: 8px;
  color: white;
}

.card ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* PRICE BOX */
.price-box {
  background-color: #1e2c38;
  text-align: center;
  padding: 10px;
  margin: 20px 0;
  font-weight: bold;
  border-radius: 5px;
  font-size: 16px;
}

/* Info tambahan di bawah harga */
.info-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Bagian highlight paling bawah */
.highlight {
  background-color: #c3d921;
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}

/* Area tombol di bawah card */
.btn-box {
  text-align: center;
  margin-top: 15px;
  transition: transform 0.2s ease;
}

.btn-box:hover {
 transform: translateY(-5px); /* Efek hover */
}

.card-left .btn-wa,
.card-right .btn-wa {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
}

@media (max-width: 640px) {
  .pricing-container {
    flex-direction: column; /* Card ditumpuk ke bawah */
    align-items: center;    /* Tetap di tengah */
    gap: 70px;              /* Jarak antar card */
  }

  .card-left, .card-right {
    width: 100%;
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .pricing-container {
    gap: 111px; /* Jarak antar card di desktop */
  }
}


/*GALLERY*/

.gallery-section {
  padding: 0px 10px 10px 10px;
  background: #f8f8f8;
  margin-bottom: -10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Style untuk highlight teks menjadi merah dan bold */
.highlight-red {
  color: red;
  font-weight: bold;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 1300px;
  margin: 0 auto;
}

.gallery-item {
  text-align: center;
  width: 200px; /* Dikecilkan lagi agar 5 item muat dalam 1 baris */
}


.gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-item a:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
}

/* Responsive: Mobile */
@media (max-width: 600px) {
  .gallery-item {
    width: calc(50% - 10px); /* Atur lebar agar 2 item muat per baris */
  }
}


/* TABEL KELENGKAPAN */

.table-container {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  border-radius: 10px;
  border: 1px solid #add8e6;
  padding: 10px 10px;
  margin: 30px 10px;
}

.table-container-kelengkapan {
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  border-radius: 10px;
  border: 1px solid #add8e6;
  padding: 10px 50px 50px 50px;
  margin: 30px 10px;
}

h3.table {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.syarat-domain {
  display: block;
  margin: 30px auto;
}

.btn-wa-sidebar {
  display: inline-flex; /* Mengubah agar lebar tombol sesuai konten */
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #1DA851;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.btn-wa-sidebar:hover {
  background-color: #128C7E;
}
.btn-wa-sidebar img {
  width: 24px;
  height: 24px;
}


table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ddd;
}

thead th {
  background-color: #d9e1f2; /* Biru muda untuk header */
  color: #000;
  padding: 10px;
  border: 1px solid #999;
  text-align: center; /* Teks header center */
}

tbody td {
  padding: 8px;
  border: 1px solid #999;
}

/* Kolom pertama (No) tetap di center */
tbody td:first-child {
  text-align: center;
}

/* Baris highlight warna kuning muda */
.highlight-tabel td {
  background-color: #fff2cc;
}

/* Efek hover */
tbody tr:hover td {
  background-color: #f0f8ff;
}

/* Menambahkan style untuk .table-container di halaman persyaratan.html */
.hero-left .table-container {
  background-color: #f0f8ff; /* Warna latar belakang biru muda (AliceBlue) */
  border: 1px solid #add8e6;  /* Warna garis biru muda (LightBlue) */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Contact Form Styles */
.contact-form-container {
  background-color: #AAD4FF; /* Soft light blue (AliceBlue) */
  padding: 10px 40px 30px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  max-width: 700px;
  margin: 40px auto;
}

.contact-form-container h2 {
  margin-bottom: 10px;
}

.contact-form-container p {
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--dark);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 111, 60, 0.2);
}

.contact-form-container .btn {
  width: 100%;
  font-size: 16px;
}

/* Contact Buttons (WhatsApp & Email) */
.btn-whatsapp,
.btn-email {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* Memusatkan konten di dalam tombol */
  gap: 10px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 10px;
  transition: background-color 0.2s ease;
  width: 300px; /* Menetapkan lebar yang sama */
  box-sizing: border-box;
}

.btn-whatsapp img,
.btn-email img {
  height: 24px;
  width: 24px;
}

.btn-whatsapp {
  background-color: #1DA851;
}
.btn-whatsapp:hover {
  background-color: #128C7E;
}

.btn-email {
  background-color: #4b5563;
}
.btn-email:hover {
  background-color: #6b7280; /* Warna abu-abu lebih gelap saat hover */
}

.hr-line{
  border: none;
  height: 3px; /* Menambah ketebalan garis */
  background-color: #ddd; /* Memberi warna abu-abu lembut */
  margin: 25px 0 40px 0; /* Memberi jarak vertikal */
}

.hr-line-kontak{
  border: none;
  height: 3px; /* Menambah ketebalan garis */
  background-color: #ddd; /* Memberi warna abu-abu lembut */
  margin: 35px 0 40px 0; /* Memberi jarak vertikal */
}