/* ==========================================================================
   TOKO GITAR SEMARANG - PREMIUM BRIGHT & WARM ACOUSTIC LIGHT DESIGN SYSTEM
   Modern, Clean, Fast, Highly Responsive & Conversion-Focused
   ========================================================================== */

:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-accent-soft: #fffbeb;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.92);
  --bg-glass-card: rgba(255, 255, 255, 0.8);
  
  --text-main: #334155;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-dim: #94a3b8;
  
  --accent-gold: #d97706;
  --accent-gold-light: #f59e0b;
  --accent-amber: #b45309;
  --accent-wood: #78350f;
  --accent-wa: #16a34a;
  --accent-wa-hover: #15803d;
  --accent-blue: #2563eb;
  
  --border-subtle: #e2e8f0;
  --border-highlight: #fed7aa;
  --border-active: #f59e0b;
  
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.07), 0 4px 10px -2px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 20px 35px -5px rgba(0, 0, 0, 0.1), 0 8px 16px -4px rgba(0, 0, 0, 0.05);
  --shadow-glow: 0 0 25px rgba(245, 158, 11, 0.18);
  --shadow-glow-wa: 0 0 25px rgba(22, 163, 74, 0.3);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;

  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --container-max: 1240px;
}

/* ==========================================================================
   GLOBAL RESET & FULL-WIDTH WRAPPERS
   ========================================================================== */
