:root{--black:#0A0A0A;--black-deep:#050505;--graphite:#252525;--graphite-mid:#333333;--gold:#F9B32C;--gold-light:#F8D818;--gold-warm:#F5A328;--white:#fff;--gray:#B8B8B8;--border:rgba(255,255,255,.1);--radius:22px;--container:1180px;--header-h:84px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--black-deep);color:#fff;line-height:1.6;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(100% - 40px,var(--container));margin:auto}.section{padding:110px 0;position:relative}.skip-link{position:absolute;left:-9999px;top:10px;z-index:9999;background:#fff;color:#000;padding:10px 14px}.skip-link:focus{left:10px}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.site-header{position:fixed;inset:0 0 auto;height:var(--header-h);z-index:1000;background:linear-gradient(to bottom,rgba(0,0,0,.65),transparent);transition:.3s}.site-header.scrolled{background:rgba(5,5,5,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(249,179,44,.18)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:170px;height:62px;object-fit:cover}.main-nav{display:flex;align-items:center;gap:22px;font-size:.92rem}.main-nav>a:not(.btn){color:#ddd;position:relative}.main-nav>a:not(.btn)::after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--gold);transition:.25s}.main-nav>a:not(.btn):hover::after,.main-nav>a.active::after{width:100%}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.25s;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(100deg,var(--gold-light),var(--gold));color:#111}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(249,179,44,.22)}.btn-secondary{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.03);color:#fff}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.shine::after{content:"";position:absolute;top:-20%;left:-40%;width:25%;height:140%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);transform:skewX(-20deg);animation:shine 4.5s infinite}@keyframes shine{0%,72%{left:-40%}100%{left:130%}}
.hero{min-height:100svh;display:flex;align-items:center;position:relative;isolation:isolate}.hero-image,.hero-overlay,.hero-glow{position:absolute;inset:0}.hero-image{background:url('../images/hero-desktop.png') center right/cover no-repeat;z-index:-3;transform:scale(1.01)}.hero-overlay{z-index:-2;background:linear-gradient(90deg,rgba(5,5,5,.97) 0%,rgba(5,5,5,.84) 30%,rgba(5,5,5,.38) 56%,rgba(5,5,5,.04) 82%),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.38))}.hero-glow{z-index:-1;background:radial-gradient(circle at 38% 64%,rgba(249,179,44,.12),transparent 28%);animation:glow 6s ease-in-out infinite alternate}@keyframes glow{from{opacity:.55}to{opacity:1}}.hero-content{padding-top:calc(var(--header-h) + 56px);padding-bottom:70px}.hero-content>*{max-width:700px}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:700;color:var(--gold)}.eyebrow>span{width:36px;height:1px;background:var(--gold)}.eyebrow.simple{display:inline-block;margin-bottom:14px}.hero h1,.section-heading h2,.specialty h2,.leo h2,.contact h2,.cta-final h2{font-family:Sora,Arial,sans-serif;line-height:1.08;letter-spacing:-.03em}.hero h1{font-size:clamp(2.7rem,5vw,5rem);margin:18px 0 22px}.hero h1 em{font-style:normal;color:var(--gold)}.hero-lead{font-size:1.16rem;color:#f3f3f3;margin-bottom:10px}.hero-sub{color:var(--gray);margin-top:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:32px;color:#d5d5d5;font-size:.88rem}.hero-points i{color:var(--gold);margin-right:6px}.scroll-cue{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);width:30px;height:50px;border:1px solid rgba(255,255,255,.25);border-radius:20px;display:flex;justify-content:center;padding-top:9px}.scroll-cue span{width:4px;height:8px;border-radius:9px;background:var(--gold);animation:scrollCue 1.8s infinite}@keyframes scrollCue{0%{transform:translateY(0);opacity:.3}50%{opacity:1}100%{transform:translateY(18px);opacity:.2}}
.trust-strip{background:#0f0f0f;border-block:1px solid rgba(255,255,255,.08)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;gap:14px;padding:28px 20px;border-right:1px solid rgba(255,255,255,.08)}.trust-item:last-child{border-right:0}.trust-item>i{font-size:1.35rem;color:var(--gold);margin-top:3px}.trust-item h3{margin:0 0 4px;font-size:.95rem}.trust-item p{margin:0;color:#999;font-size:.82rem}
.section-heading{max-width:760px;margin-bottom:46px}.section-heading h2,.specialty h2,.leo h2,.contact h2,.cta-final h2{font-size:clamp(2rem,4vw,3.5rem);margin:12px 0 18px}.section-heading p,.specialty-copy>p,.leo-copy p,.contact-info>p{color:#aeb0b3;font-size:1.02rem}.services{background:#0b0b0b}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.diff-card{background:linear-gradient(180deg,#141414,#0d0d0d);border:1px solid var(--border);border-radius:var(--radius);padding:28px;position:relative;overflow:hidden;transition:.28s}.service-card::before,.diff-card::before{content:"";position:absolute;inset:0 auto auto 0;width:0;height:2px;background:linear-gradient(90deg,var(--gold-light),var(--gold-warm));transition:.3s}.service-card:hover,.diff-card:hover{transform:translateY(-6px);border-color:rgba(249,179,44,.35);box-shadow:0 18px 45px rgba(0,0,0,.3),0 0 30px rgba(249,179,44,.04)}.service-card:hover::before,.diff-card:hover::before{width:100%}.service-card>i,.diff-card>i{font-size:1.45rem;color:var(--gold);margin-bottom:24px}.service-card h3,.diff-card h3{font-family:Sora,Arial,sans-serif;font-size:1.14rem;margin:0 0 12px}.service-card p,.diff-card p{color:#9ea0a2;font-size:.92rem;margin:0 0 22px}.service-card a{color:var(--gold);font-weight:700;font-size:.86rem}.badge{position:absolute;right:18px;top:18px;background:rgba(249,179,44,.12);border:1px solid rgba(249,179,44,.32);color:var(--gold);padding:5px 9px;border-radius:999px;text-transform:uppercase;font-size:.65rem;letter-spacing:.1em;font-weight:800}.service-card.featured{border-color:rgba(249,179,44,.22)}
.specialty{overflow:hidden;background:linear-gradient(135deg,#060606,#111)}.specialty-glow{position:absolute;width:680px;height:680px;border-radius:50%;right:-260px;top:-150px;background:radial-gradient(circle,rgba(249,179,44,.16),transparent 68%);filter:blur(22px)}.specialty-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.specialty-copy{position:relative;z-index:1}.specialty-list{display:grid;gap:12px;margin:28px 0}.specialty-list i{color:var(--gold);margin-right:8px}.specialty blockquote{margin:30px 0;padding:18px 0 18px 22px;border-left:2px solid var(--gold);font-family:Sora;font-size:1.15rem;color:#f0f0f0}.placeholder-media{aspect-ratio:4/3;border-radius:28px;border:1px solid rgba(249,179,44,.24);background:linear-gradient(145deg,#171717,#0a0a0a);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.placeholder-media i{font-size:3rem;color:var(--gold)}.placeholder-media span{color:#8d8d8d;font-size:.86rem}
.videos{background:#0b0b0b}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-card{padding:0;border:1px solid var(--border);border-radius:var(--radius);background:#101010;color:#fff;text-align:left;overflow:hidden;transition:.3s}.video-card:hover{transform:translateY(-6px);border-color:rgba(249,179,44,.32)}.video-thumb{aspect-ratio:9/12;background:radial-gradient(circle at 50% 30%,#242424,#0c0c0c);display:flex;align-items:center;justify-content:center;position:relative}.video-thumb i{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;z-index:2}.video-thumb span{position:absolute;left:20px;bottom:18px;color:#bbb;font-size:.8rem;z-index:2}.video-meta{padding:20px}.video-meta h3{margin:0 0 6px;font-family:Sora;font-size:1.05rem}.video-meta p{margin:0;color:#888;font-size:.8rem}
.results{background:#090909}.filter-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.filter-btn{border:1px solid var(--border);background:#101010;color:#bbb;padding:9px 15px;border-radius:999px}.filter-btn.active,.filter-btn:hover{background:var(--gold);color:#111;border-color:var(--gold)}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.result-card{background:#111;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.result-placeholder{aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;gap:20px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#777;font-weight:800;letter-spacing:.08em}.result-placeholder i{color:var(--gold)}.result-card h3{padding:18px 20px;margin:0;font-family:Sora;font-size:1rem}.result-card.hidden{display:none}
.leo{background:linear-gradient(180deg,#0c0c0c,#101010)}.leo-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.leo-photo{position:relative}.leo-photo img{width:100%;border-radius:26px;aspect-ratio:4/5;object-fit:cover;object-position:center}.leo-photo::after{content:"";position:absolute;inset:12px -12px -12px 12px;border:1px solid rgba(249,179,44,.28);border-radius:26px;z-index:-1}.leo-badge{position:absolute;right:-16px;bottom:28px;background:#111;border:1px solid rgba(249,179,44,.3);border-radius:14px;padding:12px 16px;display:flex;gap:10px;align-items:center}.leo-badge i{color:var(--gold)}.leo-copy h3{font-family:Sora;color:var(--gold);margin-top:-8px}.differences{background:#0a0a0a}.diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.process{background:#0e0e0e}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;position:relative}.timeline::before{content:"";position:absolute;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);left:8%;right:8%;top:27px;opacity:.45}.timeline-step{position:relative;padding-top:70px}.timeline-step>span{position:absolute;top:0;left:0;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#111;border:1px solid rgba(249,179,44,.42);color:var(--gold);font-family:Sora;font-weight:800}.timeline-step h3{font-size:1rem;margin:0 0 7px}.timeline-step p{font-size:.86rem;color:#929292;margin:0}
.testimonials{background:#090909}.testimonial-shell{max-width:760px}.testimonial-track{position:relative;min-height:250px}.testimonial-card{position:absolute;inset:0;opacity:0;transform:translateX(16px);pointer-events:none;transition:.35s;background:#111;border:1px solid var(--border);border-radius:var(--radius);padding:34px}.testimonial-card.active{opacity:1;transform:none;pointer-events:auto}.stars{color:var(--gold);letter-spacing:.15em;margin-bottom:18px}.testimonial-card p{font-size:1.2rem;color:#ddd}.testimonial-card strong,.testimonial-card span{display:block}.testimonial-card span{color:#7f7f7f;font-size:.85rem}.testimonial-controls{display:flex;align-items:center;gap:15px;margin-top:18px}.testimonial-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:#111;color:#fff}.testimonial-dots{display:flex;gap:6px}.testimonial-dots button{width:8px;height:8px;padding:0;border-radius:50%;background:#444;border:0}.testimonial-dots button.active{background:var(--gold)}
.faq{background:#0d0d0d}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.accordion{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 0;background:none;border:0;color:#fff;text-align:left;font-weight:700}.faq-question i{color:var(--gold)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-answer>p{overflow:hidden;margin:0;color:#9e9e9e}.faq-answer.open{grid-template-rows:1fr}.faq-answer.open>p{padding-bottom:22px}
.cta-final{padding:110px 0;background:linear-gradient(145deg,#060606,#12100a);position:relative;overflow:hidden}.cta-glow{position:absolute;width:520px;height:520px;right:-130px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(249,179,44,.18),transparent 68%);filter:blur(22px)}.cta-inner{position:relative;z-index:1;max-width:860px}.cta-inner p{color:#aaa;font-size:1.05rem;max-width:700px;margin-bottom:28px}.contact{background:#0a0a0a}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.contact-list{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:18px}.contact-list li{display:flex;gap:14px}.contact-list i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#151515;color:var(--gold)}.contact-list strong,.contact-list span{display:block}.contact-list span{color:#aaa;font-size:.9rem}.contact-form{background:#111;border:1px solid var(--border);padding:28px;border-radius:var(--radius);display:grid;gap:16px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:7px;color:#ddd;font-size:.85rem;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{width:100%;background:#0a0a0a;border:1px solid #292929;color:#fff;border-radius:12px;padding:13px 14px}.checkbox{display:flex!important;align-items:center;gap:10px!important}.checkbox input{width:auto}.form-note{margin:0;color:#777;font-size:.76rem}.map-placeholder{margin-top:30px;border:1px dashed rgba(249,179,44,.3);border-radius:18px;padding:28px;display:flex;gap:16px;align-items:center;background:#0e0e0e}.map-placeholder i{font-size:1.8rem;color:var(--gold)}
.site-footer{background:#060606;padding:60px 0 24px;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.footer-brand img{width:180px;height:70px;object-fit:cover}.footer-brand p{color:#858585;max-width:320px}.footer-grid h3{font-family:Sora;font-size:.95rem}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px;color:#888;font-size:.86rem}.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:20px;color:#666;font-size:.76rem}.footer-bottom div{display:flex;gap:18px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:800;display:flex;align-items:center;gap:9px;background:#25D366;color:#08130c;padding:13px 17px;border-radius:999px;font-weight:800;box-shadow:0 12px 32px rgba(0,0,0,.35)}.back-to-top{position:fixed;left:20px;bottom:20px;z-index:700;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#111;color:#fff;opacity:0;pointer-events:none;transition:.25s}.back-to-top.show{opacity:1;pointer-events:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.in-view{opacity:1;transform:none}
.video-modal{position:fixed;inset:0;z-index:1500;display:none}.video-modal.open{display:block}.video-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(8px)}.video-modal-panel{position:relative;width:min(92vw,820px);margin:8vh auto 0;background:#111;border:1px solid var(--border);border-radius:20px;min-height:460px;display:grid;place-items:center;padding:40px}.video-modal-close{position:absolute;right:16px;top:16px;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:#181818;color:#fff}.video-modal-content{text-align:center;color:#999}.video-modal-content>i{font-size:3rem;color:var(--gold)}
@media(max-width:1050px){.main-nav{position:fixed;inset:var(--header-h) 0 auto;background:rgba(5,5,5,.97);backdrop-filter:blur(16px);padding:26px 24px 34px;display:grid;gap:18px;transform:translateY(-130%);opacity:0;pointer-events:none;transition:.3s;border-bottom:1px solid var(--border)}.main-nav.open{transform:none;opacity:1;pointer-events:auto}.menu-toggle{display:block}.nav-cta{width:100%}.trust-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.diff-grid{grid-template-columns:repeat(2,1fr)}.specialty-grid,.leo-grid,.faq-grid,.contact-grid{grid-template-columns:1fr;gap:46px}.timeline{grid-template-columns:1fr 1fr}.timeline::before{display:none}.video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){:root{--header-h:70px}.container{width:min(100% - 28px,var(--container))}.section{padding:82px 0}.brand img{width:140px;height:52px}.hero{min-height:100svh;align-items:flex-start}.hero-image{background-image:url('../images/hero-mobile.png');background-position:center bottom}.hero-overlay{background:linear-gradient(180deg,rgba(5,5,5,.97) 0%,rgba(5,5,5,.84) 34%,rgba(5,5,5,.35) 62%,rgba(5,5,5,.12) 100%)}.hero-content{padding-top:calc(var(--header-h) + 48px);padding-bottom:260px}.hero h1{font-size:clamp(2.25rem,10vw,3.6rem);max-width:95%}.hero-lead{font-size:1rem}.hero-sub{font-size:.9rem}.hero-actions{display:grid;grid-template-columns:1fr;max-width:340px}.hero-actions .btn{width:100%}.hero-points{display:grid;gap:8px;font-size:.8rem}.scroll-cue{display:none}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.services-grid,.diff-grid,.results-grid,.video-grid{grid-template-columns:1fr}.video-thumb{aspect-ratio:9/11}.field-row{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;gap:0;padding-left:24px}.timeline-step{padding:0 0 34px 58px}.timeline-step>span{left:-24px;top:0;width:46px;height:46px}.leo-badge{right:10px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.whatsapp-float span{display:none}.whatsapp-float{width:54px;height:54px;padding:0;justify-content:center;border-radius:50%;font-size:1.3rem}}
@media(max-width:470px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.section-heading h2,.specialty h2,.leo h2,.contact h2,.cta-final h2{font-size:2rem}.service-card,.diff-card{padding:22px}.video-modal-panel{min-height:380px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ===== REFINAMENTOS V2 — 11/09/2026 ===== */
/* Hero mais compacto e tipografia mais harmônica */
.hero{min-height:76vh;max-height:760px;height:720px;align-items:center}
.hero-content{padding-top:calc(var(--header-h) + 30px);padding-bottom:36px}
.hero h1{font-size:clamp(2.25rem,4.25vw,4.15rem);max-width:690px;margin:14px 0 18px}
.hero-lead{font-size:1.04rem;max-width:610px}
.hero-sub{font-size:.92rem;max-width:570px}
.section{padding:92px 0}
.section-heading h2,.specialty h2,.leo h2,.contact h2,.cta-final h2{font-size:clamp(1.85rem,3.25vw,3rem)}
.section-heading p,.specialty-copy>p,.leo-copy p,.contact-copy>p{font-size:.96rem}
.section-heading{margin-bottom:38px}
.brand img{width:168px;height:58px;object-fit:contain;background:transparent}
.footer-brand img{width:185px;height:auto;object-fit:contain;background:transparent}

/* Faixa delicada de diferenciais em carrossel contínuo */
.trust-ribbon{overflow:hidden;background:rgba(14,14,14,.96);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);padding:12px 0;position:relative}
.trust-ribbon::before,.trust-ribbon::after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.trust-ribbon::before{left:0;background:linear-gradient(90deg,#0e0e0e,transparent)}
.trust-ribbon::after{right:0;background:linear-gradient(-90deg,#0e0e0e,transparent)}
.trust-track{display:flex;width:max-content;gap:12px;animation:trustMarquee 34s linear infinite;padding-left:12px}
.trust-ribbon:hover .trust-track{animation-play-state:paused}
.trust-chip{display:flex;align-items:center;gap:12px;min-width:300px;padding:10px 18px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(255,255,255,.025)}
.trust-chip>i{font-size:1rem;color:var(--gold);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(249,179,44,.08)}
.trust-chip span{display:grid;line-height:1.2}
.trust-chip strong{font-size:.82rem;font-weight:700;color:#eee}
.trust-chip small{font-size:.7rem;color:#7e7e7e;margin-top:4px}
@keyframes trustMarquee{to{transform:translateX(calc(-50% - 6px))}}

/* Vídeos: quatro espaços definidos */
.video-grid.four{grid-template-columns:repeat(4,1fr);gap:15px}
.video-grid.four .video-thumb{aspect-ratio:9/12}
.video-grid.four .video-meta{padding:17px}
.video-grid.four .video-meta h3{font-size:.95rem;line-height:1.3}
.video-grid.four .video-meta p{font-size:.72rem}

/* Avaliações Google: sem depoimentos fictícios */
.reviews-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:26px}
.reviews-head .section-heading{margin-bottom:0}
.google-brand{display:flex;align-items:center;gap:12px;min-width:230px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:#111}
.google-g{font-family:Arial,sans-serif;font-size:2rem;font-weight:800;color:#fff;position:relative}
.google-g::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75%)}
.google-brand div{display:grid}
.google-brand strong{font-size:.86rem}
.google-brand small{font-size:.7rem;color:#777}
.google-reviews-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,#121212,#0c0c0c)}
.google-review-placeholder{display:flex;align-items:center;gap:18px;max-width:720px}
.google-review-placeholder>i{font-size:2.2rem;color:var(--gold)}
.google-review-placeholder strong{display:block;font-family:'Sora';font-size:1rem;margin-bottom:5px}
.google-review-placeholder p{margin:0;color:#888;font-size:.84rem}

/* Contato simplificado: WhatsApp + telefone visual */
.contact-simple{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.contact-copy h2{margin-bottom:18px}
.contact-copy p{color:#a6a6a6;max-width:560px;margin-bottom:28px}
.contact-hours{display:flex;align-items:center;gap:10px;margin-top:22px;color:#929292;font-size:.82rem}
.contact-hours i{color:var(--gold)}
.contact-hours b{color:#555;margin:0 5px}
.social-only{display:flex;gap:10px;margin-top:22px}
.social-only a,.footer-socials a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);background:#111;color:#fff;transition:.25s}
.social-only a:hover,.footer-socials a:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.phone-visual{position:relative;min-height:520px;display:grid;place-items:center}
.phone-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(249,179,44,.16),transparent 68%);filter:blur(18px);z-index:0}
.phone-shell{position:relative;z-index:1;width:270px;height:530px;border:8px solid #242424;border-radius:42px;background:#080808;padding:8px;box-shadow:0 35px 80px rgba(0,0,0,.48),0 0 0 1px #3b3b3b;transform:rotate(4deg)}
.phone-speaker{position:absolute;z-index:3;top:12px;left:50%;transform:translateX(-50%);width:82px;height:22px;border-radius:18px;background:#050505}
.phone-screen{height:100%;border-radius:30px;overflow:hidden;background:#e8dfcf;display:flex;flex-direction:column}
.wa-top{height:72px;background:#075e54;color:#fff;padding:20px 13px 10px;display:flex;align-items:center;gap:10px}
.wa-top>i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#25D366;font-size:1.15rem}
.wa-top div{display:grid;line-height:1.15}
.wa-top strong{font-size:.82rem}.wa-top small{font-size:.65rem;color:#b6ded6;margin-top:3px}
.wa-chat{flex:1;padding:20px 12px;display:flex;flex-direction:column;gap:12px;background-color:#efe7dc;background-image:radial-gradient(rgba(0,0,0,.035) 1px,transparent 1px);background-size:14px 14px}
.bubble{max-width:82%;padding:10px 11px;border-radius:10px;font-size:.72rem;line-height:1.35;color:#222;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.bubble.incoming{align-self:flex-start;background:#fff;border-top-left-radius:3px}
.bubble.outgoing{align-self:flex-end;background:#d9fdd3;border-top-right-radius:3px}
.wa-input{height:54px;background:#f5f5f5;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#999;font-size:.72rem}
.wa-input i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff}

/* Rodapé social */
.footer-socials{display:flex;gap:9px;margin-top:8px}
.footer-socials a{width:36px;height:36px}

@media(max-width:1050px){
  .video-grid.four{grid-template-columns:repeat(2,1fr)}
  .contact-simple{grid-template-columns:1fr 1fr;gap:44px}
}
@media(max-width:700px){
  .hero{height:auto;max-height:none;min-height:88svh}
  .hero-content{padding-top:calc(var(--header-h) + 36px);padding-bottom:235px}
  .hero h1{font-size:clamp(2rem,9vw,3.05rem)}
  .hero-lead{font-size:.94rem}.hero-sub{font-size:.84rem}
  .section{padding:72px 0}
  .section-heading h2,.specialty h2,.leo h2,.contact h2,.cta-final h2{font-size:clamp(1.72rem,8vw,2.25rem)}
  .trust-ribbon{padding:10px 0}
  .trust-chip{min-width:265px;padding:9px 15px}
  .video-grid.four{grid-template-columns:1fr 1fr;gap:12px}
  .video-grid.four .video-meta{padding:14px}
  .video-grid.four .video-meta h3{font-size:.86rem}
  .reviews-head{display:grid;align-items:start}
  .google-brand{min-width:0;width:max-content}
  .google-reviews-shell{display:grid;padding:22px}
  .google-reviews-shell .btn{width:100%}
  .contact-simple{grid-template-columns:1fr;gap:30px}
  .phone-visual{min-height:470px}
  .phone-shell{width:235px;height:460px}
}
@media(max-width:470px){
  .video-grid.four{grid-template-columns:1fr}
  .video-grid.four .video-thumb{aspect-ratio:16/10}
}
@media(prefers-reduced-motion:reduce){.trust-track{animation:none}}
.live-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;width:100%}
.live-review-card{background:#0e0e0e;border:1px solid var(--border);border-radius:16px;padding:18px}
.live-review-top{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}
.live-review-top img,.review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#1d1d1d;display:grid;place-items:center}
.live-review-top div{display:grid}.live-review-top strong{font-size:.8rem}.live-review-top small{font-size:.68rem;color:#777}
.live-review-top>i{color:#fff}.live-review-card .stars{font-size:.82rem;margin:12px 0 8px}.live-review-card p{font-size:.8rem;color:#aaa;margin:0 0 10px}.live-review-card a{font-size:.7rem;color:var(--gold)}
@media(max-width:900px){.live-reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.live-reviews-grid{grid-template-columns:1fr}}


/* V3 — hero mais harmônico e tipografia refinada */
.hero{height:660px;min-height:660px;max-height:680px}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.90) 22%,rgba(5,5,5,.68) 38%,rgba(5,5,5,.30) 55%,rgba(5,5,5,.05) 78%),
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.32));
}
.hero-content{padding-top:calc(var(--header-h) + 18px);padding-bottom:26px}
.hero-content>*{max-width:620px}
.hero h1{font-size:clamp(2.15rem,3.65vw,3.55rem);max-width:610px;line-height:1.04;margin:12px 0 16px}
.hero h1 em{color:var(--gold);font-style:normal}
.hero-second-line{display:block;font-size:.61em;line-height:1.22;margin-top:12px;letter-spacing:-.02em;color:#fff;font-weight:600;max-width:560px}
.hero-lead{font-size:1.02rem;max-width:560px;margin-bottom:7px}
.hero-sub{font-size:.9rem;max-width:540px}
.hero-actions{margin-top:24px}
.hero-points{margin-top:24px;font-size:.82rem}
@media(max-width:700px){
  .hero{height:auto;min-height:88svh;max-height:none}
  .hero-content{padding-top:calc(var(--header-h) + 30px);padding-bottom:235px}
  .hero h1{font-size:clamp(2rem,8.2vw,2.8rem);max-width:94%}
  .hero-second-line{font-size:.58em;margin-top:10px;max-width:92%}
  .hero-lead{font-size:.95rem;max-width:92%}
  .hero-sub{font-size:.84rem;max-width:90%}
}

/* V5 — foto real da empresa e refinamentos solicitados */
.site-header .nav-cta{display:none!important}
.hero{height:640px;min-height:640px;max-height:660px;overflow:hidden;background:#050505}
.hero-image{
  background-image:url('../images/hero-empresa-real.jpeg')!important;
  background-size:cover!important;
  background-position:58% 58%!important;
  filter:blur(1.2px) saturate(.92) contrast(1.03) brightness(.82);
  transform:scale(1.035)!important;
}
.hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:34%;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,transparent 0%,rgba(12,12,12,.12) 25%,rgba(12,12,12,.46) 100%);
  mix-blend-mode:multiply;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.78) 32%,rgba(5,5,5,.33) 54%,rgba(5,5,5,.10) 76%),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.34))!important;
}
.hero-content{padding-top:calc(var(--header-h) + 20px);padding-bottom:34px}
.hero-content>*{max-width:560px}
.hero h1{font-size:clamp(2.15rem,3.5vw,3.45rem);max-width:560px;line-height:1.02;margin:12px 0 15px}
.hero-second-line{display:block;font-size:.62em;line-height:1.22;margin-top:10px;color:#fff;font-weight:600;letter-spacing:-.018em}
.hero-lead{font-size:1rem;max-width:530px;line-height:1.65;color:#ededed;margin:0}
.hero-sub,.hero-points{display:none!important}
.hero-actions{margin-top:24px}
.hero-actions .btn-secondary{display:none!important}

/* especialidades mais leves */
.specialty-copy>p{font-size:.9rem;line-height:1.65;max-width:600px}
.specialty-list{gap:8px;margin:20px 0}
.specialty-list span{font-size:.88rem;color:#d4d4d4}
.specialty blockquote{font-size:.96rem;line-height:1.55;margin:22px 0;padding:13px 0 13px 18px;max-width:560px}

/* títulos/subtítulos alinhados */
.faq-heading,.cta-copy-aligned{max-width:650px}
.faq-heading h2,.faq-heading p,.cta-copy-aligned h2,.cta-copy-aligned p{max-width:620px}
.faq-heading p,.cta-copy-aligned p{margin-left:0;margin-right:0}

@media(max-width:1050px){
  .main-nav .nav-cta{display:none!important}
}
@media(max-width:700px){
  .hero{height:auto;min-height:84svh;max-height:none}
  .hero-image{
    background-image:url('../images/hero-empresa-real.jpeg')!important;
    background-size:cover!important;
    background-position:62% 56%!important;
    filter:blur(.8px) saturate(.92) contrast(1.02) brightness(.78);
    transform:scale(1.04)!important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(5,5,5,.93) 0%,rgba(5,5,5,.78) 34%,rgba(5,5,5,.36) 62%,rgba(5,5,5,.14) 100%)!important;
  }
  .hero-content{padding-top:calc(var(--header-h) + 34px);padding-bottom:235px}
  .hero h1{font-size:clamp(2rem,8.5vw,2.8rem);max-width:94%}
  .hero-lead{font-size:.94rem;max-width:92%}
  .specialty blockquote{font-size:.9rem}
  .specialty-list span{font-size:.84rem}
}

/* V6 — banner real refinado */
.hero{height:620px;min-height:620px;max-height:640px}
.hero-image{background-image:url('../images/hero-empresa-real-profissional.jpg')!important;background-size:cover!important;background-position:center!important;filter:none!important;transform:none!important}
.hero-overlay{background:linear-gradient(90deg,rgba(5,5,5,.70) 0%,rgba(5,5,5,.52) 31%,rgba(5,5,5,.16) 58%,rgba(5,5,5,.02) 82%),linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.15))!important}
.hero-content{padding-top:calc(var(--header-h) + 14px);padding-bottom:26px}
.hero-content>*{max-width:515px}
.hero h1{font-size:clamp(2.02rem,3.18vw,3.20rem);max-width:515px;line-height:1.04;margin:10px 0 14px}
.hero-second-line{font-size:.60em;margin-top:9px}
.hero-lead{font-size:.95rem;line-height:1.58;max-width:495px}
.hero-actions{margin-top:20px}
@media(max-width:700px){
.hero{height:auto;min-height:82svh;max-height:none}
.hero-image{background-image:url('../images/hero-empresa-real-mobile.jpg')!important;background-position:center!important}
.hero-overlay{background:linear-gradient(180deg,rgba(5,5,5,.84) 0%,rgba(5,5,5,.64) 31%,rgba(5,5,5,.20) 60%,rgba(5,5,5,.04) 100%)!important}
.hero-content{padding-top:calc(var(--header-h) + 30px);padding-bottom:300px}
.hero h1{font-size:clamp(1.95rem,8.4vw,2.70rem);max-width:94%}
.hero-lead{font-size:.92rem;max-width:91%}
}

/* V7 — Hero horizontal refinado usando a foto real */
.hero{min-height:660px;height:660px;max-height:none;overflow:hidden}
.hero-image{background-image:url('../images/hero-empresa-real-profissional.jpg')!important;background-size:cover!important;background-position:72% center!important;background-repeat:no-repeat!important;filter:none!important;transform:none!important}
.hero-overlay{background:linear-gradient(90deg,rgba(4,4,4,.92) 0%,rgba(4,4,4,.78) 29%,rgba(4,4,4,.48) 45%,rgba(4,4,4,.16) 62%,rgba(4,4,4,.02) 82%)!important}
.hero-glow{background:radial-gradient(circle at 34% 62%,rgba(249,179,44,.08),transparent 30%)!important}
.hero-content{padding-top:calc(var(--header-h) + 28px)!important;padding-bottom:34px!important}
.hero-content>*{max-width:650px!important}
.hero h1{font-size:clamp(2.65rem,4.55vw,4.7rem)!important;max-width:650px!important;line-height:.98!important;letter-spacing:-.045em!important;margin:12px 0 18px!important}
.hero h1 .hero-second-line{display:block;color:var(--gold);font-size:.84em!important;line-height:1.02!important;margin-top:10px!important}
.hero-lead{max-width:610px!important;font-size:1.08rem!important;line-height:1.58!important;color:#e2e2e2!important;margin-bottom:0!important}
.hero-actions{margin-top:28px!important}.hero .btn-primary{min-height:56px;padding-inline:26px}
@media(max-width:1050px){.hero{min-height:620px;height:620px}.hero-image{background-position:76% center!important}.hero h1{font-size:clamp(2.35rem,5.4vw,3.8rem)!important;max-width:560px!important}.hero-content>*{max-width:560px!important}}
@media(max-width:700px){.hero{min-height:86svh;height:auto}.hero-image{background-image:url('../images/hero-empresa-real-mobile.jpg')!important;background-size:cover!important;background-position:center 48%!important}.hero-overlay{background:linear-gradient(180deg,rgba(4,4,4,.88) 0%,rgba(4,4,4,.74) 29%,rgba(4,4,4,.36) 55%,rgba(4,4,4,.10) 75%,rgba(4,4,4,.03) 100%)!important}.hero-content{padding-top:calc(var(--header-h) + 34px)!important;padding-bottom:330px!important}.hero h1{font-size:clamp(2.20rem,9.5vw,3.2rem)!important;max-width:96%!important}.hero h1 .hero-second-line{font-size:.82em!important}.hero-lead{font-size:.96rem!important;max-width:94%!important}}


/* V8 — correção definitiva do Hero:
   foto real preservada à direita + área limpa à esquerda; sem fundo borrado duplicado */
.hero{
  min-height:620px !important;
  height:620px !important;
  max-height:620px !important;
}
.hero-image{
  background-image:url('../images/hero-real-v8.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  filter:none !important;
  transform:none !important;
}
.hero-overlay{
  background:linear-gradient(
    90deg,
    rgba(5,5,5,.20) 0%,
    rgba(5,5,5,.14) 42%,
    rgba(5,5,5,.04) 62%,
    rgba(5,5,5,0) 78%
  ) !important;
}
.hero-content{
  padding-top:calc(var(--header-h) + 22px) !important;
  padding-bottom:28px !important;
}
.hero-content>*{max-width:650px !important}
.hero h1{
  font-size:clamp(2.75rem,4.2vw,4.35rem) !important;
  max-width:650px !important;
  line-height:1.00 !important;
  margin:12px 0 18px !important;
}
.hero h1 .hero-second-line{
  display:block !important;
  color:var(--gold) !important;
  font-size:.83em !important;
  line-height:1.02 !important;
  margin-top:10px !important;
}
.hero-lead{
  max-width:590px !important;
  font-size:1.05rem !important;
  line-height:1.55 !important;
  color:#dedede !important;
}
.hero-actions{margin-top:26px !important}

@media(max-width:1050px){
  .hero{
    min-height:590px !important;
    height:590px !important;
    max-height:590px !important;
  }
  .hero h1{
    font-size:clamp(2.45rem,5vw,3.7rem) !important;
    max-width:560px !important;
  }
}

@media(max-width:700px){
  .hero{
    min-height:84svh !important;
    height:auto !important;
    max-height:none !important;
  }
  .hero-image{
    background-image:url('../images/hero-real-v8-mobile.jpg') !important;
    background-size:cover !important;
    background-position:center 46% !important;
  }
  .hero-overlay{
    background:linear-gradient(
      180deg,
      rgba(4,4,4,.86) 0%,
      rgba(4,4,4,.68) 30%,
      rgba(4,4,4,.26) 56%,
      rgba(4,4,4,.06) 78%,
      rgba(4,4,4,0) 100%
    ) !important;
  }
  .hero-content{
    padding-top:calc(var(--header-h) + 34px) !important;
    padding-bottom:320px !important;
  }
  .hero h1{
    font-size:clamp(2.15rem,9vw,3.1rem) !important;
    max-width:95% !important;
  }
  .hero-lead{
    font-size:.94rem !important;
    max-width:92% !important;
  }
}


/* V10 — Hero real em HTML, visual igual ao mockup aprovado */
.site-header{
  background:rgba(5,6,7,.86)!important;
  backdrop-filter:blur(8px);
}
.hero{
  height:610px!important;
  min-height:610px!important;
  max-height:610px!important;
  overflow:hidden!important;
  align-items:center!important;
}
.hero-image{
  background-image:url('../images/hero-v10-clean.jpg')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  filter:none!important;
  transform:none!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(5,6,7,.14) 0%,rgba(5,6,7,.08) 39%,rgba(5,6,7,.02) 58%,rgba(5,6,7,0) 74%)!important;
}
.hero-glow{display:none!important}
.hero-content{
  padding-top:calc(var(--header-h) + 6px)!important;
  padding-bottom:10px!important;
  width:min(100% - 40px,var(--container))!important;
}
.hero-content>*{
  max-width:640px!important;
}
.hero .eyebrow{
  font-size:.76rem!important;
  letter-spacing:.18em!important;
  margin-bottom:12px!important;
}
.hero h1{
  font-size:clamp(2.9rem,4.3vw,4.6rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  max-width:650px!important;
  margin:0 0 18px!important;
}
.hero h1 .hero-second-line{
  display:block!important;
  color:var(--gold)!important;
  font-size:.82em!important;
  line-height:1.02!important;
  margin-top:10px!important;
}
.hero-lead{
  max-width:615px!important;
  font-size:1.08rem!important;
  line-height:1.55!important;
  color:#ececec!important;
  margin:0!important;
}
.hero-actions{
  margin-top:28px!important;
}
.hero .btn-primary{
  min-height:58px!important;
  padding:0 28px!important;
  border-radius:999px!important;
  box-shadow:0 12px 30px rgba(249,179,44,.22)!important;
}

/* faixa logo abaixo do hero mais próxima do mockup */
.trust-strip{
  background:#0a0b0c!important;
  border-top:1px solid rgba(249,179,44,.18)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}
.trust-item{
  min-height:92px!important;
  align-items:center!important;
  padding:20px 24px!important;
}
.trust-item>i{
  font-size:1.65rem!important;
  color:var(--gold)!important;
}
.trust-item h3{
  font-size:.94rem!important;
  margin-bottom:1px!important;
}
.trust-item p{
  font-size:.83rem!important;
  color:#b1b1b1!important;
}

/* WhatsApp flutuante permanece visível em toda a página */
.whatsapp-float{
  transition:.25s ease;
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
}

@media(max-width:1050px){
  .hero{
    height:580px!important;
    min-height:580px!important;
    max-height:580px!important;
  }
  .hero h1{
    font-size:clamp(2.45rem,5vw,3.65rem)!important;
    max-width:560px!important;
  }
  .hero-content>*{max-width:560px!important}
}

@media(max-width:700px){
  .hero{
    min-height:86svh!important;
    height:auto!important;
    max-height:none!important;
  }
  .hero-image{
    background-image:url('../images/hero-real-v8-mobile.jpg')!important;
    background-position:center 45%!important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(5,6,7,.88) 0%,rgba(5,6,7,.70) 28%,rgba(5,6,7,.32) 58%,rgba(5,6,7,.06) 80%,rgba(5,6,7,0) 100%)!important;
  }
  .hero-content{
    padding-top:calc(var(--header-h) + 36px)!important;
    padding-bottom:320px!important;
  }
  .hero h1{
    font-size:clamp(2.2rem,9.2vw,3.1rem)!important;
    max-width:95%!important;
  }
  .hero h1 .hero-second-line{
    font-size:.82em!important;
  }
  .hero-lead{
    font-size:.96rem!important;
    max-width:94%!important;
  }
}

/* Banner V12 aprovado — preservado sem alterações visuais */
.hero-v12{position:relative;width:100%;background:#080b0c;overflow:hidden}
.hero-v12 picture,.hero-v12 img{display:block;width:100%;height:auto}
.hero-hotspots{position:absolute;inset:0;pointer-events:none}
.hero-hotspots .hh{position:absolute;display:block;pointer-events:auto}
.hero-hotspots .inicio{left:28.8%;top:3.2%;width:4.3%;height:8%}
.hero-hotspots .servicos{left:33.2%;top:3.2%;width:5.4%;height:8%}
.hero-hotspots .especialidades{left:38.5%;top:3.2%;width:8.2%;height:8%}
.hero-hotspots .videos{left:46.5%;top:3.2%;width:5%;height:8%}
.hero-hotspots .resultados{left:51%;top:3.2%;width:6.5%;height:8%}
.hero-hotspots .leo{left:56.5%;top:3.2%;width:7.5%;height:8%}
.hero-hotspots .duvidas{left:63.3%;top:3.2%;width:5.4%;height:8%}
.hero-hotspots .contato{left:68.5%;top:3.2%;width:5.3%;height:8%}
.hero-hotspots .orcamento{left:7.8%;top:69%;width:17.8%;height:11%}
@media(max-width:760px){.hero-v12{height:620px}.hero-v12 img{height:100%;width:auto;max-width:none;position:absolute;left:50%;transform:translateX(-50%);object-fit:cover}.hero-hotspots{display:none}}

/* AJUSTE CAPA — 12/09/2026: mantém o banner aprovado e corrige somente o cabeçalho/escala */
.hero-v12{position:relative;overflow:hidden;background:#080b0c}
.hero-v12 picture{display:block;overflow:hidden}
.hero-v12 picture>img{
  display:block;
  width:106%;
  max-width:none;
  height:auto;
  margin-left:-3%;
}
/* cobre o cabeçalho que fazia parte da arte original e cria um cabeçalho real, nítido e clicável */
.hero-live-header{
  position:absolute;
  z-index:30;
  inset:0 0 auto 0;
  height:94px;
  display:grid;
  grid-template-columns:190px 1fr;
  align-items:center;
  gap:40px;
  padding:0 clamp(34px,7.4vw,150px);
  background:rgba(5,7,8,.97);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.hero-live-brand{display:flex;align-items:center}
.hero-live-brand img{
  display:block;
  width:148px;
  height:auto;
  object-fit:contain;
}
.hero-live-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,2.2vw,38px);
  white-space:nowrap;
}
.hero-live-nav a{
  position:relative;
  color:#e7e7e7;
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(.74rem,.86vw,.95rem);
  font-weight:600;
}
.hero-live-nav a:hover,.hero-live-nav a.active{color:var(--gold)}
.hero-live-nav a.active::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-13px;
  height:2px;
  background:var(--gold);
}
/* hotspots do menu antigo não são mais necessários; mantém apenas o CTA do banner */
.hero-hotspots .inicio,.hero-hotspots .servicos,.hero-hotspots .especialidades,.hero-hotspots .videos,
.hero-hotspots .resultados,.hero-hotspots .leo,.hero-hotspots .duvidas,.hero-hotspots .contato{display:none!important}
.hero-hotspots{z-index:35}
/* logo do rodapé mais discreta */
.footer-brand img{width:150px!important;height:auto!important}

@media(max-width:1050px){
  .hero-live-header{grid-template-columns:150px 1fr;padding-inline:32px;gap:20px;height:82px}
  .hero-live-brand img{width:128px}
  .hero-live-nav{gap:15px}
  .hero-live-nav a{font-size:.72rem}
}
@media(max-width:760px){
  .hero-v12{height:620px}
  .hero-v12 picture>img{height:100%;width:auto;max-width:none;margin:0;position:absolute;left:50%;transform:translateX(-50%);object-fit:cover}
  .hero-live-header{height:72px;display:flex;justify-content:center;padding:0 20px}
  .hero-live-brand img{width:122px}
  .hero-live-nav{display:none}
  .footer-brand img{width:135px!important}
}
\n\n/* CAPA ALTA LIMPA — revisão solicitada 12/09/2026 */\n.hero-v12 picture>img{width:100%!important;max-width:none!important;height:auto!important;margin-left:0!important;transform:none!important}\n.hero-v12{background:#080b0c}\n.hero-live-header{height:88px;grid-template-columns:170px 1fr}\n.hero-live-brand img{width:132px!important;height:auto!important}\n.footer-brand img{width:132px!important;height:auto!important}\n@media(max-width:1050px){.hero-live-header{height:80px}.hero-live-brand img{width:120px!important}.footer-brand img{width:125px!important}}\n@media(max-width:760px){.hero-live-header{height:70px}.hero-live-brand img{width:112px!important}.footer-brand img{width:118px!important}.hero-v12 picture>img{height:100%!important;width:auto!important;position:absolute!important;left:50%!important;transform:translateX(-50%)!important;object-fit:cover!important}}\n/* Especialidade — ajuste pontual aprovado */
.specialty-grid{grid-template-columns:minmax(0,45fr) minmax(0,55fr);gap:clamp(34px,4vw,64px);align-items:center}
.specialty-copy h2{font-size:clamp(2rem,3.35vw,3.15rem);max-width:650px}
.specialty-real-image{display:block;width:100%;height:auto;object-fit:contain;border-radius:var(--radius);box-shadow:0 22px 55px rgba(0,0,0,.28)}
.specialty-visual{min-width:0}
@media(max-width:1050px){.specialty-grid{grid-template-columns:1fr;gap:38px}.specialty-real-image{width:100%;max-width:820px;margin-inline:auto}}


/* Especialidade — refinamento visual 12/09/2026 */
.specialty.section{
  padding-top:clamp(58px,5.4vw,78px);
  padding-bottom:clamp(62px,5.8vw,84px);
}
.specialty-grid{
  grid-template-columns:minmax(0,47fr) minmax(0,53fr);
  gap:clamp(34px,3.6vw,58px);
  align-items:center;
}
.specialty-copy h2{
  font-size:clamp(2rem,3vw,2.85rem);
  line-height:1.08;
  letter-spacing:-.035em;
  max-width:720px;
  text-wrap:balance;
}
.specialty-copy>p{max-width:650px}
.specialty blockquote{
  font-size:.92rem;
  font-weight:600;
  color:#f1f1f1;
}
.specialty .btn-primary span{
  display:inline-block;
  margin-left:8px;
  transition:transform .2s ease;
}
.specialty .btn-primary:hover span{transform:translateX(3px)}
.specialty-visual{min-width:0;display:flex;align-items:center}
.specialty-real-image{
  width:105%;
  max-width:none;
  margin-left:-1%;
  height:auto;
  object-fit:contain;
  border-radius:var(--radius);
}
@media(max-width:1050px){
  .specialty.section{padding-top:58px;padding-bottom:66px}
  .specialty-grid{grid-template-columns:1fr;gap:34px}
  .specialty-copy h2{font-size:clamp(1.9rem,6vw,2.6rem);max-width:760px}
  .specialty-real-image{width:100%;max-width:820px;margin-inline:auto}
}
@media(max-width:700px){
  .specialty.section{padding-top:52px;padding-bottom:58px}
  .specialty-copy h2{font-size:clamp(1.85rem,8.2vw,2.35rem);line-height:1.1}
  .specialty-real-image{width:100%;margin:0}
}

/* Ajustes finais da capa + faixa de benefícios + Especialidade — 12/09/2026 */
.hero-v12 picture>img{
  width:100%!important;
  height:auto!important;
  display:block;
}
.hero-wall-logo{
  position:absolute;
  z-index:20;
  left:73.8%;
  top:20.5%;
  width:clamp(120px,11vw,180px);
  transform:translateX(-50%);
  pointer-events:none;
  opacity:.78;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.28));
}
.hero-wall-logo img{display:block;width:100%;height:auto}

.hero-benefits{
  background:#0b0f11;
  border-top:1px solid rgba(249,179,44,.58);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.hero-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  min-height:92px;
  align-items:center;
}
.hero-benefit{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:18px 22px;
  border-right:1px solid rgba(255,255,255,.10);
}
.hero-benefit:last-child{border-right:0}
.hero-benefit>i{
  flex:0 0 auto;
  width:36px;
  text-align:center;
  font-size:1.55rem;
  color:var(--gold);
}
.hero-benefit>div{display:grid;gap:4px;line-height:1.15}
.hero-benefit strong{font-size:.92rem;color:#f7f7f7;font-weight:700}
.hero-benefit span{font-size:.79rem;color:#aaa}

/* imagem da Especialidade menor e mais harmônica no desktop */
.specialty-visual{justify-content:flex-end}
.specialty-real-image{
  width:90%!important;
  max-width:590px!important;
  margin:0!important;
}

@media(max-width:1050px){
  .hero-wall-logo{left:74%;top:19%;width:clamp(105px,14vw,150px);opacity:.74}
  .hero-benefits-grid{grid-template-columns:repeat(2,1fr)}
  .hero-benefit:nth-child(2){border-right:0}
  .hero-benefit:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
  .specialty-visual{justify-content:center}
  .specialty-real-image{width:92%!important;max-width:700px!important;margin-inline:auto!important}
}
@media(max-width:700px){
  .hero-wall-logo{display:none}
  .hero-benefits-grid{grid-template-columns:1fr}
  .hero-benefit{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);padding:14px 18px;min-height:68px}
  .hero-benefit:last-child{border-bottom:0}
  .hero-benefit>i{font-size:1.4rem;width:30px}
  .specialty-real-image{width:100%!important;max-width:none!important;margin:0!important}
}


/* AJUSTE CAPA FINAL — solicitado 12/09/2026
   Remove a logo da parede e sobe discretamente a arte do banner sem alterar os demais componentes. */
.hero-wall-logo{display:none!important}
@media (min-width:761px){
  .hero-v12 picture>img{
    transform:translateY(-10px)!important;
    margin-bottom:-10px!important;
  }
}

/* FECHAMENTO CAPA + FAIXA DE BENEFÍCIOS — 12/09/2026
   Move somente a área esquerda do conteúdo visual do banner ~30px para baixo,
   preservando carro e lado direito. Deixa a faixa de benefícios mais compacta. */
.hero-v12{overflow:hidden}
.hero-copy-shift{
  display:block;
  position:absolute;
  z-index:12;
  left:0;
  top:30px;
  width:100%;
  height:auto;
  pointer-events:none;
  clip-path:inset(0 56% 0 0);
}
.hero-hotspots{z-index:35}
@media(min-width:761px){
  .hero-v12 picture>img{transform:none!important;margin-bottom:0!important}
}
.hero-benefits-grid{min-height:78px!important}
.hero-benefit{gap:14px!important;padding:12px 20px!important}
.hero-benefit>i{width:32px!important;font-size:1.34rem!important}
.hero-benefit strong{font-size:.88rem!important}
.hero-benefit span{font-size:.76rem!important}
@media(max-width:1050px){
  .hero-copy-shift{top:24px;clip-path:inset(0 50% 0 0)}
}
@media(max-width:760px){
  .hero-copy-shift{display:none!important}
  .hero-benefits-grid{min-height:0!important}
  .hero-benefit{padding:12px 18px!important;min-height:62px!important}
  .hero-benefit>i{font-size:1.28rem!important;width:28px!important}
}

/* ===== Resultados reais + mapa real ===== */
.result-media{aspect-ratio:4/3;background:#0b0b0b;display:flex;align-items:center;justify-content:center;overflow:hidden}
.result-media img{width:100%;height:100%;object-fit:contain;display:block}
.result-card h3{border-top:1px solid rgba(255,255,255,.06)}
.location-block{margin-top:30px}
.location-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.location-head h2{margin:.35rem 0 0;font-family:Sora,sans-serif;font-size:clamp(1.8rem,3vw,2.7rem)}
.map-embed{border:1px solid rgba(249,179,44,.2);border-radius:18px;overflow:hidden;background:#0e0e0e;box-shadow:0 22px 60px rgba(0,0,0,.25)}
.map-embed iframe{display:block;width:100%;height:420px;border:0}
@media(max-width:700px){.location-head{align-items:flex-start;flex-direction:column}.location-head .btn{width:100%}.map-embed iframe{height:340px}.result-media{aspect-ratio:4/3}}

/* === Fechamento CTA + Contato / mapa - 12-09-2026 === */
.cta-with-phone{padding:82px 0 76px}
.cta-final-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:70px;align-items:center}
.cta-with-phone .cta-inner{max-width:760px}
.cta-with-phone .cta-phone{min-height:440px;justify-self:end;width:100%}
.cta-with-phone .cta-phone .phone-shell{width:225px;height:442px;border-width:7px;border-radius:36px}
.cta-with-phone .cta-phone .phone-screen{border-radius:25px}
.cta-with-phone .cta-phone .phone-glow{width:310px;height:310px}
.contact-with-map{padding-top:92px;padding-bottom:100px}
.contact-map-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);gap:78px;align-items:center}
.contact-map-card{display:grid;gap:18px;justify-items:stretch}
.contact-map-embed{margin:0;border-radius:20px}
.contact-map-embed iframe{height:auto;aspect-ratio:1/1;min-height:420px}
.map-route-btn{justify-self:end;min-width:178px}
.contact-location{display:flex;align-items:flex-start;gap:12px;margin-top:20px;color:#aaa}
.contact-location>i{color:var(--gold);font-size:1.05rem;margin-top:3px}
.contact-location strong,.contact-location span{display:block}
.contact-location strong{color:#f5f5f5;font-size:.9rem;margin-bottom:3px}
.contact-location span{font-size:.8rem;color:#888}
@media(max-width:900px){
  .cta-final-grid,.contact-map-grid{grid-template-columns:1fr;gap:36px}
  .cta-with-phone .cta-phone{justify-self:center;min-height:410px}
  .contact-map-card{max-width:680px;width:100%;margin:0 auto}
  .contact-map-embed iframe{min-height:360px}
  .map-route-btn{justify-self:stretch;width:100%}
}
@media(max-width:560px){
  .cta-with-phone{padding:68px 0 56px}
  .cta-with-phone .cta-phone{min-height:390px}
  .cta-with-phone .cta-phone .phone-shell{width:205px;height:405px}
  .contact-with-map{padding-top:70px;padding-bottom:76px}
  .contact-map-embed iframe{min-height:310px}
}


/* === Refinos visuais: Resultados + Mapa + alternância grafite — 12/09/2026 === */
/* Alternância sutil para aliviar o excesso de preto sem sair da paleta */
.services{background:#141414!important}
.videos{background:#151515!important}
.leo{background:linear-gradient(180deg,#171717,#141414)!important}
.process{background:#151515!important}
.faq{background:#141414!important}
.contact-with-map{background:#151515!important}

/* Resultados mais compactos e harmônicos */
.results .filter-row{
  max-width:980px;
  margin:0 auto 24px;
  justify-content:flex-start;
}
.results-grid{
  max-width:980px;
  margin:0 auto;
  gap:22px;
}
.result-card{border-radius:18px}
.result-media{aspect-ratio:4/3}
.result-card h3{padding:15px 18px;font-size:.94rem}
.filter-btn{padding:8px 14px;font-size:.84rem}

/* Mapa menor, realmente quadrado, mantendo o texto com mais respiro */
.contact-map-grid{
  grid-template-columns:minmax(0,1fr) 400px!important;
  gap:64px!important;
}
.contact-map-card{
  width:400px;
  max-width:100%;
  justify-self:end;
  gap:14px;
}
.contact-map-embed{
  width:400px;
  max-width:100%;
  aspect-ratio:1/1;
}
.contact-map-embed iframe{
  width:100%;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:1/1;
}
.map-route-btn{justify-self:end}

@media(max-width:1050px){
  .contact-map-grid{grid-template-columns:minmax(0,1fr) 360px!important;gap:44px!important}
  .contact-map-card,.contact-map-embed{width:360px}
}
@media(max-width:900px){
  .contact-map-grid{grid-template-columns:1fr!important;gap:34px!important}
  .contact-map-card,.contact-map-embed{width:min(100%,420px);justify-self:center}
  .map-route-btn{justify-self:stretch}
}
@media(max-width:700px){
  .results .filter-row{justify-content:flex-start}
  .results-grid{max-width:620px}
  .result-card h3{font-size:.92rem}
  .contact-map-card,.contact-map-embed{width:100%}
}


/* SEO/accessibility: semantic heading without visual layout change */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* =========================================================
   ALTERNÂNCIA VISUAL PRETO / GRAFITE — 13/09/2026
   Mantém estrutura, SEO e conteúdo aprovados.
   ========================================================= */
.services{background:#202020!important}
.specialty{background:linear-gradient(135deg,#090909,#111)!important}
.videos{background:#1c1c1c!important}
.results{background:#090909!important}
.leo{background:linear-gradient(180deg,#202020,#1b1b1b)!important}
.differences{background:#090909!important}
.process{background:#1c1c1c!important}
.testimonials{background:#090909!important}
.faq{background:#1c1c1c!important}
.contact-with-map{background:#202020!important}
.services,.videos,.leo,.process,.faq,.contact-with-map{border-top:1px solid rgba(255,255,255,.035);border-bottom:1px solid rgba(0,0,0,.35)}

/* ===== Refinamento visual 13/09/2026: hierarquia, resultados e contraste ===== */
:root{
  --section-charcoal:#202428;
  --section-charcoal-deep:#181b1e;
}

/* Títulos e subtítulos com a mesma hierarquia visual em todas as seções */
.section-heading,
.specialty-copy,
.leo-copy,
.faq-heading,
.contact-copy,
.cta-copy-aligned{
  text-align:left;
}
.section-heading h2,
.specialty h2,
.leo h2,
.contact h2,
.cta-final h2,
.faq-heading h2,
.contact-copy h2{
  font-size:clamp(2rem,3.15vw,3rem)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  margin:12px 0 14px!important;
}
.section-heading p,
.specialty-copy>p,
.leo-copy>p,
.faq-heading p,
.contact-copy>p,
.cta-copy-aligned>p{
  font-size:1rem!important;
  line-height:1.65!important;
  margin-top:0!important;
  max-width:720px;
}
.section-heading{max-width:760px;margin-bottom:38px!important}
.eyebrow.simple{margin-bottom:12px!important}

/* Resultados: cartões e imagens com exatamente o mesmo enquadramento */
.results-grid{align-items:stretch}
.result-card{display:flex;flex-direction:column;height:100%}
.result-media{aspect-ratio:3/2!important;background:#0b0b0b!important}
.result-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.result-card h3{min-height:54px;display:flex;align-items:center;padding:15px 18px!important}

/* Leandro: foto menor para equilibrar melhor imagem e texto */
.leo-grid{grid-template-columns:minmax(340px,470px) minmax(0,1fr)!important;gap:76px!important}
.leo-photo{width:100%;max-width:470px;justify-self:start}
.leo-photo img{aspect-ratio:4/5;object-fit:cover}

/* Grafite mais perceptível, sem perder a identidade premium preta/dourada */
.services,
.leo,
.faq,
.contact-with-map{
  background:linear-gradient(180deg,var(--section-charcoal) 0%,var(--section-charcoal-deep) 100%)!important;
}
.videos,
.process{
  background:linear-gradient(180deg,#191d20 0%,#131517 100%)!important;
}
.results,
.differences{
  background:#080808!important;
}
.services,.videos,.leo,.process,.faq,.contact-with-map{
  border-top:1px solid rgba(249,179,44,.055)!important;
  border-bottom:1px solid rgba(0,0,0,.45)!important;
}

@media(max-width:1050px){
  .leo-grid{grid-template-columns:1fr!important;gap:42px!important}
  .leo-photo{max-width:520px;justify-self:center}
}
@media(max-width:700px){
  .section-heading h2,.specialty h2,.leo h2,.contact h2,.cta-final h2,.faq-heading h2,.contact-copy h2{
    font-size:clamp(1.9rem,8vw,2.35rem)!important;
  }
  .section-heading p,.specialty-copy>p,.leo-copy>p,.faq-heading p,.contact-copy>p,.cta-copy-aligned>p{
    font-size:.95rem!important;
  }
  .result-media{aspect-ratio:3/2!important}
  .leo-photo{max-width:430px}
}

/* YouTube Shorts reais */
.video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-thumb>i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.video-modal-content{width:100%;display:flex;justify-content:center;align-items:center}


/* ===== Acabamento final da seção de vídeos — 13/09/2026 ===== */
.videos .section-heading{margin-bottom:22px!important}
.video-grid.four{gap:18px!important;align-items:stretch}
.video-card{height:100%;display:flex!important;flex-direction:column!important}
.video-thumb{position:relative;overflow:hidden}
.video-thumb>i{font-size:.92rem!important;width:56px!important;height:56px!important;display:grid!important;place-items:center!important}
.video-meta{display:flex!important;flex-direction:column!important;flex:1!important;padding:17px 17px 16px!important}
.video-meta h3{min-height:48px!important;display:flex!important;align-items:flex-start!important;margin:0 0 8px!important;line-height:1.24!important}
.video-meta p{margin-top:auto!important}
@media(max-width:900px){.video-grid.four{gap:16px!important}}
@media(max-width:700px){.videos .section-heading{margin-bottom:20px!important}.video-thumb>i{width:52px!important;height:52px!important}}


/* ===== REFINO FINAL APROVADO — 13/09/2026 =====
   Mantém a estrutura original e padroniza contraste, ritmo e cartões. */
:root{
  --site-graphite:#181A1D;
  --site-charcoal:#24272B;
  --site-card:#101112;
  --site-deep:#090A0B;
}
body{background:var(--site-graphite)!important}

/* Alternância grafite / cinza-chumbo em todo o site */
.services{background:var(--site-charcoal)!important}
.specialty{background:linear-gradient(145deg,#181A1D 0%,#141618 100%)!important}
.videos{background:var(--site-charcoal)!important}
.results{background:var(--site-graphite)!important}
.leo{background:var(--site-charcoal)!important}
.differences{background:var(--site-graphite)!important}
.process{background:var(--site-graphite)!important}
.testimonials{background:var(--site-charcoal)!important}
.faq{background:var(--site-graphite)!important}
.cta-final{background:linear-gradient(145deg,#111315 0%,#181A1D 58%,#11100c 100%)!important}
.contact-with-map{background:var(--site-charcoal)!important}
.site-footer{background:#090909!important}
.services,.specialty,.videos,.results,.leo,.differences,.process,.testimonials,.faq,.contact-with-map{
  border-top:1px solid rgba(255,255,255,.035)!important;
  border-bottom:1px solid rgba(0,0,0,.42)!important;
}

/* Títulos e subtítulos com o mesmo ritmo visual */
.section-heading{max-width:760px!important;margin-bottom:34px!important}
.section-heading h2,.specialty h2,.leo h2,.faq-heading h2,.contact-copy h2,.cta-copy-aligned h2{
  font-size:clamp(2rem,3.15vw,3rem)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  margin:12px 0 14px!important;
}
.section-heading p,.specialty-copy>p,.leo-copy>p,.faq-heading p,.contact-copy>p,.cta-copy-aligned>p{
  font-size:1rem!important;
  line-height:1.65!important;
  color:#b8babd!important;
}

/* Vídeos: mais respiro, menos peso e alinhamento perfeito */
.videos .container{width:min(100% - 40px,1180px)}
.videos .section-heading{margin-bottom:26px!important}
.video-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  max-width:1120px;
  margin:0 auto;
}
.video-card{
  background:#101112!important;
  border-color:rgba(255,255,255,.095)!important;
  border-radius:20px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.video-card:hover{transform:translateY(-4px)!important;border-color:rgba(249,179,44,.34)!important}
.video-thumb{aspect-ratio:9/12!important;background:#0d0e0f!important}
.video-thumb img{object-position:center!important}
.video-thumb>i{
  width:50px!important;height:50px!important;font-size:.82rem!important;
  box-shadow:0 7px 22px rgba(0,0,0,.25);
}
.video-meta{padding:16px 16px 15px!important;min-height:104px!important}
.video-meta h3{
  min-height:48px!important;margin:0 0 7px!important;
  font-size:1rem!important;line-height:1.24!important;
}
.video-meta p{font-size:.77rem!important;color:#96989a!important;margin-top:auto!important}

/* Resultados: mesmos tamanhos e enquadramento, preservando as fotos reais */
.results-grid{max-width:980px!important;margin-inline:auto!important;gap:22px!important;align-items:stretch!important}
.result-card{background:#101112!important;border-color:rgba(255,255,255,.10)!important;border-radius:20px!important}
.result-media{aspect-ratio:3/2!important;background:#0b0c0d!important}
.result-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.result-card h3{min-height:54px!important;padding:15px 18px!important;display:flex!important;align-items:center!important}

/* Cartões gerais mais coerentes com o novo grafite */
.service-card,.diff-card,.google-reviews-shell,.contact-map-card{
  background:linear-gradient(180deg,#141619,#101112)!important;
  border-color:rgba(255,255,255,.09)!important;
}
.filter-btn{background:#111315!important;border-color:rgba(255,255,255,.11)!important}
.filter-btn.active,.filter-btn:hover{background:var(--gold)!important;color:#111!important;border-color:var(--gold)!important}

/* Foto do Leo equilibrada com o conteúdo */
.leo-grid{grid-template-columns:minmax(320px,455px) minmax(0,1fr)!important;gap:72px!important}
.leo-photo{width:100%!important;max-width:455px!important;justify-self:start!important}

@media(max-width:1050px){
  .video-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px}
  .leo-grid{grid-template-columns:1fr!important;gap:42px!important}
  .leo-photo{max-width:500px!important;justify-self:center!important}
}
@media(max-width:700px){
  .section{padding:78px 0!important}
  .section-heading{margin-bottom:26px!important}
  .video-grid.four{grid-template-columns:1fr!important;max-width:390px;gap:18px!important}
  .video-thumb{aspect-ratio:9/11!important}
  .video-thumb>i{width:48px!important;height:48px!important}
  .video-meta{min-height:auto!important}
  .video-meta h3{min-height:auto!important}
  .results-grid{grid-template-columns:1fr!important;gap:18px!important}
  .leo-photo{max-width:420px!important}
}

/* ===== AJUSTE FINAL VÍDEOS + RESULTADO PERSONALIZAÇÃO — 13/09/2026 ===== */
/* As capas já contêm o nome do serviço: removemos textos repetidos abaixo. */
.video-grid.four .video-card{
  padding:0!important;
  overflow:hidden!important;
  min-height:0!important;
  background:#101112!important;
}
.video-grid.four .video-thumb{
  width:100%!important;
  aspect-ratio:9/12!important;
  border-radius:19px!important;
  overflow:hidden!important;
}
.video-grid.four .video-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.video-grid.four .video-meta{display:none!important}

/* Garante que a foto real aprovada preencha o card de Resultados. */
.result-card[data-category="personalizacao"] .result-media picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.result-card[data-category="personalizacao"] .result-media picture img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
@media(max-width:700px){
  .video-grid.four .video-thumb{aspect-ratio:9/12!important}
}


/* ===== SEO/GEO + RESPONSIVO FINAL — 13/09/2026 ===== */
/* Mapa sem faixa preta inferior; no mobile, altura menor e equilibrada. */
.contact-map-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important}
.contact-map-embed{background:transparent!important;border-radius:18px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.10)!important}
.contact-map-embed iframe{display:block!important;width:100%!important;height:400px!important;min-height:0!important;aspect-ratio:auto!important;border:0!important}
.map-route-btn{justify-self:start!important;margin-top:12px!important}
@media(max-width:700px){
  .contact-map-embed iframe{height:240px!important}
  .contact-map-card,.contact-map-embed{width:100%!important}
}

/* Banner responsivo usa foto própria sem logomarca duplicada no fundo. */
@media(max-width:760px){
  .hero-v12{height:560px!important}
  .hero-v12 picture>img{width:100%!important;height:100%!important;left:0!important;transform:none!important;object-fit:cover!important;object-position:center 58%!important}
}

/* Páginas estáticas indexáveis */
.seo-page-header{position:sticky;top:0;z-index:100;background:rgba(8,10,11,.96);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(12px)}
.seo-page-nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.seo-page-brand img{width:132px;height:auto;display:block}
.seo-page-nav nav{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.seo-page-nav nav a{font-weight:600;font-size:.9rem;color:#e9e9e9}.seo-page-nav nav a:hover{color:var(--gold)}
.seo-page-main{background:var(--site-graphite,#181A1D);min-height:70vh}.seo-page-hero{padding:84px 0 58px;background:linear-gradient(145deg,#111315,#202428)}.seo-page-hero h1{font-family:Sora,Arial,sans-serif;font-size:clamp(2.25rem,5vw,4.2rem);max-width:960px;line-height:1.02;letter-spacing:-.045em;margin:10px 0 18px}.seo-page-hero p{max-width:860px;color:#c0c2c4;font-size:1.05rem;line-height:1.7}.seo-page-copy{max-width:880px;color:#c0c2c4;line-height:1.8;margin-bottom:30px}.seo-services-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.seo-service-item{background:#101112;border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:26px}.seo-service-item h2{font-family:Sora;margin-top:0}.seo-service-item p{color:#adb0b2;line-height:1.7}.seo-local-box{margin-top:34px;padding:26px;border-left:3px solid var(--gold);background:#111416;border-radius:0 16px 16px 0}.seo-results-static{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.seo-results-static article{background:#101112;border:1px solid rgba(255,255,255,.09);border-radius:18px;overflow:hidden}.seo-results-static img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}.seo-results-static h2,.seo-results-static p{margin-left:20px;margin-right:20px}.seo-results-static p{color:#adb0b2;padding-bottom:18px}.seo-about-grid{display:grid;grid-template-columns:minmax(300px,430px) 1fr;gap:56px;align-items:start}.seo-about-grid img{width:100%;border-radius:18px;display:block}.seo-about-grid p,.seo-about-grid li{color:#b8babd;line-height:1.75}.seo-footer-simple{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;color:#a7a9ab}.seo-footer-simple a{color:var(--gold)}
@media(max-width:760px){.seo-page-nav{min-height:68px;align-items:center}.seo-page-brand img{width:112px}.seo-page-nav nav{gap:12px;justify-content:flex-end}.seo-page-nav nav a{font-size:.78rem}.seo-page-hero{padding:58px 0 42px}.seo-services-list,.seo-results-static,.seo-about-grid{grid-template-columns:1fr}.seo-about-grid{gap:32px}}

/* ==========================================================
   ACABAMENTO FINO FINAL — 14/09/2026
   Objetivo: visual mais premium, leve e elegante sem mudar a identidade.
   ========================================================== */

/* Desktop: menos peso visual e melhor respiro */
@media (min-width: 701px){
  .section{padding:98px 0 !important}
  .section-heading{margin-bottom:40px !important}
  .section-heading h2,
  .specialty h2,
  .leo h2,
  .contact h2,
  .cta-final h2{
    font-size:clamp(1.9rem,3.45vw,3.15rem) !important;
    line-height:1.08 !important;
  }
  .section-heading p,
  .specialty-copy>p,
  .leo-copy p,
  .contact-info>p{
    font-size:.98rem !important;
    line-height:1.65 !important;
  }
  .service-card,.diff-card{padding:25px !important}
  .service-card>i,.diff-card>i{margin-bottom:20px !important}
  .service-card h3,.diff-card h3{font-size:1.08rem !important}

  /* Hero continua impactante, mas um pouco mais refinado */
  .hero h1{
    font-size:clamp(2.7rem,4vw,4.25rem) !important;
    line-height:1 !important;
  }
  .hero-lead{font-size:1.02rem !important}
  .hero .btn-primary{min-height:52px !important;padding-inline:24px !important}
}

/* Tablet */
@media (min-width:701px) and (max-width:1050px){
  .section{padding:88px 0 !important}
  .section-heading h2,
  .specialty h2,
  .leo h2,
  .contact h2,
  .cta-final h2{font-size:clamp(1.85rem,4.7vw,2.85rem) !important}
}

/* Mobile: títulos mais proporcionais e páginas menos longas */
@media (max-width:700px){
  .section{padding:62px 0 !important}
  .section-heading{margin-bottom:32px !important}
  .section-heading h2,
  .specialty h2,
  .leo h2,
  .contact h2,
  .cta-final h2{
    font-size:clamp(1.55rem,7vw,2.02rem) !important;
    line-height:1.1 !important;
    letter-spacing:-.025em !important;
  }
  .section-heading p,
  .specialty-copy>p,
  .leo-copy p,
  .contact-info>p{
    font-size:.92rem !important;
    line-height:1.6 !important;
  }
  .service-card,.diff-card{padding:22px !important}
  .service-card h3,.diff-card h3{font-size:1.02rem !important}
  .service-card p,.diff-card p{font-size:.88rem !important}
  .hero h1{
    font-size:clamp(2.02rem,8.3vw,2.78rem) !important;
    line-height:1.02 !important;
  }
  .hero-lead{font-size:.92rem !important;line-height:1.55 !important}
  .hero .btn-primary{min-height:50px !important;padding-inline:21px !important}
}


/* ==========================================================
   HERO MOBILE COMERCIAL — 14/09/2026
   Recupera mensagem, CTA e hierarquia visual no responsivo.
   ========================================================== */
.hero-mobile-copy{display:none}
@media (max-width:760px){
  .hero-v12{
    height:610px!important;
    min-height:610px!important;
    position:relative!important;
  }
  .hero-v12 picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:1!important}
  .hero-v12 picture>img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    left:0!important;
    transform:none!important;
    object-fit:cover!important;
    object-position:center 48%!important;
  }
  .hero-v12::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(4,7,8,.06) 0%,rgba(4,7,8,.12) 34%,rgba(4,7,8,.55) 60%,rgba(4,7,8,.92) 100%);
  }
  .hero-live-header{z-index:5!important;background:linear-gradient(180deg,rgba(5,7,8,.82),rgba(5,7,8,.18))!important}
  .hero-mobile-copy{
    display:block;
    position:absolute;
    z-index:4;
    left:22px;
    right:22px;
    bottom:24px;
    max-width:520px;
  }
  .hero-mobile-kicker{
    margin:0 0 7px;
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:.13em;
    font-size:.68rem;
    font-weight:800;
  }
  .hero-mobile-copy h2{
    margin:0 0 10px;
    font-family:Sora,Arial,sans-serif;
    font-size:clamp(1.7rem,7.5vw,2.35rem)!important;
    line-height:1.03!important;
    letter-spacing:-.035em!important;
    color:#fff;
    max-width:95%;
  }
  .hero-mobile-copy h2 em{font-style:normal;color:var(--gold)}
  .hero-mobile-copy>p:not(.hero-mobile-kicker){
    margin:0 0 15px;
    max-width:95%;
    color:#e0e0e0;
    font-size:.88rem;
    line-height:1.5;
  }
  .hero-mobile-copy .btn{
    width:auto!important;
    min-height:46px!important;
    padding:0 18px!important;
    font-size:.88rem!important;
    box-shadow:0 10px 30px rgba(0,0,0,.26);
  }
}
@media (max-width:430px){
  .hero-v12{height:570px!important;min-height:570px!important}
  .hero-mobile-copy{left:18px;right:18px;bottom:20px}
  .hero-mobile-copy h2{font-size:clamp(1.6rem,7.8vw,2.08rem)!important}
  .hero-mobile-copy>p:not(.hero-mobile-kicker){font-size:.84rem}
}

/* ==========================================================
   MOBILE FINAL — HERO LIMPO + BENEFÍCIOS 2x2
   14/09/2026
   ========================================================== */
@media (max-width:760px){
  .hero-v12{
    height:540px!important;
    min-height:540px!important;
    background:#090c0d!important;
    overflow:hidden!important;
  }
  .hero-v12 picture{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:322px!important;
    width:100%!important;
    overflow:hidden!important;
    z-index:1!important;
  }
  .hero-v12 picture>img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 50%!important;
    transform:none!important;
  }
  .hero-v12::after{
    content:"";
    position:absolute!important;
    top:245px!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:2!important;
    background:linear-gradient(180deg,rgba(9,12,13,0) 0%,rgba(9,12,13,.82) 30%,#090c0d 58%,#090c0d 100%)!important;
    pointer-events:none!important;
  }
  .hero-live-header{
    height:62px!important;
    padding:0 18px!important;
    background:linear-gradient(180deg,rgba(4,6,7,.82),rgba(4,6,7,0))!important;
    z-index:6!important;
  }
  .hero-live-brand img{width:104px!important}
  .hero-mobile-copy{
    display:block!important;
    position:absolute!important;
    z-index:5!important;
    left:20px!important;
    right:20px!important;
    bottom:22px!important;
    max-width:none!important;
    padding:0!important;
  }
  .hero-mobile-kicker{
    margin:0 0 6px!important;
    font-size:.62rem!important;
    letter-spacing:.12em!important;
  }
  .hero-mobile-copy h2{
    margin:0 0 8px!important;
    max-width:100%!important;
    font-size:clamp(1.48rem,5.7vw,1.92rem)!important;
    line-height:1.06!important;
    letter-spacing:-.028em!important;
  }
  .hero-mobile-copy>p:not(.hero-mobile-kicker){
    margin:0 0 13px!important;
    max-width:100%!important;
    font-size:.79rem!important;
    line-height:1.45!important;
    color:#d5d5d5!important;
  }
  .hero-mobile-copy .btn{
    min-height:42px!important;
    padding:0 15px!important;
    font-size:.80rem!important;
    border-radius:999px!important;
  }

  .hero-benefits{
    padding:12px 12px 14px!important;
    background:#0b0e0f!important;
    border-top:1px solid rgba(249,179,44,.22)!important;
  }
  .hero-benefits-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    min-height:0!important;
  }
  .hero-benefit{
    min-height:82px!important;
    padding:13px 14px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:14px!important;
    background:#101416!important;
    gap:10px!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
  .hero-benefit:nth-child(n){border-right:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .hero-benefit>i{
    width:26px!important;
    min-width:26px!important;
    font-size:1.08rem!important;
  }
  .hero-benefit strong{font-size:.78rem!important;line-height:1.15!important}
  .hero-benefit span{font-size:.68rem!important;line-height:1.2!important}
}
@media (max-width:430px){
  .hero-v12{height:520px!important;min-height:520px!important}
  .hero-v12 picture{height:300px!important}
  .hero-v12::after{top:225px!important}
  .hero-mobile-copy{left:16px!important;right:16px!important;bottom:18px!important}
  .hero-mobile-copy h2{font-size:1.52rem!important}
  .hero-mobile-copy>p:not(.hero-mobile-kicker){font-size:.76rem!important}
  .hero-benefits{padding:10px!important}
  .hero-benefits-grid{gap:8px!important}
  .hero-benefit{min-height:76px!important;padding:11px 12px!important}
}

/* FINAL MOBILE: diferenciais lineares e compactos */
@media (max-width: 768px){
  .hero-benefits{
    padding:0!important;
    background:#0b0e0f!important;
    border-top:1px solid rgba(249,179,44,.22)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-benefits::-webkit-scrollbar{display:none}
  .hero-benefits-grid{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:0!important;
    width:max-content!important;
    min-width:100%!important;
    padding:0 10px!important;
  }
  .hero-benefit{
    display:flex!important;
    flex:0 0 auto!important;
    min-width:145px!important;
    min-height:62px!important;
    padding:10px 14px!important;
    border:0!important;
    border-right:1px solid rgba(255,255,255,.09)!important;
    border-radius:0!important;
    background:transparent!important;
    gap:9px!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .hero-benefit:last-child{border-right:0!important}
  .hero-benefit:nth-child(n){border-bottom:0!important}
  .hero-benefit>i{
    width:22px!important;
    min-width:22px!important;
    font-size:1rem!important;
  }
  .hero-benefit>div{display:block!important;white-space:nowrap!important}
  .hero-benefit strong{display:block!important;font-size:.75rem!important;line-height:1.15!important}
  .hero-benefit span{display:none!important}
}
@media (max-width:430px){
  .hero-benefit{min-width:132px!important;min-height:58px!important;padding:9px 12px!important}
  .hero-benefit strong{font-size:.72rem!important}
}


/* ==========================================================
   HERO MOBILE PREMIUM FINAL — imagem aprovada + faixa linear
   14/09/2026
   ========================================================== */
@media (max-width:760px){
  .hero-v12{
    height:505px!important;
    min-height:505px!important;
    background:#080b0c!important;
  }
  .hero-v12 picture{
    position:absolute!important;
    top:0!important;left:0!important;right:0!important;
    width:100%!important;height:275px!important;
    overflow:hidden!important;z-index:1!important;
  }
  .hero-v12 picture>img{
    position:absolute!important;inset:0!important;
    width:100%!important;height:100%!important;
    object-fit:cover!important;
    object-position:center 53%!important;
    transform:none!important;
  }
  .hero-v12::after{
    content:""!important;
    position:absolute!important;
    top:225px!important;left:0!important;right:0!important;bottom:0!important;
    z-index:2!important;
    background:linear-gradient(180deg,rgba(8,11,12,0) 0%,rgba(8,11,12,.86) 22%,#080b0c 42%,#080b0c 100%)!important;
    pointer-events:none!important;
  }
  .hero-live-header{
    height:58px!important;
    background:linear-gradient(180deg,rgba(3,5,6,.78),rgba(3,5,6,0))!important;
    z-index:6!important;
  }
  .hero-live-brand img{width:98px!important}
  .hero-mobile-copy{
    display:block!important;position:absolute!important;z-index:5!important;
    left:18px!important;right:18px!important;bottom:18px!important;
  }
  .hero-mobile-kicker{font-size:.58rem!important;letter-spacing:.13em!important;margin-bottom:5px!important}
  .hero-mobile-copy h2{
    font-size:clamp(1.38rem,5.25vw,1.78rem)!important;
    line-height:1.06!important;letter-spacing:-.03em!important;
    margin:0 0 8px!important;max-width:100%!important;
  }
  .hero-mobile-copy>p:not(.hero-mobile-kicker){font-size:.76rem!important;line-height:1.42!important;margin:0 0 12px!important}
  .hero-mobile-copy .btn{min-height:40px!important;padding:0 15px!important;font-size:.78rem!important}
  .hero-benefits{padding:0!important;background:#0b0e0f!important;overflow-x:auto!important}
  .hero-benefits-grid{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;padding:0!important}
  .hero-benefit{min-width:136px!important;min-height:54px!important;padding:8px 11px!important;background:transparent!important;border:0!important;border-right:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;gap:7px!important}
  .hero-benefit>i{font-size:.9rem!important;width:18px!important;min-width:18px!important}
  .hero-benefit strong{font-size:.68rem!important;white-space:nowrap!important}
  .hero-benefit span{display:none!important}
}
@media (max-width:430px){
  .hero-v12{height:485px!important;min-height:485px!important}
  .hero-v12 picture{height:260px!important}
  .hero-v12::after{top:210px!important}
  .hero-mobile-copy{left:16px!important;right:16px!important;bottom:16px!important}
  .hero-mobile-copy h2{font-size:1.38rem!important}
  .hero-benefit{min-width:124px!important;min-height:52px!important;padding:8px 10px!important}
  .hero-benefit strong{font-size:.66rem!important}
}

/* ==========================================================
   REFINO MOBILE PREMIUM V5 — 14/09/2026
   Cabeçalho separado, hero integrada, tipografia leve,
   diferenciais horizontais e serviços mais compactos.
   ========================================================== */
@media (max-width:760px){
  .hero-v12{
    height:478px!important;
    min-height:478px!important;
    background:#080b0c!important;
    overflow:hidden!important;
  }
  .hero-live-header{
    position:absolute!important;
    top:0!important;left:0!important;right:0!important;
    height:50px!important;
    background:#07090a!important;
    border-bottom:1px solid rgba(249,179,44,.16)!important;
    z-index:8!important;
  }
  .hero-live-brand img{width:108px!important}
  .hero-v12 picture{
    top:50px!important;
    height:238px!important;
  }
  .hero-v12 picture>img{
    object-position:center 54%!important;
  }
  .hero-v12::after{
    top:230px!important;
    background:linear-gradient(180deg,rgba(8,11,12,0) 0%,rgba(8,11,12,.62) 15%,#080b0c 31%,#080b0c 100%)!important;
  }
  .hero-mobile-copy{
    left:20px!important;right:20px!important;bottom:17px!important;
  }
  .hero-mobile-kicker{
    font-size:.54rem!important;
    letter-spacing:.14em!important;
    margin-bottom:5px!important;
  }
  .hero-mobile-copy h2{
    font-size:clamp(1.18rem,4.55vw,1.48rem)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    margin-bottom:7px!important;
    max-width:570px!important;
  }
  .hero-mobile-copy>p:not(.hero-mobile-kicker){
    font-size:.70rem!important;
    line-height:1.38!important;
    margin-bottom:11px!important;
    max-width:560px!important;
  }
  .hero-mobile-copy .btn{
    min-height:36px!important;
    padding:0 13px!important;
    font-size:.70rem!important;
    border-radius:999px!important;
  }
  .hero-benefits{
    padding:0!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
    background:#0b0e0f!important;
  }
  .hero-benefits::-webkit-scrollbar{display:none!important}
  .hero-benefits-grid{
    display:flex!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
    min-width:0!important;
    padding:0!important;
  }
  .hero-benefit{
    min-width:126px!important;
    min-height:46px!important;
    padding:7px 10px!important;
    gap:6px!important;
  }
  .hero-benefit>i{font-size:.82rem!important;width:16px!important;min-width:16px!important}
  .hero-benefit strong{font-size:.63rem!important;letter-spacing:-.01em!important}
  .services{padding-top:46px!important}
  .services .section-heading{margin-bottom:28px!important}
  .services .section-heading h2{
    font-size:clamp(1.48rem,6vw,1.92rem)!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
    max-width:620px!important;
  }
  .services .section-heading p{font-size:.88rem!important;line-height:1.5!important}
}
@media (max-width:430px){
  .hero-v12{height:462px!important;min-height:462px!important}
  .hero-live-header{height:48px!important}
  .hero-live-brand img{width:102px!important}
  .hero-v12 picture{top:48px!important;height:222px!important}
  .hero-v12::after{top:214px!important}
  .hero-mobile-copy{left:17px!important;right:17px!important;bottom:15px!important}
  .hero-mobile-copy h2{font-size:1.18rem!important}
  .hero-benefit{min-width:118px!important;min-height:44px!important;padding:7px 9px!important}
  .hero-benefit strong{font-size:.61rem!important}
  .services{padding-top:40px!important}
  .services .section-heading h2{font-size:1.42rem!important}
}

/* ==========================================================
   ACABAMENTO MOBILE V6 — transições e ritmo visual
   14/09/2026
   ========================================================== */
@media (max-width:760px){
  /* Hero mais contínua: foto e conteúdo passam a parecer um único bloco */
  .hero-v12{height:472px!important;min-height:472px!important}
  .hero-v12 picture{height:242px!important}
  .hero-v12::after{
    top:218px!important;
    background:linear-gradient(180deg,rgba(8,11,12,0) 0%,rgba(8,11,12,.35) 12%,rgba(8,11,12,.88) 27%,#080b0c 42%,#080b0c 100%)!important;
  }
  .hero-mobile-copy{bottom:18px!important}
  .hero-mobile-copy h2{
    margin-bottom:9px!important;
    line-height:1.09!important;
  }
  .hero-mobile-copy h2 em{display:block!important;font-style:normal!important;color:var(--gold)!important}
  .hero-mobile-copy>p:not(.hero-mobile-kicker){margin-bottom:14px!important}
  .hero-mobile-copy .btn{min-height:37px!important;padding-inline:14px!important}

  /* Diferenciais: ainda finos, mas legíveis */
  .hero-benefit{min-width:132px!important;min-height:49px!important;padding:8px 11px!important;gap:7px!important}
  .hero-benefit>i{font-size:.9rem!important;width:17px!important;min-width:17px!important}
  .hero-benefit strong{font-size:.67rem!important}

  /* Remove o vazio excessivo antes de Serviços */
  .services{padding-top:25px!important}
  .services .section-heading{margin-bottom:24px!important}
  .services .section-heading .eyebrow{margin-bottom:12px!important}
}
@media (max-width:430px){
  .hero-v12{height:458px!important;min-height:458px!important}
  .hero-v12 picture{height:226px!important}
  .hero-v12::after{top:202px!important}
  .hero-mobile-copy{bottom:16px!important}
  .hero-mobile-copy h2{font-size:1.18rem!important}
  .hero-benefit{min-width:122px!important;min-height:47px!important}
  .hero-benefit strong{font-size:.64rem!important}
  .services{padding-top:22px!important}
}

/* ==========================================================
   HERO MOBILE APROVADA V7 — mockup aprovado 14/09/2026
   A arte mobile é exibida integralmente para preservar exatamente
   a composição aprovada: texto no alto, carro abaixo e diferenciais.
   ========================================================== */
.hero-mobile-mockup-cta{display:none}
@media (max-width:760px){
  .hero-v12{
    height:auto!important;min-height:0!important;
    aspect-ratio:2/3!important;
    background:#050607!important;overflow:hidden!important;
  }
  .hero-v12 picture{position:static!important;display:block!important;height:auto!important;overflow:visible!important}
  .hero-v12 picture>img{
    position:static!important;display:block!important;
    width:100%!important;height:auto!important;max-width:100%!important;
    margin:0!important;left:auto!important;top:auto!important;
    transform:none!important;object-fit:contain!important;object-position:center!important;
  }
  .hero-v12::after{display:none!important}
  .hero-live-header,.hero-mobile-copy,.hero-hotspots{display:none!important}
  .hero-benefits{display:none!important}
  .hero-mobile-mockup-cta{
    display:block!important;position:absolute!important;z-index:20!important;
    left:7.5%!important;top:36.8%!important;width:43%!important;height:6.3%!important;
    border-radius:999px!important;
  }
  .services{padding-top:24px!important}
}


/* ==========================================================
   V8 — SHORTS VERTICAL + GOOGLE REVIEWS + REDES SOCIAIS
   14/09/2026
   ========================================================== */
.video-modal{overflow:auto!important;padding:3vh 0!important}
.video-modal-panel{
  width:min(92vw,460px)!important;
  height:min(90vh,800px)!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:18px!important;
  border-radius:22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#0d0f10!important;
}
.video-modal-content{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}
.video-modal-content iframe{width:100%!important;height:100%!important;max-width:430px!important;aspect-ratio:9/16!important;border:0!important;border-radius:16px!important;background:#000!important}
.video-modal-close{z-index:5!important;right:10px!important;top:10px!important;background:rgba(10,10,10,.9)!important}

.reviews-live{background:#0b0d0e!important;overflow:hidden}
.reviews-live .reviews-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}
.reviews-live .section-heading{margin:0!important;max-width:720px}
.reviews-live .section-heading p{margin-bottom:0!important}
.reviews-score{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:10px;row-gap:1px;flex:0 0 auto;padding:12px 16px;border:1px solid rgba(249,179,44,.18);border-radius:16px;background:#111416}
.reviews-score>i{grid-row:1/3;font-size:1.45rem;color:#fff}.reviews-score strong{font:700 1.35rem Sora,sans-serif;color:#fff}.reviews-score span{color:var(--gold);letter-spacing:1px;font-size:.78rem}.reviews-score small{grid-column:1/3;color:#aeb4b8;font-size:.72rem;margin-top:4px}
.reviews-embed-window{position:relative;width:100%;min-height:330px;max-height:430px;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(255,255,255,.08)}
.reviews-embed-window .embedsocial-hashtag{width:100%!important;min-height:430px!important}
.reviews-embed-window iframe{width:100%!important;min-height:620px!important;border:0!important;display:block!important;transform:translateY(-165px)!important}
.reviews-actions{display:flex;justify-content:center;margin-top:22px}
.reviews-actions .btn{min-width:260px}
.feed-powered-by-es{display:none!important}
.social-only{display:flex!important;gap:10px!important;margin-top:18px!important;flex-wrap:wrap}
.social-icon{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:10px 14px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:999px!important;color:#fff!important;text-decoration:none!important;background:#111416!important;font-size:.86rem!important;transition:.2s ease!important}
.social-icon:hover{border-color:rgba(249,179,44,.65)!important;transform:translateY(-1px)!important}
.social-icon i{font-size:1.1rem}.social-icon.instagram i{color:#e8548b}.social-icon.youtube i{color:#ff3b30}
.footer-socials{display:flex!important;gap:9px!important;margin:8px 0 12px!important;flex-wrap:wrap}
.footer-social-icon{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#fff!important;text-decoration:none!important;font-size:.8rem!important}.footer-social-icon span{display:none}.footer-social-icon i{font-size:1.2rem}.footer-social-icon.instagram i{color:#e8548b}.footer-social-icon.youtube i{color:#ff3b30}
.contact-social-links{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 20px}.contact-social-links a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#fff;background:#111416;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 13px}.contact-social-links a:hover{border-color:var(--gold)}
@media(max-width:760px){
  .video-modal{padding:2vh 0!important}
  .video-modal-panel{width:min(94vw,430px)!important;height:min(90vh,760px)!important;padding:12px!important;border-radius:18px!important}
  .video-modal-content iframe{max-width:100%!important;border-radius:13px!important}
  .reviews-live .reviews-head{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:20px}
  .reviews-score{padding:10px 13px}
  .reviews-embed-window{min-height:350px;max-height:390px;border-radius:14px}
  .reviews-embed-window .embedsocial-hashtag{min-height:390px!important}
  .reviews-embed-window iframe{min-height:590px!important;transform:translateY(-150px)!important}
  .reviews-actions{justify-content:stretch}.reviews-actions .btn{width:100%;min-width:0}
}


/* V8.1 — acabamento delicado: avaliações + redes sociais */
.reviews-live{padding-top:76px!important;padding-bottom:76px!important}
.reviews-live .reviews-head{margin-bottom:18px!important;align-items:center!important}
.reviews-live .section-heading h2{font-size:clamp(2rem,3.4vw,3rem)!important;line-height:1.05!important;letter-spacing:-.035em!important}
.reviews-live .section-heading p{font-size:.94rem!important;color:#aeb4b8!important;margin-top:10px!important}
.reviews-score{padding:9px 12px!important;border-radius:14px!important;column-gap:8px!important}
.reviews-score>i{font-size:1.18rem!important}
.reviews-score strong{font-size:1.14rem!important}
.reviews-score span{font-size:.7rem!important}
.reviews-score small{font-size:.66rem!important;margin-top:2px!important}
.reviews-embed-window{min-height:270px!important;max-height:300px!important;border-radius:16px!important;background:#fff!important}
.reviews-embed-window .embedsocial-hashtag{min-height:520px!important}
.reviews-embed-window iframe{min-height:700px!important;transform:translateY(-245px)!important}
.reviews-actions{margin-top:16px!important}
.reviews-actions .btn{min-width:0!important;padding:11px 18px!important;font-size:.82rem!important}

/* Somente ícones: Instagram + YouTube */
.social-only{display:flex!important;gap:10px!important;margin-top:18px!important;align-items:center!important}
.social-only .social-icon{width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#111416!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important}
.social-only .social-icon i{font-size:1.05rem!important;line-height:1!important}
.social-only .social-icon:hover{border-color:rgba(249,179,44,.7)!important;transform:translateY(-2px)!important;background:#151719!important}
.social-only .social-icon.instagram i{color:#e8548b!important}
.social-only .social-icon.youtube i{color:#ff3b30!important}
.social-only .social-icon span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.footer-socials{display:flex!important;gap:9px!important;margin:8px 0 12px!important}
.footer-socials .footer-social-icon{width:36px!important;height:36px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.12)!important;background:#111416!important;padding:0!important}
.footer-socials .footer-social-icon i{font-size:1rem!important}

/* WhatsApp flutuante circular — sem texto */
.whatsapp-float{width:56px!important;height:56px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;right:22px!important;bottom:22px!important;font-size:1.45rem!important;color:#fff!important;background:#25D366!important;box-shadow:0 12px 34px rgba(0,0,0,.38)!important}
.whatsapp-float span{display:none!important}

@media(max-width:760px){
  .reviews-live{padding-top:56px!important;padding-bottom:56px!important}
  .reviews-live .reviews-head{gap:12px!important;margin-bottom:16px!important}
  .reviews-live .section-heading h2{font-size:1.92rem!important}
  .reviews-live .section-heading p{font-size:.86rem!important}
  .reviews-score{padding:8px 10px!important}
  .reviews-embed-window{min-height:280px!important;max-height:310px!important;border-radius:14px!important}
  .reviews-embed-window .embedsocial-hashtag{min-height:540px!important}
  .reviews-embed-window iframe{min-height:720px!important;transform:translateY(-245px)!important}
  .reviews-actions .btn{width:auto!important;min-width:0!important;padding:10px 15px!important;font-size:.78rem!important}
  .social-only .social-icon{width:40px!important;height:40px!important}
  .whatsapp-float{width:54px!important;height:54px!important;right:16px!important;bottom:16px!important}
}


/* ==========================================================
   V9 — REFINO FINAL APROVADO 14/09/2026
   Resultados, avaliações, FAQ e rodapé
   ========================================================== */
/* Resultados: quebra equilibrada e alinhamento visual */
.results .section-heading{max-width:980px!important}
.results .results-title-balanced{max-width:900px!important;font-size:clamp(2.5rem,4.4vw,3.75rem)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin-top:12px!important}
.results .section-heading p{max-width:760px!important}

/* Avaliações: cards próprios, delicados e integrados à paleta */
.reviews-curated{background:#0b0d0e!important;padding-top:72px!important;padding-bottom:72px!important}
.reviews-curated .reviews-head{align-items:center!important;margin-bottom:24px!important}
.reviews-curated .section-heading h2{font-size:clamp(2.35rem,4vw,3.45rem)!important;line-height:1.03!important}
.review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.review-card{background:#f7f7f5;border:1px solid #e2e3e4;border-radius:16px;padding:22px 22px 20px;color:#15191c;min-height:218px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.review-card-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}
.review-stars{color:#F9B32C;font-size:1.05rem;letter-spacing:1px;white-space:nowrap}
.review-age{font-size:.72rem;color:#747b80;white-space:nowrap}
.review-card p{font-size:.94rem;line-height:1.58;color:#283139;margin:0 0 18px}
.review-author{display:block;font-size:.84rem;color:#101214;margin-top:auto;margin-bottom:7px}
.review-source{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:#697177;margin-top:auto}.review-source i{color:#4285F4;font-size:.9rem}
.reviews-curated .reviews-actions{margin-top:20px!important}
.reviews-curated .reviews-actions .btn{padding:10px 17px!important;font-size:.8rem!important}

/* FAQ: respostas menores e mais leves */
.faq .accordion-content p,.faq .accordion-item p{font-size:.88rem!important;line-height:1.6!important;color:#c4c7c9!important}
.faq .accordion-button,.faq .accordion-header{font-size:.94rem!important}

/* Redes sociais: paleta neutra/dourada, sem rosa */
.social-icon.instagram i,.footer-social-icon.instagram i{color:#F9B32C!important}
.social-icon.youtube i,.footer-social-icon.youtube i{color:#F9B32C!important}
.social-only .social-icon,.footer-socials .footer-social-icon{color:#fff!important}

/* Rodapé: maior contraste e leitura */
.site-footer{color:#f5f5f5!important}
.site-footer h3{color:#fff!important}
.site-footer p,.site-footer span,.site-footer a{color:#e2e2e2!important}
.site-footer a:hover{color:#F9B32C!important}
.footer-bottom,.footer-bottom span,.footer-bottom a{color:#bfc1c3!important}

@media(max-width:760px){
  .results .results-title-balanced{font-size:2.12rem!important;line-height:1.05!important}
  .review-cards{grid-template-columns:1fr;gap:12px}
  .review-card{min-height:0;padding:18px;border-radius:14px}
  .reviews-curated{padding-top:54px!important;padding-bottom:54px!important}
  .reviews-curated .section-heading h2{font-size:1.95rem!important}
  .faq .accordion-content p,.faq .accordion-item p{font-size:.84rem!important}
}

/* ==========================================================
   V10 — REFINO SOCIAL + FAQ 14/09/2026
   Ícones de redes sem círculos + respostas FAQ menores
   ========================================================== */
/* Instagram e YouTube: cores oficiais, sem fundo/borda/círculo */
.social-only,
.footer-socials{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}
.social-only .social-icon,
.footer-socials .footer-social-icon{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:2px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  line-height:1!important;
}
.social-only .social-icon i,
.footer-socials .footer-social-icon i{
  font-size:1.25rem!important;
  line-height:1!important;
}
.social-only .social-icon.instagram i,
.footer-socials .footer-social-icon.instagram i{
  color:#E4405F!important;
}
.social-only .social-icon.youtube i,
.footer-socials .footer-social-icon.youtube i{
  color:#FF0000!important;
}
.social-only .social-icon:hover,
.footer-socials .footer-social-icon:hover{
  transform:translateY(-1px) scale(1.06)!important;
  opacity:.88!important;
  background:transparent!important;
  border:0!important;
}

/* FAQ: reduzir apenas o texto das respostas */
.faq .faq-answer>p{
  font-size:.82rem!important;
  line-height:1.55!important;
  color:#c7c9cb!important;
  font-weight:400!important;
}
.faq .faq-answer.open>p{
  padding-bottom:18px!important;
}

@media(max-width:760px){
  .social-only,.footer-socials{gap:14px!important}
  .social-only .social-icon i,
  .footer-socials .footer-social-icon i{font-size:1.2rem!important}
  .faq .faq-answer>p{font-size:.79rem!important;line-height:1.5!important}
}
