@font-face{font-family:Gotham;font-style:normal;font-weight:300;src:url(/assets/fonts/GothamLight.ttf) format("truetype");font-display:swap}@font-face{font-family:Gotham;font-style:italic;font-weight:300;src:url(/assets/fonts/GothamLightItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Gotham;font-style:normal;font-weight:400;src:url(/assets/fonts/GothamBook.ttf) format("truetype");font-display:swap}@font-face{font-family:Gotham;font-style:italic;font-weight:400;src:url(/assets/fonts/GothamBookItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Gotham;font-style:italic;font-weight:500;src:url(/assets/fonts/GothamMediumItalic.ttf) format("truetype");font-display:swap}@font-face{font-family:Gotham;font-style:normal;font-weight:700;src:url(/assets/fonts/GothamBold.ttf) format("truetype");font-display:swap}@font-face{font-family:Gotham;font-style:italic;font-weight:700;src:url(/assets/fonts/GothamBoldItalic.ttf) format("truetype");font-display:swap}:root{--blue:#1e4e9e;--blue-deep:#16357a;--blue-ink:#1e3a72;--blue-ink-2:#29508a;--purple:#7a6cc4;--purple-soft:#8e7fd6;--cta:#4aa9ff;--cta-hover:#2f93f0;--white:#ffffff;--ink:#0e1a36;--rule:rgba(255,255,255,.35);--font:"Gotham","Helvetica Neue",Arial,sans-serif;--container:1280px}*{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-weight:400;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:none}button,input,textarea{font-family:inherit}.sp-logo{display:inline-block;line-height:0}.sp-logo img{display:block;height:64px;width:auto}.sp-logo.lg img{height:150px;filter:drop-shadow(0 2px 14px rgba(255,255,255,.45))}.sp-logo.nav-size img{height:38px;filter:none}.sp-logo.light.lg img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.18))}.nav{position:fixed;inset:0 0 auto 0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px 40px;background:linear-gradient(180deg,rgba(20,40,90,.55),rgba(20,40,90,0));transition:background .25s ease,padding .25s ease,-webkit-backdrop-filter .25s ease;transition:background .25s ease,padding .25s ease,backdrop-filter .25s ease;transition:background .25s ease,padding .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease}.nav.scrolled{background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 24px rgba(15,30,75,.08);padding:12px 40px}.nav .brand{display:flex;align-items:center}.nav .brand .sp-logo img{height:60px;transition:opacity .25s ease,height .25s ease}.nav.scrolled .brand .sp-logo img{height:50px}.nav.scrolled .brand .sp-logo .white,.nav:not(.scrolled) .brand .sp-logo .blue{display:none}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{color:#fff;font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:6px 2px;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.nav.scrolled .nav-links a{color:var(--blue-deep)}.nav-links a:hover{border-bottom-color:currentColor}.nav-cta{background:var(--cta);color:#fff!important;padding:10px 22px!important;border-radius:999px;border:0!important;font-weight:700;box-shadow:0 6px 16px rgba(74,169,255,.35);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.nav-cta:hover{background:var(--cta-hover);transform:translateY(-1px)}.nav-burger{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:min(82vw,320px);background:#fff;box-shadow:-12px 0 40px rgba(15,30,75,.18);transform:translateX(100%);transition:transform .28s ease;z-index:60;display:flex;flex-direction:column;padding:80px 28px 28px;gap:6px}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{display:block;padding:14px 4px;color:var(--blue-deep);font-size:16px;font-weight:500;border-bottom:1px solid rgba(30,78,158,.12)}.mobile-menu a.cta{margin-top:18px;background:var(--cta);color:#fff;text-align:center;border-radius:999px;border-bottom:0;padding:14px 20px;font-weight:700;box-shadow:0 6px 16px rgba(74,169,255,.35)}.mobile-menu-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(30,78,158,.08);color:var(--blue-deep)}.mobile-backdrop{position:fixed;inset:0;background:rgba(10,20,50,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:55}.mobile-backdrop.open{opacity:1;pointer-events:auto}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 60px;overflow:hidden;isolation:isolate}.hero:before{z-index:-2;background:url(/assets/img/hero-handshake.png) 50%/cover no-repeat}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{z-index:-1;background:radial-gradient(70% 55% at 50% 18%,rgba(255,255,255,.72),rgba(255,255,255,0) 65%),linear-gradient(180deg,rgba(180,170,220,.28),rgba(150,160,210,.32) 60%,rgba(120,140,200,.38))}.hero-logo{margin-bottom:30px;position:relative;padding:16px 40px}.hero-logo:before{content:"";position:absolute;inset:-20px -60px;background:radial-gradient(closest-side,rgba(255,255,255,.85),rgba(255,255,255,0) 75%);z-index:-1;pointer-events:none}.hero-card{width:100%;max-width:920px;background:linear-gradient(180deg,rgba(60,90,170,.55),rgba(85,75,180,.55));border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:18px;padding:36px 56px 40px;color:#fff;box-shadow:0 20px 50px rgba(20,30,80,.25)}.hero-card p{font-size:17px;line-height:1.6;margin:0 0 18px;text-wrap:pretty}.hero-card p:last-of-type{margin-bottom:0}.hero-card strong{font-weight:700}.service-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 12px;margin-top:28px;max-width:1100px}.service-tag{display:inline-flex;align-items:center;gap:8px;padding:9px 20px;background:linear-gradient(180deg,rgba(50,80,170,.7),rgba(80,70,180,.75));border:1px solid rgba(255,255,255,.32);color:#fff;font-size:14px;font-weight:500;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s ease,background .15s ease}.service-tag:hover{transform:translateY(-2px);background:linear-gradient(180deg,rgba(60,90,180,.85),rgba(95,85,200,.9))}.service-tag svg{width:12px;height:12px;opacity:.9}.scroll-cue{margin-top:36px;color:#fff;opacity:.85;animation:bob 2.2s ease-in-out infinite}.scroll-cue svg{width:36px;height:28px;display:block}@keyframes bob{0%,to{transform:translateY(0);opacity:.85}50%{transform:translateY(6px);opacity:1}}.mvv{position:relative;padding:110px 24px;background:#f3f5f9;overflow:hidden}.mvv:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='xMidYMid slice'><g fill='none' stroke='%23c8cfdc' stroke-width='1'><rect x='40' y='240' width='150' height='620'/><rect x='60' y='270' width='30' height='14'/><rect x='100' y='270' width='30' height='14'/><rect x='140' y='270' width='30' height='14'/><rect x='60' y='300' width='30' height='14'/><rect x='100' y='300' width='30' height='14'/><rect x='140' y='300' width='30' height='14'/><rect x='60' y='330' width='30' height='14'/><rect x='100' y='330' width='30' height='14'/><rect x='140' y='330' width='30' height='14'/><rect x='60' y='360' width='30' height='14'/><rect x='100' y='360' width='30' height='14'/><rect x='140' y='360' width='30' height='14'/><rect x='60' y='390' width='30' height='14'/><rect x='100' y='390' width='30' height='14'/><rect x='140' y='390' width='30' height='14'/><rect x='60' y='420' width='30' height='14'/><rect x='100' y='420' width='30' height='14'/><rect x='140' y='420' width='30' height='14'/><rect x='220' y='160' width='200' height='700'/><rect x='250' y='200' width='40' height='18'/><rect x='310' y='200' width='40' height='18'/><rect x='370' y='200' width='40' height='18'/><rect x='250' y='240' width='40' height='18'/><rect x='310' y='240' width='40' height='18'/><rect x='370' y='240' width='40' height='18'/><rect x='250' y='280' width='40' height='18'/><rect x='310' y='280' width='40' height='18'/><rect x='370' y='280' width='40' height='18'/><rect x='250' y='320' width='40' height='18'/><rect x='310' y='320' width='40' height='18'/><rect x='370' y='320' width='40' height='18'/><polygon points='220,160 320,80 420,160'/><rect x='460' y='340' width='110' height='520'/><rect x='480' y='370' width='22' height='12'/><rect x='510' y='370' width='22' height='12'/><rect x='540' y='370' width='22' height='12'/><rect x='480' y='395' width='22' height='12'/><rect x='510' y='395' width='22' height='12'/><rect x='540' y='395' width='22' height='12'/><rect x='480' y='420' width='22' height='12'/><rect x='510' y='420' width='22' height='12'/><rect x='540' y='420' width='22' height='12'/><rect x='620' y='220' width='180' height='640'/><polygon points='620,220 710,140 800,220'/><rect x='650' y='260' width='40' height='18'/><rect x='710' y='260' width='40' height='18'/><rect x='650' y='300' width='40' height='18'/><rect x='710' y='300' width='40' height='18'/><rect x='650' y='340' width='40' height='18'/><rect x='710' y='340' width='40' height='18'/><rect x='650' y='380' width='40' height='18'/><rect x='710' y='380' width='40' height='18'/><rect x='840' y='280' width='140' height='580'/><rect x='860' y='310' width='28' height='14'/><rect x='900' y='310' width='28' height='14'/><rect x='940' y='310' width='28' height='14'/><rect x='860' y='340' width='28' height='14'/><rect x='900' y='340' width='28' height='14'/><rect x='940' y='340' width='28' height='14'/><rect x='860' y='370' width='28' height='14'/><rect x='900' y='370' width='28' height='14'/><rect x='940' y='370' width='28' height='14'/><rect x='1020' y='120' width='210' height='740'/><polygon points='1020,120 1125,40 1230,120'/><rect x='1050' y='170' width='40' height='20'/><rect x='1110' y='170' width='40' height='20'/><rect x='1170' y='170' width='40' height='20'/><rect x='1050' y='210' width='40' height='20'/><rect x='1110' y='210' width='40' height='20'/><rect x='1170' y='210' width='40' height='20'/><rect x='1050' y='250' width='40' height='20'/><rect x='1110' y='250' width='40' height='20'/><rect x='1170' y='250' width='40' height='20'/><rect x='1050' y='290' width='40' height='20'/><rect x='1110' y='290' width='40' height='20'/><rect x='1170' y='290' width='40' height='20'/><rect x='1280' y='300' width='120' height='560'/><rect x='1300' y='330' width='25' height='14'/><rect x='1335' y='330' width='25' height='14'/><rect x='1370' y='330' width='25' height='14'/><rect x='1300' y='360' width='25' height='14'/><rect x='1335' y='360' width='25' height='14'/><rect x='1370' y='360' width='25' height='14'/><rect x='1430' y='200' width='130' height='660'/><polygon points='1430,200 1495,130 1560,200'/><rect x='1450' y='240' width='28' height='14'/><rect x='1485' y='240' width='28' height='14'/><rect x='1520' y='240' width='28' height='14'/><rect x='1450' y='270' width='28' height='14'/><rect x='1485' y='270' width='28' height='14'/><rect x='1520' y='270' width='28' height='14'/><rect x='1450' y='300' width='28' height='14'/><rect x='1485' y='300' width='28' height='14'/><rect x='1520' y='300' width='28' height='14'/></g></svg>");background-size:cover;background-position:bottom;opacity:.55;mask-image:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.85) 30%,rgba(0,0,0,.85) 80%,rgba(0,0,0,.2));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.85) 30%,rgba(0,0,0,.85) 80%,rgba(0,0,0,.2));pointer-events:none}.mvv-inner{position:relative;max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:64px}.mvv-row{display:grid;grid-template-columns:180px 1fr;grid-gap:36px;gap:36px;align-items:start}.mvv-icon{width:170px;height:170px;color:var(--blue-ink);display:flex;align-items:center;justify-content:center}.mvv-icon svg{width:100%;height:100%;fill:currentColor}.mvv-content h2{font-size:64px;font-weight:400;line-height:1;color:var(--blue-ink);margin:14px 0;letter-spacing:-.02em}.mvv-content p{font-size:18px;line-height:1.55;color:var(--blue-ink);margin:0;max-width:640px;text-wrap:pretty}.contact{position:relative;padding:110px 24px 40px;background:url(/assets/img/contact-bg.png) 50%/cover no-repeat,var(--blue);overflow:hidden;isolation:isolate}.contact-card{max-width:1080px;margin:0 auto;background:linear-gradient(135deg,#2e63c4,#5b6dd6 50%,#8e7fd6);border-radius:24px;padding:56px 64px;box-shadow:0 30px 80px rgba(10,20,60,.35);display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.contact-title{grid-column:1/-1;text-align:center;color:#fff;font-size:38px;font-weight:700;letter-spacing:.14em;margin:0 0 8px;text-transform:uppercase}.contact-form{display:flex;flex-direction:column;gap:14px}.contact-form input,.contact-form textarea{width:100%;background:#fff;border:0;border-radius:10px;padding:16px 20px;font-size:15px;color:var(--blue-ink);outline:none;box-shadow:0 6px 18px rgba(10,20,60,.12);transition:box-shadow .15s ease,transform .15s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#98a3bb}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 8px 22px rgba(10,20,60,.18)}.contact-form textarea{min-height:130px;resize:vertical}.contact-form button{margin-top:6px;background:linear-gradient(180deg,#6dbcff,#4aa9ff);color:#fff;font-weight:700;font-size:16px;letter-spacing:.18em;padding:16px 20px;border-radius:10px;box-shadow:0 10px 24px rgba(74,169,255,.4);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.contact-form button:hover{transform:translateY(-2px);filter:brightness(1.05)}.contact-form button:disabled{opacity:.75;cursor:not-allowed;transform:none}.contact-form button.sent{background:linear-gradient(180deg,#4caf85,#2f9a6b)}.contact-form button.error{background:linear-gradient(180deg,#e57373,#c0392b)}.contact-info{color:#fff;display:flex;flex-direction:column;gap:18px}.info-line{display:flex;align-items:flex-start;gap:14px;font-size:16px;line-height:1.4}.info-line .ico{width:22px;height:22px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:2px}.map-wrap{margin-top:6px;border-radius:12px;overflow:hidden;box-shadow:0 12px 28px rgba(10,20,60,.25);border:4px solid rgba(255,255,255,.9);aspect-ratio:16/11;background:#e7eaf0;position:relative;cursor:pointer}.map-wrap iframe{width:100%;height:100%;border:0;display:block}.map-photo{position:absolute;inset:0;background:url(/assets/img/office-building.png) 50%/cover no-repeat;opacity:0;transition:opacity .35s ease;pointer-events:none}.map-photo:after{content:"Rua Florida, 1901 · Cidade Monções";position:absolute;left:12px;bottom:12px;right:12px;padding:8px 14px;background:rgba(15,30,75,.82);color:#fff;font-size:13px;font-weight:500;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;letter-spacing:.02em}.map-wrap:focus-within .map-photo,.map-wrap:hover .map-photo{opacity:1}.footer{text-align:center;padding:60px 24px 36px;color:#fff}.footer .sp-logo,.footer-socials{justify-content:center}.footer-socials{margin-top:22px;display:flex;gap:14px}.footer-socials a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;transition:background .15s ease,transform .15s ease}.footer-socials a:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.footer-socials svg{width:16px;height:16px}.copyright{margin-top:32px;font-size:11px;letter-spacing:.24em;color:rgba(255,255,255,.78);text-transform:uppercase}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.scroll-cue{animation:none}}@media (min-width:1600px){.hero-card{max-width:1000px}.contact-card{max-width:1200px;padding:64px 80px}.mvv-inner{max-width:1100px}}@media (min-width:2000px){body{font-size:18px}.hero-card p{font-size:19px}.mvv-content p{font-size:20px}}@media (max-width:1200px){.contact-card{padding:48px;gap:36px}.hero-card{padding:32px 44px 36px}}@media (max-width:1024px){.nav{padding:16px 28px}.nav-links{gap:22px}.nav-links a{font-size:12px}.hero{padding:110px 22px 56px}.hero-card{max-width:780px;padding:30px 38px 34px}.hero-card p{font-size:16px}.mvv{padding:90px 22px}.mvv-inner{max-width:820px;gap:52px}.mvv-row{grid-template-columns:130px 1fr;gap:28px}.mvv-icon{width:130px;height:130px}.mvv-content h2{font-size:52px}.mvv-content p{font-size:17px}.contact-card{padding:42px 36px;gap:32px}.contact-title{font-size:32px}}@media (max-width:900px){.nav{padding:14px 20px}.nav.scrolled{padding:10px 20px}.nav-links{display:none}.nav-burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:rgba(255,255,255,.16);color:#fff}.nav.scrolled .nav-burger{background:rgba(30,78,158,.1);color:var(--blue-deep)}.hero{padding:100px 18px 52px;min-height:100svh}.hero-logo{margin-bottom:24px}.hero-logo .sp-logo.lg img{height:110px}.hero-card{padding:26px 24px 28px;border-radius:14px}.hero-card p{font-size:15px;margin-bottom:14px}.service-tags{margin-top:22px;gap:8px 10px}.service-tag{font-size:12.5px;padding:8px 14px}.scroll-cue{margin-top:28px}.scroll-cue svg{width:30px;height:24px}.mvv{padding:72px 18px}.mvv-inner{gap:44px}.mvv-row{grid-template-columns:96px 1fr;gap:20px}.mvv-icon{width:96px;height:96px}.mvv-content h2{font-size:42px;margin-top:0}.mvv-content p{font-size:15.5px}.contact{padding:72px 16px 20px}.contact-card{padding:36px 24px;grid-template-columns:1fr;gap:28px;border-radius:18px}.contact-title{font-size:26px;letter-spacing:.12em}.map-wrap{aspect-ratio:16/12}.footer{padding:48px 18px 28px}}@media (max-width:600px){.nav{padding:12px 16px}.nav.scrolled{padding:10px 16px}.nav .brand .sp-logo img{height:44px}.nav.scrolled .brand .sp-logo img{height:38px}.hero{padding:90px 16px 44px}.hero-logo{margin-bottom:22px}.hero-logo .sp-logo.lg img{height:90px}.hero-card{padding:22px 18px 24px}.hero-card p{font-size:14px;line-height:1.55}.service-tag{font-size:11.5px;padding:7px 12px}.mvv{padding:60px 16px}.mvv-inner{gap:38px}.mvv-row{grid-template-columns:72px 1fr;gap:16px;align-items:center}.mvv-icon{width:72px;height:72px}.mvv-content h2{font-size:34px;margin:0 0 8px}.mvv-content p{font-size:14.5px}.contact{padding:60px 14px 16px}.contact-card{padding:28px 18px;border-radius:16px}.contact-title{font-size:22px;letter-spacing:.1em}.contact-form input,.contact-form textarea{padding:14px 16px;font-size:14px}.contact-form textarea{min-height:110px}.contact-form button{padding:14px 16px;font-size:14px;letter-spacing:.14em}.info-line{font-size:14.5px}.footer .sp-logo.lg img{height:96px}.copyright{font-size:9.5px;letter-spacing:.16em}}@media (max-width:380px){.hero{padding:84px 12px 36px}.hero-logo .sp-logo.lg img{height:72px}.hero-card{padding:18px 14px 20px;border-radius:12px}.hero-card p{font-size:13.5px}.service-tag{font-size:11px;padding:6px 10px}.mvv-row{grid-template-columns:60px 1fr;gap:14px}.mvv-icon{width:60px;height:60px}.mvv-content h2{font-size:28px}.mvv-content p{font-size:13.5px}.contact-card{padding:22px 14px}.contact-title{font-size:19px;letter-spacing:.08em}.footer .sp-logo.lg img{height:78px}}@media (max-height:600px) and (orientation:landscape){.hero{min-height:auto;padding:90px 22px 40px}.hero-logo{margin-bottom:18px}.hero-card p{font-size:14px;margin-bottom:10px}.scroll-cue{display:none}}