/* ==========================================================================
   REPAIR SPIRIT - PREMIUM TECHNOLOGY & APPLIANCE CARE THEME
   Dark Navy | Electric Blue | Neon Cyan | Glassmorphism
   ========================================================================== */

:root {
  --bg-dark: #070d18;
  --bg-surface: #0c1424;
  --bg-surface-elevated: #111b30;
  --glass-bg: rgba(13, 21, 38, 0.75);
  --glass-border: rgba(0, 242, 254, 0.16);
  --glass-border-hover: rgba(0, 242, 254, 0.55);
  --glass-glow: rgba(0, 242, 254, 0.22);
  
  --text-white: #ffffff;
  --text-light: #f1f5f9;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  
  --electric-blue: #2563eb;
  --electric-blue-hover: #1d4ed8;
  --neon-cyan: #00f2fe;
  --neon-cyan-dim: #06b6d4;
  --coral-accent: #f97316;
  --green-whatsapp: #25d366;
  
  --gradient-cyan-blue: linear-gradient(135deg, #00f2fe 0%, #2563eb 100%);
  --gradient-blue-dark: linear-gradient(145deg, #1e3a8a 0%, #0c1424 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  --gradient-card: linear-gradient(145deg, rgba(16, 26, 48, 0.9) 0%, rgba(10, 16, 30, 0.95) 100%);
  
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(0, 242, 254, 0.12);
  --shadow-glow: 0 0 25px rgba(0, 242, 254, 0.35);
  
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-dark);
  color: var(--text-light);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Inter', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Canvas particle background */
#bg-particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* Container */
.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Typography Utilities */
h1, h2, h3, h4 {
  color: var(--text-white);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(38px, 5.5vw, 64px);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.015em;
}

h3 {
  font-size: 22px;
}

.text-gradient {
  background: linear-gradient(135deg, #ffffff 30%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--neon-cyan);
  background: rgba(0, 242, 254, 0.08);
  border: 1px solid rgba(0, 242, 254, 0.25);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 0 14px rgba(0, 242, 254, 0.12);
}

.lead {
  font-size: clamp(18px, 2.2vw, 21px);
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 28px;
}

/* Buttons */
.btn, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}

.btn-primary, .button:not(.secondary):not(.ghost) {
  background: var(--gradient-cyan-blue);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 242, 254, 0.35);
}

.btn-primary:hover, .button:not(.secondary):not(.ghost):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 242, 254, 0.6);
  filter: brightness(1.08);
}

.btn-ghost, .button.ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  color: var(--text-light);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover, .button.ghost:hover {
  background: rgba(0, 242, 254, 0.1);
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
  transform: translateY(-2px);
}

.btn-secondary, .button.secondary {
  background: linear-gradient(135deg, var(--coral-accent), #ea580c);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(249, 115, 22, 0.35);
}

.btn-secondary:hover, .button.secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(249, 115, 22, 0.55);
}

.btn-whatsapp {
  background: var(--green-whatsapp);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 13, 24, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
}

.nav {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--text-white);
}

.brand span {
  color: var(--neon-cyan);
  text-shadow: 0 0 16px rgba(0, 242, 254, 0.4);
}

.brand-icon-wrap {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(0, 242, 254, 0.15) 0%, rgba(37, 99, 235, 0.25) 100%);
  border: 1px solid rgba(0, 242, 254, 0.4);
  border-radius: 10px;
  display: grid;
  place-items: center;
  box-shadow: 0 0 18px rgba(0, 242, 254, 0.25);
  position: relative;
}

.brand-gear-svg {
  width: 20px;
  height: 20px;
  fill: var(--neon-cyan);
  animation: brand-gear-spin 14s linear infinite;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a:not(.button) {
  color: var(--text-muted);
  transition: color 0.2s, text-shadow 0.2s;
  padding: 6px 0;
  position: relative;
}

.nav-links a:not(.button):hover,
.nav-links a:not(.button).active {
  color: var(--text-white);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

.nav-links a:not(.button).active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-cyan-blue);
  border-radius: 2px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--glass-border);
  color: var(--text-white);
  font-size: 22px;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(0, 242, 254, 0.08) 0%, transparent 45%),
              radial-gradient(circle at 10% 80%, rgba(37, 99, 235, 0.1) 0%, transparent 45%);
}

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

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
}

.trust-chip-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 242, 254, 0.12);
  color: var(--neon-cyan);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: bold;
}

/* Hero Appliance Interactive Scene (Right Side) */
.hero-composition-wrap {
  position: relative;
  perspective: 1100px;
}

