/* ===== LIGHT THEME ===== */
body.theme-light {
  background-color: var(--bg-light);
  color: var(--text-light);
  background-image: radial-gradient(circle at 15% 25%, rgba(var(--primary-light-rgb), 0.15), transparent 45%), radial-gradient(circle at 80% 0%, rgba(var(--primary-light-rgb), 0.12), transparent 35%), linear-gradient(180deg, rgba(var(--bg-light-rgb), 0.98), rgba(var(--bg-light-secondary-rgb), 0.95));
}

.theme-light .navbar-custom {
  background: #f5f3f0;
  border-bottom: none;
  box-shadow: none;
}

.theme-light .brand-logo-light {
  display: block;
}

.theme-light .nav-link {
  color: #a68b5b !important;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}

.theme-light .nav-link:hover,
.theme-light .nav-link.active {
  color: #725c3a !important;
  font-weight: 500;
}

.theme-light .navbar-bottom {
  background: #f5f3f0;
  border-top: 1px solid #d2ab80;
  box-shadow: none;
}

.theme-light .resort-title {
  color: #a68b5b;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}

.theme-light .info-link {
  color: #a68b5b;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}

.theme-light .info-link:hover {
  color: #725c3a;
}

.theme-light .info-link i {
  color: #725c3a;
}

.theme-light .theme-toggle,
.theme-light .lang-toggle {
  border: 1px solid #d2ab80;
  color: #a68b5b;
  background-color: transparent;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}

.theme-light .theme-toggle:hover,
.theme-light .lang-toggle:hover {
  background-color: rgba(210, 171, 128, 0.1);
  border-color: #c2956a;
  color: #725c3a;
}

.theme-light .theme-toggle i {
  color: #725c3a;
}

.theme-light .btn-reserve {
  border: none;
  color: #725c3a;
  background: linear-gradient(135deg, #e5d2b8 0%, #d2ab80 100%);
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
}

.theme-light .btn-reserve:hover {
  background: linear-gradient(135deg, #d2ab80 0%, #c2956a 100%);
  border: none;
  color: #725c3a;
  box-shadow: 0 4px 12px rgba(210, 171, 128, 0.3);
  transform: translateY(-2px);
}

/* Pastikan navbar bottom actions mobile terlihat di light theme */
@media (max-width: 768px) {
  .theme-light .navbar-bottom-actions-mobile {
    display: flex !important;
    visibility: visible !important;
  }

  /* Pastikan tombol switcher di mobile terlihat di light theme */
  .theme-light .switcher-group-mobile {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .theme-light .switcher-group-mobile .theme-toggle,
  .theme-light .switcher-group-mobile .lang-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 1px solid rgba(var(--text-light-rgb), 0.6) !important;
    color: var(--text-light) !important;
    background-color: rgba(var(--bg-light-rgb), 0.95) !important;
    font-weight: 500;
  }

  .theme-light .switcher-group-mobile .theme-toggle:hover,
  .theme-light .switcher-group-mobile .lang-toggle:hover {
    background-color: rgba(var(--accent-light-rgb), 0.3) !important;
    border-color: rgba(var(--accent-light-rgb), 0.6) !important;
    color: var(--text-light) !important;
  }
}

.theme-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23752C3A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.theme-light .facility-card {
  background: transparent;
  border: none;
}

.theme-light .facility-card:hover {
  box-shadow: 0 15px 30px rgba(var(--accent-light-rgb), 0.25);
  border: none;
}

.theme-light .facility-icon {
  color: var(--cta-green);
}

.theme-light .service-card {
  background: var(--bg-light);
  border: 2px solid rgba(var(--primary-light-rgb), 0.35);
  box-shadow: 0 12px 28px rgba(var(--bg-light-rgb), 0.4);
}

.theme-light .service-icon {
  color: var(--cta-green);
}

.theme-light .map-container {
  border-color: rgba(var(--accent-light-muted-rgb), 0.8);
}

.theme-light .contact-icon {
  color: var(--text-light);
}

.theme-light .contact-card a:hover {
  color: var(--text-light);
}

.theme-light .footer {
  background: var(--bg-light-secondary);
  border-color: rgba(var(--accent-light-muted-rgb), 0.7);
}

.theme-light .social-link {
  color: var(--text-light);
  border: 2px solid rgba(var(--primary-light-rgb), 0.5);
}

.theme-light .social-link:hover {
  background: var(--text-light);
  color: var(--bg-light);
  transform: scale(1.1);
}
