/* ============================================
   Location Pages — Redesigned v2
   abs-site/site/assets/css/location.css
   ============================================ */

/* --- 1. Hero --- */
.loc-hero {
  position: relative;
  height: 55vh;
  min-height: 400px;
  max-height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center !important;
  text-align: center !important;
  overflow: visible;
  padding-top: 80px;
}
.loc-hero-bg { position: absolute; inset: 0; overflow: hidden; }
.loc-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.loc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0.15) 0%, rgba(10,37,64,0.5) 50%, rgba(10,37,64,0.85) 100%);
  z-index: 1;
}
.loc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 40px 80px;
}
.loc-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 12px;
}
.loc-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 12px;
}
.loc-hero-content > p:last-of-type {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* --- Floating Trust Card --- */
.loc-trust-card {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #ffffff;
  margin: 0 auto;
  margin-top: -40px;
  padding: 20px 36px;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  max-width: 800px;
  width: calc(100% - 48px);
  transform: translateY(50%);
}
.loc-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loc-trust-score {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1;
}
.loc-trust-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.loc-stars { display: flex; gap: 1px; }
.loc-stars svg { width: 16px; height: 16px; fill: #fbbf24; }
.loc-trust-label {
  font-size: 0.72rem;
  color: #64748b;
  white-space: nowrap;
}
.loc-trust-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.loc-trust-text {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: #0a2540;
  white-space: nowrap;
}
.loc-trust-divider {
  width: 1px;
  height: 36px;
  background: #e2e8f0;
  flex-shrink: 0;
}
.loc-trust-cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(7,92,173,0.3);
}
.loc-trust-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7,92,173,0.4);
  color: #fff;
}

/* --- 2. Content Section --- */
.loc-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 40px 60px;
}
.loc-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: #0a2540;
  line-height: 1.2;
  margin-bottom: 12px;
}
.loc-credential-line {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
}
.loc-content > p {
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 20px;
}
.loc-inline-cta {
  font-size: 1.05rem;
  color: #334155;
  margin-bottom: 32px;
}
.loc-inline-cta a {
  color: #075CAD;
  font-weight: 600;
  text-decoration: none;
}
.loc-inline-cta a:hover { text-decoration: underline; }

/* Pull-quote */
.loc-pull-quote {
  border-left: 4px solid #075CAD;
  padding: 20px 28px;
  margin: 0 0 40px;
  background: #f8fafc;
  border-radius: 0 10px 10px 0;
}
.loc-pull-quote p {
  font-size: 1.05rem;
  color: #1e293b;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 8px;
}
.loc-pull-quote cite {
  font-size: 0.85rem;
  color: #64748b;
  font-style: normal;
  font-weight: 600;
}

/* Why Choose list */
.loc-content h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 16px;
}
.loc-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.loc-check-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 1.02rem;
  color: #334155;
  line-height: 1.7;
}
.loc-check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #16a34a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

/* --- 3. Stats Band --- */
.loc-stats {
  background: #0a2540;
  padding: 64px 40px;
}
.loc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.loc-stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 8px;
}
.loc-stat-text {
  font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
}
.loc-stat-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}

/* --- 4. How It Works --- */
.loc-process {
  padding: 80px 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.loc-process h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 48px;
}
.loc-process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.loc-step {
  flex: 1;
  max-width: 220px;
  text-align: center;
}
.loc-step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.loc-step h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 8px;
}
.loc-step p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.5;
}
.loc-step-line {
  width: 60px;
  height: 2px;
  background: #e2e8f0;
  flex-shrink: 0;
  margin-top: 28px;
}

/* --- 5. Services --- */
.loc-services {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 40px 80px;
  text-align: center;
}
.loc-services h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 28px;
}
.loc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
}
.loc-svc-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.loc-svc-card:hover {
  border-color: #075CAD;
  box-shadow: 0 4px 16px rgba(7,92,173,0.1);
  transform: translateY(-2px);
}
.loc-svc-card h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #075CAD;
  margin-bottom: 8px;
  text-align: center;
}
.loc-svc-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
  flex: 1;
}
.loc-svc-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 14px auto 0;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #075CAD;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 1;
  transform: none;
  transition: all 0.2s ease;
}
.loc-svc-arrow::before {
  content: "View service";
  font-size: 0.68rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.loc-svc-card:hover .loc-svc-arrow {
  border-color: #93c5fd;
  background: #e0efff;
  transform: translateY(-1px);
}
.loc-services-more {
  margin-top: 24px;
  display: none;
}
.loc-services-more a {
  color: #075CAD;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.loc-services-more a:hover { text-decoration: underline; }
.loc-services-mobile-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 12px auto 2px;
}
.loc-services-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.7);
  background: rgba(255, 255, 255, 0.12);
  color: #1e3a8a;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.loc-services-nav-btn:hover {
  background: rgba(191, 219, 254, 0.25);
  border-color: rgba(147, 197, 253, 0.9);
}
.loc-services-nav-btn:disabled {
  opacity: 0.45;
  cursor: default;
}
.loc-services-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.loc-services-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(191, 219, 254, 0.45);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.loc-services-dot.active {
  width: 20px;
  background: #60a5fa;
}

