.cfx-hero{position:relative;min-height:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:5rem 1.5rem 3rem}@media (min-width:768px){.cfx-hero{padding:6rem 2rem 3.5rem}}.cfx-hero__grid{position:absolute;inset:0;z-index:0;opacity:.3;background-image:radial-gradient(circle,rgba(79,70,229,.25) 1px,transparent 0);background-size:32px 32px;mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 80%)}.cfx-hero__blob{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;will-change:transform}.cfx-hero__blob--1{width:50vw;height:50vw;max-width:600px;max-height:600px;top:5%;left:-15%;background:rgba(30,58,138,.25);animation:cfxHeroFloat 22s ease-in-out infinite}.cfx-hero__blob--2{width:40vw;height:40vw;max-width:500px;max-height:500px;bottom:10%;right:-10%;background:rgba(79,70,229,.2);animation:cfxHeroFloat 26s ease-in-out infinite reverse}.cfx-hero__blob--3{width:30vw;height:30vw;max-width:400px;max-height:400px;top:40%;left:50%;transform:translateX(-50%);background:rgba(16,185,129,.12);animation:cfxHeroFloat 18s ease-in-out 3s infinite}@keyframes cfxHeroFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,20px) scale(.95)}}.cfx-hero__glow-line{position:absolute;top:50%;left:0;right:0;height:1px;z-index:1;background:linear-gradient(90deg,transparent,rgba(79,70,229,.3) 30%,rgba(16,185,129,.3) 70%,transparent);opacity:.5}.cfx-hero__content{position:relative;z-index:10;max-width:52rem;text-align:center;display:flex;flex-direction:column;align-items:center;transform-origin:center 42%;will-change:transform,opacity}.cfx-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;margin-bottom:1.75rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--header-brand-accent,#10B981);background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.15);border-radius:9999px}.cfx-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--header-brand-accent,#10B981);animation:cfxHeroPulse 2s ease-in-out infinite}@keyframes cfxHeroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.cfx-hero__title{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--foreground);margin:0 0 1.5rem}@media (min-width:640px){.cfx-hero__title{font-size:3.5rem}}@media (min-width:768px){.cfx-hero__title{font-size:4rem}}@media (min-width:1024px){.cfx-hero__title{font-size:4.5rem}}.cfx-hero__title-gradient{background:linear-gradient(135deg,#4F46E5,#10B981);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cfx-hero__subtitle{font-size:1.0625rem;line-height:1.7;color:var(--foreground);opacity:.7;max-width:38rem;margin:0 0 2.5rem}@media (min-width:640px){.cfx-hero__subtitle{font-size:1.125rem}}.cfx-hero__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.875rem;margin-bottom:3.5rem}@media (min-width:480px){.cfx-hero__cta-wrap{flex-direction:row;gap:1rem}}.cfx-hero__cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.8125rem 2rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#1E3A8A,#4F46E5);border:none;border-radius:9999px;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;isolation:isolate;box-shadow:0 4px 16px rgba(79,70,229,.35),inset 0 0 0 .5px rgba(255,255,255,.08);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.cfx-hero__cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);z-index:-1;transition:left .6s cubic-bezier(.22,1,.36,1)}.cfx-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(79,70,229,.45),inset 0 0 0 .5px rgba(255,255,255,.12)}.cfx-hero__cta-primary:hover:before{left:100%}.cfx-hero__cta-primary:active{transform:translateY(0)}.cfx-hero__cta-icon{width:1.125rem;height:1.125rem;transition:transform .3s ease}.cfx-hero__cta-primary:hover .cfx-hero__cta-icon{transform:translateX(3px)}.cfx-hero__cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.8125rem 2rem;font-size:.9375rem;font-weight:600;color:var(--foreground);background:transparent;border:1.5px solid var(--foreground);opacity:.7;border-radius:9999px;text-decoration:none;cursor:pointer;transition:opacity .3s ease,border-color .3s ease,background .3s ease,color .3s ease}.cfx-hero__cta-secondary:hover{opacity:1;border-color:var(--secondary);color:var(--secondary);background:rgba(79,70,229,.06)}.cfx-hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2.5rem;position:relative;z-index:10}@media (min-width:640px){.cfx-hero__stats{grid-template-columns:repeat(4,auto);gap:0}}.cfx-hero__stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;position:relative}@media (min-width:640px){.cfx-hero__stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:2.5rem;background:var(--foreground);opacity:.1}}.cfx-hero__stat-value{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:var(--foreground);line-height:1.2}@media (min-width:640px){.cfx-hero__stat-value{font-size:2rem}}.cfx-hero__stat-value span{background:linear-gradient(135deg,#4F46E5,#10B981);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cfx-hero__stat-label{font-size:.75rem;font-weight:500;color:var(--foreground);opacity:.5;margin-top:.25rem;letter-spacing:.02em}.cfx-hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--foreground);opacity:.35;animation:cfxHeroBounce 2s ease-in-out infinite}.cfx-hero__scroll-mouse{width:1.5rem;height:2.25rem;border:1.5px solid;border-radius:.75rem;position:relative}.cfx-hero__scroll-dot{position:absolute;top:.375rem;left:50%;transform:translateX(-50%);width:3px;height:6px;border-radius:2px;background:currentColor;animation:cfxHeroScrollDot 1.5s ease-in-out infinite}@keyframes cfxHeroBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}@keyframes cfxHeroScrollDot{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(10px)}}@media (prefers-reduced-motion:reduce){.cfx-hero__badge-dot,.cfx-hero__blob,.cfx-hero__scroll,.cfx-hero__scroll-dot{animation:none}}