/* --- GLOBAL --- */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }
body { background: #fff; color: #333; overflow-x: hidden; scroll-behavior: smooth; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.section { padding: 120px 0; position: relative; }
.bg-light { background: #f8f9fa; }
.bg-white { background: #fff; }
.shadow-lg { box-shadow: 0 30px 60px rgba(0,0,0,0.1); }
.text-center { text-align: center; }
.text-left { text-align: left; }
.mt-4 { margin-top: 25px; }
.mt-5 { margin-top: 50px; }

/* HEADER & NAVBAR */
.main-header { background: #fff; padding: 15px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
.nav-flex { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; }
.main-logo { height: 50px; }
.logo-text { font-size: 24px; font-weight: 800; letter-spacing: -1px; }
.logo-text span { color: #0061ff; font-style: italic; }

.desktop-menu ul { display: flex; list-style: none; gap: 25px; }
.desktop-menu a { text-decoration: none; color: #444; font-size: 14px; font-weight: 600; transition: 0.3s; }
.desktop-menu a:hover, .nav-kontak { color: #0061ff !important; }

/* NAV BUTTONS */
.auth-group { display: flex; align-items: center; gap: 25px; }
.btn-pesan { padding: 12px 30px; background: #0061ff; color: #fff; border-radius: 50px; text-decoration: none; font-size: 14px; font-weight: 700; transition: 0.3s; }
.btn-pesan:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,97,255,0.3); }

/* HAMBURGER ICON (GARIS 3) */
.hamburger-icon { background: none; border: none; font-size: 26px; color: #333; cursor: pointer; transition: 0.3s; }
.hamburger-icon:hover { color: #0061ff; transform: rotate(90deg); }

/* OVERLAY MENU */
.overlay-menu { position: fixed; inset: 0; background: rgba(0, 97, 255, 0.98); z-index: 2000; display: flex; align-items: center; justify-content: center; transform: translateX(100%); transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.overlay-menu.active { transform: translateX(0); }
.close-menu { position: absolute; top: 30px; right: 40px; background: none; border: none; font-size: 60px; color: #fff; cursor: pointer; }
.overlay-content { text-align: center; color: #fff; }
.menu-logo { margin-bottom: 40px; }
.menu-logo img { height: 80px; margin-bottom: 10px; }
.overlay-nav { display: flex; flex-direction: column; gap: 30px; }
.overlay-nav a { font-size: 32px; color: #fff; text-decoration: none; font-weight: 700; transition: 0.3s; }
.overlay-nav a:hover { color: #00c6ff; transform: scale(1.1); }

/* HERO */
.hero { height: 100vh; position: relative; display: flex; align-items: center; color: #fff; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: -1; }
.overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.hero-inner h1 { font-size: 64px; font-weight: 800; line-height: 1.1; margin-bottom: 25px; }
.tagline { font-size: 22px; margin-bottom: 50px; opacity: 0.9; }
.btn-primary-large { background: #0061ff; color: #fff; padding: 18px 45px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: 0.3s; display: inline-block; margin-right: 15px; }
.btn-secondary-large { background: rgba(255,255,255,0.2); backdrop-filter: blur(10px); color: #fff; padding: 18px 45px; border-radius: 50px; text-decoration: none; border: 1px solid #fff; font-weight: 700; display: inline-block; transition: 0.3s; }
.hero-bar { position: absolute; bottom: 0; width: 100%; background: linear-gradient(135deg, #0061ff 0%, #00c6ff 100%); padding: 30px 0; }
.bar-flex { display: flex; justify-content: space-between; }
.bar-item { display: flex; align-items: center; gap: 15px; flex: 1; text-align: left; }
.border-left { border-left: 1px solid rgba(255,255,255,0.2); padding-left: 40px; }

/* KEUNGGULAN (FIXED) */
.blue-title { color: #0061ff; text-transform: uppercase; font-size: 15px; font-weight: 700; letter-spacing: 3px; margin-bottom: 15px; }
.section-title { font-size: 42px; font-weight: 800; margin-bottom: 60px; color: #111; }
.keunggulan-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 40px; }
.icon-box { width: 90px; height: 90px; background: #0061ff; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; font-size: 35px; box-shadow: 0 15px 30px rgba(0,97,255,0.2); }
.keunggulan-item h3 { font-size: 18px; font-weight: 800; margin-bottom: 20px; color: #0061ff; }

/* PROFIL */
.grid-profil { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.profil-block h3 { color: #0061ff; margin-bottom: 15px; font-size: 22px; border-left: 5px solid #0061ff; padding-left: 15px; }
.layanan-list-full { list-style: none; text-align: left; }
.layanan-list-full li { margin-bottom: 15px; font-size: 15px; position: relative; padding-left: 25px; }
.layanan-list-full li::before { content: '✓'; position: absolute; left: 0; color: #0061ff; font-weight: 900; }
.img-profil { width: 100%; border-radius: 30px; }

/* GALERI PARALLAX */
.galeri-parallax { background-image: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80'); background-size: cover; background-attachment: fixed; padding: 150px 0; }
.galeri-bg-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(12px); }
.relative-z { position: relative; z-index: 2; }
.gallery-marquee { width: 100%; overflow: hidden; position: relative; z-index: 2; }
.spacing-top { margin-top: 30px !important; } /* BIG GAP */
.marquee-track { display: flex; gap: 30px; animation: scrollLeft 60s linear infinite; white-space: nowrap; }
.track-reverse { animation: scrollRight 60s linear infinite; }
.gallery-item-premium { min-width: 450px; height: 300px; border-radius: 25px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,0.1); }
.gallery-item-premium img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.gallery-item-premium span { position: absolute; bottom: 20px; left: 25px; color: #fff; font-weight: 700; background: rgba(0,0,0,0.6); padding: 5px 15px; border-radius: 15px; }

/* PACKET */
.packet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.packet-card { background: #fff; border-radius: 25px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.05); transition: 0.4s; border: 1px solid #eee; }
.packet-card:hover { transform: translateY(-15px); border-color: #0061ff; }
.packet-img { height: 220px; }
.packet-img img { width: 100%; height: 100%; object-fit: cover; }
.packet-info { padding: 25px; text-align: center; }
.packet-price span { color: #0061ff; font-weight: 800; font-size: 22px; display: block; margin-top: 5px; }
.btn-book-now { display: block; background: #0061ff; color: #fff; text-decoration: none; text-align: center; padding: 12px; border-radius: 12px; margin-top: 20px; font-weight: 700; }

/* TESTIMONI TAMBAHAN STYLING */
.marquee-wrapper { width: 100%; overflow: hidden; padding: 40px 0; }
.marquee-content { display: inline-flex; gap: 40px; animation: scrollLeft 70s linear infinite; }
.review-card { background: #fff; min-width: 360px; padding: 40px; border-radius: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eee; white-space: normal; }
.review-card p { font-style: italic; color: #555; margin-bottom: 20px; }
.review-user { display: flex; align-items: center; gap: 20px; margin-top: 25px; padding-top: 25px; border-top: 1px solid #f1f1f1; }
.user-avatar { width: 55px; height: 55px; border-radius: 50%; background: #0061ff; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; border: 3px solid #eef4ff; }
.user-info strong { display: block; font-size: 16px; color: #333; }
.user-info span { font-size: 12px; color: #999; }

/* BOOKING & CONTACT */
.grid-booking { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; }
.form-container { background: #fff; padding: 50px; border-radius: 35px; border: 1px solid #eee; }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.input-field { margin-bottom: 25px; text-align: left; }
.input-field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 10px; color: #555; }
.input-field input, .input-field select { width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 12px; outline: none; }
.btn-submit { width: 100%; background: #25d366; color: #fff; border: none; padding: 18px; border-radius: 15px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 16px; transition: 0.3s; }

/* CONTACT BOX PREMIUM */
.info-kontak-premium { position: relative; background: url('https://images.unsplash.com/photo-1526772662000-3f88f10405ff?q=80') center/cover; padding: 50px; border-radius: 35px; overflow: hidden; color: #fff; }
.kontak-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 97, 255, 0.96) 0%, rgba(0, 198, 255, 0.92) 100%); z-index: 1; }
.kontak-content { position: relative; z-index: 2; text-align: left; }
.verified-badge { background: rgba(255,255,255,0.2); padding: 5px 15px; border-radius: 50px; font-size: 11px; font-weight: 700; display: inline-block; margin-bottom: 20px; }
.kontak-cards { display: flex; flex-direction: column; gap: 20px; }
.k-card { background: rgba(255,255,255,0.12); padding: 18px 25px; border-radius: 20px; display: flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,0.1); transition: 0.3s; }
.k-card:hover { background: rgba(255,255,255,0.2); transform: translateX(10px); }
.k-icon { width: 50px; height: 50px; background: #fff; color: #0061ff; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.k-text span { display: block; font-size: 12px; opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; }
.k-text strong { font-size: 16px; }

/* MISC */
.footer { background: #111; color: #fff; padding: 60px 0; border-top: 1px solid #222; }
.wa-float { position: fixed; bottom: 30px; right: 30px; background: #25d366; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; z-index: 1000; box-shadow: 0 10px 30px rgba(37,211,102,0.4); transition: 0.3s; }
.wa-float:hover { transform: scale(1.05); }
.music-control { position: fixed; bottom: 100px; left: 30px; z-index: 999; background: #fff; border: none; padding: 12px 25px; border-radius: 50px; font-size: 12px; font-weight: 700; cursor: pointer; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }

@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes scrollRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

@media (max-width: 992px) {
    .desktop-menu { display: none; }
    .hero-inner h1 { font-size: 42px; }
    .keunggulan-grid { grid-template-columns: 1fr; }
    .packet-grid { grid-template-columns: 1fr 1fr; }
    .grid-profil, .grid-booking { grid-template-columns: 1fr; }
}