:root{--petrol:#0b3b46;--deep:#082c35;--teal:#3a7d78;--mint:#dcecea;--beige:#f6f2ec;--white:#fff;--gray:#586468;--ink:#172326;--gold:#b9a27d;--font-title:"Playfair Display",Georgia,serif;--font-body:"Inter",Arial,sans-serif;--space:clamp(4.5rem,8vw,7.5rem);--radius:8px;--shadow:0 18px 50px rgba(8,44,53,.1);--max:1180px;--header:82px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header)}body{margin:0;color:var(--gray);font-family:var(--font-body);line-height:1.7;background:var(--white);overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--deep);font-family:var(--font-title);line-height:1.12}h1{font-size:clamp(2.6rem,5vw,4.75rem);letter-spacing:0;max-width:850px}h2{font-size:clamp(2rem,3.6vw,3.35rem);letter-spacing:0}h3{font-size:1.35rem}p{margin-bottom:1.25rem}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.section{padding:var(--space) 0}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:999;background:var(--white);padding:.7rem 1rem}.skip-link:focus{top:1rem}:focus-visible{outline:3px solid var(--teal);outline-offset:3px}.site-header{height:var(--header);position:fixed;inset:0 0 auto;z-index:100;background:var(--white);transition:.3s}.site-header.scrolled{background:rgba(255,255,255,.9);backdrop-filter:blur(14px);box-shadow:0 6px 24px rgba(8,44,53,.08)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand img{width:176px;height:65px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:1.6rem;font-size:.88rem;font-weight:600;color:var(--ink)}.main-nav>a:not(.button){position:relative}.main-nav>a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--teal);transition:.25s}.main-nav>a:hover::after,.main-nav>a.active::after{right:0}.icon-button{border:0;background:transparent;display:grid;place-items:center}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--petrol);border-radius:4px;background:var(--petrol);color:var(--white);font-weight:700;padding:.9rem 1.3rem;min-height:50px;transition:.25s}.button:hover{background:var(--deep);transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,44,53,.17)}.button-small{min-height:43px;padding:.65rem 1rem;font-size:.82rem}.button-secondary{background:transparent;color:var(--petrol)}.button-light{background:var(--white);color:var(--deep);border-color:var(--white)}.hero{padding-top:calc(var(--header) + 3.5rem);padding-bottom:5rem;background:linear-gradient(90deg,var(--beige) 0 62%,var(--mint) 62%);min-height:760px;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.1fr .8fr;align-items:center;gap:5rem}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal);font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.3rem}.eyebrow svg{width:18px}.hero .lead{font-size:1.08rem;max-width:670px}.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:2rem 0}.hero-meta{display:flex;flex-wrap:wrap;gap:1.5rem;color:var(--ink);font-size:.86rem;font-weight:600}.hero-meta span{display:flex;align-items:center;gap:.45rem}.hero-meta svg{width:18px;color:var(--teal)}.hero-visual{position:relative}.portrait-frame{height:610px;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--deep)}.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.float-note{position:absolute;background:rgba(255,255,255,.95);box-shadow:var(--shadow);padding:.85rem 1rem;border-radius:var(--radius);display:flex;align-items:center;gap:.65rem;color:var(--gray);font-size:.75rem;line-height:1.35}.float-note svg{color:var(--teal)}.float-note strong{color:var(--deep)}.note-one{left:-55px;bottom:105px}.note-two{right:-35px;top:85px}.trust-strip{background:var(--deep);color:rgba(255,255,255,.72);padding:2.1rem 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid article{display:flex;gap:.8rem;padding:0 1.2rem;border-right:1px solid rgba(255,255,255,.12)}.trust-grid article:first-child{padding-left:0}.trust-grid article:last-child{border:0}.trust-grid svg{color:#8cc2bd;flex:0 0 auto}.trust-grid h2{font-family:var(--font-body);font-size:.92rem;color:var(--white);margin:0 0 .2rem}.trust-grid p{font-size:.74rem;line-height:1.5;margin:0}.split-grid,.about-grid,.contact-grid{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(3rem,8vw,7rem);align-items:center}.intro-image,.about-portrait{position:relative;height:590px;overflow:hidden;border-radius:var(--radius);background:var(--deep)}.intro-image img,.about-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.image-stamp{position:absolute;right:20px;bottom:20px;background:var(--white);color:var(--teal);padding:1rem 1.2rem;text-align:center;line-height:1.2;box-shadow:var(--shadow)}.image-stamp strong{color:var(--deep);font-size:1.1rem}.check-list{list-style:none;padding:0;margin:1.8rem 0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.check-list li{display:flex;gap:.55rem;color:var(--ink);font-size:.9rem}.check-list svg{width:19px;color:var(--teal);stroke-width:3}.situations{background:var(--beige)}.section-heading{max-width:760px;margin:0 auto 3rem;text-align:center}.section-heading p{max-width:680px;margin-inline:auto}.situation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.info-card,.service-card{background:var(--white);border:1px solid rgba(8,44,53,.08);border-radius:var(--radius);padding:1.6rem;transition:.28s}.info-card:hover,.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(58,125,120,.3)}.info-card>svg,.service-card>svg{width:30px;height:30px;color:var(--teal);margin-bottom:1.5rem}.info-card h3,.service-card h3{font-family:var(--font-body);font-size:1rem}.info-card p,.service-card p{font-size:.85rem;line-height:1.65;margin:0}.highlight-box{margin-top:1.5rem;background:var(--deep);color:rgba(255,255,255,.75);padding:2.1rem 2.4rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:2rem}.highlight-box h3{color:var(--white);font-size:1.7rem;margin-bottom:.4rem}.highlight-box p{margin:0;max-width:700px}.highlight-box .button{background:var(--white);color:var(--deep);border-color:var(--white);white-space:nowrap}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem}.service-card{padding:2rem;display:flex;flex-direction:column;min-height:320px}.service-card h3{text-transform:uppercase;letter-spacing:.04em}.service-card p{flex:1}.service-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.4rem;color:var(--teal);font-weight:700;font-size:.85rem}.service-link svg{width:16px}.about{background:var(--mint)}.about-grid{grid-template-columns:.78fr 1fr}.tag-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.55rem}.tag-list li{background:rgba(255,255,255,.72);border-radius:4px;padding:.5rem .75rem;color:var(--deep);font-size:.8rem;font-weight:600}.oab-mark{font-family:var(--font-title);font-size:1.5rem;color:var(--deep);margin-top:1.5rem}.differences-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8dfdf}.difference{padding:2rem 1.6rem;border-right:1px solid #d8dfdf;position:relative}.difference:last-child{border:0}.difference>span{color:#aab7b9;font-size:.75rem}.difference>svg{display:block;width:40px;height:40px;color:var(--teal);margin:2rem 0 1.4rem}.difference h3{font-family:var(--font-body);font-size:1.05rem}.difference p{font-size:.84rem}.final-cta{background:var(--deep);color:rgba(255,255,255,.74)}.cta-inner{display:grid;grid-template-columns:1.7fr .7fr;gap:5rem;align-items:center}.final-cta h2{color:var(--white)}.section-label.light{color:#9bc8c4}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.text-link{display:flex;align-items:center;gap:.5rem;color:var(--white);font-weight:600}.text-link svg{width:18px}.contact{background:var(--beige)}.contact-grid{align-items:start}.contact-info>a,.contact-item{display:flex;align-items:center;gap:.8rem;border-top:1px solid #dcdad6;padding:1rem 0;color:var(--ink)}.contact-info>a>svg,.contact-item>svg{color:var(--teal)}.contact-info small{display:block;color:var(--gray);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}.identity{border-left:3px solid var(--teal);padding-left:1rem;margin:2rem 0}.identity span,.identity strong{display:block}.contact-form{background:var(--white);padding:2.3rem;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-form h3{font-size:1.55rem}.contact-form label{display:block;color:var(--ink);font-size:.78rem;font-weight:700;margin-bottom:1rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #cfd7d7;border-radius:4px;background:#fcfdfd;padding:.8rem;margin-top:.35rem;color:var(--ink)}.contact-form textarea{resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .checkbox{display:flex;align-items:flex-start;gap:.6rem;font-weight:500}.checkbox input{width:auto;margin-top:.35rem}.checkbox a{color:var(--teal);text-decoration:underline}.form-status{margin-top:1rem;padding:.8rem;display:none;background:var(--mint);color:var(--deep);border-radius:4px}.form-status.show{display:block}.form-status a{font-weight:700;text-decoration:underline}.site-footer{background:#061f26;color:#a8b8bb;padding:4.5rem 0 1.5rem;font-size:.82rem}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:3rem}.footer-logo{width:200px;background:var(--white);padding:.35rem;border-radius:3px;margin-bottom:1rem}.footer-grid h2{font-family:var(--font-body);font-size:.9rem;color:var(--white);margin-bottom:1.2rem}.footer-grid a{display:flex;align-items:center;gap:.4rem;margin:.55rem 0}.footer-grid a:hover{color:var(--white)}.footer-grid svg{width:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:1.4rem;display:grid;grid-template-columns:1fr auto;gap:1rem}.footer-bottom div{display:flex;gap:1.2rem}.disclaimer{grid-column:1/-1;font-size:.72rem}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:90;display:flex;align-items:center;gap:.5rem;background:#1f9d58;color:var(--white);padding:.78rem 1rem;border-radius:6px;box-shadow:0 10px 28px rgba(0,0,0,.18);font-size:.82rem;font-weight:700}.back-to-top{position:fixed;right:24px;bottom:82px;width:42px;height:42px;background:var(--white);color:var(--deep);box-shadow:var(--shadow);border-radius:4px;opacity:0;pointer-events:none;transition:.25s}.back-to-top.show{opacity:1;pointer-events:auto}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.main-nav{position:fixed;inset:var(--header) 0 auto;background:var(--white);padding:1.5rem 20px;display:flex;flex-direction:column;align-items:stretch;box-shadow:var(--shadow);transform:translateY(-130%);visibility:hidden;transition:.3s}.main-nav.open{transform:none;visibility:visible}.menu-toggle{display:grid}.nav-cta{text-align:center}.hero{background:var(--beige)}.hero-grid{grid-template-columns:1fr .75fr;gap:2.5rem}.portrait-frame{height:520px}.note-two{right:-10px}.trust-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.trust-grid article:nth-child(2){border:0}.situation-grid,.differences-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr 1fr}.difference:nth-child(2){border:0}.cta-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){:root{--header:70px}.container{width:min(calc(100% - 30px),var(--max))}.brand img{width:145px;height:55px}.hero{padding-top:calc(var(--header) + 3rem);min-height:auto}.hero-grid,.split-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{order:-1}.portrait-frame{height:420px}.portrait-frame img{object-position:center 21%}.float-note{display:none}.hero h1{font-size:2.65rem}.button-row{flex-direction:column}.button-row .button{width:100%}.hero-meta{flex-direction:column;gap:.6rem}.trust-grid{grid-template-columns:1fr}.trust-grid article,.trust-grid article:nth-child(2){padding:0 0 1.2rem;border:0;border-bottom:1px solid rgba(255,255,255,.12)}.intro-image,.about-portrait{height:470px}.check-list{grid-template-columns:1fr}.situation-grid,.services-grid,.differences-grid{grid-template-columns:1fr}.highlight-box{align-items:stretch;flex-direction:column;padding:1.5rem}.highlight-box .button{white-space:normal}.service-card{min-height:0}.difference,.difference:nth-child(2){border-right:0;border-bottom:1px solid #d8dfdf}.cta-inner{gap:2rem}.field-row{grid-template-columns:1fr}.contact-form{padding:1.35rem}.footer-grid,.footer-bottom{grid-template-columns:1fr}.footer-bottom div{flex-direction:column;gap:.2rem}.whatsapp-float{width:52px;height:52px;padding:0;justify-content:center;border-radius:50%}.whatsapp-float span{display:none}.back-to-top{right:20px;bottom:84px}.section-heading{text-align:left}.section-heading p{margin-inline:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Ajustes solicitados: hero sem imagem e contato sem formulário. */
.brand img{width:340px;height:92px}
.footer-logo{width:300px;padding:0;background:transparent}
.hero{background:var(--beige);min-height:680px}
.hero-grid{display:block}
.hero-copy{max-width:900px}
.contact-grid-simple{display:block}
.contact-grid-simple .contact-info{max-width:760px;margin-inline:auto}
@media(max-width:760px){.brand img{width:250px;height:68px}.hero{min-height:auto}}

/* Hero com imagem institucional e marca alinhada à direita. */
.brand{order:3;margin-left:auto}
.main-nav{order:2}
.menu-toggle{order:1}
.hero{position:relative;isolation:isolate;background:url("assets/images/hero-escritorio.png") center/cover no-repeat}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(246,242,236,.98) 0%,rgba(246,242,236,.94) 50%,rgba(246,242,236,.3) 78%,rgba(246,242,236,.08) 100%)}
.hero-copy{max-width:760px}
@media(max-width:1000px){.main-nav{order:2}.hero::before{background:rgba(246,242,236,.9)}}

/* Nova marca: enquadramento ampliado e alinhamento à esquerda. */
.brand{order:1;margin-left:0;width:270px;height:78px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--deep)}
.brand img{width:100%;height:100%;object-fit:cover;transform:scale(1.58)}
.main-nav{order:2}
.menu-toggle{order:3}
@media(max-width:760px){.brand{width:215px;height:64px}.brand img{width:100%;height:100%;transform:scale(1.58)}}

/* Enquadramento da logomarca transparente. */
.brand{background:transparent}
.brand img{width:100%;height:100%;object-fit:cover;transform:none}
@media(max-width:760px){.brand img{width:100%;height:100%;object-fit:cover;transform:none}}

/* Ajuste fino de tamanho e posição da marca. */
.brand{width:200px;height:64px;margin-left:-12px}
@media(max-width:760px){.brand{width:165px;height:54px;margin-left:-8px}}