.hero-composition-card {
  position: relative;
  background: var(--gradient-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.hero-composition-card:hover {
  border-color: var(--glass-border-hover);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

/* Master Appliance Hub Layout */
.appliance-hub-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.hub-cell {
  background: rgba(7, 13, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hub-cell:hover {
  border-color: rgba(0, 242, 254, 0.4);
  background: rgba(13, 22, 42, 0.85);
  transform: translateY(-3px);
}

.hub-cell-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.hub-cell-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.hub-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon-cyan);
  box-shadow: 0 0 8px var(--neon-cyan);
}

.hub-cell-visual {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* AC Micro Scene */
.ac-unit-frame {
  width: 100%;
  height: 48px;
  background: #182642;
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.ac-fan-blade {
  width: 28px;
  height: 28px;
  border: 2px dashed var(--neon-cyan);
  border-radius: 50%;
  animation: ac-fan-rotate 1.6s linear infinite;
}

.ac-display-temp {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  font-weight: bold;
  color: var(--neon-cyan);
  text-shadow: 0 0 6px var(--neon-cyan);
}

.ac-cool-waves {
  position: absolute;
  bottom: -18px;
  left: 20%;
  right: 20%;
  height: 14px;
  background: repeating-linear-gradient(90deg, transparent, rgba(0, 242, 254, 0.35) 4px, transparent 8px);
  border-radius: 4px;
  animation: cool-wave-anim 2s ease-in-out infinite;
}

/* Refrigerator Micro Scene */
.fridge-unit-frame {
  width: 60px;
  height: 75px;
  background: linear-gradient(180deg, #182845 0%, #0d1a33 100%);
  border: 1px solid rgba(0, 242, 254, 0.35);
  border-radius: 6px;
  position: relative;
  animation: fridge-frost-pulse 3s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  padding: 6px;
}

.fridge-door-divider {
  height: 2px;
  background: rgba(0, 242, 254, 0.4);
  margin: 20px 0 6px;
}

.fridge-dispenser-notch {
  width: 14px;
  height: 18px;
  background: rgba(0, 242, 254, 0.15);
  border-radius: 2px;
  align-self: flex-end;
}

/* Washing Machine Micro Scene */
.washer-unit-frame {
  width: 64px;
  height: 75px;
  background: #14223d;
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.washer-drum-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #091326;
  border: 2px solid var(--neon-cyan);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.washer-drum-rotor {
  width: 34px;
  height: 34px;
  border: 2px dashed rgba(0, 242, 254, 0.7);
  border-radius: 50%;
  animation: drum-rotate 4.5s ease-in-out infinite;
}

.washer-water-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: rgba(0, 242, 254, 0.35);
  animation: water-shimmer 2s ease-in-out infinite;
}

/* Microwave Micro Scene */
.microwave-unit-frame {
  width: 90px;
  height: 56px;
  background: #14223d;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 6px;
  display: flex;
  padding: 6px;
  gap: 8px;
  position: relative;
  overflow: hidden;
  animation: microwave-heat-glow 3.5s ease-in-out infinite;
}

.microwave-window {
  flex: 1;
  background: #091224;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: grid;
  place-items: center;
}

.microwave-dish-spin {
  width: 22px;
  height: 6px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.6);
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.8);
}

.microwave-panel {
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.microwave-timer-val {
  font-family: 'Courier New', monospace;
  font-size: 8px;
  font-weight: bold;
  color: #fbbf24;
  text-shadow: 0 0 4px #fbbf24;
  animation: microwave-timer-blink 2s infinite;
}

/* Water Dispenser Micro Scene */
.dispenser-unit-frame {
  width: 48px;
  height: 75px;
  background: #14223d;
  border: 1px solid rgba(0, 242, 254, 0.35);
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dispenser-bottle-top {
  width: 26px;
  height: 20px;
  border-radius: 12px 12px 2px 2px;
  background: rgba(0, 242, 254, 0.25);
  border: 1px solid var(--neon-cyan);
  margin-top: 4px;
}

.dispenser-tap-nook {
  width: 32px;
  height: 26px;
  background: #091326;
  border-radius: 3px;
  margin-top: 6px;
  position: relative;
}

.water-drop-particle {
  width: 4px;
  height: 6px;
  background: var(--neon-cyan);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: absolute;
  left: calc(50% - 2px);
  top: 4px;
  animation: water-drop-fall 1.4s ease-in infinite;
}

/* Water Cooler Micro Scene */
.cooler-unit-frame {
  width: 55px;
  height: 75px;
  background: linear-gradient(180deg, #1c2e4f 0%, #111d33 100%);
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px;
}

.cooler-grill {
  height: 18px;
  background: repeating-linear-gradient(180deg, rgba(0, 242, 254, 0.2), rgba(0, 242, 254, 0.2) 2px, transparent 2px, transparent 5px);
  border-radius: 2px;
}

.cooler-mist {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  background: radial-gradient(ellipse at center, rgba(0, 242, 254, 0.4) 0%, transparent 70%);
  animation: cooler-mist-flow 2.4s ease-in-out infinite;
}

/* Floating Satellite Appliance Badges */
.floating-satellites-container {
  position: absolute;
  inset: -30px;
  pointer-events: none;
}

.sat-badge {
  position: absolute;
  pointer-events: auto;
  background: rgba(13, 21, 38, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-white);
  cursor: pointer;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.sat-badge:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
  transform: scale(1.08) !important;
}

.sat-badge .sat-icon {
  width: 20px;
  height: 20px;
  color: var(--neon-cyan);
}

.sat-1 { top: -15px; left: 10%; animation: float-sat-1 6.2s ease-in-out infinite; }
.sat-2 { top: 20%; right: -25px; animation: float-sat-2 7.1s ease-in-out infinite; }
.sat-3 { bottom: 15%; right: -20px; animation: float-sat-3 5.4s ease-in-out infinite; }
.sat-4 { bottom: -18px; left: 35%; animation: float-sat-4 6.8s ease-in-out infinite; }
.sat-5 { bottom: 25%; left: -25px; animation: float-sat-5 5.9s ease-in-out infinite; }
.sat-6 { top: 20%; left: -20px; animation: float-sat-6 6.5s ease-in-out infinite; }

/* ==========================================================================
   INTERACTIVE APPLIANCE SELECTOR ("Which Appliance Needs Repair?")
   ========================================================================== */
.section {
  padding: 96px 0;
  position: relative;
  z-index: 1;
}

.section-tint {
  background: rgba(12, 20, 36, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 54px;
}

.section-head p {
  color: var(--text-muted);
  font-size: 17px;
}

.appliance-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.selector-card {
  background: var(--gradient-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
}

.selector-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 242, 254, 0.15) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.selector-card:hover {
  transform: translateY(-8px);
  border-color: var(--neon-cyan);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 242, 254, 0.3);
}

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

.selector-img-wrap {
  width: 100%;
  height: 150px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
  background: #091224;
}

.selector-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.selector-card:hover .selector-img-wrap img {
  transform: scale(1.08);
}

.selector-card h3 {
  font-size: 19px;
  color: var(--text-white);
  margin: 0 0 8px;
}

.selector-problem-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--coral-accent);
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.3);
  padding: 5px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
  transition: all 0.25s ease;
}

.selector-card:hover .selector-problem-tag {
  color: var(--neon-cyan);
  background: rgba(0, 242, 254, 0.14);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 12px rgba(0, 242, 254, 0.25);
}

.selector-action-hint {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.selector-action-hint span {
  color: var(--neon-cyan);
  transition: transform 0.2s;
}

.selector-card:hover .selector-action-hint span {
  transform: translateX(5px);
}

/* ==========================================================================
   SERVICES SECTION (6 Glass Cards)
   ========================================================================== */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--gradient-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: var(--neon-cyan);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 28px rgba(0, 242, 254, 0.28);
}

.service-card-media {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #091326;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card-media img {
  transform: scale(1.08);
}

.service-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(7, 13, 24, 0.88);
  border: 1px solid rgba(0, 242, 254, 0.35);
  color: var(--neon-cyan);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(8px);
}

.service-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-num {
  font-size: 12px;
  font-weight: 800;
  color: var(--neon-cyan);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.service-card h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--text-white);
}

.service-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}

.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--neon-cyan);
  transition: gap 0.2s;
}

