
:root{--orange:#ff8b24;--orange-dark:#ec7410;--purple:#a000a6;--ink:#292929;--muted:#666;--line:#e8e2de}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.55;background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.top-note{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;font-size:12px}.credit{text-decoration:underline}
.phonebar{height:49px;background:var(--orange);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;gap:8px}.phonebar img{width:18px;height:18px;object-fit:contain}
.header{background:#fff;border-bottom:1px solid #eee}.nav{min-height:102px;display:flex;align-items:center;justify-content:space-between}.logo{width:205px}.menu{display:flex;align-items:center;gap:4px}.menu>a,.drop>button{border:0;background:none;padding:14px 16px;font-size:15px;cursor:pointer}.menu>a:hover,.drop>button:hover{color:var(--purple)}.drop{position:relative}.drop-content{display:none;position:absolute;top:52px;left:0;min-width:260px;background:#fff;border:1px solid #eee;box-shadow:0 12px 25px #0002;z-index:60}.drop:hover .drop-content,.drop:focus-within .drop-content{display:block}.drop-content a{display:block;padding:10px 13px;font-size:14px}.drop-content a:hover{background:#faf4fb;color:var(--purple)}.cta{background:var(--orange)!important;color:#fff!important;border-radius:12px;font-weight:700;padding:15px 22px!important}.toggle{display:none;background:#fff;border:1px solid #ddd;font-size:22px;padding:8px 11px}
.hero{position:relative;height:625px;overflow:hidden}.hero .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.53)}.hero-inner{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:1fr 400px;gap:45px;align-items:center}.hero-copy{color:#fff}.hero-copy h1{font-size:clamp(44px,5.3vw,64px);line-height:1.02;margin:0 0 28px;max-width:650px}.hero-copy .cta-big{display:inline-flex;background:var(--orange);color:#fff;border-radius:28px;padding:15px 28px;font-size:18px}.lead-form{background:rgba(18,18,18,.65);padding:25px}.lead-form input,.lead-form textarea{width:100%;padding:13px 15px;margin:0 0 12px;border:0;background:#fff;font:inherit}.lead-form textarea{min-height:90px}.lead-form button{width:100%;padding:14px;background:var(--orange);border:0;color:#fff;font-weight:700;font-size:15px}
.section{padding:85px 0}.section.alt{background:#f7f7f7}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.copy h2{font-size:34px;margin:0 0 18px}.copy p{font-size:17px;color:#4f4f4f}.photo{overflow:hidden}.photo img{width:100%;height:420px;object-fit:cover}
.section-head{text-align:center;max-width:780px;margin:0 auto 35px}.section-head h2{font-size:37px;line-height:1.12;margin:0 0 12px}.section-head p{color:var(--muted)}
.specialties{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.spec{display:grid;grid-template-columns:210px 1fr;background:#fff;border:1px solid var(--line)}.spec img{width:100%;height:100%;min-height:220px;object-fit:cover}.spec div{padding:22px}.spec h3{font-size:21px;margin:0 0 10px}.spec p{font-size:15px;color:#555}.spec a{color:var(--purple);font-weight:700}
.cta-band{background:var(--orange);color:#fff;text-align:center;padding:42px 20px}.cta-band a{display:inline-block;background:#fff;color:var(--orange-dark);padding:13px 25px;font-weight:800}
.footer{padding:55px 0 15px;background:#fff;border-top:1px solid #eee}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:38px}.footer-logo{width:200px}.footer h3{font-size:17px}.footer p{color:#555}.social{display:flex;gap:10px;margin-top:15px}.social a{width:38px;height:38px;border-radius:50%;background:#eee;display:grid;place-items:center;font-weight:800}.footer-bottom{border-top:1px solid #eee;margin-top:30px;padding-top:14px;display:flex;justify-content:space-between;color:#777;font-size:13px}
.page-hero{background:#f8f1eb;padding:65px 0;border-bottom:1px solid var(--line)}.page-hero h1{font-size:48px;margin:0 0 10px}.page-hero p{font-size:18px;color:#666}.locations{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.loc{border:1px solid var(--line);padding:22px}.loc h3{margin:0;color:var(--orange-dark)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.contact-card{border:1px solid var(--line);padding:25px}.contact-card img{height:320px;width:100%;object-fit:cover}.field{margin-bottom:14px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:5px}.field input,.field textarea{width:100%;padding:12px;border:1px solid #ddd;font:inherit}.field textarea{min-height:140px}.floating-whats{position:fixed;left:22px;bottom:20px;z-index:80;width:62px;height:62px}.floating-whats img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 9px #0003)}
@media(max-width:980px){.toggle{display:block}.menu{display:none;position:absolute;top:102px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:8px 18px;z-index:55}.menu.open{display:flex}.drop-content{position:static;box-shadow:none;border:0}.hero{height:auto;min-height:720px}.hero-inner{grid-template-columns:1fr;padding:70px 0}.lead-form{max-width:480px}.specialties{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.top-note{height:auto;padding:7px 13px;flex-direction:column;gap:3px}.phonebar{font-size:16px}.logo{width:180px}.section{padding:60px 0}.two-col,.contact-grid{grid-template-columns:1fr}.spec{grid-template-columns:1fr}.spec img{height:230px}.locations{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:7px}.hero-copy h1{font-size:40px}}

/* Rodapé: todas as unidades, mantendo a leitura limpa e organizada */
.footer-addresses{min-width:0}
.footer-locations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}
.footer-locations p{margin:0;color:#555;font-size:13px;line-height:1.45}
.footer-locations strong{color:#263238;font-weight:700}
.footer-all-units{display:inline-block;margin-top:16px;font-weight:700}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-addresses{grid-column:1 / -1}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-addresses{grid-column:auto}.footer-locations{grid-template-columns:1fr;gap:10px}}

/* Galeria Ativit - reprodução do formato visual do site original */
.ativit-gallery{padding:30px 0 55px;background:#fff}
.gallery-main{width:100%;height:360px;overflow:hidden;background:#f3f3f3;border-radius:0 0 3px 3px}
.gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}
.gallery-strip-wrap{position:relative;margin:18px auto 0;display:flex;align-items:center;gap:10px}
.gallery-strip{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;flex:1;padding:2px 4px}
.gallery-strip::-webkit-scrollbar{display:none}
.gallery-thumb{flex:0 0 120px;width:120px;height:120px;padding:0;border:0;background:#fff;cursor:pointer;overflow:hidden;opacity:.82;transition:transform .2s,opacity .2s,box-shadow .2s}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.gallery-thumb:hover,.gallery-thumb.active{opacity:1;transform:translateY(-2px);box-shadow:0 3px 12px #0002}
.gallery-thumb.active{outline:3px solid var(--orange);outline-offset:-3px}
.gallery-arrow{flex:0 0 36px;width:36px;height:50px;border:0;border-radius:5px;background:rgba(0,0,0,.06);color:#555;font-size:32px;line-height:1;cursor:pointer}
.gallery-arrow:hover{background:var(--orange);color:#fff}
.gallery-more{text-align:center;margin-top:35px}
.gallery-more .cta{border-radius:28px;padding:13px 30px!important;min-width:210px;text-align:center}
@media(max-width:640px){.ativit-gallery{padding:20px 0 45px}.gallery-main{height:230px}.gallery-thumb{flex-basis:88px;width:88px;height:88px}.gallery-strip{gap:10px}.gallery-arrow{display:none}}
