:root {
      --coklat-tua   : #3E1F00;   /* teks gelap, navbar */
      --coklat-mid   : #7B3F00;   /* aksen coklat */
      --coklat-muda  : #C47F2B;   /* gold/amber hangat */
      --krem-tua     : #F5E6C8;   /* background section */
      --krem-muda    : #FDF8EF;   /* background halaman */
      --putih        : #FFFFFF;
      --teks-utama   : #2C1500;
      --teks-muted   : #8B6340;
      --font-display : 'Cormorant Garamond', serif;
      --font-body    : 'Nunito', sans-serif;

      /* Warna per varian */
      --original     : #C47F2B;
      --keju         : #E8B84B;
      --matcha       : #6B8F4E;
      --coklat-var   : #5C3317;
    }

    /* ================================================================
       RESET & BASE
    ================================================================ */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font-body);
      background: var(--krem-muda);
      color: var(--teks-utama);
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }

    /* ================================================================
       NAVBAR
    ================================================================ */
    .navbar {
      position: sticky;
      top: 0;
      z-index: 999;
      background: var(--coklat-tua);
      padding: 0 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 64px;
      box-shadow: 0 2px 16px rgba(62,31,0,0.3);
    }
    .navbar__brand {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .navbar__logo {
      /*
      ================================================================
        LOGO NAVBAR
        Ganti src di <img id="logo-nav"> dengan path logo lo
        Contoh: src="assets/logo.png"
        Taruh file logo di folder assets/
      ================================================================
      */
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--krem-tua);
      padding: 3px;
      object-fit: contain;
      border: 2px solid var(--coklat-muda);
    }
    .navbar__name {
      font-family: var(--font-display);
      color: var(--krem-tua);
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .navbar__links {
      display: flex;
      gap: 28px;
      align-items: center;
    }
    .navbar__links a {
      color: #C9A87C;
      font-size: 13px;
      font-weight: 600;
      transition: color 0.2s;
      letter-spacing: 0.5px;
    }
    .navbar__links a:hover { color: var(--krem-tua); }

    /* Hamburger menu — mobile */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
    }
    .hamburger span {
      width: 24px;
      height: 2px;
      background: var(--krem-tua);
      border-radius: 2px;
      transition: all 0.3s;
    }

    /* Mobile nav dropdown */
    .mobile-nav {
      display: none;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      background: var(--coklat-tua);
      padding: 16px 5%;
      flex-direction: column;
      gap: 16px;
      z-index: 998;
      border-top: 1px solid rgba(196,127,43,0.3);
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      color: #C9A87C;
      font-size: 15px;
      font-weight: 600;
      padding: 8px 0;
      border-bottom: 1px solid rgba(196,127,43,0.15);
    }

    /* ================================================================
       HERO SECTION
    ================================================================ */
    .hero {
      min-height: 92vh;
      background: var(--coklat-tua);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 5% 0;
      position: relative;
      overflow: hidden;
    }

    /* Dekorasi lingkaran di background */
    .hero__circle1 {
      position: absolute;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      border: 80px solid rgba(196,127,43,0.06);
      top: -150px;
      right: -150px;
    }
    .hero__circle2 {
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      border: 50px solid rgba(196,127,43,0.06);
      bottom: -80px;
      left: -80px;
    }
    /* Garis dekoratif atas bawah */
    .hero__line {
      position: absolute;
      left: 5%;
      right: 5%;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(196,127,43,0.3), transparent);
    }
    .hero__line--top { top: 24px; }
    .hero__line--bottom { bottom: 80px; }

    /* Layout dua kolom */
    .hero__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 48px;
      position: relative;
      z-index: 1;
      flex: 1;
    }

    .hero__content {
      text-align: left;
    }
    .hero__logo-wrap {
      margin: 0 0 24px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: var(--krem-tua);
      padding: 5px;
      border: 2px solid var(--coklat-muda);
      animation: fadeDown 0.8s ease both;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .hero__logo {
      /*
      ================================================================
        LOGO HERO (pojok kiri atas hero)
        Ganti src di <img id="logo-hero">
        Contoh: src="assets/logo.png"
      ================================================================
      */
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 50%;
    }

    /* Gambar produk di kanan hero */
    .hero__img-wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 420px;
    }
    .hero__img-glow {
      position: absolute;
      width: 340px;
      height: 340px;
      border-radius: 50%;
      background: rgba(196,127,43,0.1);
      filter: blur(40px);
    }
    .hero__img-ring {
      position: absolute;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      border: 1px solid rgba(196,127,43,0.2);
    }
    .hero__img-ring2 {
      position: absolute;
      width: 580px;
      height: 580px;
      border-radius: 50%;
      border: 1px solid rgba(196,127,43,0.1);
    }
    .hero__product-img {
      /*
      ================================================================
        FOTO PRODUK HERO — gambar utama di sebelah kanan
        Ganti src di <img id="hero-product">
        Contoh: src="assets/hero-produk.png"

        Tips foto yang bagus untuk posisi ini:
        - Background transparan (.png) paling ideal
        - Atau foto dengan background gelap/coklat
        - Ukuran ideal: 600x600px
        - Bisa foto satu produk unggulan atau beberapa produk disusun
      ================================================================
      */
      width: 100%;
      max-width: 580px;
      height: 580px;
      object-fit: contain;
      position: relative;
      z-index: 1;
      filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
      transition: transform 0.4s ease;
    }
    .hero__product-img:hover {
      transform: translateY(-8px) scale(1.02);
    }

    /* Placeholder kalau foto belum ada */
    .hero__img-placeholder {
      width: 320px;
      height: 320px;
      border-radius: 50%;
      background: rgba(196,127,43,0.08);
      border: 2px dashed rgba(196,127,43,0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      position: relative;
      z-index: 1;
    }
    .hero__img-placeholder span:first-child { font-size: 64px; }
    .hero__img-placeholder span:last-child {
      color: rgba(196,127,43,0.5);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }

    /* Placeholder logo kalau belum ada file */
    .logo-placeholder {
      font-family: var(--font-display);
      font-size: 32px;
      font-weight: 700;
      color: var(--coklat-mid);
      text-align: center;
      line-height: 1.2;
    }

    .hero__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--coklat-muda);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 14px;
      animation: fadeUp 0.8s 0.1s ease both;
    }
    .hero__eyebrow::before,
    .hero__eyebrow::after {
      content: '';
      width: 32px;
      height: 1px;
      background: var(--coklat-muda);
    }
    .hero__title {
      font-family: var(--font-display);
      color: var(--krem-tua);
      font-size: clamp(36px, 6vw, 64px);
      font-weight: 700;
      line-height: 1.15;
      margin-bottom: 16px;
      animation: fadeUp 0.8s 0.2s ease both;
    }
    .hero__title span { color: var(--coklat-muda); }
    .hero__desc {
      color: #C9A87C;
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 32px;
      animation: fadeUp 0.8s 0.3s ease both;
    }
    .hero__buttons {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      animation: fadeUp 0.8s 0.4s ease both;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-body);
      font-weight: 700;
      font-size: 13px;
      padding: 12px 24px;
      border-radius: 40px;
      border: none;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
      letter-spacing: 0.5px;
    }
    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .btn--primary {
      background: var(--coklat-muda);
      color: var(--coklat-tua);
    }
    .btn--outline {
      background: transparent;
      color: var(--krem-tua);
      border: 1.5px solid rgba(196,127,43,0.5);
    }
    .btn--outline:hover { border-color: var(--coklat-muda); }
    .btn--wa {
      background: #16a34a;
      color: var(--putih);
    }
    .btn--shop {
      background: #EE4D2D;
      color: var(--putih);
    }
    .btn--toko {
      background: #0095DA;
      color: var(--putih);
    }

    /* Wave bawah hero */
    .hero__wave { display: block; width: 100%; margin-bottom: -3px; }

    /* ================================================================
       SECTION UMUM
    ================================================================ */
    .section {
      padding: 72px 5%;
      max-width: 1100px;
      margin: 0 auto;
    }
    .section--full { max-width: 100%; padding: 72px 5%; }
    .section__header { text-align: center; margin-bottom: 48px; }
    .section__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--coklat-muda);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .section__eyebrow::before,
    .section__eyebrow::after {
      content: '';
      width: 24px;
      height: 1px;
      background: var(--coklat-muda);
    }
    .section__title {
      font-family: var(--font-display);
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 700;
      color: var(--teks-utama);
      line-height: 1.2;
    }
    .section__title span { color: var(--coklat-mid); }
    .section__desc {
      margin-top: 12px;
      color: var(--teks-muted);
      font-size: 14px;
      line-height: 1.8;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }

    .divider {
      height: 1px;
      background: linear-gradient(to right, transparent, #D4A96A, transparent);
      margin: 0 5%;
    }

    /* ================================================================
       KEUNGGULAN / WHY US
    ================================================================ */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 24px;
    }
    .why-card {
      background: var(--putih);
      border: 1px solid #EDD9B0;
      border-radius: 16px;
      padding: 28px 24px;
      text-align: center;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .why-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(196,127,43,0.12);
    }
    .why-card__icon {
      font-size: 36px;
      margin-bottom: 14px;
    }
    .why-card__title {
      font-family: var(--font-display);
      font-size: 18px;
      font-weight: 700;
      color: var(--coklat-mid);
      margin-bottom: 8px;
    }
    .why-card__desc {
      font-size: 13px;
      color: var(--teks-muted);
      line-height: 1.7;
    }

    /* ================================================================
       PRODUK / VARIAN
    ================================================================ */
    .produk-bg { background: var(--krem-tua); }
    .produk-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 24px;
    }
    .produk-card {
      background: var(--putih);
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #EDD9B0;
      transition: transform 0.25s, box-shadow 0.25s;
      position: relative;
    }
    .produk-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(62,31,0,0.14);
    }
    .produk-card__badge {
      position: absolute;
      top: 12px;
      right: 12px;
      font-size: 10px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
      color: var(--putih);
      letter-spacing: 0.5px;
      text-transform: uppercase;
      z-index: 2;
    }
    .produk-card__img {
      /*
      ================================================================
        FOTO PRODUK
        Dua cara pakai foto:

        CARA 1 — Pakai emoji (default sekarang, tidak perlu file):
        <div class="produk-card__img" style="background:#...">🍪</div>

        CARA 2 — Pakai foto asli:
        Ganti <div class="produk-card__img"> dengan:
        <img src="assets/produk/original.jpg"
             alt="Pia Chips Original"
             style="width:100%; height:200px; object-fit:cover;">

        Taruh foto di folder assets/produk/
        Ukuran foto ideal: 600x600px atau 4:3
      ================================================================
      */
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 64px;
      position: relative;
    }
    .produk-card__body { padding: 20px; }
    .produk-card__varian {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .produk-card__nama {
      font-family: var(--font-display);
      font-size: 22px;
      font-weight: 700;
      color: var(--teks-utama);
      margin-bottom: 6px;
    }
    .produk-card__desc {
      font-size: 12px;
      color: var(--teks-muted);
      line-height: 1.7;
      margin-bottom: 14px;
    }
    .produk-card__footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .produk-card__harga {
      font-family: var(--font-display);
      font-size: 22px;
      font-weight: 700;
      color: var(--coklat-mid);
    }
    .produk-card__harga span {
      font-size: 12px;
      font-weight: 400;
      color: var(--teks-muted);
      font-family: var(--font-body);
    }
    .produk-card__order {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--coklat-tua);
      color: var(--krem-tua);
      font-size: 12px;
      font-weight: 700;
      padding: 8px 16px;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      transition: background 0.2s, transform 0.2s;
      text-decoration: none;
    }
    .produk-card__order:hover {
      background: var(--coklat-mid);
      transform: scale(1.03);
    }

    /* ================================================================
       ORDER SECTION
    ================================================================ */
    .order-section {
      background: var(--coklat-tua);
      padding: 72px 5%;
      text-align: center;
    }
    .order-section__title {
      font-family: var(--font-display);
      color: var(--krem-tua);
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 700;
      margin-bottom: 10px;
    }
    .order-section__desc {
      color: #C9A87C;
      font-size: 14px;
      margin-bottom: 36px;
      line-height: 1.8;
    }
    .order-buttons {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* ================================================================
       TESTIMONIAL
    ================================================================ */
    .testi-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
    }
    .testi-card {
      background: var(--putih);
      border: 1px solid #EDD9B0;
      border-radius: 16px;
      padding: 24px;
    }
    .testi-stars { color: var(--coklat-muda); font-size: 14px; margin-bottom: 10px; }
    .testi-text {
      font-size: 13px;
      color: var(--teks-utama);
      line-height: 1.8;
      margin-bottom: 14px;
      font-style: italic;
    }
    .testi-author { font-size: 12px; font-weight: 700; color: var(--coklat-mid); }
    .testi-loc { font-size: 11px; color: var(--teks-muted); }

    /* ================================================================
       FOOTER
    ================================================================ */
    .footer {
      background: #2A1400;
      padding: 40px 5% 24px;
    }
    .footer__top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 32px;
      flex-wrap: wrap;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(196,127,43,0.2);
      margin-bottom: 20px;
    }
    .footer__brand {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
    .footer__logo {
      /*
      ================================================================
        LOGO FOOTER — sama dengan logo lainnya
        Ganti src di <img id="logo-footer">
      ================================================================
      */
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--krem-tua);
      padding: 3px;
      object-fit: contain;
    }
    .footer__name {
      font-family: var(--font-display);
      color: var(--krem-tua);
      font-size: 20px;
      font-weight: 700;
    }
    .footer__tagline { color: #8B6340; font-size: 12px; margin-top: 4px; }
    .footer__col h4 {
      color: var(--coklat-muda);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .footer__col p, .footer__col a {
      color: #8B6340;
      font-size: 13px;
      line-height: 2;
      display: block;
      transition: color 0.2s;
    }
    .footer__col a:hover { color: var(--krem-tua); }
    .footer__bottom {
      text-align: center;
      color: #5C3D1A;
      font-size: 11px;
    }

    /* ================================================================
       ANIMASI
    ================================================================ */
    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* Scroll reveal — elemen muncul saat di-scroll */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ================================================================
   MODAL / POPUP PRODUK
================================================================ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open {
  display: flex;
}
.modal {
  background: var(--putih);
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  overflow: hidden;
  position: relative;
  animation: fadeUp 0.3s ease both;
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  border: none;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teks-utama);
  transition: background 0.2s;
  z-index: 1;
}
.modal__close:hover { background: rgba(0,0,0,0.2); }
.modal__img {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}
.modal__body { padding: 24px; }
.modal__varian {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.modal__nama {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--teks-utama);
  margin-bottom: 10px;
}
.modal__desc {
  font-size: 14px;
  color: var(--teks-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
.modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__harga {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--coklat-mid);
}
.modal__harga span {
  font-size: 13px;
  font-weight: 400;
  color: var(--teks-muted);
  font-family: var(--font-body);
}

/* ================================================================
   HERO SLIDER
================================================================ */
.hero__slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 460px;
}
.hero__slides {
  position: relative;
  width: 420px;
  height: 420px;
  flex-shrink: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.hero__slide.active {
  opacity: 1;
  pointer-events: auto;
}
.hero__slide img {
  width: 420px;
  height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
  transition: transform 0.4s ease;
}
.hero__slide img:hover {
  transform: translateY(-8px) scale(1.02);
}

/* Tombol panah */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(196,127,43,0.2);
  border: 1px solid rgba(196,127,43,0.4);
  color: var(--krem-tua);
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 10;
}
.slider-btn:hover {
  background: rgba(196,127,43,0.4);
  transform: translateY(-50%) scale(1.1);
}
.slider-btn--prev { left: -24px; }
.slider-btn--next { right: -24px; }

/* Label nama varian di bawah foto */
.slider-label {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(196,127,43,0.15);
  border: 1px solid rgba(196,127,43,0.3);
  color: var(--coklat-muda);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .hero__slider { width: 300px; height: 300px; }
  .hero__slides { width: 260px; height: 260px; }
  .hero__slide img { width: 260px; height: 260px; }
  .slider-btn--prev { left: -16px; }
  .slider-btn--next { right: -16px; }
}

    /* ================================================================
       RESPONSIVE — Mobile
    ================================================================ */
    @media (max-width: 768px) {
      .navbar__links { display: none; }
      .hamburger { display: flex; }

      .hero { min-height: 100svh; padding: 40px 5% 0; }
      .hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 32px;
      }
      .hero__content { text-align: center; }
      .hero__logo-wrap { margin: 0 auto 20px; width: 64px; height: 64px; }
      .hero__eyebrow { justify-content: center; }
      .hero__buttons { justify-content: center; }
      .hero__product-img { max-width: 280px; height: 280px; }
      .hero__img-ring { width: 260px; height: 260px; }
      .hero__img-ring2 { width: 300px; height: 300px; }
      .hero__img-glow { width: 240px; height: 240px; }
      .hero__img-placeholder { width: 220px; height: 220px; }

      .produk-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
      .produk-card__img { height: 140px; font-size: 48px; }
      .produk-card__nama { font-size: 18px; }
      .produk-card__harga { font-size: 18px; }

      .footer__top { flex-direction: column; gap: 24px; }

      .order-buttons { flex-direction: column; align-items: center; }
      .order-buttons .btn { width: 100%; max-width: 280px; justify-content: center; }
    }

    @media (max-width: 480px) {
      .produk-grid { grid-template-columns: 1fr 1fr; }
      .why-grid { grid-template-columns: 1fr 1fr; }
      .testi-grid { grid-template-columns: 1fr; }
    }