html, 
body,
body.tokogitar-landing-page,
.ast-container,
.site-content,
#page,
.site,
.content-area,
.ast-plain-container,
.ast-page-builder-template {
  background-color: var(--bg-primary) !important;
  color: var(--text-main) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Force hide all default Astra / third-party duplicate headers and footers */
header#masthead,
.site-header:not(.site-navbar),
.ast-main-header-wrap,
.ast-desktop-header,
.ast-mobile-header-wrap,
.main-header-bar,
.ast-header-break-point .main-header-bar,
footer.site-footer:not(.tokogitar-footer),
.ast-footer-overlay {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

.ccw_plugin, 
.ht-ctc-chat,
.joinchat {
  bottom: 80px !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body.tokogitar-landing-page {
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.tokogitar-landing-page-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
  background-color: var(--bg-primary);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-dark) !important;
  font-weight: 700;
  line-height: 1.25;
}

p, span, li {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* Utilities */
.gradient-text {
  background: linear-gradient(135deg, #1e293b 20%, #b45309 85%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-text {
  color: var(--accent-gold) !important;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fef3c7;
  color: #b45309 !important;
  border: 1px solid #fde68a;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.badge-pill i {
  color: var(--accent-gold);
}

/* ==========================================================================
   1. TOP ANNOUNCEMENT BAR
   ========================================================================== */
.top-announcement-bar {
  background: linear-gradient(90deg, #92400e, #b45309, #d97706, #b45309);
  background-size: 300% 300%;
  animation: gradientShift 8s ease infinite;
  color: #ffffff !important;
  font-size: 0.85rem;
  padding: 9px 0;
  text-align: center;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 90;
}

.top-announcement-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.top-announcement-bar .tag-promo {
  background: #ffffff;
  color: #92400e !important;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* ==========================================================================
   2. BRIGHT HEADER & NAVIGATION
   ========================================================================== */
/* ==========================================================================
   2. BRIGHT HEADER & NAVIGATION (PERFECT SINGLE-LINE ALIGNMENT)
   ========================================================================== */
.site-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  width: 100%;
}

.site-navbar .container {
  max-width: 1360px;
  padding: 0 20px;
}

.navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.brand-logo img {
  height: 44px;
  width: auto;
  border-radius: 6px;
}

.brand-title {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.brand-name {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--text-dark) !important;
  letter-spacing: -0.5px;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-name span {
  color: var(--accent-gold);
}

.brand-sub {
  font-size: 0.68rem;
  color: var(--text-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  white-space: nowrap;
}

/* Smooth Scroll Offset for Sticky Navigation */
section[id],
.hero-section,
.section-finder,
.section-catalog,
.section-services,
.section-why,
.section-testimonials,
.section-location,
.section-faq {
  scroll-margin-top: 85px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.nav-links a {
  color: #475569;
  font-weight: 600;
  font-size: 0.88rem;
  position: relative;
  padding: 6px 2px;
  transition: all 0.25s ease;
  display: inline-block;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--accent-gold);
}

.nav-links a.active {
  color: #b45309 !important;
  font-weight: 700;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-gold);
  border-radius: 2px;
  transition: width 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.btn-header-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-wa);
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.86rem;
  box-shadow: 0 3px 10px rgba(22, 163, 74, 0.25);
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-header-wa:hover {
  background: var(--accent-wa-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.35);
}

.btn-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: var(--text-dark) !important;
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-header-phone:hover {
  background: #e2e8f0;
  border-color: #94a3b8;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-dark);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 6px;
  flex-shrink: 0;
}

/* ==========================================================================
   3. HERO SECTION (BRIGHT & WARM)
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 70px 0 90px;
  background: radial-gradient(circle at 85% 15%, #fef3c7 0%, transparent 45%),
              radial-gradient(circle at 10% 85%, #eff6ff 0%, transparent 40%),
              #ffffff;
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 18px 0 22px;
  color: var(--text-dark) !important;
}

.hero-description {
  font-size: 1.12rem;
  color: #475569 !important;
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn-primary-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #ffffff !important;
  padding: 15px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.3);
  transition: all 0.3s ease;
}

.btn-primary-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.45);
}

.btn-secondary-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fffbeb;
  color: #b45309 !important;
  border: 1px solid #fde68a;
  padding: 15px 26px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.1);
  transition: all 0.3s ease;
}

.btn-secondary-gold:hover {
  background: var(--accent-gold);
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.3);
  transform: translateY(-3px);
}

.hero-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.trust-icon {
  width: 40px;
  height: 40px;
  background: #fef3c7;
  color: #b45309;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.trust-info h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-dark) !important;
  margin-bottom: 2px;
}

.trust-info p {
  font-size: 0.8rem;
  color: #64748b !important;
  line-height: 1.3;
}

.hero-main-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-image-container {
  height: 360px;
  overflow: hidden;
  position: relative;
  background: #f1f5f9;
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid #fed7aa;
  color: #b45309 !important;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.hero-card-footer {
  padding: 20px 24px;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
}

.hero-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.hero-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
}

.hero-price-badge {
  font-size: 1.15rem;
  font-weight: 800;
  color: #b45309;
}

.hero-card-sub {
  font-size: 0.85rem;
  color: #64748b;
}

.floating-stat-box {
  background: #ffffff;
  border: 1px solid #fed7aa;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.floating-stat-icon {
  width: 42px;
  height: 42px;
  background: #fef3c7;
  color: #b45309;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.floating-stat-text h5 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark) !important;
  margin-bottom: 2px;
}

.floating-stat-text p {
  font-size: 0.78rem;
  color: #64748b;
}

/* ==========================================================================
   4. GUITAR FINDER / MATCHER
   ========================================================================== */
.section-finder {
  padding: 80px 0;
  background: var(--bg-secondary);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
}

.finder-box {
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}

.finder-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}

.finder-header h2 {
  font-size: 2.2rem;
  margin: 12px 0 10px;
  color: var(--text-dark) !important;
}

.finder-header p {
  color: #64748b;
  font-size: 0.95rem;
}

.finder-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.finder-step-col {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 22px;
}

.finder-step-label {
  font-size: 0.85rem;
  color: #b45309;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.finder-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.finder-btn-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.finder-btn-option:hover {
  background: #fffbeb;
  border-color: #fed7aa;
}

.finder-btn-option.selected {
  background: #fef3c7;
  border-color: #f59e0b;
  color: #92400e !important;
}

.finder-btn-option.selected i {
  color: #d97706;
}

.btn-finder-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-wa);
  color: #ffffff !important;
  padding: 13px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.3);
  transition: all 0.25s ease;
}

.btn-finder-wa:hover {
  background: var(--accent-wa-hover);
  transform: translateY(-2px);
}

/* ==========================================================================
   5. SHOWCASE / PRODUCT CATALOG (BRIGHT CARDS)
   ========================================================================== */
.section-catalog {
  padding: 90px 0;
  background: #ffffff;
  width: 100%;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.section-subtitle {
  color: #b45309 !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.section-title {
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: var(--text-dark) !important;
}

.section-desc {
  color: #64748b !important;
  font-size: 1rem;
  line-height: 1.65;
}

.catalog-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.filter-btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 11px 22px;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-btn:hover {
  color: #0f172a;
  border-color: #cbd5e1;
  background: #f1f5f9;
}

.filter-btn.active {
  background: #d97706;
  color: #ffffff !important;
  border-color: #d97706;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.3);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 28px;
}

.product-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: #fed7aa;
  box-shadow: var(--shadow-md);
}

.product-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 320px;
  background: #f1f5f9;
  overflow: hidden;
  padding: 0;
  display: block;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-card:hover .product-thumb img {
  transform: scale(1.06);
}

.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  color: #b45309 !important;
  border: 1px solid #fde68a;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.product-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-category {
  font-size: 0.75rem;
  color: #94a3b8 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 6px;
}

.product-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-dark) !important;
}

