/* ==========================================================================
   Lokasi & Showroom Page Styles - Galleria Furniture Bandung
   Optimized for Local SEO & AI SEO: Toko Kasur Spring Bed Bandung
   ========================================================================== */

:root {
  --brand: #295f98;
  --brand-dark: #1d436c;
  --brand-2: #f4b860;
  --dark: #122033;
  --soft: #f7f9fc;
  --muted: #64748b;
  --success: #1f9d57;
  --success-soft: #eaf8ef;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --shadow-card: 0 15px 35px rgba(18, 32, 51, 0.07);
  --shadow-hover: 0 20px 45px rgba(18, 32, 51, 0.12);
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background-color: #ffffff;
}

/* Navbar styling */
.navbar {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(18, 32, 51, 0.08);
}

.brand-galleria {
  color: var(--brand);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-furniture {
  color: var(--brand-2);
}

/* Hero Section */
.lokasi-hero {
  padding: 7.5rem 0 4.5rem;
  background:
    radial-gradient(circle at 85% 20%, rgba(244, 184, 96, 0.15), transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(41, 95, 152, 0.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
  position: relative;
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(41, 95, 152, 0.1);
  color: var(--brand);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(41, 95, 152, 0.15);
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--dark);
}

.hero-title .text-highlight {
  color: var(--brand);
  position: relative;
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #475569;
  max-width: 620px;
}

.hero-stat-box {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 15px rgba(18, 32, 51, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-stat-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(18, 32, 51, 0.08);
}

.hero-stat-box .stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand);
  line-height: 1.2;
}

.hero-stat-box .stat-label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 500;
}

/* Map & Showroom Section */
.showroom-map-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(18, 32, 51, 0.08);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  height: 100%;
}

.map-wrapper {
  position: relative;
  width: 100%;
  min-height: 420px;
  height: 100%;
  background: #e2e8f0;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.showroom-info-box {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(18, 32, 51, 0.08);
  box-shadow: var(--shadow-card);
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.info-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(41, 95, 152, 0.1);
  color: var(--brand);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.info-item-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--dark);
}

.info-item-content p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 0;
  line-height: 1.5;
}

.badge-open {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--success-soft);
  color: var(--success);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
}

.badge-open::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--success);
  display: inline-block;
}

/* Feature & Reason Cards */
.reason-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-card);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(41, 95, 152, 0.3);
}

.reason-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(41, 95, 152, 0.12), rgba(244, 184, 96, 0.18));
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

.reason-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
}

.reason-text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Brand Grid Showcase */
.brand-grid-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(18, 32, 51, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-grid-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(18, 32, 51, 0.08);
  border-color: var(--brand);
}

.brand-grid-card .brand-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0.35rem;
}

.brand-grid-card .brand-desc {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.brand-grid-card .brand-pill {
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--soft);
  color: var(--brand);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  align-self: center;
}

/* FAQ Section */
.faq-box {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: var(--radius-xl);
  padding: 1.75rem 2rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 15px rgba(18, 32, 51, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-box:hover {
  border-color: rgba(41, 95, 152, 0.25);
  box-shadow: 0 8px 25px rgba(18, 32, 51, 0.06);
}

.faq-q {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.faq-q-icon {
  color: var(--brand);
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.faq-a {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 0;
  padding-left: 1.8rem;
}

/* Step-by-step Visit Guide */
.visit-step-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(18, 32, 51, 0.08);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow-card);
}

.step-number {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
}

/* Button & Link Enhancements */
.btn-maps {
  background: #ea4335;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.8rem 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-maps:hover {
  background: #d33426;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-whatsapp-visit {
  background: #25d366;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.8rem 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-whatsapp-visit:hover {
  background: #1ebc59;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .map-wrapper {
    min-height: 340px;
  }
  .showroom-info-box {
    padding: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .lokasi-hero {
    padding: 6.5rem 0 3.5rem;
  }
  .faq-box {
    padding: 1.25rem 1.25rem;
  }
  .faq-a {
    padding-left: 0;
  }
}
