.home-page{background:var(--white)}.home-page main{overflow:hidden}.home-hero{isolation:isolate;color:var(--white);background:var(--gradient-hero);padding:clamp(5rem,8vw,6.5rem) 0 clamp(4.5rem,7vw,6rem);position:relative;overflow:hidden}.home-hero:before,.home-hero:after,.home-hero__glow{z-index:-1;content:"";pointer-events:none;border-radius:50%;position:absolute}.home-hero:before{aspect-ratio:1;background:radial-gradient(circle,#00d4ff21,#0000 68%);width:min(40rem,70vw);top:-14rem;left:-12rem}.home-hero:after{aspect-ratio:1;background:radial-gradient(circle,#7c3aed33,#0000 68%);width:min(48rem,76vw);bottom:-24rem;right:-14rem}.home-hero__glow{aspect-ratio:1;background:radial-gradient(circle,#e843931a,#0000 70%);width:min(34rem,64vw);top:26%;left:52%;transform:translate(-50%,-50%)}.home-hero__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.home-hero__badge{border-radius:var(--radius-pill);color:#79eaff;letter-spacing:.045em;text-transform:uppercase;background:#00d4ff17;border:1px solid #00d4ff6b;align-items:center;min-height:2.45rem;margin:0 0 clamp(2rem,4vw,3rem);padding:.55rem 1.25rem;font-size:clamp(.72rem,1.3vw,.84rem);font-weight:800;line-height:1.25;display:inline-flex}.home-hero h1{letter-spacing:-.04em;max-width:67rem;margin:0;font-size:clamp(2.55rem,5.6vw,4.5rem);font-weight:880;line-height:1.07}.home-hero h1 span,.home-section-heading h2 span{color:var(--cyan-400)}.home-hero__intro{color:#dce3f5;max-width:60rem;margin:clamp(1.75rem,4vw,2.5rem) auto 0;font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.75}.home-hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin-top:clamp(2rem,4vw,3rem);display:flex}.home-hero__actions .button{min-height:4rem;padding-inline:clamp(1.5rem,4vw,2.75rem);font-size:1rem}.home-hero__primary{min-width:min(100%,21.5rem)}.home-hero__secondary{border-color:#ffffff52;min-width:min(100%,16.75rem)}.home-hero__trust{color:#aab4d0;margin:clamp(2.75rem,6vw,4rem) 0 0;font-size:.875rem}.home-stats{background:var(--white);padding:clamp(4rem,7vw,6.25rem) 0}.home-stats__grid,.home-services__grid,.home-industries__grid,.home-why__grid{margin:0;padding:0;list-style:none}.home-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem);display:grid}.home-stat{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#f4fbff,#faf7ff);border:1px solid #e7edf8;flex-direction:column;justify-content:center;align-items:center;min-height:10.25rem;padding:1.75rem 1.25rem;display:flex}.home-stat:last-child{min-height:8.875rem}.home-stat strong{color:#075579;letter-spacing:-.04em;font-size:clamp(2.25rem,4.3vw,3.25rem);font-weight:880;line-height:1}.home-stat span{color:#31384a;max-width:13rem;margin-top:.85rem;font-size:.92rem;font-weight:600;line-height:1.5}.home-services,.home-industries,.home-why{padding:var(--section-space) 0}.home-services{color:var(--white);background:#0d0d0e}.home-section-heading{text-align:center;max-width:52rem;margin:0 auto clamp(2.75rem,5vw,4rem)}.home-section-heading h2{color:var(--navy-950);letter-spacing:-.038em;margin:0;font-size:clamp(2.1rem,4.4vw,3.25rem);font-weight:870;line-height:1.1}.home-section-heading p{max-width:65ch;color:var(--muted);margin:1rem auto 0;font-size:1.05rem;line-height:1.7}.home-section-heading--inverse h2{color:var(--white)}.home-section-heading--inverse p{color:#b9bfcc}.home-services__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.home-services__grid>li{display:flex}.home-service-card{border-radius:var(--radius-lg);width:100%;min-height:25.25rem;color:var(--ink);background:var(--white);transition:transform .22s var(--ease-out), box-shadow .22s var(--ease-out), border-color .22s var(--ease-out);border:1px solid #e6e8ee;flex-direction:column;padding:clamp(2rem,3.2vw,2.5rem);text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #0000002e}.home-service-card:before{background:var(--gradient-intelligence);content:"";height:4px;position:absolute;inset:0 0 auto}.home-service-card:hover{border-color:#00d4ff99;transform:translateY(-6px);box-shadow:0 22px 48px #00000047}.home-service-card__icon{min-height:3.75rem;margin-bottom:1rem;font-size:2.25rem;line-height:1.4;display:block}.home-service-card h3{color:var(--navy-950);letter-spacing:-.025em;margin:0;font-size:1.3rem;font-weight:820;line-height:1.45}.home-service-card p{color:#555d6c;margin:1rem 0 1.5rem;line-height:1.72}.home-service-card__link{color:#007f9c;margin-top:auto;font-size:.94rem;font-weight:800}.home-industries{isolation:isolate;color:var(--white);background:var(--gradient-hero);position:relative;overflow:hidden}.home-industries:after{z-index:-1;aspect-ratio:1;content:"";pointer-events:none;background:radial-gradient(circle,#00d4ff21,#0000 68%);border-radius:50%;width:min(44rem,70vw);position:absolute;top:-20rem;right:-16rem}.home-industries__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.home-industry{border-radius:var(--radius-md);min-height:9.75rem;color:var(--white);text-align:center;transition:transform .2s var(--ease-out), background-color .2s var(--ease-out), border-color .2s var(--ease-out);background:#ffffff0e;border:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;text-decoration:none;display:flex}.home-industry:hover{background:#00d4ff1a;border-color:#00d4ff7a;transform:translateY(-4px)}.home-industry>span{margin-bottom:.85rem;font-size:2.15rem;line-height:1.25}.home-industry strong{font-size:1rem;line-height:1.45}.home-why{background:var(--cool-white)}.home-why__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.home-reason{border-radius:var(--radius-lg);text-align:center;background:var(--white);min-height:19rem;box-shadow:var(--shadow-card);border:1px solid #eef1f7;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;display:flex}.home-reason__icon{background:linear-gradient(135deg,#00d4ff24,#7c3aed24);border-radius:50%;flex:none;place-items:center;width:4.4rem;height:4.4rem;margin-bottom:1.35rem;font-size:1.75rem;display:grid}.home-reason h3{color:var(--navy-950);letter-spacing:-.02em;margin:0;font-size:1.18rem;font-weight:820;line-height:1.35}.home-reason p{color:#555d6c;margin:.9rem 0 0;line-height:1.62}.home-cta{isolation:isolate;color:var(--white);text-align:center;background:var(--gradient-action);padding:clamp(5rem,9vw,7rem) 0;position:relative;overflow:hidden}.home-cta:after{z-index:-1;aspect-ratio:1;content:"";pointer-events:none;background:radial-gradient(circle,#fff3,#0000 68%);border-radius:50%;width:min(44rem,76vw);position:absolute;top:-20rem;right:-12rem}.home-cta h2{letter-spacing:-.04em;margin:0;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:880;line-height:1.08}.home-cta p{max-width:59ch;margin:1.5rem auto 2.25rem;font-size:1.08rem;line-height:1.72}.home-cta__button{min-width:min(100%,23rem);min-height:3.9rem;padding-inline:2rem}@media (width<=62rem){.home-stats__grid,.home-industries__grid,.home-services__grid,.home-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-service-card,.home-reason{min-height:0}}@media (width<=40rem){.home-hero{padding:4.5rem 0 4rem}.home-hero__badge{text-align:center;max-width:100%;margin-bottom:1.75rem}.home-hero h1{letter-spacing:-.035em;font-size:clamp(2.35rem,12.2vw,3.35rem)}.home-hero__intro{line-height:1.65}.home-hero__actions,.home-hero__actions .button{width:100%}.home-stats__grid,.home-services__grid,.home-industries__grid,.home-why__grid{grid-template-columns:1fr}.home-stat{min-height:8.5rem}.home-services__grid,.home-why__grid{gap:1.25rem}.home-service-card,.home-reason{padding:1.75rem}.home-industry{min-height:8rem}.home-cta__button{width:100%}}@media (prefers-reduced-motion:reduce){.home-service-card,.home-industry{transition:none}}
