.hero-cta.tc-contact-hero {
  position: static;
  width: auto;
  max-width: 850px;
  margin: 4px auto 28px;
  padding: 0 20px;
  text-align: center;
}
.tc-contact-hero__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
a.tc-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
}
a.tc-contact-button--call { color: #202020; background: var(--secondary, #87c842); border-color: var(--secondary, #87c842); }
a.tc-contact-button--quote { color: #fff; background: #333; border-color: #333; }
a.tc-contact-button:hover { filter: brightness(.94); }
a.tc-contact-button:focus-visible, .tc-review-proof a:focus-visible {
  outline: 3px solid #146fbb;
  outline-offset: 4px;
}
.tc-contact-button svg { width: 21px; height: 21px; flex: 0 0 21px; }
.tc-contact-hero__note { margin: 12px 0 15px; font-size: 15px; line-height: 1.5; color: #4b4b4b; }
.tc-review-proof { margin: 12px 0 0; font-size: 15px; line-height: 1.5; }
a.tc-review-proof__link { display: inline-flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: 3px 8px; color: #333; text-decoration: none; }
.tc-review-proof__stars { color: #8a5600; letter-spacing: 1px; white-space: nowrap; }
.tc-review-proof__read { color: #954000; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.tc-review-proof__date { display: block; color: #666; font-size: 12px; margin-top: 4px; }
.contact-note .tc-review-proof { margin: 18px 0 8px; text-align: left; }
.contact-note a.tc-review-proof__link { justify-content: flex-start; color: #fff; }
.contact-note .tc-review-proof__stars { color: #ffd486; }
.contact-note .tc-review-proof__read { color: #ffbd91; }
.contact-note .tc-review-proof__date { color: #ddd; }
.tc-service-review { margin: 22px 0; padding: 16px 18px; border-left: 3px solid #ffbd91; background: rgba(255, 255, 255, .07); color: #fff; text-align: left; }
.tc-service-review__context { margin: 0 0 8px; color: #ffbd91; font-size: 13px; font-weight: 700; }
.tc-service-review blockquote { margin: 0 0 12px; padding: 0; border: 0; font-size: 18px; line-height: 1.5; }
.tc-service-review blockquote p { margin: 0; }
.tc-service-review figcaption { font-size: 13px; line-height: 1.6; }
.tc-service-review a { color: #ffbd91; text-decoration: underline; text-underline-offset: 3px; }
.tc-service-review a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.tc-service-review__date { display: block; margin-top: 4px; color: #ddd; font-size: 12px; }
.tc-quote-expectation { margin: 0 0 18px; color: #fff; font-size: 15px; line-height: 1.5; text-align: left; }
#form-contact { scroll-margin-top: 20px; }
#form-contact:focus-visible { outline: 3px solid #146fbb; outline-offset: 3px; }
.tc-mobile-contact { display: none; }
.tc-mobile-contact[hidden] { display: none !important; }
@media (max-width: 767px) {
  .hero-cta.tc-contact-hero { margin-bottom: 24px; padding: 0 20px; }
  .tc-contact-hero__actions { gap: 10px; }
  .tc-contact-hero__actions .tc-contact-button { width: 100%; max-width: 360px; }
  .tc-contact-hero__note { font-size: 14px; }
  .tc-review-proof__read { display: block; }
  .tc-mobile-contact {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #d4d4d4;
    background: #fff;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, .12);
  }
  .tc-mobile-contact .tc-contact-button { padding: 7px 8px; min-width: 0; min-height: 50px; font-size: 15px; }
  .tc-mobile-contact__number { display: block; font-size: 12px; font-weight: 400; margin-top: 1px; }
  body.tc-has-mobile-contact { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
}
@media print { .tc-mobile-contact { display: none !important; } }
