/* NestGuide — site institucional (páginas legais + suporte + landing)
   Paleta da marca: sage #5E7B5C · fundo quente #FAF7F2 · texto #403F3C */

:root {
  --sage: #5E7B5C;
  --sage-dark: #3D5E3B;
  --bg: #FAF7F2;
  --surface: #FFFFFF;
  --text: #403F3C;
  --muted: #6B6862;
  --divider: #E5E1D8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

header.site {
  text-align: center;
  padding: 48px 24px 24px;
}

header.site .logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--sage-dark);
  text-decoration: none;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--text);
  margin: 8px 0 4px;
  line-height: 1.25;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin: 32px 0 10px;
}

p, ul { margin: 12px 0; }
ul { padding-left: 22px; }
li { margin: 6px 0; }

a { color: var(--sage-dark); }

strong { color: var(--text); }

.updated {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 24px;
}

.divider {
  border: none;
  border-top: 1px solid var(--divider);
  margin: 28px 0;
}

footer.site {
  text-align: center;
  padding: 32px 24px 56px;
  color: var(--muted);
  font-size: 14px;
}

footer.site a { margin: 0 8px; white-space: nowrap; }

/* Landing */
.hero {
  text-align: center;
  padding: 24px 24px 8px;
}
.hero .tagline {
  font-size: 19px;
  color: var(--muted);
  max-width: 460px;
  margin: 8px auto 0;
}
.badge {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 18px;
  background: var(--sage);
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}
.links-row {
  text-align: center;
  margin-top: 28px;
}
.links-row a {
  display: inline-block;
  margin: 6px 10px;
  font-weight: 600;
}
