:root {
  --hijau: #9fc7b5;
  --hijau-soft: #e6f2ee;
  --kream: #f6f1e9;
  --putih: #ffffff;
  --abu: #6b6b6b;
}
body {
  background: #eaffea;
}

/* ===== KOLEKSI PRODUK ===== */
.products {
  padding: 60px 8%;
  background: #f6fff6;
}

.products h2 {
  text-align: center;
  margin-bottom: 40px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  text-align: center;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.card img {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}
.produk-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr)
  gap: 24px;
}
.card {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  text-align: center;
}
.produk h2 span {
  color: #cfa25d;
}
.produk {
  padding: 60px 6%;
}

.produk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card {
  background: #f3f1ee;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.harga {
  font-weight: bold;
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: var(--kream);
}
.produk {
  background-color: var(--kream);
  padding: 60px 0;
}
.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: var(--kream);
  color: var(--abu);
}
.produk {
  background-color: var(--kream);
  padding: 60px 0;
}
.card {
  background-color: var(--putih);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
}
.produk h2 span {
  color: var(--hijau);
}

.harga {
  font-weight: 600;
  color: var(--hijau);
}
.btn-primary {
  background-color: var(--hijau);
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #88b8a3;
}
/* =============================
   TESTIMONI
   ============================= */

.testimoni {
  background-color: var(--kream);
  padding: 60px 10%;
  text-align: center;
}

.testimoni h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: var(--hijau-tua);
}

.testimoni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.testi-card .pesan {
  font-style: italic;
  margin-bottom: 16px;
  color: #555;
}

.testi-card span {
  font-size: 14px;
  color: #777;
}

/* responsive */
@media (max-width: 900px) {
  .testimoni-grid {
    grid-template-columns: 1fr;
  }
}
html {
  scroll-behavior: smooth;
}

#produk {
  scroll-margin-top: 100px; /* sesuaikan tinggi navbar */
}
.hero {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero img {
  width: 45%;
  max-width: 420px;
  height: auto;
}
#proses {
  scroll-margin-top: 90px;
}
.proses {
  padding: 80px 10%;
  text-align: center;
}

.proses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.proses-card {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.navbar {
  display: flex;
  justify-content: center;
  background-color: #f6f1e7;
  padding: 20px 80px;
  position: sticky;
  top: 0;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 70px;
  padding: 0;
  margin: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #2f5d50;
  font-weight: bold;
}

section {
  padding: 80px 20px;
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f1e7;
  padding: 20px 0;   /* JARAK ATAS BAWAH */
}
.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;         
  padding: 0;
  margin: 0;
}
.nav-menu a {
  text-decoration: none;
  color: #2f5d3a;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 18px; 
}
.nav-menu a:hover {
  color: #e07a5f;
}
.navbar {
  padding: 15px 40px;
}

.logo {
  left: 30px;
}

.nav-menu {
  gap: 40px;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  animation: slideDown 0.8s ease-out;
}
.nav-menu li a {
  position: relative;
  text-decoration: none;
  color: var(--hijau);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--oranye);
  left: 0;
  bottom: -6px;
  transition: width 0.3s ease;
}

.nav-menu li a:hover {
  color: var(--oranye);
}

.nav-menu li a:hover::after {
  width: 100%;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1,
.hero p,
.hero img {
  animation: fadeUp 1s ease forwards;
}

.hero p {
  animation-delay: 0.2s;
}

.hero img {
  animation-delay: 0.4s;
}
.card,
.testi-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: scale(1.05);
  background-color: var(--oranye);
}