@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--primary:var(--red-500);--bg-dark:#0a0a0a;--text-gray:#c4bfb6;--text-dim:#a39e96;--card-bg:#141414;--border-glass:#ffffff1a;--bg-ink:#f0ebe3;--red-500:#e23d2c;--red-600:#c93426;--red-700:#a0281c;--red-900:#6b1f18;--red-glow:#e23d2c47;--bg-00:#0c0c0c;--bg-10:#101010;--bg-20:#161616;--bg-30:#1a1a1a;--bg-40:#0f0f0f;--white:#fff;--text-ink:#f7f4ef;--gray-100:#1c1c1c;--gray-200:#242424;--gray-400:#a8a39a;--gray-500:#8f8a82;--gray-600:#77736c;--glass-bg:#161616e0;--glass-border:#ffffff1a;--glass-hover:#1e1e1ef0;--z-base:10;--z-overlay:20;--z-modal:30;--z-toast:40;--z-fixed:50;--section-py:7rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem;--radius-full:9999px;--ease-smooth:cubic-bezier(.165, .84, .44, 1);--dur-fast:.15s;--dur-base:.25s;--dur-slow:.4s;--font-display:"Bricolage Grotesque", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-00);color:var(--text-ink);-webkit-font-smoothing:antialiased;background-blend-mode:soft-light, normal, normal, normal;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E"),repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff06 2px 3px),radial-gradient(90% 60% at 15% -10%,#e23d2c2e,#0000 55%),radial-gradient(70% 50% at 92% 8%,#e23d2c14,#0000 50%);background-attachment:fixed;line-height:1.6;overflow-x:hidden}@media (width<=900px){body{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--dur-base) var(--ease-smooth);text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-py) 0;position:relative;overflow:hidden}.section--alt{background-color:var(--bg-10)}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg)}.glass-hover{cursor:pointer;transition:transform var(--dur-slow) var(--ease-smooth), border-color var(--dur-base) var(--ease-smooth), box-shadow var(--dur-slow) var(--ease-smooth), background var(--dur-base) var(--ease-smooth)}.glass-hover:hover{background:var(--glass-hover);box-shadow:0 20px 50px #1614121a, 0 0 32px var(--red-glow);border-color:#e23d2c59;transform:translateY(-6px)}.display-1{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05}.display-2{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.heading-3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;line-height:1.3}.eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--red-500);font-size:.8rem;font-weight:600}.body-large{color:var(--gray-400);font-size:1.15rem;line-height:1.75}.body-muted{color:var(--gray-500);line-height:1.7}.text-gradient{background:linear-gradient(135deg, var(--text-ink) 25%, #dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-full);min-height:52px;font-family:var(--font-body);letter-spacing:.02em;cursor:pointer;transition:transform var(--dur-base) var(--ease-smooth), box-shadow var(--dur-base) var(--ease-smooth), background var(--dur-base) var(--ease-smooth), opacity var(--dur-base) var(--ease-smooth);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.6rem;padding:0 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:focus-visible{outline:2px solid var(--red-500);outline-offset:3px}.btn--primary{background:var(--red-600);color:var(--white);box-shadow:0 0 #dc262600,0 4px 15px #dc26264d}.btn--primary:before{content:"";opacity:0;transition:opacity var(--dur-base);background:linear-gradient(135deg,#ffffff26 0%,#0000 100%);position:absolute;inset:0}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #dc262680}.btn--primary:hover:before{opacity:1}.btn--primary:active{transform:translateY(0)}.btn--outline{color:var(--text-ink);border:1.5px solid var(--glass-border);background:0 0}.btn--outline:hover{background:var(--glass-hover);border-color:#e23d2c59;transform:translateY(-2px)}.btn--whatsapp{color:var(--white);background:#16a34a;box-shadow:0 4px 20px #16a34a4d}.btn--whatsapp:hover{background:#15803d;transform:translateY(-2px);box-shadow:0 12px 40px #16a34a73}.btn--lg{min-height:60px;padding:0 2.5rem;font-size:1.1rem}.btn--xl{min-height:68px;padding:0 3rem;font-size:1.2rem}.glow-blob{border-radius:var(--radius-full);filter:blur(80px);pointer-events:none;z-index:0;position:absolute}.glow-blob--red{background:radial-gradient(circle,#dc26262e 0%,#0000 70%)}.glow-blob--white{background:radial-gradient(circle,#ffffff0a 0%,#0000 70%)}.line-accent{background:var(--red-600);border-radius:var(--radius-full);width:48px;height:3px;margin-bottom:1.25rem;display:inline-block}.navbar{z-index:var(--z-fixed);border-radius:var(--radius-xl);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);transition:all var(--dur-base) var(--ease-smooth);background:#0c0c0ce6;position:fixed;top:1rem;left:1rem;right:1rem;overflow:visible;box-shadow:0 4px 28px #0006}.navbar.scrolled{background:#080808f2;top:.5rem;box-shadow:0 12px 40px #00000080}.navbar__inner{justify-content:space-between;align-items:center;padding:.85rem 1.5rem;display:flex;overflow:visible}.navbar__logo{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-ink);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:800;text-decoration:none;display:flex}.navbar__logo--brand{padding:.15rem 0;overflow:visible}.navbar__logo-img{object-fit:contain;object-position:left center;transform-origin:0;width:auto;max-width:min(280px,56vw);height:auto;max-height:52px;display:block;transform:scale(4.75)}@media (width<=480px){.navbar__logo-img{max-width:min(210px,48vw);max-height:48px;transform:scale(3.82)}}.navbar__logo span:not(.navbar__mark){color:var(--red-500)}.navbar__logo-icon{background:var(--red-600);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__links a{color:#ffffffd1;cursor:pointer;transition:color var(--dur-fast);font-size:.875rem;font-weight:500}.navbar__links a:hover{color:var(--red-500)}.navbar__actions{align-items:center;gap:.75rem;display:flex}@media (width<=768px){.navbar__links{display:none}}.hero{align-items:center;min-height:100vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background-image:url(/images/hero.png);background-position:50%;background-size:cover;position:absolute;inset:0}.hero__bg:after{content:"";background:linear-gradient(135deg,#060608eb 0%,#060608bf 50%,#7f1d1d26 100%);position:absolute;inset:0}.hero__content{z-index:var(--z-base);max-width:780px;position:relative}.hero__eyebrow{border-radius:var(--radius-full);color:var(--red-500);letter-spacing:.1em;text-transform:uppercase;background:#dc26261a;border:1px solid #dc26264d;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__title{margin-bottom:1.5rem}.hero__subtitle{color:var(--gray-400);max-width:580px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.hero__ctas{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.hero__trust{flex-wrap:wrap;gap:1.5rem;display:flex}.hero__trust-item{color:var(--gray-400);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hero__trust-item svg{color:var(--red-500);flex-shrink:0}.stats-banner{z-index:var(--z-base);padding:0 0 2rem;position:relative}.stats-banner__inner{background:var(--glass-border);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;display:grid;overflow:hidden}.stat-item{background:var(--bg-10);text-align:center;transition:background var(--dur-base);padding:2rem 1.5rem}.stat-item:hover{background:var(--bg-20)}.stat-item__number{font-family:var(--font-display);color:var(--text-ink);margin-bottom:.4rem;font-size:2.5rem;font-weight:900;line-height:1}.stat-item__number span{color:var(--red-500)}.stat-item__label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.825rem}.section-header{text-align:center;margin-bottom:4rem}.section-header .line-accent{margin:0 auto 1rem;display:block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.service-card{border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--red-600);border-radius:0 0 var(--radius-sm) 0;width:3px;height:0;transition:height var(--dur-slow) var(--ease-smooth);position:absolute;top:0;left:0}.service-card:hover:before{height:100%}.service-icon-wrap{border-radius:var(--radius-md);width:56px;height:56px;transition:background var(--dur-base), border-color var(--dur-base);background:#dc26261a;border:1px solid #dc262633;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card:hover .service-icon-wrap{background:#dc262633;border-color:#dc262680}.service-icon-wrap svg{width:26px;height:26px;color:var(--red-500)}.service-card h3{color:var(--text-ink);margin-bottom:.75rem}.service-card p{color:var(--gray-500);font-size:.9rem;line-height:1.65}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}@media (width<=900px){.why-grid{grid-template-columns:1fr;gap:3rem}}.why-image-wrap{border-radius:var(--radius-xl);position:relative;overflow:hidden}.why-image-wrap img{object-fit:cover;border-radius:var(--radius-xl);width:100%;height:500px;display:block}.why-image-badge{background:var(--red-600);color:var(--white);border-radius:var(--radius-md);font-family:var(--font-display);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 20px #dc262666}.why-list{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.why-item{align-items:flex-start;gap:1rem;display:flex}.why-item__icon{border-radius:var(--radius-md);background:#dc26261a;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;display:flex}.why-item__icon svg{width:20px;height:20px;color:var(--red-500)}.why-item h4{font-family:var(--font-display);color:var(--text-ink);margin-bottom:.25rem;font-size:1rem;font-weight:700}.why-item p{color:var(--gray-500);font-size:.875rem;line-height:1.6}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:3rem;display:grid}.location-chip{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--card-bg);cursor:pointer;transition:transform var(--dur-base) var(--ease-smooth), border-color var(--dur-base), background var(--dur-base);color:var(--text-ink);align-items:center;gap:.75rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.location-chip:hover{background:#dc26260f;border-color:#dc262680;transform:translateY(-3px)}.location-chip svg{color:var(--red-500);flex-shrink:0;width:18px;height:18px}.location-chip span{font-size:.95rem;font-weight:500}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.testimonial-card{border-radius:var(--radius-lg);padding:2rem;position:relative}.testimonial-card__quote{color:var(--red-600);opacity:.5;margin-bottom:1rem;font-family:Georgia,serif;font-size:3rem;line-height:1}.testimonial-card__text{color:var(--gray-400);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-card__stars{gap:.25rem;margin-bottom:1.25rem;display:flex}.testimonial-card__stars svg{color:#f59e0b;width:18px;height:18px}.testimonial-card__author{align-items:center;gap:.75rem;display:flex}.testimonial-card__avatar{border-radius:var(--radius-full);width:42px;height:42px;font-family:var(--font-display);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.testimonial-card__name{color:var(--text-ink);font-size:.9rem;font-weight:700}.testimonial-card__location{color:var(--gray-500);font-size:.775rem}.google-badge{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--gray-600);cursor:pointer;transition:border-color var(--dur-fast), color var(--dur-fast);align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.8rem;text-decoration:none;display:inline-flex}.google-badge:hover{color:var(--text-ink);border-color:#e23d2c4d}.cta-section{padding:var(--section-py) 0;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(80% 60%,#dc26261f 0%,#0000 70%);position:absolute;inset:0}.cta-badge{color:var(--gray-500);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.8rem;font-weight:500;display:inline-flex}.cta-badge svg{color:#16a34a;width:16px;height:16px}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr 1fr}}.gallery-item{border-radius:var(--radius-md);cursor:pointer;position:relative;overflow:hidden}.gallery-item img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform var(--dur-slow) var(--ease-smooth), filter var(--dur-slow);display:block}.gallery-item:hover img{filter:brightness(1.1);transform:scale(1.06)}.gallery-item--wide{grid-column:span 2}.gallery-item--wide img{aspect-ratio:2}.footer{z-index:1;color:#ffffffc7;background:#000;border-top:1px solid #ffffff14;padding:5rem 0 2rem;position:relative}.footer__grid{grid-template-columns:minmax(0,2fr) minmax(0,1.35fr) minmax(0,1fr);gap:3rem;margin-bottom:4rem;display:grid}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=600px){.footer__grid{grid-template-columns:1fr}}.footer__logo{font-family:var(--font-display);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.3rem;font-weight:800;display:flex}.footer__logo span{color:var(--red-500)}.footer__desc{color:#ffffffad;max-width:280px;font-size:.875rem;line-height:1.7}.footer__desc strong{color:#ffffffeb;font-weight:600}.footer__col-title{font-family:var(--font-display);color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.footer__col-contact .footer__col-title{margin-bottom:.65rem}.footer__col-contact .footer__col-title--contact-second{margin-top:1.2rem;margin-bottom:.75rem}.footer__col-contact .footer__address-block{color:#ffffffc7;margin-bottom:.35rem}#mapa-rodape{scroll-margin-top:clamp(5.25rem,6vw,6.75rem)}.footer__map{margin:.6rem 0 .15rem}.footer__map-frame{border-radius:var(--radius-md);aspect-ratio:16/9;background:#1e1e1ee6;border:1px solid #ffffff24;min-height:8.75rem;max-height:min(13rem,42vw);position:relative;overflow:hidden}.footer__map-iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.footer__map-external-link{color:#ff8a7a;transition:color var(--dur-base);align-items:center;gap:.4rem;margin-top:.5rem;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.footer__map-external-link:hover{color:#ffb4a8;text-decoration:underline}.footer__map-external-link .bi{font-size:1.15rem}.footer__list{flex-direction:column;gap:.75rem;display:flex}.footer__list a,.footer__list span{color:#ffffffb8;cursor:pointer;transition:color var(--dur-fast);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;display:flex}.footer__list a:hover{color:#ff8a7a}.footer__list .bi{color:var(--red-500);flex-shrink:0;font-size:1.15rem}.footer__list svg{width:18px;height:18px;color:var(--red-500);flex-shrink:0}.footer__social{gap:.75rem;margin-top:.5rem;display:flex}.social-icon{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:48px;height:48px;color:var(--gray-400);cursor:pointer;transition:background var(--dur-base), border-color var(--dur-base), color var(--dur-fast), transform var(--dur-base) var(--ease-smooth);justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon:hover{background:var(--red-600);border-color:var(--red-600);color:var(--white);transform:translateY(-3px)}.footer__social-icon .bi{font-size:1.35rem;line-height:1}.footer__social-icon svg{width:21px;height:21px}.footer__seals{margin-top:2rem;border-top:1px solid #ffffff14;grid-template-columns:1fr;place-items:center stretch;gap:1.5rem;width:100%;max-width:min(32rem,100%);margin-inline:auto;padding:2rem 0 .5rem;display:grid}@media (width>=1024px){.footer__seals{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem 1.5rem;max-width:none;margin-inline:0}}.footer__seal{--footer-seal-h:clamp(3.65rem, 8vw, 4.5rem);box-shadow:none;box-sizing:border-box;width:100%;max-width:100%;height:var(--footer-seal-h);min-height:var(--footer-seal-h);max-height:var(--footer-seal-h);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}@media (width>=1024px){.footer__seal{--footer-seal-h:clamp(3.65rem, 4.25vw, 4.5rem)}}.footer__seal--naturgy{--footer-seal-h:clamp(6rem, 13vw, 7.5rem)}@media (width>=1024px){.footer__seal--naturgy{--footer-seal-h:clamp(5.85rem, 7.25vw, 7.5rem)}}.footer__seal--naturgy .footer__seal-img{object-fit:contain;width:100%;max-width:100%;height:auto;max-height:100%}.footer__seal--payments{--footer-seal-h:clamp(2.5rem, 5vw, 2.95rem)}@media (width>=1024px){.footer__seal--payments{--footer-seal-h:clamp(2.45rem, 2.85vw, 2.85rem)}}.footer__seal-img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.footer__seal--payments .footer__seal-img{max-width:78%}.footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer__copyright,.footer__credit{color:#ffffff7a;margin:0;font-size:.8rem}.footer__credit-heart{color:var(--red-500);vertical-align:-.06em;margin:0 .12em;font-size:.92em}.footer__credit-link{color:#ffffff9e;text-underline-offset:2px;text-decoration:underline}.footer__credit-link:hover{color:var(--white)}.footer .social-icon{color:#ffffffe0;background:#ffffff0f;border-color:#ffffff24}.footer .social-icon:hover{background:var(--red-600);border-color:var(--red-600);color:var(--white)}.wa-float{z-index:var(--z-fixed);border-radius:var(--radius-full);cursor:pointer;width:66px;height:66px;color:var(--white);transition:transform var(--dur-base) var(--ease-smooth), box-shadow var(--dur-base) var(--ease-smooth);background:linear-gradient(145deg,#ff5c47,#e63d2a 55%,#c41e12);border:1px solid #ffffff24;justify-content:center;align-items:center;text-decoration:none;animation:3s ease-in-out infinite wa-pulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 22px #e23d2c73,0 0 #e23d2c59}.wa-float:hover{color:var(--white);animation:none;transform:scale(1.1)translateY(-3px);box-shadow:0 10px 34px #e23d2c8c,0 0 40px #ff4a3526}.wa-float svg{width:34px;height:34px;color:var(--white)}.wa-float i{color:var(--white);font-size:1.85rem;line-height:1}.wa-float:before{content:"Orçamento Grátis";background:var(--bg-20);border:1px solid var(--glass-border);color:var(--white);border-radius:var(--radius-md);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--dur-base);padding:.4rem .85rem;font-size:.8rem;font-weight:600;position:absolute;right:calc(100% + .75rem)}.wa-float:hover:before{opacity:1}@keyframes wa-pulse{0%,to{box-shadow:0 4px 22px #e23d2c73,0 0 #e23d2c59}50%{box-shadow:0 4px 22px #e23d2c73,0 0 0 12px #e23d2c00}}.reveal{opacity:0;transition:opacity .7s var(--ease-smooth), transform .7s var(--ease-smooth);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}@media (width<=768px){:root{--section-py:4.5rem}.display-1{font-size:2.2rem}.display-2{font-size:1.75rem}.hero{padding:8rem 0 4rem}.hero__ctas{flex-direction:column}.hero__ctas .btn{width:100%}.btn--lg,.btn--xl{padding:0 1.5rem}.contato-form__input,.contato-form__textarea,.contato-form__select{font-size:1rem}.wa-float:before{display:none}}@media (width<=480px){:root{--section-py:3.5rem}.container{padding-left:1rem;padding-right:1rem}.navbar{top:.65rem;left:.65rem;right:.65rem}.navbar.scrolled{top:.4rem}.navbar__inner{padding:.65rem 1rem}.hero-v2__kicker{letter-spacing:.1em;flex-wrap:wrap;font-size:.72rem;line-height:1.4}.hero-v2__lead{margin-bottom:1.35rem;font-size:1rem}.section-desc,.section-product-cards__intro{font-size:.98rem}.footer{padding:3.25rem 0 1.5rem}.footer__grid{gap:1.75rem;margin-bottom:2.5rem}.footer__bottom{text-align:left;flex-direction:column;align-items:flex-start}.wa-float{bottom:max(1rem, env(safe-area-inset-bottom,0px));right:max(1rem, env(safe-area-inset-right,0px));width:58px;height:58px}.wa-float svg{width:28px;height:28px}.wa-float i{font-size:1.55rem}.reviews-carousel__viewport{margin-left:1.65rem;margin-right:1.65rem}.portfolio-carousel .reviews-carousel__viewport{margin-left:.65rem;margin-right:.65rem}.depoimentos__head{flex-direction:column;align-items:flex-start}.process-steps{grid-template-columns:1fr}}@media (width>=769px){.navbar__hamburger{display:none}}.navbar__hamburger{border:1px solid var(--glass-border);border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-ink);cursor:pointer;transition:border-color var(--dur-base), background var(--dur-base);background:#ffffff0f;justify-content:center;align-items:center;padding:0;display:flex}.navbar__hamburger:hover{background:#e23d2c26;border-color:#e23d2c80}.navbar__hamburger:focus-visible{outline:2px solid var(--red-500);outline-offset:2px}.nav-panel{border-top:1px solid var(--glass-border);flex-direction:column;gap:.25rem;padding:0 1.5rem 1rem;display:none}.nav-panel--open{display:flex}.nav-panel a{color:#ffffffdb;cursor:pointer;border-radius:var(--radius-sm);transition:color var(--dur-fast), background var(--dur-fast);padding:.85rem .5rem;font-size:.9rem;font-weight:500;display:block}.nav-panel a:hover,.nav-panel a:focus-visible{color:var(--red-500);background:#e23d2c1f}@media (width>=769px){.nav-panel{display:none!important}}.reveal.active{opacity:1;transform:translateY(0)}.skip-link{z-index:9999;background:var(--red-600);color:var(--white);border-radius:var(--radius-sm);padding:.75rem 1rem;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.section-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--red-500);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-display);color:var(--text-ink);margin-bottom:1rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;line-height:1.15}.section-desc{color:var(--gray-500);max-width:42rem;font-size:1.05rem;line-height:1.7}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg)}.bg-glow-red{pointer-events:none;z-index:0;background:radial-gradient(circle,#dc262624 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute}.btn-primary{background:var(--red-600);min-height:48px;color:var(--white);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--dur-base) var(--ease-smooth), box-shadow var(--dur-base) var(--ease-smooth), background var(--dur-base);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #dc262659}.btn-primary:focus-visible{outline:2px solid var(--red-500);outline-offset:3px}.btn-secondary{min-height:48px;color:var(--text-ink);border-radius:var(--radius-full);border:1px solid var(--glass-border);cursor:pointer;transition:border-color var(--dur-base), background var(--dur-base), transform var(--dur-base);background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:#ffffff14;border-color:#e23d2c73;transform:translateY(-2px)}.btn-secondary:focus-visible{outline:2px solid var(--red-500);outline-offset:3px}.hero-h1{font-family:var(--font-display);color:var(--text-ink);margin-bottom:1.25rem;font-size:clamp(2rem,5.5vw,3.6rem);font-weight:900;line-height:1.08}.hero-h1 span{color:var(--red-500)}.hero-sub{color:var(--gray-400);max-width:36rem;margin-bottom:2rem;font-size:1.15rem;line-height:1.65}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.hero-content{z-index:1;max-width:44rem;padding:10rem 0 6rem;position:relative}#hero{background-position:50%;background-size:cover;align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}#hero:before{content:"";z-index:0;background:linear-gradient(120deg,#060608f0 0%,#060608b8 55%,#7f1d1d1f 100%);position:absolute;inset:0}.service-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:3rem;display:grid;position:relative}.service-card{border-radius:var(--radius-lg);background:var(--glass-bg);border:1px solid var(--glass-border);transition:border-color var(--dur-base), box-shadow var(--dur-base), transform var(--dur-base);padding:1.75rem}.service-card:hover{border-color:#e23d2c4d;transform:translateY(-4px);box-shadow:0 16px 40px #16141214}.service-card h3{font-family:var(--font-display);color:var(--text-ink);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.service-card p,.service-card .service-detail{color:var(--gray-500);font-size:.9rem;line-height:1.65}.service-card .service-detail{border-top:1px solid var(--glass-border);margin-top:.75rem;padding-top:.75rem}.service-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--red-500);background:#dc26261f;border:1px solid #dc262640;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.35rem;display:flex}.service-list{color:var(--gray-500);margin:.65rem 0 0;padding-left:1.1rem;font-size:.88rem;line-height:1.55;list-style:outside}.diff-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid;position:relative}.diff-item{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--glass-border);padding:1.5rem;box-shadow:0 4px 20px #1614120a}.diff-icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--red-500);background:#dc26261f;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:flex}.diff-item h4{font-family:var(--font-display);color:var(--text-ink);margin-bottom:.4rem;font-size:1rem;font-weight:700}.diff-item p{color:var(--gray-500);font-size:.88rem;line-height:1.55}.section-inflame-combo{padding:clamp(2.25rem,5vw,3.25rem) 0}.section-inflame-combo__intro{max-width:42rem;margin-bottom:1.35rem}.inflame-combo__grid{grid-template-columns:1fr;gap:1.5rem;margin-top:.15rem;display:grid}@media (width>=960px){.inflame-combo__grid .inflame-combo__col{max-width:min(52rem,100%)}}.diff-grid--tight{gap:.85rem}.diff-grid--tight .diff-item{padding:1rem 1.1rem}.diff-grid--tight .diff-icon{width:40px;height:40px;margin-bottom:.6rem;font-size:1.1rem}.diff-grid--tight .diff-item h4{margin-bottom:.35rem;font-size:.95rem}.diff-grid--tight .diff-item p{font-size:.82rem;line-height:1.5}.location-badges{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.badge{border-radius:var(--radius-full);background:var(--card-bg);border:1px solid var(--glass-border);color:var(--gray-600);padding:.5rem 1rem;font-size:.88rem;font-weight:500}.testimonial-card .stars{color:#f59e0b;letter-spacing:.15em;margin-bottom:1rem}.text-center{text-align:center}.story-block{z-index:1;position:relative}.story-list{flex-direction:column;gap:1rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.story-list li{border-radius:var(--radius-md);background:var(--glass-bg);border:1px solid var(--glass-border);align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.story-list__icon{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--red-500);background:#dc26261f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.process-steps{counter-reset:step;z-index:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid;position:relative}.process-step{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:var(--card-bg);grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:start;gap:.45rem 1rem;padding:1.35rem 1.5rem;display:grid;box-shadow:0 4px 18px #1614120a}.process-step:before{counter-increment:step;content:counter(step);border-radius:var(--radius-full);background:var(--red-600);width:36px;height:36px;color:var(--white);font-family:var(--font-display);flex-shrink:0;grid-area:1/1/3;justify-content:center;align-items:center;margin-top:.1rem;font-size:.9rem;font-weight:800;display:flex}.process-step h3,.process-step h4{font-family:var(--font-display);color:var(--text-ink);grid-area:1/2;margin:0;padding:0;font-size:1rem;font-weight:700;line-height:1.3}.process-step p{color:var(--gray-500);grid-area:2/2;margin:0;font-size:.9rem;line-height:1.65}.brand-chips{z-index:1;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.5rem;display:flex;position:relative}.brand-chip{border-radius:var(--radius-md);background:var(--card-bg);border:1px solid var(--glass-border);color:var(--gray-600);padding:.55rem 1rem;font-size:.85rem;font-weight:600}.faq-list{z-index:1;flex-direction:column;gap:.65rem;max-width:720px;margin:2rem auto 0;display:flex;position:relative}.faq-list details{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--glass-bg);overflow:hidden}.faq-list summary{color:var(--text-ink);cursor:pointer;min-height:52px;transition:background var(--dur-fast);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--red-500);flex-shrink:0;font-size:1.35rem;font-weight:300}.faq-list details[open] summary:after{content:"−"}.faq-list summary:focus-visible{outline:2px solid var(--red-500);outline-offset:-2px}.faq-list summary:hover{background:#e23d2c0f}.faq-list .faq-answer{color:var(--gray-500);padding:0 1.25rem 1.15rem;font-size:.9rem;line-height:1.65}.section-block{padding:var(--section-py) 0;position:relative;overflow:hidden}.logo{font-family:var(--font-display);font-weight:800}@media (width<=768px){.hero-content{padding:8rem 0 4rem}#cta-final h2{font-size:2rem!important}}main#main{z-index:1;position:relative}section[id]:not(#hero){scroll-margin-top:clamp(5.25rem,4.5rem + 3vw,6.75rem)}.navbar--ember{border:1px solid #e23d2c40;box-shadow:0 4px 32px #00000073,inset 0 1px #e23d2c1f}.navbar__mark{vertical-align:middle;background:linear-gradient(135deg,#ff6b4a,#ff2d20 55%,#c41e12);border-radius:3px;width:10px;height:10px;margin-right:.35rem;display:inline-block;box-shadow:0 0 16px #ff4d35bf}#hero.hero-v2{background:radial-gradient(ellipse 95% 75% at 12% -15%, #e23d2c38 0%, transparent 58%), radial-gradient(ellipse 65% 55% at 88% 105%, #b4322824 0%, transparent 48%), linear-gradient(165deg, #121212 0%, var(--bg-00) 48%, #080808 100%);min-height:auto;padding:0;display:block;position:relative;overflow:clip}#hero.hero-v2:before{display:none}.hero-v2__mesh{pointer-events:none;z-index:0;background:linear-gradient(105deg,#0000 42%,#e23d2c14 50%,#0000 58%),repeating-linear-gradient(-12deg,#0000,#0000 96px,#ffffff07 96px 97px);position:absolute;inset:0}.hero-v2__scan-beam{filter:blur(2px);pointer-events:none;z-index:1;mix-blend-mode:screen;opacity:.45;background:linear-gradient(#0000 0%,#e23d2c17 45%,#ff8c6e12 52%,#0000 100%);height:min(22vh,220px);animation:10s ease-in-out infinite hero-v2-scan;position:absolute;top:-15%;left:0;right:0}@keyframes hero-v2-scan{0%,to{transform:translateY(-8%)}50%{transform:translateY(calc(100% + 8rem))}}@media (prefers-reduced-motion:reduce){.hero-v2__scan-beam{opacity:.5;animation:none;top:18%}.hero-v2__flame-line{animation:none}}.hero-v2__grid{z-index:2;grid-template-columns:1fr minmax(280px,1.55fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);padding:7.5rem 1.5rem 4.5rem;display:grid;position:relative}.hero-v2__kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--gray-500);align-items:center;gap:.65rem;margin-bottom:.65rem;font-size:.78rem;font-weight:600;display:flex}.hero-v2__tagline{font-family:var(--font-display);color:var(--red-500);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.15rem,2.5vw,1.45rem);font-style:italic;font-weight:700;line-height:1.2}.hero-v2__kicker-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero-v2__kicker-svg{filter:drop-shadow(0 0 10px #e23d2c80);width:1.35rem;height:1.35rem;display:block}.hero-v2__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-ink);margin-bottom:1.25rem;font-size:clamp(2.1rem,5vw,3.75rem);font-weight:800;line-height:1.04}.hero-v2__title-accent{background:linear-gradient(120deg,#fff 5%,#ff8a76 38%,#e23d2c 72%,#ff6b4d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.hero-v2__lead{color:var(--gray-400);max-width:38rem;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.75}.hero-v2__actions{flex-wrap:wrap;gap:.85rem;margin-bottom:2rem;display:flex}.btn-primary--glow{background:linear-gradient(145deg,#ff5c47,#e63d2a 60%,#c41e12);box-shadow:0 4px 24px #ff4a3559,0 0 40px #ff4a351f}.btn-primary--glow:hover{box-shadow:0 8px 32px #ff4a3573,0 0 48px #ff4a3526}.btn-secondary--ghost{color:var(--text-ink);background:#ffffff0f;border-color:#ffffff2e}.hero-v2__chips{flex-wrap:wrap;gap:.65rem;list-style:none;display:flex}.hero-v2__chips li{color:var(--gray-400);border-radius:var(--radius-full);border:1px solid var(--glass-border);box-shadow:none;background:#ffffff0d;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.82rem;font-weight:500;display:inline-flex}.hero-v2__chip-ico{width:1.05rem;height:1.05rem;color:var(--red-500);opacity:.95;flex-shrink:0}.hero-v2__pill-ico{width:.9rem;height:.9rem;color:var(--red-500);flex-shrink:0}.hero-v2__flame-line{animation:2.8s ease-in-out infinite hero-flame-flicker}@keyframes hero-flame-flicker{0%,to{opacity:.88}40%{opacity:1}55%{opacity:.72}}.hero-v2__visual{justify-self:end;width:100%;max-width:440px;position:relative}.hero-v2__frame{border-radius:var(--radius-xl);border:1px solid #e23d2c59;margin:0;position:relative;overflow:hidden;box-shadow:0 28px 56px #00000073,inset 0 0 0 1px #ffffff0f,0 0 60px #e23d2c26}.hero-v2__visual--photo{max-width:min(1280px,100%)}.hero-v2__visual-stack{flex-direction:column;gap:clamp(.85rem,2.5vw,1.25rem);width:100%;max-width:min(46rem,100%);margin-left:auto;margin-right:0;display:flex}.hero-v2__story-head{grid-template-columns:1fr minmax(0,1.05fr);align-items:start;gap:.6rem .75rem;display:grid}.hero-v2__story-pill{color:#fffffffa;background:linear-gradient(145deg,#e23d2c 0%,#c93426 52%,#a0281c 100%);border:1px solid #0000002e;border-radius:14px;margin:0;padding:.65rem .75rem;font-size:clamp(.68rem,2.8vw,.78rem);font-weight:600;line-height:1.35;box-shadow:0 6px 22px #e23d2c59}.hero-v2__story-pill strong{color:#1c0f0a;font-weight:800}.hero-v2__story-shout{font-family:var(--font-display);letter-spacing:-.03em;color:#fffef9;text-shadow:0 2px 24px #00000038;text-wrap:balance;margin:0;font-size:clamp(1.15rem,5.2vw,1.65rem);font-weight:800;line-height:1.08}.hero-v2__story-bubble{color:#fff;background:linear-gradient(145deg,#ff5c47 0%,#e63d2a 50%,#c41e12 100%);border:1px solid #0000001f;border-radius:16px 16px 6px;place-self:flex-end end;max-width:13.5rem;margin:-.15rem 0 0 auto;padding:.55rem .85rem .6rem;font-size:clamp(.74rem,3vw,.84rem);font-weight:700;line-height:1.35;box-shadow:0 10px 28px #e23d2c52}.hero-v2__story-bubble strong{color:#1c0f0a;font-weight:800}.hero-v2__story-tagline{color:var(--gray-500);text-wrap:balance;margin:0;font-size:clamp(.78rem,2.8vw,.88rem);line-height:1.45}.hero-v2__story-tagline strong{color:var(--gray-400);font-weight:700}.hero-v2__story-cta{color:#fff;letter-spacing:.08em;text-transform:uppercase;box-sizing:border-box;width:100%;transition:transform var(--dur-base) var(--ease-smooth), box-shadow var(--dur-base);background:linear-gradient(#3d241d 0%,#2c1810 55%,#1f120d 100%);border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.75rem;margin-top:.15rem;padding:.82rem 1rem .82rem .85rem;font-size:clamp(.68rem,3.2vw,.8rem);font-weight:800;text-decoration:none;display:flex;box-shadow:0 14px 36px #00000059}.hero-v2__story-cta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 40px #0006}.hero-v2__story-cta:focus-visible{outline-offset:3px;outline:2px solid #fff}.hero-v2__story-cta-icon{color:#2c1810;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;font-size:1.05rem;display:flex}.hero-v2__story-cta-text{text-align:center;flex:1;padding-right:.25rem}.hero-v2__story-cta-wa{opacity:.95;flex-shrink:0;margin-right:.15rem;font-size:1.35rem}.hero-v2__frame.hero-v2__frame--photo{aspect-ratio:auto;background:0 0;border-color:#e23d2c52;padding:0;box-shadow:0 24px 56px #0006,0 0 48px #e23d2c1f}.hero-v2__photo-wrap{border-radius:var(--radius-xl);box-shadow:none;background:0 0;line-height:0;overflow:visible}.hero-v2__photo{object-fit:contain;object-position:center;width:100%;height:auto;display:block}.hero-v2__img{filter:saturate(1.05)contrast(1.02);width:100%;height:auto;display:block}.hero-v2__frame--showcase{aspect-ratio:3/4;isolation:isolate;background:linear-gradient(160deg,#1c1a18 0%,#121110 45%,#0a0908 100%);min-height:clamp(320px,52vw,440px)}.hero-v2__showcase{width:100%;height:100%;min-height:inherit;border-radius:inherit;position:relative;overflow:hidden}.hero-v2__showcase-bloom{background:radial-gradient(circle at 28% 22%,#e23d2c29 0%,#0000 42%),radial-gradient(circle at 78% 68%,#ffa0781f 0%,#0000 38%),radial-gradient(circle at 50% 100%,#e23d2c14 0%,#0000 45%);animation:14s ease-in-out infinite hero-bloom-drift;position:absolute;inset:-40%}@keyframes hero-bloom-drift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(2%,-3%)scale(1.04)}}.hero-v2__showcase-grid{pointer-events:none;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 70% at 50% 45%,#000 20%,#0000 75%);mask-image:radial-gradient(85% 70% at 50% 45%,#000 20%,#0000 75%)}.hero-v2__showcase-svg{filter:drop-shadow(0 28px 40px #00000080);z-index:2;width:min(78%,272px);height:auto;position:absolute;bottom:12%;left:50%;transform:translate(-50%)}.hero-v2__showcase-pill{z-index:3;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);color:var(--text-ink);-webkit-backdrop-filter:blur(10px);background:#121212eb;border:1px solid #ffffff1f;align-items:center;gap:.35rem;padding:.38rem .75rem;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute;box-shadow:0 8px 24px #00000059,inset 0 0 0 1px #e23d2c1f}.hero-v2__showcase-pill .hero-v2__pill-ico{display:block}.hero-v2__showcase-pill--ga{animation:5s ease-in-out infinite hero-pill-float;top:14%;left:auto;right:8%}.hero-v2__showcase-pill--el{animation:5.8s ease-in-out .4s infinite hero-pill-float;top:44%;left:6%}.hero-v2__showcase-pill--sol{animation:6.2s ease-in-out .2s infinite hero-pill-float;bottom:34%;left:auto;right:7%}@keyframes hero-pill-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-v2__showcase-card{z-index:3;border-radius:var(--radius-md);background:linear-gradient(145deg,#1c1a18f5,#0e0e0eeb);border:1px solid #e23d2c59;max-width:168px;padding:.85rem 1rem;position:absolute;top:10%;left:8%;box-shadow:0 12px 32px #00000059}.hero-v2__showcase-card__k{letter-spacing:.12em;text-transform:uppercase;color:var(--red-600);margin-bottom:.35rem;font-size:.62rem;font-weight:700;display:block}.hero-v2__showcase-card__v{color:var(--text-ink);font-size:.78rem;font-weight:600;line-height:1.35}.hero-v2__caption{z-index:4;letter-spacing:.1em;text-transform:uppercase;color:#fffcf8eb;background:linear-gradient(#0000 0%,#161412c7 38%,#161412e6 100%);padding:1.05rem 1.15rem 1.15rem;font-size:.72rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){.hero-v2__showcase-bloom,.hero-v2__showcase-pill--ga,.hero-v2__showcase-pill--el,.hero-v2__showcase-pill--sol{animation:none}}@media (width<=960px){.hero-v2__frame--photo{max-width:100%;margin-left:auto;margin-right:auto}.hero-v2__frame--showcase{max-width:380px;min-height:300px;margin:0 auto}.hero-v2__showcase-card{max-width:148px;padding:.7rem .85rem;left:6%}.hero-v2__showcase-pill{padding:.32rem .6rem;font-size:.62rem}}@media (width<=640px){.hero-v2__grid{gap:1.35rem;padding:5.75rem 1.1rem 2rem}.hero-v2__frame--showcase{max-width:100%;min-height:clamp(292px,78vw,360px)}.hero-v2__frame--photo{max-width:100%}.hero-v2__showcase-svg{width:min(66%,200px);bottom:13%}.hero-v2__showcase-pill{letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;max-width:calc(50% - .35rem);padding:.26rem .48rem;font-size:.56rem;overflow:hidden}.hero-v2__showcase-pill--ga{animation:none;top:4%;left:auto;right:3%}.hero-v2__showcase-pill--el{animation:none;inset:auto auto 36% 3%}.hero-v2__showcase-pill--sol{animation:none;bottom:19%;left:auto;right:3%}.hero-v2__showcase-card{max-width:min(46vw,148px);padding:.5rem .6rem;top:4%;left:3%}.hero-v2__showcase-card__k{letter-spacing:.08em;font-size:.56rem}.hero-v2__showcase-card__v{font-size:.7rem;line-height:1.3}.hero-v2__caption{letter-spacing:.07em;padding:.7rem .75rem .9rem;font-size:.62rem;line-height:1.4}.hero-v2__chips{gap:.5rem}.hero-v2__chips li{padding:.38rem .7rem;font-size:.75rem}.hero-v2__visual-stack{gap:1rem;max-width:100%;margin-left:auto;margin-right:auto}.hero-v2__story-head{gap:.55rem .65rem}}.hero-v2__orbit{pointer-events:none;border:1px dashed #e23d2c47;border-radius:50%;width:min(55vw,280px);height:min(55vw,280px);animation:48s linear infinite orbit-spin;position:absolute;inset:-12% -10% auto auto}@keyframes orbit-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hero-v2__orbit{animation:none}}.hero-v2__slant{background:var(--bg-00);clip-path:polygon(0 0,100% 60%,100% 100%,0 100%);z-index:1;height:4rem;margin-top:-1px;position:relative}@media (width<=960px){.hero-v2__grid{grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.25rem);padding-top:6.5rem;padding-bottom:2.5rem}.hero-v2__visual{flex-direction:column;order:-1;justify-self:stretch;align-items:stretch;width:100%;max-width:min(100%,42rem);margin-left:auto;margin-right:auto;display:flex}.hero-v2__visual-stack{max-width:100%;margin-left:0;margin-right:0}.hero-v2__orbit{display:none}}.glow-ember{background:radial-gradient(circle,#ff4a352e 0%,#0000 70%)}.section-head{z-index:1;grid-template-columns:auto 1fr;align-items:start;gap:clamp(1rem,3vw,2.5rem);margin-bottom:2.5rem;display:grid;position:relative}.section-head--compact{margin-bottom:1.75rem}.section-head__ix{font-family:var(--font-display);letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1px #e23d2c8c;text-shadow:0 0 48px #e23d2c33;-webkit-user-select:none;user-select:none;font-size:clamp(3.5rem,10vw,6.5rem);font-weight:800;line-height:.85}.section-head__text{padding-top:.5rem}.section-title--lg{letter-spacing:-.025em;font-size:clamp(1.85rem,4.5vw,3rem)}.title-italic{color:var(--gray-600);font-style:italic;font-weight:700}.text-gradient-ember{background:linear-gradient(90deg,#ff8a76,#ff4a35);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-block--noise:after{content:"";pointer-events:none;opacity:.35;background-image:repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff0a 2px 3px);position:absolute;inset:0}.section-block--slant{clip-path:inset(0)}.section-head--servicos .section-head__lead-servicos{max-width:38rem}.servicos-grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.15rem;margin-top:2.25rem;display:grid;position:relative}@media (width>=900px){.servicos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (width>=1200px){.servicos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.servicos-card{border-radius:var(--radius-lg);border:1px solid var(--glass-border);transition:border-color var(--dur-base), box-shadow var(--dur-base), transform var(--dur-base);background:#141414bf;flex-direction:column;gap:.6rem;padding:1.2rem 1.25rem 1.3rem;display:flex}.servicos-card:hover{border-color:#e23d2c47;transform:translateY(-3px);box-shadow:0 18px 44px #00000059}.servicos-card--featured{background:linear-gradient(165deg,#e23d2c1f 0%,#161616eb 42%,#0e0e0ef5 100%);border-color:#e23d2c52}.servicos-card--featured:hover{border-color:#e23d2c7a}.servicos-card__top{align-items:flex-start;gap:.85rem;display:flex}.servicos-card__icon{border-radius:var(--radius-md);width:46px;height:46px;color:var(--red-500);background:#e23d2c1f;border:1px solid #e23d2c47;flex-shrink:0;justify-content:center;align-items:center;font-size:1.28rem;display:flex}.servicos-card--featured .servicos-card__icon{width:50px;height:50px;font-size:1.4rem}.servicos-card__title{font-family:var(--font-display);color:var(--text-ink);margin:0;padding-top:.12rem;font-size:clamp(1.02rem,2.1vw,1.14rem);font-weight:700;line-height:1.28}.servicos-card__lead{color:var(--gray-500);margin:0;font-size:.875rem;line-height:1.58}@media (prefers-reduced-motion:reduce){.servicos-card:hover{transform:none}}.testimonial-deck{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.25rem;display:grid}.testimonial-card--tilt{transition:transform var(--dur-base) var(--ease-smooth), box-shadow var(--dur-base), border-color var(--dur-base)}.testimonial-card--tilt:hover{border-color:#e23d2c47;transform:translateY(-6px)rotate(-.5deg);box-shadow:0 20px 44px #1614121a}.testimonial-card--accent{background:linear-gradient(145deg,#e23d2c1f,#161616e6);border-color:#e23d2c47}.testimonial-card--tilt:nth-child(2):hover{transform:translateY(-8px)scale(1.01)}@media (width<=900px){.testimonial-deck{grid-template-columns:1fr}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.depoimentos__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.depoimentos__sub{max-width:36rem;margin-top:.5rem;margin-bottom:0}.depoimentos__google-btn{flex-shrink:0;align-items:center;gap:.45rem;font-size:.88rem;display:inline-flex}.depoimentos__google-btn .bi-google{color:#4285f4;font-size:1.1rem}.reviews-carousel{margin-bottom:1.25rem;position:relative}.reviews-carousel__viewport{border-radius:var(--radius-lg);margin:0 2.75rem;overflow:hidden}.reviews-carousel__track{transition:transform .4s var(--ease-smooth);will-change:transform;display:flex}@media (prefers-reduced-motion:reduce){.reviews-carousel__track{transition:none}}.reviews-carousel__slide{box-sizing:border-box;flex:0 0 100%;min-width:100%;padding:0 .35rem}.reviews-carousel__slide .google-review-card{min-height:100%}.reviews-carousel__controls{pointer-events:none;z-index:2;justify-content:space-between;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.reviews-carousel__btn{pointer-events:auto;border-radius:var(--radius-full);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--text-ink);cursor:pointer;transition:border-color var(--dur-base), background var(--dur-base), opacity var(--dur-base);background:#1c1c1cf2;justify-content:center;align-items:center;display:flex;box-shadow:0 6px 20px #00000059}.reviews-carousel__btn:hover:not(:disabled){background:var(--card-bg);border-color:#e23d2c59}.reviews-carousel__btn:focus-visible{outline:2px solid var(--red-500);outline-offset:2px}.reviews-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.reviews-carousel__btn .bi{font-size:1.35rem}.reviews-carousel__dots{flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:1rem;display:flex}.reviews-carousel__dot{background:var(--glass-border);cursor:pointer;width:8px;height:8px;transition:background var(--dur-base), transform var(--dur-base);border:none;border-radius:50%;padding:0}.reviews-carousel__dot:hover,.reviews-carousel__dot:focus-visible{background:#e23d2c73;outline:none}.reviews-carousel__dot.is-active{background:var(--red-500);transform:scale(1.15)}@media (width<=640px){.reviews-carousel__viewport{margin:0 2.25rem}.reviews-carousel__btn{width:40px;height:40px}}.google-review-card--minimal{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);max-width:min(20.5rem,100%);box-shadow:none;transition:border-color var(--dur-base);flex-direction:column;gap:.45rem;margin:0 auto;padding:.85rem 1rem;display:flex}.google-review-card--minimal:hover{border-color:#16141224}.google-review-card__header{align-items:flex-start;gap:.6rem;display:flex}.google-review-card__avatar{object-fit:cover;border:1px solid var(--glass-border);background:var(--bg-40);border-radius:50%;flex-shrink:0;width:40px;height:40px}.google-review-card__head-text{flex:1;min-width:0;padding-top:.05rem}.google-review-card__name{color:var(--text-ink);font-size:.875rem;font-weight:700;line-height:1.2}.google-review-card__date{color:var(--gray-500);letter-spacing:.02em;margin-top:.2rem;font-size:.72rem}.google-review-card__rating{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.google-review-card__verified{color:#4285f4;align-items:center;font-size:.82rem;line-height:1;display:inline-flex}.google-review-card__stars{align-items:center;gap:.06rem;line-height:0;display:flex}.google-review-card__stars img{width:14px;height:14px;display:block}.google-review-card__text-outer{position:relative}.google-review-card__text-outer.is-collapsed{max-height:5.75rem;overflow:hidden}.google-review-card__text-outer.is-collapsed:after{content:"";background:linear-gradient(to bottom, transparent, var(--card-bg));pointer-events:none;height:1.25rem;position:absolute;bottom:0;left:0;right:0}.google-review-card__text{color:var(--text-gray);border:0;margin:0;padding:0;font-size:.8125rem;font-style:normal;line-height:1.55}.google-review-card__text p{margin:0 0 .5rem}.google-review-card__text p:last-child{margin-bottom:0}.google-review-card__more{color:var(--red-600);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-self:flex-start;margin:.15rem 0 0;padding:0;font-family:inherit;font-size:.75rem;font-weight:600;text-decoration:underline}.google-review-card__more:hover{color:var(--red-500)}.google-review-card__more:focus-visible{outline:2px solid var(--red-500);outline-offset:2px}.google-review-card__more[hidden]{display:none!important}.google-reviews-aggregate-min{text-align:center;color:var(--gray-500);border-top:1px solid var(--glass-border);margin:1rem 0 0;padding-top:.85rem;font-size:.78rem;line-height:1.5}.google-reviews-aggregate-min strong{color:var(--text-ink);font-weight:600}.portfolio-section__head{margin-bottom:.25rem}.portfolio-section__intro{max-width:34rem;margin-left:auto;margin-right:auto}.portfolio-carousel{margin-top:1.75rem;margin-bottom:.25rem}.portfolio-carousel .reviews-carousel__viewport{max-width:none;margin-left:1rem;margin-right:1rem}@media (width>=640px){.portfolio-carousel .reviews-carousel__viewport{margin-left:1.75rem;margin-right:1.75rem}}.portfolio-carousel__viewport{border-radius:var(--radius-lg)}.portfolio-carousel .reviews-carousel__slide{box-sizing:border-box;justify-content:center;align-items:stretch;padding:0 .35rem;display:flex}.portfolio-carousel .portfolio-card--uniform{width:100%;max-width:min(22rem,100%);margin:0 auto}.portfolio-card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;margin:0;display:flex;overflow:hidden;box-shadow:0 10px 28px #1614120f}.portfolio-card--uniform{transition:border-color var(--dur-base), box-shadow var(--dur-base), transform var(--dur-base)}.portfolio-card--uniform:hover{border-color:#e23d2c38;transform:translateY(-2px);box-shadow:0 16px 40px #1614121a}.portfolio-card__media{background:var(--bg-30);flex-shrink:0;width:100%;position:relative;overflow:hidden}.portfolio-card--uniform .portfolio-card__media{aspect-ratio:3/4;min-height:0;max-height:none;padding:0}.portfolio-card__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--dur-base), opacity var(--dur-base);display:block}.portfolio-card--uniform .portfolio-card__img{max-width:none;max-height:none}.portfolio-card--uniform:hover .portfolio-card__img{opacity:.96;transform:scale(1.03)}.portfolio-card__body{border-top:1px solid var(--glass-border);text-align:center;flex-direction:column;flex:1;justify-content:flex-start;gap:.4rem;min-height:5.5rem;padding:1rem 1rem 1.15rem;display:flex}.portfolio-card__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-ink);margin:0;font-size:clamp(.9rem,1.9vw,1.02rem);font-weight:700;line-height:1.35}.portfolio-card__caption{letter-spacing:.02em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:.78rem;font-weight:600;line-height:1.45}@media (prefers-reduced-motion:reduce){.portfolio-card--uniform:hover{transform:none}.portfolio-card--uniform:hover .portfolio-card__img{opacity:1;transform:none}}.contato-section{background:var(--bg-10);border-top:1px solid var(--glass-border)}.contato-section__lead{max-width:38rem;margin-bottom:0;font-size:1rem}.contato-layout{grid-template-columns:minmax(0,1fr);place-items:start center;gap:1.35rem;margin-top:1.75rem;display:grid}.contato-form-panel{width:100%;max-width:min(32rem,100%);padding:clamp(1.15rem,2.8vw,1.6rem)}.contato-form-panel--highlight{background:linear-gradient(165deg,#e23d2c2e 0%,#161618f0 40%,#060608f7 100%);border:1px solid #dc262685;position:relative;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #0000008c,0 32px 72px #0000009e,0 12px 28px #e23d2c29}.contato-form-panel--highlight:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#f87171e6,#dc2626f2,#f87171e6,#0000);border-radius:0 0 3px 3px;height:2px;position:absolute;top:0;left:10%;right:10%}.contato-form-panel--highlight .contato-form-panel__hint{color:var(--gray-400)}.contato-form-panel__title{color:var(--text-ink);margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.contato-form-panel__hint{color:var(--gray-500);margin:0 0 1.05rem;font-size:.84rem;line-height:1.5}.contato-form__req{color:var(--red-600);font-weight:700}.contato-form__opt{color:var(--gray-500);font-size:.85em;font-weight:400}.contato-form__grid{grid-template-columns:1fr;gap:.85rem 1rem;display:grid}@media (width>=520px){.contato-form__grid{grid-template-columns:1fr 1fr}.contato-form__field--span{grid-column:1/-1}}.contato-form__field{flex-direction:column;gap:.28rem;display:flex}.contato-form__label{color:var(--text-ink);font-size:.78rem;font-weight:600}.contato-form__input{width:100%;color:var(--text-ink);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:border-color var(--dur-base), box-shadow var(--dur-base);padding:.5rem .72rem;font-family:inherit;font-size:.875rem}.contato-form__input::placeholder{color:var(--gray-500);opacity:.85}.contato-form__input:hover{border-color:#1614122e}.contato-form__input:focus{border-color:#e23d2c73;outline:none;box-shadow:0 0 0 3px #e23d2c1f}.contato-form__textarea{resize:vertical;min-height:5.85rem;line-height:1.5}.contato-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c5750' d='M1 1.5 6 6.5 11 1.5' stroke='%235c5750' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-position:right .72rem center;background-repeat:no-repeat;padding-right:2.15rem}.contato-form__status{color:var(--gray-600);margin:.75rem 0 0;font-size:.84rem;line-height:1.45}.contato-form__status--error{color:var(--red-600)}.contato-form__actions{flex-direction:column;gap:.65rem;margin-top:1.15rem;display:flex}@media (width>=480px){.contato-form__actions{flex-flow:wrap;align-items:center}}.contato-form__submit{flex:auto;min-width:min(100%,240px);min-height:48px;font-size:.88rem}.contato-form__mailto{flex:0 auto;min-height:48px;font-size:.85rem}.contato-card__address{color:var(--text-gray);margin:0;font-size:.88rem;line-height:1.55}.contato-card__address .bi{color:var(--red-500);vertical-align:-.05em;margin-right:.35rem}.contato-section__lead a{color:var(--red-500);font-weight:600;text-decoration:none}.contato-section__lead a:hover{color:#f87171;text-decoration:underline}.cta-final-v2{padding:clamp(4.5rem,14vw,8rem) 0;position:relative;overflow:hidden}.cta-final-v2__bg{filter:saturate(1.02)brightness(.55);z-index:0;background:linear-gradient(165deg,#0a0a0aeb 0%,#0c0c0ce0 45%,#e23d2c33 100%),url(https://images.unsplash.com/photo-1605666807844-78fbad329304?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;position:absolute;inset:0}.cta-final-v2 .section-title,#cta-final .section-title{color:var(--text-ink);text-shadow:0 2px 24px #00000080}#cta-final .text-center p{text-shadow:0 1px 16px #00000073}@media (width<=768px){.cta-final-v2__bg{background-position:70%}}@media (width<=640px){.section-head{grid-template-columns:1fr;gap:.5rem}.section-head__ix{font-size:3.25rem;line-height:1}}.brand-marquee{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:linear-gradient(180deg, #1a1a1afa, var(--bg-30));margin-top:1.75rem;padding:.85rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.brand-marquee__viewport{overflow:hidden}.brand-marquee__track{will-change:transform;width:max-content;animation:42s linear infinite brand-marquee-scroll;display:flex}.brand-marquee__set{flex-shrink:0;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:.35rem 1.75rem;display:flex}.brand-marquee__img{object-fit:contain;filter:brightness(1.08)grayscale(.12);opacity:.9;pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;width:auto;max-width:130px;height:44px}@keyframes brand-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.brand-marquee__track{flex-wrap:wrap;justify-content:center;width:100%;max-width:100%;animation:none;transform:none}.brand-marquee__set--clone{display:none}.brand-marquee__set{flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;padding:1rem}.brand-marquee{-webkit-mask-image:none;mask-image:none}}.section-product-cards{background:var(--bg-20);border-top:1px solid var(--glass-border);padding-top:clamp(3.5rem, 8vw, var(--section-py));padding-bottom:clamp(3.5rem, 8vw, var(--section-py))}.section-product-cards__marcas{margin-bottom:clamp(2rem,5vw,3rem);padding-bottom:clamp(1.5rem,4vw,2.25rem)}.section-product-cards__marcas .section-title{margin-top:.35rem;margin-bottom:.85rem}.section-product-cards__intro{max-width:42rem}.product-cards-grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1.25rem;display:grid;position:relative}.product-card{border-radius:var(--radius-lg);background:var(--glass-bg);border:1px solid var(--glass-border);transition:border-color var(--dur-base), box-shadow var(--dur-base), transform var(--dur-base);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:#e23d2c38}.product-card--highlight{background:linear-gradient(165deg, #e23d2c1f 0%, var(--glass-bg) 42%);border-color:#e23d2c6b;box-shadow:0 0 0 1px #e23d2c14,0 20px 48px #16121024}.product-card--highlight:hover{border-color:#e23d2c8c;box-shadow:0 0 0 1px #e23d2c1f,0 24px 56px #e23d2c1a}.product-card__badge{z-index:2;letter-spacing:.07em;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px #00000059;border-radius:var(--radius-sm);background:linear-gradient(135deg,#e23d2c 0%,#b91c1c 100%);border:1px solid #ffffff38;align-items:center;gap:.32rem;padding:.32rem .62rem;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:.55rem;left:.55rem;box-shadow:0 4px 16px #b91c1c73}.product-card__badge .bi{opacity:.95;font-size:.78rem}.product-card__media{aspect-ratio:4/3;background:linear-gradient(145deg, var(--bg-30), var(--bg-10));justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative;overflow:hidden}.product-card__img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.1rem 1.15rem;display:flex}.product-card__kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--red-600);margin:0;font-size:.68rem;font-weight:600;line-height:1.3}.product-card__title{font-family:var(--font-display);color:var(--text-ink);margin:0;font-size:1.02rem;font-weight:700;line-height:1.25}.product-card__text{color:var(--gray-600);flex:1;margin:0;font-size:.86rem;line-height:1.55}.product-card__cta{justify-content:center;align-self:stretch;min-height:44px;margin-top:.35rem;padding:.55rem 1rem;font-size:.82rem}@media (width<=480px){.product-cards-grid{grid-template-columns:1fr}}.sobre-visual{border:1px solid var(--glass-border);padding:0;overflow:hidden}.sobre-visual__media{border-radius:inherit;background:linear-gradient(145deg, var(--bg-30), var(--bg-10));position:relative;overflow:hidden}.sobre-visual__img{z-index:0;width:100%;height:auto;display:block;position:relative}.sobre-visual__overlay{z-index:1;pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(155deg,#f7f4efb8 0%,#f7f4ef14 38%,#0000 58%),linear-gradient(335deg,#0000 55%,#e23d2c12 100%),linear-gradient(#0000 55%,#1614121a 100%);position:absolute;inset:0}.sobre-visual__grain{z-index:2;pointer-events:none;opacity:.22;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.sobre-visual__grain{opacity:.1}}.footer__brand-link{margin-bottom:1rem;display:inline-block}.footer__logo-img{object-fit:contain;width:auto;max-width:min(300px,78vw);height:auto;max-height:150px}
