/*
Theme Name: Neuro Schreiber
Author: Centro de Neurodesenvolvimento Schreiber
Description: Tema institucional leve e editável para o Centro Neuro Schreiber.
Version: 1.0.0
Text Domain: neuroschreiber
*/
:root{--green:#344235;--green2:#425448;--gold:#dcba61;--cream:#f7f3ea;--paper:#fffdf8;--ink:#183029;--muted:#61716b;--line:#e7dfcf;--shadow:0 18px 55px rgba(18,60,50,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0 0 .7em}h1{font-size:clamp(2.5rem,6vw,5rem);max-width:850px}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:1.35rem}p{margin:0 0 1.2rem}a{color:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.eyebrow{font-size:.77rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.25rem;border-radius:999px;background:var(--gold);color:#fff;text-decoration:none;font-weight:750;border:1px solid var(--gold);transition:.2s}.button:hover{transform:translateY(-2px);filter:brightness(.94)}.button.alt{background:transparent;color:var(--green);border-color:var(--green)}
.topbar{background:var(--green);color:#fff;font-size:.88rem;padding:.55rem 0}.topbar .wrap{display:flex;justify-content:space-between;gap:1rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(18,60,50,.08)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{text-decoration:none;display:flex;align-items:center;gap:.8rem}.mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--gold);font:700 1.5rem Georgia}.brand strong{display:block;font-family:Georgia;font-size:1.15rem}.brand small{color:var(--muted)}.menu{display:flex;align-items:center;gap:1.25rem}.menu a{text-decoration:none;font-weight:650;font-size:.93rem}.menu-toggle{display:none;background:none;border:0;font-size:1.6rem}
.hero{background:linear-gradient(125deg,var(--cream),#fff 62%);padding:72px 0 62px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .8fr;gap:4rem;align-items:center}.hero h1 span{color:var(--green)}.hero p{font-size:1.15rem;color:var(--muted);max-width:660px}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.7rem 0}.trust{display:flex;flex-wrap:wrap;gap:1rem;color:var(--muted);font-size:.9rem}.photo-placeholder{min-height:500px;border-radius:180px 180px 24px 24px;background:linear-gradient(150deg,#dfe9e3,#f7efe0);border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:2rem;color:var(--green);box-shadow:var(--shadow)}.photo-placeholder span{max-width:260px}.photo-placeholder.has-image{background-size:cover;background-position:center}.photo-placeholder.has-image span{display:none}
.section{padding:88px 0}.section.soft{background:var(--cream)}.section.green{background:var(--green);color:#fff}.section-head{max-width:720px;margin-bottom:2.5rem}.section-head p{color:var(--muted)}.green .section-head p{color:#d9e5e0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.6rem;box-shadow:0 8px 28px rgba(18,60,50,.06)}.card .icon{width:45px;height:45px;border-radius:14px;background:var(--cream);display:grid;place-items:center;color:var(--gold);font-weight:900;margin-bottom:1.1rem}.card p{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.steps{display:grid;gap:1rem}.step{display:grid;grid-template-columns:44px 1fr;gap:1rem}.step b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff}.profile-photo{border-radius:24px;min-height:480px}.quote{font-size:1.05rem}.faq details{border-bottom:1px solid var(--line);padding:1.2rem 0}.faq summary{cursor:pointer;font-weight:750}.faq p{padding-top:1rem;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem}.contact-list{display:grid;gap:.9rem}.contact-list a{text-decoration:none}.map{width:100%;height:360px;border:0;border-radius:20px}.footer{background:#0b2922;color:#dce7e3;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}.footer a{color:#fff}.legal{margin-top:2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.15);font-size:.82rem;color:#a9beb6}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;text-decoration:none;font-size:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.25)}
@media(max-width:850px){.menu{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:1rem 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.menu-toggle{display:block}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{padding-top:46px}.photo-placeholder{min-height:390px}.grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.topbar .wrap{justify-content:center}.topbar span:first-child{display:none}}
@media(max-width:560px){.grid{grid-template-columns:1fr}.section{padding:64px 0}.brand small{display:none}.hero-grid{gap:2rem}.actions .button{width:100%}}
