:root{--c1:#c8ccd7;--c2:#f6f7fb;--carbon:#0e1116;--silver:#aeb4c5;--accent-a:#7b89ff;--accent-b:#ac7bff;--accent-glow:#7b89ff4d;--card-glow:#ffffff0f;--panel-bg:#ffffff05;--border:#ffffff17;--ease:cubic-bezier(.2,.85,.2,1);--ease-bounce:cubic-bezier(.68,-.55,.265,1.55);--ease-smooth:cubic-bezier(.4,0,.2,1);--nav-height:72px}.Hero-module__Z8hQ_W__hero-section{width:100vw;max-width:100%;min-height:calc(100vh - 100px);color:var(--c2);background:linear-gradient(#18181b 0%,#1a1a1f 50%,#18181b 100%);flex-direction:column;justify-content:center;align-items:center;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:calc(4rem + 72px) 1rem 2rem;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bg-orbs{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__Z8hQ_W__orb{filter:blur(80px);width:500px;height:500px;top:-100px;left:calc(var(--orb-x,50%) - 250px);background:radial-gradient(circle,#7b89ff14 0%,#0000 70%);border-radius:50%;transition:left .5s ease-out,top .5s ease-out;animation:20s ease-in-out infinite Hero-module__Z8hQ_W__orbFloat;position:absolute}.Hero-module__Z8hQ_W__orb-2{filter:blur(70px);background:radial-gradient(circle,#ac7bff0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:25s ease-in-out infinite Hero-module__Z8hQ_W__orbFloat2;position:absolute;top:30%;right:-50px}.Hero-module__Z8hQ_W__orb-3{filter:blur(60px);background:radial-gradient(circle,#7bc8ff0d 0%,#0000 70%);border-radius:50%;width:350px;height:350px;animation:30s ease-in-out infinite Hero-module__Z8hQ_W__orbFloat3;position:absolute;bottom:20%;left:15%}@keyframes Hero-module__Z8hQ_W__orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(80px,40px)scale(1.1)}66%{transform:translate(-40px,80px)scale(.9)}}@keyframes Hero-module__Z8hQ_W__orbFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-60px,80px)scale(1.15)}66%{transform:translate(40px,-40px)scale(.85)}}@keyframes Hero-module__Z8hQ_W__orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(60px,-60px)scale(1.2)}}.Hero-module__Z8hQ_W__wrapper{z-index:2;width:100%;max-width:1200px;margin:0 auto;display:block;position:relative}.Hero-module__Z8hQ_W__hero-wrapper{text-align:center;opacity:0;flex-direction:column;align-items:center;margin-bottom:60px;display:flex;position:relative;transform:translateY(30px)}.Hero-module__Z8hQ_W__fade-in{animation:Hero-module__Z8hQ_W__fadeInUp .8s var(--ease)forwards}@keyframes Hero-module__Z8hQ_W__fadeInUp{to{opacity:1;transform:translateY(0)}}.Hero-module__Z8hQ_W__hero-content{max-width:900px}.Hero-module__Z8hQ_W__greeting{color:#cdd4e6f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:Hero-module__Z8hQ_W__greetingSlide .6s var(--ease-bounce).2s both;background:linear-gradient(135deg,#7b89ff1a,#ac7bff1a);border:1px solid #7b89ff33;border-radius:50px;align-items:center;gap:10px;margin-bottom:30px;padding:8px 20px;font-size:.95rem;font-weight:600;display:inline-flex}@keyframes Hero-module__Z8hQ_W__greetingSlide{0%{opacity:0;transform:translateY(-20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.Hero-module__Z8hQ_W__wave{transform-origin:70% 70%;animation:2.5s ease-in-out infinite Hero-module__Z8hQ_W__wave;display:inline-block}@keyframes Hero-module__Z8hQ_W__wave{0%,to{transform:rotate(0)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%,to{transform:rotate(0)}}.Hero-module__Z8hQ_W__main-heading{letter-spacing:-2px;color:var(--c2);flex-direction:column;gap:5px;margin:0;font-size:4rem;font-weight:900;line-height:1.15;display:flex}.Hero-module__Z8hQ_W__heading-line{opacity:0;animation:Hero-module__Z8hQ_W__lineSlideIn .8s var(--ease)forwards;display:block}.Hero-module__Z8hQ_W__heading-line:first-child{animation-delay:.3s}.Hero-module__Z8hQ_W__heading-line:nth-child(2){animation-delay:.45s}.Hero-module__Z8hQ_W__heading-line:nth-child(3){animation-delay:.6s}@keyframes Hero-module__Z8hQ_W__lineSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.Hero-module__Z8hQ_W__gradient-text{background:linear-gradient(135deg,var(--accent-a)0%,var(--accent-b)50%,#7b89ff 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:8s infinite Hero-module__Z8hQ_W__gradientShift;display:inline-block;position:relative}@keyframes Hero-module__Z8hQ_W__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__Z8hQ_W__cursor-blink{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:1.5s ease-in-out infinite Hero-module__Z8hQ_W__blink;display:inline-block}@keyframes Hero-module__Z8hQ_W__blink{0%,49%,to{opacity:1}50%,99%{opacity:0}}.Hero-module__Z8hQ_W__hero-description{color:#cdd4e6d9;opacity:0;max-width:700px;animation:Hero-module__Z8hQ_W__fadeIn .8s var(--ease).8s forwards;margin-top:28px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7}@keyframes Hero-module__Z8hQ_W__fadeIn{to{opacity:1}}.Hero-module__Z8hQ_W__highlight{color:var(--c2);background:linear-gradient(135deg,var(--accent-a),var(--accent-b));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700;position:relative}.Hero-module__Z8hQ_W__tech-chips{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.Hero-module__Z8hQ_W__tech-chip{color:#cdd4e6f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;animation:Hero-module__Z8hQ_W__chipFadeIn .6s var(--ease)forwards;transition:all .3s var(--ease);background:linear-gradient(135deg,#7b89ff1f,#ac7bff1f);border:1px solid #7b89ff40;border-radius:25px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__tech-chip:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__Z8hQ_W__tech-chip:hover:before{left:100%}.Hero-module__Z8hQ_W__tech-chip:hover{background:linear-gradient(135deg,#7b89ff33,#ac7bff33);border-color:#7b89ff80;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px #7b89ff40}.Hero-module__Z8hQ_W__chip-icon{color:#7b89ffe6;justify-content:center;align-items:center;width:20px;height:20px;font-size:1.2rem;transition:all .3s;display:flex}.Hero-module__Z8hQ_W__chip-icon svg{width:100%;height:100%;display:block}.Hero-module__Z8hQ_W__tech-chip:hover .Hero-module__Z8hQ_W__chip-icon{color:#ac7bff;transform:scale(1.1)}@keyframes Hero-module__Z8hQ_W__chipFadeIn{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Hero-module__Z8hQ_W__cta-buttons{opacity:0;animation:Hero-module__Z8hQ_W__fadeIn .8s var(--ease)1s forwards;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px;display:flex}.Hero-module__Z8hQ_W__primary-btn{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));color:#fff;cursor:pointer;transition:all .3s var(--ease);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #7b89ff4d,inset 0 1px #fff3}.Hero-module__Z8hQ_W__primary-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3,#0000);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__primary-btn:hover:before{opacity:1}.Hero-module__Z8hQ_W__primary-btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 40px #7b89ff66,inset 0 1px #ffffff4d}.Hero-module__Z8hQ_W__primary-btn:active{transform:translateY(-2px)scale(1)}.Hero-module__Z8hQ_W__primary-btn svg{transition:transform .3s var(--ease-bounce)}.Hero-module__Z8hQ_W__primary-btn:hover svg{transform:translate(4px)}.Hero-module__Z8hQ_W__secondary-btn{color:var(--c2);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s var(--ease);background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__secondary-btn:before{content:"";background:#7b89ff1a;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__secondary-btn:hover:before{width:300px;height:300px}.Hero-module__Z8hQ_W__secondary-btn:hover{border-color:#7b89ff4d;transform:translateY(-4px)scale(1.02);box-shadow:0 10px 30px #0000004d}.Hero-module__Z8hQ_W__secondary-btn:active{transform:translateY(-2px)scale(1)}.Hero-module__Z8hQ_W__secondary-btn span{z-index:1;position:relative}.Hero-module__Z8hQ_W__section-title{text-align:center;background:linear-gradient(135deg,var(--accent-a),var(--accent-b));-webkit-text-fill-color:transparent;letter-spacing:-1px;opacity:0;animation:Hero-module__Z8hQ_W__fadeInUp .8s var(--ease).2s forwards;-webkit-background-clip:text;margin-bottom:50px;font-size:2.2rem;font-weight:800}.Hero-module__Z8hQ_W__cards{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;margin-top:20px;display:grid}.Hero-module__Z8hQ_W__card{cursor:pointer;transition:all .4s var(--ease);animation:Hero-module__Z8hQ_W__cardFadeIn .8s var(--ease)both;animation-delay:calc(var(--card-index,0)*.15s);transform-style:preserve-3d;background:linear-gradient(145deg,#1f1f23,#1a1a1f);border:1px solid #ffffff14;border-radius:20px;padding:0;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__card:before{content:"";-webkit-mask-composite:xor;opacity:0;transition:opacity .4s var(--ease);background:linear-gradient(135deg,#7b89ff4d,#ac7bff4d);border-radius:20px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Hero-module__Z8hQ_W__card:first-child{--card-index:0}.Hero-module__Z8hQ_W__card:nth-child(2){--card-index:1}.Hero-module__Z8hQ_W__card:nth-child(3){--card-index:2}@keyframes Hero-module__Z8hQ_W__cardFadeIn{0%{opacity:0;transform:translateY(40px)rotateX(10deg)scale(.95)}to{opacity:1;transform:translateY(0)rotateX(0)scale(1)}}.Hero-module__Z8hQ_W__card-glow{opacity:0;width:200%;height:200%;transition:opacity .4s var(--ease);pointer-events:none;z-index:0;background:radial-gradient(circle,#7b89ff26 0%,#0000 70%);position:absolute;top:-50%;left:-50%}.Hero-module__Z8hQ_W__card-content{z-index:1;padding:36px 32px;position:relative}.Hero-module__Z8hQ_W__card:hover{border-color:#7b89ff4d;transform:translateY(-15px)scale(1.02)rotateX(2deg);box-shadow:0 25px 60px #000000b3,0 0 40px #7b89ff33,inset 0 1px #ffffff1a}.Hero-module__Z8hQ_W__card:hover:before{opacity:1}.Hero-module__Z8hQ_W__card:hover .Hero-module__Z8hQ_W__card-glow{opacity:1;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__glowPulse}@keyframes Hero-module__Z8hQ_W__glowPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.Hero-module__Z8hQ_W__card:active{transform:translateY(-10px)scale(1)}.Hero-module__Z8hQ_W__card:focus-visible{outline:2px solid var(--accent-a);outline-offset:3px}.Hero-module__Z8hQ_W__card-icon{filter:grayscale(.3);transition:all .4s var(--ease-bounce);margin-bottom:16px;font-size:2.5rem;display:inline-block}.Hero-module__Z8hQ_W__card:hover .Hero-module__Z8hQ_W__card-icon{filter:grayscale(0);transform:scale(1.2)rotate(-5deg)}.Hero-module__Z8hQ_W__title{letter-spacing:-.8px;background:linear-gradient(135deg,var(--accent-a),var(--accent-b));-webkit-text-fill-color:transparent;transition:transform .3s var(--ease);-webkit-background-clip:text;margin-top:12px;margin-bottom:12px;font-size:1.6rem;font-weight:800}.Hero-module__Z8hQ_W__card:hover .Hero-module__Z8hQ_W__title{transform:translate(5px)}.Hero-module__Z8hQ_W__kicker{color:var(--silver);opacity:.9;text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem;font-weight:700}.Hero-module__Z8hQ_W__card-description{opacity:.75;color:#cdd4e6d9;transition:opacity .3s var(--ease);margin-top:12px;font-size:.95rem;line-height:1.6}.Hero-module__Z8hQ_W__card:hover .Hero-module__Z8hQ_W__card-description{opacity:1}.Hero-module__Z8hQ_W__card-arrow{width:40px;height:40px;color:var(--accent-a);opacity:0;transition:all .4s var(--ease-bounce);background:linear-gradient(135deg,#7b89ff26,#ac7bff26);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:32px;right:32px;transform:translate(10px,10px)scale(.8)}.Hero-module__Z8hQ_W__card:hover .Hero-module__Z8hQ_W__card-arrow{opacity:1;transform:translate(0)scale(1)}.Hero-module__Z8hQ_W__card-arrow svg{transition:transform .3s var(--ease-bounce)}.Hero-module__Z8hQ_W__card:hover .Hero-module__Z8hQ_W__card-arrow svg{transform:translate(3px,-3px)}.Hero-module__Z8hQ_W__featured-section{opacity:0;animation:Hero-module__Z8hQ_W__fadeInUp .8s var(--ease).3s forwards}.Hero-module__Z8hQ_W__feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;margin-top:20px;display:grid}.Hero-module__Z8hQ_W__feature-item{transition:all .4s var(--ease);text-align:center;opacity:0;animation:Hero-module__Z8hQ_W__fadeInUp .8s var(--ease)forwards;animation-delay:calc(.5s + var(--item-index,0)*.1s);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid #ffffff14;border-radius:18px;padding:36px 28px;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__feature-item:first-child{--item-index:0}.Hero-module__Z8hQ_W__feature-item:nth-child(2){--item-index:1}.Hero-module__Z8hQ_W__feature-item:nth-child(3){--item-index:2}.Hero-module__Z8hQ_W__feature-item:before{content:"";background:linear-gradient(90deg,#0000,#7b89ff0d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Hero-module__Z8hQ_W__feature-item:hover:before{left:100%}.Hero-module__Z8hQ_W__feature-item:hover{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border-color:#7b89ff40;transform:translateY(-8px);box-shadow:0 15px 45px #0006,0 0 25px #7864ff1a,inset 0 1px #ffffff1a}.Hero-module__Z8hQ_W__feature-icon-wrapper{margin-bottom:20px;display:inline-block;position:relative}.Hero-module__Z8hQ_W__feature-icon{z-index:2;filter:grayscale(.2);transition:all .4s var(--ease-bounce);font-size:3rem;display:inline-block;position:relative}.Hero-module__Z8hQ_W__feature-icon-bg{filter:blur(20px);opacity:0;z-index:1;background:radial-gradient(circle,#7b89ff26 0%,#0000 70%);border-radius:50%;width:80px;height:80px;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__feature-item:hover .Hero-module__Z8hQ_W__feature-icon{filter:grayscale(0);transform:scale(1.2)rotate(10deg)}.Hero-module__Z8hQ_W__feature-item:hover .Hero-module__Z8hQ_W__feature-icon-bg{opacity:1;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__iconGlow}@keyframes Hero-module__Z8hQ_W__iconGlow{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.2)}}.Hero-module__Z8hQ_W__feature-title{color:var(--c2);letter-spacing:-.5px;margin-bottom:14px;font-size:1.3rem;font-weight:700;transition:color .3s}.Hero-module__Z8hQ_W__feature-item:hover .Hero-module__Z8hQ_W__feature-title{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__Z8hQ_W__feature-text{color:#cdd4e6bf;font-size:.98rem;line-height:1.7;transition:color .3s}.Hero-module__Z8hQ_W__feature-item:hover .Hero-module__Z8hQ_W__feature-text{color:#cdd4e6e6}.Hero-module__Z8hQ_W__tech-stack-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;border-radius:20px;padding:50px 40px;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__tech-stack-section:before{content:"";opacity:0;background:linear-gradient(135deg,#7b89ff08,#0000);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__tech-stack-section:hover:before{opacity:1}.Hero-module__Z8hQ_W__tech-stack-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px;display:grid}.Hero-module__Z8hQ_W__tech-stack-item{transition:all .3s var(--ease);background:linear-gradient(135deg,#ffffff05,#ffffff03);border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__tech-stack-item:before{content:"";background:linear-gradient(90deg,#0000,#7b89ff0d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Hero-module__Z8hQ_W__tech-stack-item:hover:before{left:100%}.Hero-module__Z8hQ_W__tech-stack-item:hover{border-color:#7b89ff33;transform:translateY(-4px);box-shadow:0 8px 30px #0000004d,0 0 20px #7b89ff1a}.Hero-module__Z8hQ_W__tech-stack-icon{width:48px;height:48px;transition:transform .3s var(--ease-bounce);justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__tech-stack-icon svg{filter:drop-shadow(0 2px 8px #7b89ff4d);width:100%;height:100%;transition:filter .3s}.Hero-module__Z8hQ_W__tech-stack-item:hover .Hero-module__Z8hQ_W__tech-stack-icon{transform:scale(1.15)rotate(-5deg)}.Hero-module__Z8hQ_W__tech-stack-item:hover .Hero-module__Z8hQ_W__tech-stack-icon svg{filter:drop-shadow(0 4px 12px #7b89ff80)}.Hero-module__Z8hQ_W__tech-stack-name{color:var(--c2);letter-spacing:-.3px;font-size:1.1rem;font-weight:600}.Hero-module__Z8hQ_W__tech-stack-bar{background:#ffffff0d;border-radius:10px;height:8px;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__tech-stack-fill{background:linear-gradient(90deg,var(--accent-a),var(--accent-b));border-radius:10px;height:100%;position:relative;box-shadow:0 0 10px #7b89ff80}.Hero-module__Z8hQ_W__tech-stack-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes Hero-module__Z8hQ_W__fillBar{0%{width:0!important}}@keyframes Hero-module__Z8hQ_W__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Hero-module__Z8hQ_W__stat-item{text-align:center;min-width:150px;transition:transform .3s var(--ease);z-index:1;flex:1;position:relative}.Hero-module__Z8hQ_W__stat-item:hover{transform:scale(1.1)}.Hero-module__Z8hQ_W__stat-number{background:linear-gradient(135deg,var(--accent-a),var(--accent-b));-webkit-text-fill-color:transparent;letter-spacing:-2px;animation:Hero-module__Z8hQ_W__countUp 2s var(--ease)forwards;-webkit-background-clip:text;margin-bottom:10px;font-size:3rem;font-weight:900;line-height:1}@keyframes Hero-module__Z8hQ_W__countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__Z8hQ_W__stat-label{color:#cdd4e6cc;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;font-weight:600}.Hero-module__Z8hQ_W__stat-divider{background:linear-gradient(#0000,#7b89ff4d,#0000);width:1px;height:60px}@media (max-width:900px){.Hero-module__Z8hQ_W__hero-section{padding:calc(3.5rem + 72px) 1.5rem 2.5rem}.Hero-module__Z8hQ_W__hero-wrapper{margin-bottom:50px}.Hero-module__Z8hQ_W__main-heading{font-size:3rem}.Hero-module__Z8hQ_W__hero-description{font-size:1.05rem}.Hero-module__Z8hQ_W__cards{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.Hero-module__Z8hQ_W__feature-grid{grid-template-columns:1fr}.Hero-module__Z8hQ_W__stats-section{flex-direction:column;gap:30px}.Hero-module__Z8hQ_W__stat-divider{width:80%;height:1px}}@media (max-width:600px){:root{--nav-height:60px}.Hero-module__Z8hQ_W__hero-section{padding:calc(3rem + 60px) 1rem 2rem}.Hero-module__Z8hQ_W__hero-wrapper{margin-bottom:40px}.Hero-module__Z8hQ_W__main-heading{letter-spacing:-1px;font-size:2.5rem}.Hero-module__Z8hQ_W__hero-description{font-size:1rem}.Hero-module__Z8hQ_W__tech-chips{gap:10px}.Hero-module__Z8hQ_W__tech-chip{padding:8px 16px;font-size:.85rem}.Hero-module__Z8hQ_W__cta-buttons{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.Hero-module__Z8hQ_W__primary-btn,.Hero-module__Z8hQ_W__secondary-btn{justify-content:center;width:100%}.Hero-module__Z8hQ_W__section-title{font-size:1.8rem}.Hero-module__Z8hQ_W__card-content{padding:28px 24px}.Hero-module__Z8hQ_W__card-icon{font-size:2rem}.Hero-module__Z8hQ_W__title{font-size:1.4rem}.Hero-module__Z8hQ_W__feature-item{padding:28px 22px}.Hero-module__Z8hQ_W__feature-icon{font-size:2.5rem}.Hero-module__Z8hQ_W__feature-title{font-size:1.2rem}.Hero-module__Z8hQ_W__feature-text{font-size:.92rem}.Hero-module__Z8hQ_W__stat-number{font-size:2.5rem}.Hero-module__Z8hQ_W__stat-label{font-size:.85rem}}@media (max-width:450px){.Hero-module__Z8hQ_W__hero-section{padding:calc(1.5rem + 60px) 1rem 1.5rem}.Hero-module__Z8hQ_W__hero-wrapper{margin-bottom:35px}.Hero-module__Z8hQ_W__greeting{padding:7px 16px;font-size:.85rem}.Hero-module__Z8hQ_W__main-heading{font-size:2rem}.Hero-module__Z8hQ_W__hero-description{font-size:.95rem}.Hero-module__Z8hQ_W__tech-chip{padding:7px 14px;font-size:.8rem}.Hero-module__Z8hQ_W__primary-btn,.Hero-module__Z8hQ_W__secondary-btn{padding:12px 24px;font-size:.95rem}.Hero-module__Z8hQ_W__section-title{margin-bottom:35px;font-size:1.6rem}.Hero-module__Z8hQ_W__card-content{padding:24px 20px}.Hero-module__Z8hQ_W__title{font-size:1.3rem}.Hero-module__Z8hQ_W__kicker{font-size:.8rem}.Hero-module__Z8hQ_W__card-description{font-size:.9rem}.Hero-module__Z8hQ_W__feature-item{padding:24px 20px}.Hero-module__Z8hQ_W__stats-section{padding:35px 25px}.Hero-module__Z8hQ_W__stat-number{font-size:2.2rem}}@media (max-width:350px){.Hero-module__Z8hQ_W__hero-section{padding:calc(1.5rem + 60px) .75rem 1.5rem}.Hero-module__Z8hQ_W__main-heading{font-size:1.75rem}.Hero-module__Z8hQ_W__hero-description{font-size:.9rem}.Hero-module__Z8hQ_W__tech-chip{padding:6px 12px;font-size:.75rem}.Hero-module__Z8hQ_W__section-title{font-size:1.4rem}.Hero-module__Z8hQ_W__cards{gap:20px}.Hero-module__Z8hQ_W__card-content{padding:22px 18px}.Hero-module__Z8hQ_W__title{font-size:1.2rem}}
