:root {
  --ink: #17312d;
  --muted: #5f706c;
  --paper: #fffdfa;
  --soft: #eef5f1;
  --sage: #b9d2c5;
  --accent: #296c5c;
  --line: #dbe6e1;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(31, 67, 58, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 20; background: #fff; padding: .7rem 1rem; border-radius: 8px; }
.container { width: min(1120px, calc(100% - 2.4rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,253,250,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50% 50% 44% 56%; background: var(--accent); color: white; transform: rotate(-8deg); }
.brand-mark span { transform: rotate(8deg); }
.site-nav { display: flex; align-items: center; gap: 1.3rem; font-size: .94rem; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }
.menu-button { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; padding: .6rem .75rem; font-weight: 700; color: var(--ink); }

.hero { padding: 5rem 0 4rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 7vw, 5.6rem); font-weight: 500; }
h2 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 500; margin: 0 0 1rem; }
h3 { margin: 0 0 .65rem; font-size: 1.12rem; }
.lead { color: var(--muted); font-size: 1.12rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .82rem 1.1rem; border-radius: 999px; background: var(--accent); color: white; text-decoration: none; font-weight: 750; border: 1px solid var(--accent); }
.button.secondary { background: transparent; color: var(--accent); }
.hero-art { position: relative; border-radius: 38% 62% 56% 44% / 38% 37% 63% 62%; background: linear-gradient(145deg, #dbece5, #f3e7dc); min-height: 460px; box-shadow: var(--shadow); overflow: hidden; }
.hero-art img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; opacity: .92; }
.hero-art::after { content: "cuidado • constância • equilíbrio"; position: absolute; inset: auto 1rem 1rem auto; background: rgba(255,255,255,.9); padding: .65rem .9rem; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .05em; }

.section { padding: 5rem 0; }
.section.soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; align-items: end; margin-bottom: 2.3rem; }
.section-head p { color: var(--muted); margin: 0; max-width: 650px; }
.kicker { color: var(--accent); font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 1.5rem; box-shadow: 0 8px 24px rgba(31,67,58,.04); }
.card-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--accent); font-weight: 850; margin-bottom: 1rem; }
.card p, .note p { color: var(--muted); margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.checklist { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.checklist li { position: relative; padding: .85rem 0 .85rem 2rem; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.note { border-left: 4px solid var(--accent); padding: 1.25rem 1.4rem; background: white; border-radius: 0 16px 16px 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.pill { border: 1px solid var(--line); background: white; border-radius: 999px; padding: .55rem .85rem; color: var(--muted); font-size: .88rem; }
.faq { display: grid; gap: .75rem; max-width: 850px; }
.faq details { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--muted); }

.page-hero { padding: 4rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.content { padding: 3rem 0 5rem; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 2.5rem; font-size: 2rem; }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #465a55; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.contact-box { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 1.4rem; }
.contact-box p { margin: .3rem 0; }
.form-grid { display: grid; gap: 1rem; }
label { font-weight: 750; font-size: .9rem; }
input, textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #cbdad4; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.form-status { color: var(--accent); min-height: 1.5rem; font-weight: 650; }

.site-footer { background: #102b26; color: #e8f0ed; padding: 3.5rem 0 1.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.site-footer p, .site-footer a { color: #bcd0ca; font-size: .9rem; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { text-decoration: none; }
.legal-data { font-style: normal; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 2rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; }

@media (max-width: 820px) {
  .menu-button { display: inline-block; }
  .site-nav { display: none; position: absolute; left: 1.2rem; right: 1.2rem; top: 68px; flex-direction: column; align-items: stretch; background: white; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero-grid, .section-head, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3rem; }
  .hero-art, .hero-art img { min-height: 340px; }
  .cards { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 1.5rem, 1120px); }
  .section { padding: 3.8rem 0; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
