/* Tipografia VCSis — stack local, sem dependências externas */
:root {
  --font-ui: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

body {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.006em;
}

h1, h2, h3, h4, h5, .btn, .nav nav {
  font-family: var(--font-display);
}

h1, h2, h3 {
  text-wrap: balance;
}

.hero h1 {
  font-weight: 630;
  line-height: 1.12;
  letter-spacing: -0.044em;
}

.manifest h2 {
  font-weight: 520;
  letter-spacing: -0.028em;
}

.intro h2, .center h2, .contact h2 {
  font-weight: 580;
  letter-spacing: -0.023em;
}

.card h3, .process h3, .footer-grid .footer-title {
  font-weight: 650;
  letter-spacing: -0.012em;
}

.hero-copy > p:last-of-type,
.manifest-grid > div,
.card p,
.process p,
.values span,
.footer-grid p,
.footer-grid a,
.footer-grid span {
  line-height: 1.72;
  letter-spacing: 0;
}

/* Legibilidade dos conteúdos secundários sem alterar a composição aprovada. */
.card p {
  color: #c0c3d1;
  font-size: 14px;
  line-height: 1.68;
}

.card span {
  font-size: 13px;
}

.values span {
  color: #bec1cf;
  font-size: 13px;
  line-height: 1.58;
}

.values strong {
  font-size: 14px;
  line-height: 1.4;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  color: #b5b7c4;
  font-size: 13px;
  line-height: 1.62;
}

.footer-grid .footer-title {
  font-size: 14px;
}

.nav nav, .btn {
  font-weight: 620;
  letter-spacing: -0.01em;
}

.tag {
  font-weight: 720;
  letter-spacing: .105em;
}

/* Processo: hierarquia reforçada para leitura em telas grandes */
.process .center .tag {
  margin-bottom: 4px;
  color: #e445e8;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .08em;
}

.process .center h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 520;
  letter-spacing: -.02em;
}

.process li > span {
  display: block;
  margin-bottom: 13px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 750;
}

.process h3 {
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 680;
}

.process p {
  max-width: 270px;
  margin: 0;
  color: #c0c3d1;
  font-size: 14px;
  line-height: 1.7;
}

.process ol {
  margin-top: 22px;
}

.process li {
  padding-top: 112px;
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: 40px;
    line-height: 1.13;
  }

  .process .center h2 { font-size: 23px; }
  .process li > span { font-size: 17px; }
  .process h3 { font-size: 18px; }
  .process p { max-width: none; font-size: 14px; }
  .card p, .values span, .footer-grid p, .footer-grid a, .footer-grid span { font-size: 14px; }
}
