﻿:root{--vcode-bg: #f5f4f0;--vcode-bg-soft: #ffffff;--vcode-bg-strong: #e8e5df;--vcode-panel: #ffffff;--vcode-card: #ffffff;--vcode-accent: #11404a;--vcode-accent-2: #1d5a67;--vcode-muted-accent: #6a2036;--vcode-gray: #b3bcbd;--vcode-text: #173036;--vcode-muted: #5f6f73;--vcode-line: rgba(17, 64, 74, 0.12);--vcode-line-strong: rgba(106, 32, 54, 0.2);--vcode-radius: 0;--vcode-shadow: 0 20px 55px rgba(17, 64, 74, 0.08);--vcode-shadow-soft: 0 16px 40px rgba(17, 64, 74, 0.06)}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;min-height:100vh;color:var(--vcode-text);background:var(--vcode-bg);font:400 16px/1.7 "Segoe UI",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}body.vcode-menu-is-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}::selection{background:var(--vcode-accent);color:#fff}.vcode-container{width:min(1200px,100% - 48px);margin-inline:auto}.vcode-container h2.top-space{margin-top:15px}.vcode-section{padding:clamp(88px,9vw,132px) 0}.vcode-section--contrast{background:#ece9e3}.vcode-section--split{background:linear-gradient(180deg, #fff, #f3f1ec)}.vcode-section--portfolio{background:#f0ede8}.vcode-kicker{margin:0 0 16px;color:var(--vcode-accent);font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:.75rem}.vcode-section__head{max-width:780px;margin-bottom:56px}.vcode-section__head h2{margin:0 0 14px;font-size:clamp(2.2rem,4.2vw,4.2rem);line-height:.98;letter-spacing:-0.04em;margin-top:0;margin-bottom:18px;color:var(--vcode-text);text-wrap:balance}.vcode-section__head p{color:var(--vcode-muted);margin:0;max-width:62ch;font-size:1.04rem;line-height:1.84;text-wrap:pretty}.vcode-about h2,.vcode-cta h2{margin:0 0 14px;font-size:clamp(2.2rem,4.2vw,4.2rem);line-height:.98;letter-spacing:-0.04em}.vcode-about p,.vcode-cta p{color:var(--vcode-muted);margin:0;font-size:1.02rem;line-height:1.8;text-wrap:pretty}.vcode-is-hidden{display:none !important}.vcode-bg{position:fixed;inset:0;z-index:-2;background:linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 244, 240, 0.98)),linear-gradient(90deg, rgba(17, 64, 74, 0.04) 1px, transparent 1px),linear-gradient(rgba(17, 64, 74, 0.04) 1px, transparent 1px);background-size:auto,120px 120px,120px 120px;background-position:0 0,center,center}.vcode-bg::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 18%, rgba(17, 64, 74, 0.08), transparent 24%),radial-gradient(circle at 8% 78%, rgba(106, 32, 54, 0.05), transparent 18%);pointer-events:none}.vcode-header{position:fixed;top:0;left:0;width:100%;z-index:30;background:hsla(0,0%,100%,.96);border-bottom:1px solid rgba(17,64,74,.1);transition:background-color .18s ease,box-shadow .18s ease}.vcode-header.vcode-header--scrolled{box-shadow:0 12px 28px rgba(17,64,74,.08)}.vcode-header__inner{width:min(1200px,100% - 48px);margin-inline:auto;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.vcode-header__actions{display:flex;align-items:center;gap:12px}.vcode-header__cta{display:inline-flex}.vcode-logo--image{display:inline-flex;align-items:center;max-width:248px}.vcode-logo--image img{width:100%;height:auto}.vcode-nav{display:flex;align-items:center;gap:24px;color:var(--vcode-text);font-weight:700;font-size:.92rem}.vcode-nav a{position:relative;padding:10px 0;transition:color .18s ease;cursor:pointer}.vcode-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--vcode-accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.vcode-nav a:hover{color:var(--vcode-accent)}.vcode-nav a:hover::after{transform:scaleX(1)}.vcode-nav a:focus-visible{outline:none;color:var(--vcode-accent)}.vcode-nav a:focus-visible::after{transform:scaleX(1)}.vcode-nav__cta{display:none}.vcode-hero{min-height:88svh;padding:142px 0 74px;position:relative;isolation:isolate;overflow:hidden}.vcode-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(245, 244, 240, 0.95) 0%, rgba(245, 244, 240, 0.88) 28%, rgba(245, 244, 240, 0.44) 48%, rgba(245, 244, 240, 0.12) 70%, rgba(245, 244, 240, 0.04) 100%);pointer-events:none;z-index:1}.vcode-hero__copy{max-width:680px;padding-right:0;position:relative;z-index:3}.vcode-hero__inner{display:block;position:relative;z-index:2}.vcode-hero h1{margin:0 0 20px;font-size:clamp(2.4rem,4.3vw,5rem);line-height:.92;letter-spacing:-0.07em;max-width:13ch;text-wrap:pretty}.vcode-hero__title{white-space:normal}.vcode-hero__title-word{display:inline-block;opacity:0;transform:translateY(26px) rotate(3deg);filter:blur(8px);transition:opacity .52s ease,transform .62s cubic-bezier(0.2, 0.8, 0.2, 1),filter .52s ease;will-change:transform,opacity,filter}.vcode-hero__title.vcode-hero__title--ready .vcode-hero__title-word{opacity:1;transform:translateY(0) rotate(0deg);filter:blur(0)}.vcode-hero__text{margin:0;color:rgba(23,48,54,.84);font-size:1.08rem;line-height:1.9;max-width:58ch}.vcode-hero__trust{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px;margin-top:30px;max-width:760px}.vcode-hero__trust-item{padding:22px 22px 20px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82));border:1px solid rgba(17,64,74,.08);border-top:3px solid rgba(17,64,74,.76);box-shadow:0 22px 42px rgba(17,64,74,.08)}.vcode-hero__trust-item strong,.vcode-hero__trust-item span{display:block}.vcode-hero__trust-item strong{margin-bottom:8px;font-size:1rem;letter-spacing:-0.02em}.vcode-hero__trust-item span{color:var(--vcode-muted);font-size:.94rem;line-height:1.62}.vcode-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 0}.vcode-hero__indicators{display:flex;flex-wrap:wrap;gap:14px 18px;margin-top:22px;max-width:820px}.vcode-hero__indicators strong{display:inline-flex;align-items:center;gap:10px;min-height:auto;padding:0;background:rgba(0,0,0,0);border:0;outline:0;color:rgba(23,48,54,.82);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:none;box-shadow:none;cursor:default}.vcode-hero__indicators strong::before{content:"✓";color:var(--vcode-accent);font-size:.9rem;font-weight:900;flex:0 0 auto}.vcode-hero__cinema{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg, #f4f0e8 0%, #ebe4d8 100%);z-index:0;transform:translate3d(0, 0, 0) scale(1.08);transform-origin:center center;will-change:transform}.vcode-hero__cinema::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(244, 240, 232, 0.3) 0%, rgba(244, 240, 232, 0.14) 38%, rgba(244, 240, 232, 0.06) 100%);z-index:2;pointer-events:none}.vcode-hero__cinema::after{content:none}.vcode-hero--ready .vcode-hero__cinema{animation:vcodeHeroCinemaDrift 42s linear infinite}.vcode-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;transform:scale(1.01);transition:transform 14s cubic-bezier(0.2, 0.8, 0.2, 1);will-change:transform,opacity}.vcode-hero__meta{display:grid;gap:14px;opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease}.vcode-hero__meta.vcode-hero__meta--visible{opacity:1;transform:translateY(0)}.vcode-hero__panel{width:100%;padding:10px 18px 0}.vcode-hero__panel-line{padding:14px 0;border-bottom:1px solid rgba(17,64,74,.1)}.vcode-hero__panel-line:last-child{border-bottom:0;padding-bottom:0}.vcode-hero__panel-line span,.vcode-hero__panel-line strong{display:block}.vcode-hero__panel-line span{margin-bottom:4px;color:rgba(17,64,74,.66);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.vcode-hero__panel-line strong{color:var(--vcode-text);font-size:1rem;line-height:1.6;letter-spacing:-0.01em}.vcode-hero__badges{display:flex;flex-wrap:wrap;gap:10px;padding:0 18px 14px}.vcode-hero__badges span{display:inline-flex;align-items:center;gap:8px;min-height:auto;padding:0;border:0;background:rgba(0,0,0,0);outline:0;color:rgba(23,48,54,.72);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:none;cursor:default}.vcode-hero__badges span::before{content:"";width:18px;height:1px;background:rgba(17,64,74,.22);flex:0 0 auto}.vcode-blueprint-section{padding:0 0 34px;position:relative;background:linear-gradient(180deg, #fbfaf7 0%, #f6f2eb 100%)}.vcode-blueprint-section__inner{display:grid;grid-template-columns:minmax(0, 1.18fr) minmax(320px, 0.82fr);align-items:end;gap:clamp(26px,4vw,52px)}.vcode-blueprint-section__visual{margin:0}.vcode-blueprint-section__meta{align-self:center;justify-self:end;max-width:420px}.vcode-hero__media,.vcode-hero__media-image{display:block;width:100%;height:100%}.vcode-hero__media{position:absolute;inset:0}.vcode-hero__media-image{object-fit:cover;opacity:1;transform:scale(1.01);transition:transform 14s cubic-bezier(0.2, 0.8, 0.2, 1);will-change:transform}.vcode-hero--ready .vcode-hero__media-image{transform:scale(1.03)}@keyframes vcodeHeroCinemaDrift{0%{transform:translate3d(-1.35%, -0.85%, 0) scale(1.09)}20%{transform:translate3d(-0.6%, -0.3%, 0) scale(1.105)}40%{transform:translate3d(0.5%, 0.05%, 0) scale(1.12)}60%{transform:translate3d(1.15%, 0.45%, 0) scale(1.125)}80%{transform:translate3d(0.15%, 0.18%, 0) scale(1.1)}100%{transform:translate3d(-1.35%, -0.85%, 0) scale(1.09)}}#servicos{position:relative;isolation:isolate}#servicos::before{content:"";position:absolute;inset:0 calc(50% - 50vw);background:linear-gradient(180deg, #f0ebe2 0%, #e7dfd3 100%);z-index:-1}.vcode-blueprint-shell{position:relative;min-height:560px;padding:24px 0 16px;content-visibility:auto;z-index:1}.vcode-blueprint-shell::before{content:"";position:absolute;inset:36px 34px 102px 70px;pointer-events:none}.vcode-blueprint-shell__grid{position:absolute;inset:0 0 56px;background:linear-gradient(90deg, rgba(113, 205, 235, 0.08) 1px, transparent 1px),linear-gradient(rgba(113, 205, 235, 0.08) 1px, transparent 1px),linear-gradient(90deg, rgba(113, 205, 235, 0.025) 1px, transparent 1px),linear-gradient(rgba(113, 205, 235, 0.025) 1px, transparent 1px);background-size:86px 86px,86px 86px,18px 18px,18px 18px;opacity:.62}.vcode-blueprint{position:relative;z-index:1;width:100%;height:auto;overflow:visible}.vcode-blueprint__line,.vcode-blueprint__ref{fill:none;stroke-linecap:round;stroke-linejoin:round}.vcode-blueprint__line{stroke:#11404a;stroke-width:2.1;vector-effect:non-scaling-stroke}.vcode-blueprint__line--outer{stroke-width:3.4;stroke:rgba(17,64,74,.9)}.vcode-blueprint__line--wall{stroke-width:3}.vcode-blueprint__line--door{stroke:rgba(17,64,74,.62);stroke-width:2}.vcode-blueprint__line--axis,.vcode-blueprint__line--dash{stroke:rgba(17,64,74,.44);stroke-dasharray:10 12}.vcode-blueprint__line--measure{stroke:rgba(17,64,74,.78);stroke-width:1.6}.vcode-blueprint__line--glow{stroke:url(#vcodeBlueprintGlow);stroke-width:5.5;opacity:0;filter:blur(1px)}.vcode-blueprint__ref{stroke:rgba(17,64,74,.78);stroke-width:1.4}.vcode-blueprint__text,.vcode-blueprint__ref-text{fill:#11404a;font-size:17px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.vcode-blueprint__ref-text{font-size:12px;font-weight:800}.vcode-blueprint-shell--animate .vcode-blueprint__line:not(.vcode-blueprint__line--glow),.vcode-blueprint-shell--animate .vcode-blueprint__ref{stroke-dasharray:var(--vcode-path-length, 0);stroke-dashoffset:var(--vcode-path-length, 0)}.vcode-band{background:linear-gradient(180deg, #153f47, #123841);color:#fff;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08)}.vcode-band__inner{padding:0}.vcode-band__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}.vcode-band__grid span{display:flex;align-items:center;justify-content:center;min-height:78px;padding:20px 18px;text-align:center;font-weight:700;letter-spacing:.01em;border-right:1px solid hsla(0,0%,100%,.18)}.vcode-band__grid span:last-child{border-right:0}.vcode-band__motto{margin:0;padding:16px 18px 18px;border-top:1px solid hsla(0,0%,100%,.12);text-align:center;color:hsla(0,0%,100%,.84);font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.vcode-about-layout,.vcode-drywall,.vcode-contact-layout{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:clamp(28px,3.5vw,52px);align-items:center}.vcode-about-layout__photo,.vcode-drywall__photo{margin:0;align-self:stretch}.vcode-about-layout__photo img,.vcode-drywall__photo img{width:100%;height:90%;min-height:435px;object-fit:cover;box-shadow:0 24px 50px rgba(17,64,74,.08)}.vcode-about-layout__copy p:not(.vcode-kicker),.vcode-contact-layout__info p:not(.vcode-kicker){max-width:60ch;line-height:1.84}.vcode-about-layout__copy p+p,.vcode-contact-layout__info p+p{margin-top:16px}.vcode-about-layout__copy strong,.vcode-contact-layout__info strong{font-weight:800}.vcode-contact-layout__form{background:#fff;border:1px solid rgba(17,64,74,.08);padding:38px;box-shadow:0 22px 48px rgba(17,64,74,.08)}.vcode-footer{background:#0d3138;color:hsla(0,0%,100%,.84);padding-top:48px}.vcode-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .9fr .9fr;gap:28px;padding-bottom:28px}.vcode-footer__brand img{width:min(240px,100%);height:auto;margin-bottom:18px;filter:brightness(0) invert(1)}.vcode-footer__brand p{margin:0;max-width:28ch;line-height:1.7}.vcode-footer__column{display:grid;align-content:start;gap:10px}.vcode-footer__column strong{color:#fff;font-size:1rem}.vcode-footer__column a,.vcode-footer__column span{color:hsla(0,0%,100%,.74);line-height:1.6}.vcode-footer__bottom{padding:18px 0 26px;border-top:1px solid hsla(0,0%,100%,.12)}.vcode-footer__bottom p{margin:0;color:hsla(0,0%,100%,.62);font-size:.92rem}#servicos,#obras,#clientes{position:relative;overflow:visible}#servicos .vcode-container,#obras .vcode-container,#clientes .vcode-container{position:relative}.vcode-floating-motion{position:absolute;z-index:0;pointer-events:none;opacity:0;will-change:transform,opacity}.vcode-floating-motion img{width:100%;height:auto;display:block}.vcode-floating-motion--visible{animation:vcodeFloatingStop 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards}.vcode-floating-motion--servicos{width:640px;right:0;top:-58px;transform:translateX(180px) translateY(40px) rotate(8deg) scale(0.94)}.vcode-floating-motion--clientes{width:500px;right:0;top:-42px;transform:translateX(170px) translateY(32px) rotate(7deg) scale(0.94)}.vcode-floating-motion--obras{width:560px;right:0;top:-44px;transform:translateX(160px) translateY(20px) rotate(6deg) scale(0.94)}@keyframes vcodeFloatingStop{0%{opacity:0}1%{opacity:1}100%{opacity:1;transform:translateX(0) translateY(0) rotate(0deg) scale(1)}}@media(max-width: 1024px){.vcode-floating-motion--servicos{width:420px;right:-80px;top:-30px}.vcode-floating-motion--clientes{width:360px;right:-70px;top:-24px;transform:translateX(120px) translateY(24px) rotate(7deg) scale(0.94)}.vcode-floating-motion--obras{width:360px;right:-70px;top:-26px;transform:translateX(120px) translateY(22px) rotate(6deg) scale(0.94)}}@media(max-width: 768px){#top{overflow:hidden}.vcode-floating-motion--servicos{width:260px;right:-70px;top:-30px;transform:translateX(110px) translateY(26px) rotate(8deg) scale(0.94);animation-duration:1.4s}.vcode-floating-motion--clientes{width:220px;right:-52px;top:-18px;transform:translateX(88px) translateY(20px) rotate(7deg) scale(0.94);animation-duration:1.4s}.vcode-floating-motion--obras{width:220px;right:-52px;top:-18px;transform:translateX(88px) translateY(20px) rotate(6deg) scale(0.94);animation-duration:1.4s}}.vcode-menu{display:none;width:48px;height:48px;border:1px solid var(--vcode-line);background:#fff;padding:0;position:relative;cursor:pointer}.vcode-menu span{position:absolute;left:12px;right:12px;height:2px;background:var(--vcode-accent);transition:transform .18s ease,opacity .18s ease,top .18s ease}.vcode-menu span:nth-child(1){top:16px}.vcode-menu span:nth-child(2){top:23px}.vcode-menu span:nth-child(3){top:30px}.vcode-menu.vcode-menu--open span:nth-child(1){top:23px;transform:rotate(45deg)}.vcode-menu.vcode-menu--open span:nth-child(2){opacity:0}.vcode-menu.vcode-menu--open span:nth-child(3){top:23px;transform:rotate(-45deg)}.vcode-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid rgba(0,0,0,0);cursor:pointer;font-weight:800;letter-spacing:-0.01em;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.vcode-btn:hover{transform:translateY(-2px)}.vcode-btn:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(17,64,74,.12),0 18px 34px rgba(17,64,74,.16)}.vcode-btn--primary{background:var(--vcode-accent);color:#fff;box-shadow:0 14px 28px rgba(17,64,74,.14)}.vcode-btn--ghost{border-color:rgba(17,64,74,.14);background:#fff;color:var(--vcode-accent)}.vcode-btn--compact{min-height:44px;padding:0 18px;font-size:.92rem}.vcode-btn--light{background:#fff;color:var(--vcode-accent)}.vcode-section__head{position:relative;padding-bottom:22px}.vcode-section__head::after{content:"";position:absolute;left:0;bottom:0;width:88px;height:1px;background:linear-gradient(90deg, rgba(17, 64, 74, 0.72), rgba(17, 64, 74, 0.08))}.vcode-section__head p{max-width:58ch}.vcode-services-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}.vcode-service-card{background:#fff;border:1px solid rgba(17,64,74,.1);border-top:3px solid var(--vcode-gray);padding:30px 26px 28px;box-shadow:0 18px 38px rgba(17,64,74,.05);cursor:default}.vcode-service-card--featured{border-top-color:var(--vcode-accent)}.vcode-service-card--soon{border-top-color:var(--vcode-muted-accent)}.vcode-service-card h3{margin:0 0 10px;font-size:1.22rem;letter-spacing:-0.03em}.vcode-service-card p{margin:0;color:var(--vcode-muted);line-height:1.72}.vcode-service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:20px;border:1px solid rgba(17,64,74,.12);background:linear-gradient(180deg, rgba(228, 235, 235, 0.7), rgba(228, 235, 235, 0.28));color:var(--vcode-accent)}.vcode-service-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.vcode-service-card__topline h3{margin:0}.vcode-service-card__topline small{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;background:rgba(106,32,54,.08);color:var(--vcode-muted-accent);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.vcode-section--soft{background:#efede8}.vcode-section--accent{background:var(--vcode-accent)}.vcode-section__head--light::after{background:linear-gradient(90deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.1))}.vcode-section__head--light h2,.vcode-section__head--light p{color:#fff}.vcode-section__head--light .vcode-kicker{color:hsla(0,0%,100%,.7)}.vcode-process{position:relative;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:20px}.vcode-process::before{content:"";position:absolute;left:10%;right:10%;top:38px;height:1px;background:rgba(17,64,74,.16)}.vcode-process__item{position:relative;padding:88px 26px 30px;background:#fff;border:1px solid rgba(17,64,74,.08);box-shadow:0 18px 34px rgba(17,64,74,.05)}.vcode-process__item span{position:absolute;top:0;left:24px;width:76px;height:76px;display:grid;place-items:center;background:var(--vcode-accent);color:#fff;font-size:1.5rem;font-weight:800}.vcode-process__item h3{margin:0 0 10px;font-size:1.14rem;letter-spacing:-0.03em}.vcode-process__item p{margin:0;color:var(--vcode-muted);line-height:1.7}.vcode-diff-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px}.vcode-diff-card{min-height:220px;padding:28px 24px 24px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.14);color:#fff;display:grid;align-content:start;gap:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06);transition:transform .24s ease,border-color .24s ease,background-color .24s ease,box-shadow .24s ease}.vcode-diff-card:hover{transform:translateY(-3px);border-color:hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.11);box-shadow:0 20px 34px rgba(7,22,27,.14)}.vcode-diff-card strong{font-size:1.12rem;line-height:1.32;letter-spacing:-0.02em}.vcode-diff-card p{margin:0;color:hsla(0,0%,100%,.76);line-height:1.68;font-size:.96rem}.vcode-diff-card__icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08)}.vcode-diff-card__icon .vcode-ui-icon{width:1.2rem;height:1.2rem}.vcode-audience-grid{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:16px}.vcode-audience-card,.vcode-trust-card{background:#fff;border:1px solid rgba(17,64,74,.08);padding:24px 20px;box-shadow:0 18px 36px rgba(17,64,74,.05);cursor:default}.vcode-audience-card strong,.vcode-trust-card strong{display:block;margin-bottom:8px;font-size:1.04rem;letter-spacing:-0.02em}.vcode-audience-card p,.vcode-trust-card p{margin:0;color:var(--vcode-muted);line-height:1.68}.vcode-audience-card span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:16px;border:1px solid rgba(17,64,74,.12);background:linear-gradient(180deg, rgba(228, 235, 235, 0.7), rgba(228, 235, 235, 0.28));color:var(--vcode-accent)}.vcode-section--clients-proof{background:linear-gradient(180deg, #f7f6f2, #ece9e2),linear-gradient(90deg, rgba(17, 64, 74, 0.04) 1px, transparent 1px);border-top:1px solid rgba(17,64,74,.06);border-bottom:1px solid rgba(17,64,74,.06)}.vcode-client-proof{display:grid;gap:22px}.vcode-client-proof__featured{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:18px}.vcode-client-card{display:grid;align-content:space-between;gap:18px;min-height:180px;padding:22px;background:hsla(0,0%,100%,.88);border:1px solid rgba(17,64,74,.09);box-shadow:0 18px 36px rgba(17,64,74,.06);cursor:default;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.vcode-client-card:hover{transform:translateY(-2px);box-shadow:0 24px 42px rgba(17,64,74,.08);border-color:rgba(17,64,74,.16)}.vcode-client-card strong{display:block;margin:0;font-size:1.18rem;line-height:1.2;letter-spacing:-0.03em;color:var(--vcode-text)}.vcode-client-card img{max-width:min(180px,100%);max-height:50px;width:auto;height:auto;object-fit:contain}.vcode-client-card--logo{place-items:start}.vcode-client-card--meli{background:linear-gradient(180deg, rgba(255, 231, 102, 0.34), rgba(255, 255, 255, 0.92))}.vcode-client-card--meli img{max-width:168px;max-height:42px}.vcode-client-card--maxi img{max-width:122px;max-height:70px}.vcode-client-card--rihappy{background:linear-gradient(180deg, rgba(0, 88, 184, 0.1), rgba(255, 255, 255, 0.92))}.vcode-client-card--rihappy img{max-width:150px;max-height:54px}.vcode-client-card--rihappy strong{color:#0058b8}.vcode-client-card--bb{background:linear-gradient(180deg, rgba(255, 214, 0, 0.22), rgba(255, 255, 255, 0.92))}.vcode-client-card--bb img{max-width:74px;max-height:74px}.vcode-client-card--bb strong{color:#113f8c}.vcode-client-card--caixa{background:linear-gradient(180deg, rgba(244, 117, 33, 0.14), rgba(255, 255, 255, 0.92))}.vcode-client-card--caixa img{max-width:116px;max-height:52px}.vcode-client-card--caixa strong{color:#005ca9;letter-spacing:-0.04em}.vcode-client-card--diniz{background:linear-gradient(180deg, #005ca9, rgba(255, 255, 255, 0.96)),radial-gradient(circle at top, rgba(255, 255, 255, 0.94), rgba(242, 237, 231, 0.98))}.vcode-client-card--diniz img{max-width:150px;max-height:58px;padding:10px 14px}.vcode-client-card--outback img{max-width:156px;max-height:56px}.vcode-client-card__eyebrow,.vcode-client-proof__label{margin:0;color:rgba(17,64,74,.64);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.vcode-client-proof__panel{display:grid;gap:16px;padding:24px;background:hsla(0,0%,100%,.7);border:1px solid rgba(17,64,74,.08);box-shadow:0 18px 36px rgba(17,64,74,.06)}.vcode-client-proof__pills{display:flex;flex-wrap:wrap;gap:12px}.vcode-client-proof__pills span{display:inline-flex;align-items:center;gap:8px;min-height:auto;padding:0;background:rgba(0,0,0,0);border:0;outline:0;color:rgba(23,48,54,.72);font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:none;cursor:default}.vcode-client-proof__pills span::before{content:"";width:18px;height:1px;background:rgba(17,64,74,.22);flex:0 0 auto}.vcode-checklist{display:grid;gap:10px;padding:0;margin:24px 0 0;list-style:none}.vcode-checklist li{position:relative;padding-left:18px;color:var(--vcode-muted)}.vcode-checklist li::before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;background:var(--vcode-accent)}.vcode-values-grid,.vcode-partners,.vcode-trust-grid{display:grid;gap:18px}.vcode-values-grid{grid-template-columns:repeat(3, minmax(0, 1fr));margin-top:34px}.vcode-values__item{background:#fff;border-top:3px solid var(--vcode-gray);padding:30px 24px;box-shadow:0 18px 36px rgba(17,64,74,.05)}.vcode-values__item strong{display:block;margin-bottom:12px;font-size:1.08rem;letter-spacing:-0.02em}.vcode-values__item p{margin:0;color:var(--vcode-muted);line-height:1.8;max-width:30ch}.vcode-values__list{margin:0;padding-left:20px;color:var(--vcode-text);display:grid;gap:10px}.vcode-values__list li{padding-left:4px;border-bottom:1px solid rgba(17,64,74,.08);padding-bottom:10px}.vcode-values__list li:last-child{border-bottom:0;padding-bottom:0}.vcode-values__toggle{width:100%;padding:0 28px 0 0;border:0;background:rgba(0,0,0,0);text-align:left;color:var(--vcode-text);font-size:.97rem;font-weight:700;line-height:1.45;position:relative;cursor:pointer;transition:color .18s ease}.vcode-values__toggle:hover{color:var(--vcode-accent)}.vcode-values__toggle:focus-visible{outline:none;color:var(--vcode-accent)}.vcode-values__toggle::before,.vcode-values__toggle::after{content:"";position:absolute;right:0;top:50%;width:12px;height:2px;background:var(--vcode-accent);transform:translateY(-50%);transition:transform .18s ease,opacity .18s ease}.vcode-values__toggle::after{transform:translateY(-50%) rotate(90deg)}.vcode-values__toggle[aria-expanded=true]::after{opacity:0}.vcode-values__body{display:none;padding-top:8px}.vcode-values__body p{font-size:.94rem;line-height:1.62}.vcode-values__list li.vcode-values__item--open .vcode-values__body{display:block}.vcode-partners{grid-template-columns:repeat(2, minmax(0, 1fr))}.vcode-partner{display:grid;grid-template-columns:180px 1fr;gap:22px;background:#fff;border:1px solid rgba(17,64,74,.08);box-shadow:0 18px 40px rgba(17,64,74,.06);align-items:stretch}.vcode-partner__placeholder{position:relative;min-height:100%;overflow:hidden;background:linear-gradient(180deg, #d9e1e1, #c8d4d5)}.vcode-partner__photo{width:100%;height:100%;min-height:264px;object-fit:cover;object-position:center 18%}.vcode-partner__photo--leonardo{object-position:center 14%}.vcode-partner__photo--maicon{object-position:center 12%}.vcode-partner__content{padding:30px 28px 30px 0;display:flex;flex-direction:column;justify-content:center;gap:10px}.vcode-partner__content strong{display:block;margin-bottom:0;font-size:1.34rem;letter-spacing:-0.03em}.vcode-partner__content p{margin:0;color:var(--vcode-muted);line-height:1.78;max-width:50ch}.vcode-partner__content p strong{display:inline;font-size:inherit;letter-spacing:inherit}.vcode-partner__role{color:rgba(17,64,74,.66);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.vcode-trust-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.vcode-section--faq{background:#f5f2ed}.vcode-faq{display:grid;gap:12px}.vcode-faq__item{background:#fff;border:1px solid rgba(17,64,74,.08)}.vcode-faq__question{width:100%;padding:22px 56px 22px 22px;border:0;background:rgba(0,0,0,0);text-align:left;color:var(--vcode-text);font-size:1rem;font-weight:700;position:relative;cursor:pointer;transition:color .18s ease,background-color .18s ease}.vcode-faq__question:hover{color:var(--vcode-accent);background:rgba(17,64,74,.02)}.vcode-faq__question:focus-visible{outline:none;color:var(--vcode-accent);background:rgba(17,64,74,.03)}.vcode-faq__question::before,.vcode-faq__question::after{content:"";position:absolute;right:22px;top:50%;width:14px;height:2px;background:var(--vcode-accent);transform:translateY(-50%);transition:transform .18s ease,opacity .18s ease}.vcode-faq__question::after{transform:translateY(-50%) rotate(90deg)}.vcode-faq__question[aria-expanded=true]::after{transform:translateY(-50%) rotate(90deg);opacity:0}.vcode-faq__answer{display:none;padding:0 22px 22px}.vcode-faq__answer p{margin:0;color:var(--vcode-muted);line-height:1.72}.vcode-faq__item.vcode-faq__item--open .vcode-faq__answer{display:block}.vcode-section--cta-final{background:#113941}.vcode-final-cta{padding:42px;background:linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),linear-gradient(90deg, rgba(106, 32, 54, 0.22), rgba(17, 64, 74, 0));color:#fff;border-left:4px solid var(--vcode-muted-accent)}.vcode-final-cta h2{color:#fff;margin:0 0 14px;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-0.04em}.vcode-final-cta p{color:hsla(0,0%,100%,.78);margin:0 0 24px;max-width:58ch;line-height:1.78}.vcode-final-cta .vcode-kicker{color:hsla(0,0%,100%,.62)}.vcode-contact-points{display:grid;gap:16px;margin-top:28px}.vcode-contact-points article{display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:start;padding:18px 18px 18px 20px;background:linear-gradient(180deg, #fff, rgba(247, 246, 242, 0.92));border-left:3px solid var(--vcode-accent);box-shadow:0 16px 34px rgba(17,64,74,.05);cursor:default}.vcode-contact-points strong,.vcode-contact-points>article>span:last-child{display:block}.vcode-contact-points strong{margin-bottom:6px;grid-column:2}.vcode-contact-points>article>span:last-child{color:var(--vcode-muted);line-height:1.65;grid-column:2}.vcode-contact-points__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;grid-row:1/span 2;border:1px solid rgba(17,64,74,.12);background:linear-gradient(180deg, rgba(228, 235, 235, 0.7), rgba(228, 235, 235, 0.28));color:var(--vcode-accent)}.vcode-contact-points__icon .vcode-ui-icon{width:1.15rem;height:1.15rem}.vcode-contact-form{width:100%;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:18px}.vcode-sprite{position:absolute}.vcode-ui-icon{width:1.3rem;height:1.3rem;display:block}.vcode-contact-form__field{display:grid;gap:8px}.vcode-contact-form__field--full{grid-column:1/-1}.vcode-contact-form__field label{font-weight:700;color:var(--vcode-text);letter-spacing:-0.01em}.vcode-contact-form__field input,.vcode-contact-form__field textarea,.vcode-contact-form__field select{width:100%;border:1px solid var(--vcode-line);background:#fff;color:var(--vcode-text);padding:14px 16px;outline:none;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.vcode-contact-form__field input::placeholder,.vcode-contact-form__field textarea::placeholder,.vcode-contact-form__field select::placeholder{color:var(--vcode-muted)}.vcode-contact-form__field input:focus,.vcode-contact-form__field textarea:focus,.vcode-contact-form__field select:focus{border-color:rgba(17,64,74,.28);background:#fff;box-shadow:0 0 0 4px rgba(17,64,74,.08)}.vcode-contact-form__field input:hover,.vcode-contact-form__field textarea:hover,.vcode-contact-form__field select:hover{border-color:rgba(17,64,74,.22)}.vcode-contact-form__field select{appearance:none}.vcode-contact-form__field textarea{min-height:148px;resize:vertical}.vcode-contact-form__actions{align-items:start;gap:12px}.vcode-contact-form__note{margin:0;color:var(--vcode-muted);font-size:.92rem;line-height:1.55}.vcode-feedback{margin:0;color:var(--vcode-accent)}.vcode-feedback--error{color:var(--vcode-muted-accent)}.vcode-gallery{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-auto-rows:220px;gap:20px}.vcode-gallery__toolbar{margin-top:24px}.vcode-gallery__item{margin:0;overflow:hidden;background:#fff;border:1px solid rgba(17,64,74,.08);box-shadow:var(--vcode-shadow-soft);transition:transform .34s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .34s cubic-bezier(0.22, 1, 0.36, 1),border-color .26s ease;position:relative;cursor:pointer}.vcode-gallery__item:hover{transform:translateY(-5px);box-shadow:0 24px 40px rgba(17,64,74,.12)}.vcode-gallery__item:hover img{transform:scale(1.035)}.vcode-gallery__item:hover figcaption{transform:translateY(0)}.vcode-gallery__item:hover::after{opacity:1}.vcode-gallery__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(17, 64, 74, 0.03), rgba(9, 26, 31, 0.6));opacity:0;transition:opacity .26s ease;pointer-events:none}.vcode-gallery__item::before{content:"Ampliar";position:absolute;top:16px;right:16px;z-index:1;min-height:32px;padding:0 12px;display:inline-flex;align-items:center;border:1px solid hsla(0,0%,100%,.32);background:rgba(8,18,24,.48);color:#fff;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease;pointer-events:none}.vcode-gallery__item--hero,.vcode-gallery__item--tall{min-height:100%}.vcode-gallery__item--hero{grid-column:span 2;grid-row:span 2}.vcode-gallery__item--wide{grid-column:span 2}.vcode-gallery__item--tall{grid-row:span 2}.vcode-gallery__item:focus-within{box-shadow:0 0 0 3px rgba(17,64,74,.14),var(--vcode-shadow-soft)}.vcode-gallery__item:focus-within::before,.vcode-gallery__item:focus-within::after{opacity:1}.vcode-gallery__item:focus-within::before{transform:translateY(0)}.vcode-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(0.22, 1, 0.36, 1)}.vcode-gallery__item figcaption{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;max-width:28ch;color:#fff;font-size:.92rem;font-weight:700;line-height:1.45;letter-spacing:-0.01em;text-shadow:0 2px 14px rgba(0,0,0,.6);transform:translateY(4px);transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.vcode-gallery__item:hover::before{opacity:1;transform:translateY(0)}.vcode-gallery__trigger{position:absolute;inset:0;z-index:2;padding:0;border:0;background:rgba(0,0,0,0);color:inherit;cursor:pointer}.vcode-gallery__trigger:focus-visible{outline:none}.vcode-gallery-modal{position:fixed;inset:0;z-index:60}.vcode-gallery-modal:not(.vcode-is-hidden) .vcode-gallery-modal__backdrop{animation:vcode-gallery-backdrop-in .32s ease forwards}.vcode-gallery-modal:not(.vcode-is-hidden) .vcode-gallery-modal__dialog{animation:vcode-gallery-dialog-in .42s cubic-bezier(0.22, 1, 0.36, 1) forwards}.vcode-gallery-modal__backdrop{position:absolute;inset:0;background:rgba(8,18,24,.82);backdrop-filter:blur(10px)}.vcode-gallery-modal__dialog{position:relative;z-index:1;width:min(1220px,100% - 48px);margin:min(4vh,28px) auto;padding:26px;background:#0d1f27;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.32)}.vcode-gallery-modal__close{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-left:auto;padding:0 16px;border:1px solid hsla(0,0%,100%,.14);background:rgba(0,0,0,0);color:#fff;cursor:pointer;transition:background-color .24s ease,border-color .24s ease,transform .24s ease}.vcode-gallery-modal__close:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.24);transform:translateY(-1px)}.vcode-gallery-modal__stage{display:grid;grid-template-columns:auto minmax(0, 1fr) auto;gap:18px;align-items:center;margin-top:12px}.vcode-gallery-modal__nav{width:52px;height:52px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.04);color:rgba(0,0,0,0);cursor:pointer;position:relative;transition:transform .24s ease,background-color .24s ease,border-color .24s ease}.vcode-gallery-modal__nav:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.26)}.vcode-gallery-modal__nav::before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-top:2px solid #fff;border-right:2px solid #fff;transform:translate(-50%, -50%) rotate(225deg)}.vcode-gallery-modal__nav--next::before{transform:translate(-50%, -50%) rotate(45deg)}.vcode-gallery-modal__figure{margin:0;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.vcode-gallery-modal__figure.is-loading img{opacity:.28;transform:scale(1.015)}.vcode-gallery-modal__figure img{display:block;width:100%;max-height:min(70vh,760px);object-fit:contain;background:#08151b;opacity:1;transform:scale(1);transition:opacity .28s ease,transform .42s cubic-bezier(0.22, 1, 0.36, 1)}.vcode-gallery-modal__caption{display:grid;gap:8px;padding:18px 18px 20px}.vcode-gallery-modal__caption strong{font-size:1.08rem;letter-spacing:-0.02em}.vcode-gallery-modal__caption p,.vcode-gallery-modal__caption span{margin:0;color:hsla(0,0%,100%,.78)}.vcode-gallery-modal__caption p{line-height:1.64}.vcode-gallery-modal__caption span{font-size:.9rem}.vcode-gallery-modal__thumbs{display:grid;grid-template-columns:repeat(8, minmax(0, 1fr));gap:10px;margin-top:18px;max-height:156px;overflow-y:auto;padding-right:4px}.vcode-gallery-modal__thumb{padding:0;border:1px solid hsla(0,0%,100%,.1);overflow:hidden;background:rgba(0,0,0,0);cursor:pointer;opacity:.7;transition:opacity .22s ease,transform .22s ease,border-color .22s ease}.vcode-gallery-modal__thumb:hover{opacity:1;transform:translateY(-2px)}.vcode-gallery-modal__thumb.is-active{opacity:1;border-color:rgba(123,224,255,.84)}.vcode-gallery-modal__thumb img{width:100%;aspect-ratio:1/1;object-fit:cover}@keyframes vcode-gallery-backdrop-in{from{opacity:0}to{opacity:1}}@keyframes vcode-gallery-dialog-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.vcode-links{min-height:100vh;display:grid;place-items:center;padding:120px 0 56px}.vcode-links__layout{width:min(620px,100%)}.vcode-links__panel{padding:38px;background:#fff;box-shadow:var(--vcode-shadow-soft)}.vcode-links__profile{display:grid;justify-items:center;text-align:center;gap:14px}.vcode-links__profile img{width:min(280px,100%);height:auto}.vcode-links__profile h1{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:.95;letter-spacing:-0.06em}.vcode-links__profile p{margin:0;max-width:38ch;color:var(--vcode-muted)}.vcode-links__eyebrow{margin:0;color:var(--vcode-accent);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.vcode-links__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.vcode-links__badges span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;background:rgba(221,231,232,.48);color:rgba(23,48,54,.88);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(17,64,74,.08);cursor:default}.vcode-links__actions{display:grid;gap:14px;margin-top:28px}.vcode-links__item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:82px;padding:18px 20px;background:#f7f7f4;border-left:3px solid var(--vcode-accent);border:1px solid rgba(17,64,74,.08);transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease,border-color .16s ease}.vcode-links__item:hover{transform:translateY(-2px);background:#edf2f2;border-color:rgba(17,64,74,.18);box-shadow:0 16px 28px rgba(17,64,74,.08)}.vcode-links__item:hover .vcode-links__arrow{transform:translateX(3px)}.vcode-links__item:hover .vcode-links__icon{background:var(--vcode-accent);color:#fff}.vcode-links__item:focus-visible{outline:none;transform:translateY(-2px);background:#edf2f2;border-color:rgba(17,64,74,.18);box-shadow:0 0 0 4px rgba(17,64,74,.1),0 16px 28px rgba(17,64,74,.08)}.vcode-links__icon{display:grid;place-items:center;width:46px;height:46px;background:#dde7e8;color:var(--vcode-accent);font-size:1.1rem;font-weight:900;transition:background-color .16s ease,color .16s ease}.vcode-links__content{display:grid;gap:2px}.vcode-links__content strong{font-size:1.02rem;letter-spacing:-0.02em}.vcode-links__content span{color:var(--vcode-muted);font-size:.95rem;line-height:1.55}.vcode-links__arrow{color:var(--vcode-accent);font-size:1.2rem;font-weight:800;transition:transform .16s ease}.vcode-links__footer{margin-top:24px;text-align:center;color:var(--vcode-muted);font-size:.94rem}.vcode-whatsapp{position:fixed;right:20px;bottom:20px;z-index:26;display:grid;place-items:center;width:60px;height:60px;min-width:60px;min-height:60px;padding:0;background:#25d366;color:#fff;font-weight:800;letter-spacing:-0.01em;box-shadow:0 3px 34px rgba(37,211,102,.28);border-radius:50%;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.vcode-whatsapp:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 22px 38px rgba(37,211,102,.34)}.vcode-whatsapp:focus-visible{outline:none;transform:translateY(-2px) scale(1.02);box-shadow:0 0 0 4px rgba(37,211,102,.18),0 22px 38px rgba(37,211,102,.34)}.vcode-whatsapp__icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:14px}.vcode-whatsapp__icon img{display:block;object-fit:contain;filter:brightness(0) invert(1);width:75px;max-width:initial;position:relative;left:-21.5px;top:-21.5px}.vcode-whatsapp__text{white-space:nowrap}@keyframes vcode-whatsapp-pulse{0%,100%{box-shadow:0 18px 34px rgba(37,211,102,.28)}50%{box-shadow:0 18px 40px rgba(37,211,102,.38)}}[data-vcode-reveal]{opacity:0;transform:translateY(18px);transition:opacity .62s ease,transform .62s cubic-bezier(0.22, 1, 0.36, 1)}[data-vcode-reveal].vcode-is-visible{opacity:1;transform:translateY(0)}#diferenciais .vcode-is-visible{align-items:center}.vcode-blueprint-shell--animate .vcode-blueprint__line--axis,.vcode-blueprint-shell--animate .vcode-blueprint__line--outer{animation:vcode-blueprint-draw 1.65s cubic-bezier(0.3, 0, 0.2, 1) forwards}.vcode-blueprint-shell--animate .vcode-blueprint__line--wall,.vcode-blueprint-shell--animate .vcode-blueprint__line--door{animation:vcode-blueprint-draw 1.2s cubic-bezier(0.3, 0, 0.2, 1) forwards;animation-delay:.34s}.vcode-blueprint-shell--animate .vcode-blueprint__line--dash,.vcode-blueprint-shell--animate .vcode-blueprint__line--measure,.vcode-blueprint-shell--animate .vcode-blueprint__text,.vcode-blueprint-shell--animate .vcode-blueprint__ref,.vcode-blueprint-shell--animate .vcode-blueprint__ref-text{animation:vcode-blueprint-fade .45s ease-out forwards;animation-delay:1.2s}.vcode-blueprint-shell--animate .vcode-blueprint__line--glow{stroke-dasharray:140 520;stroke-dashoffset:660;animation:vcode-blueprint-glow .62s ease-out forwards;animation-delay:1.42s}@keyframes vcode-blueprint-draw{0%,3%{stroke-dashoffset:var(--vcode-path-length, 0);opacity:0}12%{opacity:1}100%{stroke-dashoffset:0;opacity:1}}.vcode-services-grid>[data-vcode-reveal]:nth-child(2),.vcode-process>[data-vcode-reveal]:nth-child(2),.vcode-diff-grid>[data-vcode-reveal]:nth-child(2),.vcode-audience-grid>[data-vcode-reveal]:nth-child(2),.vcode-gallery>[data-vcode-reveal]:nth-child(2),.vcode-values-grid>[data-vcode-reveal]:nth-child(2),.vcode-partners>[data-vcode-reveal]:nth-child(2),.vcode-trust-grid>[data-vcode-reveal]:nth-child(2),.vcode-faq>[data-vcode-reveal]:nth-child(2),.vcode-contact-points>[data-vcode-reveal]:nth-child(2){transition-delay:.06s}.vcode-services-grid>[data-vcode-reveal]:nth-child(3),.vcode-process>[data-vcode-reveal]:nth-child(3),.vcode-diff-grid>[data-vcode-reveal]:nth-child(3),.vcode-audience-grid>[data-vcode-reveal]:nth-child(3),.vcode-gallery>[data-vcode-reveal]:nth-child(3),.vcode-values-grid>[data-vcode-reveal]:nth-child(3),.vcode-trust-grid>[data-vcode-reveal]:nth-child(3),.vcode-faq>[data-vcode-reveal]:nth-child(3),.vcode-contact-points>[data-vcode-reveal]:nth-child(3){transition-delay:.12s}.vcode-services-grid>[data-vcode-reveal]:nth-child(4),.vcode-process>[data-vcode-reveal]:nth-child(4),.vcode-diff-grid>[data-vcode-reveal]:nth-child(4),.vcode-audience-grid>[data-vcode-reveal]:nth-child(4),.vcode-gallery>[data-vcode-reveal]:nth-child(4),.vcode-faq>[data-vcode-reveal]:nth-child(4){transition-delay:.18s}.vcode-services-grid>[data-vcode-reveal]:nth-child(5),.vcode-diff-grid>[data-vcode-reveal]:nth-child(5),.vcode-audience-grid>[data-vcode-reveal]:nth-child(5),.vcode-gallery>[data-vcode-reveal]:nth-child(5),.vcode-faq>[data-vcode-reveal]:nth-child(5){transition-delay:.24s}.vcode-services-grid>[data-vcode-reveal]:nth-child(6),.vcode-gallery>[data-vcode-reveal]:nth-child(6),.vcode-faq>[data-vcode-reveal]:nth-child(6){transition-delay:.3s}.vcode-services-grid>[data-vcode-reveal]:nth-child(7),.vcode-gallery>[data-vcode-reveal]:nth-child(7),.vcode-faq>[data-vcode-reveal]:nth-child(7){transition-delay:.36s}@keyframes vcode-blueprint-fade{0%,20%{opacity:0}100%{opacity:1}}@keyframes vcode-blueprint-glow{0%,8%{opacity:0;stroke-dashoffset:660}55%{opacity:.9;stroke-dashoffset:260}100%{opacity:0;stroke-dashoffset:0}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}[data-vcode-reveal]{opacity:1;transform:none}.vcode-blueprint__text,.vcode-blueprint__ref-text{opacity:1 !important}.vcode-blueprint__line:not(.vcode-blueprint__line--glow),.vcode-blueprint__ref{stroke-dasharray:none !important;stroke-dashoffset:0 !important}}@media(max-width: 1024px){.vcode-services-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.vcode-process,.vcode-diff-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.vcode-audience-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.vcode-client-proof__featured{grid-template-columns:repeat(3, minmax(0, 1fr))}.vcode-gallery{grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:220px}.vcode-gallery__item--hero,.vcode-gallery__item--wide,.vcode-gallery__item--tall{grid-column:auto;grid-row:auto}.vcode-footer__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.vcode-gallery-modal__thumbs{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media(max-width: 900px){.vcode-header__inner{width:min(100% - 28px,1200px);min-height:78px}.vcode-header__cta{display:none}.vcode-nav{position:fixed;top:78px;right:0;width:min(360px,100%);bottom:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:20px 24px 28px;background:#fff;box-shadow:-16px 0 36px rgba(17,64,74,.08);overflow-y:auto}.vcode-nav.vcode-nav--open{display:flex}.vcode-nav a{padding:18px 0;font-size:1.08rem;border-bottom:1px solid rgba(17,64,74,.08)}.vcode-nav__cta{display:inline-flex;justify-content:center;margin-top:18px;padding:16px 18px;background:var(--vcode-accent);color:#fff;border-bottom:0}.vcode-menu{display:inline-flex}.vcode-hero__inner,.vcode-about-layout,.vcode-drywall,.vcode-contact-layout,.vcode-partners,.vcode-band__grid,.vcode-values-grid,.vcode-trust-grid{grid-template-columns:1fr}.vcode-hero{min-height:auto;padding-top:116px;padding-bottom:40px}.vcode-hero::before{background:linear-gradient(90deg, rgba(245, 244, 240, 0.98) 0%, rgba(245, 244, 240, 0.96) 34%, rgba(245, 244, 240, 0.82) 58%, rgba(245, 244, 240, 0.54) 82%, rgba(245, 244, 240, 0.22) 100%)}.vcode-hero__media-image{filter:blur(4px) brightness(0.96) saturate(0.88);transform:scale(1.12)}.vcode-hero__inner{display:block}.vcode-blueprint-section{padding-bottom:28px}.vcode-blueprint-section__inner{grid-template-columns:1fr;gap:18px}.vcode-blueprint-section__meta{justify-self:stretch;max-width:none}.vcode-floating-motion--servicos{width:420px;right:-80px;top:-30px}.vcode-floating-motion--clientes{width:320px;right:-60px;top:-22px}.vcode-floating-motion--obras{width:320px;right:-60px;top:-22px}.vcode-hero__trust{grid-template-columns:1fr}.vcode-blueprint-shell{min-height:420px;padding:18px 0 12px}.vcode-process{grid-template-columns:1fr}.vcode-process::before{left:36px;right:auto;top:40px;bottom:40px;width:1px;height:auto}.vcode-diff-grid,.vcode-audience-grid{grid-template-columns:1fr 1fr}.vcode-client-proof__featured{grid-template-columns:repeat(2, minmax(0, 1fr))}.vcode-band__grid span{border-right:0;border-bottom:1px solid hsla(0,0%,100%,.16);min-height:64px}.vcode-band__grid span:last-child{border-bottom:0}.vcode-gallery-modal__dialog{width:min(100% - 28px,1200px);padding:20px}.vcode-gallery-modal__stage{grid-template-columns:1fr}.vcode-gallery-modal__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.vcode-gallery-modal__nav--prev{left:12px}.vcode-gallery-modal__nav--next{right:12px}.vcode-gallery-modal__thumbs{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(max-width: 560px){.vcode-container{width:min(100% - 28px,1200px)}.vcode-section{padding:64px 0}.vcode-logo--image{max-width:180px}.vcode-hero h1{font-size:clamp(2.2rem,13vw,3.5rem)}.vcode-blueprint-section{padding-bottom:20px}.vcode-floating-motion--servicos{width:260px;right:-70px;top:-30px;transform:translateX(110px) translateY(26px) rotate(8deg) scale(0.94)}.vcode-floating-motion--clientes{width:210px;right:-48px;top:-14px;transform:translateX(84px) translateY(20px) rotate(7deg) scale(0.94)}.vcode-hero__actions,.vcode-diff-grid,.vcode-services-grid,.vcode-audience-grid,.vcode-client-proof__featured,.vcode-gallery,.vcode-footer__grid,.vcode-contact-form{grid-template-columns:1fr}.vcode-hero__actions{display:flex;flex-direction:column}.vcode-blueprint-shell{min-height:340px;padding:12px 0 8px}.vcode-blueprint__detail--desktop{display:none}.vcode-blueprint__text{font-size:12px}.vcode-blueprint__ref-text{font-size:10px}.vcode-gallery{grid-auto-rows:200px}.vcode-gallery-modal__dialog{width:min(100% - 20px,1200px);margin:10px auto;padding:14px}.vcode-gallery-modal__figure img{max-height:52vh}.vcode-gallery-modal__caption{padding:14px}.vcode-gallery-modal__thumbs{grid-template-columns:repeat(4, minmax(0, 1fr));gap:8px;max-height:132px}.vcode-partner{grid-template-columns:1fr}.vcode-partner__placeholder{min-height:320px}.vcode-partner__photo{min-height:320px;object-position:center 14%}.vcode-partner__photo--maicon{object-position:center 10%}.vcode-partner__content{padding:0 24px 24px}.vcode-final-cta,.vcode-contact-layout__form,.vcode-links__panel{padding:24px 20px}.vcode-whatsapp__text{display:none}.vcode-footer__bottom{padding-bottom:80px}}@media screen and (max-width: 768px){.vcode-floating-motion--obras{width:210px;right:-48px;top:-115px;transform:translateX(84px) translateY(20px) rotate(6deg) scale(0.94)}}
