body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
  padding-top: 80px; /* Compensar o cabeçalho fixo globalmente */
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 80px 0;
}

.section-sm {
  padding: 56px 0;
}

.text-center {
  text-align: center;
}

.section-divider {
  height: 1px;
  background: var(--border);
  margin: 0 auto;
  max-width: 1140px;
}

.section-header {
  margin-bottom: 52px;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto;
}