.service-card:hover .service-card-cta {
  color: #ffffff;
}

.service-card:hover .service-card-cta span {
  transform: translateX(4px);
}

/* ==========================================================================
   REPAIR PROCESS ANIMATION (How It Works)
   ========================================================================== */
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.timeline-progress-line {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.timeline-progress-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--gradient-cyan-blue);
  box-shadow: 0 0 12px var(--neon-cyan);
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-progress-line.is-drawn::after {
  width: 100%;
}

.timeline-step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-card);
  border: 2px solid rgba(0, 242, 254, 0.2);
  display: grid;
  place-items: center;
  font-size: 26px;
  color: var(--neon-cyan);
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.timeline-step.is-active .timeline-step-icon {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 24px rgba(0, 242, 254, 0.5);
  transform: scale(1.05);
}

.timeline-step-num {
  font-size: 13px;
  font-weight: 800;
  color: var(--neon-cyan);
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.timeline-step h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--text-white);
}

.timeline-step p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   FLOATING REPAIR TOOLS (Background Accents)
   ========================================================================== */
.floating-tools-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.floating-tool {
  position: absolute;
  opacity: 0.12;
  filter: drop-shadow(0 0 12px var(--neon-cyan));
}

.tool-wrench {
  top: 12%;
  left: 4%;
  width: 70px;
  animation: tool-drift-1 26s linear infinite;
}

