/* ==========================================================================
   PT. BARKAT DO'A IBU - TRAVEL UMROH DAN HAJI
   Design System: Light Luxury White/Cream, Metallic Gold (#d4af37) & Deep Navy (#0a192f)
   ========================================================================== */

:root {
  --navy-dark: #060e1a;
  --navy: #0a192f;
  --navy-light: #112240;
  
  --gold: #d4af37;
  --gold-metallic: linear-gradient(135deg, #f7d070 0%, #d4af37 50%, #aa820a 100%);
  --gold-dark: #aa820a;
  --gold-bright: #f3c649;
  --gold-light: #fef8e7;
  --gold-soft: rgba(212, 175, 55, 0.15);

  --slate-dark: #0f172a;
  --slate: #334155;
  --slate-light: #64748b;
  
  --bg-cream: #ffffff;
  --bg-white: #ffffff;
  --border-gold: rgba(212, 175, 55, 0.35);
  --border-light: #e2e8f0;

  /* Typography */
  --font-main: 'Plus Jakarta Sans', sans-serif;
  --font-title: 'Cinzel', serif;
  --font-arabic: 'Amiri', serif;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(10, 25, 47, 0.05);
  --shadow-md: 0 10px 25px rgba(10, 25, 47, 0.08);
  --shadow-lg: 0 18px 45px rgba(10, 25, 47, 0.14);
  --shadow-gold: 0 8px 25px rgba(212, 175, 55, 0.35);

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --transition: all 0.3s ease;
}

/* Reset & Global Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body.theme-barkat-doa-ibu {
  font-family: var(--font-main);
  background-color: #ffffff;
  color: var(--slate-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Utilities */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-gold { color: var(--gold-dark) !important; }
.text-navy { color: var(--navy) !important; }
.text-white { color: #ffffff !important; }
.font-weight-bold { font-weight: 700; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 2.5rem; }
.max-width-900 { max-width: 900px; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Buttons System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition);
}

.btn-gold {
  background: var(--gold-metallic);
  color: #060e1a !important;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
  color: #000000 !important;
}

.btn-navy {
  background: var(--navy);
  color: var(--gold-bright) !important;
  border: 1px solid var(--gold);
}

.btn-navy:hover {
  background: var(--navy-light);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.btn-block { width: 100%; }
.btn-sm { padding: 8px 18px; font-size: 0.85rem; }

.btn-glow {
  animation: pulse-gold-glow 2.5s infinite;
}

@keyframes pulse-gold-glow {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

/* Section Header Typography */
.section-tag {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold-dark);
  background: var(--gold-light);
  border: 1px solid var(--gold-soft);
  padding: 5px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-title);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--slate);
  max-width: 680px;
  margin: 0 auto;
}

.section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
  gap: 20px;
  flex-wrap: wrap;
}

/* ==========================================================================
   HEADER & TOP ANNOUNCEMENT BAR
   ========================================================================== */
.sub-header {
  background-color: var(--navy-dark);
  color: #e2e8f0;
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.sub-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-header .left-info, .sub-header .right-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sub-header a { color: #f8fafc; font-weight: 600; }
.sub-header a:hover { color: var(--gold-bright); }

.operational-badge {
  background: rgba(212, 175, 55, 0.18);
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--gold-bright);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

/* Main Navigation Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
  border-bottom: 2px solid var(--gold);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.header-logo-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(10, 25, 47, 0.15);
  transition: var(--transition);
}

.header-logo-img:hover {
  transform: scale(1.05);
}

.logo-text {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.brand-title {
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.brand-subtitle {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 1.5px;
  white-space: nowrap;
  margin-top: 2px;
}

/* Main Menu Navigation */
.main-menu > ul {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-menu a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  padding: 6px 0;
  white-space: nowrap;
}

.main-menu a:hover, .main-menu a.active {
  color: var(--gold-dark);
}

.main-menu li.has-dropdown { position: relative; }

.main-menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: var(--bg-white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-gold);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
}

.main-menu li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu .dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-size: 0.88rem;
  color: var(--slate);
}

.main-menu .dropdown a:hover {
  background: var(--gold-light);
  color: var(--navy);
}

.btn-login-trigger {
  background: var(--navy);
  color: var(--gold-bright) !important;
  padding: 8px 20px !important;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(10, 25, 47, 0.15);
}

.btn-login-trigger:hover {
  background: var(--navy-light);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.hamburger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger-btn span {
  width: 25px;
  height: 3px;
  background-color: var(--navy);
  border-radius: 2px;
}

/* ==========================================================================
   CENTERED SPLASH INITIAL SCREEN
   ========================================================================== */
.splash-hero-section {
  position: relative;
  background: #ffffff;
  padding: 50px 0 75px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-gold);
  color: var(--navy);
}

