/* SEO Optimized Footer Styles */

.footer__contact {
  margin: 1rem 0;
}

.contact__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--white);
  font-size: 0.9rem;
}

.contact__item i {
  color: var(--primary-color);
  font-size: 1rem;
}

.footer__certifications {
  margin-top: 1.5rem;
}

.footer__certifications h5 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.cert__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.cert__badge {
  background: var(--primary-color);
  color: var(--white);
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 3px;
  font-weight: 500;
}

.footer__bar__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.footer__legal a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.8rem;
}

.footer__legal a:hover {
  color: var(--primary-color);
}

.footer__seo {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}

/* Header Cards Location Text */
.header__card p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.25rem;
  font-weight: 400;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .footer__bar__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer__legal {
    order: 1;
  }
  
  .footer__seo {
    order: 2;
    text-align: right;
    margin-top: 0;
  }
}

/* Local SEO Enhancement Classes */
.local-seo-highlight {
  color: var(--primary-color);
  font-weight: 600;
}

.service-location {
  font-style: italic;
  color: var(--primary-color-light);
}
