.home-hero-root{position:relative;min-height:320vh;overflow-x:hidden;width:100vw;max-width:none;margin-left:calc(-50vw + 50%);box-sizing:border-box}.home-hero-root .home-hero-section{position:relative;width:100%}.home-hero-root .hero-title{font-family:var(--font-family-heading);font-size:clamp(3.5rem,8vw + 1rem,8.5rem);color:var(--muted-foreground);text-align:center;margin-top:0;margin-bottom:0;opacity:0;transform:scale(.9);transition:color 2.5s ease,transform 2.5s ease,opacity 2.5s ease,text-shadow 2.5s ease;position:relative;z-index:2}@media(max-width:768px){.home-hero-root .hero-title{font-size:clamp(3rem,8vw + .85rem,7.5rem)}}.home-hero-root .hero-title.active{color:var(--color-text-inverse);transform:scale(1);opacity:1;text-shadow:0 0 16px rgba(255,255,255,.35)}@keyframes home-hero-title-dissolve{0%{color:var(--color-text-inverse);opacity:1;text-shadow:0 0 16px rgba(255,255,255,.35)}22%{color:#737f96;opacity:1;text-shadow:0 0 10px rgba(255,255,255,.18)}29%{color:#454a54;opacity:1;text-shadow:none}56%{color:#353a46;opacity:.78;text-shadow:none}67%{color:#121b2b;opacity:.52;text-shadow:none}75%{color:#071022;opacity:.3;text-shadow:none}85%{color:#040c1e;opacity:.14;text-shadow:none}93%{color:var(--background);opacity:.04;text-shadow:none}to{color:var(--background);opacity:0;text-shadow:none}}.home-hero-root .hero-title.active.fade-out{animation:home-hero-title-dissolve 6s linear forwards;pointer-events:none}@media(prefers-reduced-motion:reduce){.home-hero-root .hero-title.active.fade-out{animation:none;color:var(--background);opacity:0;text-shadow:none;transition:opacity .35s ease,color .35s ease}}.home-hero-root .home-hero-section>.hero-ai-area{min-height:100dvh}.home-hero-root .hero-post-intro{position:absolute;inset:0;z-index:5;display:grid;grid-template-rows:1fr auto 1fr;grid-template-columns:minmax(0,1fr);justify-items:center;align-items:start;padding-inline:1rem;padding-bottom:clamp(1rem,4vh,2.5rem);visibility:hidden;pointer-events:none}.home-hero-root .hero-post-intro__upper{grid-row:3;align-self:start;width:min(100%,72rem);display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:clamp(.65rem,1.75vw,1.35rem)}.home-hero-root .hero-post-intro__headline,.home-hero-root .hero-post-intro__announcement-slot,.home-hero-root .hero-post-intro__tagline,.home-hero-root .hero-post-intro__cta-wrap{opacity:0;transform:translateY(14px)}.home-hero-root .hero-post-intro__announcement-slot{grid-row:2;align-self:center;justify-self:center;width:min(100%,64rem);max-width:100%;margin:0;display:block;transition:opacity .9s ease,transform .9s ease}.home-hero-root .hero-post-intro__headline{grid-row:2;justify-self:center;box-sizing:border-box;width:min(100%,72rem);max-width:100%;margin:0;display:grid;gap:.2rem;justify-items:center;text-align:center;font-family:var(--font-family-heading);font-size:clamp(2.25rem,5vw + .8rem,5.4rem);line-height:1.05;color:var(--color-text-inverse);text-shadow:0 0 14px rgba(255,255,255,.22);transition:opacity .9s ease,transform .9s ease}.home-hero-root .hero-post-intro__headline>span{display:block;width:100%;text-align:center;text-wrap:balance}.home-hero-root .hero-post-intro__tagline{margin:0;font-size:clamp(.95rem,.75vw + .72rem,1.25rem);letter-spacing:.025em;color:var(--color-text-inverse-soft);transition:opacity 2s ease,transform 2s ease}.home-hero-root .hero-post-intro__cta-wrap{margin-top:clamp(1.1rem,2vw,1.6rem);transition:opacity .55s ease,transform .55s ease}.home-hero-root .hero-post-intro.hero-post-intro--visible{visibility:visible;pointer-events:auto;z-index:102}.home-hero-root .hero-post-intro.hero-post-intro--visible .hero-post-intro__headline,.home-hero-root .hero-post-intro.hero-post-intro--visible .hero-post-intro__tagline{opacity:1;transform:translateY(0)}.home-hero-root .hero-post-intro.hero-post-intro--visible .hero-post-intro__announcement-slot{opacity:1;transform:translateY(.35rem)}.home-hero-root .hero-post-intro.hero-post-intro--cta-visible .hero-post-intro__cta-wrap{opacity:1;transform:translateY(0)}@media(max-width:768px){.home-hero-root .hero-post-intro__upper{width:min(100%,34rem)}.home-hero-root .hero-post-intro__headline{width:min(100%,34rem);font-size:clamp(2.625rem,6.5vw + .9rem,4.25rem)}}@media(prefers-reduced-motion:reduce){.home-hero-root .hero-post-intro__headline,.home-hero-root .hero-post-intro__tagline,.home-hero-root .hero-post-intro__cta-wrap,.home-hero-root .hero-post-intro__announcement-slot{transition-duration:.2s;transform:none}.home-hero-root .hero-post-intro.hero-post-intro--visible .hero-post-intro__announcement-slot{transform:none}}.home-hero-root .hero-ball{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;object-fit:fill;object-position:center;z-index:1;pointer-events:none;opacity:0;visibility:hidden;transition:transform 2s ease-in-out,opacity 2s ease-in-out,left 2s ease,top 2s ease,z-index .2s linear,filter 1.5s ease-in}@media(min-width:769px){.home-hero-root .hero-ball{width:500px;height:500px}}.home-hero-root .hero-ball.hero-ball--visible{opacity:1;visibility:visible}.home-hero-root .hero-ball.front{z-index:3}.home-hero-root .hero-ball.sticky-center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.home-hero-root .hero-ball.sticky-top{position:fixed;top:-30%;left:50%;transform:translate(-50%)}@media(max-width:768px){.home-hero-root .hero-ball.sticky-top{top:10%}}.home-hero-root .hero-ball.to-back{z-index:0}.home-hero-root .hero-ball.to-left{top:65%;left:30%;z-index:100;position:fixed}@media(max-width:768px){.home-hero-root .hero-ball.to-left:not(.explode){left:50%!important;top:70%!important;z-index:-1!important}.home-hero-root .hero-ball.to-left.explode{z-index:99999!important}}@keyframes hero-ball-explode{0%{transform:translate(-50%,-50%) scale(1);filter:blur(0) brightness(1);opacity:1;z-index:100}40%{transform:translate(-50%,-50%) scale(20);filter:blur(12px) brightness(1.4);opacity:.6;z-index:100}to{transform:translate(-50%,-50%) scale(100);filter:blur(0) brightness(.5);opacity:0;z-index:100}}.home-hero-root .hero-ball.explode{animation:hero-ball-explode 3.5s ease-in-out forwards;pointer-events:none}@keyframes hero-ball-implode{0%{transform:translate(-50%,-50%) scale(.25);filter:blur(10px) brightness(1.15);opacity:0}20%{transform:translate(-50%,-50%) scale(.8);filter:blur(0) brightness(1);opacity:.75}to{transform:translate(-50%,-50%) scale(1);filter:blur(0) brightness(1);opacity:1}}.home-hero-root .hero-ball.implode-small{animation:hero-ball-implode .9s ease-out forwards;pointer-events:none}.home-hero-root .hero-mesh-video-section video{transition:opacity 1.2s ease}.home-hero-root .hero-mesh-video-section video.hero-mesh-visible{opacity:1!important}.home-hero-root .hero-mesh-video-section{min-height:70vh;padding-top:16rem;margin-top:2rem}@media(min-width:768px){.home-hero-root .hero-mesh-video-section{margin-top:4rem}}.home-hero-root .hero-mesh-video-content{padding:5rem 1.5rem 2rem 2rem;color:var(--color-text-inverse)}@media(min-width:768px){.home-hero-root .hero-mesh-video-content{padding-right:2.5rem;padding-left:2rem}}.home-hero-root .hero-mesh-video-content .hero-mesh-video-title{font-family:var(--font-family-heading);font-size:var(--thinkia-heading-2);font-weight:700;line-height:1.2;letter-spacing:-.5px;color:var(--color-text-inverse)}@media(max-width:118.25rem){.home-hero-root .hero-mesh-video-content .hero-mesh-video-title{font-size:clamp(2rem,5.5vw + .5rem,4.5rem)}}.home-hero-root .hero-mesh-video-content .hero-mesh-video-desc{font-size:clamp(.9375rem,1.2vw + .2rem,1.125rem);line-height:1.7;color:var(--color-text-inverse-soft)}.home-hero-root .hero-subtitle-section{position:relative;z-index:101;margin-bottom:4rem}@media(min-width:768px){.home-hero-root .hero-subtitle-section{margin-bottom:6rem}}.home-hero-root .hero-subtitle-section #thinkiaText{word-wrap:break-word;overflow-wrap:break-word;line-height:1.6;font-size:var(--hero-subtitle-size)}.home-hero-root .hero-subtitle-section .word{white-space:nowrap;display:inline-block}.home-hero-root .hero-subtitle-section .gradient-word{display:inline-block}.home-hero-root .hero-subtitle-section .fade-letter{font-size:var(--hero-subtitle-size);line-height:1;font-weight:700;display:inline-block;color:var(--color-text-inverse);transition:opacity .12s ease-out}.home-hero-root .hero-subtitle-section .group-gradient{background:linear-gradient(90deg,var(--thinkia-accent-hex) 0%,var(--thinkia-accent-hex) 60%,#c000fd 100%);-webkit-background-clip:text;background-clip:text;display:inline-block}.home-hero-root .hero-subtitle-section .group-gradient .fade-letter.revealed{color:transparent!important;-webkit-text-fill-color:transparent!important}.mesh-layers-section{width:100vw;max-width:none;margin-left:calc(-50vw + 50%);margin-top:4rem;box-sizing:border-box;background:transparent}@media(min-width:768px){.mesh-layers-section{margin-top:6rem}}.mesh-layers-section .mesh-layers-video{width:100%;min-width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center}.mesh-layer-title{font-family:var(--font-family-heading);font-size:clamp(1rem,1.5vw + .25rem,1.25rem);font-weight:600;line-height:1.3;letter-spacing:.02em}.mesh-layer-desc{font-size:clamp(.875rem,1vw + .2rem,1rem);line-height:1.6}.mesh-layer-line{display:block;transform-origin:left;transform:scaleX(0)}.mesh-layer-line--reveal.mesh-layer-line--in-view{animation:mesh-line-reveal .7s ease-out forwards}@keyframes mesh-line-reveal{to{transform:scaleX(1)}}.built-different-terminal{height:320px;background:var(--card);color:var(--foreground);font-size:.9375rem;line-height:1.6;white-space:pre-wrap;overflow-y:auto;border:1px solid var(--border);border-radius:6px;padding:1.25rem 1.5rem;box-shadow:0 0 12px #00ffff1f;text-align:left;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Courier New,monospace;scrollbar-width:thin;scrollbar-color:var(--border) var(--card)}.built-different-terminal::-webkit-scrollbar{width:6px}.built-different-terminal::-webkit-scrollbar-track{background:var(--card)}.built-different-terminal::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.built-different-terminal .terminal-cursor{display:inline-block;width:10px;height:1.2em;background-color:var(--foreground);margin-left:2px;animation:built-different-blink .6s steps(1) infinite;vertical-align:bottom}@keyframes built-different-blink{0%,to{opacity:1}50%{opacity:0}}.built-different-terminal .terminal-command{color:var(--foreground)}.built-different-terminal .terminal-highlight{color:var(--primary)}.hero-announcement[data-astro-cid-sv5tqham]{position:relative;width:100%;border-radius:24px;padding:1px;background:linear-gradient(135deg,#ffffff38,#ffffff0f 40%,#785aff2e);isolation:isolate}.hero-announcement[data-astro-cid-sv5tqham]:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#1412506b,#28166e52 45%,#0a28826b);z-index:-1}.hero-announcement__inner[data-astro-cid-sv5tqham]{position:relative;border-radius:inherit;box-sizing:border-box;padding:clamp(2.25rem,3.5vw,2.65rem) 2.25rem clamp(2rem,3.25vw,2.35rem);min-height:8.5rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);background:linear-gradient(135deg,#080c326b,#14105a52);box-shadow:0 8px 40px #00000052,inset 0 1px #ffffff14}.hero-announcement__left[data-astro-cid-sv5tqham]{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1.125rem;text-align:left;align-self:center}.hero-announcement__headline[data-astro-cid-sv5tqham]{margin:0;font-family:var(--font-family-heading);font-size:clamp(1.05rem,1.55vw + .25rem,1.625rem);font-weight:600;line-height:1.4;color:#fff;letter-spacing:-.005em;text-shadow:0 1px 12px rgba(0,0,0,.25)}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta.btn-gradient-underline--arrow-like-contact{width:fit-content;max-width:100%;font-size:.8125rem;padding:4px 14px 5px calc(12px + 1.1em)}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta.btn-gradient-underline--arrow-like-contact:hover{padding:4px calc(12px + 1.1em) 5px 14px}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta.btn-gradient-underline--arrow-like-contact:before,.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta.btn-gradient-underline--arrow-like-contact:after{left:12px;right:12px}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta .btn-thinkia-arrow{font-size:9px}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta .btn-thinkia-arrow--left{left:11px}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta .btn-thinkia-arrow--right{right:12px}.hero-announcement__right[data-astro-cid-sv5tqham]{flex-shrink:0;align-self:center}.hero-announcement__logos[data-astro-cid-sv5tqham]{display:flex;align-items:center;gap:1.75rem}.hero-announcement__mark[data-astro-cid-sv5tqham]{display:block;height:28px;width:auto;flex-shrink:0}.hero-announcement__mark--partner[data-astro-cid-sv5tqham]{max-width:108px;object-fit:contain;object-position:left center}.hero-announcement__mark--thinkia[data-astro-cid-sv5tqham]{max-width:132px;object-fit:contain;object-position:left center}.hero-announcement__divider[data-astro-cid-sv5tqham]{width:1px;align-self:stretch;min-height:28px;max-height:40px;background:linear-gradient(180deg,#fff0,#ffffff52,#fff0);flex-shrink:0}@media(max-width:768px){.hero-announcement__inner[data-astro-cid-sv5tqham]{flex-direction:column;align-items:center;padding:1.75rem 1.5rem;min-height:0;gap:1.5rem}.hero-announcement__left[data-astro-cid-sv5tqham]{align-items:center;text-align:center}.hero-announcement__headline[data-astro-cid-sv5tqham]{font-size:clamp(1.05rem,4.5vw,1.375rem)}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta.btn-gradient-underline--arrow-like-contact{font-size:.75rem;padding:3px 12px 4px calc(10px + 1em)}.hero-announcement__left[data-astro-cid-sv5tqham] a.hero-announcement__cta.btn-gradient-underline--arrow-like-contact:hover{padding:3px calc(10px + 1em) 4px 12px}.hero-announcement__right[data-astro-cid-sv5tqham]{width:100%;justify-content:center;gap:1.25rem}.hero-announcement__logos[data-astro-cid-sv5tqham]{justify-content:center}.hero-announcement__mark[data-astro-cid-sv5tqham]{height:24px}.hero-announcement__mark--partner[data-astro-cid-sv5tqham]{max-width:92px}.hero-announcement__mark--thinkia[data-astro-cid-sv5tqham]{max-width:112px}.hero-announcement__divider[data-astro-cid-sv5tqham]{min-height:24px;max-height:32px}}
