@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.6;
}

/* ===== COLOR PALETTE ===== */
:root {
  --gold: #d4af37;
  --gold-dark: #b8962e;
  --gold-light: rgba(212, 175, 55, 0.15);
  --dark: #1a1a1a;
  --dark2: #111111;
}

/* ===== Navbar ===== */
#mainNavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent !important;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
  padding-top: 18px;
  padding-bottom: 18px;
}

#mainNavbar.scrolled {
  background-color: rgba(15, 15, 15, 0.97) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Fix background putih di mobile (navbar collapse) */
#mainNavbar .navbar-collapse {
  background-color: transparent;
}

/* Override Bootstrap navbar background sepenuhnya */
.navbar.navbar-dark {
  background-color: transparent !important;
}

@media (max-width: 991.98px) {
  #mainNavbar .navbar-collapse.show {
    background-color: rgba(15, 15, 15, 0.97);
    backdrop-filter: blur(12px);
    padding: 12px 16px;
    border-radius: 0 0 12px 12px;
    margin-top: 8px;
  }
}

.navbar-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
}

.navbar-brand {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 6px 12px !important;
  transition: color 0.2s;
}

/* ===== Shared ===== */
.text-premium { color: var(--gold); }

.badge-premium {
  display: inline-block;
  padding: 5px 18px;
  border: 1.5px solid var(--gold);
  border-radius: 30px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
}

/* ===== HERO — foto gelap dengan overlay gradient ===== */
.hero {
  min-height: 100vh;
  background-image:
    linear-gradient(110deg, rgba(0,0,0,0.88) 0%, rgba(10,8,0,0.70) 60%, rgba(0,0,0,0.50) 100%),
    url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #fdfaf3);
}

/* Decorative vertical lines */
.hero-deco-line {
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(212,175,55,0.35), transparent);
  pointer-events: none;
}
.hero-deco-line--left  { left: 8%; }
.hero-deco-line--right { right: 8%; }

/* Title */
.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.hero-title-accent {
  color: var(--gold);
  font-style: italic;
}

.hero .lead {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  opacity: 0.85;
  line-height: 1.7;
}

/* Stats */
.hero-stats { margin-top: 8px; }

.hero-stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-top: 4px;
}
.hero-stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.2);
  align-self: stretch;
}

/* CTA Card */
.hero-cta-card {
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 16px;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 40px 32px;
  text-align: center;
  max-width: 260px;
}
.hero-cta-icon {
  font-size: 2.5rem;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}
