.Navbar-module__cJzEcG__header{z-index:50;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);width:100%;transition:all .4s;position:fixed;top:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{box-shadow:0 4px 30px var(--shadow-color)}.Navbar-module__cJzEcG__nav{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex}@media (min-width:768px){.Navbar-module__cJzEcG__nav{padding:1rem 3rem}}.Navbar-module__cJzEcG__logo{align-items:center;gap:1rem;text-decoration:none;transition:transform .2s;display:flex}.Navbar-module__cJzEcG__logo:hover{transform:scale(1.02)}.Navbar-module__cJzEcG__logoSvg{width:2rem;height:auto}.Navbar-module__cJzEcG__logoTextWrapper{align-items:flex-end;display:flex}.Navbar-module__cJzEcG__logoText{color:var(--on-surface);letter-spacing:-.04em;font-size:1.75rem;font-weight:700;line-height:1}.Navbar-module__cJzEcG__iconAiWrapper{align-items:center;gap:.25rem;margin-bottom:.15rem;margin-left:.35rem;display:flex}.Navbar-module__cJzEcG__iconAiDot{background-color:#4f46e5;border-radius:50%;width:10px;height:10px}.Navbar-module__cJzEcG__iconAiText{color:var(--on-surface);letter-spacing:.05em;font-size:.8125rem;font-weight:800;line-height:1}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2.5rem;font-size:.875rem;font-weight:500;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__navLinks{display:flex}}.Navbar-module__cJzEcG__navLink{color:var(--on-surface-variant);padding-bottom:.25rem;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__navLinkActive{color:var(--primary);border-bottom:2px solid var(--primary);padding-bottom:.25rem;font-weight:600}.Navbar-module__cJzEcG__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__themeToggle{width:2.5rem;height:2.5rem;color:var(--on-surface-variant);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{background:var(--glass-bg);color:var(--primary);transform:rotate(20deg)}.Navbar-module__cJzEcG__themeToggle:active{transform:scale(.92)}.Navbar-module__cJzEcG__themeToggle .Navbar-module__cJzEcG__material-symbols-outlined{font-size:1.25rem}.Navbar-module__cJzEcG__appsWrapper{position:relative}.Navbar-module__cJzEcG__appsButton{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__appsButton{display:flex}}.Navbar-module__cJzEcG__appsButton:hover{background:var(--glass-bg)}.Navbar-module__cJzEcG__appsButton:active{transform:scale(.95)}.Navbar-module__cJzEcG__appsGrid{grid-template-columns:repeat(3,1fr);gap:3px;width:18px;height:18px;display:grid}.Navbar-module__cJzEcG__appsDot{background:var(--on-surface-variant);border-radius:50%;width:4px;height:4px;transition:background .2s}.Navbar-module__cJzEcG__appsButton:hover .Navbar-module__cJzEcG__appsDot{background:var(--on-surface)}.Navbar-module__cJzEcG__popup{background:var(--bg-elevated);border-radius:var(--radius-xl);width:320px;box-shadow:0 20px 60px var(--shadow-color), 0 0 0 1px var(--glass-border);z-index:100;animation:.25s cubic-bezier(.4,0,.2,1) Navbar-module__cJzEcG__popupIn;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden}@keyframes Navbar-module__cJzEcG__popupIn{0%{opacity:0;transform:scale(.95)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.Navbar-module__cJzEcG__popupHeader{border-bottom:1px solid var(--glass-border);padding:1.25rem 1.5rem .75rem}.Navbar-module__cJzEcG__popupTitle{color:var(--on-surface-variant);font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__popupGrid{grid-template-columns:repeat(3,1fr);gap:.25rem;padding:1rem;display:grid}.Navbar-module__cJzEcG__popupItem{border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__popupItem:hover{background:var(--glass-bg)}.Navbar-module__cJzEcG__popupIcon{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .2s;display:flex}.Navbar-module__cJzEcG__popupItem:hover .Navbar-module__cJzEcG__popupIcon{transform:scale(1.1)}.Navbar-module__cJzEcG__popupIcon .Navbar-module__cJzEcG__material-symbols-outlined{font-size:1.25rem}.Navbar-module__cJzEcG__popupName{color:var(--on-surface);text-align:center;font-size:.6875rem;font-weight:500;line-height:1.3}.Navbar-module__cJzEcG__ctaButton{background:var(--primary);color:#fff;border-radius:var(--radius-lg);letter-spacing:.02em;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__ctaButton{display:inline-flex}}.Navbar-module__cJzEcG__ctaButton:hover{opacity:.9;transform:translateY(-1px)}.Navbar-module__cJzEcG__ctaButton:active{transform:scale(.97)}.Navbar-module__cJzEcG__mobileToggle{color:var(--on-surface-variant);border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}@media (min-width:768px){.Navbar-module__cJzEcG__mobileToggle{display:none}}.Navbar-module__cJzEcG__mobileToggle:hover{background:var(--glass-bg);color:var(--on-surface)}.Navbar-module__cJzEcG__mobileMenu{background:var(--nav-bg);border-top:1px solid var(--glass-border);flex-direction:column;padding:1rem 1.5rem 1.5rem;animation:.3s Navbar-module__cJzEcG__slideDown;display:flex}@keyframes Navbar-module__cJzEcG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Navbar-module__cJzEcG__mobileMenu{display:none}}.Navbar-module__cJzEcG__mobileLink{color:var(--on-surface-variant);border-bottom:1px solid var(--glass-border);padding:1rem 0;font-size:1rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__mobileLink:last-child{border-bottom:none}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;transition:background-color .4s;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.Hero-module__ZARIfG__hero{padding:6rem 3rem 4rem}}.Hero-module__ZARIfG__glowContainer{opacity:.25;pointer-events:none;position:absolute;inset:0}.Hero-module__ZARIfG__glowBlue{background:rgba(var(--primary-rgb), .3);filter:blur(120px);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;right:-10%}.Hero-module__ZARIfG__glowPurple{background:rgba(var(--secondary-rgb), .2);filter:blur(120px);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;left:-10%}.Hero-module__ZARIfG__content{z-index:10;grid-template-columns:1fr;align-items:center;gap:3rem;width:100%;max-width:80rem;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.Hero-module__ZARIfG__content{grid-template-columns:1fr 1fr;gap:3rem}}.Hero-module__ZARIfG__textSide{flex-direction:column;gap:2rem;animation:.8s ease-out Hero-module__ZARIfG__fadeInUp;display:flex}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__badge{background:rgba(var(--primary-rgb), .1);color:var(--primary);border:1px solid rgba(var(--primary-rgb), .2);letter-spacing:.2em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.375rem 1rem;font-size:.625rem;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__glow}@keyframes Hero-module__ZARIfG__glow{0%,to{box-shadow:0 0 4px rgba(var(--primary-rgb), .5)}50%{box-shadow:0 0 12px rgba(var(--primary-rgb), .8)}}.Hero-module__ZARIfG__title{letter-spacing:-.03em;color:var(--on-surface);text-wrap:balance;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05}.Hero-module__ZARIfG__subtitle{color:var(--on-surface-variant);max-width:36rem;font-size:1.125rem;line-height:1.7}@media (min-width:768px){.Hero-module__ZARIfG__subtitle{font-size:1.25rem}}.Hero-module__ZARIfG__ctas{flex-direction:column;gap:1rem;padding-top:.5rem;display:flex}@media (min-width:640px){.Hero-module__ZARIfG__ctas{flex-direction:row}}.Hero-module__ZARIfG__ctaPrimary{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 32px rgba(var(--primary-rgb), .25);justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__ctaPrimary:hover{box-shadow:0 12px 40px rgba(var(--primary-rgb), .4);transform:translateY(-2px)}.Hero-module__ZARIfG__ctaSecondary{background:var(--glass-bg);color:var(--on-surface);border-radius:var(--radius-xl);border:1px solid var(--glass-border);justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__ctaSecondary:hover{background:var(--glass-bg-hover);transform:translateY(-2px)}.Hero-module__ZARIfG__visualSide{display:none;position:relative}@media (min-width:1024px){.Hero-module__ZARIfG__visualSide{display:block}}.Hero-module__ZARIfG__heroCard{box-shadow:var(--card-shadow);border:1px solid var(--glass-border);aspect-ratio:16/10;border-radius:1.5rem;transition:transform .7s;position:relative;overflow:hidden;transform:rotate(2deg)}.Hero-module__ZARIfG__heroCard:hover{transform:rotate(0)}.Hero-module__ZARIfG__heroCardInner{background:linear-gradient(135deg, rgba(var(--primary-rgb), .08) 0%, rgba(var(--secondary-rgb), .05) 50%, #ffffff05 100%);width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroCardShine{background:linear-gradient(45deg,#0000 30%,#ffffff08 50%,#0000 70%);width:200%;height:200%;animation:8s ease-in-out infinite Hero-module__ZARIfG__shine;position:absolute;top:-50%;left:-50%}@keyframes Hero-module__ZARIfG__shine{0%,to{transform:rotate(0)translate(-10%,-10%)}50%{transform:rotate(5deg)translate(10%,10%)}}
.HeroPanel-module__dQR64G__panelWrapper{--bg-deep:var(--background);--bg-card:var(--glass-bg);--bg-card-border:var(--glass-border);--accent:#6c5ce7;--accent-bright:#a78bfa;--accent-glow:#6c5ce740;--teal:#0d9488;--teal-bright:#2dd4bf;--teal-glow:#0d948840;--blue:#2563eb;--blue-bright:#60a5fa;--blue-glow:#2563eb40;--coral:#e8593c;--coral-bright:#fb923c;--coral-glow:#e8593c40;--green:#10b981;--green-dim:#10b9811f;--red:#ef4444;--red-dim:#ef44441a;--amber:#f59e0b;--text-primary:var(--on-surface);--text-secondary:var(--on-surface-variant);--text-tertiary:var(--on-surface-variant);--mono:"JetBrains Mono", monospace;--sans:"Plus Jakarta Sans", sans-serif;width:100%;max-width:680px;font-family:var(--sans);color:var(--text-primary);position:relative}.HeroPanel-module__dQR64G__glow{opacity:0;pointer-events:none;z-index:0;filter:blur(40px);border-radius:50%;width:130%;height:130%;transition:opacity 1.4s,background 1.4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroPanel-module__dQR64G__glow.HeroPanel-module__dQR64G__on{opacity:.8}.HeroPanel-module__dQR64G__glow.HeroPanel-module__dQR64G__teal{background:radial-gradient(ellipse, var(--teal-glow) 0%, transparent 70%)}.HeroPanel-module__dQR64G__glow.HeroPanel-module__dQR64G__blue{background:radial-gradient(ellipse, var(--blue-glow) 0%, transparent 70%)}.HeroPanel-module__dQR64G__glow.HeroPanel-module__dQR64G__coral{background:radial-gradient(ellipse, var(--coral-glow) 0%, transparent 70%)}.HeroPanel-module__dQR64G__panel{z-index:1;background:var(--bg-card);border:1px solid var(--bg-card-border);-webkit-backdrop-filter:blur(24px);border-radius:18px;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.HeroPanel-module__dQR64G__tabs{border-bottom:1px solid var(--bg-card-border);display:flex}.HeroPanel-module__dQR64G__tab{text-align:center;font-family:var(--mono);letter-spacing:.4px;color:var(--text-tertiary);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex:1;padding:13px 8px;font-size:11px;font-weight:500;transition:color .4s;position:relative}.HeroPanel-module__dQR64G__tab:not(:last-child){border-right:1px solid var(--bg-card-border)}.HeroPanel-module__dQR64G__tab:after{content:"";background:0 0;border-radius:2px 2px 0 0;height:2px;transition:background .4s,left .4s,right .4s;position:absolute;bottom:0;left:20%;right:20%}.HeroPanel-module__dQR64G__tab:hover{color:var(--text-secondary)}.HeroPanel-module__dQR64G__tab.HeroPanel-module__dQR64G__active{color:var(--text-primary)}.HeroPanel-module__dQR64G__tab.HeroPanel-module__dQR64G__active:after{left:12%;right:12%}.HeroPanel-module__dQR64G__tab.HeroPanel-module__dQR64G__active.HeroPanel-module__dQR64G__tTeal:after{background:var(--teal)}.HeroPanel-module__dQR64G__tab.HeroPanel-module__dQR64G__active.HeroPanel-module__dQR64G__tBlue:after{background:var(--blue)}.HeroPanel-module__dQR64G__tab.HeroPanel-module__dQR64G__active.HeroPanel-module__dQR64G__tCoral:after{background:var(--coral)}.HeroPanel-module__dQR64G__tabIcon{margin-right:5px;font-style:normal}.HeroPanel-module__dQR64G__panelHeader{border-bottom:1px solid var(--bg-card-border);justify-content:space-between;align-items:center;padding:11px 20px;display:flex}.HeroPanel-module__dQR64G__panelHeaderLeft{align-items:center;gap:9px;display:flex}.HeroPanel-module__dQR64G__statusDot{background:var(--text-tertiary);border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .5s,box-shadow .5s}.HeroPanel-module__dQR64G__statusDot.HeroPanel-module__dQR64G__live{animation:2s ease-in-out infinite HeroPanel-module__dQR64G__pulseDot}@keyframes HeroPanel-module__dQR64G__pulseDot{0%,to{opacity:1}50%{opacity:.45}}.HeroPanel-module__dQR64G__panelTitle{font-family:var(--mono);letter-spacing:.4px;color:var(--text-secondary);font-size:11.5px;font-weight:500;transition:color .4s}.HeroPanel-module__dQR64G__badge{font-family:var(--mono);letter-spacing:.7px;text-transform:uppercase;border-radius:20px;padding:3px 10px;font-size:9.5px;font-weight:600;transition:all .4s}.HeroPanel-module__dQR64G__badge.HeroPanel-module__dQR64G__pain{background:var(--red-dim);color:var(--red)}.HeroPanel-module__dQR64G__badge.HeroPanel-module__dQR64G__solved{color:#fff}.HeroPanel-module__dQR64G__logArea{min-height:310px;font-family:var(--mono);padding:18px 20px;font-size:12px;line-height:1.95;position:relative;overflow:hidden}.HeroPanel-module__dQR64G__logLine{opacity:0;gap:9px;transition:opacity .35s,transform .35s;display:flex;transform:translateY(7px)}.HeroPanel-module__dQR64G__logLine.HeroPanel-module__dQR64G__visible{opacity:1;transform:translateY(0)}.HeroPanel-module__dQR64G__logTime{color:var(--text-tertiary);flex-shrink:0;min-width:64px}.HeroPanel-module__dQR64G__logIcon{text-align:center;flex-shrink:0;width:18px}.HeroPanel-module__dQR64G__logText{color:var(--text-secondary)}.log-text strong{color:var(--text-primary);font-weight:500}.log-text .HeroPanel-module__dQR64G__hl{font-weight:500}.log-text .HeroPanel-module__dQR64G__ok{color:var(--green);font-weight:500}.log-text .HeroPanel-module__dQR64G__err{color:var(--red);font-weight:500}.log-text .HeroPanel-module__dQR64G__warn{color:var(--amber);font-weight:500}.log-text code{background:#ffffff1a;border-radius:4px;padding:2px 4px}.HeroPanel-module__dQR64G__scenarioCnpj .log-text .HeroPanel-module__dQR64G__hl{color:var(--teal-bright)}.HeroPanel-module__dQR64G__scenarioApi .log-text .HeroPanel-module__dQR64G__hl{color:var(--blue-bright)}.HeroPanel-module__dQR64G__scenarioLab .log-text .HeroPanel-module__dQR64G__hl{color:var(--coral-bright)}.HeroPanel-module__dQR64G__overlay{z-index:5;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(12px);border-radius:0 0 18px 18px;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .55s;display:flex;position:absolute;inset:0}.HeroPanel-module__dQR64G__overlay.HeroPanel-module__dQR64G__show{opacity:1}.HeroPanel-module__dQR64G__overlay.HeroPanel-module__dQR64G__teal{background:#0d9488f2}.HeroPanel-module__dQR64G__overlay.HeroPanel-module__dQR64G__blue{background:#2563ebf2}.HeroPanel-module__dQR64G__overlay.HeroPanel-module__dQR64G__coral{background:#e8593cf2}.HeroPanel-module__dQR64G__overlaySpinner{border:2.5px solid #fff3;border-top-color:#fff;border-radius:50%;width:26px;height:26px;animation:.75s linear infinite HeroPanel-module__dQR64G__spin}@keyframes HeroPanel-module__dQR64G__spin{to{transform:rotate(360deg)}}.HeroPanel-module__dQR64G__overlayTitle{font-family:var(--sans);letter-spacing:.8px;text-transform:uppercase;color:#fff;font-size:14px;font-weight:700}.HeroPanel-module__dQR64G__overlaySub{font-family:var(--mono);color:#ffffffa6;font-size:10.5px}.HeroPanel-module__dQR64G__progressWrap{opacity:0;background:#ffffff0a;border-radius:2px;height:3px;margin-top:14px;transition:opacity .4s;overflow:hidden}.HeroPanel-module__dQR64G__progressWrap.HeroPanel-module__dQR64G__show{opacity:1}.HeroPanel-module__dQR64G__progressBar{border-radius:2px;width:0%;height:100%;transition:width .7s,background .4s}.HeroPanel-module__dQR64G__progressBar.HeroPanel-module__dQR64G__teal{background:var(--teal)}.HeroPanel-module__dQR64G__progressBar.HeroPanel-module__dQR64G__blue{background:var(--blue)}.HeroPanel-module__dQR64G__progressBar.HeroPanel-module__dQR64G__coral{background:var(--coral)}.HeroPanel-module__dQR64G__progressBar.HeroPanel-module__dQR64G__done{background:var(--green)}.HeroPanel-module__dQR64G__summary{opacity:0;background:#10b9810d;border:1px solid #10b9811f;border-radius:10px;margin-top:16px;padding:12px 14px;transition:all .55s;transform:translateY(8px)}.HeroPanel-module__dQR64G__summary.HeroPanel-module__dQR64G__visible{opacity:1;transform:translateY(0)}.HeroPanel-module__dQR64G__summaryRow{font-family:var(--mono);justify-content:space-between;align-items:center;padding:3px 0;font-size:11px;display:flex}.HeroPanel-module__dQR64G__summaryRow+.HeroPanel-module__dQR64G__summaryRow{border-top:1px solid #10b98112;margin-top:3px;padding-top:7px}.HeroPanel-module__dQR64G__summaryLabel{color:var(--text-secondary)}.HeroPanel-module__dQR64G__summaryVal{font-weight:600}.HeroPanel-module__dQR64G__summaryVal.HeroPanel-module__dQR64G__g{color:var(--green)}.HeroPanel-module__dQR64G__summaryVal.HeroPanel-module__dQR64G__teal{color:var(--teal-bright)}.HeroPanel-module__dQR64G__summaryVal.HeroPanel-module__dQR64G__blue{color:var(--blue-bright)}.HeroPanel-module__dQR64G__summaryVal.HeroPanel-module__dQR64G__coral{color:var(--coral-bright)}.HeroPanel-module__dQR64G__panelFooter{border-top:1px solid var(--bg-card-border);justify-content:space-between;align-items:center;padding:11px 20px;display:flex}.HeroPanel-module__dQR64G__footerStats{gap:22px;display:flex}.HeroPanel-module__dQR64G__stat{flex-direction:column;gap:1px;display:flex}.HeroPanel-module__dQR64G__statLabel{font-family:var(--mono);text-transform:uppercase;letter-spacing:1px;color:var(--text-tertiary);font-size:9px}.HeroPanel-module__dQR64G__statValue{font-family:var(--mono);color:var(--text-primary);font-size:13px;font-weight:600;transition:color .4s}.HeroPanel-module__dQR64G__statValue.HeroPanel-module__dQR64G__bad{color:var(--red)}.HeroPanel-module__dQR64G__statValue.HeroPanel-module__dQR64G__good{color:var(--green)}.HeroPanel-module__dQR64G__replayBtn{font-family:var(--mono);letter-spacing:.4px;border:1px solid var(--bg-card-border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:7px;padding:5px 13px;font-size:9.5px;font-weight:500;transition:all .3s}.HeroPanel-module__dQR64G__replayBtn:hover{border-color:var(--accent);color:var(--accent-bright);background:#6c5ce712}.HeroPanel-module__dQR64G__rotationBar{background:#ffffff08;height:2px;position:relative;overflow:hidden}.HeroPanel-module__dQR64G__rotationFill{width:0%;height:100%;transition:width linear,background .4s;position:absolute;top:0;left:0}.HeroPanel-module__dQR64G__rotationFill.HeroPanel-module__dQR64G__teal{background:var(--teal)}.HeroPanel-module__dQR64G__rotationFill.HeroPanel-module__dQR64G__blue{background:var(--blue)}.HeroPanel-module__dQR64G__rotationFill.HeroPanel-module__dQR64G__coral{background:var(--coral)}
.Manifesto-module__iTFCjG__section{background:var(--section-bg-4);padding:8rem 1.5rem;transition:background-color .4s}@media (min-width:768px){.Manifesto-module__iTFCjG__section{padding:10rem 3rem}}.Manifesto-module__iTFCjG__container{max-width:80rem;margin:0 auto}.Manifesto-module__iTFCjG__title{letter-spacing:-.03em;color:var(--on-surface);max-width:48rem;margin-bottom:3rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.Manifesto-module__iTFCjG__textGrid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Manifesto-module__iTFCjG__textGrid{grid-template-columns:1fr 1fr;gap:3rem}}.Manifesto-module__iTFCjG__paragraph{color:var(--on-surface-variant);font-size:1.125rem;line-height:1.8}.Manifesto-module__iTFCjG__highlight{color:var(--primary);border-top:2px solid var(--glass-border);max-width:48rem;padding-top:2rem;font-size:1.25rem;font-weight:700;line-height:1.6}
.Products-module__mFS5Ca__section{background:var(--section-bg-1);padding:8rem 0;transition:background-color .4s}.Products-module__mFS5Ca__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.Products-module__mFS5Ca__container{padding:0 3rem}}.Products-module__mFS5Ca__header{text-align:center;margin-bottom:4rem}.Products-module__mFS5Ca__title{letter-spacing:-.02em;color:var(--on-surface);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Products-module__mFS5Ca__subtitle{color:var(--on-surface-variant);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.7}.Products-module__mFS5Ca__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Products-module__mFS5Ca__grid{grid-template-columns:repeat(3,1fr)}}.Products-module__mFS5Ca__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:var(--radius-2xl);flex-direction:column;padding:2.5rem 2rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.Products-module__mFS5Ca__card:hover{box-shadow:var(--card-shadow);transform:translateY(-8px)}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__blue:hover{border-color:#2563eb66}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple:hover{border-color:#7c3aed66}.Products-module__mFS5Ca__cardBadge{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:rgba(var(--primary-rgb), .1);border-radius:9999px;width:fit-content;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.625rem;font-weight:700}.Products-module__mFS5Ca__cardIcon{border-radius:var(--radius-lg);background:rgba(var(--primary-rgb), .1);justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple .Products-module__mFS5Ca__cardBadge{color:var(--secondary);background:rgba(var(--secondary-rgb), .1)}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple .Products-module__mFS5Ca__cardIcon{background:rgba(var(--secondary-rgb), .1)}.Products-module__mFS5Ca__cardIcon .Products-module__mFS5Ca__material-symbols-outlined{color:var(--primary);font-size:1.5rem}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple .Products-module__mFS5Ca__cardIcon .Products-module__mFS5Ca__material-symbols-outlined{color:var(--secondary)}.Products-module__mFS5Ca__cardTitle{color:var(--on-surface);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Products-module__mFS5Ca__cardSubtitle{color:var(--primary);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple .Products-module__mFS5Ca__cardSubtitle{color:var(--secondary)}.Products-module__mFS5Ca__cardDesc{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.Products-module__mFS5Ca__highlights{flex-direction:column;flex-grow:1;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.Products-module__mFS5Ca__highlightItem{color:var(--on-surface-variant);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}.Products-module__mFS5Ca__checkIcon{color:var(--primary);flex-shrink:0;margin-top:.1rem;font-size:1.125rem}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple .Products-module__mFS5Ca__checkIcon{color:var(--secondary)}.Products-module__mFS5Ca__cardCta{color:var(--primary);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;transition:gap .3s;display:inline-flex}.Products-module__mFS5Ca__card.Products-module__mFS5Ca__purple .Products-module__mFS5Ca__cardCta{color:var(--secondary)}.Products-module__mFS5Ca__cardCta:hover{gap:.75rem}.Products-module__mFS5Ca__arrow{transition:transform .3s}.Products-module__mFS5Ca__cardCta:hover .Products-module__mFS5Ca__arrow{transform:translate(4px)}
.Numbers-module__Q9uC7G__section{background:var(--section-bg-2);padding:6rem 0;transition:background-color .4s}.Numbers-module__Q9uC7G__container{text-align:center;max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.Numbers-module__Q9uC7G__container{padding:0 3rem}}.Numbers-module__Q9uC7G__title{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:800}.Numbers-module__Q9uC7G__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.Numbers-module__Q9uC7G__grid{grid-template-columns:repeat(4,1fr)}}.Numbers-module__Q9uC7G__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-2xl);flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;transition:all .4s;display:flex}.Numbers-module__Q9uC7G__card:hover{border-color:var(--glass-border-hover);transform:translateY(-4px)}.Numbers-module__Q9uC7G__icon{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.Numbers-module__Q9uC7G__value{color:var(--on-surface);letter-spacing:-.03em;background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.Numbers-module__Q9uC7G__label{color:var(--on-surface-variant);font-size:.875rem;font-weight:500}
.Cases-module__6KFjxa__section{background:var(--section-bg-3);padding:8rem 0;transition:background-color .4s}.Cases-module__6KFjxa__container{text-align:center;max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.Cases-module__6KFjxa__container{padding:0 3rem}}.Cases-module__6KFjxa__title{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Cases-module__6KFjxa__subtitle{color:var(--on-surface-variant);max-width:36rem;margin:0 auto 4rem;font-size:1.125rem;line-height:1.7}.Cases-module__6KFjxa__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Cases-module__6KFjxa__grid{grid-template-columns:repeat(3,1fr)}}.Cases-module__6KFjxa__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-2xl);text-align:left;padding:2.5rem 2rem;transition:all .5s}.Cases-module__6KFjxa__card:hover{border-color:var(--glass-border-hover);box-shadow:var(--card-shadow);transform:translateY(-4px)}.Cases-module__6KFjxa__quoteIcon{border-radius:var(--radius-lg);background:rgba(var(--primary-rgb), .1);justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1.5rem;display:flex}.Cases-module__6KFjxa__quoteIcon .Cases-module__6KFjxa__material-symbols-outlined{color:var(--primary);font-size:1.25rem}.Cases-module__6KFjxa__quote{color:var(--on-surface);margin-bottom:1.5rem;font-size:1.0625rem;font-style:italic;line-height:1.7}.Cases-module__6KFjxa__role{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:.8125rem;font-weight:700}
.Partners-module__Wk2-ZG__section{background:var(--section-bg-1);padding:8rem 0;transition:background-color .4s}.Partners-module__Wk2-ZG__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.Partners-module__Wk2-ZG__container{padding:0 3rem}}.Partners-module__Wk2-ZG__content{max-width:40rem}.Partners-module__Wk2-ZG__title{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Partners-module__Wk2-ZG__text{color:var(--on-surface-variant);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.Partners-module__Wk2-ZG__cta{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:var(--radius-xl);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.Partners-module__Wk2-ZG__cta:hover{box-shadow:0 8px 32px rgba(var(--primary-rgb), .3);transform:translateY(-2px)}.Partners-module__Wk2-ZG__arrow{transition:transform .3s}.Partners-module__Wk2-ZG__cta:hover .Partners-module__Wk2-ZG__arrow{transform:translate(4px)}
.Blog-module__qgnGkG__section{background:var(--section-bg-2);padding:8rem 0;transition:background-color .4s}.Blog-module__qgnGkG__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.Blog-module__qgnGkG__container{padding:0 3rem}}.Blog-module__qgnGkG__header{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.Blog-module__qgnGkG__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.Blog-module__qgnGkG__title{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:800}.Blog-module__qgnGkG__subtitle{color:var(--on-surface-variant);max-width:28rem;font-size:1rem;line-height:1.6}.Blog-module__qgnGkG__viewAll{color:var(--primary);white-space:nowrap;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;transition:gap .3s;display:inline-flex}.Blog-module__qgnGkG__viewAll:hover{gap:.75rem}.Blog-module__qgnGkG__arrow{transition:transform .3s}.Blog-module__qgnGkG__viewAll:hover .Blog-module__qgnGkG__arrow{transform:translate(4px)}.Blog-module__qgnGkG__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Blog-module__qgnGkG__grid{grid-template-columns:repeat(3,1fr)}}.Blog-module__qgnGkG__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-2xl);flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;transition:all .4s;display:flex}.Blog-module__qgnGkG__card:hover{border-color:var(--glass-border-hover);box-shadow:var(--card-shadow);transform:translateY(-4px)}.Blog-module__qgnGkG__category{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:rgba(var(--primary-rgb), .1);border-radius:9999px;width:fit-content;padding:.25rem .75rem;font-size:.6875rem;font-weight:700}.Blog-module__qgnGkG__cardTitle{color:var(--on-surface);flex-grow:1;font-size:1.125rem;font-weight:700;line-height:1.4}.Blog-module__qgnGkG__date{color:var(--on-surface-variant);font-size:.8125rem}
.Careers-module__ONApjW__section{background:var(--section-bg-3);padding:8rem 0;transition:background-color .4s}.Careers-module__ONApjW__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.Careers-module__ONApjW__container{padding:0 3rem}}.Careers-module__ONApjW__content{text-align:center;max-width:42rem;margin:0 auto}.Careers-module__ONApjW__title{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Careers-module__ONApjW__text{color:var(--on-surface-variant);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.Careers-module__ONApjW__cta{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-xl);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.Careers-module__ONApjW__cta:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.Careers-module__ONApjW__arrow{transition:transform .3s}.Careers-module__ONApjW__cta:hover .Careers-module__ONApjW__arrow{transform:translate(4px)}.Careers-module__ONApjW__ctaDisabled{opacity:.5;cursor:not-allowed;pointer-events:none;color:var(--on-surface-variant)!important;border-color:var(--glass-border)!important}
.FinalCTA-module__G4Qm-G__section{background:var(--section-bg-4);text-align:center;padding:8rem 0;transition:background-color .4s;position:relative;overflow:hidden}.FinalCTA-module__G4Qm-G__section:before{content:"";background:radial-gradient(ellipse 50% 60% at 50% 100%, rgba(var(--primary-rgb), .1) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.FinalCTA-module__G4Qm-G__container{z-index:1;max-width:48rem;margin:0 auto;padding:0 1.5rem;position:relative}.FinalCTA-module__G4Qm-G__title{color:var(--on-surface);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.FinalCTA-module__G4Qm-G__subtitle{color:var(--on-surface-variant);max-width:36rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.FinalCTA-module__G4Qm-G__ctas{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.FinalCTA-module__G4Qm-G__ctas{flex-direction:row}}.FinalCTA-module__G4Qm-G__ctaPrimary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:var(--radius-xl);box-shadow:0 8px 32px rgba(var(--primary-rgb), .3);justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex}.FinalCTA-module__G4Qm-G__ctaPrimary:hover{box-shadow:0 12px 40px rgba(var(--primary-rgb), .45);transform:translateY(-2px)}.FinalCTA-module__G4Qm-G__ctaSecondary{background:var(--glass-bg);color:var(--on-surface);border-radius:var(--radius-xl);border:1px solid var(--glass-border);justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex}.FinalCTA-module__G4Qm-G__ctaSecondary:hover{background:var(--glass-bg-hover);transform:translateY(-2px)}
.Footer-module__S6Hkya__footer{background:var(--footer-bg);border-top:1px solid var(--glass-border);z-index:1;padding:4rem 1.5rem 2rem;transition:background-color .4s;position:relative}@media (min-width:768px){.Footer-module__S6Hkya__footer{padding:5rem 3rem 2rem}}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem;max-width:80rem;margin:0 auto;display:grid}@media (min-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem}}.Footer-module__S6Hkya__brand{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.Footer-module__S6Hkya__logoSvg{width:2rem;height:auto}.Footer-module__S6Hkya__logoTextWrapper{align-items:flex-end;display:flex}.Footer-module__S6Hkya__logoText{color:var(--on-surface);letter-spacing:-.04em;font-size:1.75rem;font-weight:700;line-height:1}.Footer-module__S6Hkya__iconAiWrapper{align-items:center;gap:.25rem;margin-bottom:.15rem;margin-left:.35rem;display:flex}.Footer-module__S6Hkya__iconAiDot{background-color:#4f46e5;border-radius:50%;width:10px;height:10px}.Footer-module__S6Hkya__iconAiText{color:var(--on-surface);letter-spacing:.05em;font-size:.8125rem;font-weight:800;line-height:1}.Footer-module__S6Hkya__brandTagline{color:var(--primary);margin-bottom:1rem;font-size:.875rem;font-weight:600}.Footer-module__S6Hkya__brandCopy{color:var(--on-surface-variant);opacity:.6;margin-top:.5rem;font-size:.75rem}.Footer-module__S6Hkya__companyInfo{flex-direction:column;gap:.25rem;margin-bottom:.5rem;display:flex}.Footer-module__S6Hkya__infoLine{color:var(--on-surface-variant);font-size:.8125rem}.Footer-module__S6Hkya__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__columnTitle{color:var(--on-surface);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.Footer-module__S6Hkya__link{color:var(--on-surface-variant);font-size:.875rem;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--primary)}.Footer-module__S6Hkya__socials{gap:.75rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__socialLink{border-radius:var(--radius-lg);background:var(--glass-bg);width:2rem;height:2rem;color:var(--on-surface-variant);border:1px solid var(--glass-border);justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary);border-color:var(--glass-border-hover)}.Footer-module__S6Hkya__socialLink .Footer-module__S6Hkya__material-symbols-outlined{font-size:.875rem}
