/* Baligoat.com — Light Travel Booking Theme
   Palette: Ocean Teal (#006B7F), CTA Orange (#F47521), Warm Text (#222)
   Inspired by 12Go.asia, Booking.com, Airbnb
*/

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

/* ===== STOREFRONT OVERRIDES ===== */
.col-full, .storefront-full-width-content .site-content .col-full {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.site { overflow-x: hidden; }
#page { margin: 0; }
.site-content { padding: 0 !important; }
.storefront-breadcrumb, .woocommerce-breadcrumb { display: none; }

:root {
  --bg-teal: #006B7F;
  --bg-teal-dark: #005766;
  --bg-orange: #F47521;
  --bg-orange-dark: #E0651A;
  --bg-green: #059669;
  --bg-bg: #F8F9FA;
  --bg-white: #ffffff;
  --bg-text: #222222;
  --bg-text-secondary: #6B7280;
  --bg-border: #E5E7EB;
  --bg-border-light: #F3F4F6;
  --bg-radius: 12px;
}

/* ===== LAYOUT ===== */
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--bg-bg);
  color: var(--bg-text);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.bg-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Override Storefront body font */
body, .site {
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
}

/* ===== TOP BAR ===== */
.bg-topbar {
  background: #fff;
  border-bottom: 1px solid var(--bg-border);
  padding: 6px 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.bg-topbar-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bg-topbar-brand {
  color: var(--bg-teal);
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
}

.bg-topbar-divider {
  color: var(--bg-border);
}

.bg-topbar-tagline {
  color: var(--bg-text-secondary);
  font-weight: 400;
  font-size: 0.7rem;
}

/* Hide default Storefront elements */
.site-description { display: none !important; }
.site-search { display: none !important; }

/* Compact header */
.site-header .site-branding { padding: 8px 0 !important; }
.site-header .col-full { padding: 0 20px !important; }
.site-title { font-size: 1.1rem !important; }

/* ===== FLOATING WHATSAPP ===== */
.baligoat-wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  z-index: 999;
  transition: transform 0.2s;
}

.baligoat-wa-float:hover {
  transform: scale(1.08);
}

.baligoat-wa-float svg {
  width: 28px;
  height: 28px;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
  .bg-container {
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 960px;
  }
}
