@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";:root{--navy-900:#0A1430;--navy-800:#0E1F47;--navy-700:#16305C;--navy-600:#1C3A73;--sol:#F26A1B;--ambar:#F4A62A;--verde:#2E9E6B;--areia:#F6F1E7;--sand-0:#FFFFFF;--sand-50:#FBFAF7;--sand-100:#F6F1E7;--sand-200:#EFE9DA;--sand-300:#E7E2D6;--slate-100:#C9D4E8;--slate-200:#9FB0CF;--slate-300:#8EA0C4;--slate-400:#8895AD;--slate-500:#6B7A99;--slate-600:#5B6784;--slate-700:#48566F;--slate-800:#42506B;--danger:#B3261E;--danger-soft:#FBEDEC;--success:var(--verde);--success-soft:#E7F4EE;--warning:var(--ambar);--warning-soft:#FDF3E1;--accent-soft:#FDEDE2;--surface-page:var(--areia);--surface-card:var(--sand-0);--surface-subtle:var(--sand-50);--surface-sunken:var(--sand-200);--surface-dark:var(--navy-800);--surface-dark-alt:var(--navy-700);--surface-inverse-text:#FFFFFF;--text-strong:var(--navy-900);--text-body:var(--navy-800);--text-secondary:var(--slate-800);--text-muted:var(--slate-500);--text-faint:var(--slate-400);--text-accent:var(--sol);--text-on-dark:#FFFFFF;--text-on-dark-muted:var(--slate-100);--text-on-dark-faint:var(--slate-300);--border-hairline:var(--sand-300);--border-strong:#D6CFBE;--border-dark:rgba(255,255,255,.14);--border-focus:var(--sol);--action-primary:var(--navy-800);--action-primary-hover:var(--navy-700);--action-primary-active:var(--navy-900);--action-accent:var(--sol);--action-accent-hover:#D95C13;--action-accent-active:#C0500D;--action-ghost-hover:rgba(14,31,71,.06);--action-ghost-active:rgba(14,31,71,.12);--action-disabled-bg:var(--sand-200);--action-disabled-text:var(--slate-400);--gradient-brand:linear-gradient(150deg,#0E1F47,#1C3A73);--gradient-brand-hero:linear-gradient(150deg,#0E1F47,#16305C 60%,#1C3A73);--gradient-symbol:linear-gradient(180deg,#16305C,#0E1F47);--glow-sol:radial-gradient(circle,rgba(242,106,27,.34),transparent 62%)}:root{--font-display:"Space Grotesk",system-ui,sans-serif;--font-text:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--text-2xs:11.5px;--text-xs:12px;--text-sm:12.5px;--text-sm-plus:13px;--text-base:14px;--text-base-plus:14.5px;--text-md:15.5px;--text-lg:16px;--text-xl:19px;--text-2xl:20px;--text-3xl:26px;--text-display:44px;--text-hero:clamp(30px,5vw,44px);--leading-tight:1.05;--leading-snug:1.25;--leading-normal:1.45;--leading-body:1.55;--tracking-tight:-.02em;--tracking-snug:-.01em;--tracking-normal:0;--tracking-wide:.06em;--tracking-kicker:.2em;--tracking-eyebrow:.28em;--measure-lead:760px;--measure-body:560px}:root{--space-1:2px;--space-2:6px;--space-3:8px;--space-4:10px;--space-5:12px;--space-6:14px;--space-7:16px;--space-8:18px;--space-9:22px;--space-10:26px;--space-11:30px;--space-12:34px;--space-13:40px;--space-14:44px;--space-15:56px;--space-16:70px;--gutter-page:26px;--section-y:56px;--grid-gap:22px;--grid-gap-tight:18px;--container-max:1080px;--control-h-sm:32px;--control-h-md:40px;--control-h-lg:48px}:root{--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:16px;--radius-xl:18px;--radius-pill:999px;--radius-control:10px}:root{--shadow-none:none;--shadow-hairline:inset 0 0 0 1px var(--border-hairline);--shadow-sm:0 1px 2px rgba(14,31,71,.05);--shadow-md:0 6px 18px rgba(14,31,71,.07);--shadow-lg:0 18px 44px rgba(14,31,71,.12);--shadow-dark:0 20px 50px rgba(10,20,48,.35);--ring-focus:0 0 0 3px rgba(242,106,27,.32);--ring-focus-dark:0 0 0 3px rgba(244,166,42,.42);--blur-veil:saturate(140%) blur(14px)}:root{--ease-standard:cubic-bezier(.2,.6,.2,1);--ease-out:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--duration-fast:.12s;--duration-base:.18s;--duration-slow:.28s;--duration-veil:.4s;--transition-control:background-color var(--duration-base) var(--ease-standard),color var(--duration-base) var(--ease-standard),border-color var(--duration-base) var(--ease-standard),box-shadow var(--duration-base) var(--ease-standard);--press-scale:.98}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-text);font-size:var(--text-lg);line-height:var(--leading-body);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);margin:0;letter-spacing:var(--tracking-snug);font-weight:var(--weight-semibold);color:var(--text-strong)}p{margin:0;text-wrap:pretty}code,kbd,samp{font-family:var(--font-mono)}a{color:var(--sol);text-decoration:none;transition:color var(--duration-base) var(--ease-standard)}a:hover{color:var(--action-accent-hover);text-decoration:underline;text-underline-offset:3px}::selection{background:#f26a1b38}:focus-visible{outline:none;box-shadow:var(--ring-focus)}:root{--st-head-h: 62px;--st-gutter: clamp(18px, 5vw, 26px);--st-band-y: clamp(56px, 9vw, 96px)}@media(min-width:700px){:root{--st-head-h: 72px}}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.st-wrap{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--st-gutter)}.st-band{padding:var(--st-band-y) 0}.st-band--light{background:var(--surface-page)}.st-band--plain{background:var(--surface-card)}.st-band--dark{background:var(--gradient-brand);color:var(--text-on-dark-muted)}.st-band[id]{scroll-margin-top:var(--st-head-h)}.st-skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--navy-800);color:#fff;padding:10px 16px;border-radius:0 0 var(--radius-sm) 0;font-size:var(--text-base);font-weight:var(--weight-semibold)}.st-skip:focus{left:0;color:#fff;text-decoration:none}.st-lead{color:var(--text-secondary);font-size:var(--text-md);max-width:var(--measure-lead)}.st-band--dark .st-lead{color:var(--text-on-dark-muted)}.st-head{position:sticky;top:0;z-index:30;background:#0a1430e0;backdrop-filter:var(--blur-veil);-webkit-backdrop-filter:var(--blur-veil);border-bottom:1px solid var(--border-dark)}.st-head--open{background:var(--navy-900)}.st-head__in{display:flex;align-items:center;gap:var(--space-6);height:var(--st-head-h)}.st-head__mark{display:flex;align-items:center;flex:none}.st-head__mark:hover{text-decoration:none}.st-head__mark img{height:26px}@media(min-width:700px){.st-head__mark img{height:30px}}.st-head__nav{display:none;margin-left:auto;gap:var(--space-9)}.st-head__link{position:relative;background:none;border:none;padding:var(--space-2) 0;cursor:pointer;font-family:var(--font-text);font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--text-on-dark-faint);transition:color var(--duration-base) var(--ease-standard)}.st-head__link:hover{color:#fff}.st-head__link[aria-current=true]{color:#fff;font-weight:var(--weight-semibold)}.st-head__link[aria-current=true]:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--ambar)}.st-head__link:focus-visible{outline:none;box-shadow:var(--ring-focus-dark);border-radius:var(--radius-xs)}.st-head__side{display:flex;align-items:center;gap:var(--space-5);margin-left:auto}@media(min-width:1000px){.st-head__nav{display:flex}.st-head__side{margin-left:0}}.st-head__cta{display:none}@media(min-width:700px){.st-head__cta{display:inline-flex}}.st-burger{display:inline-flex}@media(min-width:1000px){.st-burger{display:none}}.st-lang{display:inline-flex;padding:2px;border-radius:var(--radius-pill);background:#ffffff1a;border:1px solid var(--border-dark)}.st-lang button{border:none;background:transparent;cursor:pointer;padding:4px 11px;border-radius:var(--radius-pill);font-family:var(--font-text);font-size:var(--text-2xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);color:var(--text-on-dark-faint);transition:var(--transition-control)}.st-lang button:hover{color:#fff}.st-lang button[aria-pressed=true]{background:#fff;color:var(--navy-800)}.st-lang button:focus-visible{outline:none;box-shadow:var(--ring-focus-dark)}.st-menu{display:flex;flex-direction:column;gap:var(--space-1);padding-top:var(--space-3);padding-bottom:var(--space-9);border-top:1px solid var(--border-dark)}@media(min-width:1000px){.st-menu{display:none}}.st-menu button:not(.t83-btn){text-align:left;background:none;border:none;cursor:pointer;padding:var(--space-5) 0;font-family:var(--font-text);font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--text-on-dark-muted)}.st-menu button:not(.t83-btn)[aria-current=true]{color:#fff;font-weight:var(--weight-semibold)}.st-menu .t83-btn{margin-top:var(--space-5)}.st-hero{position:relative;overflow:hidden;background:var(--gradient-brand-hero);color:var(--text-on-dark-muted);padding:clamp(64px,13vw,132px) 0 clamp(56px,11vw,112px)}.st-hero__mark{position:absolute;right:clamp(-40px,-2vw,0px);top:50%;transform:translateY(-50%);font-family:var(--font-display);font-weight:var(--weight-bold);font-size:clamp(220px,34vw,420px);line-height:1;color:#ffffff0a;-webkit-user-select:none;user-select:none;pointer-events:none}.st-hero__glow{position:absolute;width:620px;height:620px;right:-180px;top:-220px;background:var(--glow-sol);opacity:.5;pointer-events:none}.st-hero__in{position:relative;z-index:1;max-width:720px}.st-hero__kicker{font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-kicker);text-transform:uppercase;color:var(--ambar);margin-bottom:var(--space-6)}.st-hero h1{font-size:var(--text-hero);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:#fff;margin-bottom:var(--space-8)}.st-hero h1 em{font-style:normal;color:var(--ambar)}.st-hero__lead{font-size:var(--text-lg);color:var(--text-on-dark-muted);max-width:var(--measure-lead)}.st-hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-5);margin-top:var(--space-12)}.st-hero__place{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-12);font-size:var(--text-base);color:var(--text-on-dark-faint)}.st-hero__place:before{content:"";width:8px;height:8px;border-radius:var(--radius-pill);background:var(--verde);flex:none}.st-grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr;margin-top:var(--space-13)}@media(min-width:700px){.st-grid--3,.st-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.st-grid--2{grid-template-columns:repeat(2,1fr)}.st-grid--3{grid-template-columns:repeat(3,1fr)}.st-grid--4{grid-template-columns:repeat(4,1fr)}}.st-panel{padding:var(--space-9);border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid var(--border-dark);height:100%}.st-feature{height:100%}.st-feature__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);margin-bottom:var(--space-8)}.st-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:var(--radius-md);background:var(--accent-soft);color:var(--sol)}.st-feature h3{font-size:var(--text-xl);margin-bottom:var(--space-4)}.st-feature p{color:var(--text-secondary);font-size:var(--text-base-plus)}.st-feature--dark{display:flex;flex-direction:column}.st-feature--dark .st-feature__icon{background:#f4a62a1f;color:var(--ambar)}.st-feature--dark h3{color:#fff}.st-feature--dark p{color:var(--text-on-dark-muted)}.st-feature[id]{scroll-margin-top:calc(var(--st-head-h) + var(--space-9))}.st-cardlink{display:inline-flex;align-items:center;gap:var(--space-2);align-self:flex-start;margin-top:auto;padding-top:var(--space-9);font-size:var(--text-base);font-weight:var(--weight-semibold)}.st-feature--dark .st-cardlink{color:var(--ambar)}.st-feature--dark .st-cardlink:hover{color:#fff;text-decoration:none}.st-note{display:flex;gap:var(--space-5);margin-top:var(--space-11);padding-top:var(--space-9);border-top:1px solid var(--border-hairline);color:var(--text-muted);font-size:var(--text-sm-plus);max-width:var(--measure-lead)}.st-note>span:first-child{flex:none;color:var(--text-faint);margin-top:2px}.st-products__actions{margin-top:var(--space-12)}.st-stat__v{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--weight-bold);color:var(--ambar);line-height:var(--leading-tight);margin-bottom:var(--space-4)}.st-stat__l{font-size:var(--text-base);color:var(--text-on-dark-muted)}.st-person{display:flex;flex-direction:column;height:100%}.st-person__top{display:flex;align-items:center;gap:var(--space-6);margin-bottom:var(--space-8)}.st-person__avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex:none;border-radius:var(--radius-md);background:var(--gradient-symbol);color:var(--ambar)}.st-person h3{font-size:var(--text-xl)}.st-person__role{font-size:var(--text-sm-plus);color:var(--text-muted);margin-top:2px}.st-person__bio{color:var(--text-secondary);font-size:var(--text-base-plus)}.st-person__tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-8)}.st-contact{display:grid;gap:clamp(34px,5vw,56px);grid-template-columns:1fr;margin-top:var(--space-13)}@media(min-width:1000px){.st-contact{grid-template-columns:1.15fr .85fr}}.st-form{display:flex;flex-direction:column;gap:var(--space-7)}.st-form__row{display:grid;gap:var(--space-7);grid-template-columns:1fr}@media(min-width:700px){.st-form__row{grid-template-columns:1fr 1fr}}.st-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-7);margin-top:var(--space-2)}.st-channels{display:flex;flex-direction:column;gap:var(--space-5)}.st-channel-link{display:block;color:inherit}.st-channel-link:hover{color:inherit;text-decoration:none}.st-channel{display:flex;align-items:center;gap:var(--space-6)}.st-channel__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border-radius:var(--radius-sm);background:var(--surface-sunken);color:var(--navy-700)}.st-channel__t{font-family:var(--font-display);font-size:var(--text-base-plus);font-weight:var(--weight-semibold);color:var(--text-strong)}.st-channel__v{font-size:var(--text-base);color:var(--text-muted)}.st-foot{background:var(--navy-900);color:var(--text-on-dark-muted);padding:clamp(44px,7vw,64px) 0 var(--space-11)}.st-foot__top{display:flex;flex-direction:column;gap:var(--space-11)}@media(min-width:700px){.st-foot__top{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--space-13)}}.st-foot__tagline{margin-top:var(--space-7);font-size:var(--text-base);max-width:340px;color:var(--text-on-dark-faint)}.st-foot__nav{display:flex;flex-wrap:wrap;gap:var(--space-6) var(--space-11)}.st-foot__nav button{background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-text);font-size:var(--text-base);color:var(--text-on-dark-muted);transition:color var(--duration-base) var(--ease-standard)}.st-foot__nav button:hover{color:#fff}.st-foot__nav button:focus-visible{outline:none;box-shadow:var(--ring-focus-dark);border-radius:var(--radius-xs)}.st-foot__legal{margin-top:var(--space-13);padding-top:var(--space-9);border-top:1px solid var(--border-dark);font-size:var(--text-sm);color:var(--text-on-dark-faint);display:flex;flex-direction:column;gap:var(--space-2)}.st-foot__legal strong{color:var(--text-on-dark-muted);font-weight:var(--weight-semibold)}.st-toasts{position:fixed;z-index:50;left:var(--st-gutter);right:var(--st-gutter);bottom:var(--st-gutter);display:flex;justify-content:center}@media(min-width:700px){.st-toasts{left:auto;right:var(--space-10);bottom:var(--space-10)}}.st-toasts .t83-toast{min-width:0}#root{min-height:100vh;display:flex;flex-direction:column}#root>main{flex:1}
