/* Acolher e Crescer — estilos partilhados */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --rosa: #FEABB3; --menta: #82EBC3; --menta-deep: #4FD3A6;
  --azul: #83D8EC; --azul-deep: #4DC0DD; --amarelo: #FEF1BC; --pessego: #FFCBA3;
  --bg: #FDFBF6; --paper: #FFFFFF; --ink: #34434C; --muted: #6E7C84;
  --line: rgba(52,67,76,0.12); --radius: 26px; --radius-sm: 16px;
  font-size: 16px;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: "Nunito Sans", system-ui, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3 { font-family: "Benguiat", Georgia, serif; font-weight: 700; line-height: 1.06; letter-spacing: 0.005em; text-wrap: balance; }
em { font-style: italic; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1140px, 90vw); margin-inline: auto; }
.eyebrow { font-family: "Breasto", "Benguiat", cursive; font-size: 1.5rem; line-height: 1; color: var(--azul-deep); }
.kicker { font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 700; color: var(--muted); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.55em; font-family: "Nunito Sans"; font-weight: 700; font-size: 0.98rem; padding: 0.85em 1.6em; border-radius: 100px; cursor: pointer; border: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; }
.btn-primary { background: var(--menta); color: var(--ink); box-shadow: 0 10px 22px -12px var(--menta-deep); }
.btn-primary:hover { background: var(--menta-deep); transform: translateY(-2px); }
.btn-azul { background: var(--azul); color: var(--ink); box-shadow: 0 10px 22px -12px var(--azul-deep); }
.btn-azul:hover { background: var(--azul-deep); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); transform: translateY(-2px); }

/* Header */
header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 85%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; gap: 1rem; }
.brand img { height: 54px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-links a { font-size: 0.95rem; font-weight: 600; color: var(--muted); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }

/* Page hero */
.page-hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(1.5rem,3vw,2.5rem); position: relative; }
.breadcrumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a:hover { color: var(--ink); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
.page-hero h1 em { color: var(--azul-deep); }
.page-hero .lead { color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.2rem); max-width: 46ch; margin-top: 1.1rem; }
.blob-deco { position: absolute; border-radius: 50%; filter: blur(3px); opacity: 0.5; z-index: -1; }

/* Wave */
.wave { display: block; width: 100%; height: 48px; }
.wave path { fill: currentColor; }
.band-sep { color: var(--paper); }
.alt-bg { background: var(--paper); }

/* Image placeholder */
.ph { position: relative; overflow: hidden; display: grid; place-items: center; color: var(--muted); font-family: ui-monospace, Menlo, monospace; font-size: 0.78rem; text-align: center; padding: 1rem; background: repeating-linear-gradient(135deg, rgba(131,216,236,0.16) 0 14px, rgba(131,216,236,0.05) 14px 28px), #EAF7FB; }
.ph span { background: rgba(255,255,255,0.82); padding: 0.45em 0.8em; border-radius: 100px; }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* CTA card */
.cta-section { padding: clamp(3rem,6vw,5.5rem) 0; }
.cta-card { background: var(--paper); border-radius: 36px; padding: clamp(2.5rem,5vw,4rem); text-align: center; box-shadow: 0 30px 60px -44px rgba(52,67,76,0.5); border: 1px solid var(--line); position: relative; overflow: hidden; }
.cta-card .blob-deco { width: 200px; height: 200px; background: var(--amarelo); top: -60px; right: -40px; opacity: 0.6; }
.cta-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.cta-card p { color: var(--muted); margin-top: 0.9rem; font-size: 1.06rem; max-width: 46ch; margin-inline: auto; }
.cta-card .actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }

/* Footer */
footer { padding: 3.5rem 0 2.5rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; padding-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.foot-grid img { height: 60px; width: auto; }
.foot-grid h4 { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.9rem; }
.foot-grid a, .foot-grid p { display: block; color: var(--muted); font-size: 0.93rem; margin-bottom: 0.5rem; }
.foot-grid a:hover { color: var(--ink); }
.foot-col p.about-foot { max-width: 32ch; margin-top: 1rem; }
.foot-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; font-size: 0.82rem; color: var(--muted); flex-wrap: wrap; gap: 0.5rem; }

/* Modal */
.modal-overlay { position: fixed; inset: 0; z-index: 100; display: none; align-items: flex-start; justify-content: center; padding: 4vh 1rem; background: rgba(52,67,76,0.5); backdrop-filter: blur(4px); overflow-y: auto; }
.modal-overlay.open { display: flex; }
.modal { background: var(--paper); width: min(560px, 100%); border-radius: 28px; padding: clamp(1.6rem, 4vw, 2.6rem); position: relative; margin: auto; box-shadow: 0 40px 80px -40px rgba(52,67,76,0.6); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%; border: none; background: var(--bg); color: var(--ink); font-size: 1.3rem; cursor: pointer; line-height: 1; display: grid; place-items: center; transition: background .2s ease, transform .2s ease; }
.modal-close:hover { background: var(--rosa); transform: rotate(90deg); }
.modal .eyebrow { font-size: 1.5rem; }
.modal h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); margin-top: 0.2rem; }
.modal .intro { color: var(--muted); margin-top: 0.5rem; font-size: 0.98rem; }
.form { display: grid; gap: 1rem; margin-top: 1.6rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.field label { font-size: 0.85rem; font-weight: 700; color: var(--ink); }
.field .req { color: var(--rosa); }
.field input, .field select, .field textarea { font-family: "Nunito Sans", sans-serif; font-size: 1rem; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line); border-radius: 14px; padding: 0.75em 0.9em; width: 100%; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--azul-deep); box-shadow: 0 0 0 3px color-mix(in srgb, var(--azul) 40%, transparent); }
.field textarea { resize: vertical; min-height: 84px; }
.form .btn { width: 100%; justify-content: center; margin-top: 0.4rem; font-size: 1.05rem; padding: 0.95em 1.6em; }
.form-note { font-size: 0.82rem; color: var(--muted); text-align: center; display: flex; align-items: center; justify-content: center; gap: 0.4rem; }
.wa-ico { color: #25D366; font-weight: 800; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .foot-grid { grid-template-columns: 1fr; }
  .field.row2 { grid-template-columns: 1fr; }
}