.product-features {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  flex-grow: 1;
}

.product-features li {
  font-size: 0.86rem;
  color: #475569 !important;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-features li i {
  color: #16a34a;
  font-size: 0.8rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.product-price-box {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 0.7rem;
  color: #94a3b8 !important;
  text-transform: uppercase;
}

.product-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #b45309 !important;
}

.btn-card-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--accent-wa);
  color: #ffffff !important;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn-card-wa:hover {
  background: var(--accent-wa-hover);
  transform: scale(1.03);
}

/* ==========================================================================
   6. SERVICES & GUITAR SETUP
   ========================================================================== */
.section-services {
  padding: 85px 0;
  background: var(--bg-secondary);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 30px 24px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.service-card:hover {
  border-color: #fed7aa;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.service-icon {
  width: 52px;
  height: 52px;
  background: #fef3c7;
  color: #b45309;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--text-dark) !important;
}

.service-card p {
  font-size: 0.9rem;
  color: #64748b !important;
  line-height: 1.6;
}

/* ==========================================================================
   7. VALUE PROPOSITIONS & WHY CHOOSE US
   ========================================================================== */
.section-why {
  padding: 95px 0;
  background: #ffffff;
  width: 100%;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 30px;
}

.why-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.why-item:hover {
  transform: translateY(-3px);
  border-color: #fed7aa;
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.08);
}

.why-icon-box {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #fcd34d;
  color: #b45309;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
  transition: all 0.3s ease;
}

.why-item:hover .why-icon-box {
  transform: scale(1.08) rotate(4deg);
  background: linear-gradient(135deg, #fde68a 0%, #f59e0b 100%);
  color: #ffffff;
}

.why-text h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--text-dark) !important;
}

.why-text p {
  font-size: 0.9rem;
  color: #64748b !important;
  line-height: 1.55;
  margin: 0;
}

.why-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.why-photo-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  height: 210px;
  box-shadow: var(--shadow-sm);
}

.why-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.why-photo-card:hover img {
  transform: scale(1.05);
}

.why-photo-card span {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff !important;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ==========================================================================
   8. TESTIMONIALS
   ========================================================================== */
.section-testimonials {
  padding: 85px 0;
  background: var(--bg-secondary);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
}

.testimonials-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.testimonials-slider-viewport {
  overflow: hidden;
  width: 100%;
  padding: 10px 4px 20px;
}

.testimonials-slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 calc(33.333% - 16px);
  margin-right: 24px;
  box-sizing: border-box;
  display: flex;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: #fed7aa;
  box-shadow: var(--shadow-md);
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 14px;
  display: flex;
  gap: 4px;
}

