/*
Theme Name: Bali Sound Waves
Theme URI: https://balisoundwaves.com
Author: Bali Sound Waves
Description: Custom high-performance theme for Sound, Lighting, and LED Screen rental in Bali.
Version: 1.4.3
Text Domain: bali-sound-waves
*/

/* ==========================================================================
   1. CORE VARIABLES & BASE RESET
   ========================================================================== */
:root {
  --bg-dark: #07090e;
  --card-bg: #ffffff;
  --accent-cyan: #38bdf8;
  --accent-purple: #818cf8;
  --wa-green: #22c55e;
  --wa-hover: #16a34a;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --border-light: #e2e8f0;
  --border-dark: #1f2937;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-display: swap; }
body { font-family: system-ui, -apple-system, sans-serif; color: var(--text-main); background: #f8fafc; line-height: 1.6; }
img { max-width: 100%; height: auto; content-visibility: auto; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }

/* ==========================================================================
   2. HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  background: rgba(7, 9, 14, 0.98);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 9999 !important;
  border-bottom: 1px solid var(--border-dark);
  padding: 14px 0;
}

body.admin-bar .site-header { top: 32px !important; }
@media screen and (max-width: 782px) { body.admin-bar .site-header { top: 46px !important; } }
#wpadminbar { z-index: 999999 !important; }

.header-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
}

.brand-logo { text-decoration: none; display: flex; flex-direction: column; flex-shrink: 0 !important; }
.logo-text { font-size: 1.25rem; font-weight: 900; color: #ffffff; letter-spacing: 1px; }
.logo-tagline { font-size: 0.65rem; color: var(--accent-cyan); font-weight: 700; letter-spacing: 1.5px; }

/* Desktop Navigation & Dropdown Submenu */
.desktop-nav { flex-grow: 1 !important; display: flex !important; justify-content: center !important; }
.nav-menu-list { display: flex !important; align-items: center !important; gap: 18px !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
.nav-menu-list > li { position: relative !important; white-space: nowrap !important; }
.nav-menu-list a { font-size: 0.9rem !important; font-weight: 700 !important; color: #cbd5e1 !important; text-decoration: none !important; padding: 6px 4px !important; transition: color 0.2s; }
.nav-menu-list a:hover, .nav-menu-list .current-menu-item > a { color: var(--accent-cyan) !important; }

.desktop-nav ul.sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 190px !important;
  background: #0d1527 !important;
  border: 1px solid rgba(56, 189, 248, 0.2) !important;
  border-radius: 8px !important;
  padding: 8px 0 !important;
  margin: 10px 0 0 0 !important;
  list-style: none !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: all 0.25s ease !important;
  z-index: 999999 !important;
}

.desktop-nav li:hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.desktop-nav ul.sub-menu li { width: 100% !important; margin: 0 !important; }
.desktop-nav ul.sub-menu a { display: block !important; padding: 8px 16px !important; font-size: 0.85rem !important; color: #cbd5e1 !important; white-space: nowrap !important; }
.desktop-nav ul.sub-menu a:hover { background: rgba(56, 189, 248, 0.1) !important; color: #38bdf8 !important; }

.btn-header-wa { background: var(--wa-green); color: #ffffff; padding: 10px 22px; border-radius: 50px; font-weight: 700; text-decoration: none; font-size: 0.88rem; transition: background 0.2s; white-space: nowrap !important; }
.btn-header-wa:hover { background: var(--wa-hover); }

/* Mobile Hamburger & Drawer */
button.bsw-hamburger-btn { display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; gap: 5px !important; width: 44px !important; height: 44px !important; background: transparent !important; border: none !important; cursor: pointer !important; padding: 0 !important; z-index: 999999 !important; }
button.bsw-hamburger-btn span { display: block !important; width: 25px !important; height: 3px !important; background-color: #ffffff !important; border-radius: 2px !important; transition: all 0.3s ease !important; }
button.bsw-hamburger-btn.open span:nth-child(1) { transform: translateY(8px) rotate(45deg) !important; }
button.bsw-hamburger-btn.open span:nth-child(2) { opacity: 0 !important; }
button.bsw-hamburger-btn.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg) !important; }

.bsw-drawer-panel { position: fixed !important; top: 65px !important; left: 0 !important; width: 100vw !important; height: calc(100vh - 65px) !important; background: #07090e !important; z-index: 999998 !important; display: block !important; visibility: hidden !important; opacity: 0 !important; transform: translateY(-100%) !important; transition: all 0.3s ease !important; overflow-y: auto !important; border-top: 1px solid #1f2937 !important; }
.bsw-drawer-panel.open { visibility: visible !important; opacity: 1 !important; transform: translateY(0) !important; }

.bsw-drawer-panel .bsw-drawer-inner {
  padding: 25px 20px 40px 20px !important;
  display: flex !important;
  flex-direction: column !important;
}

.bsw-mobile-menu-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.bsw-mobile-menu-links li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bsw-mobile-menu-links > li > a {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: block !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-left: 4px solid var(--accent-cyan) !important;
  transition: all 0.2s ease !important;
}

.bsw-mobile-menu-links > li > a:hover {
  background: rgba(56, 189, 248, 0.1) !important;
  color: var(--accent-cyan) !important;
}

.bsw-mobile-menu-links .sub-menu {
  list-style: none !important;
  padding: 8px 0 8px 16px !important;
  margin: 8px 0 8px 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  border-left: 2px solid rgba(56, 189, 248, 0.3) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border-radius: 0 8px 8px 0 !important;
}

.bsw-mobile-menu-links .sub-menu a {
  color: #cbd5e1 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: block !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
}

.bsw-mobile-menu-links .sub-menu a:hover {
  color: var(--accent-cyan) !important;
  background: rgba(56, 189, 248, 0.1) !important;
}

.bsw-drawer-inner .btn-mobile-wa {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: var(--wa-green) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  padding: 16px 20px !important;
  border-radius: 50px !important;
  margin-top: 10px !important;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3) !important;
  text-align: center !important;
}

body.bsw-no-scroll { overflow: hidden !important; }

@media (min-width: 1100px) { button.bsw-hamburger-btn, .bsw-drawer-panel { display: none !important; } .desktop-nav, .header-cta-desktop { display: flex !important; } }
@media (max-width: 1099px) { .desktop-nav, .header-cta-desktop { display: none !important; } button.bsw-hamburger-btn { display: flex !important; } }

/* ==========================================================================
   3. SECTIONS, GRID & GLOBAL SPACING
   ========================================================================== */
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.section-header { margin-bottom: 50px !important; text-align: center; }
.section-tag { display: inline-block; color: var(--accent-cyan); font-size: 0.8rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 12px !important; text-transform: uppercase; }
.section-header h2 { font-size: 2.2rem; font-weight: 900; color: #0f172a; margin-bottom: 14px !important; line-height: 1.3; }
.section-header p { color: var(--text-muted); font-size: 1.05rem; max-width: 700px; margin: 0 auto !important; line-height: 1.6; }

/* 1. HERO BANNER */
.hero-banner { position: relative; background: linear-gradient(135deg, #05070c 0%, #0d1527 50%, #170d2b 100%); color: #ffffff; padding: 100px 0 80px 0; overflow: hidden; border-bottom: 2px solid #1e293b; }
.hero-content { position: relative; z-index: 2; max-width: 850px; text-align: center; }
.hero-badge-animated { display: inline-flex; align-items: center; gap: 8px; background: rgba(56, 189, 248, 0.1); border: 1px solid rgba(56, 189, 248, 0.3); color: var(--accent-cyan); padding: 6px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 25px; }
.pulse-dot { width: 8px; height: 8px; background: var(--wa-green); border-radius: 50%; box-shadow: 0 0 10px var(--wa-green); animation: blink 1.5s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.hero-headline { font-size: 2.5rem; font-weight: 900; line-height: 1.2; margin-bottom: 20px; color: #ffffff; letter-spacing: -1px; }
.text-gradient { background: linear-gradient(90deg, #38bdf8, #818cf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-subtext { font-size: 1.15rem; color: #94a3b8; margin-bottom: 40px; }

.hero-cta-box { display: flex; flex-direction: column; gap: 15px; justify-content: center; align-items: center; margin-bottom: 50px; }
.btn-hero-wa { background: var(--wa-green); color: #ffffff; padding: 16px 36px; border-radius: 50px; font-weight: 800; font-size: 1.05rem; text-decoration: none; box-shadow: 0 4px 25px rgba(34, 197, 94, 0.4); transition: transform 0.2s; }
.btn-hero-wa:hover { transform: translateY(-3px); background: var(--wa-hover); }
.btn-hero-calc { background: rgba(255,255,255,0.08); color: #ffffff; padding: 16px 30px; border-radius: 50px; font-weight: 700; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); transition: all 0.2s; }
.btn-hero-calc:hover { background: rgba(255,255,255,0.18); }

.hero-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 35px; }
.stat-card .stat-num { display: block; font-size: 1.9rem; font-weight: 900; color: var(--accent-cyan); }
.stat-card .stat-label { font-size: 0.8rem; color: #64748b; text-transform: uppercase; font-weight: 700; }

@media (min-width: 640px) { .hero-headline { font-size: 3.5rem; } .hero-cta-box { flex-direction: row; } }

/* 2. CATALOGUE CARDS */
.services-section { padding: 90px 20px 70px 20px !important; }
.package-card { background: #ffffff; border-radius: 16px; overflow: hidden; border: 1px solid var(--border-light); display: flex; flex-direction: column; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.package-card:hover { transform: translateY(-6px); box-shadow: 0 12px 24px -6px rgba(0,0,0,0.08); border-color: var(--accent-cyan); }

.package-thumb-box { position: relative; width: 100%; height: 220px; background: #f8fafc; border-bottom: 1px solid #f1f5f9; padding: 15px; display: flex; align-items: center; justify-content: center; }
.package-thumb-box img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain !important; transition: transform 0.3s ease; }
.package-card:hover .package-thumb-box img { transform: scale(1.04); }
.thumb-placeholder { height: 100%; width: 100%; background: #0f172a; color: var(--accent-cyan); display: flex; align-items: center; justify-content: center; font-weight: 900; border-radius: 8px; }

.package-spec-badge { margin: 10px 0 16px 0 !important; }
.package-spec-badge span { display: inline-block; background: #f1f5f9; color: #334155; font-size: 0.75rem; font-weight: 700; padding: 6px 12px; border-radius: 6px; border: 1px solid var(--border-light); }

.package-body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; }
.package-body h3 { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin: 0 0 10px 0 !important; line-height: 1.3; }
.package-body h3 a { color: inherit; text-decoration: none; }
.package-body h3 a:hover { color: var(--accent-cyan); }

.package-excerpt { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 22px !important; line-height: 1.6 !important; flex-grow: 1; }
.package-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f1f5f9; padding-top: 15px; margin-top: auto; }
.price-sub { display: block; font-size: 0.7rem; color: #94a3b8; text-transform: uppercase; font-weight: 700; }
.price-val { font-size: 1.15rem; font-weight: 900; color: #16a34a; }

.btn-card-action { color: #0f172a; font-weight: 800; font-size: 0.85rem; text-decoration: none; background: #f1f5f9; padding: 8px 14px; border-radius: 8px; transition: all 0.2s ease; }
.btn-card-action:hover { background: var(--accent-cyan); color: #ffffff; }

/* 3. CALCULATOR BANNER */
.calc-banner-glow { background: linear-gradient(135deg, #0b0f19 0%, #1e1b4b 100%); color: #ffffff; padding: 60px 0; margin: 20px 0; border-top: 1px solid #334155; border-bottom: 1px solid #334155; }
.calc-glow-flex { display: flex; flex-direction: column; gap: 25px; align-items: center; justify-content: space-between; }
@media (min-width: 768px) { .calc-glow-flex { flex-direction: row; } }
.calc-tag { color: var(--accent-cyan); font-size: 0.8rem; font-weight: 800; letter-spacing: 2px; }
.calc-text h2 { font-size: 2rem; margin: 6px 0 10px 0; }
.calc-text p { color: #cbd5e1; }
.btn-glow-calculator { background: var(--accent-cyan); color: #0f172a; padding: 16px 32px; border-radius: 50px; font-weight: 900; text-decoration: none; white-space: nowrap; box-shadow: 0 0 20px rgba(56, 189, 248, 0.4); transition: transform 0.2s; }
.btn-glow-calculator:hover { transform: scale(1.05); }

/* 4. BLOG / ARTICLES SECTION */
.articles-section { padding: 80px 20px; background: #f8fafc; }
.articles-section .section-header { margin-bottom: 50px !important; }

.article-card { background: #ffffff; border-radius: 16px; overflow: hidden; border: 1px solid var(--border-light); display: flex !important; flex-direction: column !important; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 12px 24px -5px rgba(0,0,0,0.08); border-color: var(--accent-cyan); }

.article-thumb { width: 100% !important; height: 200px !important; aspect-ratio: 16 / 9 !important; overflow: hidden !important; background: #0f172a !important; position: relative !important; }
.article-thumb img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center !important; transition: transform 0.4s ease; display: block !important; }
.article-card:hover .article-thumb img { transform: scale(1.05); }
.thumb-placeholder-article { height: 100%; width: 100%; background: #1e293b; color: #94a3b8; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; }

.article-body { padding: 24px 22px 22px 22px !important; display: flex !important; flex-direction: column !important; flex-grow: 1 !important; }
.article-date { font-size: 0.82rem !important; font-weight: 700 !important; color: #64748b !important; margin-top: 4px !important; margin-bottom: 12px !important; display: flex !important; align-items: center !important; gap: 6px !important; }
.article-body h3 { font-size: 1.15rem !important; font-weight: 800 !important; color: #0f172a !important; margin-bottom: 12px !important; line-height: 1.45 !important; }
.article-body h3 a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.article-body h3 a:hover { color: var(--accent-cyan); }
.article-body p { color: var(--text-muted) !important; font-size: 0.9rem !important; line-height: 1.6 !important; margin-bottom: 20px !important; flex-grow: 1 !important; }
.read-more-link { font-size: 0.85rem !important; font-weight: 800 !important; color: var(--accent-cyan) !important; text-decoration: none !important; margin-top: auto !important; }
.read-more-link:hover { color: var(--wa-green) !important; }

.btn-blog-wrapper { text-align: center; margin-top: 45px; }
.btn-secondary-blog { background: #0f172a; color: #38bdf8; border: 1px solid #38bdf8; padding: 14px 32px; border-radius: 50px; text-decoration: none; font-weight: 800; display: inline-block; transition: all 0.2s ease; }
.btn-secondary-blog:hover { background: var(--accent-cyan); color: #0f172a; }

/* 5. FORM BOOKING & RESERVATION SECTION */
.form-section { padding: 80px 20px; background: #f8fafc; }
.bsw-form-container { background: #ffffff; padding: 40px; border-radius: 16px; border: 1px solid #e2e8f0; max-width: 650px; margin: 0 auto; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05); }
.bsw-form-container h3 { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-bottom: 24px; text-align: center; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 700; margin-bottom: 8px; font-size: 0.9rem; color: #334155; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border-radius: 8px; border: 1px solid #cbd5e1; font-size: 0.95rem; background: #f8fafc; color: #0f172a; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #38bdf8; box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15); background: #ffffff; }
.btn-submit-lead { width: 100%; background: #22c55e; color: #ffffff; border: none; padding: 16px; border-radius: 8px; font-weight: 800; font-size: 1rem; cursor: pointer; transition: background 0.2s ease, transform 0.1s ease; margin-top: 10px; }
.btn-submit-lead:hover { background: #16a34a; transform: translateY(-1px); }

/* ==========================================================================
   4. ARCHIVE PAGE & PAGINATION STYLING
   ========================================================================== */
.archive-container {
  padding: 80px 20px 60px 20px !important;
}

.archive-page-title {
  font-size: 2.2rem;
  color: #0f172a;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.25;
}

.archive-description {
  color: #64748b;
  font-size: 1rem;
  max-width: 650px;
  margin: 0 auto;
}

.archive-empty-state {
  text-align: center;
  grid-column: 1 / -1;
  padding: 60px 20px;
  color: #64748b;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--border-light);
}

.archive-pagination-wrapper,
.navigation.pagination {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.archive-pagination-wrapper .nav-links,
.navigation.pagination .nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.archive-pagination-wrapper .page-numbers,
.navigation.pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f172a !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.archive-pagination-wrapper a.page-numbers:hover,
.navigation.pagination a.page-numbers:hover {
  background: #38bdf8 !important;
  color: #0f172a !important;
  border-color: #38bdf8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 15px rgba(56, 189, 248, 0.25) !important;
}

.archive-pagination-wrapper .page-numbers.current,
.navigation.pagination .page-numbers.current {
  background: #0f172a !important;
  color: #38bdf8 !important;
  border-color: #0f172a !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2) !important;
}

.archive-pagination-wrapper .page-numbers.dots,
.navigation.pagination .page-numbers.dots {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #94a3b8 !important;
  min-width: auto !important;
  padding: 0 6px !important;
}

/* ==========================================================================
   5. SINGLE ARTICLE STYLING
   ========================================================================== */
#reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  width: 0%;
  z-index: 999999;
  transition: width 0.1s ease-out;
}

.article-hero {
  padding: 40px 0 35px 0 !important;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  margin-bottom: 35px !important;
}

.article-hero-inner {
  max-width: 850px !important;
  margin: 0 auto !important;
}

.article-breadcrumb {
  font-size: 0.85rem !important;
  color: #64748b !important;
  margin-bottom: 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.article-breadcrumb a {
  color: #0284c7 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.article-breadcrumb a:hover {
  text-decoration: underline !important;
}

.article-breadcrumb span {
  color: #94a3b8 !important;
}

.article-meta-badge {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
}

.cat-pill a {
  background: #0f172a !important;
  color: #38bdf8 !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  padding: 5px 14px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.read-time {
  font-size: 0.82rem !important;
  color: #64748b !important;
  font-weight: 700 !important;
  background: #f1f5f9 !important;
  padding: 4px 12px !important;
  border-radius: 50px !important;
  border: 1px solid #e2e8f0 !important;
}

.article-main-title {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  line-height: 1.28 !important;
  margin-bottom: 20px !important;
  letter-spacing: -0.5px !important;
}

.author-info-bar {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding-top: 18px !important;
  border-top: 1px solid #e2e8f0 !important;
}

.author-avatar {
  width: 40px !important;
  height: 40px !important;
  background: #e0f2fe !important;
  color: #0284c7 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.1rem !important;
  border: 1px solid #bae6fd !important;
}

.author-details strong {
  font-size: 0.9rem !important;
  color: #0f172a !important;
  display: block !important;
}

.author-details span {
  font-size: 0.8rem !important;
  color: #64748b !important;
}

.article-hero-thumb {
  width: 100% !important;
  max-height: 450px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  margin-bottom: 40px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08) !important;
}

.article-hero-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.article-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 992px) {
  .article-content-grid {
    grid-template-columns: 1fr 320px;
  }
}

.entry-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 40px;
}

.entry-content h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  margin: 35px 0 16px 0;
  scroll-margin-top: 100px;
}

.entry-content h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f172a;
  margin: 28px 0 14px 0;
  scroll-margin-top: 100px;
}

.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { margin: 0 0 20px 24px; }
.entry-content li { margin-bottom: 8px; }

.bsw-toc-box {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-left: 4px solid #38bdf8;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 35px;
}

.toc-title { font-weight: 800; color: #0f172a; font-size: 1.05rem; margin-bottom: 12px; }
#bsw-toc-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
#bsw-toc-list li { margin-bottom: 8px; font-size: 0.92rem; }
#bsw-toc-list li.toc-sub-item { padding-left: 18px; }
#bsw-toc-list a { color: #0284c7; text-decoration: none; font-weight: 600; }

.cross-sell-box {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 28px;
  border-radius: 16px;
  margin: 40px 0;
  border: 1px solid #334155;
}

.cross-sell-box .tag { color: #38bdf8; font-size: 0.75rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.cross-sell-box h4 { font-size: 1.25rem; color: #ffffff; margin: 6px 0 10px 0; }
.cross-sell-box p { color: #cbd5e1; font-size: 0.92rem; margin-bottom: 20px; }
.cross-sell-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.btn-calc-link, .btn-wa-link {
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-calc-link { background: rgba(255, 255, 255, 0.1); color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.2); }
.btn-wa-link { background: #22c55e; color: #ffffff; }

.interactive-poll-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.poll-question { color: #64748b; font-size: 0.92rem; margin: 8px 0 16px 0; }
.poll-options { display: flex; flex-direction: column; gap: 10px; }

.poll-btn {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}

.poll-btn:hover { background: #38bdf8; color: #0f172a; border-color: #38bdf8; }

.article-sidebar-sticky {
  position: sticky;
  top: 90px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-widget { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 22px; }
.widget-title { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; }
.pop-post-item { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #f8fafc; }
.pop-post-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.pop-post-title { display: block; font-size: 0.9rem; font-weight: 700; color: #0f172a; text-decoration: none; line-height: 1.4; margin-bottom: 4px; }
.pop-post-title:hover { color: #38bdf8; }
.pop-post-date { font-size: 0.75rem; color: #94a3b8; }

.sidebar-wa-card { background: #07090e; color: #ffffff; border-radius: 16px; padding: 22px; border: 1px solid #1f2937; }
.wa-card-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.sidebar-wa-card h4 { font-size: 1rem; color: #ffffff; }
.sidebar-wa-card p { font-size: 0.85rem; color: #94a3b8; margin-bottom: 16px; }
.btn-sidebar-wa { display: block; background: #22c55e; color: #ffffff; text-align: center; padding: 12px; border-radius: 8px; font-weight: 800; font-size: 0.88rem; text-decoration: none; }

.article-bottom-cta {
  margin: 60px 0 40px 0;
  background: linear-gradient(135deg, #05070c 0%, #0d1527 100%);
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid #1f2937;
  color: #ffffff;
}

.cta-inner { display: flex; flex-direction: column; gap: 20px; align-items: center; text-align: center; }
@media (min-width: 768px) { .cta-inner { flex-direction: row; text-align: left; justify-content: space-between; } }
.cta-tag { color: #38bdf8; font-size: 0.75rem; font-weight: 800; letter-spacing: 1.5px; }
.cta-text h3 { font-size: 1.4rem; margin: 6px 0 10px 0; }
.cta-text p { color: #94a3b8; font-size: 0.92rem; max-width: 550px; }
.btn-cta-glow { background: #22c55e; color: #ffffff; padding: 16px 28px; border-radius: 50px; font-weight: 800; font-size: 0.95rem; text-decoration: none; white-space: nowrap; box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3); display: inline-block; }

.related-posts-section { margin-top: 50px; padding-top: 40px; border-top: 1px solid #e2e8f0; }
.related-title { font-size: 1.35rem; font-weight: 800; color: #0f172a; margin-bottom: 25px; }

.mobile-sticky-wa-bar { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: #07090e; padding: 12px 16px; border-top: 1px solid #1f2937; z-index: 9999; }
.mobile-sticky-wa-bar a { display: block; background: #22c55e; color: #ffffff; text-align: center; padding: 12px; border-radius: 8px; font-weight: 800; font-size: 0.9rem; text-decoration: none; }
@media (max-width: 767px) { .mobile-sticky-wa-bar { display: block; } .article-single-page { padding-bottom: 60px; } }

/* ==========================================================================
   6. SINGLE SERVICE DETAIL PAGE FIX (PERFECT 2-COLUMN)
   ========================================================================== */
.bsw-service-single-container {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

.bsw-breadcrumb {
  font-size: 0.85rem !important;
  color: #64748b !important;
  margin-bottom: 25px !important;
}

.bsw-breadcrumb a {
  color: #0284c7 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.bsw-breadcrumb a:hover {
  text-decoration: underline !important;
}

.bsw-service-grid-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  align-items: start !important;
}

@media (min-width: 850px) {
  .bsw-service-grid-layout {
    grid-template-columns: 1fr 1fr !important;
  }
}

.bsw-service-image-box {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 350px !important;
}

.bsw-service-image-box img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.bsw-service-content-col {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 35px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
}

.bsw-badge-capacity {
  background: rgba(56, 189, 248, 0.15) !important;
  color: #0284c7 !important;
  padding: 6px 14px !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  font-size: 0.82rem !important;
  display: inline-block !important;
  margin-bottom: 16px !important;
}

.bsw-service-main-title {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  line-height: 1.25 !important;
  margin-bottom: 18px !important;
}

.bsw-price-highlight-box {
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  padding: 18px 20px !important;
  border-radius: 12px !important;
  margin-bottom: 25px !important;
}

.bsw-price-highlight-box .price-label {
  display: block !important;
  font-size: 0.75rem !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.bsw-price-highlight-box .price-value {
  font-size: 1.8rem !important;
  font-weight: 900 !important;
  color: #22c55e !important;
}

.bsw-service-description {
  color: #334155 !important;
  line-height: 1.8 !important;
  font-size: 0.98rem !important;
  margin-bottom: 25px !important;
}

.bsw-specs-container {
  margin-bottom: 30px !important;
}

.bsw-specs-container h3 {
  font-size: 1.05rem !important;
  color: #0f172a !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.bsw-specs-body {
  background: #f1f5f9 !important;
  padding: 18px 20px !important;
  border-radius: 12px !important;
  font-size: 0.92rem !important;
  color: #1e293b !important;
  line-height: 1.7 !important;
  border: 1px solid #e2e8f0 !important;
}

.bsw-btn-wa-service {
  display: block !important;
  text-align: center !important;
  background: #22c55e !important;
  color: #ffffff !important;
  padding: 16px 24px !important;
  border-radius: 50px !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.35) !important;
  transition: all 0.2s ease !important;
}

.bsw-btn-wa-service:hover {
  background: #16a34a !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 849px) {
  .bsw-service-content-col {
    padding: 22px !important;
  }
}

/* ==========================================================================
   7. ENHANCED ANIMATED FOOTER STYLING
   ========================================================================== */
.site-footer {
  background: #05070c;
  color: #94a3b8;
  position: relative;
  border-top: 1px solid #1f2937;
  overflow: hidden;
}

.footer-wave-bar {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #38bdf8, #818cf8, #22c55e, #38bdf8);
  background-size: 200% 100%;
  animation: waveGlow 4s infinite linear;
}

@keyframes waveGlow {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 60px 20px 40px 20px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 2fr 1.2fr 1.8fr;
    gap: 50px;
  }
}

.footer-brand-logo {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 16px;
}

.footer-brand-logo .logo-text { font-size: 1.35rem; font-weight: 900; color: #ffffff; letter-spacing: 1px; }
.footer-brand-logo .logo-subtext { font-size: 0.65rem; color: #38bdf8; font-weight: 800; letter-spacing: 1.5px; }

.footer-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 380px;
}

.footer-badge-pulse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: #22c55e;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
}

.live-dot-glow {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 10px #22c55e;
  animation: pulseBlink 1.8s infinite ease-in-out;
}

@keyframes pulseBlink {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.4; }
}

.footer-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: #38bdf8;
  border-radius: 2px;
}

.footer-links { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #94a3b8; text-decoration: none; font-size: 0.9rem; font-weight: 600; display: inline-block; transition: transform 0.25s ease, color 0.25s ease; }
.footer-links a:hover { color: #38bdf8; transform: translateX(6px); }

.footer-contact-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 0.9rem; color: #94a3b8; line-height: 1.5; }
.footer-contact-list .icon-box { flex-shrink: 0; font-size: 1rem; }

.footer-wa-link { color: #38bdf8; text-decoration: none; font-weight: 700; transition: color 0.2s ease; }
.footer-wa-link:hover { color: #22c55e; text-decoration: underline; }

.footer-bottom { background: #030407; padding: 22px 0; border-top: 1px solid #111827; font-size: 0.85rem; }
.footer-bottom-flex { display: flex; flex-direction: column; gap: 12px; justify-content: space-between; align-items: center; text-align: center; }
@media (min-width: 768px) { .footer-bottom-flex { flex-direction: row; text-align: left; } }

.credit-link { color: #38bdf8; text-decoration: none; font-weight: 800; transition: color 0.2s ease; }
.credit-link:hover { color: #22c55e; text-decoration: underline; }

/* ==========================================================================
   8. MOBILE RESPONSIVE OPTIMIZATIONS
   ========================================================================== */
@media (max-width: 480px) {
  .container { padding-left: 15px !important; padding-right: 15px !important; }
  .hero-headline { font-size: 1.8rem !important; line-height: 1.25 !important; }
  .hero-banner { padding: 60px 0 40px 0 !important; }
  .package-thumb-box { height: 180px !important; }
  .package-body { padding: 16px !important; }
  .bsw-form-container { padding: 24px 18px !important; }
  .btn-hero-wa, .btn-hero-calc { width: 100%; text-align: center; }
}

/* ==========================================================================
   CONTACT PAGE STYLING & 2-COLUMN GRID
   ========================================================================== */

.bsw-contact-container {
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  max-width: 1050px !important;
}

.bsw-contact-header {
  margin-bottom: 45px !important;
}

.bsw-contact-title {
  font-size: 2.3rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  line-height: 1.25 !important;
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

.bsw-contact-subtitle {
  color: #64748b !important;
  font-size: 1.05rem !important;
  max-width: 650px !important;
  margin: 0 auto !important;
}

/* 2-Column Grid Layout */
.bsw-contact-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 30px !important;
  align-items: stretch !important;
}

@media (min-width: 768px) {
  .bsw-contact-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Card Styling */
.bsw-contact-card {
  background: #ffffff !important;
  padding: 35px 30px !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
}

.bsw-card-title {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.bsw-card-desc {
  color: #64748b !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  margin-bottom: 25px !important;
}

/* Contact List with Icons */
.bsw-contact-details-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  flex-grow: 1 !important;
}

.bsw-contact-details-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
}

.contact-icon {
  width: 44px !important;
  height: 44px !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  flex-shrink: 0 !important;
}

.contact-text strong {
  display: block !important;
  font-size: 0.8rem !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 2px !important;
}

.contact-text p {
  font-weight: 600 !important;
  color: #1e293b !important;
  font-size: 0.95rem !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

.contact-wa-link {
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  color: #22c55e !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.contact-wa-link:hover {
  text-decoration: underline !important;
}

/* Button WA Direct */
.bsw-contact-action-wrapper {
  margin-top: auto !important;
}

.btn-wa-contact-direct {
  display: block !important;
  text-align: center !important;
  background: #22c55e !important;
  color: #ffffff !important;
  padding: 16px 20px !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.35) !important;
  transition: all 0.2s ease !important;
}

.btn-wa-contact-direct:hover {
  background: #16a34a !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 480px) {
  .bsw-contact-card {
    padding: 24px 18px !important;
  }
  .bsw-contact-title {
    font-size: 1.8rem !important;
  }
}