/* ================= FONT ================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden; /* hilangkan scroll horizontal */
}
html {
  scroll-behavior: smooth;
}
body {
font-family: 'Poppins', sans-serif;
  background: white;
  color: #111827;
  line-height: 1.6;
}
/* ===== HEADER ===== */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5%;
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
color: #1B365D;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

/* ===== HEADER LEFT ===== */
.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-left .logo {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.3s;
}

.header-left .logo:hover {
  transform: scale(1.1);
}

/* ===== HEADER CENTER ===== */
.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-center .brand {
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ===== HEADER RIGHT ===== */
.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-right .logo-wa {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.3s;
}

.header-right .logo-wa:hover {
  transform: scale(1.1);
}

/* ===== HERO ===== */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: calc(70px + 5vh); /* Header + jarak aman */
  padding-left: 5%;
  padding-right: 5%;
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
  color: white;
  overflow: hidden;
}

/* ===== HERO CONTAINER ===== */
.hero-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ===== HERO JUDUL & DESCRIPTION ===== */
.hero .judul {
  font-size: clamp(28px, 6vw, 56px);
  font-weight: 800;
  line-height: 1.2;
  color: #1B365D;
  margin: 0;
  text-align: left;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.hero .description {
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1.6;
  max-width: 600px;
  color: #4a5568;
  text-align: left;
}

/* ===== HERO BUTTONS ===== */
.hero-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  margin-top: 10px;
}

.btn-primary, .btn-layanan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  height: 50px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  flex: 1;
  min-width: max-content;
  max-width: 220px;
  border: none;
  font-size: 15px;
}

.btn-primary { background: #2575FC; color: #fff; }
.btn-layanan { background: #25d366; color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero {
    padding-top: calc(70px + 5vh);
  }

  .hero-container {
    align-items: center;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
    gap: 20px;
  }

  .btn-primary, .btn-layanan {
    font-size: 14px;
    padding: 0 12px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: calc(70px + 8vh); /* Lebih aman di HP */
  }

  .hero-buttons {
    flex-wrap: wrap; /* Tombol turun kalau sempit */
    gap: 8px;
  }

  .btn-primary, .btn-layanan {
    font-size: 13px;
    padding: 0 10px;
  }

  .hero .judul {
    font-size: clamp(20px, 6vw, 36px);
    text-align: center;
  }

  .hero .description {
    font-size: clamp(12px, 3vw, 16px);
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: calc(70px + 10vh); /* Portrait HP aman */
  }

  .hero-buttons {
    gap: 8px;
  }
}

/* ===== SECTION TENTANG ===== */
.tentang {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(60px, 12vw, 120px) clamp(16px, 6vw, 80px);
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
}

.tentang-container {
  width: 100%;
  max-width: 900px;
}

.title {
  font-size: clamp(24px, 5vw, 56px);
  line-height: 1.3;
  font-weight: 600;
  max-width: 680px;
  margin-bottom: 24px;
}

.tentang-description {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.7;
  color: #1B365D;
  opacity: 0.9;
  max-width: 640px;
  margin: 0 auto 32px;
  font-weight: 400;
}
.logo-wa {
  /* Mengubah warna item hitam menjadi hijau WhatsApp (#25D366) */
  filter: invert(59%) sepia(91%) saturate(434%) hue-rotate(92deg) brightness(96%) contrast(92%);
  
  height: 40px;
  width: 40px;
  transition: transform 0.3s ease;
}

.logo-wa:hover {
  transform: scale(1.1);
}

/* ===== SECTION KENAPA ===== */
.kenapa {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(60px, 12vw, 120px) clamp(16px, 6vw, 80px);
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
}

.section-heading {
  font-size: clamp(20px, 4vw, 26px);
  line-height: 1.3;
  font-weight: 600;
  color: #1B365D;
  max-width: 720px;
  margin: 0 auto 32px;
}

.description {
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.6;
  color: #1B365D;
  margin: 0 auto 16px;
  max-width: 640px;
}

