
.body{
  background: black;
}
section h2 {
  background: linear-gradient(90deg, #cc1d14);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.teknisi-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 220px;
  z-index: 1000;
  pointer-events: none;
}

section {
  background: #fff7f3;
  border-left: 6px solid #cc1d14;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}
main {
  background: #fdfdfd;
}

:root{
  --accent:#cc1d14;
  --promo:#ffb400;
  --bg:#f8f8f8;
  --text:#222;
  --wa:#25D366;
}
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Arial,sans-serif;}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);line-height:1.6;}

/* ======== NAVBAR ======== */
/* ======== NAVBAR ======== */
nav {
  position: sticky; top: 0; z-index: 10;
  background: #111; color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  height: 50px;
  box-shadow: 0 2px 15px;
}
.brand .title { color: var(--accent); font-weight: 800; font-size: 20px; text-shadow: 0 2px 5px;}

/* Desktop — ul tampil normal */
nav ul { display: flex; gap: 20px; list-style: none; }
nav a { color: #fff; text-decoration: none; font-weight: 600; transition: 0.3s; }
nav a:hover { color: var(--accent); }

/* Mobile */
@media (max-width: 768px) {
  nav ul { display: none; }
  .hamburger { display: flex; }
  nav { position: relative; }
}
nav a:hover{color:var(--accent);}
/* ======== HAMBURGER ======== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s;
}
.hamburger:hover {
  background: rgba(255,255,255,0.1);
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

/* Animasi X saat terbuka */
.hamburger.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Dropdown menu seperti Chrome */
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 10px;
  background: #1e1e1e;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  min-width: 200px;
  z-index: 999;
  overflow: hidden;
  animation: dropdownFade 0.2s ease;
}
.nav-dropdown.open {
  display: block;
}
@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nav-dropdown a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s;
}
.nav-dropdown a:last-child {
  border-bottom: none;
}
.nav-dropdown a:hover {
  background: rgba(204,29,20,0.25);
  color: var(--accent);
}

/* Tampilkan hamburger di mobile, sembunyikan ul */
@media (max-width: 768px) {
  nav ul {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  nav {
    position: relative; /* penting untuk posisi dropdown */
  }
}
/* ======== HEADER ======== */
header{
  position:relative;
  height:65vh;min-height:400px;
  background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),
    url('pp joker.jpg') center/cover;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#ffffff;text-align:center;padding:20px;
}
.logo-circle{
  width:390px;height:390px;border-radius:50%;overflow:hidden;
  border:5px solid #fff;background:#ffffff;box-shadow:0 6px 20px rgba(0,0,0,0.3);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:15px;animation:fadeInDown 1s ease;
}

header{
  position:relative;
  min-height: 65vh;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
}

