/* v58: correcciones técnicas y de accesibilidad sin alterar contenido SEO. */

.skip-link {
  position: fixed;
  z-index: 10050;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.35rem;
  background: #07071d;
  color: #fff;
  font: 800 0.875rem/1.2 Montserrat, Arial, sans-serif;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  outline: 3px solid #36d8c5;
  outline-offset: 3px;
  transform: translateY(0);
}

#formulario-presupuesto {
  scroll-margin-top: 6.5rem;
}

.hero-highlight,
.intro h2 i,
.contact h2 i,
.faq h2 i,
.status-modal .modal-eyebrow {
  color: #007d6d;
}

@media (max-width: 760px) {
  .commercial-landing-v43 .v43-quick-quote .contact-form-wrap {
    order: -1;
  }

  .commercial-landing-v43 .contact-shortcuts {
    display: none !important;
  }

  .commercial-landing-v43 .v43-mobile-actions a:last-child {
    background: #087f4e;
  }

  .commercial-landing-v43 .contact-form .field-label small,
  .commercial-landing-v43 .v49-confirmation-copy small,
  .commercial-landing-v43 .contact-form .form-note {
    font-size: 0.75rem;
  }

  .commercial-landing-v43 .contact-form .form-note {
    color: #52635f;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
