/* =========================================
   BUMBU DAPUR NUSANTARA - style.css
   ========================================= */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/* --- CSS Variables --- */
:root {
  --green-dark:  #1B4332;
  --green-main:  #2D6A4F;
  --green-light: #40916C;
  --green-pale:  #D8F3DC;
  --brown-dark:  #4A2C17;
  --brown-main:  #6D4C41;
  --brown-light: #A1785A;
  --gold:        #C9A84C;
  --gold-light:  #F0D080;
  --cream:       #FDF8F0;
  --white:       #FFFFFF;
  --text-dark:   #1A1A1A;
  --text-mid:    #4A4A4A;
  --text-light:  #7A7A7A;
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.10);
  --shadow-md:   0 4px 20px rgba(0,0,0,0.14);
  --shadow-lg:   0 8px 40px rgba(0,0,0,0.18);
  --radius:      12px;
  --radius-lg:   20px;
  --transition:  all 0.3s ease;
}

/* --- Reset & Base --- */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family:'Poppins',sans-serif; background:var(--cream); color:var(--text-dark); line-height:1.7; overflow-x:hidden; }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }

/* --- Typography --- */
h1,h2,h3,h4 { font-family:'Playfair Display',serif; line-height:1.3; }
h1 { font-size:clamp(2rem,5vw,3.5rem); }
h2 { font-size:clamp(1.6rem,3.5vw,2.5rem); }
h3 { font-size:clamp(1.2rem,2.5vw,1.6rem); }

/* --- Utility --- */
.container { max-width:1200px; margin:0 auto; padding:0 24px; }
.section-title { text-align:center; color:var(--green-dark); margin-bottom:12px; }
.section-subtitle { text-align:center; color:var(--text-mid); max-width:600px; margin:0 auto 48px; font-size:1rem; }
.btn { display:inline-flex; align-items:center; gap:8px; padding:14px 32px; border-radius:50px; font-family:'Poppins',sans-serif; font-weight:600; font-size:0.95rem; cursor:pointer; border:none; transition:var(--transition); text-decoration:none; }
.btn-primary { background:linear-gradient(135deg,var(--green-main),var(--green-light)); color:#fff; box-shadow:0 4px 15px rgba(45,106,79,0.4); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(45,106,79,0.5); }
.btn-outline { background:transparent; border:2px solid var(--white); color:var(--white); }
.btn-outline:hover { background:var(--white); color:var(--green-main); }
.btn-gold { background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:var(--brown-dark); box-shadow:0 4px 15px rgba(201,168,76,0.4); }
.btn-gold:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(201,168,76,0.5); }

