:root{--navy:#204a73;--pink:#d71978;--green:#b9cc8d;--green2:#edf3e2;--ink:#17344e;--muted:#617080;--white:#fff;--cream:#fbfcf8;--line:#e7ece6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.top{height:92px;padding:12px 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand img{width:340px;height:68px;object-fit:contain;object-position:left center}.top nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600}.top nav>a:not(.btn):hover{color:var(--pink)}.menu{display:none;border:0;background:none;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border-radius:999px;padding:15px 24px;font-weight:700;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.small{padding:11px 17px}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1.05fr;gap:6vw;align-items:center;padding:60px 5vw 70px;background:linear-gradient(135deg,#fff 45%,#f2f6e9)}.hero-copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;color:var(--pink)}h1,h2{font-family:'Playfair Display',serif;line-height:1.06;margin:12px 0 20px;color:var(--navy)}h1{font-size:clamp(48px,5.5vw,78px)}h2{font-size:clamp(34px,4vw,54px)}h3{color:var(--navy)}.hero p,.intro p,.section-head p{font-size:18px;line-height:1.7;color:var(--muted)}.actions{display:flex;gap:20px;align-items:center;margin:30px 0}.ghost{font-weight:700;color:var(--navy)}.trust{display:flex;gap:18px;flex-wrap:wrap;font-size:14px}.trust strong{color:var(--pink)}.hero-photo{position:relative;height:560px;border-radius:34px 34px 120px 34px;overflow:hidden;box-shadow:0 24px 60px rgba(31,73,112,.16)}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.stamp{position:absolute;left:24px;bottom:24px;background:#fff;padding:18px 24px;border-radius:20px;color:var(--navy);box-shadow:0 8px 30px #0002}.intro{text-align:center;max-width:850px;margin:auto;padding:100px 5vw}.section{padding:95px 5vw}.soft{background:var(--cream)}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end;margin-bottom:48px}.section-head h2{margin-bottom:0}.services{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.services article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px 22px;min-height:250px}.services i{font-style:normal;color:var(--pink);font-weight:700}.services h3{font-size:20px}.services p,.person p{color:var(--muted);line-height:1.55}.gallery{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}.gallery img,.placeholder{height:390px;border-radius:26px;object-fit:cover}.placeholder{background:var(--green2);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;border:2px dashed #c6d4aa}.placeholder span{font-family:'Playfair Display';font-size:30px;color:var(--navy)}.placeholder p{color:var(--muted)}.team-section{background:#f8faf7}.team{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.person{background:linear-gradient(180deg,#fff 0%,#fbfdf8 100%);border-radius:26px;overflow:hidden;border:1px solid #e3eadb;box-shadow:0 14px 34px rgba(32,74,115,.08)}.person img{width:100%;height:300px;object-fit:cover;object-position:center top;background:linear-gradient(145deg,#f7faf3,#eef4e6);padding:10px 10px 0;border-bottom:1px solid #edf1e8}.person div{padding:22px}.person span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--pink);font-weight:700}.person h3{margin:8px 0;font-size:21px}.person p{font-size:14px}.cta{margin:0 5vw;border-radius:34px;padding:55px 60px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2,.cta .eyebrow{color:#fff}.cta h2{margin-bottom:8px}.cta p{margin:0;color:#dbe6ee}.btn.light{background:#fff;color:var(--navy);white-space:nowrap}.contact{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:center}.contact>div:first-child p{font-size:18px;color:var(--muted);line-height:1.7}.contact-card{background:var(--green2);border-radius:28px;padding:34px}.contact-card p{line-height:1.7}footer{border-top:1px solid var(--line);padding:34px 5vw;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}footer img{width:270px;height:70px;object-fit:contain;object-position:left center}.float{position:fixed;right:24px;bottom:24px;background:#218c5a;color:#fff;padding:14px 20px;border-radius:999px;font-weight:700;box-shadow:0 10px 30px #0003;z-index:30}@media(max-width:1050px){.services,.team{grid-template-columns:repeat(2,1fr)}.top nav{display:none}.top nav.open{display:flex;position:absolute;top:92px;left:0;right:0;background:#fff;flex-direction:column;padding:28px;border-bottom:1px solid var(--line)}.menu{display:block}.hero{grid-template-columns:1fr}.hero-photo{height:480px}.gallery{grid-template-columns:1fr 1fr}.placeholder{grid-column:1/-1}.section-head{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}}@media(max-width:650px){.top{height:78px}.brand img{width:235px;height:52px}.top nav.open{top:78px}.hero{padding-top:38px}.hero-photo{height:410px}.actions{align-items:flex-start;flex-direction:column}.services,.team,.gallery,.contact{grid-template-columns:1fr}.person img{height:360px}.cta{margin:0 20px;padding:38px 26px}.section,.intro{padding:70px 22px}.hero{padding-left:22px;padding-right:22px}footer{flex-direction:column;gap:15px;text-align:center}.float{right:14px;bottom:14px}}

.team-banner{width:100%;overflow:hidden;border-radius:28px;box-shadow:0 14px 34px rgba(32,74,115,.08);background:#fff}.team-banner img{width:100%;height:auto;display:block}
/* V6 — hero inspirado no layout aprovado */
.top{height:112px;padding:13px 5vw}.brand img{width:440px;height:86px}.top nav{gap:28px;font-size:15px}.hero{min-height:720px;grid-template-columns:1.03fr 1fr;gap:4vw;padding:60px 5vw 42px;background:radial-gradient(circle at 96% 10%,rgba(185,204,141,.26),transparent 22%),radial-gradient(circle at 2% 95%,rgba(215,25,120,.06),transparent 20%),#fff}.hero-copy{max-width:720px}.hero h1{font-size:clamp(52px,5.1vw,76px);max-width:760px;position:relative}.hero h1:after{content:"";display:block;width:210px;height:5px;border-radius:99px;background:linear-gradient(90deg,#ed5ca2,transparent);margin:18px 0 0}.hero p{max-width:690px}.btn.outline{background:#fff;color:var(--navy);border:1.5px solid var(--navy)}.hero-services{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:30px;max-width:760px}.hero-services span{text-align:center;color:var(--navy);font-size:13px;font-weight:700;padding-top:38px;position:relative}.hero-services span:before{content:"♡";position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:29px;color:var(--pink)}.hero-services span:nth-child(2):before{content:"✚";color:#2c8b67}.hero-services span:nth-child(3):before{content:"✿";color:#1685c0}.hero-services span:nth-child(4):before{content:"▢";color:#e89a18}.hero-services span:nth-child(5):before{content:"♧";color:var(--pink)}.hero-note{font-family:'Playfair Display',serif;font-style:italic!important;font-size:16px!important;color:var(--navy)!important;text-align:center;margin:28px 0 0!important}.hero-photo{height:610px;border-radius:38px;box-shadow:0 24px 60px rgba(31,73,112,.14)}.hero-photo>img{object-position:center 30%}.location-card{position:absolute;right:22px;bottom:22px;background:#fff;border-radius:20px;padding:17px 22px;min-width:310px;box-shadow:0 10px 30px #0002;color:var(--navy);display:flex;flex-direction:column;gap:5px}.location-card b{font-size:15px;line-height:1.3}.location-card span{font-size:14px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 8vw;background:#f5faf7;border-top:1px solid #e7eee8;border-bottom:1px solid #e7eee8}.benefits div{display:flex;align-items:center;justify-content:center;gap:18px;min-height:65px;border-right:1px solid #dce8e1;color:var(--navy)}.benefits div:last-child{border-right:0}.benefits b{font-size:34px;color:#2d7d70;font-weight:400}.benefits span{font-size:15px;line-height:1.35}.intro{padding-top:85px}
@media(max-width:1050px){.top{height:92px}.brand img{width:330px;height:68px}.top nav.open{top:92px}.hero-services{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.benefits div:nth-child(2){border-right:0}.hero-photo{height:520px}}
@media(max-width:650px){.top{height:78px}.brand img{width:250px;height:55px}.top nav.open{top:78px}.hero{padding-top:34px}.hero h1{font-size:46px}.hero-services{grid-template-columns:repeat(2,1fr)}.hero-services span:last-child{grid-column:1/-1}.hero-photo{height:430px}.location-card{left:14px;right:14px;bottom:14px;min-width:0}.benefits{grid-template-columns:1fr;padding:12px 22px}.benefits div{border-right:0;border-bottom:1px solid #dce8e1;justify-content:flex-start;padding:14px}.benefits div:last-child{border-bottom:0}}
/* V7 — hero ajustado para reproduzir o mockup aprovado */
.top{height:122px;padding:12px 4.6vw}.brand img{width:470px;height:94px}.top nav{gap:34px;font-size:16px}.top nav>a:first-child{position:relative}.top nav>a:first-child:after{content:"";position:absolute;height:3px;border-radius:3px;background:#ed2c85;left:0;right:0;bottom:-16px}.btn.small{padding:15px 25px}
.hero{min-height:778px;grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);gap:4.5vw;padding:48px 4.6vw 30px;align-items:center;background:radial-gradient(circle at 100% 8%,rgba(185,204,141,.25),transparent 20%),radial-gradient(circle at 1% 90%,rgba(222,62,132,.08),transparent 17%),#fff;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:110px;height:160px;left:-42px;top:22px;border:4px solid rgba(117,156,137,.35);border-radius:60% 20% 60% 20%;transform:rotate(-25deg)}.hero-copy{max-width:700px;position:relative;z-index:2}.eyebrow{font-size:14px;letter-spacing:.12em}.hero h1{font-size:clamp(54px,4.45vw,72px);line-height:1.02;max-width:700px;margin-top:24px;margin-bottom:26px;letter-spacing:-.02em}.hero h1:after{width:290px;height:5px;margin-top:18px}.hero p{font-size:19px;line-height:1.55;max-width:660px}.actions{margin:28px 0 25px;gap:20px}.actions .btn{font-size:17px;padding:17px 28px}.hero-services{max-width:690px;gap:18px;margin-top:26px}.hero-services span{font-size:14px;padding-top:44px}.hero-services span:before{font-size:34px}.hero-note{font-size:17px!important;margin-top:28px!important}.hero-photo{height:auto;border-radius:38px;box-shadow:none;overflow:visible;display:flex;align-items:center;justify-content:center}.hero-photo>img{width:100%;height:auto;object-fit:contain;border-radius:38px}.hero-photo .location-card{display:none}.benefits{padding:24px 7vw;background:linear-gradient(90deg,#f4faf6,#fbfdf8);min-height:110px}.benefits div{min-height:62px}.benefits b{font-size:40px}.benefits span{font-size:16px}
@media(max-width:1350px) and (min-width:1051px){.top{height:108px;padding-left:2.7vw;padding-right:4vw}.brand img{width:350px;height:78px}.top nav{gap:26px;font-size:14px}.btn.small{padding:13px 20px}.hero{min-height:650px;grid-template-columns:minmax(0,1.03fr) minmax(500px,.97fr);gap:3.5vw;padding:54px 2.7vw 30px}.hero h1{font-size:56px;max-width:610px}.hero p{font-size:17px;max-width:610px}.actions .btn{font-size:15px;padding:15px 23px}.hero-services{max-width:600px;gap:8px}.hero-services span{font-size:12.5px}.hero-note{font-size:15px!important}}
@media(max-width:1050px){.top{height:92px}.brand img{width:330px;height:68px}.top nav.open{top:92px}.hero{grid-template-columns:1fr;padding:48px 5vw}.hero-copy{max-width:760px}.hero h1{font-size:clamp(52px,7vw,72px);max-width:760px}.hero-photo{max-width:760px;width:100%;margin:10px auto 0}.benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.top{height:78px}.brand img{width:250px;height:55px}.top nav.open{top:78px}.hero{padding:34px 22px 24px}.hero h1{font-size:44px;line-height:1.04}.hero p{font-size:16px}.actions{flex-direction:column;align-items:stretch}.actions .btn{width:100%}.hero-services{grid-template-columns:repeat(2,1fr)}.hero-photo{border-radius:24px}.hero-photo>img{border-radius:24px}.benefits{grid-template-columns:1fr;padding:10px 22px}}
/* V8 — compacta o topo e usa ícones lineares coerentes nas especialidades */
@media(min-width:1051px){
  .hero{padding-top:18px;transform:none;align-items:center}
  .hero-copy,.hero-photo{transform:translateY(-30px)}
}
.hero-services span:before{content:""!important;width:34px;height:34px;top:0;background-repeat:no-repeat;background-position:center;background-size:contain}
.hero-services span:nth-child(1):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23d71978' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 10c-7 0-12 5-12 12 0 8 6 13 13 13 4 0 6-2 7-5 1-4-2-6-5-6-3 0-5-2-5-5 0-4 3-7 7-7 6 0 10 5 10 11 0 9-5 16-13 18'/%3E%3Cpath d='M26 19c3 0 5 2 5 5'/%3E%3C/svg%3E")}
.hero-services span:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%232c8b67' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 7v34M7 24h34'/%3E%3Cpath d='M16 16h16v16H16z' opacity='.22'/%3E%3C/svg%3E")}
.hero-services span:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231685c0' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 8c-5 0-9 4-9 9 0 2 1 4 2 5-3 2-5 5-5 9 0 5 4 9 9 9 3 0 6-2 8-4V12c-1-2-3-4-5-4zM29 8c5 0 9 4 9 9 0 2-1 4-2 5 3 2 5 5 5 9 0 5-4 9-9 9-3 0-6-2-8-4V12c1-2 3-4 5-4z'/%3E%3Cpath d='M15 20c3 0 5 2 5 5M33 20c-3 0-5 2-5 5M16 32c3 0 5-2 5-5M32 32c-3 0-5-2-5-5'/%3E%3C/svg%3E")}
.hero-services span:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23e89a18' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 13c-5-4-11-5-17-3v27c6-2 12-1 17 3V13zM24 13c5-4 11-5 17-3v27c-6-2-12-1-17 3V13z'/%3E%3C/svg%3E")}
.hero-services span:nth-child(5):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23d71978' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='28' cy='9' r='4'/%3E%3Cpath d='M25 15l-5 9 7 5 4 11M20 24l-8 4M27 29l-9 11M25 17l9 6 6-2'/%3E%3C/svg%3E")}
@media(max-width:1050px){.hero-copy,.hero-photo{transform:none}}
/* V9 — propósito e equipe compactados para trazer os profissionais para cima */
.compact-intro{max-width:920px;padding:64px 5vw 42px}
.compact-intro h2{font-size:clamp(36px,3.5vw,50px);margin:10px 0 14px}
.compact-intro p{max-width:790px;margin:0 auto;font-size:17px;line-height:1.55}
.compact-team{padding-top:44px}
.team-intro{text-align:center;max-width:980px;margin:0 auto 28px}
.team-intro h2{font-size:clamp(34px,3.6vw,50px);margin:10px 0 13px}
.team-specialties{margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.team-specialties b{color:var(--pink);padding:0 5px}
.compact-team .team-banner{margin-top:22px}
@media(max-width:650px){.compact-intro{padding:52px 22px 32px}.compact-team{padding-top:36px}.team-intro{margin-bottom:20px}.team-specialties{font-size:14px}.compact-team .team-banner{margin-top:16px}}
/* V10 — contato com mapa real e fechamento visual da identidade */
.contact-v10{position:relative;overflow:hidden;display:grid;grid-template-columns:.82fr 1.18fr;gap:5vw;align-items:center;padding-top:78px;padding-bottom:78px;background:radial-gradient(circle at 3% 92%,rgba(215,25,120,.07),transparent 20%),radial-gradient(circle at 97% 5%,rgba(185,204,141,.25),transparent 24%),#fff}
.contact-info{position:relative;z-index:2;max-width:650px}.contact-v10 h2{margin:12px 0 18px;font-size:clamp(42px,4vw,62px)}.contact-lead{font-size:17px;line-height:1.65;color:var(--muted);max-width:620px;margin-bottom:28px}.address-line{display:flex;gap:15px;align-items:flex-start;background:#f5f9ef;border:1px solid #e1ead6;border-radius:20px;padding:18px 20px;max-width:570px}.address-line p{margin:0;color:var(--navy);line-height:1.45}.address-line small{font-size:14px;color:var(--muted)}.pin-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--pink);font-size:25px;font-weight:700;flex:0 0 40px}.contact-actions{display:flex;gap:14px;margin:24px 0 24px}.contact-actions .btn{padding:14px 22px}.contact-links{display:flex;gap:34px;flex-wrap:wrap}.contact-links a{display:flex;flex-direction:column;gap:3px}.contact-links b{font-size:14px;color:var(--navy)}.contact-links span{font-size:14px;color:var(--muted)}
.map-wrap{height:470px;border-radius:32px;overflow:hidden;position:relative;box-shadow:0 22px 55px rgba(32,74,115,.15);border:8px solid #fff}.map-wrap iframe{width:100%;height:100%;border:0;display:block}.map-badge{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.96);padding:14px 18px;border-radius:16px;box-shadow:0 8px 25px #0002;display:flex;flex-direction:column;color:var(--navy)}.map-badge b{font-size:15px}.map-badge span{font-size:12px;color:var(--muted);margin-top:2px}.contact-decor{position:absolute;pointer-events:none}.leaf-one{width:130px;height:85px;border:3px solid rgba(72,133,111,.20);border-radius:100% 0 100% 0;left:-50px;bottom:10px;transform:rotate(25deg)}.heart-one{right:2.5%;top:25px;font-size:82px;color:rgba(215,25,120,.12);transform:rotate(8deg)}
.footer-v10{min-height:150px;padding:28px 5vw;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line);background:#fcfdfb}.footer-brand{display:flex;align-items:center;gap:26px}.footer-brand img{width:300px;max-height:82px;object-fit:contain;object-position:left}.footer-brand p{font-family:'Playfair Display',serif;font-style:italic;color:var(--navy);font-size:16px;white-space:nowrap}.footer-meta{text-align:right;color:var(--muted);font-size:13px}.footer-meta>div{display:flex;justify-content:flex-end;gap:10px;color:var(--navy);font-weight:700}.footer-meta p{margin:9px 0 0}
@media(max-width:950px){.contact-v10{grid-template-columns:1fr;gap:38px}.map-wrap{height:420px}.footer-v10{flex-direction:column;align-items:flex-start}.footer-meta{text-align:left}.footer-meta>div{justify-content:flex-start}}
@media(max-width:650px){.contact-v10{padding:58px 22px}.contact-v10 h2{font-size:42px}.contact-actions{flex-direction:column}.contact-actions .btn{width:100%}.contact-links{gap:20px;flex-direction:column}.map-wrap{height:360px;border-width:5px;border-radius:24px}.map-badge{left:12px;right:12px;bottom:12px}.footer-v10{padding:25px 22px}.footer-brand{flex-direction:column;align-items:flex-start;gap:10px}.footer-brand img{width:270px}.footer-brand p{white-space:normal;margin:0}}
/* V11 — foto conjunta abaixo dos cards, sem alterar os cards */
.team-group-photo{margin:34px auto 0;max-width:1280px}
.team-group-photo img{width:100%;height:650px;object-fit:cover;object-position:center 25%;border-radius:30px;box-shadow:0 16px 38px rgba(32,74,115,.10)}
.team-group-photo figcaption{text-align:center;margin:17px auto 0;font-family:'Playfair Display',serif;font-style:italic;font-size:18px;color:var(--navy)}
@media(max-width:650px){.team-group-photo{margin-top:24px}.team-group-photo img{border-radius:22px;max-height:none}.team-group-photo figcaption{font-size:16px;line-height:1.45;padding:0 8px}}

/* V13 — compacta a transição entre Especialidades e O Espaço */
#especialidades{padding-bottom:32px}
#espaco{padding-top:38px}
@media(max-width:650px){#especialidades{padding-bottom:26px}#espaco{padding-top:32px}}

/* V14: aproxima Especialidades da equipe */
#especialidades{padding-top:42px}
@media(max-width:650px){#especialidades{padding-top:34px}}


/* V15 — seção TEA e desenvolvimento infantil */
.tea-section{background:linear-gradient(180deg,#fff 0%,#fbfcf8 100%);padding-top:64px;padding-bottom:76px;overflow:hidden}
.tea-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:end;max-width:1500px;margin:0 auto 42px}
.tea-heading h2{max-width:680px;margin-bottom:0}.tea-heading>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:680px;margin:0}
.tea-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:stretch;max-width:1500px;margin:auto}
.tea-copy{background:#f1f6e8;border-radius:32px;padding:34px 36px;position:relative}.tea-copy:after{content:'♡';position:absolute;right:24px;top:12px;font-size:52px;color:#e9a5c5;opacity:.55;transform:rotate(10deg)}
.tea-feature{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:17px 0;border-bottom:1px solid #dbe5ce}.tea-feature:last-of-type{border-bottom:0}.tea-feature>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--pink);font-weight:700;font-size:12px}.tea-feature h3{margin:0 0 6px;font-size:19px}.tea-feature p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.tea-copy blockquote{font-family:'Playfair Display',serif;font-style:italic;color:var(--navy);font-size:20px;line-height:1.45;margin:26px 0 0;padding:0 4px}
.tea-collage{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr 1fr;gap:14px;height:650px}.tea-collage img{width:100%;height:100%;object-fit:cover;border-radius:22px}.tea-collage .tea-main{grid-row:1/4;object-position:center center}.tea-collage img:nth-child(2){object-position:center 58%}.tea-collage img:nth-child(3){object-position:center center}.tea-collage img:nth-child(4){object-position:center center}
.tea-strip{max-width:1500px;margin:18px auto 0;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.tea-strip img{width:100%;height:190px;object-fit:cover;border-radius:18px}
@media(max-width:1050px){.tea-heading,.tea-layout{grid-template-columns:1fr}.tea-heading{gap:20px}.tea-collage{height:590px}.tea-strip{grid-template-columns:repeat(3,1fr)}.tea-strip img{height:220px}}
@media(max-width:650px){.tea-section{padding-top:46px;padding-bottom:58px}.tea-heading{margin-bottom:28px}.tea-heading>p{font-size:16px}.tea-layout{gap:24px}.tea-copy{padding:26px 22px;border-radius:24px}.tea-copy blockquote{font-size:18px}.tea-collage{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:330px 180px}.tea-collage .tea-main{grid-row:auto;grid-column:1/-1}.tea-collage img:nth-child(4){display:none}.tea-strip{grid-template-columns:repeat(2,1fr);gap:9px}.tea-strip img{height:155px}.tea-strip img:last-child{grid-column:1/-1;height:190px}}
/* V16 — seção TEA fiel ao layout visual aprovado */
.tea-v16{position:relative;background:radial-gradient(circle at 98% 2%,rgba(185,204,141,.18),transparent 17%),radial-gradient(circle at 1% 98%,rgba(185,204,141,.14),transparent 16%),#fff;padding:72px 4.5vw 34px!important}
.tea-v16-grid{max-width:1580px;margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:start}
.tea-v16-content{padding-top:24px}.tea-v16-content h2{font-size:clamp(46px,4.25vw,70px);line-height:1.04;margin:22px 0 20px;letter-spacing:-.025em}.tea-v16-line{width:220px;height:5px;border-radius:999px;background:linear-gradient(90deg,#ef86b7,rgba(239,134,183,.12));margin:0 0 28px}.tea-v16-lead{font-size:17px;line-height:1.72;color:var(--muted);max-width:690px;margin:0 0 32px}
.tea-v16-features{display:grid;grid-template-columns:1fr 1fr;gap:28px 30px}.tea-v16-features article{display:grid;grid-template-columns:66px 1fr;gap:15px;align-items:start}.tea-v16-features h3{font-size:19px;line-height:1.25;margin:5px 0 7px}.tea-v16-features p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}.tea-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:30px;font-weight:600}.tea-icon.pink{background:#fceaf3;color:#df3c8a}.tea-icon.green{background:#edf5e8;color:#36835d}.tea-icon.blue{background:#e9f4fb;color:#2478a7}
.tea-v16-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:760px}.tea-v16-gallery img{width:100%;height:100%;object-fit:cover;border-radius:22px;box-shadow:0 8px 24px rgba(32,74,115,.07)}.tea-v16-gallery img:nth-child(1){object-position:center 40%}.tea-v16-gallery img:nth-child(2){object-position:center 55%}.tea-v16-gallery img:nth-child(3){object-position:center center}.tea-v16-gallery img:nth-child(4){object-position:center 52%}
.tea-v16-quote{max-width:900px;margin:34px auto 0;min-height:54px;padding:12px 28px;border-radius:999px;background:#f0f6e8;display:flex;align-items:center;justify-content:center;gap:20px;color:var(--navy);text-align:center}.tea-v16-quote span{font-size:28px;color:#e83f8d}.tea-v16-quote em{font-family:'Playfair Display',serif;font-size:18px}
@media(max-width:1050px){.tea-v16-grid{grid-template-columns:1fr;gap:38px}.tea-v16-content{padding-top:0}.tea-v16-gallery{height:680px}.tea-v16-lead{max-width:850px}}
@media(max-width:650px){.tea-v16{padding:52px 22px 28px!important}.tea-v16-content h2{font-size:42px}.tea-v16-features{grid-template-columns:1fr;gap:22px}.tea-v16-gallery{height:auto;grid-template-rows:260px 260px}.tea-v16-gallery img{border-radius:16px}.tea-v16-quote{border-radius:24px;padding:14px 18px;gap:10px}.tea-v16-quote em{font-size:15px}.tea-v16-quote span{font-size:22px}}

/* V17 — refinamentos EXCLUSIVOS da versão mobile. Desktop permanece inalterado. */
.mobile-team-carousel,.mobile-location-photo{display:none}
@media(max-width:650px){
  /* Cabeçalho mais leve e melhor proporcionado */
  .top{height:72px;padding:8px 18px}
  .brand{display:block;max-width:78%}
  .brand img{width:228px;height:48px;object-fit:contain;object-position:left center}
  .menu{font-size:25px;line-height:1;padding:7px}
  .top nav.open{top:72px}

  /* Hero: especialidades mais compactas e fachada chega mais cedo */
  .hero{padding-top:28px;padding-bottom:42px;gap:28px}
  .hero-services{grid-template-columns:1fr 1fr;gap:16px 8px;margin-top:22px}
  .hero-services span{font-size:12px;padding-top:29px;line-height:1.2}
  .hero-services span:before{font-size:23px}
  .hero-services span:last-child{grid-column:1/-1;max-width:160px;justify-self:center;width:100%}
  .hero-note{margin-top:20px!important;font-size:15px!important;line-height:1.4!important}
  .hero-photo{height:390px}
  .location-card{padding:13px 16px;border-radius:16px}

  /* Botão flutuante não cobre mais conteúdo */
  .float{right:12px;bottom:12px;width:52px;height:52px;padding:0;border-radius:50%;font-size:0;display:grid;place-items:center}
  .float:before{content:'☎';font-size:23px;line-height:1;color:#fff;transform:rotate(-18deg)}

  /* Propósito mais compacto */
  .compact-intro{padding-top:50px!important;padding-bottom:48px!important}
  .compact-intro h2{font-size:39px;line-height:1.08}
  .compact-intro p{font-size:16px;line-height:1.55}

  /* Equipe: cards legíveis em carrossel somente no celular */
  .compact-team{padding-top:52px!important;padding-bottom:52px!important;overflow:hidden}
  .compact-team .team-banner{display:none}
  .mobile-team-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 0 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .mobile-team-carousel::-webkit-scrollbar{display:none}
  .mobile-person{flex:0 0 82%;scroll-snap-align:center;background:#fff;border:1px solid #e4eadf;border-radius:22px;overflow:hidden;box-shadow:0 10px 26px rgba(32,74,115,.08)}
  .mobile-person img{width:100%;height:330px;object-fit:cover;object-position:center top;background:#f5f8f1}
  .mobile-person div{padding:18px 18px 20px}
  .mobile-person span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--pink);font-weight:700}
  .mobile-person h3{font-size:21px;margin:6px 0 8px}
  .mobile-person p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}
  .team-specialties{font-size:14px!important;line-height:1.7!important}
  .team-group-photo{margin-top:18px}
  .team-group-photo img{height:520px;object-fit:cover;object-position:center top}

  /* Especialidades: cards menores e leitura mais rápida */
  #especialidades{padding-top:48px!important;padding-bottom:38px!important}
  #especialidades .section-head{gap:8px;margin-bottom:26px}
  #especialidades .section-head h2{font-size:40px}
  #especialidades .section-head p{font-size:16px;line-height:1.55;margin-top:4px}
  .services{gap:12px}
  .services article{min-height:0;padding:20px 20px 18px;border-radius:20px}
  .services i{font-size:13px}
  .services h3{font-size:20px;margin:8px 0 7px}
  .services p{font-size:14px;line-height:1.48;margin:0}

  /* TEA: título e texto mais equilibrados; mantém destaque de referência */
  .tea-v16{padding:48px 22px 28px!important}
  .tea-v16-content h2{font-size:38px;line-height:1.06;margin:16px 0 16px}
  .tea-v16-line{width:170px;margin-bottom:20px}
  .tea-v16-lead{font-size:16px;line-height:1.62;margin-bottom:26px}
  .tea-v16-features{gap:18px}
  .tea-v16-features article{grid-template-columns:56px 1fr;gap:13px}
  .tea-icon{width:50px;height:50px;font-size:25px}
  .tea-v16-features h3{font-size:18px;margin-top:3px}
  .tea-v16-features p{font-size:13px}
  .tea-v16-gallery{grid-template-rows:225px 225px;gap:10px}
  .tea-v16-quote{margin-top:22px}

  /* CTA sem repetição de ação logo antes do contato */
  .cta{margin:0 18px;padding:32px 24px;border-radius:28px}
  .cta h2{font-size:38px}
  .cta .btn.light{width:100%;padding:14px 12px;font-size:15px}
  .contact-actions .btn.outline{display:none}

  /* No celular substitui o iframe pesado pela fachada clicável; elimina o grande vazio */
  .contact-v10{padding-top:52px;padding-bottom:48px;gap:28px}
  .map-wrap{display:none}
  .mobile-location-photo{display:block;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(32,74,115,.12);border:5px solid #fff;background:#f7faf5}
  .mobile-location-photo img{width:100%;height:360px;object-fit:cover;object-position:center 34%}
  .mobile-location-photo span{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.96);padding:13px 15px;border-radius:15px;display:flex;flex-direction:column;box-shadow:0 6px 18px #0002}
  .mobile-location-photo b{font-size:15px;color:var(--navy)}
  .mobile-location-photo small{font-size:12px;color:var(--muted);margin-top:2px}

  .footer-v10{padding-bottom:82px}
}

/* V18 — ajustes exclusivos MOBILE: fundo dos cards + foto completa da equipe */
@media(max-width:650px){
  /* Mantém o carrossel, mas integra os cards ao mesmo fundo suave do site */
  .mobile-team-carousel{background:transparent}
  .mobile-person{background:var(--cream);border-color:var(--line)}
  .mobile-person img{background:var(--cream)}
  .mobile-person div{background:var(--cream)}

  /* Exibe a foto coletiva inteira, sem recorte lateral ou vertical */
  .team-group-photo{width:100%;max-width:100%;overflow:visible}
  .team-group-photo img{width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;border-radius:22px}
  .team-group-photo figcaption{padding:0 12px;margin-top:16px}
}

/* V19 — MOBILE: retratos usam exatamente o mesmo fundo visual do banner desktop */
@media(max-width:650px){
  .mobile-person img{
    height:330px;
    object-fit:cover;
    object-position:center top;
    padding:0;
    background:#fff;
  }
}

/* Typography refinement: section eyebrow labels */
.eyebrow{font-family:'Montserrat',sans-serif;font-weight:600;letter-spacing:1.5px;}

/* V24 — MOBILE: enquadramento uniforme dos retratos da equipe, seguindo Jescica */
@media(max-width:650px){
  .mobile-person{position:relative}
  .mobile-person img{display:block;width:100%;height:330px;object-fit:cover;object-position:center top}
  .mobile-person:nth-child(2) img,
  .mobile-person:nth-child(3) img,
  .mobile-person:nth-child(4) img,
  .mobile-person:nth-child(5) img{
    transform:scale(1.16);
    transform-origin:center top;
  }
}

/* V25 — MOBILE: Jescica com o mesmo enquadramento dos demais profissionais */
@media(max-width:650px){
  .mobile-person:nth-child(1) img{
    transform:scale(1.16);
    transform-origin:center top;
  }
}

/* V26 — MOBILE: Jescica já possui enquadramento mais fechado na imagem-fonte.
   Mantém os demais com o ajuste V24 e remove o zoom extra somente dela. */
@media(max-width:650px){
  .mobile-person:nth-child(1) img{
    transform:none!important;
    transform-origin:center top;
  }
}

/* V28 — MOBILE: cards da equipe sem sobreposição e retratos com enquadramento uniforme */
@media(max-width:650px){
  .mobile-person{overflow:hidden}
  .mobile-person img,
  .mobile-person:nth-child(1) img,
  .mobile-person:nth-child(2) img,
  .mobile-person:nth-child(3) img,
  .mobile-person:nth-child(4) img,
  .mobile-person:nth-child(5) img{
    width:100%;
    height:330px;
    display:block;
    object-fit:cover;
    object-position:center top;
    transform:none!important;
    transform-origin:center top;
  }
  .mobile-person div{
    position:relative;
    z-index:2;
    background:var(--cream);
    padding:20px 18px 22px;
  }
  .mobile-person h3{
    margin:7px 0 10px;
    line-height:1.18;
    overflow:visible;
  }
}

/* v29 — somente mobile: ícone oficial do WhatsApp no botão flutuante */
@media(max-width:650px){
  .float:before{
    content:'';
    width:27px;
    height:27px;
    transform:none;
    background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.44c-.28-.14-1.65-.81-1.9-.91-.26-.09-.44-.14-.63.14-.19.28-.72.91-.88 1.1-.16.19-.32.21-.6.07-.28-.14-1.18-.43-2.24-1.38-.83-.74-1.39-1.65-1.55-1.93-.16-.28-.02-.43.12-.57.13-.13.28-.32.42-.49.14-.16.19-.28.28-.46.09-.19.05-.35-.02-.49-.07-.14-.63-1.51-.86-2.07-.23-.55-.46-.47-.63-.48h-.54c-.19 0-.49.07-.74.35-.26.28-.98.96-.98 2.34s1 2.71 1.14 2.9c.14.19 1.97 3.01 4.77 4.22.67.29 1.19.46 1.6.59.67.21 1.28.18 1.76.11.54-.08 1.65-.67 1.88-1.32.23-.65.23-1.2.16-1.32-.07-.12-.26-.19-.54-.33z'/%3E%3Cpath fill='%23fff' d='M16.03 3.2A12.7 12.7 0 0 0 5.16 22.47L3.35 29l6.68-1.75a12.7 12.7 0 1 0 6-24.05zm0 22.99c-2.05 0-4.05-.55-5.79-1.59l-.42-.25-3.96 1.04 1.06-3.86-.27-.43a10.28 10.28 0 1 1 9.38 5.09z'/%3E%3C/svg%3E");
  }
}

/* V30 — desktop: remove decorative outline behind hero heading */
@media (min-width:1051px){
  .hero:before{display:none!important;content:none!important;}
}

/* V31 — Conteúdos */
.content-home{background:#fffdf9}.content-head{align-items:end}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}.content-card{background:#fff;border:1px solid rgba(18,69,105,.09);border-radius:26px;overflow:hidden;box-shadow:0 16px 40px rgba(22,60,78,.07)}.content-card img{width:100%;height:230px;object-fit:cover;display:block}.content-card>div{padding:24px}.content-card span{color:#e60070;text-transform:uppercase;font-size:.76rem;font-weight:700;letter-spacing:.1em}.content-card h3{color:#174f79;font-size:1.35rem;line-height:1.2;margin:10px 0}.content-card p{color:#697682;line-height:1.65;margin:0 0 18px}.content-card a{color:#174f79;font-weight:700;text-decoration:none}.content-more{text-align:center;margin-top:30px}
.blog-page{max-width:1180px;margin:0 auto;padding:150px 28px 80px}.blog-hero{text-align:center;max-width:760px;margin:0 auto 42px}.blog-hero h1{font-family:'Playfair Display',serif;color:#174f79;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.05;margin:12px 0}.blog-hero p{color:#697682;font-size:1.08rem;line-height:1.7}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-page{max-width:900px;margin:0 auto;padding:145px 28px 90px}.article-page .eyebrow{display:block}.article-page h1{font-family:'Playfair Display',serif;color:#174f79;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.08;margin:12px 0 22px}.article-page .lead{font-size:1.2rem;color:#657480;line-height:1.7}.article-cover{width:100%;max-height:480px;object-fit:cover;border-radius:28px;margin:30px 0}.article-body{max-width:720px;margin:auto;color:#445866;font-size:1.06rem;line-height:1.85}.article-body h2{color:#174f79;font-family:'Playfair Display',serif;font-size:2rem;margin-top:38px}.article-cta{margin-top:42px;padding:28px;border-radius:24px;background:#f3f7ef;text-align:center}.article-cta h3{color:#174f79;margin-top:0}
@media(max-width:800px){.content-grid,.blog-grid{grid-template-columns:1fr}.content-card img{height:220px}.blog-page,.article-page{padding-top:110px}.content-head{display:block}}
/* V32 — capas temáticas e compartilhamento */
.content-card .topic-cover{height:230px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff9f7,#f2f8f3);border-bottom:1px solid rgba(18,66,101,.08)}
.topic-cover::before,.topic-cover::after{content:"";position:absolute;border-radius:50%;filter:blur(1px);opacity:.65}.topic-cover::before{width:170px;height:170px;background:#f9dce6;right:-45px;top:-55px}.topic-cover::after{width:150px;height:150px;background:#dfeee2;left:-45px;bottom:-55px}.topic-visual{z-index:1;width:120px;height:120px;border-radius:32px;background:#fff;box-shadow:0 14px 35px rgba(20,60,90,.10);display:flex;align-items:center;justify-content:center;font-size:58px}.topic-cover small{position:absolute;z-index:1;bottom:17px;left:22px;color:#194d73;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:11px}
.share-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.share-btn{border:0;border-radius:999px;padding:11px 16px;font:600 14px 'DM Sans',sans-serif;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.share-btn.whatsapp{background:#e9f7ef;color:#137a46}.share-btn.instagram{background:#fcecf3;color:#b82c68}.card-share{padding:0 22px 22px;margin-top:-4px}.card-share .share-btn{padding:9px 12px;font-size:12px}
.article-cover.topic-article-cover{height:360px;object-fit:cover;background:#f6f8f5}
@media(max-width:700px){.content-card .topic-cover{height:205px}.article-cover.topic-article-cover{height:260px}.share-row{gap:8px}.share-btn{font-size:13px;padding:10px 13px}}

/* V33 - capas tematicas dentro dos artigos */
.article-topic-cover{margin:30px 0 38px;min-height:260px;border-radius:28px;background:linear-gradient(135deg,#fff8f6,#f1f7f2);display:flex;align-items:center;justify-content:center;gap:28px;padding:42px;position:relative;overflow:hidden;border:1px solid rgba(18,66,101,.07)}
.article-topic-cover:before,.article-topic-cover:after{content:"";position:absolute;border-radius:50%;opacity:.55}.article-topic-cover:before{width:230px;height:230px;background:#f9dce6;right:-70px;top:-90px}.article-topic-cover:after{width:210px;height:210px;background:#dfeee2;left:-80px;bottom:-100px}.article-topic-cover>div{position:relative;z-index:1}.article-topic-icon{flex:0 0 126px;width:126px;height:126px;border-radius:34px;background:white;display:flex;align-items:center;justify-content:center;font-size:62px;box-shadow:0 14px 35px rgba(20,60,90,.10)}.article-topic-cover small{display:block;color:#e60068;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.12em;margin-bottom:12px}.article-topic-cover strong{display:block;max-width:480px;color:#174f79;font-family:'Playfair Display',serif;font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.18}
@media(max-width:700px){.article-topic-cover{min-height:230px;padding:30px 24px;gap:18px;flex-direction:column;text-align:center}.article-topic-icon{flex-basis:96px;width:96px;height:96px;font-size:48px;border-radius:28px}}
