:root{--teal:#0d9488;--teal-light:#14b8a6;--teal-dark:#0f766e;--warm:#fff8f0;--warm-dark:#fff0e0;--amber:#f59e0b;--text:#334155;--text-light:#64748b;--text-dark:#1e293b;--white:#fff;--shadow-sm:0 2px 8px #0d948814;--shadow-md:0 8px 30px #0d94881f;--shadow-lg:0 20px 60px #0d94882e;--font-display:"Sora", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.7;overflow-x:hidden}#root{width:100%;min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text-dark);line-height:1.15}.section-padding{padding:clamp(3rem,8vh,6rem) clamp(1rem,4vw,3rem)}::selection{background:var(--teal-light);color:var(--white)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--warm)}::-webkit-scrollbar-thumb{background:var(--teal-light);border-radius:3px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pawPrint{0%{opacity:0;transform:scale(.5)rotate(-20deg)}50%{opacity:1;transform:scale(1)rotate(0)}to{opacity:0;transform:scale(.5)rotate(20deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}main{width:100%;overflow-x:hidden}main>section,main>footer{overflow-x:hidden}.nav{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #0d948814;transition:box-shadow .4s;position:fixed;top:0;left:0;right:0}.nav--scrolled{box-shadow:0 4px 30px #0000000f}.nav__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.6rem clamp(1rem,4vw,3rem);display:flex}.nav__logo img{width:auto;height:44px}.nav__links{gap:1.75rem;list-style:none;display:flex}.nav__links a{color:var(--text);font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.nav__links a:after{content:"";background:var(--teal);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav__links a:hover{color:var(--teal-dark)}.nav__links a:hover:after{width:100%}.nav__actions{align-items:center;gap:.75rem;display:flex}.nav__phone{color:var(--text);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:inline-flex}.nav__cta{background:var(--teal);color:var(--white);border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.82rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 15px #0d948840}.nav__cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0d948859}.nav__cta svg,.nav__phone svg{flex-shrink:0}.nav__toggle{color:var(--text-dark);display:none}.nav__mobile{z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.nav__mobile ul{text-align:center;flex-direction:column;gap:1.5rem;list-style:none;display:flex}.nav__mobile ul a{font-family:var(--font-display);color:var(--text-dark);font-size:1.8rem;font-weight:600}.nav__mobile-cta{background:var(--teal);color:var(--white);border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}@media (width<=900px){.nav__links,.nav__actions{display:none}.nav__toggle{display:block}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg img{object-fit:cover;width:100%;height:100%}.hero__overlay{background:linear-gradient(135deg,#0d9488d9 0%,#0f766eb3 40%,#1e293b99 100%);position:absolute;inset:0}.hero__content{z-index:2;max-width:650px;color:var(--white);padding:clamp(7rem,15vh,10rem) clamp(1rem,4vw,4rem) clamp(3rem,8vh,6rem);position:relative}.hero__paw{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:56px;height:56px;color:var(--white);background:#ffffff26;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:3s ease-in-out infinite float;display:inline-flex}.hero__title{color:var(--white);overflow-wrap:break-word;margin-bottom:1.25rem;font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:700;line-height:1.1}.hero__sub{color:#ffffffd9;overflow-wrap:break-word;max-width:500px;margin-bottom:2rem;font-size:clamp(.9rem,1.8vw,1.1rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;transition:all .35s;display:inline-flex}.hero__btn svg{flex-shrink:0}.hero__btn--primary{background:var(--white);color:var(--teal-dark);box-shadow:0 6px 25px #00000026}.hero__btn--primary:hover{transform:translateY(-3px);box-shadow:0 10px 40px #0003}.hero__btn--secondary{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff4d}.hero__btn--secondary:hover{background:#ffffff40}@media (width<=768px){.hero__content{padding:7rem 1rem 3rem}.hero__actions{flex-direction:column}.hero__btn{justify-content:center;width:100%}}.sobre{background:var(--warm);padding:clamp(3rem,8vh,6rem) clamp(1rem,4vw,3rem);overflow:hidden}.sobre__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(2rem,4vw,4rem);max-width:1100px;margin:0 auto;display:grid}.sobre__img{border-radius:20px;position:relative;overflow:hidden}.sobre__img img{aspect-ratio:4/5;object-fit:cover;border-radius:20px;width:100%}.sobre__img-badge{background:var(--teal);color:var(--white);box-shadow:var(--shadow-md);border-radius:14px;padding:.75rem 1.25rem;font-size:1.1rem;font-weight:700;position:absolute;bottom:1.5rem;right:1.5rem}.sobre__label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.sobre__title{margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.sobre__title em{color:var(--teal);font-style:normal}.sobre__desc{color:var(--text-light);margin-bottom:1.5rem;font-size:.92rem;line-height:1.8}.sobre__stats{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.sobre__stat{text-align:center;background:var(--white);border:1px solid #0d94881a;border-radius:14px;padding:1rem}.sobre__stat-num{font-family:var(--font-display);color:var(--teal);font-size:1.5rem;font-weight:700;line-height:1.2}.sobre__stat-label{color:var(--text-light);margin-top:.2rem;font-size:.72rem}@keyframes sobreFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.sobre__grid{grid-template-columns:1fr}.sobre__stats{grid-template-columns:repeat(3,1fr)}}@media (width<=400px){.sobre{padding:2.5rem 1rem}.sobre__stats{grid-template-columns:1fr 1fr 1fr;gap:.5rem}.sobre__stat{padding:.75rem .5rem}}.svc{background:var(--white);padding:clamp(3rem,8vh,6rem) clamp(1rem,4vw,3rem);overflow:hidden}.svc__header{text-align:center;max-width:600px;margin:0 auto 3rem}.svc__label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.svc__title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.svc__title em{color:var(--teal);font-style:normal}.svc__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}.srv-card{background:var(--warm);border:1px solid #0d948814;border-radius:16px;padding:1.75rem;transition:all .4s;position:relative;overflow:hidden}.srv-card:hover{box-shadow:var(--shadow-md);border-color:var(--teal-light);transform:translateY(-6px)}.srv-card__icon{background:linear-gradient(135deg, var(--teal), var(--teal-dark));width:48px;height:48px;color:var(--white);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.srv-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.srv-card p{color:var(--text-light);font-size:.85rem;line-height:1.6}.srv-card__line{background:linear-gradient(90deg, var(--teal), var(--teal-light));width:0;height:3px;transition:width .5s;position:absolute;bottom:0;left:0}.srv-card:hover .srv-card__line{width:100%}@keyframes cardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.esp{background:linear-gradient(180deg, var(--teal-dark) 0%, var(--teal) 100%);color:var(--white);overflow:hidden}.esp__header{text-align:center;max-width:600px;margin:0 auto 3rem}.esp__label{letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.esp__title{color:var(--white);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}.esp__title em{color:#fcd34d;font-style:normal}.esp__grid{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:1100px;margin:0 auto;display:flex}.esp__chip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);background:#ffffff1a;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.85rem;font-weight:500;transition:background .3s,transform .3s;display:inline-flex}.esp__chip:hover{background:#fff3;transform:translateY(-2px)}.esp__chip svg{flex-shrink:0}@media (width<=600px){.esp__chip{padding:.55rem 1rem;font-size:.78rem}}.estrutura{background:var(--warm);padding:clamp(3rem,8vh,6rem) clamp(1rem,4vw,3rem);overflow:hidden}.estrutura__header{text-align:center;max-width:600px;margin:0 auto 3rem}.estrutura__label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.estrutura__title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.estrutura__title em{color:var(--teal);font-style:normal}.estrutura__gallery{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:0 auto;display:grid}.estrutura__item{border-radius:16px;position:relative;overflow:hidden}.estrutura__item:first-child{grid-row:span 2}.estrutura__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.estrutura__item:hover img{transform:scale(1.05)}.estrutura__item-label{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d9488e6;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.75rem;left:.75rem}@keyframes galleryReveal{0%{opacity:0;clip-path:inset(100%)}to{opacity:1;clip-path:inset(0%)}}@media (width<=600px){.estrutura__gallery{grid-template-columns:1fr 1fr}.estrutura__item:first-child{grid-area:span 1/span 2}}.depo{background:var(--white);padding:clamp(3rem,8vh,6rem) clamp(1rem,4vw,3rem);overflow:hidden}.depo__header{text-align:center;max-width:600px;margin:0 auto 3rem}.depo__label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.depo__title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.depo__title em{color:var(--teal);font-style:normal}.depo__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}.depo__card{background:var(--warm);border:1px solid #0d948814;border-radius:16px;padding:2rem;transition:all .3s;position:relative}.depo__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.depo__stars{color:var(--amber);gap:3px;margin-bottom:1rem;display:flex}.depo__text{color:var(--text);margin-bottom:1rem;font-size:.92rem;font-style:italic;line-height:1.7}.depo__author{color:var(--teal-dark);font-size:.85rem;font-weight:600}.depo__source{color:var(--text-light);font-size:.75rem}@keyframes depoSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=400px){.depo__grid{grid-template-columns:1fr}}.contato{background:var(--warm);padding:clamp(3rem,8vh,6rem) clamp(1rem,4vw,3rem);overflow:hidden}.contato__inner{max-width:1100px;margin:0 auto}.contato__header{text-align:center;max-width:600px;margin:0 auto 3rem}.contato__label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.contato__title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.contato__title em{color:var(--teal);font-style:normal}.contato__grid{grid-template-columns:1fr 1.2fr;gap:2rem;display:grid}.contato__info{flex-direction:column;gap:1rem;display:flex}.contato__item{background:var(--white);border:1px solid #0d948814;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1.25rem;transition:all .3s;display:flex}.contato__item:hover{border-color:var(--teal-light);transform:translateY(-3px)}.contato__item-icon{background:linear-gradient(135deg, var(--teal), var(--teal-dark));width:44px;height:44px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contato__item h4{margin-bottom:.2rem;font-size:.88rem;font-weight:600}.contato__item p{color:var(--text-light);font-size:.82rem;line-height:1.5}.contato__item a{color:var(--teal-dark);font-weight:500}.contato__btns{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.contato__btn{border-radius:100px;align-items:center;gap:8px;padding:.8rem 1.5rem;font-size:.88rem;font-weight:600;transition:all .3s;display:inline-flex}.contato__btn svg{flex-shrink:0}.contato__btn--wa{color:var(--white);background:#25d366;box-shadow:0 4px 15px #25d3664d}.contato__btn--wa:hover{transform:translateY(-2px);box-shadow:0 6px 25px #25d36666}.contato__btn--phone{background:var(--teal);color:var(--white);box-shadow:0 4px 15px #0d94884d}.contato__btn--phone:hover{transform:translateY(-2px)}.contato__map{box-shadow:var(--shadow-md);border-radius:16px;overflow:hidden}.contato__map iframe{border:none;width:100%;height:100%;min-height:350px}@keyframes contatoReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.contato__grid{grid-template-columns:1fr}}.footer{background:var(--text-dark);color:var(--white);padding:clamp(3rem,6vh,5rem) clamp(1rem,4vw,3rem) 1.5rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, var(--teal), var(--teal-light), var(--teal));height:3px;position:absolute;top:0;left:0;right:0}.footer__inner{max-width:1100px;margin:0 auto}.footer__top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer__brand img{filter:brightness(2);width:auto;height:45px;margin-bottom:1rem}.footer__brand p{color:#ffffff8c;max-width:260px;font-size:.82rem;line-height:1.6}.footer__social{gap:.6rem;margin-top:.75rem;display:flex}.footer__social a{width:36px;height:36px;color:var(--white);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer__social a:hover{background:var(--teal);transform:translateY(-2px)}.footer__col h4{letter-spacing:.1em;text-transform:uppercase;color:var(--teal-light);margin-bottom:1rem;font-size:.75rem;font-weight:600}.footer__col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer__col ul a,.footer__col ul li{color:#ffffff8c;font-size:.82rem;transition:color .3s}.footer__col ul a:hover{color:var(--teal-light)}.footer__bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.25rem;display:flex}.footer__bottom p{color:#ffffff59;font-size:.72rem}@media (width<=768px){.footer__top{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer__top{grid-template-columns:1fr}}.waf{z-index:900;align-items:center;gap:.75rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.waf__btn{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;animation:2s infinite wafPulse;display:flex;box-shadow:0 4px 20px #25d36666}.waf__btn:hover{transform:scale(1.1)}.waf__tip{background:var(--white);box-shadow:var(--shadow-md);white-space:nowrap;border-radius:10px;padding:.5rem .9rem;font-size:.78rem;font-weight:500}@keyframes wafPulse{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}}@media (width<=768px){.waf__tip{display:none}.waf__btn{width:50px;height:50px}}
