:root {
  --primary-blue: #1e40af;
  --secondary-blue: #3b82f6;
  --light-blue: #e0f2fe;
  --accent-red: #dc2626;
  --accent-red-hover: #ef4444;
  --dark-red: #b91c1c;
  --success-green: #10b981;
  --warning-yellow: #fbbf24;
  --text-dark: #1f2937;
  --text-medium: #374151;
  --text-light: #6b7280;
  --background-light: #f8fafc;
  --background-gradient: #e2e8f0;
  --text-medium: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 15px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.06);
  --shadow-xl: 0 15px 35px rgba(0, 0, 0, 0.12);
  --shadow-xxl: 0 20px 45px rgba(0, 0, 0, 0.15);
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --border-radius-sm: 6px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 15px;
  --border-radius-2xl: 20px;
  --border-radius-full: 50px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --primary-blue: #1e40af;
  --secondary-blue: #3b82f6;
  --light-blue: #e0f2fe;
  --accent-red: #dc2626;
  --accent-red-hover: #ef4444;
  --dark-red: #b91c1c;
  --success-green: #10b981;
  --warning-yellow: #fbbf24;
  --text-dark: #1f2937;
  --text-medium: #374151;
  --text-light: #6b7280;
  --background-light: #f8fafc;
  --background-gradient: #e2e8f0;
  --text-medium: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 15px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.06);
  --shadow-xl: 0 15px 35px rgba(0, 0, 0, 0.12);
  --shadow-xxl: 0 20px 45px rgba(0, 0, 0, 0.15);
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --border-radius-sm: 6px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 15px;
  --border-radius-2xl: 20px;
  --border-radius-full: 50px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
}
.hero .benefits,
.hero .subtitle,
.hero h1,
.section h2 {
  margin-left: auto;
  margin-right: auto;
}
.cta-primary,
.phone-cta,
.related-services a,
footer a {
  text-decoration: none;
}
.blog-intro,
.card,
.card2,
.cta-primary,
.cta-secondary,
.footer-bottom,
.hero,
.location-link,
.newsletter-container,
.quick-cta,
.section h2,
.stat-card,
.text-center {
  text-align: center;
}

