.home{--marinho:#001c5b;--royal:#123ea6;--azul:#3b82dc;--ciano:#57dce1;--petroleo:#003b43;--dourado:#dca618;--preto:#000;--branco:#fff;--bg:var(--preto);--fg:var(--branco);--muted:#fff9;--muted-strong:#ffffffd9;--border:#ffffff1a;--ease-out-quint:cubic-bezier(.22, 1, .36, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);background:var(--bg);color:var(--fg);font-family:var(--font-montserrat,"Montserrat", system-ui, sans-serif);letter-spacing:-.005em;scroll-snap-type:y mandatory;width:100%;font-weight:300;overflow-x:clip}.home *{box-sizing:border-box;margin:0;padding:0}.home .kicker-label{letter-spacing:.35em;text-transform:uppercase;opacity:.6;font-size:11px;font-weight:500}.home section.snap{scroll-snap-align:start;scroll-snap-stop:always;height:100vh;min-height:100vh;position:relative;overflow:hidden}.home .line-reveal{display:block;position:relative;overflow:hidden}.home .line-reveal>span{transition:transform 1.1s var(--ease-out-expo);display:inline-block;transform:translateY(110%)}.home .active .line-reveal>span{transform:translateY(0)}.home .word-reveal>.w{opacity:0;transition:transform .9s var(--ease-out-expo), opacity .9s ease;display:inline-block;transform:translateY(30px)}.home .active .word-reveal>.w{opacity:1;transform:translateY(0)}.home .hero{background:var(--preto);align-items:flex-end;padding:0 48px 220px;display:flex}.home .hero-video{object-fit:cover;z-index:0;pointer-events:none;opacity:0;filter:saturate(.85)contrast(1.05);width:100%;height:100%;transition:opacity 1.8s;position:absolute;inset:0}.home .hero.active .hero-video{opacity:1}.home .hero-video-overlay{z-index:1;pointer-events:none;background:linear-gradient(#01061559 0%,#01061526 40%,#010615a6 100%),linear-gradient(90deg,#0106158c 0%,#0106151a 45%,#0106154d 100%),radial-gradient(at 20% 30%,#123ea659 0%,#0000 55%),radial-gradient(at 80% 80%,#003b4359 0%,#0000 55%);position:absolute;inset:0}.home .constellation{z-index:2;pointer-events:none;opacity:0;transition:opacity 2s .6s;position:absolute;inset:0}.home .hero.active .constellation{opacity:1}.home .constellation circle{fill:var(--ciano);filter:drop-shadow(0 0 3px #57dce1b3)}.home .constellation line{stroke:#57dce133;stroke-width:.6px}.home .constellation .twinkle{animation:3s ease-in-out infinite home-twinkle}@keyframes home-twinkle{0%,to{opacity:.25}50%{opacity:1}}.home .hero-product{background:radial-gradient(circle at 32% 28%, var(--ciano) 0%, #6fd7db 10%, var(--azul) 30%, var(--royal) 55%, var(--marinho) 80%, #000814 100%);opacity:0;width:720px;height:720px;transition:transform 2s var(--ease-out-expo), opacity 1.4s ease;z-index:1;pointer-events:none;border-radius:50%;display:none;position:absolute;top:50%;right:-120px;transform:translateY(-50%)scale(.7);box-shadow:0 0 200px #57dce14d,inset 60px 120px 200px #00000080,inset -20px -40px 80px #57dce11a}.home .hero-content{z-index:3;max-width:62%;padding-top:40px;position:relative}.home .hero .kicker{color:var(--ciano);opacity:0;transition:opacity .9s ease .2s, transform .9s var(--ease-out-expo) .2s;margin-bottom:56px;transform:translateY(20px)}.home .hero.active .kicker{opacity:.85;transform:translateY(0)}.home .hero h1{letter-spacing:-.04em;margin-bottom:40px;font-size:clamp(56px,7.5vw,112px);font-weight:200;line-height:.96}.home .hero h1 strong{color:var(--fg);font-weight:500}.home .hero h1 .line-reveal>span{transition-delay:.5s}.home .hero h1 .line-reveal:nth-of-type(2)>span{transition-delay:.7s}.home .hero-cta-bar{-webkit-backdrop-filter:blur(8px);width:100%;max-width:520px;color:var(--fg);letter-spacing:.22em;text-transform:uppercase;opacity:0;transition:opacity .9s ease 1.1s, transform .9s var(--ease-out-expo) 1.1s, background .35s ease, border-color .35s ease, letter-spacing .35s ease;background:#ffffff0a;border:1px solid #ffffff2e;justify-content:space-between;align-items:center;gap:32px;margin-bottom:56px;padding:20px 28px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex;transform:translateY(20px)}.home .hero.active .hero-cta-bar{opacity:1;transform:translateY(0)}.home .hero-cta-bar:hover{border-color:var(--ciano);letter-spacing:.26em;background:#57dce114}.home .hero-cta-bar__arrow{color:var(--ciano);transition:transform .35s var(--ease-out-expo);font-size:22px;line-height:1}.home .hero-cta-bar:hover .hero-cta-bar__arrow{transform:translate(6px)}.home .scroll-ind{writing-mode:vertical-rl;letter-spacing:.3em;color:var(--muted);text-transform:uppercase;opacity:0;z-index:3;align-items:center;gap:16px;font-size:10px;font-weight:500;transition:opacity .6s 2s;display:flex;position:absolute;top:50%;right:28px;transform:translateY(-50%)}.home .hero.active .scroll-ind{opacity:.7}.home .scroll-ind:after{content:"";background:linear-gradient(180deg, var(--ciano), transparent);width:1px;height:40px;animation:2s ease-in-out infinite home-scrollline;display:block}@keyframes home-scrollline{0%{transform-origin:top;transform:scaleY(.2)}50%{transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(.2)}}.home .about{background:radial-gradient(at 30%,#123ea64d 0%,#0000 60%),linear-gradient(#000 0%,#010a1f 100%);grid-template-columns:1fr 1fr;grid-template-areas:"copy right";align-items:center;gap:40px 72px;padding:72px 48px 32px;display:grid}.home .about-copy{z-index:2;grid-area:copy;align-self:center;position:relative}.home .about-right{flex-direction:column;grid-area:right;align-self:center;gap:36px;display:flex}.home .about-glow{opacity:0;pointer-events:none;background:radial-gradient(#57dce133,#0000 60%);transition:opacity 1.6s;position:absolute;inset:0}.home .about.active .about-glow{opacity:1}.home .about .label{color:var(--ciano);opacity:0;transition:opacity .8s ease .2s, transform .8s var(--ease-out-expo) .2s;margin-bottom:36px;transform:translateY(16px)}.home .about.active .label{opacity:.85;transform:translateY(0)}.home .about h2{letter-spacing:-.035em;margin-bottom:36px;font-size:clamp(40px,5vw,72px);font-weight:300;line-height:1.02}.home .about h2 strong{color:var(--dourado);font-weight:500}.home .about h2 .word-reveal>.w:first-child{transition-delay:.4s}.home .about h2 .word-reveal>.w:nth-child(2){transition-delay:.52s}.home .about h2 .word-reveal>.w:nth-child(3){transition-delay:.64s}.home .about h2 .word-reveal>.w:nth-child(4){transition-delay:.76s}.home .about h2 .word-reveal>.w:nth-child(5){transition-delay:.88s}.home .about p{color:var(--muted-strong);opacity:0;max-width:540px;transition:opacity .9s ease, transform .9s var(--ease-out-expo);margin-bottom:20px;font-size:17px;font-weight:300;line-height:1.75;transform:translateY(16px)}.home .about.active p:first-of-type{opacity:1;transition-delay:.9s;transform:translateY(0)}.home .about.active p:nth-of-type(2){opacity:1;transition-delay:1.05s;transform:translateY(0)}.home .about-stats{z-index:2;border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transition:opacity 1.1s ease .6s, transform 1.1s var(--ease-out-expo) .6s;background:#ffffff06;grid-template-columns:1fr;grid-auto-flow:row;gap:20px;padding:28px 32px;display:grid;position:relative;transform:translate(40px)}.home .about.active .about-stats{opacity:1;transform:translate(0)}.home .about-stats .stat{opacity:0;transition:opacity .8s ease, transform .8s var(--ease-out-expo);border-bottom:1px solid #ffffff0f;grid-template-columns:120px 1fr;align-items:baseline;gap:18px;padding-bottom:18px;display:grid;transform:translate(20px)}.home .about-stats .stat:last-child{border-bottom:none;padding-bottom:0}.home .about.active .about-stats .stat{opacity:1;transform:translate(0)}.home .about.active .about-stats .stat:first-child{transition-delay:.9s}.home .about.active .about-stats .stat:nth-child(2){transition-delay:1.05s}.home .about.active .about-stats .stat:nth-child(3){transition-delay:1.2s}.home .about-stats .num{letter-spacing:-.04em;color:var(--dourado);font-variant-numeric:tabular-nums;min-width:100px;font-size:44px;font-weight:200;line-height:1}.home .about-stats .desc{color:var(--muted);letter-spacing:.02em;text-align:left;flex:1;font-size:13px;font-weight:400;line-height:1.5}.home .flag-signature{opacity:0;transition:opacity .7s ease .45s, transform .7s var(--ease-out-expo) .45s;grid-template-columns:3fr 2fr;align-items:center;gap:4px;width:100%;display:grid;transform:translateY(8px)}.home .about.active .flag-signature{opacity:1;transform:translateY(0)}.home .flag-copy{flex-direction:column;gap:8px;display:flex}.home .flag-wrap{justify-content:flex-start;align-items:center;min-width:0;margin-left:-80px;display:flex;overflow:visible}.home .flag-br{object-fit:contain;max-width:none;display:block;-webkit-mask-image:linear-gradient(90deg,#000 0% 45%,#0000 95%);mask-image:linear-gradient(90deg,#000 0% 45%,#0000 95%);width:auto!important;height:180px!important}.home .flag-text{letter-spacing:.18em;text-transform:uppercase;color:var(--fg);text-align:left;font-size:clamp(18px,1.9vw,24px);font-weight:500;line-height:1.3}.home .flag-text strong{color:#ffdf00;font-weight:600}.home .flag-subtext{letter-spacing:.04em;color:var(--muted);text-align:left;margin-top:6px;font-size:clamp(15px,1.2vw,17px);font-style:italic;font-weight:300;line-height:1.45}.home .hero-clients{z-index:4;opacity:0;transition:opacity 1.1s ease 1.4s, transform 1.1s var(--ease-out-expo) 1.4s;border-top:1px solid #ffffff1f;flex-direction:column;gap:14px;padding-top:20px;display:flex;position:absolute;bottom:56px;left:48px;right:48px;transform:translateY(16px)}.home .hero.active .hero-clients{opacity:1;transform:translateY(0)}.home .hero-clients .lbl{color:var(--muted);letter-spacing:.3em;text-transform:uppercase;font-size:10px;font-weight:500}.home .hero-clients .row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;display:flex}.home .hero-clients .row img{object-fit:contain;opacity:.65;max-width:180px;transition:opacity .3s;width:auto!important}.home .hero-clients .row img:hover{opacity:1}.home .hero-clients .row img.invert{filter:invert()brightness(1.1)}.home .hero-clients .rh-solara{height:18px!important}.home .hero-clients .rh-ventura{height:22px!important}.home .hero-clients .rh-azov{height:26px!important}.home .hero-clients .rh-fibrafort{height:32px!important}.home .hero-clients .rh-nx,.home .hero-clients .rh-fs{height:34px!important}.home .hero-clients .rh-triton{height:42px!important}.home .hero-clients .rh-sessa{height:44px!important}.home .hero-clients .rh-schaefer{height:64px!important}.home .cta{text-align:center;background:var(--preto);justify-content:center;align-items:center;padding:120px 48px;display:flex}.home .cta-burst{filter:blur(60px);width:0;height:0;transition:width 1.8s var(--ease-out-expo), height 1.8s var(--ease-out-expo);background:radial-gradient(circle,#123ea699 0%,#57dce12e 40%,#0000 70%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home .cta.active .cta-burst{width:1600px;height:1600px;animation:6s ease-in-out 2s infinite home-burst-pulse}@keyframes home-burst-pulse{0%,to{filter:blur(60px)brightness()}50%{filter:blur(70px)brightness(1.15)}}.home .cta-inner{max-width:820px;position:relative}.home .cta .label{color:var(--ciano);opacity:0;transition:opacity .9s ease .2s, transform .9s var(--ease-out-expo) .2s;margin-bottom:36px;transform:translateY(20px)}.home .cta.active .label{opacity:.85;transform:translateY(0)}.home .cta h2{letter-spacing:-.04em;margin-bottom:36px;font-size:clamp(48px,6vw,96px);font-weight:200;line-height:1}.home .cta h2 strong{color:var(--dourado);text-shadow:0 0 #0000;font-weight:500;transition:text-shadow 1.5s 1.5s}.home .cta.active h2 strong{text-shadow:0 0 40px #dca61873}.home .cta h2 .line-reveal>span{transition-delay:.4s}.home .cta h2 .line-reveal:nth-of-type(2)>span{transition-delay:.55s}.home .cta p{color:var(--muted-strong);opacity:0;max-width:540px;transition:opacity .9s ease 1s, transform .9s var(--ease-out-expo) 1s;margin:0 auto 56px;font-size:18px;font-weight:300;line-height:1.7;transform:translateY(16px)}.home .cta.active p{opacity:1;transform:translateY(0)}.home .cta-buttons{opacity:0;transition:opacity .85s ease 1.25s, transform .85s var(--ease-out-expo) 1.25s;justify-content:center;gap:16px;display:flex;transform:translateY(16px)}.home .cta.active .cta-buttons{opacity:1;transform:translateY(0)}.home .cta-buttons a{letter-spacing:.15em;text-transform:uppercase;padding:16px 32px;font-size:12px;font-weight:500;text-decoration:none;transition:all .25s;position:relative;overflow:hidden}.home .cta-buttons .primary{background:var(--fg);color:var(--preto)}.home .cta-buttons .primary:before{content:"";background:linear-gradient(120deg,#0000 30%,#dca61866 50%,#0000 70%);position:absolute;inset:0;transform:translate(-120%)}.home .cta.active .cta-buttons .primary:before{animation:home-shimmer 2s var(--ease-out-expo) 1.8s}@keyframes home-shimmer{0%{transform:translate(-120%)}to{transform:translate(120%)}}.home .cta-buttons .primary:hover{background:var(--dourado);color:var(--preto);transform:translateY(-1px)}.home .cta-buttons .secondary{color:var(--fg);border:1px solid #ffffff38}.home .cta-buttons .secondary:hover{border-color:var(--ciano);color:var(--ciano)}.home .cta-slogan{letter-spacing:.25em;color:var(--muted);text-transform:uppercase;opacity:0;transition:opacity .9s ease 1.5s, transform .9s var(--ease-out-expo) 1.5s;margin-top:80px;font-size:13px;font-weight:400;transform:translateY(16px)}.home .cta.active .cta-slogan{opacity:1;transform:translateY(0)}.home .cta-slogan b{color:var(--dourado);font-weight:500}@media (max-width:1024px){.home .about{gap:32px 40px;padding:72px 28px 32px}.home .cta{padding:80px 28px}.home .hero{padding:0 28px}.home .hero-content{padding:40px 0 0}.home .about-stats{padding:22px}.home .about-stats .stat{grid-template-columns:96px 1fr;gap:14px}.home .about-stats .num{min-width:96px;font-size:36px!important}.home .about-stats .desc{font-size:12px}}@media (max-width:768px){.home{scroll-snap-type:none}.home section.snap{scroll-snap-align:none;height:auto;min-height:auto;overflow:hidden}.home .hero .kicker{font-size:11px;opacity:.9!important}.home .about .label,.home .cta .label{opacity:.9!important}.home .hero-clients .lbl{opacity:.75}.home .hero{align-items:flex-end;min-height:100vh;padding:110px 20px 220px;display:flex}.home .hero-content{max-width:100%;padding:0}.home .hero h1{font-size:clamp(34px,8.5vw,52px);line-height:1.05}.home .hero-cta-bar{letter-spacing:.2em;max-width:100%;padding:16px 22px;font-size:11px}.home .hero-cta-bar:hover{letter-spacing:.22em}.home .hero-video{filter:saturate(.8)contrast(1.05)brightness(.9)}.home .scroll-ind{display:none}.home .about{grid-template-columns:1fr;grid-template-areas:"copy""right";align-items:start;gap:40px;padding:72px 20px 48px}.home .about h2{font-size:clamp(30px,8vw,44px)}.home .about p{max-width:100%;font-size:15px}.home .about-right{align-self:start;gap:28px}.home .about-stats{padding:22px}.home .about-stats .stat{grid-template-columns:86px 1fr;gap:14px;padding-bottom:14px}.home .about-stats .num{min-width:86px;font-size:34px!important}.home .about-stats .desc{font-size:13px}.home .flag-signature{grid-template-columns:1fr;gap:16px}.home .flag-wrap{justify-content:center;margin-left:0!important}.home .flag-br{max-width:100%;height:160px!important;-webkit-mask-image:none!important;mask-image:none!important}.home .flag-text{letter-spacing:.16em;font-size:15px!important}.home .flag-subtext{font-size:13px!important}.home .hero-clients{gap:12px;padding-top:18px;bottom:40px;left:20px;right:20px}.home .hero-clients .lbl{letter-spacing:.22em;font-size:9px}.home .hero-clients .row{justify-content:flex-start;gap:16px 22px}.home .hero-clients .row img{max-width:110px}.home .hero-clients .rh-schaefer{height:36px!important}.home .hero-clients .rh-sessa{height:26px!important}.home .hero-clients .rh-triton{height:24px!important}.home .hero-clients .rh-nx,.home .hero-clients .rh-fs{height:22px!important}.home .hero-clients .rh-azov,.home .hero-clients .rh-fibrafort{height:20px!important}.home .hero-clients .rh-ventura{height:16px!important}.home .hero-clients .rh-solara{height:12px!important}.home .cta{min-height:auto;padding:80px 20px}.home .cta h2{font-size:clamp(34px,8.5vw,52px)}.home .cta p{font-size:15px}.home .cta-buttons{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.home .cta-buttons a{text-align:center;justify-content:center;width:100%;display:flex}.home .cta-slogan{margin-top:40px;font-size:11px}}@media (max-width:480px){.home .hero-clients .row{gap:12px 18px}.home .hero{padding:110px 20px 220px}.home .flag-br{height:110px!important}.home .hero h1{font-size:clamp(30px,9vw,44px)}.home .about{padding:64px 16px 40px}.home .about-stats{padding:20px 16px}.home .about-stats .stat{grid-template-columns:72px 1fr;gap:12px}.home .about-stats .num{min-width:72px;font-size:30px!important}.home .about-stats .desc{overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;min-width:0;font-size:12px}}