header::before{
  content:"";
  position:absolute;
  inset:0;
  background:
  linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)),
  url('Armada2.jpeg');
  background-size:cover;
  background-position:center;
  z-index:0;
}
.hero-card{
  position:relative;
  z-index:1;
  background: rgba(0, 0, 0, 0.315);
  backdrop-filter: blur(8px);
  border-radius:20px;
  padding:25px 20px;
  max-width:420px;
  width:100%;
  box-shadow:0 10px 30px rgba(102, 19, 19, 0.4);
  border:1px solid rgba(233, 7, 7, 0.301);
}
.logo-circle{
  width:clamp(90px, 95vw, 170px);
  height:clamp(90px, 95vw, 170px);
  border-radius:50%;
  overflow:hidden;
  border:4px solid #fff;
  background:#fff;
  margin:0 auto 15px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.logo-circle img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.header-text-box {
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 25px;
  border-radius: 12px;
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  max-width: 700px;
  height: 300px;
}

@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px);}to{opacity:1;transform:translateY(0);} }
h1{font-size:26px;margin-bottom:8px;animation:fadeIn 1.2s ease;}
p{margin-bottom:10px;animation:fadeIn 1.4s ease;}
.btn{background:var(--accent);color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:750;animation:fadeIn 1.6s ease;}
.btn:hover{opacity:0.9;}
@keyframes fadeIn{from{opacity:0;} to{opacity:1;}}
@keyframes pulse {
  0% {box-shadow: 0 0 0 0 rgba(37,211,102,0.6);}
  70% {box-shadow: 0 0 0 15px rgba(37,211,102,0);}
  100% {box-shadow: 0 0 0 0 rgba(37,211,102,0);}
}
.wa-float { animation: pulse 2s infinite; }
.btn-menu {
  display: block;
  margin-top: 10px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
.btn-menu:hover {
  background: rgba(255,255,255,0.15);
}
.promo-card{
  position:relative;
  z-index:1;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border-radius:20px;
  padding:25px 20px;
  max-width:500px;
  width:90%;
  overflow:hidden;
  margin:30px auto;
  text-align:center;
  box-shadow:0 5px 15px rgba(255, 2, 2, 0.884);
  border:1px solid rgba(255,255,255,0.2);
  color:#ffffff;
    opacity:1 !important;
  transform:none !important;
}
.promo-title{
  display:inline-block;
    background: linear-gradient(
    90deg,
    rgba(255,59,48,0.75),
    rgba(255,123,0,0.75)
  );

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border:1px solid rgba(255,255,255,0.2);
  box-shadow:0 8px 25px rgba(0,0,0,0.2);
  padding:6px 14px;
  border-radius:6px 50px;
  font-weight:100;
  margin-bottom:10px;
}
.promo-extra{
  margin:15px 0;
  font-size:19px;
  opacity:0.9;
  font-weight: bold;
  color: black;
}
.btn-promo{
  margin-top:10px;
  padding:10px 20px;
  border:none;
  background:#25d366;
  color:#fff;
  font-weight:600;
  border-radius:8px;
  cursor:pointer;
  transition:0.3s;
  width:80%;
  box-shadow:0 5px 15px rgba(0,0,0,0.3);
}
.btn-promo:hover{
  transform:scale(1.05);
  background:#1ebe5d;
}
@keyframes fadein{from{opacity:0;transform:translateY(-10px);}to{opacity:1;transform:translateY(0);} }

@keyframes zoomIn {
  from {transform: scale(0.8); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}
.logo-circle {animation: zoomIn 1s ease-in-out;}

/* ======== MAIN ======== */
main{max-width:1000px;margin:0 auto;padding:20px;}
section{
  background:#fff;border-radius:12px;
  box-shadow:0 4px 16px rgba(0,0,0,0.05);
  padding:25px;margin-bottom:25px;
  opacity:0;transform:translateY(40px);
  transition:all 0.8s ease-out;will-change:opacity,transform;
}
section.visible{opacity:1;transform:translateY(0);}
section h2{color:var(--accent);margin-bottom:10px;text-align:center;}
ul{padding-left:20px;} li{margin-bottom:8px;}

/* ======== GALERI ======== */
.gallery{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:12px;margin-top:12px;
}
.gallery img{
  width:100%;height:160px;object-fit:cover;border-radius:10px;
  transition:transform .3s, box-shadow .3s;
}
.gallery img:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.3);}

/* ======== DAERAH LAYANAN STYLING ======== */
.area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;margin-top:15px;}
.area-card{background:#fff7e6;border-radius:10px;padding:15px;box-shadow:0 3px 8px rgba(0,0,0,0.05);}
.area-card h3{margin:0 0 8px 0;color:var(--accent);text-align:center;}
.area-card ul{padding-left:18px;margin:0;list-style:disc;}
.gallery img:hover {
  transform: scale(1.08);
  transition: 0.4s ease-in-out;
}

/* ======== TOMBOL WHATSAPP RESMI ======== */
.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 100;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.6);
}
.wa-float img {
  width: 45px;
  height: 45px;
}
.wa-float::after {
  content: "Chat Kami";
  position: absolute;
  bottom: -25px;
  color: #25D366;
  font-weight: 600;
  font-size: 12px;
}

/* ======== TOMBOL TIKTOK ======== */
.tiktok-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  z-index: 100;
  transition: transform .3s, opacity .3s;
}
.tiktok-float:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
.tiktok-float img {
  width: 52px;
  height: 52px;
  filter: invert(1);
}