.container,
.hero,
.quick-cta,
.quick-cta .container {
  position: relative;
}
.cta-primary,
.hero {
  align-items: center;
}
.hero,
.phone-cta,
.related-services li:hover a,
.section.bg-blue h2,
footer,
footer h3 {
  color: var(--text-medium);
}
.phone-cta,
.trust-badge {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
}
.hero h1,
.section h2 {
  line-height: 1.2;
}
.grid,
.related-services ul {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.card-image-container img,
.cta-primary,
.cta-secondary,
.phone-cta,
.trust-badge {
  transition: all var(--transition-normal);
}

.container {
  max-width: min(1280px, 95vw);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 20px);
}
.hero {
  background: linear-gradient(
        135deg,
        rgba(30, 64, 175, 0.92),
        rgba(59, 130, 246, 0.88)
      )
      fixed,
    url("../images/hero-bg.webp") center/cover fixed;
  padding: clamp(60px, 12vh, 100px) 0;
  min-height: 60vh;
  display: flex;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 1;
}
.hero .container,
.related-services a,
.stars {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  font-weight: 800;
  margin-bottom: clamp(16px, 3vh, 24px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  animation: 0.8s ease-out fadeInUp;
}
.hero .subtitle {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  margin-bottom: clamp(12px, 2vh, 16px);
  font-weight: 400;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  animation: 0.8s ease-out 0.2s both fadeInUp;
  max-width: 800px;
}
.hero .benefits {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin-bottom: clamp(30px, 5vh, 40px);
  opacity: 0.9;
  max-width: 700px;
  animation: 0.8s ease-out 0.4s both fadeInUp;
}
.comparison-table .check,
.comparison-table .x {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  margin-right: var(--spacing-xs);
}
.blog-hero {
  background: linear-gradient(
      135deg,
      rgba(30, 64, 175, 0.92),
      rgba(59, 130, 246, 0.88)
    ),
    url("../../images/blog-hero-bg.webp") center/cover;
}
.blog-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
}
.newsletter-container {
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #4b5563;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.newsletter-input {
  padding: 15px 20px;
  font-size: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
}
.newsletter-button {
  width: 100%;
  margin-top: 10px;
}
.newsletter-disclaimer {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 15px;
}
.quick-cta-description {
  color: #fff;
  font-size: 1.2rem;
}
.footer-hours,
.quick-cta-buttons {
  margin-top: 20px;
}
.cta-margin-right {
  margin-right: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.footer-stats {
  margin-top: 15px;
}
.footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #475569;
}
.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(15px, 4vw, 30px);
  margin: clamp(25px, 4vh, 30px) 0 clamp(35px, 5vh, 40px);
  flex-wrap: wrap;
}
.trust-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: clamp(8px, 1.5vh, 12px) clamp(16px, 3vw, 20px);
  border-radius: var(--border-radius-2xl);
  font-size: clamp(0.85rem, 1.8vw, 1rem);
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.trust-badge:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.cta-primary:hover,
.cta-secondary:hover,
.phone-cta:hover,
.quick-cta button:hover {
  transform: translateY(-3px);
}
.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(15px, 3vh, 25px);
  animation: 0.8s ease-out 0.6s both fadeInUp;
}
.phone-cta {
  font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  font-weight: 800;
  margin-bottom: clamp(8px, 1.5vh, 12px);
  background: rgba(255, 255, 255, 0.1);
  padding: clamp(12px, 2.5vh, 16px) clamp(24px, 5vw, 32px);
  border-radius: var(--border-radius-lg);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.phone-cta:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.cta-buttons {
  display: flex;
  gap: clamp(15px, 3vw, 20px);
  flex-wrap: wrap;
  justify-content: center;
}
.cta-primary,
.cta-secondary {
  padding: clamp(16px, 3vh, 20px) clamp(28px, 5vw, 40px);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 600;
  min-width: clamp(180px, 25vw, 220px);
  display: inline-flex;
  color: var(--text-medium);
  font-family: inherit;
}
.cta-primary {
  background: linear-gradient(
    135deg,
    var(--accent-red),
    var(--accent-red-hover)
  );
  border-radius: var(--border-radius-md);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
  border: none;
  cursor: pointer;
  justify-content: center;
}
.card,
.card2,
.stat-card {
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  overflow: hidden;
}
.cta-secondary,
.location-link {
  border-radius: var(--border-radius-md);
  align-items: center;
  text-decoration: none;
}
.cta-primary:hover {
  background: linear-gradient(135deg, var(--dark-red), var(--accent-red));
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}
.cta-secondary {
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  justify-content: center;
}
.card,
.card-image-container,
.card2,
.stat-card {
  border-radius: var(--border-radius-xl);
  transition: all var(--transition-normal);
  position: relative;
}
.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.section {
  padding: clamp(60px, 12vh, 100px) 0;
}
.section.bg-gray {
  background: var(--background-light);
}
.comparison-table thead,
.section.bg-blue {
  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-blue)
  );
  color: var(--text-medium);
}
.section h2 {
  margin-bottom: clamp(30px, 6vh, 50px);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--primary-blue);
  font-weight: 700;
  max-width: 1000px;
}
.grid {
  display: grid;
  gap: clamp(25px, 5vw, 40px);
  margin: clamp(30px, 6vh, 50px) 0;
}
.card,
.card2 {
  background: var(--text-medium);
  padding: clamp(25px, 5vh, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card2::before,
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--secondary-blue),
    var(--primary-blue)
  );
  transform: scaleX(0);
  transition: transform var(--transition-normal);
}
.card2:hover,
.card:hover,
.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xxl);
}
.card2:hover::before,
.card:hover::before {
  transform: scaleX(1);
}
.card-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--spacing-md);
  background: linear-gradient(135deg, #f0f9ff, var(--light-blue));
  min-height: 200px;
}
.card-image-container img {
  width: 100%;
  max-width: 280px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 4px 15px rgba(30, 64, 175, 0.2));
}
.quick-cta input,
footer a {
  transition: all var(--transition-fast);
}
.card h3,
.card h4,
.card2 h3,
.card2 h4 {
  color: var(--primary-blue);
  margin-bottom: var(--spacing-md);
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  font-weight: 700;
  line-height: 1.3;
}
.card p,
.card ul,
.card2 p,
.card2 ul {
  color: var(--text-medium);
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  line-height: 1.6;
}
.card ul,
.card2 ul {
  text-align: left;
  margin-top: var(--spacing-md);
  line-height: 1.8;
  list-style: none;
  padding: 0;
}
.card ul li,
.card2 ul li {
  padding: var(--spacing-xs) 0;
  position: relative;
  padding-left: var(--spacing-md);
}
.card ul li::before,
.card2 ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success-green);
  font-weight: 700;
  font-size: 1.1rem;
}
.stats-grid {
  display: flex;
  flex-flow: row wrap;
  gap: clamp(20px, 4vw, 30px);
  width: 100%;
  justify-content: center;
  margin: clamp(40px, 8vh, 60px) 0;
}
.stat-card,
.stat-card-container {
  flex-direction: column;
  display: flex;
}
.stat-card-container {
  gap: clamp(15px, 3vh, 20px);
  flex: 1 1 min(300px, 100%);
}
.stat-card {
  background: var(--text-medium);
  padding: clamp(25px, 5vh, 35px);
  min-height: clamp(130px, 18vh, 160px);
  justify-content: center;
}
.related-services li::before,
.stat-card::before,
.testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 64, 175, 0.05),
    transparent
  );
  transition: left var(--transition-slow);
}
.faq,
.faq-question::after,
.location-link,
.quick-cta button,
.related-services li,
.testimonial {
  transition: all var(--transition-normal);
}
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}
.location-link:hover::before,
.related-services li:hover::before,
.stat-card:hover::before,
.testimonial:hover::after {
  left: 100%;
}
.stat-number {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 800;
  color: var(--accent-red);
  display: block;
  margin-bottom: var(--spacing-sm);
  line-height: 1;
}
.stat-label {
  color: var(--primary-blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(0.85rem, 1.8vw, 1rem);
}
.quick-cta {
  background: linear-gradient(135deg, var(--accent-red), var(--dark-red));
  color: var(--text-medium);
  padding: clamp(60px, 10vh, 80px) 0;
  overflow: hidden;
}
.quick-cta h2 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin-bottom: var(--spacing-md);
  color: var(--text-medium);
  font-weight: 700;
}
.quick-cta p {
  font-size: clamp(1.1rem, 2.8vw, 1.3rem);
  margin-bottom: clamp(25px, 4vh, 35px);
}
.quick-cta form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin: 0 auto;
  margin-top: clamp(25px, 4vh, 35px);
  max-width: 500px;
  padding: clamp(20px, 4vh, 25px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: var(--border-radius-lg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95);
}
.mb-3,
.related-services h3,
.testimonial p,
footer h3 {
  margin-bottom: var(--spacing-md);
}
.quick-cta input {
  padding: clamp(15px, 3vh, 20px) clamp(20px, 4vw, 25px);
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  border: 2px solid #e5e7eb;
  border-radius: var(--border-radius-md);
  width: 100%;
  font-family: inherit;
  color: var(--text-dark);
}
.quick-cta button,
.testimonial {
  cursor: pointer;
}
.quick-cta input:focus {
  outline: 0;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}
