*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
body{background:#f5f7f6;color:#1f3d36;}
a{text-decoration:none}

.container{width:90%;max-width:1100px;margin:auto}

/* HEADER */
header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
}
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #111;
  font-style: italic;

  /* efek biar terasa seperti logo */
  position: relative;
  display: inline-block;
}

.logo::first-letter {
  font-size: 30px;
  font-weight: 700;
}

.logo::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 60%;
  height: 2px;
  background: #111;
}
.btn-outline{
border:2px solid #e97d65;
padding:10px 20px;
border-radius:30px;
color:#e97d65;
font-weight:600;
}

/* HERO */
.hero{
text-align:center;
padding:40px 0 60px;
position:relative;
overflow:hidden;
}
.hero h1{
font-size:40px;
font-weight:700;
}
.hero h1 span{
color:#e97d65;
}
.hero p{
margin:15px 0 25px;
color:#555;
}
.btn-primary{
background:#e97d65;
color:#fff;
padding:14px 30px;
border-radius:30px;
display:inline-block;
font-weight:600;
margin-top: 15px;
}
.mockup{
margin-top:40px;
}
.mockup img{
width:80%;
max-width:400px;
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.wave svg {
    display: block;
    width: 100%;
    height: 120px;
}

/* GRID PAKET */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Hilangkan outline saat klik */
button,
a {
    outline: none;
}

button:focus,
a:focus {
    outline: none;
}

/* ===== GRID FIX CENTER PERFECT ===== */
.paket-grid{
display:grid;
grid-template-columns:repeat(2, 1fr);
gap:16px;
max-width:600px;     /* batasi lebar total */
margin:0 auto;       /* bikin center */
}

.paket-card{
width:100%;
}

.paket-card{
width:100%;
}

.card-paket{
background:#fff;
border-radius:20px;
padding:20px;
box-shadow:0 10px 20px rgba(0,0,0,0.05);
text-align:center;
transition:0.3s;
}

.card-paket img{
width:100%;
border-radius:15px;
margin-bottom:15px;
}

.harga-coret{
text-decoration:line-through;
color:#999;
}

.harga-promo{
font-size:20px;
font-weight:700;
color:#000;
margin:5px 0 15px;
}

.full{
display:block;
width:100%;
}

/* FILTER BUTTON ACTIVE */
.btn-filter.active{
background:#000;
color:#fff;
border-color:#000;
}

/* ===== SECTION TITLE ===== */
.section-title{
font-size:28px;
font-weight:700;
text-align:center;
color:#000;
}
.section-title span{
color:#e97d65;
}

.section-title2{
  font-size:28px;
  font-weight:700;
  text-align:center;
  color:#e97d65; /* sekarang jadi oranye */
}
.section-title2 span{
  color:#000; /* jadi hitam */
}
.section-sub{
text-align:center;
margin:10px 0 30px;
color:#666;
}

.tema-section{
  padding:60px 0;
  background:#dcdcdc;
}

.tema-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr); /* tetap 2 kolom */
  gap:12px;
}

/* tombol dibuat full lebar grid */
.tema-btn{
  width:100%;
  padding:8px 10px;
  border-radius:16px;
  border:1px solid #000;
  background:#fff;
  color:#000;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
  transition:0.2s ease;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  box-sizing:border-box;
}

/* hover & active */
.tema-btn:hover{
  background:#000;
  color:#fff;
}

.tema-btn.active{
  background:#000;
  color:#fff;
}

/* ===== PAKET ===== */
.paket-section{
padding:60px 0;
}

.paket-card{
background:white;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
position:relative;
transition:0.3s;
}

.paket-card img{
width:100%;
display:block;
}

.paket-body{
padding:20px;
}

.paket-body h3{
color:#000;
margin-bottom:8px;
font-weight:600;
font-size:16px;   /* ubah size di sini */
letter-spacing:0.3px;
}

.harga-lama{
text-decoration:line-through;
color:#d9534f;
margin-bottom:5px;
}

.harga-baru{
font-size:18px;
font-weight:700;
color:#555;
margin-bottom:15px;
}

