
:root{--navy:#172a4a;--navy2:#10213d;--gold:#c5a14b;--ink:#20283a;--muted:#6d7280;--bg:#fbfaf7;--surface:#fff;--soft:#f1f2f5;--border:#dfe1e6;--green:#25d366;--radius:12px;--shadow:0 16px 45px rgba(23,42,74,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Work Sans",Arial,sans-serif;line-height:1.6}h1,h2,h3,.serif{font-family:"Cormorant Garamond",Georgia,serif;margin-top:0;line-height:1.12}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,textarea{font:inherit}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:40;background:rgba(251,250,247,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-in{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;min-width:0;gap:11px}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}.brand strong{font:600 21px/1 "Cormorant Garamond",serif}.brand small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase}.nav{display:flex;gap:25px;color:var(--muted);font-size:14px;font-weight:500}.nav a:hover{color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border:0;border-radius:8px;background:var(--gold);color:#18243a;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.btn.navy{background:var(--navy);color:#fff}.btn.green{background:var(--green);color:#fff}.btn.outline{border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff}.hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(197,161,75,.2),transparent 36%),radial-gradient(circle at 85% 85%,rgba(197,161,75,.12),transparent 35%)}.hero-grid{position:relative;min-height:620px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center;padding:72px 0}.eyebrow{color:var(--gold);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px}.hero .eyebrow{display:inline-flex;border:1px solid rgba(197,161,75,.35);border-radius:99px;padding:7px 14px;background:rgba(197,161,75,.08)}h1{font-size:66px;margin:22px 0 20px}h1 em{color:var(--gold);font-weight:600}.lead{font-size:18px;color:rgba(255,255,255,.75);max-width:640px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.ticks{display:flex;flex-wrap:wrap;gap:14px 25px;margin-top:36px;color:rgba(255,255,255,.7);font-size:13px}.ticks span:before,.check li:before{content:"✓";color:var(--gold);font-weight:bold;margin-right:8px}.hero-img{width:330px;border-radius:18px;box-shadow:0 25px 60px rgba(0,0,0,.3);border:1px solid rgba(197,161,75,.35)}section{padding:86px 0}.section-head{text-align:center;max-width:680px;margin:0 auto 42px}.section-head h2,.two h2{font-size:43px;margin:10px 0 14px}.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:26px;transition:.2s}.card:hover{transform:translateY(-4px);border-color:rgba(197,161,75,.65);box-shadow:var(--shadow)}.icon{display:grid;place-items:center;width:48px;height:48px;border-radius:9px;background:var(--navy);color:var(--gold);font-size:24px}.card h3{font-size:23px;margin:18px 0 8px}.card p{font-size:14px;color:var(--muted)}.text-link{display:inline-block;margin-top:12px;color:var(--navy);font-weight:700;font-size:14px}.band{background:var(--soft);border-block:1px solid var(--border)}.two{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.feature-img{width:100%;max-width:470px;margin:auto;border-radius:14px;border:1px solid var(--border);box-shadow:var(--shadow)}.check{list-style:none;padding:0;margin:23px 0}.check li{margin:10px 0}.scheduler{max-width:700px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.form-head,.form-foot{padding:22px 30px;border-bottom:1px solid var(--border)}.form-head>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:15px}.form-head h3{font-size:26px;margin:0}.form-head small{color:var(--muted);text-transform:uppercase}.progress{display:flex;gap:7px;margin-top:16px}.progress i{height:6px;background:var(--soft);border-radius:6px;flex:1}.progress i.on{background:var(--gold)}.form-body{padding:28px 30px}.form-foot{border-top:1px solid var(--border);border-bottom:0;display:flex;justify-content:space-between}.choice{width:100%;display:flex;align-items:center;gap:14px;padding:14px;margin-bottom:10px;text-align:left;border:1px solid var(--border);border-radius:10px;background:var(--bg);cursor:pointer}.choice.selected{border-color:var(--gold);background:#fbf6e8;box-shadow:0 0 0 1px var(--gold)}.choice strong{display:block}.choice small{display:block;color:var(--muted)}.field{margin-bottom:18px}.field label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.field input,.field textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:12px;background:var(--bg);color:var(--ink);outline:none}.field input:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(197,161,75,.18)}.times{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.time{border:1px solid var(--border);background:var(--bg);padding:10px;border-radius:8px;cursor:pointer}.time.selected{background:var(--navy);color:var(--gold);border-color:var(--gold)}.note{font-size:12px;color:var(--muted)}.back{background:transparent;border:1px solid var(--border);color:var(--ink)}button:disabled{opacity:.4;cursor:not-allowed;transform:none}.summary-row{border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:11px 14px;margin:8px 0}.summary-row small{display:block;text-transform:uppercase;color:var(--muted);font-size:10px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.step{position:relative;text-align:center;background:#fff;border:1px solid var(--border);border-radius:11px;padding:24px 15px}.step b{position:absolute;right:13px;top:8px;color:rgba(197,161,75,.35);font:700 30px "Cormorant Garamond",serif}.step .icon{margin:auto;border-radius:50%;background:rgba(197,161,75,.12)}.step p{font-size:13px;font-weight:600}.dark{background:var(--navy);color:#fff}.dark .muted{color:rgba(255,255,255,.7)}.dark-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.16);padding:20px;border-radius:10px}.dark-card h3{font-family:inherit;font-size:16px;margin:10px 0 4px}.dark-card p{color:rgba(255,255,255,.67);font-size:13px}.commit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.portrait{width:270px;border-radius:13px;margin-bottom:20px}.faq{max-width:800px;margin:auto}.faq-item{border:1px solid var(--border);border-radius:9px;background:#fff;margin:10px 0;overflow:hidden}.faq-q{width:100%;padding:18px 20px;border:0;background:none;display:flex;justify-content:space-between;text-align:left;font-weight:600;cursor:pointer}.faq-a{display:none;padding:0 20px 18px;color:var(--muted);font-size:14px}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span:last-child{transform:rotate(180deg)}.contact-img{width:620px;max-height:450px;object-fit:cover;margin:35px auto;border-radius:14px;box-shadow:var(--shadow)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-card{text-align:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:32px}.contact-card .icon{margin:auto;border-radius:50%}.footer{background:var(--navy2);color:rgba(255,255,255,.68);padding:55px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:45px}.footer h4{color:var(--gold);font-size:13px;text-transform:uppercase}.footer ul{list-style:none;padding:0;font-size:13px}.footer li{margin:7px 0}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:35px;font-size:11px}.float{position:fixed;right:22px;bottom:22px;z-index:50;width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 9px 25px rgba(0,0,0,.22)}.mobile-only{display:none}@media(max-width:850px){.nav{display:none}.hero-grid,.two{grid-template-columns:1fr}.hero-grid{padding:62px 0}.hero-img{width:280px;margin:auto}h1{font-size:48px}.cards{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.two.reverse>div:first-child{order:2}.two.reverse>div:last-child{order:1}}@media(max-width:560px){.wrap{width:min(100% - 24px,1120px)}.brand small{display:none}.brand strong{font-size:18px}.header .btn{padding:10px 12px}.header .btn .wide{display:none}h1{font-size:40px}.hero-grid{min-height:0}.hero-img{display:none}section{padding:64px 0}.section-head h2,.two h2{font-size:35px}.cards,.contact-grid,.footer-grid,.commit-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.times{grid-template-columns:repeat(3,1fr)}.form-head,.form-foot,.form-body{padding:19px}.form-foot .btn{padding:10px 13px}.choice small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-only{display:inline}}

/* Estilos adicionais de acessibilidade e navegação */
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}img{height:auto}html{scroll-padding-top:80px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Atualização visual 2026 */
:root{--navy:#102b4d;--navy2:#081c33;--gold:#d8b66c;--bg:#fafbfc;--soft:#f2f5f9;--radius:16px;--shadow:0 18px 50px rgba(9,32,62,.11)}
body{overflow-x:hidden}.header{background:rgba(255,255,255,.97)}.header-in{height:94px}.brand{flex-shrink:0}.brand img{width:174px;height:76px;object-fit:contain;border-radius:0}.footer .brand img{width:260px;height:125px;object-fit:contain;background:#fff;border-radius:10px;padding:5px}.nav{gap:18px}.nav a{font-size:13px}.btn{border-radius:10px;min-height:47px;box-shadow:0 7px 20px rgba(0,0,0,.07)}.btn.green{background:#087b3e;color:white}.brand-icon{display:inline-block;width:22px;height:22px;object-fit:contain;vertical-align:middle;flex-shrink:0}.btn .brand-icon{width:21px;height:21px}.btn.navy .wa-icon,.btn.outline .wa-icon{filter:none}.wa:not(.btn):not(.float){display:inline-flex;gap:7px;align-items:center}.float .wa-icon{width:33px;height:33px}.hero{background:linear-gradient(125deg,#081b33,#103b6a 78%,#0c2d50)}.hero-grid{grid-template-columns:1.05fr .95fr;gap:40px;min-height:610px}.hero-img{width:100%;max-width:480px;max-height:550px;object-fit:contain;object-position:center bottom;border:0;border-radius:22px;filter:drop-shadow(0 22px 35px rgba(0,0,0,.2));box-shadow:none}.hero h1{font-size:clamp(43px,5vw,69px)}.hero .lead{max-width:600px}.card,.step,.dark-card,.contact-card{border-radius:16px}.card{box-shadow:0 5px 18px rgba(13,34,60,.04)}.feature-img{max-width:100%;width:100%;object-fit:contain;box-shadow:0 14px 35px rgba(9,32,62,.12)}.two{gap:45px}.two.reverse{grid-template-columns:1fr 1fr}.scheduler{max-width:780px;border-radius:20px;box-shadow:0 20px 65px rgba(9,32,62,.14)}.form-head{background:linear-gradient(120deg,#fff,#f6f9fd)}.form-head h3{font-size:30px}.choice{transition:background .2s,border-color .2s}.choice:hover,.time:hover{border-color:var(--gold)}.choice .icon{flex-shrink:0}.steps{grid-template-columns:repeat(5,minmax(0,1fr))}.step .icon{color:var(--gold)}.step .icon svg,.lucide-icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.dark .two{grid-template-columns:.85fr 1.15fr}.dark-card{min-height:160px}.lucide-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;background:rgba(216,182,108,.13);color:var(--gold)}.contact-card .btn{margin-top:8px}.footer{padding:58px 0 26px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer a:hover{color:var(--gold)}.legal-links{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 0;font-size:12px}.legal-links a{text-decoration:underline;text-underline-offset:3px}.copyright{line-height:1.7}.float{background:#087b3e;transition:transform .2s}.float:hover{transform:scale(1.08)}
@media(max-width:1000px){.nav{gap:10px}.nav a{font-size:12px}.header-in{gap:10px}.brand img{width:145px}.header .btn{font-size:12px;padding:10px}}
@media(max-width:850px){.header-in{height:78px}.nav{display:none}.hero-grid,.two,.two.reverse,.dark .two{grid-template-columns:1fr}.hero-grid{gap:25px;padding:55px 0 35px}.hero-img{display:block;width:min(100%,410px);max-height:480px;margin:0 auto}.two.reverse>div:first-child{order:0}.two.reverse>img:last-child{order:1}.footer-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.wrap{width:calc(100% - 30px)}.header-in{height:75px}.brand img{width:132px;height:62px}.header .btn{padding:9px 11px;font-size:12px}.header .btn .wide{display:none}.header .btn .mobile-only{display:inline}.hero-grid{padding:46px 0 30px}.hero h1{font-size:clamp(36px,10vw,47px)}.hero .lead{font-size:16px}.hero-img{display:block;width:min(100%,340px);max-height:390px;object-fit:contain}.cards,.contact-grid,.footer-grid,.commit-grid{grid-template-columns:1fr}.two{gap:28px}.feature-img{width:100%}.form-head,.form-foot,.form-body{padding:20px}.form-head h3{font-size:25px}.choice small{white-space:normal}.steps{grid-template-columns:1fr 1fr}.step{padding:22px 9px}.step p{font-size:12px}.footer .brand img{width:235px;height:112px}.legal-links{line-height:2}.float{right:17px;bottom:17px}}

.consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:var(--muted)}.consent input{margin-top:4px;accent-color:var(--navy)}.consent a{text-decoration:underline;color:var(--navy)}.step .icon svg,.card .icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* Ícones de marca e serviços: dimensões explícitas e contraste garantido */
.wa-icon,.btn .wa-icon,.float .wa-icon{display:block!important;width:25px!important;height:25px!important;min-width:25px!important;object-fit:contain!important;object-position:center!important;filter:none!important;opacity:1!important;flex:none!important}
.float .wa-icon{width:34px!important;height:34px!important;min-width:34px!important}
.choice .icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;background:var(--navy);color:#e9c67b!important;border-radius:11px}
.choice .icon svg,.card .icon svg,.step .icon svg,.dark-card svg,.lucide-icon svg{display:block;width:26px;height:26px;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round;stroke-linejoin:round}
.choice.selected .icon{background:#15385e;color:#f6d995!important}
.image-zoom{display:block;width:100%;padding:0;margin:0;border:0;background:transparent;cursor:zoom-in;border-radius:18px;overflow:hidden;text-align:inherit}
.image-zoom:focus-visible{outline:3px solid var(--gold);outline-offset:5px}
.image-zoom img{display:block;max-width:100%;transition:transform .22s ease}
.image-zoom:hover img{transform:scale(1.018)}
.hero .image-zoom{max-width:480px;justify-self:center;overflow:visible}
.image-modal[hidden]{display:none!important}
.image-modal{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:65px 16px 26px;background:rgba(3,12,27,.94);backdrop-filter:blur(8px)}
.image-modal-content{max-width:min(94vw,1400px);max-height:calc(100dvh - 120px);object-fit:contain;border-radius:10px;box-shadow:0 20px 65px #0008}
.image-modal-close{position:absolute;right:max(16px,3vw);top:12px;border:1px solid #ffffff55;border-radius:50%;background:#183858;color:#fff;font-size:32px;line-height:1;width:46px;height:46px;cursor:pointer}
.image-modal-hint{color:#dce6f2;font-size:12px;text-align:center;margin:0}
body.modal-open{overflow:hidden}
@media(max-width:850px){.hero .image-zoom{width:min(100%,410px);margin:auto}.hero .image-zoom .hero-img{display:block;width:100%;max-height:480px}}
@media(max-width:560px){.hero .image-zoom{width:min(100%,340px)}.hero .image-zoom .hero-img{display:block;width:100%;max-height:390px}.image-modal{padding:62px 10px 20px}.image-modal-content{max-width:100%;max-height:calc(100dvh - 115px)}}
@media(prefers-reduced-motion:reduce){.image-zoom img{transition:none}}

/* WhatsApp: vetor único, sem filtros, recorte ou ícones de fonte */
img.wa-icon, .btn img.wa-icon, a.float img.wa-icon {display:inline-block!important;width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;min-height:24px!important;max-height:24px!important;object-fit:contain!important;object-position:center!important;vertical-align:middle!important;flex:0 0 24px!important;filter:none!important;opacity:1!important;transform:none!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important;overflow:visible!important;}
a.float img.wa-icon {width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important;flex-basis:32px!important;}

/* Ajustes finais: equipe, contato e localizações */
.team-section{background:#fff}.team-layout{align-items:center}.team-section h2{font-size:clamp(2.2rem,4vw,3.5rem)}.lawyer-list{display:grid;gap:12px;margin-top:25px}.lawyer-list article{padding:17px 21px;background:#f8f9fc;border:1px solid #e2e7ef;border-left:4px solid #c5a14b;border-radius:10px}.lawyer-list h3{font-size:1.4rem;margin:0 0 5px}.lawyer-list p{margin:0;color:#58647a}.team-section .image-zoom{max-width:540px;margin:auto}.team-section .feature-img{max-width:100%;max-height:680px;object-fit:contain}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{min-width:0}.contact-card .email-icon{display:block;margin:0 auto 10px;object-fit:contain}.email-address{overflow-wrap:anywhere;color:#15385e;font-weight:700}.contact-secondary{font-size:14px;margin:18px 0 0}.contact-secondary a{font-weight:700;color:#0b7849}.locations{margin-top:68px}.location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.location-card{padding:28px;background:white;border:1px solid #dfe1e6;border-radius:14px;box-shadow:0 12px 28px #10213d0d}.location-card h3{font-size:28px;margin:0 0 12px}.location-card address{font-style:normal;color:#58647a;min-height:92px}.location-card .btn{margin-top:18px}.footer a{overflow-wrap:anywhere}.footer .brand img{object-fit:contain}@media(max-width:850px){.contact-grid{grid-template-columns:1fr 1fr}.team-layout{grid-template-columns:1fr}.location-grid{grid-template-columns:1fr}.location-card address{min-height:0}}@media(max-width:560px){.contact-grid{grid-template-columns:1fr}.location-card{padding:22px}.location-card .btn{width:100%;white-space:normal;text-align:center}.team-section .image-zoom{width:100%}}

/* Menu mobile acessível — versão isolada para invalidar cache */
.menu-toggle{display:none;align-items:center;justify-content:center;gap:10px;background:#172a4a;color:#fff;border:1px solid #172a4a;border-radius:10px;min-width:49px;min-height:47px;padding:10px 13px;cursor:pointer;font:600 13px "Work Sans",sans-serif;touch-action:manipulation}.menu-toggle-bars{width:23px;height:20px;display:flex;flex-direction:column;justify-content:space-between}.menu-toggle-bars span{display:block;width:100%;height:2.5px;border-radius:3px;background:currentColor;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:first-child{transform:translateY(8.75px) rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:last-child{transform:translateY(-8.75px) rotate(-45deg)}
@media(max-width:850px){.header{position:sticky;top:0;z-index:100}.header-in{position:relative}.menu-toggle{display:inline-flex;margin-left:auto}.header .nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border:1px solid #dfe1e6;border-top:0;box-shadow:0 16px 30px rgba(16,33,61,.16);border-radius:0 0 14px 14px;padding:10px;max-height:calc(100dvh - 80px);overflow-y:auto;flex-direction:column;gap:0;z-index:101}.header .nav.is-open{display:flex}.header .nav a{display:block;padding:13px 15px;color:#172a4a;font-size:15px;font-weight:600;border-radius:8px;min-height:44px}.header .nav a:hover,.header .nav a:focus-visible{background:#f1f2f5;color:#10213d}.header .nav a:last-child{background:#172a4a;color:#fff;margin-top:8px;text-align:center}.header .nav a:last-child:hover{background:#243e64}}
@media(max-width:560px){.menu-toggle{min-width:48px;padding:10px 12px}.header .nav{left:0;right:0}}
