/* Sobre e Contato - páginas estáticas */
.static-page h1 {
  font-size: var(--text-2xl);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-4);
  color: var(--color-text);
}
.static-page .fs-5 {
  font-size: var(--text-lg) !important;
  line-height: 1.7;
  color: var(--color-text-muted);
}
.static-page .img-decoration {
  max-width: 100%;
  width: 280px;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
}
.contact-form-wrap {
  background: var(--color-surface);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-sm);
  max-width: 36rem;
}
.contact-form-wrap .form-label {
  font-weight: 500;
  color: var(--color-text);
}
.contact-form-wrap .form-control {
  padding: 0.65rem 1rem;
  border-radius: var(--radius-lg);
}
.contact-form-wrap .btn {
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  border-radius: var(--radius-lg);
}