.hero-cta-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hero-cta-divider {
  height: 1px;
  background: rgba(212,175,55,0.3);
  margin-bottom: 16px;
}
.hero-cta-info {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* ===== ABOUT — warm cream lembut ===== */
.about-section {
  background: linear-gradient(135deg, #fdfaf3 0%, #fef9ee 60%, #fdf5e3 100%);
  padding: 96px 0;
}

.about-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.about-stat h3 {
  font-size: 2.2rem;
  color: var(--gold);
}

.about-stat p {
  font-size: 0.88rem;
  color: #777;
}

/* ===== SERVICES — dark charcoal premium ===== */
.services-section {
  background: linear-gradient(145deg, #141414 0%, #1e1a0e 50%, #1a1200 100%);
  padding: 96px 0;
}

.services-section h2,
.services-section .badge-premium { color: var(--gold); border-color: var(--gold); }
.services-section > .container > .text-center > p.text-muted { color: #aaa !important; }

.service-card {
  background: linear-gradient(145deg, #ffffff, #fffef9);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(212,175,55,0.1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.28);
}

.service-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold-light);
  color: var(--gold);
  font-size: 1.8rem;
  border: 2px solid rgba(212,175,55,0.25);
}

.service-price {
  display: inline-block;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark);
  border-top: 1px solid #eee;
  padding-top: 12px;
  width: 100%;
}

/* ===== PRICING — light biru-slate ===== */
.pricing-section {
  background: linear-gradient(160deg, #e8edf5 0%, #dde5f0 50%, #e4eaf5 100%);
  padding: 96px 0;
}

.pricing-card {
  background: #ffffff;
  border: 1.5px solid #e8edf5;
  border-radius: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.1);
}

.pricing-popular {
  border: 2.5px solid var(--gold);
  transform: scale(1.04);
  box-shadow: 0 12px 40px rgba(212,175,55,0.2);
}

.pricing-popular:hover {
  transform: scale(1.04) translateY(-10px);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d4af37, #f0cc5a);
  color: var(--dark);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 18px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pricing-price span {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
}

.pricing-list li {
  padding: 7px 0;
  color: #555;
  font-size: 0.92rem;
}

.pricing-list li i {
  color: var(--gold);
  margin-right: 8px;
}

/* ===== GALLERY — deep forest / slate gelap ===== */
.gallery-section {
  background: linear-gradient(135deg, #1c2b1c 0%, #0f1f14 50%, #162516 100%);
  padding: 96px 0;
}

.gallery-section h2,
.gallery-section .badge-premium { color: var(--gold); border-color: var(--gold); }
.gallery-section > .container > .text-center > p.text-muted { color: #aaa !important; }

.gallery-item {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.05);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* ===== TESTIMONI — warm off-white ===== */
.testimoni-section {
  background: linear-gradient(160deg, #fdfaf3 0%, #fef8ec 60%, #fffdf5 100%);
  padding: 96px 0;
}

.testi-card {
  background: #ffffff;
  border: 1.5px solid #f0ebe0;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.testi-featured {
  border: 2px solid var(--gold);
  background: linear-gradient(145deg, #fffef8, #fffdf2);
  box-shadow: 0 8px 32px rgba(212,175,55,0.15);
}

.testi-stars i {
  color: var(--gold);
  font-size: 0.95rem;
}

.testi-text {
  color: #555;
  font-style: italic;
  line-height: 1.75;
  font-size: 0.93rem;
}

.testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f0cc5a);
  color: var(--dark);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(212,175,55,0.35);
}

/* ===== FAQ — biru-abu cool ===== */
.faq-section {
  background: linear-gradient(150deg, #e9eef6 0%, #dfe7f3 50%, #e6ecf7 100%);
  padding: 96px 0;
}

.faq-item {
  border: 1px solid #dce5f0 !important;
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.faq-button {
  background-color: #fff;
  color: var(--dark);
  font-weight: 600;
  padding: 18px 24px;
  font-size: 0.95rem;
  box-shadow: none !important;
}

.faq-button:not(.collapsed) {
  background-color: #fff;
  color: var(--gold);
}

.faq-button::after { filter: none; }
.faq-button:not(.collapsed)::after {
  filter: invert(72%) sepia(38%) saturate(700%) hue-rotate(2deg) brightness(95%);
}

.faq-body {
  color: #555;
  line-height: 1.8;
  padding: 0 24px 20px;
  background-color: #fff;
  font-size: 0.92rem;
}

/* ===== BOOKING — dark gold gradient ===== */
.booking-section {
  background: linear-gradient(145deg, #0f0f0f 0%, #1e1500 40%, #2a1e00 100%);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.booking-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.booking-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.booking-section h2 { color: #fff; }
.booking-section .badge-premium { color: var(--gold); border-color: var(--gold); }
.booking-section > .container > .text-center > p.text-muted { color: #bbb !important; }

.booking-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 56px rgba(0,0,0,0.25);
  position: relative;
  z-index: 1;
}

.booking-input {
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.booking-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
  outline: none;
}

.booking-input-addon {
  background: #fff8e7;
  border: 1.5px solid #e0e0e0;
  border-right: none;
  color: #25d366;
  font-size: 1.1rem;
  border-radius: 10px 0 0 10px !important;
}

.booking-input.is-invalid { border-color: #dc3545; }

/* ===== TEMUKAN KAMI — warm sand ===== */
.temukan-section {
  background: linear-gradient(160deg, #f5f0e6 0%, #ede8db 55%, #f2ede0 100%);
  padding: 96px 0;
}

.temukan-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  border: 1px solid rgba(212,175,55,0.15);
}

.temukan-card-header {
  border-bottom: 1px solid #f0ece0;
}

.temukan-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.map-embed-wrapper {
  width: 100%;
  overflow: hidden;
}

.map-embed-wrapper iframe { display: block; }

/* Sosmed Cards */
.sosmed-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--dark);
  border: 1.5px solid #eee;
  background: #fafafa;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.sosmed-card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.09);
  color: var(--dark);
}

.sosmed-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: #fff;
}

.sosmed-handle {
  font-size: 0.82rem;
  color: #888;
  margin-top: 1px;
}

.sosmed-arrow {
  color: #ccc;
  font-size: 1rem;
  transition: color 0.2s;
}

.sosmed-card:hover .sosmed-arrow { color: #888; }

.sosmed-instagram .sosmed-icon-wrap {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.sosmed-instagram:hover { border-color: #dc2743; }

.sosmed-tiktok .sosmed-icon-wrap { background: #010101; }
.sosmed-tiktok:hover { border-color: #333; }

.sosmed-whatsapp .sosmed-icon-wrap { background: #25d366; }
.sosmed-whatsapp:hover { border-color: #25d366; }

.sosmed-facebook .sosmed-icon-wrap { background: #1877f2; }
.sosmed-facebook:hover { border-color: #1877f2; }

.jam-ops {
  background: linear-gradient(135deg, #fffdf4, #fffbeb);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 12px;
}

/* ===== Buttons ===== */
.btn-primary-gold {
  background: linear-gradient(90deg, #d4af37, #c9a828);
  border: none;
  color: var(--dark);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
  box-shadow: 0 4px 14px rgba(212,175,55,0.3);
}

.btn-primary-gold:hover {
  background: linear-gradient(90deg, #c9a828, #b8962e);
  color: var(--dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212,175,55,0.4);
}

.btn-outline-gold {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-2px);
}

/* ===== FOOTER — near-black ===== */
.site-footer {
  background: linear-gradient(160deg, #0d0d0d 0%, #111005 100%);
  color: #ccc;
  padding-top: 72px;
}

.footer-brand {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-brand i { color: var(--gold); }

.footer-text {
  color: #999;
  font-size: 0.88rem;
  line-height: 1.75;
}

.footer-socials { display: flex; gap: 10px; }

.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #222;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-social-link:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-3px);
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li { margin-bottom: 8px; }

.footer-links a {
  color: #888;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s, padding-left 0.2s;
}

.footer-links a:hover {
  color: var(--gold);
  padding-left: 4px;
}

.footer-divider {
  border-color: #1e1e1e;
  margin: 0 0 16px;
}

.footer-copy {
  font-size: 0.8rem;
  color: #555;
}

/* ===== Floating WhatsApp ===== */
.floating-wa {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}

.floating-wa:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 32px rgba(37,211,102,0.65);
  color: #fff;
}

.floating-wa:hover .floating-wa-tooltip {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}

.floating-wa-pulse {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  animation: wa-pulse 2s ease-out infinite;
  z-index: -1;
}

@keyframes wa-pulse {
  0%   { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(2); opacity: 0; }
}

.floating-wa-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateY(6px) translateX(-50%);
  background: var(--dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}

.floating-wa-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--dark);
}

/* ===== Form validation ===== */
.invalid-feedback {
  display: none;
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 4px;
}

.booking-input.is-invalid ~ .invalid-feedback,
.input-group .is-invalid ~ .invalid-feedback,
.input-group:has(.is-invalid) .invalid-feedback { display: block; }

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.btn-shake {
  animation: shake 0.4s ease;
  background-color: #e05c5c !important;
  border-color: #e05c5c !important;
  color: #fff !important;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .about-section,
  .services-section,
  .pricing-section,
  .gallery-section,
  .testimoni-section,
  .faq-section,
  .booking-section,
  .temukan-section { padding: 72px 0; }

  .about-img { height: 340px; }
  .pricing-popular { transform: scale(1.01); }
  .pricing-popular:hover { transform: scale(1.01) translateY(-10px); }
}

@media (max-width: 575.98px) {
  .about-section,
  .services-section,
  .pricing-section,
  .gallery-section,
  .testimoni-section,
  .faq-section,
  .booking-section,
  .temukan-section { padding: 56px 0; }

  .hero-title { font-size: 2rem; }
  .hero .lead { font-size: 0.92rem; }
  .hero-stat-number { font-size: 1.5rem; }
  .hero-stat-label { font-size: 0.72rem; }
  .hero-stats { gap: 16px !important; }
  .about-img { height: 260px; }
  .about-stat h3 { font-size: 1.75rem; }
  .floating-wa { width: 52px; height: 52px; font-size: 1.5rem; bottom: 20px; right: 20px; }
}
