/* ============================================
   PRESSURE WASHING PAGE STYLES - MOBILE FIRST
============================================ */
.pressure-washing-hero-bg {
  background-image: 
    linear-gradient(
      90deg,
      rgba(1, 3, 27, 0.7) 0%,        
      rgba(7, 1, 39, 0.5) 40%,      
      rgba(0, 3, 7, 0.3) 70%,        
      rgba(1, 7, 17, 0.1) 100%      
    ), url("../../imgs/pressure-washing-hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* ===== SERVICE HERO SECTION ===== */
.service-hero {
  padding: var(--space-xl) 0;
  background: var(--gradient-water);
  color: white;
  text-align: center;
}

.service-hero .container {
  padding: 0 var(--space-md);
}

.service-hero h1 {
  font-family: var(--font-primary);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-sm);
  line-height: var(--line-height-tight);
  color: white;
}

.service-hero .hero-subtitle {
  font-family: var(--font-secondary);
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-xl);
  line-height: var(--line-height-relaxed);
  opacity: 0.95;
  color: white;
}

.service-hero .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 300px;
  margin: 0 auto;
}

/* ===== SPECIALTY SECTION ===== */
.specialty-section {
  padding: var(--space-xl) 0;
}

.specialty-section .container {
  padding: 0 var(--space-md);
}

.specialty-section h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-align: center;
  margin-bottom: var(--space-md);
  line-height: var(--line-height-tight);
}

.specialty-section > p {
  font-family: var(--font-secondary);
  font-size: var(--font-size-base);
  color: var(--color-text);
  text-align: center;
  margin-bottom: var(--space-xl);
  line-height: var(--line-height-relaxed);
}

.specialty-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}

.feature {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
}

.feature h3 {
  font-family: var(--font-primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  margin-bottom: var(--space-sm);
  line-height: var(--line-height-tight);
}

.feature p {
  font-family: var(--font-secondary);
  font-size: var(--font-size-base);
  color: var(--color-text);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

/* ===== ALL SERVICES SECTION ===== */
.all-services {
  padding: var(--space-xl) 0;
}

.all-services .container {
  padding: 0 var(--space-md);
}

.all-services h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-align: center;
  margin-bottom: var(--space-xl);
  line-height: var(--line-height-tight);
}

.services-detailed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
}

.service-detailed-card {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(27, 59, 117, 0.08);
  transition: all var(--transition-normal);
}

.service-detailed-card.highlight {
  border: 2px solid var(--color-accent);
  box-shadow: var(--glow-accent);
}

.service-detailed-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.service-detailed-card .service-icon {
  font-size: 2.5rem;
  margin-bottom: var(--space-md);
  text-align: center;
}

.service-detailed-card h3 {
  font-family: var(--font-primary);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  margin-bottom: var(--space-sm);
  line-height: var(--line-height-tight);
}

.service-detailed-card p {
  font-family: var(--font-secondary);
  font-size: var(--font-size-base);
  color: var(--color-text);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-md);
}

.service-detailed-card ul {
  padding-left: var(--space-md);
  list-style: none;
  margin: 0;
}

.service-detailed-card li {
  font-family: var(--font-secondary);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-xs);
  position: relative;
  padding-left: var(--space-sm);
}

.service-detailed-card li:before {
  content: "•";
  color: var(--color-accent);
  position: absolute;
  left: 0;
}

/* ===== SERVICE GALLERY SECTION ===== */
.service-gallery {
  padding: var(--space-xl) 0;
}

.service-gallery .container {
  padding: 0 var(--space-md);
}

.service-gallery h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-align: center;
  margin-bottom: var(--space-sm);
  line-height: var(--line-height-tight);
}

.service-gallery > p {
  font-family: var(--font-secondary);
  font-size: var(--font-size-base);
  color: var(--color-text-muted);
  text-align: center;
  margin-bottom: var(--space-xl);
  line-height: var(--line-height-relaxed);
}

/* ===== SERVICE CTA SECTION ===== */
.service-cta {
  padding: var(--space-xl) 0;
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: white;
  text-align: center;
}

.service-cta .container {
  padding: 0 var(--space-md);
}

.service-cta h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-md);
  line-height: var(--line-height-tight);
  color: white;
}

.service-cta > p {
  font-family: var(--font-secondary);
  font-size: var(--font-size-base);
  margin-bottom: var(--space-xl);
  line-height: var(--line-height-relaxed);
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.service-cta .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 300px;
  margin: 0 auto var(--space-xl);
}

.service-cta .cta-note {
  font-family: var(--font-secondary);
  font-size: var(--font-size-xs);
  opacity: 0.8;
  margin-top: var(--space-xl);
  color: white;
}

/* ============================================
   TABLET BREAKPOINT (≥600px)
============================================ */
@media (min-width: 600px) {
  /* Service Hero */
  .service-hero {
    padding: var(--space-2xl) 0;
  }
  
  .service-hero h1 {
    font-size: var(--font-size-3xl);
  }
  
  .service-hero .hero-subtitle {
    font-size: var(--font-size-xl);
  }
  
  .service-hero .cta-buttons {
    flex-direction: row;
    justify-content: center;
    max-width: none;
    gap: var(--space-lg);
  }
  
  .service-hero .cta-buttons .btn {
    min-width: 200px;
  }
  
  /* Specialty Section */
  .specialty-section {
    padding: var(--space-2xl) 0;
  }
  
  .specialty-section h2 {
    font-size: var(--font-size-2xl);
  }
  
  .specialty-section > p {
    font-size: var(--font-size-lg);
  }
  
  .specialty-features {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
  }
  
  /* All Services */
  .all-services {
    padding: var(--space-2xl) 0;
  }
  
  .all-services h2 {
    font-size: var(--font-size-2xl);
  }
  
  .services-detailed-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
  }
  
  /* Service Gallery */
  .service-gallery {
    padding: var(--space-2xl) 0;
  }
  
  .service-gallery h2 {
    font-size: var(--font-size-2xl);
  }
  
  .service-gallery > p {
    font-size: var(--font-size-lg);
  }
  
  /* Service CTA */
  .service-cta {
    padding: var(--space-2xl) 0;
  }
  
  .service-cta h2 {
    font-size: var(--font-size-2xl);
  }
  
  .service-cta > p {
    font-size: var(--font-size-lg);
  }
  
  .service-cta .cta-buttons {
    flex-direction: row;
    justify-content: center;
    max-width: none;
    gap: var(--space-lg);
  }
  
  .service-cta .cta-buttons .btn {
    min-width: 200px;
  }
}

/* ============================================
   DESKTOP BREAKPOINT (≥1024px)
============================================ */
@media (min-width: 1024px) {
  /* Service Hero */
  .service-hero h1 {
    font-size: var(--font-size-4xl);
  }
  
  .service-hero .hero-subtitle {
    font-size: var(--font-size-2xl);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Specialty Section */
  .specialty-section h2 {
    font-size: var(--font-size-3xl);
  }
  
  .specialty-section > p {
    font-size: var(--font-size-xl);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* All Services */
  .all-services h2 {
    font-size: var(--font-size-3xl);
  }
  
  /* Service Gallery */
  .service-gallery h2 {
    font-size: var(--font-size-3xl);
  }
  
  .service-gallery > p {
    font-size: var(--font-size-xl);
  }
  
  /* Service CTA */
  .service-cta h2 {
    font-size: var(--font-size-3xl);
  }
  
  .service-cta > p {
    font-size: var(--font-size-xl);
  }
}