/* ===== NO WEBSITE ===== */
.no-website {
  position: relative;
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
  padding: clamp(60px, 10vw, 120px) clamp(16px, 6vw, 80px);
}

.no-website-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.no-website-title {
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 600;
  color: #1B365D;
  margin-bottom: 18px;
  line-height: 1.4;
}

.no-website-text {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #1B365D;
  opacity: 0.9;
  margin-bottom: 14px;
}

.no-website-text.highlight {
  font-weight: 500;
  opacity: 1;
}

/* ===== PAIN SECTION ===== */
.pain-section {
  padding: clamp(60px, 10vw, 140px) clamp(16px, 6vw, 80px);
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
  text-align: left;
  min-height: 100vh;
}

.pain-title {
  font-size: clamp(22px, 6vw, 32px);
  line-height: 1.3;
  font-weight: 600;
  color: #1B365D;
  margin-bottom: 20px;
}

.pain-text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.7;
  font-weight: 400;
  color: #1B365D;
  opacity: 0.9;
  margin-bottom: 14px;
}

/* ===== INTRO SECTION ===== */
.intro-section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
  padding: 60px 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.intro-content {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.intro-profile {
  width: clamp(110px, 25vw, 140px);
  height: clamp(110px, 25vw, 140px);
  margin: 0 auto 12px;
}

.intro-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #E3F2FD;
  box-shadow: 0 8px 20px rgba(27, 54, 93, 0.15);
}

.intro-title {
  font-size: clamp(22px, 6vw, 30px);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1B365D;
  margin: 8px 0 20px;
}

.intro-text {
  max-width: 520px;
  margin: 0 auto 20px;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #111827;
}

/* LIST FITUR INTRO */
.intro-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.intro-features li {
  font-size: 1.1rem;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ===== SECTION PAKET ===== */
.paket {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(60px, 10vw, 140px) 16px;
  background: linear-gradient(135deg, #E3F2FD, #90CAF9);
}

.paket-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.paket-title {
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.3;
  font-weight: 700;
  color: #1B365D;
  margin-bottom: 20px;
}

.paket-text {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.6;
  color: #1B365D;
  max-width: 680px;
  margin: 0 auto 36px;
}

.paket-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  align-items: stretch;
}

/* CARD */
.paket-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 0 1 300px;
  max-width: 300px;
  min-height: 500px;
  padding-bottom: 26px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.paket-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

/* HEADER */
.paket-header {
  background: linear-gradient(135deg, #4facfe, #00c6ff);
  color: #fff;
  padding: 26px 20px;
}

.paket-header h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: 1px;
}

.paket-header span {
  font-size: 13px;
  opacity: 0.9;
}

/* PRICE */
.paket-price-box {
  background: #1e90ff;
  color: #fff;
  padding: 18px;
  margin: -20px auto 22px;
  width: 85%;
  border-radius: 12px;
}

.old-price {
  text-decoration: line-through;
  opacity: 0.8;
  margin: 0;
  font-size: 13px;
}

.paket-price-box h2 {
  margin: 6px 0;
  font-size: 28px;
}

.paket-price-box small {
  font-size: 12px;
  opacity: 0.9;
}

/* FITUR */
.paket-fitur {
  list-style: none;
  padding: 0 26px;
  text-align: left;
  margin-bottom: 22px;
}

.paket-fitur li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #1B365D;
}

.icon-box {
  width: 20px;
  height: 20px;
  background: #1e90ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: #fff;
  font-size: 11px;
}

