:root{--altcha-border-color:var(--altcha-color-neutral);--altcha-border-width:1px;--altcha-border-radius:6px;--altcha-color-base:var(--lightningcss-light,oklch(100% .00011 271.152))var(--lightningcss-dark,oklch(20.904% .00002 271.152));--altcha-color-base-content:var(--lightningcss-light,oklch(20.904% .00002 271.152))var(--lightningcss-dark,oklch(100% .00011 271.152));--altcha-color-error:oklch(51.284% .20527 28.678);--altcha-color-error-content:oklch(100% .00011 271.152);--altcha-color-neutral:var(--lightningcss-light,oklch(83.591% .0001 271.152))var(--lightningcss-dark,oklch(46.04% .00005 271.152));--altcha-color-neutral-content:var(--lightningcss-light,oklch(46.76% .00005 271.152))var(--lightningcss-dark,oklch(100% .00011 271.152));--altcha-color-primary:oklch(40.279% .2449 268.131);--altcha-color-primary-content:oklch(100% .00011 271.152);--altcha-color-success:oklch(55.748% .18968 142.511);--altcha-color-success-content:oklch(100% .00011 271.152);--altcha-checkbox-border-color:var(--lightningcss-light,oklch(66.494% .00233 15.434))var(--lightningcss-dark,oklch(51.028% .00006 271.152));--altcha-checkbox-border-radius:5px;--altcha-checkbox-border-width:var(--altcha-border-width);--altcha-checkbox-outline:2px solid var(--altcha-checkbox-outline-color);--altcha-checkbox-outline-color:-webkit-focus-ring-color;--altcha-checkbox-outline-offset:2px;--altcha-checkbox-size:22px;--altcha-checkbox-transition-duration:var(--altcha-transition-duration);--altcha-input-background-color:var(--altcha-color-base);--altcha-input-border-radius:3px;--altcha-input-border-width:1px;--altcha-input-color:var(--altcha-color-base-content);--altcha-max-width:320px;--altcha-padding:.75rem;--altcha-popover-arrow-size:6px;--altcha-popover-color:var(--altcha-border-color);--altcha-shadow:drop-shadow(3px 3px 6px oklch(0% 0 0/.2));--altcha-spinner-color:var(--altcha-color-base-content);--altcha-switch-background-color:var(--altcha-color-neutral);--altcha-switch-border-radius:calc(infinity*1px);--altcha-switch-height:var(--altcha-checkbox-size);--altcha-switch-padding:.25rem;--altcha-switch-width:calc(var(--altcha-checkbox-size)*1.75);--altcha-switch-toggle-border-radius:100%;--altcha-switch-toggle-color:var(--altcha-color-neutral-content);--altcha-switch-toggle-size:calc(var(--altcha-switch-height) - var(--altcha-switch-padding)*2);--altcha-transition-duration:.6s;--altcha-z-index:100000000;--altcha-z-index-popover:1000000000}@supports ((-moz-appearance:none)){:root{--altcha-checkbox-outline-color:var(--altcha-color-primary)}}.altcha{all:revert-layer;font-family:inherit;font-size:inherit;display:none;position:relative}.altcha[data-visible]{display:block}.altcha *,.altcha-popover,.altcha-popover *{all:revert-layer;box-sizing:border-box;font-family:inherit;font-size:inherit;line-height:1.25}.altcha a,.altcha-popover a{color:currentColor;text-decoration:none}.altcha a:hover,.altcha-popover a:hover{color:currentColor}.altcha-main{background-color:var(--altcha-color-base);border:var(--altcha-border-width,1px) solid var(--altcha-border-color);border-radius:var(--altcha-border-radius,0);color:var(--altcha-color-base-content);max-width:var(--altcha-max-width,100%);padding:var(--altcha-padding);flex-direction:column;justify-content:space-between;align-items:start;gap:.5rem;display:flex}.altcha-main>*{width:100%;display:flex}.altcha-main>:first-child{flex-grow:1}.altcha-checkbox-wrap{flex-direction:row;flex-grow:1;align-items:center;gap:.5rem;display:flex}.altcha-checkbox-wrap>*{display:flex}.altcha-logo{opacity:.7}.altcha-footer{opacity:.7;flex-grow:1;justify-content:flex-end;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.altcha-footer p{margin:0;padding:0}.altcha-error{font-size:.85rem}.altcha-button{background:var(--altcha-color-primary);border:var(--altcha-input-border-width) solid var(--altcha-color-primary);border-radius:var(--altcha-input-border-radius);color:var(--altcha-color-primary-content);cursor:pointer;align-items:center;gap:.5rem;padding:.35rem;font-size:.9rem;display:flex}.altcha-button:focus{border-color:var(--altcha-color-primary);outline:var(--altcha-checkbox-outline);outline-offset:var(--altcha-checkbox-outline-offset)}.altcha-button>.altcha-spinner,.altcha-button>svg{width:20px;height:20px}.altcha-button-secondary{border-color:var(--altcha-color-neutral);color:var(--altcha-color-neutral-content);background:0 0}.altcha-input{background:var(--altcha-input-background-color);border:var(--altcha-input-border-width) solid var(--altcha-color-neutral);border-radius:var(--altcha-input-border-radius);color:var(--altcha-input-color);flex-grow:1;width:auto;min-width:0;padding:.25rem;font-size:1rem}.altcha-input:focus{border-color:var(--altcha-color-primary);outline:var(--altcha-checkbox-outline);outline-offset:var(--altcha-checkbox-outline-offset)}.altcha-spinner{border:var(--altcha-checkbox-border-width) solid var(--altcha-spinner-color);opacity:.7;border-bottom-color:#0000;border-right-color:#0000;border-radius:100%;animation:.6s linear infinite altcha-rotate}.altcha-popover{background-color:var(--altcha-color-base);border:var(--altcha-border-width) solid var(--altcha-border-color);border-radius:var(--altcha-border-radius);color:var(--altcha-color-base-content);filter:var(--altcha-shadow);left:calc(var(--altcha-padding)/2);max-width:calc(var(--altcha-max-width) - var(--altcha-padding));top:calc(var(--altcha-padding) + var(--altcha-checkbox-size) + var(--altcha-popover-arrow-size));z-index:var(--altcha-z-index-popover);position:absolute}.altcha-popover-arrow{border-bottom-color:#0000;border:var(--altcha-popover-arrow-size) solid transparent;border-bottom:var(--altcha-popover-arrow-size) solid var(--altcha-popover-color);content:"";height:0;left:calc(var(--altcha-checkbox-size)/2);top:calc(var(--altcha-popover-arrow-size)*-2);width:0;position:absolute}.altcha-popover-content{max-height:100dvh;padding:var(--altcha-padding);overflow:auto}.altcha-popover[data-top=true][data-display=standard]{bottom:calc(100% - var(--altcha-padding) + var(--altcha-popover-arrow-size));top:auto}.altcha-popover[data-top=true][data-display=standard] .altcha-popover-arrow{border-bottom-color:#0000;border-top-color:var(--altcha-popover-color);bottom:calc(var(--altcha-popover-arrow-size)*-2);top:auto}.altcha-popover[data-variant=error]{--altcha-popover-color:var(--altcha-color-error);background-color:var(--altcha-color-error);border-color:var(--altcha-color-error);color:var(--altcha-color-error-content)}.altcha-popover[data-variant=error] .altcha-popover-content{padding:calc(var(--altcha-padding)/1.5) var(--altcha-padding)}.altcha-popover[data-display=overlay]{animation:.5s forwards altcha-overlay-slidein;top:45%;transform:translate(-50%,-50%)}.altcha-popover[data-display=bottomsheet],.altcha-popover[data-display=overlay]{width:var(--altcha-max-width);z-index:var(--altcha-z-index);position:fixed;left:50%}.altcha-popover[data-display=bottomsheet]{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;animation:.5s forwards altcha-bottomsheet-slideup;top:auto;bottom:-100%;transform:translate(-50%)}.altcha-popover[data-display=bottomsheet] .altcha-popover-content{padding-bottom:calc(var(--altcha-padding)*2)}.altcha-popover-backdrop{background:var(--altcha-color-base-content);opacity:.1;z-index:var(--altcha-z-index);transition:opacity .5s;position:fixed;inset:0}.altcha-popover-close{color:var(--altcha-color-base-content);cursor:pointer;text-align:center;height:1.25rem;text-shadow:0 0 1px var(--altcha-color-base);width:1.25rem;z-index:var(--altcha-z-index);font-size:1rem;line-height:.95;display:inline-block;position:absolute;top:-1.5rem;right:0}[dir=rtl] .altcha-popover{left:auto;right:calc(var(--altcha-padding)/2)}[dir=rtl] .altcha-popover-arrow{left:auto;right:calc(var(--altcha-checkbox-size)/2)}[dir=rtl] .altcha-popover-close{left:0;right:auto}.altcha-popover[data-display=bottomsheet] .altcha-footer,.altcha-popover[data-display=overlay] .altcha-footer{justify-content:center;align-items:center;gap:.5rem;padding-top:1rem}.altcha-popover[data-display=bottomsheet] .altcha-footer svg,.altcha-popover[data-display=overlay] .altcha-footer svg{vertical-align:middle;width:18px;height:18px}.altcha-code-challenge>form{flex-direction:column;gap:.5rem;display:flex}.altcha-code-challenge-title{font-weight:600}.altcha-code-challenge-text{font-size:.85rem}.altcha-code-challenge-image{border:var(--altcha-input-border-width) solid var(--altcha-color-neutral);border-radius:var(--altcha-input-border-radius);object-fit:contain;background:#fff;height:50px}.altcha-code-challenge-row{gap:.5rem;display:flex}.altcha-code-challenge-buttons{margin-top:var(--altcha-padding);flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.altcha-code-challenge-buttons button{justify-content:center;width:100%}.altcha-checkbox{position:relative}.altcha-checkbox,.altcha-checkbox input{cursor:pointer;height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size)}.altcha-checkbox input{appearance:none;background:var(--altcha-input-background-color);border:var(--altcha-checkbox-border-width,2px) solid var(--altcha-checkbox-border-color);border-radius:var(--altcha-checkbox-border-radius);margin:0;padding:0;position:absolute;top:0;left:0}.altcha-checkbox input:before{background:var(--altcha-color-neutral);border-radius:var(--altcha-checkbox-border-radius);content:"";width:100%;height:100%;display:block;transform:scale(0)}.altcha-checkbox input:checked{background-color:var(--altcha-color-success);border-color:var(--altcha-color-success)}.altcha-checkbox input:checked:before{background-color:var(--altcha-color-success);opacity:0;transition:all var(--altcha-checkbox-transition-duration) ease;transition-delay:.1s;transform:scale(2.2)}.altcha-checkbox svg{--altcha-radio-svg-size:calc(var(--altcha-checkbox-size)*.5);--altcha-radio-svg-offset:calc(var(--altcha-checkbox-size)*.25);fill:none;height:var(--altcha-radio-svg-size);left:var(--altcha-radio-svg-offset);opacity:0;stroke:currentColor;stroke-dasharray:16;stroke-dashoffset:16px;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;top:var(--altcha-radio-svg-offset);width:var(--altcha-radio-svg-size);position:absolute;transform:translateZ(0)}.altcha-checkbox input:checked+svg{color:var(--altcha-color-success-content);opacity:1;stroke-dashoffset:0;transition:all var(--altcha-checkbox-transition-duration) ease;transition-delay:.1s}.altcha-checkbox-spinner{height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size);display:none;position:absolute;top:0;left:0}.altcha-checkbox[data-loading=true] input{appearance:none;opacity:0;pointer-events:none}.altcha-checkbox[data-loading=true] .altcha-checkbox-spinner{display:block}.altcha-checkbox-native{position:relative}.altcha-checkbox-native,.altcha-checkbox-native input{height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size)}.altcha-checkbox-native input{margin:0}.altcha-checkbox-native-spinner{height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size);display:none;position:absolute;top:0;left:0}.altcha-checkbox-native[data-loading=true] input{appearance:none;opacity:0;pointer-events:none}.altcha-checkbox-native[data-loading=true] .altcha-checkbox-native-spinner{display:block}.altcha-switch{background-color:var(--altcha-switch-background-color);border-radius:var(--altcha-switch-border-radius);height:var(--altcha-switch-height);padding:var(--altcha-switch-padding);width:var(--altcha-switch-width);align-items:center;display:flex;position:relative}.altcha-switch:focus-within{outline:var(--altcha-checkbox-outline);outline-offset:var(--altcha-checkbox-outline-offset)}.altcha-switch input{appearance:none;cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.altcha-switch-toggle{background-color:var(--altcha-switch-toggle-color);border-radius:var(--altcha-switch-toggle-border-radius);cursor:pointer;left:var(--altcha-switch-padding);justify-content:center;align-items:center;transition:width .15s ease-out,left .15s ease-out;display:flex;position:absolute}.altcha-switch-spinner,.altcha-switch-toggle{height:var(--altcha-switch-toggle-size);width:var(--altcha-switch-toggle-size)}.altcha-switch-spinner{display:none}.altcha-switch[data-loading=true]{pointer-events:none}.altcha-switch[data-loading=true] .altcha-switch-spinner{display:block}.altcha-switch[data-loading=true] .altcha-switch-toggle{left:calc(50% - var(--altcha-switch-toggle-size)/2);background-color:#0000}[data-state=verified] .altcha-switch{--altcha-switch-background-color:var(--altcha-color-success)}[data-state=verified] .altcha-switch-toggle{background-color:var(--altcha-color-success-content)}[data-state=verified] .altcha-switch-toggle,[dir=rtl] .altcha-switch-toggle{left:calc(100% - var(--altcha-switch-height) + var(--altcha-switch-padding))}[dir=rtl][data-state=verified] .altcha-switch-toggle{left:var(--altcha-switch-padding)}.altcha-floating-arrow{border:6px solid #0000;border-bottom:6px solid var(--altcha-border-color);content:"";width:0;height:0;position:absolute;top:-12px;left:12px}.altcha-overlay-backdrop{transition:opacity var(--altcha-transition-duration);z-index:var(--altcha-z-index);position:fixed;inset:0}.altcha-overlay-close{color:currentColor;cursor:pointer;text-align:center;height:1rem;text-shadow:0 0 1px var(--altcha-color-base);width:1rem;z-index:var(--altcha-z-index);font-size:1rem;line-height:.85;display:inline-block;position:absolute;top:-1.5rem;right:0}.altcha[data-display=overlay]{animation:altcha-overlay-slidein var(--altcha-transition-duration) forwards;filter:var(--altcha-shadow);opacity:0;z-index:var(--altcha-z-index);position:fixed;top:45%;left:50%;transform:translate(-50%,-50%)}.altcha[data-display=overlay] .altcha-main{width:var(--altcha-max-width)}.altcha[data-display=floating]{filter:var(--altcha-shadow);left:var(--altcha-floating-left,-100%);top:var(--altcha-floating-top,-100%);z-index:var(--altcha-z-index);display:none;position:fixed}.altcha[data-display=floating] .altcha-main{width:var(--altcha-max-width)}.altcha[data-display=floating][data-floating-position=top] .altcha-floating-arrow{border-bottom-color:#0000;border-top-color:var(--altcha-border-color);top:auto;bottom:-12px}.altcha[data-display=floating][data-visible]{display:flex}.altcha[data-display=bar]{filter:var(--altcha-shadow);transition:bottom var(--altcha-transition-duration),top var(--altcha-transition-duration);z-index:var(--altcha-z-index);position:fixed;bottom:-100%;left:0;right:0}.altcha[data-display=bar] .altcha-main{border-width:var(--altcha-border-width) 0 0 0;border-radius:0;flex-direction:row;align-items:center;max-width:100%!important}.altcha[data-display=bar] .altcha-main>*{width:auto}.altcha[data-display=bar][data-placement=top]{top:-100%;bottom:auto}.altcha[data-display=bar][data-placement=top] .altcha-main{border-width:0 0 var(--altcha-border-width) 0}.altcha[data-display=bar][data-placement=bottom]:not([data-state=unverified]){bottom:0}.altcha[data-display=bar][data-placement=top]:not([data-state=unverified]){top:0}.altcha[data-display=invisible]{display:none}@keyframes altcha-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes altcha-bottomsheet-slideup{to{bottom:0}}@keyframes altcha-overlay-slidein{to{opacity:1;top:50%}}.hitech-demo[data-v-30ede361]{--ht-night:#07111f;--ht-navy:#0b1c2e;--ht-panel:#102a40;--ht-cyan:#1dcee7;--ht-amber:#ff9f43;--ht-white:#f7fbff;--ht-muted:#9db4c7;--ht-line:#214157;min-width:320px;color:var(--ht-white);background:var(--ht-night);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.hitech-demo[data-v-30ede361] *,.hitech-demo[data-v-30ede361] :before,.hitech-demo[data-v-30ede361] :after{box-sizing:border-box}.hitech-demo a[data-v-30ede361]{color:inherit;text-decoration:none}.hitech-demo h1[data-v-30ede361],.hitech-demo h2[data-v-30ede361],.hitech-demo h3[data-v-30ede361],.hitech-demo p[data-v-30ede361]{margin-top:0}.demo-ribbon[data-v-30ede361]{color:#d9e8f3;border-bottom:1px solid var(--ht-line);letter-spacing:.06em;text-transform:uppercase;background:#0d2235;justify-content:center;align-items:center;gap:18px;min-height:34px;padding:6px 20px;font-size:.72rem;font-weight:700;display:flex}.demo-ribbon a[data-v-30ede361]{color:var(--ht-cyan);align-items:center;gap:5px;display:inline-flex}.ht-header[data-v-30ede361]{z-index:20;background:linear-gradient(#07111fd1,#07111f00);border-bottom:1px solid #9db4c733;justify-content:space-between;align-items:center;width:100%;min-height:88px;padding:0 clamp(22px,5vw,82px);display:flex;position:absolute;top:34px;left:0}.ht-brand[data-v-30ede361]{align-items:center;gap:11px;display:inline-flex}.ht-mark[data-v-30ede361]{letter-spacing:-.12em;align-items:center;gap:2px;font-size:1.45rem;font-weight:900;display:inline-flex}.ht-mark i[data-v-30ede361]{font-style:normal}.ht-mark b[data-v-30ede361]{color:var(--ht-cyan);font-size:.86em}.ht-brand-copy[data-v-30ede361]{line-height:1;display:grid}.ht-brand-copy strong[data-v-30ede361]{letter-spacing:.14em;font-size:.86rem}.ht-brand-copy small[data-v-30ede361]{color:var(--ht-muted);letter-spacing:.25em;margin-top:3px;font-size:.57rem;font-weight:800}.ht-header nav[data-v-30ede361]{align-items:center;gap:28px;display:flex}.ht-header nav>a[data-v-30ede361]{color:#d8e5ee;font-size:.84rem;font-weight:750}.ht-header nav>a[data-v-30ede361]:not(.ht-nav-cta):hover{color:var(--ht-cyan)}.ht-nav-cta[data-v-30ede361]{background:var(--ht-cyan);border-radius:4px;align-items:center;gap:8px;min-height:44px;padding:0 17px;display:inline-flex;color:var(--ht-night)!important}.ht-menu[data-v-30ede361]{border:1px solid var(--ht-line);width:44px;height:44px;color:var(--ht-white);background:#07111fcc;border-radius:4px;justify-content:center;align-items:center;display:none}.ht-hero[data-v-30ede361]{isolation:isolate;align-items:center;min-height:820px;padding:150px clamp(22px,6.4vw,108px) 74px;display:flex;position:relative}.hero-photo[data-v-30ede361],.hero-shade[data-v-30ede361],.hero-grid[data-v-30ede361]{position:absolute;inset:0}.hero-photo[data-v-30ede361]{z-index:-4;background:url(/assets/hitech/hitech-event-hero.webp) 50%/cover no-repeat}.hero-shade[data-v-30ede361]{z-index:-3;background:linear-gradient(90deg,#07111ffa 0%,#07111feb 40%,#07111f7a 70%,#07111f33 100%),linear-gradient(#0000 45%,#07111f9e)}.hero-grid[data-v-30ede361]{z-index:-2;opacity:.16;background-image:linear-gradient(#1dcee729 1px,#0000 1px),linear-gradient(90deg,#1dcee729 1px,#0000 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,#000,#0000 70%);mask-image:linear-gradient(90deg,#000,#0000 70%)}.hero-content[data-v-30ede361]{width:min(720px,60vw)}.ht-kicker[data-v-30ede361]{color:var(--ht-cyan);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:17px;font-size:.76rem;font-weight:900;display:flex}.ht-kicker.amber[data-v-30ede361]{color:var(--ht-amber)}.ht-hero h1[data-v-30ede361]{letter-spacing:-.065em;text-transform:uppercase;text-wrap:balance;max-width:720px;margin-bottom:26px;font-size:clamp(3.8rem,7.2vw,7.1rem);line-height:.88}.hero-lede[data-v-30ede361]{color:#c2d2de;max-width:650px;margin-bottom:31px;font-size:clamp(1.04rem,1.7vw,1.28rem);line-height:1.62}.hero-actions[data-v-30ede361],.contact-actions[data-v-30ede361]{flex-wrap:wrap;gap:12px;display:flex}.ht-button[data-v-30ede361]{border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 20px;font-weight:850;display:inline-flex}.ht-button.primary[data-v-30ede361]{color:var(--ht-night);background:var(--ht-cyan)}.ht-button.primary[data-v-30ede361]:hover{background:#75e8f5;transform:translateY(-2px)}.ht-button.ghost[data-v-30ede361]{background:#07111f4d;border-color:#f7fbff57}.ht-button.ghost[data-v-30ede361]:hover{border-color:var(--ht-cyan);color:var(--ht-cyan)}.linkedin-glyph[data-v-30ede361]{border:1px solid;border-radius:2px;place-items:center;width:19px;height:19px;font-size:.68rem;font-weight:900;line-height:1;display:inline-grid}.hero-status[data-v-30ede361]{border-left:2px solid var(--ht-cyan);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07111fad;gap:5px;padding:15px 18px;display:grid;position:absolute;bottom:48px;right:clamp(22px,5vw,80px)}.hero-status span[data-v-30ede361]{color:var(--ht-cyan);letter-spacing:.16em;text-transform:uppercase;font-size:.67rem;font-weight:900}.hero-status strong[data-v-30ede361]{text-transform:uppercase;font-size:.85rem}.proof-band[data-v-30ede361]{background:var(--ht-line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.proof-band>div[data-v-30ede361]{background:var(--ht-panel);min-height:146px;padding:32px clamp(22px,4vw,62px)}.proof-band strong[data-v-30ede361]{color:var(--ht-cyan);font-size:clamp(1.9rem,3vw,2.7rem);line-height:1;display:block}.proof-band span[data-v-30ede361]{color:var(--ht-muted);margin-top:9px;font-size:.78rem;font-weight:800;display:block}.ht-section[data-v-30ede361]{padding:clamp(76px,9vw,132px) clamp(22px,6.4vw,108px);scroll-margin-top:30px}.section-heading[data-v-30ede361]{max-width:920px;margin-bottom:44px}.section-heading h2[data-v-30ede361],.process-intro h2[data-v-30ede361],.work-copy h2[data-v-30ede361],.ht-contact h2[data-v-30ede361]{letter-spacing:-.055em;text-transform:uppercase;text-wrap:balance;margin-bottom:18px;font-size:clamp(2.7rem,5.7vw,5.4rem);line-height:.95}.section-heading>p[data-v-30ede361]:last-child,.split-heading>p[data-v-30ede361],.process-intro>p[data-v-30ede361],.work-copy>p[data-v-30ede361],.ht-contact>div>p[data-v-30ede361]{color:var(--ht-muted);font-size:1.08rem;line-height:1.7}.services-section[data-v-30ede361]{background:var(--ht-navy)}.service-grid[data-v-30ede361]{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.service-card[data-v-30ede361]{border:1px solid var(--ht-line);background:#07111f8f;flex-direction:column;min-height:390px;padding:28px;transition:transform .25s,border-color .25s,background .25s;display:flex}.service-card[data-v-30ede361]:hover{border-color:var(--ht-cyan);background:#0c2234;transform:translateY(-7px)}.card-topline[data-v-30ede361]{color:var(--ht-cyan);justify-content:space-between;align-items:center;margin-bottom:72px;display:flex}.card-topline span[data-v-30ede361]{color:var(--ht-muted);letter-spacing:.16em;font-size:.76rem;font-weight:900}.service-card h3[data-v-30ede361]{margin-bottom:14px;font-size:1.4rem}.service-card p[data-v-30ede361]{color:var(--ht-muted);line-height:1.65}.service-card>a[data-v-30ede361]{color:var(--ht-cyan);align-items:center;gap:8px;margin-top:auto;font-size:.82rem;font-weight:850;display:inline-flex}.markets-section[data-v-30ede361]{background:var(--ht-night)}.split-heading[data-v-30ede361]{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);align-items:end;gap:70px;max-width:none;display:grid}.split-heading h2[data-v-30ede361]{margin-bottom:0}.market-grid[data-v-30ede361]{border:1px solid var(--ht-line);grid-template-columns:repeat(4,1fr);display:grid}.market-grid article[data-v-30ede361]{border-right:1px solid var(--ht-line);background:linear-gradient(145deg,#102a40c2,#07111f99);min-height:260px;padding:32px 28px}.market-grid article[data-v-30ede361]:last-child{border-right:0}.market-grid svg[data-v-30ede361]{color:var(--ht-amber)}.market-grid h3[data-v-30ede361]{margin:60px 0 12px;font-size:1.35rem}.market-grid p[data-v-30ede361]{color:var(--ht-muted);line-height:1.6}.process-section[data-v-30ede361]{background:var(--ht-navy);grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:clamp(50px,8vw,120px);display:grid}.process-intro[data-v-30ede361]{align-self:start;position:sticky;top:42px}.process-intro ul[data-v-30ede361]{color:#d6e4ed;gap:13px;margin:28px 0 0;padding:0;list-style:none;display:grid}.process-intro li[data-v-30ede361]{align-items:center;gap:10px;display:flex}.process-intro li svg[data-v-30ede361]{color:var(--ht-cyan)}.process-list[data-v-30ede361]{border-top:1px solid var(--ht-line);margin:0;padding:0;list-style:none}.process-list li[data-v-30ede361]{border-bottom:1px solid var(--ht-line);grid-template-columns:74px 1fr;gap:24px;padding:31px 0;display:grid}.process-list>li>span[data-v-30ede361]{color:var(--ht-cyan);letter-spacing:.16em;font-size:.75rem;font-weight:900}.process-list h3[data-v-30ede361]{margin-bottom:8px;font-size:1.45rem}.process-list p[data-v-30ede361]{max-width:580px;color:var(--ht-muted);margin:0;line-height:1.62}.work-section[data-v-30ede361]{background:var(--ht-night);grid-template-columns:1fr .8fr;align-items:center;gap:clamp(40px,7vw,100px);display:grid}.work-details[data-v-30ede361]{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.work-details span[data-v-30ede361]{border:1px solid var(--ht-line);color:#d5e2eb;align-items:center;gap:8px;padding:10px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.work-details svg[data-v-30ede361]{color:var(--ht-cyan)}.work-visual[data-v-30ede361]{border:1px solid var(--ht-line);background:linear-gradient(145deg,#0b263c,#0a1827);flex-direction:column;justify-content:center;min-height:500px;padding:50px;display:flex;position:relative;overflow:hidden}.work-visual strong[data-v-30ede361]{z-index:1;color:var(--ht-white);letter-spacing:-.07em;font-size:clamp(3.6rem,6vw,6.2rem);line-height:.8;position:relative}.work-visual strong[data-v-30ede361]:nth-of-type(2){color:var(--ht-cyan)}.work-visual span[data-v-30ede361]{z-index:1;max-width:350px;color:var(--ht-muted);margin-top:34px;line-height:1.55;position:relative}.signal-rings[data-v-30ede361],.signal-rings i[data-v-30ede361]{border:1px solid #1dcee73d;border-radius:50%;position:absolute}.signal-rings[data-v-30ede361]{width:460px;height:460px;top:-110px;right:-160px}.signal-rings i[data-v-30ede361]:first-child{inset:60px}.signal-rings i[data-v-30ede361]:nth-child(2){inset:120px}.signal-rings i[data-v-30ede361]:nth-child(3){background:#1dcee71f;inset:180px}.testimonial-section[data-v-30ede361]{background:var(--ht-navy)}.testimonial-grid[data-v-30ede361]{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.testimonial-grid figure[data-v-30ede361]{border-top:3px solid var(--ht-cyan);background:var(--ht-white);min-height:330px;color:var(--ht-night);flex-direction:column;margin:0;padding:32px;display:flex}.testimonial-grid blockquote[data-v-30ede361]{margin:0;font-size:clamp(1.25rem,2vw,1.68rem);font-weight:800;line-height:1.3}.testimonial-grid figcaption[data-v-30ede361]{border-top:1px solid #d7e1e8;gap:4px;margin-top:auto;padding-top:30px;display:grid}.testimonial-grid figcaption strong[data-v-30ede361]{font-size:.9rem}.testimonial-grid figcaption span[data-v-30ede361]{color:#60717e;font-size:.78rem}.ht-contact[data-v-30ede361]{background:var(--ht-panel);padding:clamp(76px,9vw,130px) clamp(22px,6.4vw,108px)}.ht-contact>div[data-v-30ede361]{border:1px solid var(--ht-line);background:radial-gradient(circle at 88% 8%, #1dcee729, transparent 35%), var(--ht-night);max-width:1180px;padding:clamp(42px,7vw,88px)}.ht-contact h2[data-v-30ede361]{max-width:1000px}.ht-contact>div>p[data-v-30ede361]{max-width:720px}.contact-actions[data-v-30ede361]{margin-top:28px}.ht-footer[data-v-30ede361]{border-top:1px solid var(--ht-line);background:var(--ht-night);grid-template-columns:1fr auto;align-items:center;gap:20px;padding:34px clamp(22px,6.4vw,108px);display:grid}.ht-footer p[data-v-30ede361]{color:var(--ht-muted);margin:0;font-size:.75rem}.ht-footer .demo-note[data-v-30ede361]{color:#658196;grid-column:1/-1}@media (width<=1050px){.ht-header nav[data-v-30ede361]{gap:18px}.hero-content[data-v-30ede361]{width:min(680px,74vw)}.service-grid[data-v-30ede361],.market-grid[data-v-30ede361]{grid-template-columns:repeat(2,1fr)}.market-grid article[data-v-30ede361]{border-bottom:1px solid var(--ht-line)}.market-grid article[data-v-30ede361]:nth-child(2){border-right:0}.process-section[data-v-30ede361]{grid-template-columns:1fr}.process-intro[data-v-30ede361]{position:static}}@media (width<=760px){.demo-ribbon[data-v-30ede361]{justify-content:space-between;gap:8px;font-size:.58rem}.demo-ribbon>span[data-v-30ede361]{max-width:210px}.ht-header[data-v-30ede361]{min-height:74px;top:41px}.ht-menu[data-v-30ede361]{display:inline-flex}.ht-header nav[data-v-30ede361]{border:1px solid var(--ht-line);background:#07111ffa;align-items:stretch;padding:16px;display:none;position:absolute;top:74px;left:16px;right:16px;box-shadow:0 22px 44px #00000057}.ht-header nav.open[data-v-30ede361]{display:grid}.ht-header nav>a[data-v-30ede361]{align-items:center;min-height:44px;padding:0 10px}.ht-hero[data-v-30ede361]{align-items:flex-end;min-height:780px;padding-top:150px;padding-bottom:80px}.hero-photo[data-v-30ede361]{background-position:67%}.hero-shade[data-v-30ede361]{background:linear-gradient(#07111f47 0%,#07111fdb 38%,#07111ffa 100%)}.hero-content[data-v-30ede361]{width:100%}.ht-hero h1[data-v-30ede361]{max-width:620px;font-size:clamp(3.05rem,14vw,5rem)}.hero-status[data-v-30ede361]{display:none}.proof-band[data-v-30ede361]{grid-template-columns:repeat(2,1fr)}.proof-band>div[data-v-30ede361]{min-height:120px}.split-heading[data-v-30ede361],.work-section[data-v-30ede361]{grid-template-columns:1fr;gap:34px}.testimonial-grid[data-v-30ede361]{grid-template-columns:1fr}.testimonial-grid figure[data-v-30ede361]{min-height:260px}.ht-footer[data-v-30ede361]{grid-template-columns:1fr}.ht-footer .demo-note[data-v-30ede361]{grid-column:auto}}@media (width<=520px){.ht-brand-copy[data-v-30ede361]{display:none}.service-grid[data-v-30ede361],.market-grid[data-v-30ede361]{grid-template-columns:1fr}.service-card[data-v-30ede361]{min-height:330px}.market-grid article[data-v-30ede361],.market-grid article[data-v-30ede361]:nth-child(2){border-right:0}.process-list li[data-v-30ede361]{grid-template-columns:48px 1fr;gap:12px}.work-visual[data-v-30ede361]{min-height:410px;padding:34px 26px}.contact-actions[data-v-30ede361],.contact-actions .ht-button[data-v-30ede361]{width:100%}}@media (prefers-reduced-motion:reduce){.hitech-demo[data-v-30ede361] *,.hitech-demo[data-v-30ede361] :before,.hitech-demo[data-v-30ede361] :after{scroll-behavior:auto!important;transition:none!important}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#101820;--muted:#53616d;--line:#d8e0e6;--surface:#f7f9fb;--paper:#fff;--accent:#0f766e;--accent-dark:#0d4f4b;--signal:#b7410e;--navy:#152238;--shadow:0 18px 44px #10182024;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #d8e0e6db;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:14px clamp(18px,5vw,64px);display:flex;position:sticky;top:0}.brand{min-width:0;color:var(--ink);align-items:center;gap:12px;font-weight:800;display:inline-flex}.brand img{object-fit:contain;flex:none;width:42px;height:42px}.brand span{white-space:nowrap}nav{align-items:center;gap:8px;display:flex}nav a,nav button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-weight:700;display:inline-flex}nav a:hover,nav button:hover{background:var(--surface);color:var(--ink)}.nav-cta{background:var(--accent);color:#fff}nav .nav-cta:hover{background:var(--accent-dark);color:#fff}.menu-button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);background:#fff;border-radius:6px;justify-content:center;align-items:center;display:none}.hero{align-items:end;min-height:min(760px,100vh - 72px);padding:clamp(56px,8vw,96px) clamp(20px,5vw,68px);display:grid;position:relative;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#101820eb 0%,#101820b8 48%,#10182052 100%),linear-gradient(#1018201a,#1018207a)}.hero-content{z-index:1;color:#fff;max-width:790px;position:relative}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:900}.hero .eyebrow{color:#8ce3d9}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:780px;margin-bottom:18px;font-size:clamp(3rem,9vw,6.6rem);line-height:.92}h2{letter-spacing:0;margin-bottom:16px;font-size:clamp(2rem,4.8vw,3.6rem);line-height:1.02}h3{margin-bottom:10px;font-size:1.12rem;line-height:1.24}.hero-copy{color:#ffffffe0;max-width:670px;margin-bottom:28px;font-size:clamp(1.05rem,1.9vw,1.32rem)}.hero-actions,.direct-contact{flex-wrap:wrap;gap:12px;display:flex}.primary-action,.secondary-action,.submit-button{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-weight:800;display:inline-flex}.primary-action,.submit-button{background:var(--accent);color:#fff}.primary-action:hover,.submit-button:hover:not(:disabled){background:var(--accent-dark)}.secondary-action{color:#fff;border-color:#ffffff6b}.secondary-action:hover{background:#ffffff1a}.stat-band{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.stat{background:var(--navy);color:#fff;min-height:120px;padding:26px clamp(20px,5vw,64px)}.stat strong{color:#8ce3d9;margin-bottom:4px;font-size:2rem;line-height:1;display:block}.stat span{color:#ffffffd1;font-weight:700}.section{padding:clamp(64px,9vw,116px) clamp(20px,5vw,68px)}.section-heading{max-width:840px;margin-bottom:34px}.section-heading p,.ai-copy p,.split-section p,.about-panel p,.focus-list p,.contact-copy p,.legal-content p,.page-hero p{color:var(--muted);font-size:1.03rem}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:244px;padding:24px;box-shadow:0 10px 24px #1018200f}.service-card svg,.ai-card svg,.credential-row svg,.about-panel svg,.focus-list svg{color:var(--accent)}.service-card p{color:var(--muted)}.ai-section{background:var(--surface)}.ai-layout{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:start;gap:clamp(28px,6vw,76px);display:grid}.ai-copy{position:sticky;top:100px}.inline-action{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:800;display:inline-flex}.inline-action:hover{background:var(--accent-dark)}.ai-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.ai-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:216px;padding:22px;box-shadow:0 10px 24px #1018200d}.ai-card p{color:var(--muted)}.split-section,.about-section,.contact-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(28px,6vw,76px);display:grid}.split-section{background:var(--surface)}.credential-list{gap:10px;display:grid}.credential-row{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:12px;min-height:54px;padding:14px 16px;font-weight:750;display:flex}.about-panel{background:var(--navy);color:#fff;box-shadow:var(--shadow);border-radius:8px;padding:32px}.about-panel p{color:#ffffffc7}.focus-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.focus-list div{border-top:1px solid var(--line);padding:20px 0}.contact-section{background:#eef4f5}.direct-contact a{min-height:40px;color:var(--accent-dark);align-items:center;font-weight:800;display:inline-flex}.contact-form{border:1px solid var(--line);width:100%;box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:16px;padding:clamp(20px,4vw,30px);display:grid}.field-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}label{color:var(--ink);gap:7px;font-weight:800;display:grid}label span{font-size:.92rem}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #bfccd5;border-radius:6px}input,select{min-height:46px;padding:0 12px}textarea{resize:vertical;min-height:150px;padding:12px}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:3px solid #0f766e2e}.captcha-box{min-height:74px}.submit-button{border:0;width:fit-content}.submit-button:disabled{cursor:not-allowed;opacity:.58}.form-status{margin:0;font-weight:800}.form-status.success{color:var(--accent-dark)}.form-status.error{color:#9d2b11}.page-hero{background:var(--navy);color:#fff;padding:clamp(62px,8vw,104px) clamp(20px,5vw,68px)}.page-hero p{color:#fffc;max-width:760px}.legal-content{max-width:860px;padding:clamp(48px,7vw,84px) clamp(20px,5vw,68px)}.legal-content h2{margin-top:28px;font-size:1.45rem}.legal-content a{color:var(--accent-dark);text-underline-offset:3px;font-weight:800;text-decoration:underline}.legal-link-list{margin:-2px 0 32px;padding-left:20px}.legal-link-list a{color:var(--accent-dark);text-underline-offset:3px;font-weight:800;text-decoration:underline}.effective-date{color:var(--muted)}.site-footer{background:var(--navy);color:#fff;justify-content:space-between;align-items:flex-start;gap:24px;padding:34px clamp(20px,5vw,68px);display:flex}.site-footer div:first-child{gap:4px;display:grid}.site-footer span,.site-footer a{color:#ffffffc7}.footer-links{flex-wrap:wrap;gap:16px;display:flex}.site-footer a{text-underline-offset:4px;font-weight:800;text-decoration:underline}@media (width<=900px){.menu-button{display:inline-flex}.brand span{text-overflow:ellipsis;max-width:62vw;overflow:hidden}nav{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 18px;display:none;position:absolute;top:71px;left:0;right:0;box-shadow:0 18px 28px #1018201f}nav.open{display:flex}nav a,nav button{justify-content:flex-start;min-height:46px}.hero{min-height:680px}.stat-band,.service-grid,.ai-layout,.split-section,.about-section,.contact-section{grid-template-columns:1fr}.service-card{min-height:unset}.ai-copy{position:static}.site-footer{display:grid}}@media (width<=620px){.site-header{padding-inline:14px}.brand span{max-width:58vw;font-size:.9rem}.hero{min-height:620px;padding:48px 18px}h1{font-size:3.1rem}.hero-actions,.primary-action,.secondary-action,.submit-button,.field-pair,.ai-grid,.focus-list{grid-template-columns:1fr;width:100%}.primary-action,.secondary-action,.submit-button{width:100%}}