.btn-lihat {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
    background: #e5e5e5;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.btn-order {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* jarak icon dan teks */
    padding: 12px;
    margin-top: 10px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-order:hover {
    background: #000;
    transform: translateY(-2px);
}

.btn-order i {
    font-size: 14px;
}

/* ===== RIBBON ===== */
.ribbon{
position:absolute;
top:15px;
right:-40px;
background:red;
color:white;
padding:6px 40px;
transform:rotate(45deg);
font-size:12px;
font-weight:600;
}

/* ===== RESPONSIVE ===== */
.tema-grid{
grid-template-columns:1fr 1fr;
}

.float-wa{
position:fixed;
bottom:48px;        /* naik sedikit dari 20px */
right:20px;
background:#25D366;
color:#fff;
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
box-shadow:0 8px 20px rgba(0,0,0,0.2);
transition:0.3s ease;
z-index:999;
}

.float-wa:hover{
transform:translateY(-3px);
box-shadow:0 12px 25px rgba(0,0,0,0.3);
}

/* ===== SCROLL REVEAL ===== */
.reveal{
opacity:0;
transform:translateY(40px);
transition:all 0.8s ease;
}

.reveal.active{
opacity:1;
transform:translateY(0);
}

.faq-question {
    width:100%;
    padding:15px;
    background:#e9ecef;
    border:none;
    border-radius:10px;
    text-align:left;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:0.3s ease;

    color:#000;

    /* FIX iOS */
    -webkit-appearance:none;
    appearance:none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-fill-color:#000; /* penting banget */
}

.faq-question:focus,
.faq-question:active {
    outline:none;
    box-shadow:none;
    color:#000;
    -webkit-text-fill-color:#000;
}

.faq-question i{
transition:0.3s ease;
font-size:14px;
}

.faq-question.active i{
transform:rotate(90deg);
transition:0.3s ease;
}
.faq-list{
padding-left:18px;
margin:0;
line-height:1.6;
font-size:14px;
color:#444;
}

.faq-list li{
margin-bottom:8px;
}

.faq-question{
    -webkit-tap-highlight-color: transparent;
}

.word-rotator {
  display: inline-block;
  position: relative;
  height: 1.2em;
  overflow: hidden;
}

.word {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
}

.word.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.word.exit {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

#changing-word {
  display: inline-block;
  transition: all 0.4s ease;
}
p {
  font-size: 13px; /* ganti sesuai kebutuhan */
}

.our-partner {
  text-align: center;
  padding: 50px 20px;
}

.partner-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.partner-logos img {
  width: 120px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}

.partner-logos img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

html {
  scroll-behavior: smooth;
}

.badge-new {
  margin-left: 0px;
  background: #ff2d2d;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
  animation: pulseNew 1.2s infinite;
}

@keyframes pulseNew {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

.img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px; /* opsional biar rapi */
}

.img-wrap img {
  width: 100%;
  display: block;
}

/* LABEL DI GAMBAR (kiri bawah) */
.label-gambar {
  position: absolute;
  bottom: 10px;
  left: 10px;

  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;

  z-index: 2;
  pointer-events: none;
}

/* AWAL SEMUA HIDDEN */
.animate-top,
.animate-bottom{
  opacity:0;
}

/* DARI ATAS */
.animate-top{
  transform: translateY(-50px);
  animation: slideDown 1s ease forwards;
}

/* DARI BAWAH */
.animate-bottom{
  transform: translateY(50px);
  animation: slideUp 1s ease forwards;
}

/* KEYFRAMES */
@keyframes slideDown{
  to{
    opacity:1;
    transform: translateY(0);
  }
}

@keyframes slideUp{
  to{
    opacity:1;
    transform: translateY(0);
  }
}

.sub-tanpa{
padding:6px 12px;
border-radius:20px;
border:1px solid #000;
background:#fff;
font-size:12px;
cursor:pointer;
margin:3px;
}

.sub-tanpa.active{
background:#000;
color:#fff;
}

/* BIAR LEBIH HALUS (DELAY BERJENJANG) */
.animate-top:nth-child(1){ animation-delay: 0.2s; }
.animate-top:nth-child(2){ animation-delay: 0.4s; }
.animate-top:nth-child(3){ animation-delay: 0.6s; }

.animate-bottom{ animation-delay: 0.5s; }
.animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);

/* FADE (SECTION) */
.reveal-fade{
  opacity:0;
  transition: all 1s ease;
}

.reveal-fade.active{
  opacity:1;
}

/* SLIDE DARI KIRI (CARD) */
.reveal-left{
  opacity:0;
  transform: translateX(-60px);
  transition: all 0.8s ease;
}

.reveal-left.active{
  opacity:1;
  transform: translateX(0);
}

.reveal-left{
  transition-delay: 0.2s;
}

.count {
  margin-left: 4px;
  font-size: 10px;
  line-height: 1;
  color: #666;
  background: #f2f2f2;
  padding: 1px 5px;
  border-radius: 999px;
  vertical-align: super;
  font-weight: 500;
}

.footer{
  background:#000;
  color:#bbb;
  padding:25px 0;
  text-align:center;
  font-size:12px;
}