.quick-cta button {
  padding: clamp(16px, 3vh, 20px) clamp(30px, 5vw, 40px);
  background: linear-gradient(
    135deg,
    var(--accent-red),
    var(--accent-red-hover)
  );
  color: var(--text-medium);
  border: none;
  border-radius: var(--border-radius-lg);
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: inherit;
}
.comparison-table,
.testimonial {
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-lg);
  background: var(--text-medium);
}
.quick-cta button:hover {
  background: linear-gradient(135deg, var(--dark-red), var(--accent-red));
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}
.faq:hover,
.related-services li:hover {
  box-shadow: var(--shadow-md);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: clamp(25px, 4vh, 40px) 0;
  overflow: hidden;
}
.comparison-table td,
.comparison-table th {
  padding: clamp(16px, 3vh, 24px);
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  vertical-align: middle;
}
.comparison-table th {
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
}
.testimonial p,
.testimonial strong {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  position: relative;
  z-index: 2;
}
.comparison-table .check {
  color: var(--success-green);
  font-weight: 700;
}
.comparison-table .x {
  color: var(--accent-red-hover);
  font-weight: 700;
}
.testimonial {
  padding: clamp(25px, 5vh, 40px);
  position: relative;
  overflow: hidden;
}
.faq-answer,
.faq-question {
  padding: clamp(20px, 4vh, 30px);
}
.faq,
.location-link,
.related-services li {
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.testimonial p {
  line-height: 1.7;
  color: var(--text-medium);
  font-style: italic;
}
.stars {
  color: var(--warning-yellow);
  font-size: clamp(1.2rem, 2.8vw, 1.4rem);
  margin: var(--spacing-md) 0;
}
.faq-question,
.related-services a::after {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  transition: all var(--transition-normal);
}
.testimonial strong {
  color: var(--text-dark);
}
.faq {
  background: var(--text-medium);
  margin: clamp(15px, 3vh, 25px) 0;
  border-radius: var(--border-radius-lg);
}
.faq-question {
  background: linear-gradient(135deg, #f0f9ff, var(--light-blue));
  font-weight: 700;
  color: var(--primary-blue);
  cursor: pointer;
  position: relative;
}
.faq-answer,
.location-link {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  background: var(--text-medium);
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: clamp(20px, 4vw, 30px);
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 300;
}
.faq-question:hover {
  background: linear-gradient(135deg, var(--light-blue), #dbeafe);
}
.faq-answer {
  line-height: 1.8;
  color: var(--text-medium);
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: clamp(15px, 3vw, 20px);
  margin: clamp(20px, 4vh, 30px) 0;
}
.location-link {
  padding: clamp(16px, 3vh, 20px) clamp(20px, 4vw, 25px);
  color: var(--primary-blue);
  font-weight: 600;
  border: 2px solid #e5e7eb;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  min-height: 60px;
}
.location-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 64, 175, 0.1),
    transparent
  );
  transition: left var(--transition-slow);
}
.location-link:hover,
.related-services li:hover {
  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-blue)
  );
}
.location-link:hover {
  color: var(--text-medium);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.3);
  border-color: transparent;
}
.related-services {
  background: #f0f9ff;
  padding: clamp(50px, 8vh, 70px) 0;
}
.related-services h3 {
  color: var(--primary-blue);
  font-size: clamp(1.4rem, 3.2vw, 1.8rem);
  font-weight: 700;
}
.related-services ul {
  list-style: none;
  display: grid;
  gap: clamp(15px, 3vw, 25px);
  margin-top: var(--spacing-md);
}
.related-services li {
  background: var(--text-medium);
  padding: clamp(15px, 3vh, 20px);
  border-radius: var(--border-radius-md);
  position: relative;
}
.related-services a {
  color: var(--primary-blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
}
.related-services a::after {
  content: "→";
}
.related-services li:hover {
  transform: translateX(8px);
}
.related-services li:hover a::after {
  transform: translateX(5px);
}
footer {
  background: #1e293b;
  padding: clamp(40px, 8vh, 60px) 0 clamp(20px, 4vh, 30px);
  margin-top: 0;
}
footer h3 {
  font-size: clamp(1.2rem, 2.8vw, 1.5rem);
  font-weight: 700;
}
footer a,
footer p {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
}
footer a {
  color: #94a3b8;
}
footer a:hover {
  color: var(--secondary-blue);
}
footer ul {
  list-style: none;
}
.mb-1,
footer ul li {
  margin-bottom: var(--spacing-xs);
}
footer p {
  line-height: 1.6;
  color: #cbd5e1;
}
footer .container > div:first-child {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: clamp(25px, 5vw, 40px);
}
footer .container > div:last-child {
  text-align: center;
  margin-top: clamp(30px, 5vh, 40px);
  padding-top: clamp(25px, 4vh, 30px);
  border-top: 1px solid #475569;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.card2:focus,
.card:focus,
.cta-primary:focus,
.cta-secondary:focus,
.faq:focus,
.location-link:focus,
.phone-cta:focus,
.stat-card:focus,
.testimonial:focus,
.trust-badge:focus {
  outline: 3px solid var(--primary-blue);
  outline-offset: 3px;
}
@media (max-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: clamp(50px, 10vh, 70px) 0;
    min-height: 50vh;
  }
  .hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }
  .hero .subtitle {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
  }
  .hero .benefits {
    font-size: clamp(0.95rem, 3vw, 1.1rem);
  }
  .phone-cta {
    font-size: clamp(1.4rem, 6vw, 1.6rem);
    padding: clamp(10px, 2vh, 12px) clamp(20px, 4vw, 24px);
  }
  .trust-badges {
    gap: clamp(10px, 2vw, 15px);
    margin: clamp(20px, 3vh, 25px) 0 clamp(25px, 4vh, 30px);
  }
  .trust-badge {
    font-size: clamp(0.75rem, 1.8vw, 0.85rem);
    padding: clamp(6px, 1vh, 8px) clamp(12px, 2.5vw, 14px);
  }
  .cta-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .grid,
  .stats-grid {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-primary,
  .cta-secondary {
    width: 100%;
    padding: clamp(14px, 2.5vh, 16px) clamp(24px, 4vw, 28px);
    font-size: clamp(1rem, 2.5vw, 1.1rem);
  }
  .stats-grid {
    flex-direction: column;
    max-width: 450px;
  }
  .stat-card-container {
    flex-direction: row;
    gap: var(--spacing-md);
  }
  .grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .quick-cta form {
    padding: var(--spacing-md);
  }
  .comparison-table {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
  }
  .comparison-table td,
  .comparison-table th {
    padding: clamp(12px, 2vh, 16px);
  }
  .locations-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(1.6rem, 7vw, 1.8rem);
  }
  .phone-cta {
    font-size: clamp(1.3rem, 5vw, 1.4rem);
  }
  .container {
    padding: 0 clamp(12px, 2.5vw, 16px);
  }
  .stats-grid {
    max-width: 300px;
  }
  .stat-card-container {
    flex-direction: column;
  }
  .locations-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .comparison-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .comparison-table td,
  .comparison-table th {
    min-width: 120px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
  .card2::before,
  .card::before,
  .hero::before,
  .location-link::before,
  .related-services li::before,
  .stat-card::before,
  .testimonial::after {
    display: none;
  }
  .cta-section,
  .hero .benefits,
  .hero .subtitle,
  .hero h1 {
    animation: none !important;
  }
}
@media print {
  .hero,
  .section.bg-blue {
    background: var(--primary-blue) !important;
  }
  .hero,
  .quick-cta,
  .section.bg-blue {
    color: #fff !important;
  }
  .card,
  .card2,
  .faq,
  .location-link,
  .stat-card,
  .testimonial {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .section.bg-blue {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .quick-cta {
    background: var(--accent-red) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .mobile-menu-overlay,
  .nav-hamburger {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: var(--spacing-sm);
}
.mb-4 {
  margin-bottom: var(--spacing-lg);
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: var(--spacing-xs);
}
.mt-2 {
  margin-top: var(--spacing-sm);
}
.mt-3 {
  margin-top: var(--spacing-md);
}
.mt-4 {
  margin-top: var(--spacing-lg);
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: var(--spacing-xs);
}
.p-2 {
  padding: var(--spacing-sm);
}
.p-3 {
  padding: var(--spacing-md);
}
.p-4 {
  padding: var(--spacing-lg);
}
::selection {
  background: var(--primary-blue);
  color: var(--text-medium);
}
::-moz-selection {
  background: var(--primary-blue);
  color: var(--text-medium);
}