/* BUTTON */
.btn-pesan {
  margin-top: auto;
  align-self: center;
  background: #1e90ff;
  color: #fff;
  padding: 10px 34px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-pesan:hover {
  background: #187bcd;
}

/* BADGE DISKON */
.badge-diskon {
  position: absolute;
  top: 14px;
  right: -38px;
  background: linear-gradient(135deg, #ff5252, #ff1744);
  color: #fff;
  padding: 6px 50px;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  letter-spacing: 0.5px;
  z-index: 5;
  pointer-events: none;
  text-align: center;
}

.badge-diskon span {
  display: inline-block;
  transform: translateX(8px);
}

/* ===== MEDIA QUERY ===== */
@media (max-width: 576px) {
  .paket-card {
    width: 100%;
    max-width: 100%;
    min-height: 480px;
  }
  .badge-diskon {
    padding: 5px 42px;
    font-size: 10px;
    right: -34px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .paket-card {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .paket-card {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 1025px) {
  .paket-card {
    flex: 0 1 300px;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .hero, .tentang, .kenapa, .no-website, .pain-section, .intro-section, .paket {
    padding: 40px 16px;
  }
}
/* ===== VOUCHER ===== */
.voucher-container {
  background: linear-gradient(90deg, #ffd700, #ffb800); /* gold gradient */
  padding: 20px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  max-width: 400px;
  margin: 20px auto;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voucher-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.voucher-text {
  font-size: 16px;
  color: #111827;
  line-height: 1.5;
  margin-bottom: 15px;
}

.voucher-text b {
  color: #d32f2f; /* merah bold untuk highlight diskon */
}

.voucher-code {
  display: inline-block;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: #fff;
  color: #ff8f00; /* gold accent */
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.voucher-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 25px;
  background-color: #1e90ff; /* biru matching hero */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.voucher-btn:hover {
  background-color: #187bcd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .voucher-container {
    padding: 16px 20px;
  }
  .voucher-text {
    font-size: 14px;
  }
  .voucher-code {
    font-size: 13px;
    padding: 5px 10px;
  }
  .voucher-btn {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.portfolio-wrapper {
  padding: 60px 20px;
  text-align: center;
  background-color: #f4f4f4;
}

.portfolio-title {
  font-size: 36px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  color: #0D1B2A;
  margin-bottom: 20px;
  opacity: 0.9;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 480px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.portfolio-item:hover .overlay {
  opacity: 1;
}

.btn-small {
  padding: 5px 10px;
  font-size: 0.85rem;
  background-color: #1C82E3;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-small:hover {
  background-color: #155ea8;
  transform: scale(1.05);
}
/* ===== FAQ SECTION ===== */
.faq-section {
  background: #f4f4f4;
  padding: 80px 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  font-size: 36px;
  font-weight: 800;
  color: #0D1B2A;
  margin-bottom: 40px;
  text-align: center;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: #1E90FF;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #187bcd;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  background: #f0f8ff;
  color: #1B365D;
  font-size: 16px;
  line-height: 1.6;
  transition: all 0.35s ease;
}

.faq-answer.open {
  padding: 15px 20px;
  max-height: 500px; /* KUNCI: biar gak kepotong */
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faq-answer {
    font-size: 15px;
    padding: 0 18px;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    font-size: 15px;
    padding: 14px 16px;
  }

  .faq-answer {
    font-size: 14px;
    padding: 0 16px;
  }
}
.footer {
  background-color: #0F172A   /* Tailwind navy */; /* navy gelap elegan */
  padding: 40px 20px;
  color: #ffffff;
  text-align: center;
}

.footer-section h3 {
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1EA0FF;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-section a {
  display: block;
  color: #cfe8ff;
  margin: 6px 0;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 25px;
  font-size: 14px;
  opacity: 0.7;.footer-bottom {
  padding: 18px 12px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom .brand {
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
}
@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero {
    padding-top: calc(70px + 10vh); /* HP kecil miring aman */
  }
}
.wa-icon {
  width: 44px;
  height: 44px;
  background: #25D366;     /* HIJAU WA */
  border-radius: 50%;      /* BUAT BULAT */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-wa {
  width: 22px;
  height: 22px;
  fill: #fff;              /* LOGO PUTIH */
}

.wa-icon:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 16px 12px;
  text-align: center;
  font-size: 14px;
  color: #bbb;
}

.footer-bottom strong {
  color: #fff;
}

.footer-bottom p {
  margin: 0;
}