:root{--black:#0a0a0a;--dark:#111;--dark-card:#181818;--dark-border:#2a2a2a;--grey-800:#333;--grey-600:#666;--grey-400:#999;--grey-200:#ccc;--white:#f5f5f5;--pure-white:#fff;--accent:#c8102e;--accent-dark:#9a0d23;--accent-glow:#c8102e4d;--gold:#d4a853;--gold-glow:#d4a85333;--font-display:"Outfit", sans-serif;--font-body:"Space Grotesk", sans-serif;--font-mono:"JetBrains Mono", monospace;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out-back:cubic-bezier(.68, -.6, .32, 1.6)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;overflow-x:hidden}#root{width:100%;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-body);background:var(--black);color:var(--grey-200);max-width:100vw;line-height:1.6;overflow-x:hidden}section,footer,main{max-width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--white);font-weight:800;line-height:1.1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--accent);color:var(--pure-white)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--grey-800);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #c8102e33}50%{box-shadow:0 0 40px #c8102e80}}@keyframes lineGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes inkDrip{0%{clip-path:inset(100% 0 0)}to{clip-path:inset(0)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);transition:all .4s var(--ease-out-expo);background:#0a0a0ad9;border-bottom:1px solid #0000;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.navbar--scrolled{border-bottom-color:var(--dark-border);background:#0a0a0af2;padding:.6rem 2rem}.navbar__inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.navbar__logo{align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.navbar__logo-img{width:auto;height:40px;transition:opacity .3s}.navbar__logo:hover .navbar__logo-img{opacity:.8}.navbar__links{gap:2rem;list-style:none;display:flex}.navbar__link{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--grey-400);font-size:.75rem;text-decoration:none;transition:color .3s;position:relative}.navbar__link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--white)}.navbar__link:hover:after{width:100%}.navbar__actions{align-items:center;gap:1rem;display:flex}.navbar__ig{color:var(--grey-400);transition:color .3s;display:inline-flex}.navbar__ig:hover{color:var(--accent)}.navbar__cta{background:var(--accent);color:var(--pure-white);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);border:none;align-items:center;gap:8px;padding:.6rem 1.4rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex}.navbar__cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.navbar__hamburger{color:var(--white);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.navbar__mobile{background:var(--black);z-index:999;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;padding:2rem 3rem;display:flex;position:fixed;inset:0}.navbar__mobile-link{font-family:var(--font-display);color:var(--grey-400);align-items:baseline;gap:1rem;font-size:clamp(1.8rem,5vw,3rem);font-weight:800;text-decoration:none;transition:color .3s;display:flex}.navbar__mobile-link:hover{color:var(--white)}.navbar__mobile-index{font-family:var(--font-mono);color:var(--accent);font-size:.75rem;font-weight:400}.navbar__mobile-cta{background:var(--accent);color:var(--pure-white);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%);align-items:center;gap:8px;margin-top:2rem;padding:1rem 2rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}@media (width<=900px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:block}}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:-10%}.hero__bg img{object-fit:cover;filter:brightness(.3)contrast(1.1)saturate(.8);width:100%;height:100%}.hero__overlay{background:radial-gradient(at 30%,#c8102e26 0%,#0000 60%),linear-gradient(#0a0a0a66 0%,#0a0a0a33 50%,#0a0a0ae6 100%);position:absolute;inset:0}.hero__grain{z-index:1;opacity:.06;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;padding:2rem;display:flex;position:relative}.hero__badge{font-family:var(--font-mono);letter-spacing:.05em;color:var(--grey-200);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.75rem;padding:.5rem 1.2rem;font-size:.7rem;display:inline-flex}.hero__rating{color:var(--gold);gap:2px;display:flex}.hero__title-wrapper{position:relative}.hero__title{letter-spacing:-.04em;margin:0;font-size:clamp(3.5rem,10vw,8rem);font-weight:900;line-height:.95}.hero__title-line{transition:transform .1s ease-out;display:block}.hero__title-line--1{color:var(--white);opacity:.9}.hero__title-line--2{color:var(--grey-400);font-style:italic;font-weight:300}.hero__title-line--accent{color:var(--accent);text-shadow:0 0 80px var(--accent-glow);-webkit-text-stroke:0px}.hero__subtitle{color:var(--grey-400);max-width:500px;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.7}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.hero__cta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;transition:all .3s var(--ease-out-expo);flex-shrink:0;align-items:center;gap:10px;padding:1rem 2rem;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.hero__cta svg{flex-shrink:0}.hero__cta--primary{background:var(--accent);color:var(--pure-white);clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%)}.hero__cta--primary:hover{background:var(--pure-white);color:var(--black);transform:translateY(-2px)}.hero__cta--secondary{color:var(--white);border:1px solid var(--grey-800);background:0 0}.hero__cta--secondary:hover{border-color:var(--white);transform:translateY(-2px)}.hero__scroll-hint{flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2rem}.hero__scroll-line{background:linear-gradient(to bottom, var(--accent), transparent);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}.hero__scroll-hint span{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--grey-600);font-size:.6rem}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}@media (width<=768px){.hero__content{padding:6rem 1.5rem 4rem}.hero__ctas{flex-direction:column;width:100%}.hero__cta{justify-content:center;width:100%}.hero__scroll-hint{display:none}}.portfolio{background:var(--dark);padding:8rem 2rem;position:relative}.portfolio:before{content:"";background:linear-gradient(to bottom, var(--accent), transparent);width:1px;height:80px;position:absolute;top:0;left:50%;transform:translate(-50%)}.portfolio__header{text-align:center;max-width:700px;margin:0 auto 3rem}.portfolio__label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:block}.portfolio__title{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.portfolio__title--accent{color:var(--accent);font-style:italic}.portfolio__desc{color:var(--grey-400);font-size:1rem;line-height:1.7}.portfolio__filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.portfolio__filter{border:1px solid var(--dark-border);color:var(--grey-400);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;padding:.5rem 1.2rem;font-size:.7rem;transition:all .3s}.portfolio__filter--active,.portfolio__filter:hover{background:var(--accent);border-color:var(--accent);color:var(--pure-white)}.portfolio__grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin:0 auto 3rem;display:grid}.portfolio__item{cursor:pointer;aspect-ratio:3/4;position:relative;overflow:hidden}.portfolio__img-wrap{width:100%;height:100%;position:relative;overflow:hidden}.portfolio__img-wrap img{object-fit:cover;filter:grayscale(.4)brightness(.85);width:100%;height:100%;transition:all .6s var(--ease-out-expo)}.portfolio__item:hover .portfolio__img-wrap img{filter:grayscale(0)brightness();transform:scale(1.08)}.portfolio__item-overlay{opacity:0;transition:all .4s var(--ease-out-expo);background:linear-gradient(#0000 40%,#0a0a0ae6 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0;transform:translateY(10px)}.portfolio__item:hover .portfolio__item-overlay{opacity:1;transform:translateY(0)}.portfolio__item-style{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.3rem;font-size:.65rem}.portfolio__item-title{font-family:var(--font-display);color:var(--white);font-size:1.1rem;font-weight:700}.portfolio__see-more{color:var(--grey-400);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:.8rem;font-size:.8rem;text-decoration:none;transition:color .3s;display:flex}.portfolio__see-more:hover{color:var(--accent)}.portfolio__lightbox{z-index:2000;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.portfolio__lightbox img{object-fit:contain;cursor:default;max-width:90vw;max-height:85vh}.portfolio__lightbox-close{color:var(--white);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .3s;position:absolute;top:2rem;right:2rem}.portfolio__lightbox-close:hover{color:var(--accent)}.portfolio__lightbox-info{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--grey-400);gap:1.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width<=900px){.portfolio__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.portfolio{padding:5rem 1rem}.portfolio__grid{grid-template-columns:1fr;gap:.75rem}.portfolio__item{aspect-ratio:4/5}}.sobre{background:var(--black);max-width:100vw;padding:8rem 2rem;position:relative;overflow:hidden}.sobre__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid;overflow:hidden}.sobre__image-col{position:relative;overflow:hidden}.sobre__image-frame{aspect-ratio:3/4;clip-path:polygon(0 4%,96% 0,100% 96%,4% 100%);position:relative;overflow:hidden}.sobre__image-frame img{object-fit:cover;object-position:top;width:100%;height:120%}.sobre__image-accent{background:linear-gradient(to top, var(--accent) 0%, transparent 100%);opacity:.15;mix-blend-mode:multiply;height:40%;position:absolute;bottom:0;left:0;right:0}.sobre__image-tag{background:var(--accent);color:var(--pure-white);font-family:var(--font-mono);letter-spacing:.1em;z-index:2;padding:.5rem 1.2rem;font-size:.7rem;position:absolute;bottom:-1rem;right:0}.sobre__label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:block}.sobre__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.sobre__title--thin{color:var(--grey-400);font-style:italic;font-weight:300}.sobre__divider{background:linear-gradient(to right, var(--accent), transparent);width:60px;height:2px;margin-bottom:1.5rem}.sobre__text{color:var(--grey-400);margin-bottom:1rem;font-size:1rem;line-height:1.8}.sobre__text--accent{color:var(--gold);font-size:1.05rem;font-weight:500}.sobre__stats{border-top:1px solid var(--dark-border);grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;display:grid}.sobre__stat{flex-direction:column;gap:.3rem;display:flex}.sobre__stat-icon{color:var(--accent);margin-bottom:.3rem}.sobre__stat-value{font-family:var(--font-display);color:var(--white);font-size:1.8rem;font-weight:800}.sobre__stat-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--grey-600);font-size:.65rem}@media (width<=900px){.sobre{padding:5rem 1.5rem}.sobre__inner{box-sizing:border-box;grid-template-columns:1fr;gap:3rem;width:100%;max-width:100%;overflow:hidden}.sobre__image-col{max-width:100%;overflow:hidden}.sobre__text-col{box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.sobre__image-frame{max-width:400px;margin:0 auto}.sobre__image-tag{right:0}}@media (width<=600px){.sobre{padding:5rem 1rem;overflow:hidden}.sobre__inner{gap:2rem;max-width:100%;overflow:hidden}.sobre__text-col{word-wrap:break-word;max-width:100%;overflow:hidden}.sobre__image-tag{bottom:0;right:0}.sobre__stats{grid-template-columns:1fr 1fr;gap:1rem}}.servicos{background:var(--dark);text-align:center;padding:8rem 2rem;position:relative}.servicos__label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:block}.servicos__title{margin-bottom:4rem;font-size:clamp(2.5rem,5vw,4rem)}.servicos__title--accent{color:var(--accent);font-style:italic}.servicos__grid{perspective:1000px;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.servicos__card{background:var(--dark-card);border:1px solid var(--dark-border);text-align:left;cursor:default;transform-style:preserve-3d;padding:2.5rem 2rem;position:relative;overflow:hidden}.servicos__card:before{content:"";background:var(--card-accent);transform-origin:0;height:3px;transition:transform .4s var(--ease-out-expo);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.servicos__card:hover:before{transform:scaleX(1)}.servicos__card:after{content:"";background:radial-gradient(circle at 50% 0%, var(--card-accent), transparent 70%);opacity:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.servicos__card:hover:after{opacity:.05}.servicos__card-icon{width:50px;height:50px;color:var(--card-accent);clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);background:#c8102e1a;border:1px solid #c8102e33;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.servicos__card-title{color:var(--white);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.servicos__card-desc{color:var(--grey-400);font-size:.9rem;line-height:1.6}.servicos__card-line{background:var(--card-accent);opacity:.5;width:30px;height:1px;transition:width .4s var(--ease-out-expo);margin-top:1.5rem}.servicos__card:hover .servicos__card-line{width:60px}.servicos__note{font-family:var(--font-mono);color:var(--grey-600);margin-top:3rem;font-size:.8rem}.servicos__note a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.servicos__note a:hover{color:var(--white)}@media (width<=900px){.servicos__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.servicos{padding:5rem 1.5rem}.servicos__grid{grid-template-columns:1fr}}.processo{background:var(--black);padding:8rem 2rem;position:relative;overflow:hidden}.processo:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);opacity:.15;pointer-events:none;width:400px;height:400px;position:absolute;top:0;right:20%}.processo__inner{max-width:900px;margin:0 auto}.processo__header{text-align:center;margin-bottom:5rem}.processo__label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:block}.processo__title{font-size:clamp(2.5rem,5vw,4rem)}.processo__title--accent{color:var(--accent);font-style:italic}.processo__timeline{flex-direction:column;gap:0;display:flex;position:relative}.processo__step{gap:2rem;padding-bottom:3rem;display:flex}.processo__step:last-child{padding-bottom:0}.processo__step-marker{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.processo__step-dot{background:var(--dark-card);border:2px solid var(--accent);width:48px;height:48px;color:var(--accent);z-index:2;box-shadow:0 0 20px var(--accent-glow);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.processo__step-line{background:linear-gradient(to bottom, var(--accent), var(--dark-border));flex:1;width:2px;margin-top:.5rem}.processo__step-content{padding-top:.5rem}.processo__step-number{font-family:var(--font-mono);letter-spacing:.2em;color:var(--accent);margin-bottom:.5rem;font-size:.65rem;display:block}.processo__step-title{color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.processo__step-desc{color:var(--grey-400);max-width:500px;font-size:.95rem;line-height:1.7}@media (width<=600px){.processo{padding:5rem 1.5rem}.processo__step{gap:1.25rem}.processo__step-dot{width:40px;height:40px}}.vs-numeros{background:var(--black);padding:100px 0;position:relative;overflow:hidden}.vs-numeros__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.vs-numeros__orb{filter:blur(120px);opacity:.1;border-radius:50%;position:absolute}.vs-numeros__orb--1{background:var(--accent);width:500px;height:500px;top:-220px;right:-120px}.vs-numeros__orb--2{background:var(--gold);width:400px;height:400px;bottom:-180px;left:-100px}.vs-numeros__container{z-index:1;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.vs-numeros__header{text-align:center;margin-bottom:60px}.vs-numeros__tag{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:inline-block}.vs-numeros__title{font-family:var(--font-display);color:var(--white);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.vs-numeros__title span{color:var(--accent);font-style:italic}.vs-numeros__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.vs-numeros__card{text-align:center;background:var(--dark-card);border:1px solid var(--dark-border);cursor:default;transition:border-color .3s var(--ease-out-expo);flex-direction:column;align-items:center;padding:40px 20px 36px;display:flex;position:relative;overflow:hidden}.vs-numeros__card:hover{border-color:var(--accent)}.vs-numeros__card-glow{filter:blur(50px);opacity:0;pointer-events:none;border-radius:50%;width:120px;height:120px;transition:opacity .4s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.vs-numeros__card:hover .vs-numeros__card-glow{opacity:.3}.vs-numeros__card--red .vs-numeros__card-glow{background:var(--accent)}.vs-numeros__card--gold .vs-numeros__card-glow{background:var(--gold)}.vs-numeros__icon{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;display:flex;position:relative}.vs-numeros__card--red .vs-numeros__icon{background:var(--accent-glow);color:var(--accent)}.vs-numeros__card--gold .vs-numeros__icon{background:var(--gold-glow);color:var(--gold)}.vs-numeros__value{font-family:var(--font-display);color:var(--white);z-index:1;margin-bottom:8px;font-size:3rem;font-weight:800;line-height:1;position:relative}.vs-numeros__suffix{margin-left:2px;font-size:2rem}.vs-numeros__card--red .vs-numeros__suffix{color:var(--accent)}.vs-numeros__card--gold .vs-numeros__suffix{color:var(--gold)}.vs-numeros__label{font-family:var(--font-body);color:var(--grey-400);letter-spacing:.02em;z-index:1;font-size:.9rem;font-weight:600;position:relative}@media (width<=900px){.vs-numeros__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=480px){.vs-numeros{padding:70px 0}.vs-numeros__grid{grid-template-columns:repeat(2,1fr);gap:14px}.vs-numeros__card{padding:28px 14px 24px}.vs-numeros__value{font-size:2.2rem}.vs-numeros__suffix{font-size:1.5rem}.vs-numeros__icon{width:48px;height:48px;margin-bottom:14px}}.vs-destaque{background:var(--dark);align-items:center;min-height:65vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.vs-destaque__bg{pointer-events:none;position:absolute;inset:0}.vs-destaque__gradient{background:radial-gradient(ellipse 60% 50% at 20% 50%, var(--accent-glow) 0%, transparent 70%), radial-gradient(ellipse 50% 60% at 80% 50%, var(--gold-glow) 0%, transparent 70%);position:absolute;inset:0}.vs-destaque__container{z-index:1;text-align:center;max-width:860px;margin:0 auto;padding:0 2rem;position:relative}.vs-destaque__quote-open,.vs-destaque__quote-close{font-family:var(--font-display);color:var(--accent);opacity:.3;-webkit-user-select:none;user-select:none;font-size:clamp(4rem,10vw,8rem);font-weight:800;line-height:.6}.vs-destaque__quote-open{text-align:left;margin-bottom:20px}.vs-destaque__quote-close{text-align:right;margin-top:10px}.vs-destaque__text{flex-wrap:wrap;justify-content:center;gap:6px 8px;max-width:760px;margin:0 auto;display:flex}.vs-destaque__word{font-family:var(--font-display);color:var(--white);font-size:clamp(1.3rem,3vw,2rem);font-weight:600;line-height:1.5;display:inline-block}.vs-destaque__author{flex-direction:column;align-items:center;gap:12px;margin-top:48px;display:flex}.vs-destaque__stars{color:var(--gold);gap:4px;display:flex}.vs-destaque__avatar{background:linear-gradient(135deg, var(--accent), var(--gold));width:52px;height:52px;font-family:var(--font-display);color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.vs-destaque__info{flex-direction:column;gap:2px;display:flex}.vs-destaque__name{font-family:var(--font-body);color:var(--white);font-size:1rem;font-weight:700}.vs-destaque__role{font-family:var(--font-body);color:var(--grey-600);font-size:.85rem}@media (width<=640px){.vs-destaque{min-height:55vh;padding:80px 0}.vs-destaque__container{padding:0 1.25rem}.vs-destaque__text{gap:4px 6px}.vs-destaque__author{margin-top:36px}}.reviews{background:var(--dark);padding:8rem 2rem;position:relative;overflow:hidden}.reviews__header{text-align:center;max-width:700px;margin:0 auto 4rem}.reviews__label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:block}.reviews__title{margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem)}.reviews__title--accent{color:var(--accent);font-style:italic}.reviews__badge{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:100px;align-items:center;gap:1rem;padding:1rem 2rem;display:inline-flex}.reviews__badge svg:first-child{color:#4285f4}.reviews__badge-score{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:800;line-height:1;display:block}.reviews__badge-count{font-family:var(--font-mono);color:var(--grey-400);letter-spacing:.05em;font-size:.65rem}.reviews__badge-stars{color:var(--gold);gap:2px;display:flex}.reviews__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.reviews__card{background:var(--dark-card);border:1px solid var(--dark-border);transition:all .3s var(--ease-out-expo);flex-direction:column;gap:1rem;padding:2rem;display:flex;overflow:hidden}.reviews__card-stars{color:var(--gold);gap:3px;display:flex}.reviews__card-text{color:var(--grey-200);overflow-wrap:break-word;word-wrap:break-word;flex:1;font-size:.9rem;font-style:italic;line-height:1.7}.reviews__card-author{border-top:1px solid var(--dark-border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.reviews__card-avatar{background:var(--accent);width:36px;min-width:36px;height:36px;color:var(--pure-white);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.reviews__card-name{color:var(--white);font-size:.85rem;font-weight:600;display:block}.reviews__card-date{font-family:var(--font-mono);color:var(--grey-600);font-size:.65rem;display:block}@media (width<=900px){.reviews__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.reviews{padding:5rem 1rem}.reviews__grid{grid-template-columns:1fr;gap:1rem}.reviews__card{padding:1.5rem}}.contato{background:var(--black);padding:8rem 2rem;position:relative}.contato__inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.contato__label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;display:block}.contato__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem)}.contato__title--accent{color:var(--accent);font-style:italic}.contato__desc{color:var(--grey-400);margin-bottom:2rem;font-size:1rem;line-height:1.7}.contato__ctas{flex-direction:column;gap:1rem;display:flex}.contato__cta{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;transition:all .3s var(--ease-out-expo);align-items:center;gap:12px;padding:1rem 2rem;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.contato__cta svg{flex-shrink:0}.contato__cta--whatsapp{color:var(--pure-white);clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%);background:#25d366}.contato__cta--whatsapp:hover{background:#20bd5a;transform:translateY(-2px)}.contato__cta--instagram{color:var(--white);border:1px solid var(--grey-800);background:0 0}.contato__cta--instagram:hover{color:#e1306c;border-color:#e1306c;transform:translateY(-2px)}.contato__info-card{background:var(--dark-card);border:1px solid var(--dark-border);flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:flex}.contato__info-item{align-items:flex-start;gap:1rem;display:flex}.contato__info-item svg{color:var(--accent);flex-shrink:0;margin-top:2px}.contato__info-label{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--grey-600);margin-bottom:.25rem;font-size:.6rem;display:block}.contato__info-value{color:var(--white);font-size:.95rem;text-decoration:none;display:block}.contato__info-value:hover{color:var(--accent)}.contato__map{border:1px solid var(--dark-border);overflow:hidden}@media (width<=900px){.contato__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=500px){.contato{padding:5rem 1.5rem}}.footer{background:var(--dark);border-top:1px solid var(--dark-border);padding:4rem 2rem 0}.footer__inner{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:3rem;display:grid}.footer__logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer__logo-img{width:auto;height:36px}.footer__tagline{color:var(--grey-600);max-width:300px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.footer__socials{gap:1rem;display:flex}.footer__socials a{color:var(--grey-400);transition:color .3s;display:inline-flex}.footer__socials a:hover{color:var(--accent)}.footer__nav-title{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--grey-600);margin-bottom:1.5rem;font-size:.65rem}.footer__nav{flex-direction:column;gap:.75rem;display:flex}.footer__nav a{color:var(--grey-400);font-size:.85rem;text-decoration:none;transition:color .3s}.footer__nav a:hover{color:var(--accent)}.footer__contact{flex-direction:column;gap:1rem;display:flex}.footer__contact-item{color:var(--grey-400);align-items:flex-start;gap:.5rem;font-size:.85rem;display:flex}.footer__contact-item svg{color:var(--accent);flex-shrink:0;margin-top:3px}.footer__contact-item a{color:var(--grey-400);text-decoration:none;transition:color .3s}.footer__contact-item a:hover{color:var(--accent)}.footer__bottom{border-top:1px solid var(--dark-border);max-width:1100px;font-family:var(--font-mono);color:var(--grey-600);letter-spacing:.05em;justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 0;font-size:.65rem;display:flex}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.whatsapp-float{z-index:900;width:56px;height:56px;color:var(--pure-white);cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.whatsapp-float__pulse{border:2px solid #25d366;border-radius:50%;animation:2s ease-in-out infinite waPulse;position:absolute;inset:-4px}@keyframes waPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}
