.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1200;
  transform: translateY(-180%);
  padding: 0.8rem 1rem;
  border-radius: 0.9rem;
  background: #111827;
  color: #fff7eb;
  border: 1px solid rgba(255, 144, 0, 0.55);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid rgba(255, 144, 0, 0.28);
  outline-offset: 2px;
}

/* ── Máscara de telefone: feedback visual profissional ── */

input.phone-mask {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input.phone-mask.phone-valid {
  border-color: #78d1c0 !important;
  box-shadow: 0 0 0 3px rgba(120, 209, 192, 0.15) !important;
}

input.phone-mask.phone-invalid {
  border-color: #e57373 !important;
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1) !important;
}

.phone-display {
  color: #78d1c0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease;
}

.phone-display:hover {
  color: #5fb8a5;
  text-decoration: underline;
}

.phone-link {
  display: inline-block;
  margin-top: 4px;
  color: #78d1c0;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(120, 209, 192, 0.08);
  transition: all 0.15s ease;
}

.phone-link:hover {
  background: rgba(120, 209, 192, 0.15);
  color: #5fb8a5;
  text-decoration: none;
}

/* ── VLibras: posição fixa no canto inferior direito + z-index seguro ── */

body.has-vlibras div[vw] {
  position: fixed !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: auto !important;
  top: auto !important;
  z-index: 1100 !important;
}

body.has-vlibras [vw-access-button] {
  z-index: 1101 !important;
}

body.has-vlibras [vw-access-button] img {
  border-radius: 50% !important;
}

body.has-vlibras [vw-plugin-wrapper] {
  z-index: 1102 !important;
}

@media (max-width: 768px) {
  body.has-vlibras div[vw] {
    right: 0.75rem !important;
    bottom: 0.75rem !important;
  }
}
