/* Phase 4 local SEO page enhancements */
.local-snapshot {
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f5 100%);
  border-bottom: 1px solid var(--border);
  padding: 64px 48px;
}

.local-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.local-snapshot-copy,
.local-snapshot-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 16px;
  box-shadow: 0 16px 45px rgba(28, 43, 58, 0.08);
}

.local-snapshot-copy {
  padding: 34px;
}

.local-snapshot-copy .section-title {
  margin-bottom: 14px;
}

.local-snapshot-text {
  color: var(--gray-700);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 24px;
}

.local-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.local-cta-row .btn-secondary {
  background: #ffffff;
  color: var(--navy);
  border-color: var(--border);
}

.local-snapshot-panel {
  padding: 28px;
}

.local-panel-label {
  display: block;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.local-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.local-area-chip {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 12px;
}

.local-proof-list {
  display: grid;
  gap: 10px;
}

.local-proof-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--gray-700);
  font-size: 0.88rem;
  line-height: 1.55;
}

.local-proof-dot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--red);
  flex: 0 0 auto;
}

.local-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.local-price-pill {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
  min-width: 0;
}

.local-price-pill strong {
  display: block;
  color: var(--red);
  font-family: 'DM Serif Display', serif;
  font-size: 1.22rem;
  line-height: 1;
  margin-bottom: 5px;
}

.local-price-pill span {
  display: block;
  color: var(--gray-500);
  font-size: 0.76rem;
  line-height: 1.35;
}

.area-tag {
  box-shadow: 0 8px 20px rgba(28, 43, 58, 0.04);
}

.trust-bar .trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  gap: 4px 0;
}

.trust-bar .trust-item {
  color: var(--gray-700) !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 16px;
  font-size: 0.79rem;
  line-height: 1.4;
  white-space: nowrap;
}

.trust-bar .trust-item::before {
  display: none !important;
}

.trust-bar .trust-icon {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px;
  display: block;
}

.trust-bar .trust-divider {
  width: 1px;
  height: 20px;
  background: #e8e4dc;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .local-snapshot {
    padding: 52px 20px;
  }

  .local-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .local-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar .trust-bar-inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .trust-bar .trust-bar-inner::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 580px) {
  .local-snapshot {
    padding: 42px 18px;
  }

  .local-snapshot-copy,
  .local-snapshot-panel {
    border-radius: 14px;
    padding: 22px;
  }

  .local-cta-row .btn-primary,
  .local-cta-row .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .local-service-strip {
    grid-template-columns: 1fr;
  }

  .trust-bar-inner {
    max-width: 100%;
  }

  .trust-bar .trust-bar-inner {
    justify-content: center;
    overflow-x: hidden;
    flex-wrap: wrap;
    padding: 10px 12px;
    gap: 6px;
  }

  .trust-bar .trust-divider {
    display: none;
  }

  .trust-bar .trust-item {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
    padding: 6px 8px;
  }
}
