:root{--blue-deep:#1e3a5f;--blue-medium:#2a5080;--blue-light:#3a6ea5;--blue-accent:#2196f3;--copper:#c8956a;--copper-light:#d4a882;--copper-dark:#a87850;--cream:#faf7f2;--cream-dark:#f0ebe3;--white:#fff;--text-dark:#1a1a2e;--text-body:#4a4a5a;--text-light:#7a7a8a;--border-light:#e8e4de;--font-display:"Source Serif 4", Georgia, serif;--font-body:"Inter Tight", system-ui, sans-serif;font-family:var(--font-body);color:var(--text-body);background:var(--cream);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body,#root{width:100%;max-width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--blue-deep);color:var(--white)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--blue-deep);border-radius:3px}section,footer{width:100%;max-width:100%}.navbar-topbar{background:var(--blue-deep);padding:.4rem 2rem}.navbar-topbar__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar-topbar__phone{color:var(--copper-light);letter-spacing:.03em;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.navbar-topbar__text{color:#ffffff80;letter-spacing:.03em;font-size:.72rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#faf7f2e6;transition:all .4s cubic-bezier(.16,1,.3,1);position:sticky;top:0}.navbar--scrolled{box-shadow:0 2px 20px #1e3a5f14}.navbar__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex}.navbar__logo-img{width:auto;height:36px}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__link{color:var(--text-body);font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.navbar__link:after{content:"";background:var(--copper);width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--blue-deep)}.navbar__link:hover:after{width:100%}.navbar__cta{background:var(--blue-deep);color:var(--white);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:.55rem 1.4rem;font-size:.82rem;font-weight:600;transition:all .3s;display:inline-flex}.navbar__cta:hover{background:var(--blue-medium);transform:translateY(-1px);box-shadow:0 4px 12px #1e3a5f33}.navbar__cta--desktop{display:inline-flex}.navbar__toggle{color:var(--blue-deep);cursor:pointer;background:0 0;border:none;display:none}@media (width<=968px){.navbar-topbar__text{display:none}.navbar__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:999;background:#faf7f2fa;flex-direction:column;justify-content:center;gap:2rem;transition:opacity .3s;position:fixed;inset:0}.navbar__links--open{opacity:1;pointer-events:all}.navbar__cta--desktop{display:none}.navbar__toggle{z-index:1001;display:block}.navbar__logo-img{height:30px}}.hero{background:linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);padding:clamp(3rem,6vw,6rem) 2rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#1e3a5f0a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.hero__content{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero__badge{color:var(--blue-deep);background:#1e3a5f14;border:1px solid #1e3a5f26;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.15}.hero__title-accent{color:var(--blue-deep);font-style:italic;font-weight:700}.hero__subtitle{color:var(--text-body);max-width:500px;margin-bottom:2rem;font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.8}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero__btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:.85rem 1.75rem;font-size:.85rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero__btn--primary{background:var(--blue-deep);color:var(--white);box-shadow:0 4px 14px #1e3a5f40}.hero__btn--primary:hover{background:var(--blue-medium);transform:translateY(-2px);box-shadow:0 8px 24px #1e3a5f4d}.hero__btn--outline{color:var(--blue-deep);border:2px solid var(--blue-deep);background:0 0}.hero__btn--outline:hover{background:var(--blue-deep);color:var(--white)}.hero__trust{color:var(--text-light);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.hero__trust-stars{color:var(--copper);gap:2px;display:flex}.hero__trust-dot{background:var(--border-light);border-radius:50%;width:4px;height:4px}.hero__right{justify-content:center;display:flex}.hero__image-wrapper{max-width:500px;position:relative}.hero__image{border-radius:16px;width:100%;box-shadow:0 20px 60px #1e3a5f1f}.hero__image-accent{border:3px solid var(--copper);z-index:-1;border-radius:12px;width:100px;height:100px;position:absolute;bottom:-12px;left:-12px}@media (width<=968px){.hero__content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero__right{order:-1}.hero__image-wrapper{max-width:350px;margin:0 auto}.hero__badge{justify-content:center}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions,.hero__trust{justify-content:center}}@media (width<=480px){.hero{padding:2rem 1rem}.hero__image-accent{display:none}.hero__image-wrapper{max-width:280px;overflow:hidden}}.numeros-cmp{background:var(--blue-deep);padding:2.5rem 2rem;position:relative;overflow:hidden}.numeros-cmp:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#c8956a0f,#0000);position:absolute;inset:0}.numeros-cmp__inner{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.numeros-cmp__item{text-align:center;position:relative}.numeros-cmp__item:not(:last-child):after{content:"";background:#ffffff1a;width:1px;height:50%;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}.numeros-cmp__value{font-family:var(--font-display);color:var(--copper-light);margin-bottom:.4rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1;display:block}.numeros-cmp__label{color:#ffffff8c;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:500}@media (width<=768px){.numeros-cmp__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.numeros-cmp__item:nth-child(2):after{display:none}}.especialidades{background:var(--white);padding:clamp(4rem,8vw,7rem) 2rem}.especialidades__inner{max-width:1100px;margin:0 auto}.especialidades__header{text-align:center;max-width:600px;margin:0 auto 3rem}.especialidades__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:inline-block}.especialidades__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.especialidades__title-accent{color:var(--blue-deep);font-weight:700}.especialidades__desc{color:var(--text-body);font-size:.95rem;line-height:1.7}.especialidades__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem;display:grid}.especialidades__card{background:var(--cream);border:1px solid var(--border-light);cursor:pointer;border-radius:10px;padding:1.5rem;transition:all .3s;overflow:hidden}.especialidades__card:hover{border-color:var(--copper);box-shadow:0 8px 24px #1e3a5f14}.especialidades__card--expanded{border-color:var(--blue-deep);background:var(--white);box-shadow:0 8px 30px #1e3a5f1a}.especialidades__card-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.especialidades__card-icon{width:42px;height:42px;color:var(--blue-deep);background:#1e3a5f14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.especialidades__card h3{font-family:var(--font-display);color:var(--text-dark);font-size:1rem;font-weight:600}.especialidades__card-desc{color:var(--text-body);font-size:.85rem;line-height:1.6;overflow:hidden}.especialidades__card-preview{color:var(--text-light);font-size:.8rem;line-height:1.5}.especialidades__cta-row{text-align:center}.especialidades__cta{background:var(--blue-deep);color:var(--white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:.9rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.especialidades__cta:hover{background:var(--blue-medium);transform:translateY(-2px);box-shadow:0 8px 24px #1e3a5f40}@media (width<=968px){.especialidades__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.especialidades__grid{grid-template-columns:1fr}}.processo{background:var(--cream);padding:clamp(4rem,8vw,7rem) 2rem;position:relative}.processo__inner{max-width:800px;margin:0 auto}.processo__header{text-align:center;margin-bottom:3.5rem}.processo__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:inline-block}.processo__title{font-family:var(--font-display);color:var(--text-dark);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.processo__title-accent{color:var(--blue-deep);font-weight:700}.processo__timeline{flex-direction:column;gap:2rem;display:flex;position:relative}.processo__line{background:linear-gradient(to bottom, var(--copper), var(--blue-deep));border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:28px}.processo__step{align-items:flex-start;gap:1.5rem;display:flex;position:relative}.processo__step-dot{background:var(--white);border:2px solid var(--blue-deep);z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s;display:flex}.processo__step-dot span{font-family:var(--font-display);color:var(--blue-deep);font-size:1.1rem;font-weight:700}.processo__step:hover .processo__step-dot{background:var(--blue-deep);transform:scale(1.1)}.processo__step:hover .processo__step-dot span{color:var(--white)}.processo__step-card{background:var(--white);border:1px solid var(--border-light);border-radius:10px;flex:1;padding:1.5rem;transition:all .3s}.processo__step:hover .processo__step-card{border-color:var(--copper);transform:translate(4px);box-shadow:0 8px 24px #1e3a5f14}.processo__step-icon{width:44px;height:44px;color:var(--copper);background:#c8956a1a;border-radius:8px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.processo__step-card h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.processo__step-card p{color:var(--text-body);font-size:.88rem;line-height:1.6}@keyframes timeline-draw{0%{transform-origin:top;transform:scaleY(0)}to{transform-origin:top;transform:scaleY(1)}}@media (width<=600px){.processo__line{left:20px}.processo__step-dot{width:42px;height:42px}.processo__step-dot span{font-size:.9rem}.processo__step{gap:1rem}}.equipe{background:var(--white);padding:clamp(4rem,8vw,7rem) 2rem}.equipe__inner{max-width:1100px;margin:0 auto}.equipe__header{text-align:center;margin-bottom:3rem}.equipe__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:inline-block}.equipe__title{font-family:var(--font-display);color:var(--text-dark);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.equipe__title-accent{color:var(--blue-deep);font-weight:700}.equipe__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.equipe__card{background:var(--cream);border:1px solid var(--border-light);border-radius:12px;transition:all .4s;overflow:hidden}.equipe__card:hover{border-color:var(--copper);box-shadow:0 12px 36px #1e3a5f1a}.equipe__photo-wrapper{height:280px;position:relative;overflow:hidden}.equipe__photo{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .6s}.equipe__card:hover .equipe__photo{transform:scale(1.05)}.equipe__photo-overlay{background:linear-gradient(#0000 0%,#faf7f2e6 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.equipe__card-body{padding:1.25rem 1.5rem 1.5rem}.equipe__card-body h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.25rem;font-size:1.2rem;font-weight:600}.equipe__role{color:var(--copper);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.78rem;font-weight:600;display:inline-block}.equipe__card-body p{color:var(--text-body);font-size:.85rem;line-height:1.6}.equipe__image-row{text-align:center}.equipe__office-image{object-fit:cover;border-radius:12px;width:100%;max-height:300px;box-shadow:0 8px 30px #1e3a5f14}@keyframes card-lift{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@media (width<=768px){.equipe__grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.banner-cta-cmp{background:var(--cream-dark);padding:clamp(4rem,8vw,6rem) 2rem;position:relative;overflow:hidden}.banner-cta-cmp__bg{background:linear-gradient(120deg, var(--cream-dark) 0%, #c8956a1a 35%, #1e3a5f0f 65%, var(--cream-dark) 100%);pointer-events:none;background-size:200% 100%;position:absolute;inset:0}.banner-cta-cmp__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.4rem;max-width:680px;margin:0 auto;display:flex;position:relative}.banner-cta-cmp__overtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--copper-dark);font-size:.78rem;font-weight:600}.banner-cta-cmp__title{font-family:var(--font-display);color:var(--text-dark);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;line-height:1.15}.banner-cta-cmp__title em{color:var(--blue-deep);font-style:italic}.banner-cta-cmp__desc{color:var(--text-light);max-width:520px;font-size:1rem;line-height:1.7}.banner-cta-cmp__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.banner-cta-cmp__btn{font-family:var(--font-body);border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 1.8rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.22,1,.36,1);display:inline-flex}.banner-cta-cmp__btn--primary{background:var(--blue-deep);color:var(--white);box-shadow:0 4px 20px #1e3a5f40}.banner-cta-cmp__btn--primary:hover{background:var(--blue-medium);transform:translateY(-2px);box-shadow:0 8px 30px #1e3a5f59}.banner-cta-cmp__btn--ghost{color:var(--blue-deep);border:1.5px solid var(--blue-deep);background:0 0}.banner-cta-cmp__btn--ghost:hover{background:var(--blue-deep);color:var(--white);transform:translateY(-2px)}@media (width<=768px){.banner-cta-cmp{padding:3rem 1.5rem}.banner-cta-cmp__actions{flex-direction:column;width:100%}.banner-cta-cmp__btn{justify-content:center;width:100%}}.depoimentos-cmp{background:var(--blue-deep);padding:clamp(4rem,8vw,7rem) 2rem;position:relative;overflow:hidden}.depoimentos-cmp:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8956a0f 0%,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.depoimentos-cmp__inner{max-width:900px;margin:0 auto;position:relative}.depoimentos-cmp__header{text-align:center;margin-bottom:3rem}.depoimentos-cmp__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--copper-light);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:inline-block}.depoimentos-cmp__title{font-family:var(--font-display);color:var(--white);margin-bottom:1.5rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.depoimentos-cmp__title-accent{font-weight:700}.depoimentos-cmp__rating{justify-content:center;align-items:center;gap:1rem;display:flex}.depoimentos-cmp__stars{color:var(--copper);gap:3px;display:flex}.depoimentos-cmp__score{font-family:var(--font-display);color:var(--copper-light);font-size:1.3rem;font-weight:700}.depoimentos-cmp__count{color:#ffffff80;font-size:.85rem}.depoimentos-cmp__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.depoimentos-cmp__card{background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;padding:2rem;transition:all .3s}.depoimentos-cmp__card:hover{background:#ffffff1a;border-color:#c8956a4d;transform:translateY(-4px)}.depoimentos-cmp__quote{color:#c8956a33;margin-bottom:1rem}.depoimentos-cmp__card-stars{color:var(--copper);gap:2px;margin-bottom:1rem;display:flex}.depoimentos-cmp__text{font-family:var(--font-display);color:var(--white);margin-bottom:1rem;font-size:1.05rem;font-style:italic;line-height:1.6}.depoimentos-cmp__source{color:#fff6;letter-spacing:.03em;font-size:.78rem}.depoimentos-cmp__cta-row{text-align:center}.depoimentos-cmp__cta{background:var(--copper);color:var(--white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:.9rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.depoimentos-cmp__cta:hover{background:var(--copper-light);transform:translateY(-2px);box-shadow:0 8px 24px #c8956a4d}@keyframes fade-quote{0%,to{opacity:.2}50%{opacity:.4}}@media (width<=768px){.depoimentos-cmp__grid{grid-template-columns:1fr}.depoimentos-cmp__rating{flex-direction:column;gap:.5rem}}.destaque-cmp{background:var(--blue-deep);justify-content:center;align-items:center;min-height:70vh;padding:clamp(4rem,8vw,7rem) 2rem;display:flex;position:relative;overflow:hidden}.destaque-cmp__gradient{background:linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-medium) 30%, var(--blue-deep) 60%, #152c47 100%);opacity:1;background-size:300% 300%;position:absolute;inset:0}.destaque-cmp__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.8rem;max-width:850px;margin:0 auto;display:flex;position:relative}.destaque-cmp__quote-icon{color:var(--copper);opacity:.5}.destaque-cmp__line{background:linear-gradient(90deg, transparent, var(--copper), transparent);opacity:.35;max-width:350px;height:1px}.destaque-cmp__line--bottom{margin-top:.5rem}.destaque-cmp__text{font-family:var(--font-display);color:var(--cream);letter-spacing:.01em;max-width:780px;font-size:clamp(1.4rem,3vw,2.4rem);font-style:italic;font-weight:400;line-height:1.5}.destaque-cmp__word{will-change:transform, opacity;display:inline-block}.destaque-cmp__author{flex-direction:column;align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.destaque-cmp__stars{color:var(--copper);gap:3px;display:flex}.destaque-cmp__author-name{font-family:var(--font-display);color:var(--cream);letter-spacing:.04em;font-size:1.2rem;font-weight:600}.destaque-cmp__author-detail{font-family:var(--font-body);color:var(--copper-light);text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:500}@media (width<=768px){.destaque-cmp{min-height:55vh;padding:3.5rem 1.5rem}.destaque-cmp__quote-icon svg{width:36px;height:36px}}@media (width<=480px){.destaque-cmp{min-height:auto;padding:3rem 1.2rem}.destaque-cmp__text{font-size:1.2rem;line-height:1.6}}.atuacao{background:var(--cream);padding:clamp(4rem,8vw,7rem) 2rem}.atuacao__inner{max-width:1000px;margin:0 auto}.atuacao__header{text-align:center;max-width:550px;margin:0 auto 3rem}.atuacao__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:inline-block}.atuacao__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400}.atuacao__title-accent{color:var(--blue-deep);font-weight:700}.atuacao__desc{color:var(--text-body);font-size:.95rem;line-height:1.7}.atuacao__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.atuacao__card{background:var(--white);border:1px solid var(--border-light);text-align:center;border-radius:10px;padding:1.5rem;transition:all .3s}.atuacao__card:hover{border-color:var(--copper);transform:translateY(-4px);box-shadow:0 6px 20px #1e3a5f14}.atuacao__card--main{border-color:var(--blue-deep);position:relative}.atuacao__card--main:before{content:"Sede";background:var(--blue-deep);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:.15rem .6rem;font-size:.65rem;font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.atuacao__card--online{background:#1e3a5f0a;border-style:dashed}.atuacao__card-pin{color:var(--copper);margin-bottom:.75rem}.atuacao__card h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.atuacao__state{color:var(--blue-light);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.atuacao__card p{color:var(--text-light);margin-top:.5rem;font-size:.8rem;line-height:1.5}.atuacao__features{justify-content:center;gap:2.5rem;display:flex}.atuacao__feature{color:var(--text-body);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.atuacao__feature svg{color:var(--blue-deep);flex-shrink:0}@keyframes pin-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.atuacao__card:hover .atuacao__card-pin{animation:.6s pin-bounce}@media (width<=768px){.atuacao__grid{grid-template-columns:repeat(2,1fr)}.atuacao__features{flex-direction:column;align-items:center;gap:1rem}}@media (width<=500px){.atuacao__grid{grid-template-columns:1fr}}.contato-cmp{background:var(--white);padding:clamp(4rem,8vw,7rem) 2rem}.contato-cmp__inner{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.contato-cmp__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--copper);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:inline-block}.contato-cmp__title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:400;line-height:1.2}.contato-cmp__title-accent{color:var(--blue-deep);font-weight:700}.contato-cmp__desc{color:var(--text-body);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.contato-cmp__info-list{flex-direction:column;gap:1rem;display:flex}.contato-cmp__info{background:var(--cream);border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:background .3s;display:flex}.contato-cmp__info:hover{background:var(--cream-dark)}.contato-cmp__info svg{color:var(--blue-deep);flex-shrink:0;margin-top:2px}.contato-cmp__info strong{color:var(--text-dark);font-size:.9rem;display:block}.contato-cmp__info span{color:var(--text-light);font-size:.78rem}.contato-cmp__right{flex-direction:column;gap:1.25rem;display:flex}.contato-cmp__action-card{background:var(--blue-deep);color:var(--white);border-radius:12px;padding:2rem}.contato-cmp__action-card--secondary{background:var(--cream);color:var(--text-dark);border:1px solid var(--border-light)}.contato-cmp__action-card h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.contato-cmp__action-card p{opacity:.8;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.contato-cmp__btn{background:var(--copper);color:var(--white);border-radius:6px;align-items:center;gap:8px;padding:.7rem 1.5rem;font-size:.82rem;font-weight:600;transition:all .3s;display:inline-flex}.contato-cmp__btn:hover{background:var(--copper-light);transform:translateY(-2px)}.contato-cmp__btn--outline{border:1px solid var(--blue-deep);color:var(--blue-deep);background:0 0}.contato-cmp__btn--outline:hover{background:var(--blue-deep);color:var(--white)}@media (width<=968px){.contato-cmp{padding:3rem 1rem}.contato-cmp__inner{grid-template-columns:1fr;gap:2rem;width:100%}.contato-cmp__inner>*{width:100%;min-width:0}.contato-cmp__info{padding:.5rem .75rem}.contato-cmp__action-card{padding:1.25rem}.contato-cmp__title{font-size:1.5rem}.contato-cmp__desc{font-size:.88rem}}.footer-cmp{background:var(--blue-deep);color:#fff9;padding:3.5rem 2rem 1.5rem}.footer-cmp__inner{max-width:1100px;margin:0 auto}.footer-cmp__top{grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;display:grid}.footer-cmp__brand{flex-direction:column;gap:1rem;display:flex}.footer-cmp__logo{filter:brightness(10);width:auto;height:32px}.footer-cmp__brand p{max-width:280px;font-size:.82rem;line-height:1.7}.footer-cmp__social{gap:.5rem;display:flex}.footer-cmp__social a{color:#fff9;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex}.footer-cmp__social a:hover{color:var(--copper-light);border-color:var(--copper);background:#c8956a1a}.footer-cmp__col h4{font-family:var(--font-display);color:var(--white);margin-bottom:1rem;font-size:.95rem;font-weight:600}.footer-cmp__col h4:after{content:"";background:var(--copper);border-radius:1px;width:25px;height:2px;margin-top:.4rem;display:block}.footer-cmp__col ul{list-style:none}.footer-cmp__col li{padding:.25rem 0;font-size:.8rem;line-height:1.5}.footer-cmp__col li a{align-items:center;gap:6px;transition:color .3s;display:inline-flex}.footer-cmp__col li a:hover{color:var(--copper-light)}.footer-cmp__cta{border:1px solid var(--copper);color:var(--copper-light);letter-spacing:.08em;text-transform:uppercase;background:0 0;border-radius:4px;align-items:center;gap:6px;margin-top:1rem;padding:.45rem 1.1rem;font-size:.72rem;font-weight:600;transition:all .3s;display:inline-flex}.footer-cmp__cta:hover{background:var(--copper);color:var(--white)}.footer-cmp__bottom{text-align:center;border-top:1px solid #ffffff14;padding-top:1.5rem}.footer-cmp__bottom p{opacity:.5;font-size:.72rem;line-height:1.8}@media (width<=768px){.footer-cmp__top{grid-template-columns:1fr;gap:2rem}}