/* ======== GALERI TAMBAHAN ======== */
#galeri-lainnya{display:none;}
#galeri-lainnya.show{display:block;animation:fadein 0.8s ease-in;}
.btn-galeri, .btn-tutup{
  display:block;margin:15px auto;text-align:center;
  background:var(--accent);color:#fff;padding:10px 18px;
  border-radius:8px;text-decoration:none;width:max-content;
  transition:0.3s;
}
.btn-galeri:hover, .btn-tutup:hover{opacity:0.9;transform:scale(1.05);}
.btn-tutup{background:#666;}
#galeri, #galeri-lainnya {
  background: linear-gradient(180deg, #ff3b30,#ff7b00);
  padding: 60px 20px;
  border-radius: 12px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
  position: relative;
}

/* ======== FOOTER ======== */


/* ======== LOGO VEKTOR & POPUP ======== */
.logo-vektor {
  position: fixed;
  bottom: 5px;
  left: 30px;
  width: 200px;
  cursor: pointer;
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 250px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s;
}

.popup-content h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}

.wa-btn {
  display: block;
  margin: 8px 0;
  padding: 10px;
  background: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.2s;
}

.wa-btn:hover {
  background: #1ebe5b;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}

.teknisi-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 220px;
  z-index: 1000;
  pointer-events: none;
}

/* ======== WAVE / GELOMBANG HEADER ======== */
header {
  position: relative;
  overflow: visible; /* pastikan wave tidak terpotong */
}
.wave-container {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.wave-container svg {
  display: block;
  width: 100%;
  height: 60px;
}


/* Responsive */
@media (max-width: 600px) {
  .klien-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* ===== GALERI SECTION ===== */
.galeri-section {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.galeri-judul {
  text-align: center;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 12px;
}

.galeri-judul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #cc1d14;
  border-radius: 2px;
}

.galeri-card {
  background: #2a2a2a;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.05);
}

/* Area gambar */
.galeri-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  background: #1a1a1a;
  overflow: visible;
}

.galeri-img-wrap img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
  /* Sudut kanan bawah melengkung seperti referensi */
  clip-path: ellipse(110% 100% at 50% 0%);
}

/* Lingkaran logo di pojok kiri bawah gambar */
.galeri-icon-circle {
  position: absolute;
  bottom: -22px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #cc1d14;
  border: 3px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(204,29,20,0.4);
}

.galeri-icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

/* Body teks */
.galeri-body {
  padding: 36px 22px 24px;
}

.galeri-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.galeri-body p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Tombol */
.galeri-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #cc1d14;
  color: #fff;
  padding: 11px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.galeri-btn:hover {
  background: #a81510;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(204,29,20,0.35);
}

@media (max-width: 480px) {
  .galeri-img-wrap {
    height: 300px;
  }
  .galeri-body h3 {
    font-size: 16px;
  }
  .galeri-body {
    padding: 32px 16px 20px;
  }
}

/* ===== GALERI LAINNYA ===== */
.galeri-lainnya-section {
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 0 16px;
}

.galeri-lainnya-judul {
  text-align: center;
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 12px;
}

.galeri-lainnya-judul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #cc1d14;
  border-radius: 2px;
}

/* Pinterest masonry grid */
.pinterest-grid {
  columns: 2;
  column-gap: 10px;
}

.pin-item {
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #eee;
}

.pin-item img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.pin-item::after {
  content: '🔍';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
  border-radius: 14px;
}

.pin-item:hover img {
  transform: scale(1.04);
  filter: brightness(0.75);
}

.pin-item:hover::after {
  background: rgba(0,0,0,0.3);
}

/* Lightbox */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: fadeIn 0.2s ease;
}

#lightbox.active {
  display: flex;
}

#lightbox-img {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  object-fit: contain;
  animation: zoomIn 0.25s ease;
}

#lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}

#lightbox-close:hover {
  opacity: 1;
}

@media (min-width: 600px) {
  .pinterest-grid {
    columns: 3;
  }
}

footer{text-align:center;padding:15px;background:#111;color:#fff;margin-top:20px;font-size:14px; z-index: 10; position: relative;}
.promo-extra p:first-child strong {
  display: inline-block;
  animation: fastPulse 1s infinite;
  color: #ff0000;
  
}

@keyframes fastPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.08); }
}