/* --- Scroll reveal --- */
.reveal { opacity:0; transform:translateY(30px); transition:opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* =========================================
   NAVBAR
   ========================================= */
.navbar { position:fixed; top:0; width:100%; z-index:1000; padding:16px 0; transition:var(--transition); }
.navbar.scrolled { background:rgba(27,67,50,0.97); backdrop-filter:blur(10px); box-shadow:var(--shadow-md); padding:10px 0; }
.navbar-inner { display:flex; align-items:center; justify-content:space-between; }
.navbar-logo { display:flex; align-items:center; gap:12px; }
.navbar-logo .logo-icon { width:42px; height:42px; background:linear-gradient(135deg,var(--gold),var(--gold-light)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.3rem; }
.navbar-logo .logo-text { font-family:'Playfair Display',serif; font-weight:700; color:#fff; font-size:1.1rem; line-height:1.2; }
.navbar-logo .logo-sub { font-family:'Poppins',sans-serif; font-size:0.7rem; color:var(--gold-light); font-weight:400; }
.nav-links { display:flex; align-items:center; gap:8px; }
.nav-links a { color:rgba(255,255,255,0.85); padding:8px 16px; border-radius:8px; font-weight:500; font-size:0.9rem; transition:var(--transition); }
.nav-links a:hover, .nav-links a.active { color:#fff; background:rgba(255,255,255,0.15); }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:8px; border-radius:8px; background:rgba(255,255,255,0.15); }
.hamburger span { width:24px; height:2px; background:#fff; border-radius:2px; transition:var(--transition); }
.hamburger.active span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity:0; }
.hamburger.active span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }
.mobile-menu { display:none; position:fixed; top:0; left:0; width:100%; height:100vh; background:var(--green-dark); z-index:999; flex-direction:column; align-items:center; justify-content:center; gap:16px; }
.mobile-menu.open { display:flex; }
.mobile-menu a { font-family:'Playfair Display',serif; font-size:1.8rem; color:#fff; padding:12px 32px; border-radius:12px; transition:var(--transition); }
.mobile-menu a:hover { background:rgba(255,255,255,0.1); color:var(--gold-light); }

/* =========================================
   HERO SECTION
   ========================================= */
.hero { position:relative; height:100vh; min-height:600px; display:flex; align-items:center; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background-image:url('images/hero_rempah.png'); background-size:cover; background-position:center; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(135deg, rgba(27,67,50,0.85) 0%, rgba(74,44,23,0.7) 100%); }
.hero-content { position:relative; z-index:2; color:#fff; max-width:700px; }
.hero-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(201,168,76,0.25); border:1px solid rgba(201,168,76,0.5); color:var(--gold-light); padding:6px 18px; border-radius:50px; font-size:0.82rem; font-weight:600; letter-spacing:1px; text-transform:uppercase; margin-bottom:20px; }
.hero-title { margin-bottom:20px; text-shadow:0 2px 20px rgba(0,0,0,0.3); }
.hero-title span { color:var(--gold-light); }
.hero-desc { font-size:1.1rem; color:rgba(255,255,255,0.88); max-width:540px; margin-bottom:36px; }
.hero-btns { display:flex; flex-wrap:wrap; gap:16px; }
.hero-scroll { position:absolute; bottom:32px; left:50%; transform:translateX(-50%); z-index:2; display:flex; flex-direction:column; align-items:center; gap:8px; color:rgba(255,255,255,0.7); font-size:0.78rem; }
.hero-scroll .scroll-dot { width:6px; height:6px; background:var(--gold); border-radius:50%; animation:bounce 1.5s infinite; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

/* =========================================
   ABOUT SECTION
   ========================================= */
.about { padding:100px 0; background:var(--white); }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; margin-bottom:80px; }
.about-badge { display:inline-block; background:var(--green-pale); color:var(--green-dark); padding:6px 18px; border-radius:50px; font-size:0.82rem; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin-bottom:16px; }
.about-text h2 { color:var(--green-dark); margin-bottom:16px; }
.about-text p { color:var(--text-mid); margin-bottom:16px; font-size:0.97rem; }
.about-img-wrap { position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-lg); }
.about-img-wrap img { width:100%; height:400px; object-fit:cover; }
.about-img-badge { position:absolute; bottom:24px; right:24px; background:var(--gold); color:var(--brown-dark); padding:12px 20px; border-radius:12px; font-family:'Playfair Display',serif; font-weight:700; font-size:1rem; text-align:center; box-shadow:var(--shadow-md); }
.vision-mission { display:grid; grid-template-columns:1fr 1fr; gap:32px; margin-bottom:80px; }
.vm-card { background:var(--cream); border-radius:var(--radius); padding:36px 32px; border-left:4px solid var(--green-main); }
.vm-card h3 { color:var(--green-dark); margin-bottom:12px; }
.vm-card p { color:var(--text-mid); font-size:0.95rem; }
.keunggulan-title { text-align:center; color:var(--green-dark); margin-bottom:40px; }
.keunggulan-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.keunggulan-card { background:var(--white); border-radius:var(--radius); padding:32px 24px; text-align:center; box-shadow:var(--shadow-sm); border:1px solid rgba(45,106,79,0.1); transition:var(--transition); }
.keunggulan-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:var(--green-light); }
.keunggulan-icon { width:64px; height:64px; background:linear-gradient(135deg,var(--green-pale),var(--white)); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.8rem; margin:0 auto 16px; box-shadow:var(--shadow-sm); }
.keunggulan-card h4 { color:var(--green-dark); margin-bottom:8px; font-size:1rem; }
.keunggulan-card p { color:var(--text-light); font-size:0.88rem; }

/* =========================================
   KONTAK SECTION
   ========================================= */
.kontak { padding:100px 0; background:var(--cream); }
.kontak-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; }
.kontak-info h3 { color:var(--green-dark); margin-bottom:24px; }
.info-item { display:flex; gap:16px; margin-bottom:24px; align-items:flex-start; }
.info-icon { width:48px; height:48px; background:linear-gradient(135deg,var(--green-main),var(--green-light)); border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.info-text strong { display:block; color:var(--green-dark); font-weight:600; margin-bottom:2px; }
.info-text span { color:var(--text-mid); font-size:0.93rem; }
.maps-embed { margin-top:24px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); }
.maps-embed iframe { width:100%; height:220px; border:none; }
.contact-form { background:var(--white); border-radius:var(--radius-lg); padding:40px; box-shadow:var(--shadow-md); }
.contact-form h3 { color:var(--green-dark); margin-bottom:24px; }
.form-group { margin-bottom:20px; }
.form-group label { display:block; color:var(--text-dark); font-weight:500; font-size:0.9rem; margin-bottom:6px; }
.form-group input, .form-group textarea, .form-group select { width:100%; padding:12px 16px; border:2px solid #E8E8E8; border-radius:10px; font-family:'Poppins',sans-serif; font-size:0.92rem; color:var(--text-dark); background:var(--cream); transition:var(--transition); }
.form-group input:focus, .form-group textarea:focus { outline:none; border-color:var(--green-light); background:var(--white); }
.form-group textarea { resize:vertical; min-height:120px; }
.form-submit { width:100%; }

/* =========================================
   FOOTER
   ========================================= */
footer { background:var(--green-dark); color:#fff; padding:60px 0 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }
.footer-brand .logo-text { font-size:1.3rem; margin-bottom:12px; display:block; }
.footer-brand p { color:rgba(255,255,255,0.7); font-size:0.9rem; max-width:280px; margin-bottom:20px; }
.footer-social { display:flex; gap:12px; }
.footer-social a { width:38px; height:38px; background:rgba(255,255,255,0.1); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1rem; transition:var(--transition); }
.footer-social a:hover { background:var(--gold); }
.footer-col h4 { color:var(--gold-light); margin-bottom:16px; font-size:0.95rem; }
.footer-col ul li { margin-bottom:10px; }
.footer-col ul li a { color:rgba(255,255,255,0.7); font-size:0.88rem; transition:var(--transition); }
.footer-col ul li a:hover { color:var(--gold-light); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.1); padding:20px 0; text-align:center; color:rgba(255,255,255,0.5); font-size:0.85rem; }

/* --- WhatsApp Floating --- */
.wa-float { position:fixed; bottom:32px; right:32px; z-index:900; width:58px; height:58px; background:#25D366; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.7rem; box-shadow:0 4px 20px rgba(37,211,102,0.5); animation:wa-pulse 2s infinite; transition:var(--transition); }
.wa-float:hover { transform:scale(1.1); }
@keyframes wa-pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.5)} 50%{box-shadow:0 4px 40px rgba(37,211,102,0.8)} }
.wa-tooltip { position:absolute; right:70px; background:var(--white); color:var(--text-dark); padding:6px 12px; border-radius:8px; font-size:0.8rem; white-space:nowrap; box-shadow:var(--shadow-sm); opacity:0; transition:var(--transition); pointer-events:none; }
.wa-float:hover .wa-tooltip { opacity:1; }

