/* ==========================================================================
   PASANG CCTV MANADO - Modern Bright Yellow Design System
   Website: pasangcctvmanado.my.id
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Yellow / Amber Theme Colors */
  --primary: #facc15;         /* Vibrant Yellow */
  --primary-dark: #ca8a04;    /* Gold Dark */
  --primary-deep: #a16207;    /* Deep Gold */
  --primary-light: #fef9c3;   /* Light Yellow Tint */
  --primary-glow: rgba(250, 204, 21, 0.45);
  
  --accent: #f59e0b;          /* Amber */
  --accent-hover: #d97706;
  
  --secondary: #0f172a;       /* Slate 900 (High contrast dark) */
  --secondary-light: #1e293b; /* Slate 800 */
  
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --whatsapp-glow: rgba(37, 211, 102, 0.4);
  
  --bg-main: #fffdf5;         /* Warm bright background */
  --bg-card: #ffffff;
  --bg-alt: #fefce8;          /* Soft light yellow section */
  
  --text-main: #1e293b;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  
  --border-color: #fef08a;     /* Soft yellow border */
  --border-subtle: #f1f5f9;
  --border-focus: #eab308;
  
  --shadow-sm: 0 1px 3px 0 rgb(234 179 8 / 0.08);
  --shadow-md: 0 4px 12px -2px rgb(202 138 4 / 0.12), 0 2px 6px -2px rgb(0 0 0 / 0.04);
  --shadow-lg: 0 12px 24px -4px rgb(202 138 4 / 0.18), 0 6px 12px -4px rgb(0 0 0 / 0.05);
  --shadow-xl: 0 20px 30px -6px rgb(202 138 4 / 0.22), 0 10px 16px -6px rgb(0 0 0 / 0.06);
  --shadow-primary: 0 10px 25px -4px rgba(234, 179, 8, 0.45);
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--secondary);
  line-height: 1.25;
  font-weight: 800;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

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

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ==========================================================================
   Header & Navigation (Menu Cerah & Tema Kuning)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 2px solid #facc15;
  box-shadow: 0 4px 20px rgba(234, 179, 8, 0.15);
  transition: var(--transition);
}