.testimonial-text {
  font-size: 0.94rem;
  color: #334155 !important;
  line-height: 1.65;
  margin-bottom: 22px;
  font-style: italic;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: #fef3c7;
  color: #b45309 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.user-info h5 {
  font-size: 0.98rem;
  margin-bottom: 2px;
  color: var(--text-dark) !important;
}

.user-info span {
  font-size: 0.78rem;
  color: #64748b !important;
}

/* Slider Controls */
.testi-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45309;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.25s ease;
}

.testi-nav-btn:hover {
  background: #d97706;
  color: #ffffff;
  border-color: #d97706;
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.3);
}

.testi-nav-btn.prev-btn {
  left: -20px;
}

.testi-nav-btn.next-btn {
  right: -20px;
}

.testi-dots-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.testi-dots-pagination .testi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.testi-dots-pagination .testi-dot.active {
  background: var(--accent-gold);
  width: 28px;
  border-radius: 999px;
}

@media (max-width: 1024px) {
  .testimonial-slide {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .testimonial-slide {
    flex: 0 0 100%;
    margin-right: 16px;
  }
  .testi-nav-btn.prev-btn {
    left: -8px;
  }
  .testi-nav-btn.next-btn {
    right: -8px;
  }
}

/* ==========================================================================
   9. LOCATION & MAPS
   ========================================================================== */
.section-location {
  padding: 95px 0;
  background: #ffffff;
  width: 100%;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: center;
}

.location-info-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.location-detail-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 28px 0;
}

.location-item {
  display: flex;
  gap: 16px;
}

.location-icon {
  width: 42px;
  height: 42px;
  background: #fef3c7;
  color: #b45309;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.location-text h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: var(--text-dark) !important;
}

.location-text p {
  font-size: 0.9rem;
  color: #64748b !important;
}

