*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-body: #0d0d0d;--surface-deep: rgb(13, 13, 13);--surface-mid: rgb(21, 21, 21);--surface-card: rgb(25, 25, 25);--surface-elevated: rgb(30, 30, 30);--text-primary: #FEFFFE;--text-secondary: rgb(204, 204, 204);--text-muted: rgb(153, 153, 153);--text-body: rgb(51, 51, 51);--accent-overlay: rgba(255, 255, 255, .3);--gold-tint: rgba(113, 85, 12, .282);--overlay-dark: rgba(0, 0, 0, .4);--overlay-light: rgba(0, 0, 0, .18);--max-width: 1120px;--max-width-text: 736px;--max-width-hero: 1400px;--font: "Atkinson Hyperlegible", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-body);color:var(--text-primary);line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#0d0d0d;display:flex;align-items:center;justify-content:center}.preloader-text{font-size:clamp(32px,8vw,80px);font-weight:700;letter-spacing:-.03em;color:#fff;overflow:hidden;font-family:var(--font)}.preloader-text span{display:inline-block}.scramble-char{display:inline-block;min-width:.5ch;font-variant-numeric:tabular-nums}.grain-overlay{position:fixed;top:-50%;left:-50%;width:200%;height:200%;z-index:9998;pointer-events:none;opacity:.035;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");background-repeat:repeat}.btn-primary{display:inline-block;background:#fff;color:#0d0d0d;border-radius:100px;font-family:var(--font);font-weight:700;font-size:17px;padding:14px 28px;border:none;cursor:pointer;transition:opacity .2s;position:relative}.btn-primary:hover{opacity:.85}.btn-outline{display:inline-block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:100px;font-family:var(--font);font-weight:700;font-size:17px;padding:14px 28px;cursor:pointer;transition:border-color .2s;position:relative}.btn-outline:hover{border-color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d0d0dd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-progress{position:absolute;top:0;left:0;width:100%;height:2px;background:#fff;transform-origin:left;transform:scaleX(0)}.navbar-inner{max-width:var(--max-width-hero);margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.navbar-logo svg{display:block}.navbar-links{display:flex;align-items:center;gap:24px}.navbar-link{font-size:14px;font-weight:400;color:var(--text-secondary);transition:color .2s}.navbar-link:hover{color:var(--text-primary)}.navbar-burger{display:none;background:none;border:none;cursor:pointer}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 60px;max-width:var(--max-width-hero);margin:0 auto}.hero-content{will-change:transform}.hero-title{font-size:clamp(48px,9vw,100px);font-weight:700;line-height:1.05;letter-spacing:-.04em;margin-bottom:40px;color:var(--text-primary)}.hero-line-wrap{display:block;overflow:hidden}.hero-line,.hero-em{display:inline-block}.hero-title em{font-style:normal;opacity:.5}.hero-scramble{display:inline-block}.logo-ticker{overflow:hidden;padding:40px 0}.ticker-track{display:flex;gap:60px;align-items:center;width:max-content;will-change:transform}.ticker-logo{height:84px;width:auto;opacity:.5;filter:brightness(0) invert(1);flex-shrink:0}.section-title{font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:48px;color:var(--text-primary)}.section-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:6px 16px;margin-bottom:20px}.section-badge span{font-size:13px;font-weight:500;color:var(--text-secondary);letter-spacing:.02em}.text-muted{opacity:.5}.text-white{color:var(--text-primary)}.quote-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:linear-gradient(180deg,var(--bg-body) 0%,#111 50%,var(--bg-body) 100%);overflow:hidden}.quote-words{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 16px;max-width:1000px;perspective:800px}.quote-word{font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.3;letter-spacing:-.03em;color:var(--text-muted);display:inline-block;will-change:transform,opacity;transform-origin:center bottom}.quote-word.highlight{color:var(--text-primary)}.portfolio-horizontal{overflow:hidden;width:100%}.portfolio-title{max-width:var(--max-width);margin:0 auto 48px;padding:100px 24px 0}.portfolio-track{display:flex;gap:24px;padding:0 24px;will-change:transform}.portfolio-track .project-card{flex-shrink:0;width:calc(33.333vw - 24px);border-radius:16px;overflow:hidden;background:var(--surface-mid);transition:transform .3s ease;cursor:pointer}.portfolio-track .project-card:hover{transform:scale(1.02)}.portfolio-track .project-card-img{aspect-ratio:4/3;overflow:hidden}.portfolio-track .project-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.portfolio-track .project-card:hover .project-card-img img{transform:scale(1.08)}.sobre{max-width:var(--max-width);margin:0 auto;padding:100px 24px}.sobre-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}.sobre-img{border-radius:20px;overflow:visible}.sobre-img-frame{position:relative;border-radius:24px;overflow:hidden;background:var(--surface-card);padding:12px;box-shadow:0 4px 24px #0000004d,0 0 0 1px #ffffff0f}.sobre-img-frame:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:25px;padding:1px;background:linear-gradient(160deg,#ffffff26,#ffffff05,#ffffff14);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.sobre-img-frame img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px;will-change:clip-path}.sobre-text p{font-size:17px;color:var(--text-secondary);margin-bottom:16px;max-width:var(--max-width-text);line-height:1.7}.sobre-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:40px 0 32px}.stat{display:flex;flex-direction:column}.stat-num{font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.03em;color:var(--text-primary);line-height:1}.stat-label{font-size:14px;color:var(--text-muted);margin-top:8px;line-height:1.4}.services-section{padding:80px 0 40px}.services-header{text-align:center;margin-bottom:60px}.services-header h2{font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--text-primary)}.services-ticker{overflow:hidden;padding:32px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.services-ticker.reverse{margin-top:-1px}.services-track{display:flex;gap:0;align-items:center;width:max-content;will-change:transform}.service-item{display:inline-flex;align-items:center;gap:16px;font-size:clamp(28px,4vw,48px);font-weight:700;color:var(--text-primary);white-space:nowrap;padding:0 20px;opacity:.9}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:clamp(44px,5vw,60px);height:clamp(44px,5vw,60px);border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.service-icon svg{width:22px;height:22px}.processo{max-width:var(--max-width);margin:0 auto;padding:100px 24px;text-align:center;perspective:1000px}.processo .section-badge{margin-bottom:20px}.processo .section-title{text-align:center}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.process-card{border-radius:20px;background:var(--surface-card);padding:24px;display:flex;flex-direction:column;gap:16px;will-change:transform,opacity}.process-card-header{display:flex;align-items:center;justify-content:space-between}.process-num{font-size:14px;color:var(--text-muted);font-weight:400}.process-icon{width:40px;height:40px}.process-card h3{font-size:28px;font-weight:700;line-height:1;color:var(--text-primary)}.process-card p{font-size:17px;color:var(--text-secondary);line-height:1.7}.process-cta{margin-top:48px;text-align:center}.testimonials{max-width:var(--max-width);margin:0 auto;padding:100px 24px;text-align:center}.testimonials .section-badge,.testimonials .section-title{text-align:center}.testimonial-active{background:var(--surface-mid);border-radius:20px;padding:40px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote{font-size:20px;color:var(--text-secondary);line-height:1.7;flex:1;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:12px;margin-bottom:24px}.testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-author strong{display:block;font-size:14px;font-weight:700;color:var(--text-primary)}.testimonial-author span{font-size:12px;color:var(--text-muted)}.testimonial-dots{display:flex;gap:8px;justify-content:center}.dot{width:10px;height:10px;border-radius:50%;background:var(--surface-elevated);border:none;cursor:pointer;transition:background .3s,transform .3s;padding:0}.dot.active{background:#fff;transform:scale(1.3)}.dot:hover{background:#ffffff80}.pen-tool{position:fixed;bottom:32px;right:32px;z-index:50;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:grab;user-select:none;-webkit-user-select:none}.pen-tool:active{cursor:grabbing}.pen-tool svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:filter .3s}.pen-tool:hover svg{filter:drop-shadow(0 4px 16px rgba(255,255,255,.2))}.pen-tool-label{font-size:11px;color:var(--text-muted);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:3px 10px;white-space:nowrap;opacity:0;transition:opacity .3s}.pen-tool:hover .pen-tool-label{opacity:1}.footer{padding:100px 24px 40px;text-align:center;border-top:1px solid rgba(255,255,255,.06)}.footer-cta{max-width:var(--max-width);margin:0 auto 80px}.footer-cta-pretitle{font-size:18px;color:var(--text-muted);margin-bottom:16px}.footer-cta-title{font-size:clamp(32px,6vw,56px);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:40px}.footer-cta-title em{font-style:normal;opacity:.6}.footer-bottom{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.footer-copy{font-size:14px;color:var(--text-muted)}.footer-social{display:flex;gap:16px}.social-icon{width:20px;height:20px;opacity:.5;transition:opacity .2s}.social-icon:hover{opacity:1}.social-icon svg{width:100%;height:100%}.whatsapp-fab{position:fixed;bottom:28px;right:28px;z-index:9000;display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;border-radius:50px;padding:14px 20px;box-shadow:0 4px 24px #25d36659,0 2px 8px #0000004d;font-size:15px;font-weight:600;letter-spacing:.01em;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;white-space:nowrap}.whatsapp-fab:hover{transform:scale(1.07) translateY(-2px);box-shadow:0 8px 32px #25d36673,0 2px 12px #0000004d}.whatsapp-fab svg{flex-shrink:0}.whatsapp-fab-label{line-height:1}@media(max-width:768px){.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;background:#0d0d0df2;flex-direction:column;padding:24px;gap:16px}.navbar-links.open{display:flex}.navbar-burger{display:block}.sobre-grid{grid-template-columns:1fr}.sobre-img-frame{margin:0 auto;max-width:400px}.portfolio-track .project-card{width:calc(85vw - 24px)}.process-grid,.testimonials-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:16px}.hero-title{font-size:clamp(36px,10vw,60px)}.testimonials,.testimonials .section-badge,.testimonials .section-title,.processo,.processo .section-badge,.processo .section-title{text-align:left}.quote-words{gap:8px 12px}.quote-word{font-size:clamp(22px,6vw,36px)}.pen-tool{bottom:16px;right:16px}.pen-tool-label{display:none}.whatsapp-fab{bottom:80px;right:16px}.whatsapp-fab-label{display:none}}
