.home-root{--home-accent:#59bcec;--home-accent-deep:#0e96df;min-height:100dvh;color:var(--work-fg);overflow:hidden}@keyframes home-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes home-exit{0%{transform:translateY(0);animation-timing-function:cubic-bezier(.33,1,.68,1)}18%{transform:translateY(18px);animation-timing-function:cubic-bezier(.55,.05,.85,.06)}to{transform:translateY(-120vh)}}.home-shell{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100dvh;max-width:72rem;margin:0 auto;padding:1.5rem 1.25rem 2rem}@media (min-width:768px){.home-shell{padding:2rem 2.5rem 2.5rem}}.home-content{display:flex;flex-direction:column;align-items:center;width:100%;will-change:transform}.home-content--exit{animation:home-exit .95s forwards;pointer-events:none}.home-root.is-exiting{pointer-events:none}.home-hero{padding-top:20vh}.home-logo{display:block;width:clamp(4rem,9vw,5.5rem);height:auto;margin-left:auto;margin-right:auto;margin-bottom:1.25rem;filter:drop-shadow(0 8px 24px rgba(14,150,223,.22));animation:home-rise .9s cubic-bezier(.22,1,.36,1) both}.dark .home-logo{filter:drop-shadow(0 8px 24px rgba(89,188,236,.28))}.home-brand{font-weight:600;font-size:clamp(3.25rem,12vw,7.5rem);line-height:.95;letter-spacing:-.03em;color:var(--work-fg);animation:home-rise .9s cubic-bezier(.22,1,.36,1) .06s both}.home-brand,.home-promise{font-family:var(--font-home-body),ui-sans-serif,system-ui,sans-serif}.home-promise{margin-top:1.25rem;margin-left:auto;margin-right:auto;max-width:28rem;font-weight:500;font-size:clamp(1.1rem,2.6vw,1.45rem);line-height:1.4;letter-spacing:-.01em;color:var(--work-fg-secondary);animation:home-rise .9s cubic-bezier(.22,1,.36,1) .12s both}.home-cta-block{display:flex;justify-content:center;width:100%;margin-top:4rem;animation:home-rise .9s cubic-bezier(.22,1,.36,1) .32s both}.home-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.6rem;border-radius:999px;font-family:var(--font-home-body),ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:600;color:#16181c;background:var(--home-accent);text-decoration:none;outline:none;position:relative;box-shadow:0 10px 30px -12px rgba(89,188,236,.55);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background .25s ease}.home-cta:focus-visible,.home-cta:hover{transform:translateY(-2px);box-shadow:0 16px 38px -12px rgba(89,188,236,.65)}.home-cta:focus-visible{box-shadow:0 0 0 3px rgba(89,188,236,.35)}.home-cta svg{width:1.1rem;height:1.1rem;transition:transform .3s ease}.home-cta:focus-visible svg,.home-cta:hover svg{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.home-brand,.home-content--exit,.home-cta svg,.home-cta-block,.home-logo,.home-promise{animation:none!important;transition:none!important}.home-brand,.home-content--exit,.home-cta-block,.home-logo,.home-promise{opacity:1;transform:none}}