/* --- 6. Google Reviews --- */
.loc-reviews {
  background: #f8fafc;
  padding: 80px 40px;
}
.loc-reviews-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.loc-reviews h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 24px;
}

/* Reuse homepage gr- patterns */
.gr-badge { display: flex; align-items: center; justify-content: center; margin-bottom: 32px; }
.gr-badge-inner { display: flex; align-items: center; gap: 12px; background: #fff; padding: 16px 28px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.gr-badge-inner .g-icon { width: 28px; height: 28px; flex-shrink: 0; }
.gr-badge-inner .g-score { font-size: 36px; font-weight: 700; color: #0a2540; line-height: 1; }
.gr-badge-inner .g-detail { display: flex; flex-direction: column; gap: 2px; }
.gr-badge-inner .star-row { display: flex; gap: 1px; }
.gr-badge-inner .star-row svg { width: 18px; height: 18px; fill: #fbbf24; }
.gr-badge-inner .g-count { font-size: 12px; color: #5f6368; }

/* Google icon colors */
.g-red { fill: #ea4335; }
.g-blue { fill: #4285f4; }
.g-yellow { fill: #fbbc05; }
.g-green { fill: #34a853; }

.loc-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.gr-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.gr-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.gr-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.gr-card-user { display: flex; align-items: center; gap: 12px; }
.gr-card-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.gr-card-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.gr-card-name { font-weight: 600; font-size: 17px; color: #1a1a1a; }
.gr-card-top .g-icon { width: 22px; height: 22px; opacity: 0.4; }
.gr-card-stars { margin-bottom: 12px; }
.gr-card-stars .star-row { display: flex; gap: 2px; }
.gr-card-stars .star-row svg { width: 18px; height: 18px; fill: #fbbf24; }
.gr-card-text { font-size: 15px; line-height: 1.6; color: #3c4043; flex: 1; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.gr-card-date { font-size: 13px; color: #9aa0a6; margin-top: 14px; }

.gr-see-all { margin-top: 24px; text-align: center; }
.gr-see-all a {
  color: #075CAD;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.gr-see-all a:hover { text-decoration: underline; }

/* --- 7. Logo Banner --- */
.loc-logos {
  background: #0a2540;
  padding: 48px 40px;
  text-align: center;
  overflow: hidden;
}
.loc-logos-eyebrow {
  font-family: var(--font-alt);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.loc-logos-track-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.loc-logos-track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: locScrollLogos 35s linear infinite;
  width: max-content;
}
.loc-logos-track .logo-item { flex-shrink: 0; }
.loc-logos-track .logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: opacity 0.3s;
}
@keyframes locScrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- 8. FAQ --- */
.loc-faq {
  padding: 80px 40px;
  max-width: 800px;
  margin: 0 auto;
}
.loc-faq h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0a2540;
  text-align: center;
  margin-bottom: 40px;
}
.loc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.loc-faq-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.loc-faq-item:hover { border-color: #cbd5e1; }
.loc-faq-item.active { border-color: #075CAD; background: #f0f7ff; }
.loc-faq-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.loc-faq-question {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  color: #0a2540;
}
.loc-faq-icon {
  width: 22px;
  height: 22px;
  color: #075CAD;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}
.loc-faq-item.active .loc-faq-icon { transform: rotate(180deg); }
.loc-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.loc-faq-item.active .loc-faq-body { max-height: 300px; }
.loc-faq-body p {
  padding: 0 24px 20px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}
.loc-faq-body a { color: #075CAD; font-weight: 600; text-decoration: none; }
.loc-faq-body a:hover { text-decoration: underline; }

/* --- 9. City SEO Content --- */
.loc-city-info {
  background: #f1f5f9;
  border-left: 4px solid #075CAD;
  padding: 48px 40px;
  max-width: 800px;
  margin: 0 auto 0;
}
.loc-city-info h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 16px;
}
.loc-city-info p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 16px;
}
.loc-city-info p:last-child { margin-bottom: 0; }

/* --- 10. Nearby Cities --- */
.loc-nearby {
  background: #f1f5f9;
  padding: 60px 40px;
}
.loc-nearby h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a2540;
  text-align: center;
  margin-bottom: 24px;
}
.loc-nearby-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.loc-nearby-links a {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #075CAD;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.loc-nearby-links a:hover { background: #dbeafe; border-color: #075CAD; }

/* --- 11. CTA Section --- */
.loc-cta {
  background: linear-gradient(145deg, #06294a 0%, #0a3b67 55%, #0c4f87 100%);
  padding: 80px 40px;
  text-align: center;
}
.loc-cta h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #f8fbff;
  margin-bottom: 16px;
}
.loc-cta p {
  color: #dbeafe;
  font-size: 1.1rem;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.loc-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.loc-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 18px 36px;
  background: #ffffff;
  color: #0a2540;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(3, 15, 28, 0.28);
}
.loc-cta-primary:hover {
  background: #eff6ff;
  border-color: #eff6ff;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(3, 15, 28, 0.34);
  color: #0a2540;
}
.loc-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: transparent;
  color: #f8fbff;
  text-decoration: none;
  border: 2px solid rgba(219, 234, 254, 0.78);
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.25s ease;
}
.loc-cta .loc-cta-buttons .loc-cta-secondary:hover,
.loc-cta .loc-cta-buttons .loc-cta-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15) !important;
  transform: translateY(-2px);
}
.loc-cta-secondary::before,
.loc-desktop-sticky-secondary::before,
.mobile-cta-call::before {
  content: none !important;
  display: none !important;
}

/* --- 12. Mobile Sticky Bar --- */
.mobile-cta-bar { display: none; }

/* --- Scroll Entrance Animations --- */
.loc-enter {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.loc-enter.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Responsive
   ============================================ */

/* Tablet */
@media (max-width: 900px) {
  .loc-services-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-reviews-grid .gr-card:nth-child(3) { display: none; }
  .loc-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* Mobile */
@media (max-width: 768px) {
  /* Hero */
  .loc-hero { min-height: 320px; max-height: 450px; }
  .loc-hero-content { padding: 0 24px 60px; }
  .loc-hero h1 { font-size: 1.75rem; }

  /* Trust card: 2x2 grid */
  .loc-trust-card {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 20px;
    width: calc(100% - 32px);
    transform: translateY(40%);
    justify-content: center;
  }
  .loc-trust-divider { display: none; }
  .loc-trust-item { min-width: 40%; justify-content: center; }
  .loc-trust-cta { width: 100%; justify-content: center; margin-top: 4px; }

  /* Content */
  .loc-content { padding: 60px 24px 40px; }

  /* Stats */
  .loc-stats { padding: 48px 24px; }
  .loc-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

  /* Process: vertical timeline */
  .loc-process { padding: 60px 24px; }
  .loc-process-steps { flex-direction: column; align-items: center; gap: 0; }
  .loc-step-line { width: 2px; height: 32px; margin: 0; }
  .loc-step { max-width: 280px; }

  /* Services */
  .loc-services { padding: 20px 24px 60px; }
  .loc-services h2 { margin-bottom: 18px; }
  .loc-services-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    max-width: 500px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: pan-x;
    padding: 2px 2px 8px;
  }
  .loc-services-grid::-webkit-scrollbar { display: none; }
  .loc-services-grid .loc-svc-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
    margin: 0;
    display: flex;
  }
  .loc-services-grid .loc-svc-card:nth-child(n+4) { display: flex; }
  .loc-services-more { display: none; }
  .loc-services-mobile-nav { display: flex; }

  /* Reviews */
  .loc-reviews { padding: 60px 24px; }
  .loc-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .loc-reviews-grid .gr-card:nth-child(3) { display: flex; }
  .gr-card-text { -webkit-line-clamp: 3; }

  /* Logos */
  .loc-logos { padding: 36px 24px; }

  /* FAQ */
  .loc-faq { padding: 60px 24px; }

  /* City info */
  .loc-city-info { padding: 36px 24px; margin-left: 16px; margin-right: 16px; border-radius: 0 8px 8px 0; }

  /* Nearby */
  .loc-nearby { padding: 40px 24px; }
  .loc-nearby-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    gap: 10px;
  }
  .loc-nearby-links a {
    flex-shrink: 0;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  /* CTA */
  .loc-cta { padding: 60px 24px; }
  .loc-cta-buttons { flex-direction: column; align-items: center; }
  .loc-cta-primary, .loc-cta-secondary { width: 100%; max-width: 300px; justify-content: center; }

  /* Sticky CTA bar */
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  }
  .mobile-cta-schedule {
    flex: 6;
    text-align: center;
    padding: 14px 0;
    background: linear-gradient(135deg, #075CAD 0%, #0869c4 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
  }
  .mobile-cta-call {
    flex: 4;
    text-align: center;
    padding: 14px 0;
    background: transparent;
    color: #0a2540;
    text-decoration: none;
    border: 2px solid rgba(7,92,173,0.3);
    border-radius: 6px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
  }
  .abs-footer { padding-bottom: 70px; }
}

/* Small mobile */
@media (max-width: 480px) {
  .loc-hero { min-height: 280px; }
  .loc-hero-content { padding: 0 16px 50px; }
  .loc-hero h1 { font-size: 1.5rem; }
  .loc-trust-card { width: calc(100% - 24px); padding: 14px 16px; }
  .loc-trust-score { font-size: 1.5rem; }
  .loc-content { padding: 50px 16px 32px; }
  .loc-stats { padding: 40px 16px; }
  .loc-process { padding: 48px 16px; }
  .loc-services { padding: 16px 16px 48px; }
  .loc-reviews { padding: 48px 16px; }
  .loc-logos { padding: 28px 16px; }
  .loc-faq { padding: 48px 16px; }
  .loc-city-info { padding: 28px 16px; margin-left: 12px; margin-right: 12px; }
  .loc-nearby { padding: 32px 16px; }
  .loc-cta { padding: 48px 16px; }
}