.footer-main{
  margin:0;
  color:#eee;
  font-weight:500;
}

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

.footer-tagline{
  margin-top:6px;
  font-size:11px;
  color:#888;
  font-style:italic;
}

.divider{
  margin:0 6px;
  color:#444;
}
.coming-soon {
  font-weight: 900;
  color: #ff2d2d;
  font-size: 18px;
  letter-spacing: 2px;
  animation: blink 0.8s infinite;
  display: inline-block;
}

/* efek kedip */
@keyframes blink {
  0%   { opacity: 1; transform: scale(1); }
  50%  { opacity: 0.2; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

/* HEADER KATEGORI */
.kategori-header {
  margin-bottom: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1a1a1a, #222222);
  color: #f1f1f1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.04);
}

/* glow lebih kecil lagi */
.kategori-header::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(255,255,255,0.035);
  border-radius: 50%;
  top: -30px;
  right: -30px;
  filter: blur(30px);
}

/* JUDUL */
.kategori-header h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #cfcfcf;
}

.kategori-header span {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

/* BOX FITUR */
.fitur-box {
  background: rgba(255,255,255,0.025);
  backdrop-filter: blur(5px);
  padding: 8px 9px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.04);
}

/* ITEM FITUR */
.fitur-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  font-size: 11.5px;
  color: #d6d6d6;
  opacity: 0;
  transform: translateY(6px);
  animation: fadeUp 0.35s ease forwards;
}

/* delay tetap smooth */
.fitur-item:nth-child(1) { animation-delay: 0.05s; }
.fitur-item:nth-child(2) { animation-delay: 0.1s; }
.fitur-item:nth-child(3) { animation-delay: 0.15s; }
.fitur-item:nth-child(4) { animation-delay: 0.2s; }

/* ICON CHECK */
.fitur-item::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  height: 15px;
  font-size: 9px;
  border-radius: 50%;
  background: #2c2c2c;
  color: #00d1b2;
  font-weight: bold;
}

/* HOVER HALUS */
.kategori-header:hover {
  transform: translateY(-2px);
  transition: 0.25s;
}

/* ANIMASI */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Overlay */

.waModal{
    position:fixed;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:flex-end;

    background: rgba(0,0,0,.18);
backdrop-filter: none;

    opacity:0;
    visibility:hidden;

    transition:
        opacity .25s ease,
        visibility .25s ease;

    z-index:99999;
}

/* Saat tampil */

.waModal.show{
    opacity:1;
    visibility:visible;
}

/* Bottom Sheet */

.waSheet{
    width:100%;
    max-width:500px;

    background:#fff;
    border-radius:28px 28px 0 0;

    padding:16px 20px 24px;

    transform:translateY(100%);
    transition:transform .34s cubic-bezier(.22,1,.36,1);

    touch-action:none;
    user-select:none;
}

/* Slide Up */

.waModal.show .waSheet{
    transform:translateY(0);
}

/* Slide Down */

.waModal.hide .waSheet{
    transform:translateY(100%);
}

/* Handle */

.waHandle{
    width:40px;
    height:5px;
    border-radius:99px;
    background:#CFCFCF;
    margin:0 auto 18px;
}

/* Judul */

.waTitle{
    font-size:16px;
    font-weight:400;
    color:#111;
    margin-bottom:20px;
    letter-spacing:-0.2px;
}

/* Akun */

.waAccount{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
}

.waAvatar{
    width:54px;
    height:54px;
    border-radius:50%;
    object-fit:cover;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}

.waPhone{
    font-size:16px;
    font-weight:500;
    color:#111;
    line-height:1.25;
}

.waName{
    margin-top:3px;
    font-size:14px;
    color:#7A7A7A;
    display:flex;
    align-items:center;
    gap:4px;
}

.metaVerified{
    width:15px;
    height:15px;
    object-fit:contain;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}

/* Tombol */

.waButton{
    display:block;
    width:100%;

    background:#171717;
    color:#fff;

    text-align:center;
    text-decoration:none;

    padding:10px 0;

    border-radius:999px;

    font-size:15px;
    font-weight:600;

    transition:.18s;
}

.waButton:active{
    transform:scale(.985);
    background:#000;
}

.waSheet .waButton{
    display:block !important;
    width:100% !important;
    height:38px !important;

    background:#171717 !important;
    color:#fff !important;

    text-align:center;
    text-decoration:none;

    padding:0 !important;

    line-height:38px;

    border-radius:999px;

    font-size:14px !important;
    font-weight:500 !important;

    box-sizing:border-box;

    transition:.18s;
}

.waSheet .waButton:active{
    transform:scale(.985);
    background:#000 !important;
}