.map-container {
  height: 430px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: var(--shadow-md);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   10. FAQ ACCORDION
   ========================================================================== */
.section-faq {
  padding: 85px 0;
  background: var(--bg-secondary);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
}

.faq-wrapper {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.faq-item.active {
  border-color: #fed7aa;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  color: var(--text-dark) !important;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-heading);
}

.faq-icon {
  font-size: 0.9rem;
  color: #d97706;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
  color: #475569 !important;
  font-size: 0.94rem;
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  max-height: 250px;
  padding: 0 24px 20px;
}

/* ==========================================================================
   11. BOTTOM CTA BANNER
   ========================================================================== */
.section-bottom-cta {
  padding: 85px 0;
  background: radial-gradient(circle at center, #fef3c7 0%, transparent 70%),
              #ffffff;
  text-align: center;
  width: 100%;
}

.bottom-cta-box {
  background: linear-gradient(135deg, #ffffff, #fffbeb);
  border: 1px solid #fed7aa;
  border-radius: var(--radius-lg);
  padding: 50px 30px;
  max-width: 920px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.bottom-cta-box h2 {
  font-size: 2.3rem;
  margin: 14px 0;
  color: var(--text-dark) !important;
}

.bottom-cta-box p {
  color: #475569 !important;
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 30px;
}

/* ==========================================================================
   12. FOOTER & LOCAL SEO ANCHOR (WARM SAND / IVORY WOOD THEME)
   ========================================================================== */
.tokogitar-footer {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf0 35%, #fef3c7 100%) !important;
  border-top: 2px solid #fde68a;
  padding: 65px 0 110px !important;
  width: 100%;
  display: block !important;
  color: #78350f !important;
}

.tokogitar-footer h4 {
  color: #451a03 !important;
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
  letter-spacing: -0.2px;
}

.tokogitar-footer h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #d97706;
  border-radius: 2px;
}

.tokogitar-footer .brand-name {
  color: #451a03 !important;
  font-weight: 800;
}

.tokogitar-footer .brand-name span {
  color: #d97706;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-col p {
  font-size: 0.88rem;
  color: #78350f !important;
  line-height: 1.68;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: #78350f !important;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.footer-links a:hover {
  color: #b45309 !important;
  padding-left: 6px;
  text-decoration: underline;
}

.footer-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(180, 83, 9, 0.08);
}

.footer-social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(180, 83, 9, 0.18);
}

.footer-social-btn.wa-icon {
  background: #dcfce7;
  color: #15803d !important;
  border: 1px solid #86efac;
}

.footer-social-btn.phone-icon {
  background: #fef3c7;
  color: #92400e !important;
  border: 1px solid #fde68a;
}

.footer-social-btn.maps-icon {
  background: #eff6ff;
  color: #1d4ed8 !important;
  border: 1px solid #bfdbfe;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid #fde68a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: #92400e !important;
}

.footer-bottom strong {
  color: #451a03 !important;
}

/* ==========================================================================
   13. MOBILE STICKY FLOATING QUICK-BAR (PROPORTIONAL & SLEEK GLASSMORPHIC)
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid #e2e8f0;
  padding: 10px 14px;
  z-index: 9999;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

.mobile-sticky-actions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10px;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}

.btn-mobile-quick {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.btn-mobile-quick:active {
  transform: scale(0.97);
}

.btn-mobile-quick .btn-icon-box {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.btn-mobile-quick .btn-text-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
}

.btn-mobile-quick .btn-main-label {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.btn-mobile-quick .btn-sub-label {
  font-size: 0.65rem;
  font-weight: 600;
  opacity: 0.85;
  margin-top: 1px;
}

/* Phone Call Button */
.btn-mobile-quick.call-btn {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a !important;
}
.btn-mobile-quick.call-btn .btn-icon-box {
  background: #e2e8f0;
  color: #0f172a;
}
.btn-mobile-quick.call-btn:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* WhatsApp Button */
.btn-mobile-quick.wa-btn {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff !important;
  border: 1px solid #16a34a;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}
.btn-mobile-quick.wa-btn .btn-icon-box {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.btn-mobile-quick.wa-btn:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.45);
}

@media (max-width: 360px) {
  .mobile-sticky-actions {
    gap: 6px;
  }
  .btn-mobile-quick {
    padding: 6px 8px;
    gap: 6px;
  }
  .btn-mobile-quick .btn-icon-box {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
  .btn-mobile-quick .btn-main-label {
    font-size: 0.78rem;
  }
  .btn-mobile-quick .btn-sub-label {
    font-size: 0.58rem;
  }
}

/* ==========================================================================
   KEYFRAME ANIMATIONS
   ========================================================================== */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (PERFECT MOBILE HEADER & NO OVERFLOW)
   ========================================================================== */
@media (max-width: 1160px) {
  .nav-links, .btn-header-phone {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: var(--text-dark);
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }
  .mobile-menu-toggle:hover {
    background: #e2e8f0;
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .why-grid, .location-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .finder-steps-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .site-navbar {
    padding: 8px 0;
  }
  .site-navbar .container {
    padding: 0 12px;
  }
  .navbar-wrap {
    gap: 8px;
    justify-content: space-between;
    width: 100%;
  }
  .brand-logo {
    gap: 8px;
  }
  .brand-logo img {
    height: 36px;
    width: auto;
  }
  .brand-name {
    font-size: 1.02rem;
  }
  .brand-sub {
    display: none;
  }
  .nav-actions {
    gap: 8px;
  }
  .btn-header-wa {
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
  }
  .btn-header-wa .btn-wa-text {
    display: none !important;
  }
  .mobile-menu-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 1.15rem;
    flex-shrink: 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-trust-badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mobile-sticky-bar {
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .finder-box {
    padding: 24px 16px;
  }
  .bottom-cta-box {
    padding: 36px 18px;
  }
  .section-title {
    font-size: 1.85rem;
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .product-thumb {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: none;
    background: #f1f5f9;
    padding: 0;
  }
  .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  .product-body {
    padding: 20px 18px;
  }
}

@media (max-width: 380px) {
  .brand-name {
    font-size: 0.92rem;
  }
  .brand-logo img {
    height: 32px;
  }
}