.tool-screwdriver {
  top: 45%;
  right: 5%;
  width: 65px;
  animation: tool-drift-2 30s linear infinite;
}

.tool-gear {
  bottom: 15%;
  left: 8%;
  width: 80px;
  animation: tool-drift-3 24s linear infinite;
}

.tool-spanner {
  top: 75%;
  right: 10%;
  width: 70px;
  animation: tool-drift-1 32s linear infinite;
}

/* ==========================================================================
   LARGE CTA SECTION
   ========================================================================== */
.cta-banner-section {
  position: relative;
  padding: 85px 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 242, 254, 0.14) 0%, rgba(37, 99, 235, 0.1) 40%, transparent 75%),
              var(--bg-surface);
  border-top: 1px solid rgba(0, 242, 254, 0.2);
  border-bottom: 1px solid rgba(0, 242, 254, 0.2);
  overflow: hidden;
}

.cta-banner-content {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-banner-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-section-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.contact-card {
  background: var(--gradient-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
}

.contact-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.map-pin-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 242, 254, 0.12);
  border: 1px solid rgba(0, 242, 254, 0.35);
  display: grid;
  place-items: center;
  color: var(--neon-cyan);
  font-size: 20px;
  flex-shrink: 0;
  position: relative;
  animation: pin-bounce 2.5s ease-in-out infinite;
}

.map-pin-badge::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid var(--neon-cyan);
  animation: pin-ring 2.5s ease-out infinite;
}

.contact-card h3 {
  font-size: 22px;
  margin: 0 0 6px;
}

.contact-card p {
  color: var(--text-muted);
  margin: 0;
}

.contact-phone-highlight {
  font-size: 22px;
  font-weight: 700;
  color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(0, 242, 254, 0.4);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ==========================================================================
   BOOKING FORM STYLES
   ========================================================================== */
.form-shell {
  max-width: 780px;
  margin: 0 auto;
  background: var(--gradient-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: 0.02em;
}

.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 16px;
  background: rgba(7, 13, 24, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: var(--text-white);
  font-size: 15px;
  font-family: inherit;
  transition: all 0.25s ease;
}

.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--neon-cyan);
  background: rgba(12, 22, 42, 0.95);
  box-shadow: 0 0 18px rgba(0, 242, 254, 0.35);
}

.field select option {
  background: #0c1527;
  color: #ffffff;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.notice {
  padding: 16px 20px;
  background: rgba(0, 242, 254, 0.1);
  border-left: 4px solid var(--neon-cyan);
  border-radius: var(--radius-sm);
  color: var(--text-light);
  margin-bottom: 24px;
}

.error {
  color: #f87171;
  font-size: 13px;
}

/* ==========================================================================
   FOOTER & MOBILE BOTTOM ACTION BAR
   ========================================================================== */
.site-footer {
  padding: 60px 0 90px;
  background: #040810;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.footer-grid p {
  color: var(--text-dim);
  font-size: 14px;
}

.footer-grid a {
  color: var(--neon-cyan);
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-whatsapp);
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.5);
  font-size: 26px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.floating-whatsapp:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.7);
}

/* Fixed Mobile Action Bar */
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(7, 13, 24, 0.95);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4);
}

.mobile-bar a {
  padding: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-bar a:first-child {
  background: var(--electric-blue);
  color: #ffffff;
}

.mobile-bar a:last-child {
  background: var(--green-whatsapp);
  color: #ffffff;
}

/* Split content helper */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.split-media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg);
  position: relative;
}

.split-media img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

.split-media-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(7, 13, 24, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-light);
}

.list {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-size: 15px;
}

.list li::before {
  content: '✓';
  color: var(--neon-cyan);
  font-weight: bold;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .appliance-selector-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-track {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
  }
  .timeline-progress-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(7, 13, 24, 0.98);
    border-bottom: 1px solid var(--glass-border);
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links .button {
    width: 100%;
  }
  .section {
    padding: 64px 0;
  }
  .split, .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .appliance-selector-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }
  .timeline-track {
    grid-template-columns: 1fr;
  }
  .floating-satellites-container {
    display: none;
  }
  .floating-whatsapp {
    bottom: 75px;
  }
  .mobile-bar {
    display: grid;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-shell {
    padding: 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 34px;
  }
  .hero-actions .button {
    width: 100%;
  }
}
