.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 5rem;background:linear-gradient(175deg,var(--hero-deep) 0%,var(--hero-mid) 40%,var(--hero-light) 100%);overflow:hidden}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(124,184,208,.1) 0%,rgba(90,143,173,.04) 35%,transparent 65%);pointer-events:none}.hero[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;inset:0;background-image:var(--noise-bg);background-repeat:repeat;background-size:512px 512px;pointer-events:none;mix-blend-mode:overlay}.hero__content[data-astro-cid-bbe6dxrz]{position:relative;z-index:1}.hero__logo[data-astro-cid-bbe6dxrz]{width:min(380px,55vw);height:auto;margin-bottom:2.5rem;filter:drop-shadow(0 0 60px var(--glow-on-dark));animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) both}.hero__name[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--text-on-dark);letter-spacing:.01em;line-height:1.2;margin-bottom:.75rem;animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) .12s both}.hero__title[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:.72rem;font-weight:600;color:var(--highlight);text-transform:uppercase;letter-spacing:.3em;margin-bottom:2.5rem;animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) .24s both}.hero__divider[data-astro-cid-bbe6dxrz]{width:3rem;height:1px;background:linear-gradient(90deg,transparent,var(--highlight),transparent);margin:0 auto 2.5rem;animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) .32s both}.hero__statement[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:clamp(1.05rem,2.2vw,1.3rem);font-style:italic;color:var(--text-on-dark-medium);line-height:1.75;max-width:34rem;margin:0 auto;animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) .4s both}.hero__cta[data-astro-cid-bbe6dxrz]{display:inline-block;margin-top:2.5rem;font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--text-on-dark-medium);text-decoration:none;letter-spacing:.02em;padding:.6rem 1.6rem;border:1px solid var(--border-on-dark);border-radius:.3rem;transition:color .25s,border-color .25s;animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) .52s both}.hero__cta[data-astro-cid-bbe6dxrz]:hover{color:var(--text-on-dark);border-color:var(--border-on-dark-hover)}.hero__scroll-cue[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2.5rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) .9s both}.hero__scroll-cue[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.6rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--text-on-dark-faint)}.hero__scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:2.5rem;background:linear-gradient(to bottom,var(--border-on-dark-hover),transparent);animation:scrollPulse 2.2s ease-in-out infinite}.hero__effect[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;pointer-events:none}.hero--shimmer[data-astro-cid-bbe6dxrz] .hero__effect[data-astro-cid-bbe6dxrz]{top:-60%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0deg,rgba(124,184,208,.1) 40deg,transparent 80deg,rgba(124,184,208,.14) 180deg,transparent 220deg,rgba(124,184,208,.08) 300deg,transparent 360deg);animation:heroShimmer 20s linear infinite;-webkit-mask-image:radial-gradient(circle 190px at 50% 40%,transparent 60%,black 100%);mask-image:radial-gradient(circle 190px at 50% 40%,transparent 60%,black 100%)}@keyframes heroShimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero--layers[data-astro-cid-bbe6dxrz] .hero__effect[data-astro-cid-bbe6dxrz]{top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0deg,rgba(124,184,208,.1) 60deg,transparent 120deg,rgba(124,184,208,.13) 200deg,transparent 280deg);animation:heroShimmer 25s linear infinite}.hero--layers[data-astro-cid-bbe6dxrz] .hero__effect--2[data-astro-cid-bbe6dxrz]{top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 180deg,transparent 0deg,rgba(90,143,173,.08) 45deg,transparent 90deg,rgba(124,184,208,.1) 160deg,transparent 200deg,rgba(90,143,173,.07) 310deg,transparent 360deg);animation:heroShimmer 18s linear infinite reverse}.hero--pulse[data-astro-cid-bbe6dxrz] .hero[data-astro-cid-bbe6dxrz]:before{animation:heroPulse 6s ease-in-out infinite}.hero--pulse[data-astro-cid-bbe6dxrz] .hero__effect[data-astro-cid-bbe6dxrz]{top:35%;left:50%;width:800px;height:800px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(124,184,208,.18) 0%,rgba(90,143,173,.08) 40%,transparent 70%);animation:heroPulse 6s ease-in-out infinite}@keyframes heroPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.15);opacity:1}}.hero--drift[data-astro-cid-bbe6dxrz]{animation:heroDrift 16s ease-in-out infinite;background-size:200% 200%;background-image:linear-gradient(175deg,var(--hero-deep) 0%,var(--hero-mid) 25%,var(--hero-light) 50%,var(--hero-mid) 75%,var(--hero-deep) 100%)}@keyframes heroDrift{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}@media(max-width:640px){.hero[data-astro-cid-bbe6dxrz]{min-height:auto;padding:7rem 1.5rem 4rem}.hero__logo[data-astro-cid-bbe6dxrz]{width:55vw;margin-bottom:2rem}.hero__scroll-cue[data-astro-cid-bbe6dxrz]{display:none}}.stat-inline[data-astro-cid-wsuruon4]{margin:2.5rem 0;display:flex;align-items:flex-start;gap:1.5rem;max-width:42rem}.stat-inline__number[data-astro-cid-wsuruon4]{font-family:var(--font-display);font-size:clamp(3.5rem,7vw,5rem);font-weight:400;color:var(--ink);line-height:.85;letter-spacing:-.02em;flex-shrink:0}.stat-inline__number[data-astro-cid-wsuruon4] em[data-astro-cid-wsuruon4]{font-style:italic;color:var(--accent)}.stat-inline__body[data-astro-cid-wsuruon4]{flex:1;padding-top:.6rem}.stat-inline__text[data-astro-cid-wsuruon4]{font-family:var(--font-display);font-size:1.1rem;color:var(--ink-2);line-height:1.65}.stat-inline__source[data-astro-cid-wsuruon4]{font-family:var(--font-body);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--ink-3);margin-top:.4rem;display:block;text-decoration:none;transition:color .2s}a[data-astro-cid-wsuruon4].stat-inline__source:hover{color:var(--accent)}@media(max-width:640px){.stat-inline[data-astro-cid-wsuruon4]{flex-direction:column;align-items:center;text-align:center}}.service-block[data-astro-cid-2lfpbjas]{flex:1;min-width:14rem;padding:2.4rem 1.6rem 1.8rem;background:#fff;border:1px solid var(--wash);border-radius:.5rem;position:relative;transition:border-color .3s,box-shadow .3s}.service-block[data-astro-cid-2lfpbjas]:before{content:"";position:absolute;top:0;left:1.6rem;width:2rem;height:2px;background:linear-gradient(90deg,var(--highlight),var(--accent));border-radius:1px}.service-block[data-astro-cid-2lfpbjas]:hover{border-color:#7cb8d066;box-shadow:0 8px 32px #2d5a7312}.service-block__icon[data-astro-cid-2lfpbjas]{width:72px;height:72px;margin-bottom:1.4rem}.service-block__title[data-astro-cid-2lfpbjas]{font-family:var(--font-display);font-size:1.15rem;font-weight:400;color:var(--ink);margin-bottom:.5rem}.service-block__text[data-astro-cid-2lfpbjas]{font-size:.85rem;color:var(--ink-3);line-height:1.65}.service-block--linked[data-astro-cid-2lfpbjas]{text-decoration:none;display:block;cursor:pointer}.service-block__arrow[data-astro-cid-2lfpbjas]{display:block;margin-top:1rem;font-size:.78rem;font-weight:500;color:var(--ink-3);transition:color .25s}.service-block--linked[data-astro-cid-2lfpbjas]:hover .service-block__arrow[data-astro-cid-2lfpbjas]{color:var(--accent)}.section-divider[data-astro-cid-46cv6kzl]{display:flex;justify-content:center;padding:0 2rem}.section-divider__rule[data-astro-cid-46cv6kzl]{display:block;width:3rem;height:1px;background:linear-gradient(90deg,var(--wash),var(--accent),var(--wash));border-radius:1px}.process-flow-comparison[data-astro-cid-borflgjm]{max-width:42rem}.process-flow[data-astro-cid-borflgjm]{margin-bottom:2rem}.process-flow__label[data-astro-cid-borflgjm]{font-family:var(--font-body);font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.25em;color:var(--ink-3);margin-bottom:1rem}.process-flow__steps[data-astro-cid-borflgjm]{display:flex;align-items:center;flex-wrap:wrap;gap:0;row-gap:.5rem}.process-flow__step[data-astro-cid-borflgjm]{font-family:var(--font-body);font-size:.75rem;color:var(--ink-2);padding:.45rem .8rem;background:var(--surface-cool);border:1px solid var(--wash);border-radius:.3rem;white-space:nowrap;position:relative;cursor:pointer;transition:border-color .2s,box-shadow .2s,opacity .2s}.process-flow__step[data-astro-cid-borflgjm]:hover{border-color:#7cb8d080;box-shadow:0 2px 12px #2d5a7314}.process-flow__step[data-astro-cid-borflgjm]:after{content:attr(data-summary) "  ▾";position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);font-family:var(--font-body);font-size:.72rem;font-weight:400;font-style:normal;color:#fff;background:var(--hero-deep);padding:.4rem .75rem;border-radius:.25rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s;z-index:10;letter-spacing:0;text-transform:none;text-decoration:none}.process-flow__step[data-astro-cid-borflgjm]:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--hero-deep);pointer-events:none;opacity:0;transition:opacity .2s;z-index:10}.process-flow__step[data-astro-cid-borflgjm]:hover:after,.process-flow__step[data-astro-cid-borflgjm]:hover:before{opacity:1}.process-flow__step[data-astro-cid-borflgjm].is-active{border-color:var(--accent);box-shadow:0 2px 16px #5a8fad26}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__step[data-astro-cid-borflgjm].is-active{border-color:var(--highlight);box-shadow:0 2px 16px #7cb8d033}.process-flow__arrow[data-astro-cid-borflgjm]{color:var(--wash);font-size:.7rem;padding:0 .25rem;flex-shrink:0}.process-flow__detail[data-astro-cid-borflgjm]{margin-top:0;padding:0 1.5rem;background:var(--surface-cool);border:1px solid transparent;border-radius:.4rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s cubic-bezier(.16,1,.3,1),padding .5s cubic-bezier(.16,1,.3,1),margin-top .5s cubic-bezier(.16,1,.3,1),opacity .35s ease,border-color .5s ease}.process-flow__detail[data-astro-cid-borflgjm].is-open{max-height:12rem;padding:1.2rem 1.5rem;margin-top:1rem;opacity:1;border-color:var(--wash)}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__detail[data-astro-cid-borflgjm]{background:linear-gradient(175deg,var(--hero-deep) 0%,var(--hero-mid) 100%)}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__detail[data-astro-cid-borflgjm].is-open{border-color:#7cb8d026}.process-flow__detail-title[data-astro-cid-borflgjm]{font-family:var(--font-display);font-size:.95rem;font-weight:400;color:var(--ink);margin-bottom:.4rem}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__detail-title[data-astro-cid-borflgjm]{color:var(--highlight)}.process-flow__detail-text[data-astro-cid-borflgjm]{font-size:.82rem;color:var(--ink-2);line-height:1.65}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__detail-text[data-astro-cid-borflgjm]{color:#ffffffb3}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__label[data-astro-cid-borflgjm]{color:var(--accent)}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__step[data-astro-cid-borflgjm]{background:var(--pale);border-color:var(--wash);color:var(--ink);font-weight:500}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__arrow[data-astro-cid-borflgjm]{color:var(--accent)}.process-flow--ai[data-astro-cid-borflgjm] .process-flow__step--result[data-astro-cid-borflgjm]{background:var(--pale);border:1px solid var(--wash);color:var(--ink);font-weight:500;font-style:normal;opacity:1}@media(max-width:640px){.process-flow__steps[data-astro-cid-borflgjm]{flex-wrap:wrap}.process-flow__step[data-astro-cid-borflgjm]:after,.process-flow__step[data-astro-cid-borflgjm]:before{display:none}}.banner[data-astro-cid-kggsjsm4]{background:linear-gradient(135deg,#1a1a2e,#16213e 40%,#0f3460);padding:1.2rem 2rem;position:fixed;top:0;left:0;right:0;z-index:101;overflow:hidden;border-bottom:2px solid var(--highlight);max-height:25rem;transition:max-height .5s cubic-bezier(.16,1,.3,1),padding .5s cubic-bezier(.16,1,.3,1),opacity .3s ease,border-width .5s ease}.banner[data-astro-cid-kggsjsm4]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0deg,rgba(124,184,208,.04) 60deg,transparent 120deg,rgba(124,184,208,.06) 200deg,transparent 260deg);animation:bannerShimmer 12s linear infinite;pointer-events:none}.banner[data-astro-cid-kggsjsm4]:after{content:"";position:absolute;inset:0;background-image:var(--noise-bg);background-repeat:repeat;background-size:512px 512px;pointer-events:none;mix-blend-mode:overlay}@keyframes bannerShimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.banner__inner[data-astro-cid-kggsjsm4]{position:relative;z-index:1;max-width:var(--max-content);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.banner__content[data-astro-cid-kggsjsm4]{display:flex;align-items:center;gap:1.5rem;flex:1;min-width:0}.banner__close[data-astro-cid-kggsjsm4]{background:none;border:none;color:var(--text-on-dark-medium);font-size:1.3rem;cursor:pointer;padding:.3rem;line-height:1;flex-shrink:0;transition:color .2s}.banner__close[data-astro-cid-kggsjsm4]:hover{color:var(--text-on-dark)}.banner[data-astro-cid-kggsjsm4] .banner-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.banner[data-astro-cid-kggsjsm4] .banner-headline{font-family:var(--font-display);font-size:.95rem;font-weight:400;color:var(--highlight);white-space:nowrap}.banner[data-astro-cid-kggsjsm4] .banner-logo{flex-shrink:0;background:#fff;border-radius:.3rem;padding:.35rem .5rem}.banner[data-astro-cid-kggsjsm4] .banner-logo img{display:block;height:3rem;width:auto}.banner[data-astro-cid-kggsjsm4] .banner-text{font-family:var(--font-body);font-size:.82rem;color:var(--text-on-dark-strong);line-height:1.5}.banner[data-astro-cid-kggsjsm4] .banner-text strong{color:var(--text-on-dark);font-weight:600}.banner[data-astro-cid-kggsjsm4] .banner-text a{color:var(--highlight);text-decoration:none;transition:color .2s}.banner[data-astro-cid-kggsjsm4] .banner-text a:hover{color:var(--text-on-dark);text-decoration:underline}.banner[data-astro-cid-kggsjsm4].is-hidden{max-height:0;padding-top:0;padding-bottom:0;opacity:0;border-width:0;pointer-events:none}@media(max-width:640px){.banner[data-astro-cid-kggsjsm4]{padding:.7rem 1.5rem}.banner__content[data-astro-cid-kggsjsm4]{flex-direction:column;align-items:flex-start;gap:.6rem}}.cta-center[data-astro-cid-j7pv25f6]{margin-top:1rem;text-align:center}.service-blocks[data-astro-cid-j7pv25f6]{display:flex;gap:2rem;flex-wrap:wrap}@media(max-width:640px){.service-blocks[data-astro-cid-j7pv25f6]{flex-direction:column}}