.header-top {
  background: linear-gradient(90deg, #fef08a 0%, #fde047 50%, #fef08a 100%);
  padding: 8px 0;
  font-size: 0.85rem;
  color: #713f12;
  font-weight: 700;
  border-bottom: 1px solid rgba(202, 138, 4, 0.25);
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.header-top-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header-top-info span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.header-top-info i {
  color: #854d0e;
}

.header-nav {
  padding: 0.85rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.4rem;
  font-weight: 900;
  color: #0f172a;
  font-family: var(--font-heading);
}

.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #facc15, #eab308);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #713f12;
  font-size: 1.35rem;
  box-shadow: 0 4px 14px rgba(234, 179, 8, 0.45);
}

.logo span {
  color: #ca8a04;
}

.logo-tag {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: -3px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-link {
  color: #334155;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  position: relative;
  transition: var(--transition);
}

.nav-link i {
  color: #a16207;
  font-size: 0.95rem;
}

.nav-link:hover {
  color: #713f12;
  background: #fef9c3;
  transform: translateY(-1px);
}

.nav-link.active {
  color: #713f12;
  background: #fef08a;
  box-shadow: 0 2px 8px rgba(234, 179, 8, 0.25);
  font-weight: 800;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0.95rem;
  right: 0.95rem;
  height: 3px;
  background: #ca8a04;
  border-radius: 3px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.btn-mobile-toggle {
  display: none;
  background: #fef08a;
  border: 1px solid #facc15;
  color: #713f12;
  border-radius: var(--radius-sm);
  font-size: 1.35rem;
  cursor: pointer;
  padding: 0.45rem 0.7rem;
}

/* ==========================================================================
   Buttons & Badges (Yellow Theme)
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.45rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  font-family: var(--font-heading);
}

.btn-primary {
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #713f12;
  box-shadow: 0 8px 18px rgba(234, 179, 8, 0.35);
  border: 1px solid rgba(202, 138, 4, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #eab308, #ca8a04);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(202, 138, 4, 0.4);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.32);
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #22c55e, #0f766e);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.45);
  color: #ffffff;
}

.btn-outline {
  background: #ffffff;
  border: 2px solid #ca8a04;
  color: #854d0e;
  font-weight: 700;
}

.btn-outline:hover {
  background: #fef08a;
  color: #713f12;
  border-color: #a16207;
  transform: translateY(-2px);
}

.btn-outline-dark {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  color: #334155;
}

.btn-outline-dark:hover {
  border-color: #ca8a04;
  color: #713f12;
  background: #fef9c3;
  transform: translateY(-2px);
}

.btn-secondary {
  background: #0f172a;
  color: #f8fafc;
}

.btn-secondary:hover {
  background: #1e293b;
  color: #facc15;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 0.95rem 1.85rem;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.btn-block {
  width: 100%;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  letter-spacing: 0.06em;
}

.badge-primary {
  background: #fef08a;
  color: #854d0e;
  border: 1px solid #facc15;
}

.badge-accent {
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fcd34d;
}

.badge-success {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #86efac;
}

.badge-fire {
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #ffffff;
}

/* ==========================================================================
   Hero Section (Bright & Warm Yellow Atmosphere)
   ========================================================================== */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #fffbeb 0%, #fefce8 50%, #fef08a 100%);
  color: var(--secondary);
  padding: 4.5rem 0 5rem;
  overflow: hidden;
  border-bottom: 2px solid #fde047;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.4) 0%, rgba(250, 204, 21, 0) 70%);
  filter: blur(60px);
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.25) 0%, rgba(245, 158, 11, 0) 70%);
  filter: blur(60px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge-wrap {
  margin-bottom: 1.25rem;
}

.hero-badge {
  background: #ffffff;
  color: #854d0e;
  border: 2px solid #facc15;
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(234, 179, 8, 0.2);
}

.hero-badge .pulse-dot {
  width: 9px;
  height: 9px;
  background: #16a34a;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.25);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.hero-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

.hero-title span.highlight {
  color: #ca8a04;
  position: relative;
  display: inline-block;
}

.hero-title span.price-tag {
  color: #713f12;
  display: inline-block;
  background: #fde047;
  padding: 0.1rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 2px dashed #ca8a04;
  box-shadow: 0 4px 10px rgba(234, 179, 8, 0.3);
}

.hero-desc {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  border-top: 2px solid rgba(202, 138, 4, 0.2);
  padding-top: 1.75rem;
}

.stat-item h4 {
  font-size: 1.85rem;
  color: #a16207;
  font-weight: 900;
  margin-bottom: 0.2rem;
}

.stat-item p {
  font-size: 0.825rem;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-card {
  background: #ffffff;
  border: 2px solid #fde047;
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: 0 20px 40px -10px rgba(202, 138, 4, 0.25);
  position: relative;
}

.hero-card-header {
  border-bottom: 2px solid #fef08a;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.hero-card-header h3 {
  color: #0f172a;
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.hero-card-header p {
  color: #64748b;
  font-size: 0.9rem;
}

.quick-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.quick-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: #334155;
}

.quick-feature-item i {
  color: #ca8a04;
  font-size: 1.15rem;
  margin-top: 2px;
}

/* ==========================================================================
   Page Headers (Subpages - Bright Yellow Theme)
   ========================================================================== */
.page-header {
  background: linear-gradient(135deg, #fffbeb 0%, #fefce8 60%, #fef08a 100%);
  color: #0f172a;
  padding: 3.5rem 0 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #fde047;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 250px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.4) 0%, transparent 70%);
  filter: blur(40px);
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header .badge {
  margin-bottom: 1rem;
}

.page-header h1 {
  color: #0f172a;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.page-header p {
  color: #475569;
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* ==========================================================================
   Sections Common
   ========================================================================== */
.section {
  padding: 4.5rem 0;
}

.section-alt {
  background-color: var(--bg-alt);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.section-subtitle {
  color: #a16207;
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 0.85rem;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1rem;
}

/* ==========================================================================
   4 Core Services Grid (Homepage Cards)
   ========================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.75rem;
}

.service-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  border: 1px solid #fde68a;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #facc15, #ca8a04);
  opacity: 0;
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: #facc15;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card.featured {
  border: 2px solid #ca8a04;
  background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
}

.service-card.featured .card-ribbon {
  position: absolute;
  top: 15px;
  right: -35px;
  background: #eab308;
  color: #713f12;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 4px 40px;
  transform: rotate(45deg);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.service-icon-box {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  background: #fef08a;
  color: #854d0e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  transition: var(--transition);
  box-shadow: 0 4px 10px rgba(234, 179, 8, 0.2);
}

.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #713f12;
  transform: scale(1.06);
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.service-price-tag {
  font-size: 1.2rem;
  font-weight: 900;
  color: #a16207;
  margin-bottom: 0.85rem;
}

.service-price-tag span {
  font-size: 0.85rem;
  font-weight: normal;
  color: var(--text-muted);
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-features {
  margin-bottom: 1.5rem;
  border-top: 1px solid #fef08a;
  padding-top: 1rem;
}

.service-features li {
  font-size: 0.875rem;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

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

/* ==========================================================================
   Pricing Cards (Paket 2, 3, 4, 8, 16 Kamera)
   ========================================================================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.pricing-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid #fde68a;
  box-shadow: var(--shadow-md);
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition);
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: #facc15;
}

.pricing-card.popular {
  border: 2px solid #ca8a04;
  box-shadow: 0 12px 32px -4px rgba(202, 138, 4, 0.3);
  transform: scale(1.02);
  background: linear-gradient(180deg, #ffffff 0%, #fffdf0 100%);
}

.pricing-card.popular:hover {
  transform: scale(1.02) translateY(-5px);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #713f12;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 10px rgba(234, 179, 8, 0.4);
  border: 1px solid #ca8a04;
}

.pricing-header {
  text-align: center;
  border-bottom: 1px solid #fef08a;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.pricing-header h3 {
  font-size: 1.45rem;
  margin-bottom: 0.25rem;
}

.pricing-header .channel-tag {
  color: var(--text-muted);
  font-size: 0.85rem;
  display: block;
  margin-bottom: 1rem;
}

.price-box {
  margin-top: 0.5rem;
}

.price-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #854d0e;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.price-amount {
  font-size: 2.15rem;
  font-weight: 900;
  color: #0f172a;
  font-family: var(--font-heading);
}

.price-currency {
  font-size: 1.15rem;
  font-weight: 700;
  color: #a16207;
  vertical-align: top;
}

.price-unit {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: normal;
}

.pricing-specs {
  flex-grow: 1;
  margin-bottom: 1.75rem;
}

.pricing-specs li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 0.75rem;
}

.pricing-specs li i {
  color: #ca8a04;
  font-size: 1.05rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.pricing-specs li.highlight-spec {
  font-weight: 700;
  color: #0f172a;
}

.pricing-footer {
  margin-top: auto;
}

/* ==========================================================================
   Filter & Catalog (Accessories)
   ========================================================================== */
.filter-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.filter-btn {
  background: var(--bg-card);
  border: 1px solid #fde68a;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
  color: #64748b;
  font-family: var(--font-heading);
}

.filter-btn:hover,
.filter-btn.active {
  background: #facc15;
  color: #713f12;
  border-color: #ca8a04;
  box-shadow: 0 4px 12px rgba(234, 179, 8, 0.35);
}

/* ==========================================================================
   Brand Tabs (CCTV Only: AHD, HiLook, Hikvision)
   ========================================================================== */

/* Brand Selection Section */
.brand-select-header {
  text-align: center;
  margin-bottom: 1rem;
}

.brand-select-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #713f12;
  background: linear-gradient(135deg, #fef08a, #facc15);
  padding: 0.45rem 1.4rem;
  border-radius: 9999px;
  border: 2px solid #ca8a04;
  box-shadow: 0 4px 14px rgba(234, 179, 8, 0.25);
  text-transform: uppercase;
}

.brand-select-label i {
  color: #713f12;
  font-size: 1.1rem;
}

.brand-tabs-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.brand-tab-btn {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.35rem;
  background: #ffffff;
  border: 2px solid #fde047;
  border-radius: var(--radius-lg);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #64748b;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-tab-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  transition: transform 0.25s ease;
}

.brand-tab-btn:hover .brand-tab-logo-box {
  transform: scale(1.08);
}

.brand-tab-btn.active .brand-tab-logo-box {
  transform: scale(1.1);
}

.brand-tab-btn i {
  font-size: 1.35rem;
  transition: transform 0.25s ease;
}

.brand-tab-btn .brand-tab-subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
}

/* 1. Tab AHD (Gold/Yellow Theme) */
.brand-tab-btn[data-tab*="ahd"] {
  background: #fefce8;
  border: 2px solid #fde047;
  color: #854d0e;
}
.brand-tab-btn[data-tab*="ahd"] i {
  color: #ca8a04;
}
.brand-tab-btn[data-tab*="ahd"] .brand-tab-subtitle {
  color: #a16207;
}
.brand-tab-btn[data-tab*="ahd"]:hover {
  background: #fef9c3;
  border-color: #eab308;
  color: #713f12;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(234, 179, 8, 0.25);
}
.brand-tab-btn[data-tab*="ahd"].active {
  background: linear-gradient(135deg, #facc15, #eab308);
  border-color: #ca8a04;
  color: #713f12;
  box-shadow: 0 10px 25px rgba(234, 179, 8, 0.4);
  transform: translateY(-3px);
}
.brand-tab-btn[data-tab*="ahd"].active .brand-tab-subtitle {
  color: #713f12;
}
.brand-tab-btn[data-tab*="ahd"].active i {
  transform: scale(1.15);
  color: #713f12;
}

/* 2. Tab HiLook (Biru Khas Box HiLook - Langsung Biru Tanpa Diklik) */
.brand-tab-btn[data-tab*="hilook"] {
  background: #f0f9ff;
  border: 2px solid #7dd3fc;
  color: #0369a1;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.12);
}
.brand-tab-btn[data-tab*="hilook"] i {
  color: #0284c7;
}
.brand-tab-btn[data-tab*="hilook"] .brand-tab-subtitle {
  color: #0284c7;
  font-weight: 700;
}
.brand-tab-btn[data-tab*="hilook"]:hover {
  background: #e0f2fe;
  border-color: #0284c7;
  color: #075985;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.3);
}
.brand-tab-btn[data-tab*="hilook"].active {
  background: linear-gradient(135deg, #0284c7, #0369a1);
  border-color: #0284c7;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.45);
  transform: translateY(-3px);
}
.brand-tab-btn[data-tab*="hilook"].active i {
  color: #ffffff;
  transform: scale(1.15);
}
.brand-tab-btn[data-tab*="hilook"].active .brand-tab-subtitle {
  color: #e0f2fe;
}

/* 3. Tab Hikvision (Merah Khas Box Hikvision - Langsung Merah Tanpa Diklik) */
.brand-tab-btn[data-tab*="hikvision"] {
  background: #fef2f2;
  border: 2px solid #fca5a5;
  color: #b91c1c;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.12);
}
.brand-tab-btn[data-tab*="hikvision"] i {
  color: #dc2626;
}
.brand-tab-btn[data-tab*="hikvision"] .brand-tab-subtitle {
  color: #dc2626;
  font-weight: 700;
}
.brand-tab-btn[data-tab*="hikvision"]:hover {
  background: #fee2e2;
  border-color: #dc2626;
  color: #991b1b;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}
.brand-tab-btn[data-tab*="hikvision"].active {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border-color: #dc2626;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.45);
  transform: translateY(-3px);
}
.brand-tab-btn[data-tab*="hikvision"].active i {
  color: #ffffff;
  transform: scale(1.15);
}
.brand-tab-btn[data-tab*="hikvision"].active .brand-tab-subtitle {
  color: #fee2e2;
}

/* 2MP Camera Explainer Card */
.explainer-2mp-box {
  background: linear-gradient(135deg, #ffffff, #fffdf5);
  border: 2px solid #fde047;
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 30px rgba(234, 179, 8, 0.12);
  position: relative;
  overflow: hidden;
}

.explainer-2mp-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #facc15, #ca8a04);
}

.explainer-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.explainer-badge-2mp {
  background: #dc2626;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  padding: 0.35rem 1.1rem;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.explainer-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0;
}

.explainer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.explainer-item {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid #fef08a;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: var(--transition);
}

.explainer-item:hover {
  transform: translateY(-3px);
  border-color: #facc15;
  box-shadow: var(--shadow-md);
}

.explainer-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fef9c3;
  color: #ca8a04;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.explainer-item h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: var(--text-dark);
}

.explainer-item p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

/* Feature Badge Row matching flyer (1080P, Waterproof, Warranty, Support Connect) */
.flyer-badges-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e2e8f0;
}

.flyer-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.fbadge-1080p {
  background: #0f172a;
  color: #fbbf24;
  border: 1px solid #334155;
}

.fbadge-waterproof {
  background: #0284c7;
  color: #ffffff;
}

.fbadge-warranty-1 {
  background: #ca8a04;
  color: #ffffff;
}

.fbadge-warranty-2 {
  background: #b91c1c;
  color: #ffffff;
}

.fbadge-connect {
  background: #16a34a;
  color: #ffffff;
}

/* Brand-specific Buttons */
.btn-hilook {
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff !important;
  border: 1px solid #0284c7;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-hilook:hover {
  background: linear-gradient(135deg, #0369a1, #075985);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.5);
}

.btn-hikvision {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff !important;
  border: 1px solid #dc2626;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-hikvision:hover {
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.5);
}

.brand-tab-content {
  display: none;
  animation: fadeInTab 0.35s ease-out;
}

.brand-tab-content.active {
  display: block;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-intro-banner {
  background: #ffffff;
  border: 1.5px solid #fde047;
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand-intro-info h3 {
  font-size: 1.3rem;
  color: #0f172a;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-intro-info p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid #fde68a;
  padding: 1.5rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #facc15;
}

.product-badge {
  align-self: flex-start;
  margin-bottom: 0.75rem;
}

.product-icon {
  width: 50px;
  height: 50px;
  background: #fef9c3;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #a16207;
  margin-bottom: 1rem;
}

.product-card h4 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.product-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  flex-grow: 1;
}

.product-price {
  font-size: 1.35rem;
  font-weight: 900;
  color: #a16207;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.product-price span {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: normal;
}

/* ==========================================================================
   Interactive Cost Calculator
   ========================================================================== */
.calc-wrapper {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 2px solid #fde047;
  box-shadow: var(--shadow-xl);
  padding: 2.5rem;
  max-width: 850px;
  margin: 0 auto;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--secondary);
}

.form-group label i {
  color: #ca8a04;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid #fde68a;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: #fff;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: #ca8a04;
  box-shadow: 0 0 0 3px rgba(234, 179, 8, 0.25);
}

.calc-result-box {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: var(--radius-md);
  padding: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.calc-result-box h4 {
  color: #facc15;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.calc-breakdown {
  margin-bottom: 1.5rem;
}

.calc-breakdown-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: #cbd5e1;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.calc-total {
  border-top: 2px solid #facc15;
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.calc-total-label {
  font-size: 0.85rem;
  color: #94a3b8;
  text-transform: uppercase;
}

.calc-total-amount {
  font-size: 2.15rem;
  font-weight: 900;
  color: #facc15;
  font-family: var(--font-heading);
}

/* ==========================================================================
   Advantages & Why Us Section
   ========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.75rem;
}

.feature-box {
  background: var(--bg-card);
  padding: 2rem;
  border-radius: var(--radius-md);
  border: 1px solid #fde68a;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #facc15;
}

.feature-box-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: #fef08a;
  color: #854d0e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.feature-box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.feature-box p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Area Coverage (Manado & Sekitarnya)
   ========================================================================== */
.area-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
}

.area-badge-item {
  background: #ffffff;
  border: 1px solid #fde68a;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.area-badge-item i {
  color: #ca8a04;
}

.area-badge-item:hover {
  border-color: #ca8a04;
  background: #fef9c3;
  color: #713f12;
  transform: translateY(-2px);
}

/* ==========================================================================
   Testimonial & FAQ
   ========================================================================== */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.75rem;
}

.testimonial-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid #fde68a;
  box-shadow: var(--shadow-sm);
}

.stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.testimonial-text {
  font-style: italic;
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 1.25rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #713f12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}

.author-info h5 {
  font-size: 0.95rem;
  margin-bottom: 0.1rem;
}

.author-info span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* FAQ Accordion */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid #fde68a;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.faq-question {
  padding: 1.25rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question i {
  color: #ca8a04;
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.faq-item.active .faq-answer {
  padding-bottom: 1.25rem;
}

/* ==========================================================================
   CTA Banner (Yellow Bright Theme)
   ========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, #facc15 0%, #eab308 50%, #ca8a04 100%);
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem;
  text-align: center;
  color: #713f12;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(202, 138, 4, 0.4);
  border: 2px solid #fde047;
}

.cta-banner h2 {
  color: #0f172a;
  font-size: 2.35rem;
  margin-bottom: 0.75rem;
}

.cta-banner p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #713f12;
  font-weight: 600;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #090e17;
  color: #94a3b8;
  padding: 4.5rem 0 1.5rem;
  border-top: 3px solid #facc15;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.footer-brand .logo {
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

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

.footer-links li {
  margin-bottom: 0.65rem;
}

.footer-links a {
  color: #94a3b8;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links a:hover {
  color: #facc15;
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  margin-bottom: 0.85rem;
}

.footer-contact-item i {
  color: #facc15;
  font-size: 1.1rem;
  margin-top: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
}

/* ==========================================================================
   Floating WhatsApp Button
   ========================================================================== */
.floating-wa-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
  font-weight: 800;
  font-size: 0.95rem;
  transition: var(--transition);
  animation: floatBounce 3s infinite ease-in-out;
}

.floating-wa-btn i {
  font-size: 1.5rem;
}

.floating-wa-btn:hover {
  transform: scale(1.06) translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
  color: #fff;
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ==========================================================================
   Price Table Section (Jasa Pasang per Titik 1 - 16 Kamera)
   ========================================================================== */
.price-table-wrapper {
  background: #ffffff;
  border: 2px solid #fde047;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  margin-bottom: 2rem;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.price-table th {
  background: linear-gradient(90deg, #fef08a, #fde047);
  color: #713f12;
  font-family: var(--font-heading);
  font-weight: 800;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid #ca8a04;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.price-table th.text-center,
.price-table td.text-center {
  text-align: center;
}

.price-table th.text-right,
.price-table td.text-right {
  text-align: right;
}

.price-table td {
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid #fef08a;
  color: #334155;
  font-weight: 600;
}

.price-table tr:nth-child(even) {
  background-color: #fffdf5;
}

.price-table tr:hover {
  background-color: #fef9c3;
}

.price-table .table-price {
  font-family: var(--font-heading);
  font-weight: 900;
  color: #a16207;
  font-size: 1.1rem;
}

.price-table .table-num {
  font-weight: 800;
  color: #854d0e;
  width: 50px;
}

.price-table .btn-table-order {
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  border-radius: var(--radius-full);
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.term-card {
  background: #ffffff;
  border: 1.5px solid #fde047;
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.term-card:hover {
  transform: translateY(-2px);
  border-color: #ca8a04;
  background: #fefce8;
}

.term-card i {
  color: #ca8a04;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.term-card span {
  font-weight: 700;
  color: #713f12;
  font-size: 0.9rem;
}

/* ==========================================================================
   Shopping Cart Modal & Drawer (Part CCTV Satuan)
   ========================================================================== */
.cart-badge-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -6px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
}

.floating-cart-btn {
  position: fixed;
  bottom: 95px;
  right: 25px;
  z-index: 998;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #713f12;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 25px rgba(234, 179, 8, 0.45);
  font-weight: 800;
  font-size: 0.95rem;
  border: 2px solid #ca8a04;
  cursor: pointer;
  transition: var(--transition);
}

.floating-cart-btn i {
  font-size: 1.35rem;
}

.floating-cart-btn:hover {
  transform: scale(1.06) translateY(-3px);
  box-shadow: 0 12px 30px rgba(202, 138, 4, 0.5);
  background: linear-gradient(135deg, #fde047, #facc15);
}

/* Cart Modal Overlay & Container */
.cart-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cart-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cart-modal-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 2px solid #fde047;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.cart-modal-overlay.active .cart-modal-card {
  transform: scale(1) translateY(0);
}

.cart-modal-header {
  background: linear-gradient(90deg, #fef08a, #fde047);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #ca8a04;
}

.cart-modal-header h3 {
  color: #713f12;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.btn-close-modal {
  background: #ffffff;
  border: 1px solid #ca8a04;
  color: #713f12;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  transition: var(--transition);
}

.btn-close-modal:hover {
  background: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
}

.cart-modal-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
}

.cart-empty-state {
  text-align: center;
  padding: 2.5rem 1rem;
  color: #64748b;
}

.cart-empty-state i {
  font-size: 3.5rem;
  color: #cbd5e1;
  margin-bottom: 1rem;
}

.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.cart-item-row {
  background: #fffdf5;
  border: 1px solid #fde68a;
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.cart-item-info {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-grow: 1;
}

.cart-item-num {
  font-weight: 800;
  color: #a16207;
  font-size: 0.9rem;
}

.cart-item-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.35;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.qty-btn-group {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #fde047;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.btn-qty {
  background: #fef9c3;
  border: none;
  color: #713f12;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: var(--transition);
}

.btn-qty:hover {
  background: #facc15;
}

.qty-display {
  padding: 0 0.65rem;
  font-weight: 800;
  font-size: 0.9rem;
  color: #0f172a;
}

.btn-remove-item {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #dc2626;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: var(--transition);
}

.btn-remove-item:hover {
  background: #ef4444;
  color: #ffffff;
}

.cart-checkout-form {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 1rem;
  margin-top: 1rem;
}

.cart-checkout-form h4 {
  font-size: 0.95rem;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.cart-checkout-form .form-group {
  margin-bottom: 0.75rem;
}

.cart-checkout-form .form-group:last-child {
  margin-bottom: 0;
}

.cart-checkout-form .form-control {
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
}

.cart-modal-footer {
  background: #fffdf5;
  border-top: 2px solid #fef08a;
  padding: 1.25rem 1.5rem;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
}

.cart-summary-line span.total-label {
  color: #64748b;
  font-size: 0.9rem;
}

.cart-summary-line span.total-val {
  font-size: 1.2rem;
  color: #a16207;
  font-weight: 900;
}

/* Toast Notification */
.app-toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #0f172a;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  border: 1.5px solid #facc15;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.app-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hero-badge-wrap,
  .hero-actions {
    justify-content: center;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .calc-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .header-top {
    display: none;
  }
  
  /* Sembunyikan tombol header di HP agar burger menu leluasa & tidak tertutup */
  .nav-actions .btn:not(.btn-mobile-toggle) {
    display: none !important;
  }

  .btn-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    font-size: 1.35rem;
    background: #fef08a;
    border: 2px solid #facc15;
    color: #713f12;
    border-radius: var(--radius-md);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
  }
  
  .nav-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 1.5rem;
    gap: 0.75rem;
    border-bottom: 2px solid #facc15;
    transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    box-shadow: 0 15px 30px rgba(234, 179, 8, 0.2);
  }
  
  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  
  .nav-link {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
  }
  
  .hero-title {
    font-size: 2.25rem;
  }
  
  .section-title {
    font-size: 1.85rem;
  }
  
  .pricing-card.popular {
    transform: none;
  }
  
  .pricing-card.popular:hover {
    transform: translateY(-5px);
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  /* Floating Chat Teknisi di Kanan Bawah Layar HP */
  .floating-wa-btn {
    position: fixed;
    bottom: 20px;
    right: 18px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1.15rem;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  
  .floating-wa-btn span {
    display: inline-block;
    white-space: nowrap;
  }
  
  .floating-wa-btn i {
    font-size: 1.35rem;
  }

  /* Floating Cart Button (Part CCTV) di atas Chat Teknisi */
  .floating-cart-btn {
    bottom: 76px;
    right: 18px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }
}