/* =========================================
   PAGE HEADER (produk & blog)
   ========================================= */
.page-header { background:linear-gradient(135deg,var(--green-dark),var(--brown-dark)); padding:140px 0 80px; text-align:center; color:#fff; position:relative; overflow:hidden; }
.page-header::before { content:''; position:absolute; top:-50%; left:-50%; width:200%; height:200%; background:radial-gradient(ellipse at center, rgba(201,168,76,0.1) 0%, transparent 60%); }
.page-header h1 { position:relative; }
.page-header p { color:rgba(255,255,255,0.8); font-size:1.05rem; margin-top:12px; position:relative; }
.breadcrumb { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:16px; color:rgba(255,255,255,0.6); font-size:0.85rem; position:relative; }
.breadcrumb a { color:var(--gold-light); }
.breadcrumb span { color:rgba(255,255,255,0.4); }

/* =========================================
   PRODUK PAGE
   ========================================= */
.produk-section { padding:80px 0; }
.produk-filter { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:48px; justify-content:center; }
.filter-btn { padding:8px 24px; border-radius:50px; border:2px solid var(--green-main); color:var(--green-main); font-family:'Poppins',sans-serif; font-weight:500; font-size:0.88rem; cursor:pointer; background:transparent; transition:var(--transition); }
.filter-btn.active, .filter-btn:hover { background:var(--green-main); color:#fff; }
.produk-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.produk-card { background:var(--white); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm); transition:var(--transition); border:1px solid rgba(0,0,0,0.06); }
.produk-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-lg); }
.produk-card-img { position:relative; overflow:hidden; height:240px; }
.produk-card-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s ease; }
.produk-card:hover .produk-card-img img { transform:scale(1.08); }
.produk-badge { position:absolute; top:12px; left:12px; background:var(--gold); color:var(--brown-dark); padding:4px 12px; border-radius:50px; font-size:0.75rem; font-weight:700; }
.produk-card-body { padding:24px; }
.produk-card-body h3 { color:var(--green-dark); margin-bottom:8px; font-size:1.15rem; }
.produk-card-body p { color:var(--text-light); font-size:0.88rem; margin-bottom:16px; }
.produk-card-footer { display:flex; align-items:center; justify-content:space-between; padding:16px 24px; border-top:1px solid #F0F0F0; }
.produk-card-footer .btn { padding:10px 20px; font-size:0.85rem; }

/* =========================================
   DETAIL PRODUK PAGE
   ========================================= */
.detail-section { padding:80px 0; }
.back-link { display:inline-flex; align-items:center; gap:8px; color:var(--green-main); font-weight:500; margin-bottom:40px; transition:var(--transition); }
.back-link:hover { gap:12px; }
.detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.detail-gallery .main-img { border-radius:var(--radius-lg); overflow:hidden; margin-bottom:16px; box-shadow:var(--shadow-md); height:400px; }
.detail-gallery .main-img img { width:100%; height:100%; object-fit:cover; transition:var(--transition); }
.gallery-thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.gallery-thumbs img { border-radius:10px; height:80px; object-fit:cover; cursor:pointer; border:2px solid transparent; transition:var(--transition); opacity:0.7; }
.gallery-thumbs img.active, .gallery-thumbs img:hover { border-color:var(--green-main); opacity:1; }
.detail-info { position:sticky; top:100px; }
.detail-badge { display:inline-block; background:var(--green-pale); color:var(--green-dark); padding:5px 16px; border-radius:50px; font-size:0.8rem; font-weight:600; margin-bottom:12px; }
.detail-info h1 { color:var(--green-dark); margin-bottom:16px; font-size:2rem; }
.detail-stars { color:var(--gold); font-size:0.9rem; margin-bottom:16px; }
.detail-desc { color:var(--text-mid); margin-bottom:28px; line-height:1.8; }
.detail-specs { background:var(--cream); border-radius:var(--radius); padding:24px; margin-bottom:28px; }
.detail-specs h4 { color:var(--green-dark); margin-bottom:16px; }
.spec-row { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid rgba(0,0,0,0.06); font-size:0.9rem; }
.spec-row:last-child { border-bottom:none; }
.spec-row .spec-label { color:var(--text-light); }
.spec-row .spec-val { color:var(--text-dark); font-weight:600; }
.detail-keunggulan { margin-bottom:28px; }
.detail-keunggulan h4 { color:var(--green-dark); margin-bottom:12px; }
.detail-keunggulan ul { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.detail-keunggulan ul li { display:flex; align-items:center; gap:8px; font-size:0.88rem; color:var(--text-mid); }
.detail-keunggulan ul li::before { content:'✓'; color:var(--green-main); font-weight:700; }
.detail-cta { display:flex; gap:16px; flex-wrap:wrap; }
.detail-cta .btn { flex:1; justify-content:center; min-width:160px; }
.komposisi-section { margin-top:60px; padding-top:60px; border-top:1px solid #EEE; }
.komposisi-section h2 { color:var(--green-dark); margin-bottom:24px; }
.komposisi-list { display:flex; flex-wrap:wrap; gap:12px; }
.komposisi-tag { background:var(--green-pale); color:var(--green-dark); padding:8px 20px; border-radius:50px; font-size:0.88rem; font-weight:500; }

/* =========================================
   BLOG PAGE
   ========================================= */
.blog-section { padding:80px 0; }
.blog-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:36px; }
.blog-card { background:var(--white); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm); transition:var(--transition); }
.blog-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.blog-card-img { height:220px; overflow:hidden; }
.blog-card-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s ease; }
.blog-card:hover .blog-card-img img { transform:scale(1.06); }
.blog-card-body { padding:28px; }
.blog-meta { display:flex; align-items:center; gap:16px; margin-bottom:12px; }
.blog-cat { background:var(--green-pale); color:var(--green-dark); padding:3px 12px; border-radius:50px; font-size:0.75rem; font-weight:600; }
.blog-date { color:var(--text-light); font-size:0.8rem; }
.blog-card-body h3 { color:var(--text-dark); margin-bottom:10px; font-size:1.15rem; }
.blog-card-body h3 a { color:inherit; transition:var(--transition); }
.blog-card-body h3 a:hover { color:var(--green-main); }
.blog-card-body p { color:var(--text-light); font-size:0.88rem; margin-bottom:20px; line-height:1.7; }
.read-more { display:inline-flex; align-items:center; gap:6px; color:var(--green-main); font-weight:600; font-size:0.88rem; transition:var(--transition); }
.read-more:hover { gap:12px; }