.islamic-corner-bg {
  position: absolute;
  width: 280px;
  height: 280px;
  background-image: radial-gradient(circle, rgba(212, 175, 55, 0.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

.islamic-corner-bg.top-left { top: 0; left: 0; border-bottom-right-radius: 100%; border-right: 2px solid rgba(212,175,55,0.25); }
.islamic-corner-bg.top-right { top: 0; right: 0; border-bottom-left-radius: 100%; border-left: 2px solid rgba(212,175,55,0.25); }

.splash-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.splash-logo-box {
  width: 420px;
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(10, 25, 47, 0.15);
  transition: var(--transition);
}

.splash-logo-img:hover {
  transform: scale(1.02);
}

.splash-main-title {
  font-family: var(--font-title);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(212, 175, 55, 0.15);
  margin-top: 15px;
}

.splash-sub-title {
  justify-content: center;
  margin: 12px 0 16px 0;
}

.splash-sub-title h2 {
  color: var(--gold-dark);
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.splash-motto {
  font-family: var(--font-arabic);
  font-size: 1.8rem;
  color: var(--gold-dark);
  font-weight: 700;
  font-style: italic;
  margin-bottom: 28px;
}

.splash-contact-card {
  margin: 0 auto 28px auto;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.banner-contact-card .contact-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-contact-card .contact-icon {
  width: 44px;
  height: 44px;
  background: var(--gold-metallic);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-dark);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.banner-contact-card .contact-text strong {
  color: var(--gold-dark);
  font-size: 0.85rem;
  display: block;
}

.banner-contact-card .contact-text p {
  color: var(--slate-dark);
  font-size: 0.82rem;
}

.splash-hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* ==========================================================================
   BOTTOM PILLARS BANNER BAR
   ========================================================================== */
.pillars-banner-bar {
  position: relative;
  background: var(--navy);
  color: #ffffff;
  padding: 30px 0;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.gold-flower-medallion {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: var(--navy);
  border: 3px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-bright);
  font-size: 1.4rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
  text-align: center;
}

.pillar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pillar-icon {
  width: 52px;
  height: 52px;
  background: rgba(212, 175, 55, 0.15);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--gold-bright);
  transition: var(--transition);
}

.pillar-item:hover .pillar-icon {
  transform: scale(1.1);
  background: var(--gold-metallic);
  color: var(--navy);
}

.pillar-item span {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
}

/* ==========================================================================
   PROMO & PACKAGES (FULL UNCROPPED ELEGANT DISPLAY)
   ========================================================================== */
.packages-section, .about-section, .contact-section {
  padding: 75px 0;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.package-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-gold);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

/* FULL UNCROPPED BROSUR STYLING ON ELEGANT LIGHT CREAM BACKGROUND */
.card-image { 
  position: relative; 
  height: 380px; 
  background: #f8fafc;
  border-bottom: 1.5px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-image img { 
  width: 100%; 
  height: 100%; 
  object-fit: contain !important; 
  background-color: #f8fafc;
  transition: var(--transition);
}

.card-image img:hover {
  transform: scale(1.03);
}

.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--navy);
  color: var(--gold-bright);
  border: 1px solid var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: var(--radius-sm);
  z-index: 5;
}

.seat-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--navy);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gold);
  z-index: 5;
}

.card-body { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.package-title { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin-bottom: 12px; }

.package-price {
  background: var(--gold-light);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border: 1px solid var(--gold-soft);
}

.price-val { font-size: 1.4rem; font-weight: 800; color: var(--gold-dark); }
.price-type { font-size: 0.82rem; color: var(--slate-dark); font-weight: 700; }

.package-meta li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--slate-dark); margin-bottom: 8px; }
.package-meta i { width: 18px; color: var(--navy); }
.stars i { color: var(--gold); font-size: 0.85rem; }

.seat-progress { margin-top: auto; margin-bottom: 18px; }
.progress-bar { height: 6px; background: var(--gold); border-radius: var(--radius-full); margin-bottom: 6px; }

/* ==========================================================================
   ABOUT & CONTACT SECTION
   ========================================================================== */
.motto-highlight {
  font-family: var(--font-arabic);
  font-size: 1.5rem;
  color: var(--gold-dark);
  font-weight: 700;
  margin: 10px 0 20px 0;
}

.about-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 20px 0;
  text-align: left;
}

.af-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--gold-light);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gold-soft);
}

