:root {
  --ace-green: #1c2d19;
  --ace-orange: #c4522a;
  --ace-cream: #f4efe6;
}

.mobile-lead-bar {
  display: none;
}

.google-review-link {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.google-review-link:hover {
  text-decoration-thickness: 2px;
}

.service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.service-card h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lead-status {
  margin-top: 12px;
  min-height: 20px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.lead-status.is-success {
  color: #235d2c;
  font-weight: 600;
}

.lead-status.is-error {
  color: #a23820;
  font-weight: 600;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 68px;
  }

  .mobile-lead-bar {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(15, 24, 16, 0.97);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.2);
  }

  .mobile-lead-bar a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-lead-bar .mobile-call {
    border: 1px solid rgba(255, 255, 255, 0.32);
  }

  .mobile-lead-bar .mobile-quote {
    background: var(--ace-orange);
  }
}

@media (max-width: 560px) {
  .footer-top {
    grid-template-columns: 1fr !important;
  }

  .footer-col a,
  .footer-contact-line a {
    overflow-wrap: anywhere;
  }
}