/* =========================================
   KLIEN KAMI SECTION
   ========================================= */
.klien-section {
  padding: 80px 0 60px;
  background: var(--white);
  overflow: hidden;
}
.klien-header {
  text-align: center;
  margin-bottom: 48px;
}

/* Wrapper dengan fade kiri-kanan */
.klien-marquee-wrap {
  position: relative;
  overflow: hidden;
}
.klien-marquee-wrap::before,
.klien-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.klien-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--white), transparent);
}
.klien-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--white), transparent);
}

/* Strip bergerak */
.klien-marquee {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.klien-marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Kartu logo individual */
.klien-logo-card {
  flex-shrink: 0;
  width: 180px;
  height: 90px;
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  transition: var(--transition);
  cursor: default;
}
.klien-logo-card:hover {
  border-color: var(--green-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  background: var(--white);
}
.klien-logo-card img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: var(--transition);
}
.klien-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Fallback teks (tampil bila gambar belum ada) */
.klien-logo-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--green-dark);
  text-align: center;
  line-height: 1.3;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width:1024px) {
  .keunggulan-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:768px) {
  .nav-links { display:none; }
  .hamburger { display:flex; }
  .about-grid { grid-template-columns:1fr; gap:40px; }
  .vision-mission { grid-template-columns:1fr; }
  .kontak-grid { grid-template-columns:1fr; }
  .produk-grid { grid-template-columns:repeat(2,1fr); }
  .blog-grid { grid-template-columns:1fr; }
  .detail-grid { grid-template-columns:1fr; }
  .detail-info { position:static; }
  .footer-grid { grid-template-columns:1fr; }
  .hero-btns { flex-direction:column; }
  .keunggulan-grid { grid-template-columns:repeat(2,1fr); }
  .detail-keunggulan ul { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .container { padding:0 16px; }
  .produk-grid { grid-template-columns:1fr; }
  .keunggulan-grid { grid-template-columns:1fr; }
  .gallery-thumbs { grid-template-columns:repeat(3,1fr); }
  .hero { min-height:100svh; }
  .about { padding:60px 0; }
  .kontak { padding:60px 0; }
  .produk-section { padding:60px 0; }
  .blog-section { padding:60px 0; }
  .detail-section { padding:60px 0; }
  .wa-float { bottom:20px; right:20px; }
}