/* Contact Box */
.contact-banner-box {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 45px;
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.contact-motto {
  font-family: var(--font-arabic);
  font-size: 1.4rem;
  color: var(--gold-dark);
  margin-bottom: 25px;
}

.contact-detail-list .cd-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cd-item i {
  font-size: 1.5rem;
  color: var(--gold-dark);
  flex-shrink: 0;
}

.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.contact-map-card {
  background: var(--bg-cream);
  border-radius: var(--radius-md);
  padding: 30px;
  border: 1px solid var(--border-gold);
  text-align: center;
}

.map-header {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 20px;
}

.map-icon {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 10px;
}

/* ==========================================================================
   SOLID WHITE HIGH-CONTRAST MODAL POPUP (FIXED DARK TEXT BUG)
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.78) !important;
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

.modal-backdrop.active { display: flex !important; }

.modal-box {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #0f172a !important;
  border: 3px solid #d4af37 !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7) !important;
  padding: 35px 30px !important;
  position: relative !important;
  width: 100% !important;
  max-width: 760px !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  z-index: 100000 !important;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #0a192f !important;
  color: #f3c649 !important;
  border: 2px solid #d4af37 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  z-index: 100;
}

.modal-close:hover {
  background: #dc2626 !important;
  color: #ffffff !important;
  border-color: #dc2626 !important;
  transform: scale(1.1);
}

/* Detail Modal Inner Elements High Contrast */
.detail-modal-header {
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.detail-modal-title {
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a192f !important;
  margin-top: 10px;
  line-height: 1.25;
}

.detail-modal-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #aa820a !important;
  background: #fef8e7 !important;
  padding: 10px 18px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 12px;
  border: 1.5px solid #d4af37 !important;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
  background: #f8fafc !important;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #cbd5e1 !important;
}

.detail-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #0f172a !important;
}

.detail-info-item i {
  color: #0a192f !important;
  font-size: 1.15rem;
  width: 20px;
}

.detail-list-box {
  background: #fef8e7 !important;
  border: 1.5px solid #f7d070 !important;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.detail-list-box h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0a192f !important;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-list-box li {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #0f172a !important;
  font-weight: 600;
}

.detail-list-box.exclude-box {
  background: #fef2f2 !important;
  border-color: #fecaca !important;
}

.detail-list-box.exclude-box h4 {
  color: #dc2626 !important;
}

.detail-list-box.exclude-box li {
  color: #991b1b !important;
}

/* Modal Flyer Preview Box */
.detail-flyer-box {
  text-align: center;
  margin-bottom: 24px;
  background: #f8fafc;
  border-radius: 14px;
  padding: 15px;
  border: 2px solid #d4af37;
}

.detail-flyer-img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 8px;
}

/* ==========================================================================
   FOOTER & WHATSAPP WIDGET
   ========================================================================== */
.site-footer {
  background: var(--navy-dark);
  color: #94a3b8;
  padding: 70px 0 30px 0;
  font-size: 0.9rem;
  border-top: 3px solid var(--gold);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.footer-logo {
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-logo i { color: var(--gold-bright); }
.accreditation-badges { display: flex; gap: 8px; margin-top: 15px; }

.acc-badge {
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-bright);
  font-size: 0.72rem;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.footer-col h6 { font-size: 1rem; color: #ffffff; margin-bottom: 20px; }
.footer-col h6::after { content: ''; display: block; width: 30px; height: 2px; background: var(--gold); margin-top: 6px; }

.footer-links li, .footer-contact li { margin-bottom: 12px; }
.footer-links i, .footer-contact i { color: var(--gold-bright); margin-right: 8px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.footer-socials a:hover { background: var(--gold); color: var(--navy); }

/* WhatsApp Floating Widget */
.wa-widget { position: fixed; bottom: 25px; right: 25px; z-index: 9999; }

.wa-trigger-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: var(--radius-full);
  border: none;
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.wa-panel {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 340px;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 2px solid var(--gold);
  display: none;
}

.wa-panel.active { display: block; }
.wa-header { background: var(--navy); color: #ffffff; padding: 16px; display: flex; align-items: center; gap: 12px; position: relative; }
.wa-header-avatar { width: 40px; height: 40px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 1.2rem; }
.wa-close-btn { position: absolute; top: 12px; right: 12px; background: none; border: none; color: #ffffff; font-size: 1.4rem; cursor: pointer; }
.wa-body { padding: 16px; background: #efeae2; }

.wa-agent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-white);
  padding: 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  box-shadow: var(--shadow-sm);
}

.wa-agent-icon { font-size: 1.8rem; color: #25d366; }

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: var(--gold-bright);
  border-radius: 50%;
  border: 1px solid var(--gold);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Responsive Media Queries */
@media (max-width: 1100px) {
  .splash-contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .splash-main-title { font-size: 2.5rem; }
  .splash-sub-title { justify-content: center; }
  .main-menu { position: fixed; top: 84px; left: -100%; width: 80%; height: calc(100vh - 84px); background: var(--bg-white); padding: 30px; box-shadow: var(--shadow-lg); transition: var(--transition); }
  .main-menu.active { left: 0; }
  .main-menu > ul { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hamburger-btn { display: flex; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .splash-main-title { font-size: 1.9rem; }
  .splash-logo-box { width: 300px; }
  .footer-top { grid-template-columns: 1fr; }
  .hide-mobile { display: none; }
  .about-features-grid { grid-template-columns: 1fr; }
  .detail-info-grid { grid-template-columns: 1fr; }
}
