.Hero-module__JgYmMq__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";z-index:-1;background:radial-gradient(circle at 20%,#00ff8814 0%,#0000 50%),radial-gradient(circle at 80% 20%,#00d4ff0f 0%,#0000 40%),radial-gradient(circle at 40% 80%,#8a2be20d 0%,#0000 40%);width:200%;height:200%;animation:15s ease-in-out infinite Hero-module__JgYmMq__gradientShift;position:absolute;top:-50%;left:-50%}[data-theme=light] .Hero-module__JgYmMq__hero:before{background:radial-gradient(circle at 20%,#0596691a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#00b4d814 0%,#0000 40%),radial-gradient(circle at 40% 80%,#8a2be20f 0%,#0000 40%)}@keyframes Hero-module__JgYmMq__gradientShift{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(2%,2%)rotate(1deg)}50%{transform:translate(-1%,3%)rotate(-1deg)}75%{transform:translate(3%,-2%)rotate(2deg)}}.Hero-module__JgYmMq__particleCanvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__orb{filter:blur(60px);opacity:.5;z-index:0;pointer-events:none;will-change:transform,border-radius;mix-blend-mode:screen;border-radius:50%;transition:transform .3s ease-out,border-radius .3s ease-out;position:absolute}.Hero-module__JgYmMq__orb1{background:var(--accent);width:400px;height:400px;top:calc(15.67% - 200px);right:calc(9.1% - 200px)}.Hero-module__JgYmMq__orb2{z-index:1;opacity:.7;filter:blur(50px);background:#00d4ff;width:350px;height:350px;bottom:calc(3.33% - 175px);left:calc(2% - 175px)}[data-theme=light] .Hero-module__JgYmMq__orb{mix-blend-mode:multiply}.Hero-module__JgYmMq__growthLine{z-index:0;pointer-events:none;filter:blur(6px);opacity:.5;mix-blend-mode:screen;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__growthLine svg{width:100%;height:100%}.Hero-module__JgYmMq__growthPath{fill:none;stroke:url(#growthGradient);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1500;stroke-dashoffset:1500px;animation:3s ease-out forwards Hero-module__JgYmMq__drawLine}.Hero-module__JgYmMq__growthPathGlow{fill:none;stroke:url(#glowGradient);stroke-width:12px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1500;stroke-dashoffset:1500px;animation:3s ease-out forwards Hero-module__JgYmMq__drawLine}@keyframes Hero-module__JgYmMq__drawLine{to{stroke-dashoffset:0}}.Hero-module__JgYmMq__growthArrow{fill:var(--accent);opacity:0;filter:drop-shadow(0 0 10px var(--accent));animation:.3s ease-out 1.7s forwards Hero-module__JgYmMq__fadeInArrow}@keyframes Hero-module__JgYmMq__fadeInArrow{to{opacity:1}}[data-theme=light] .Hero-module__JgYmMq__growthLine{opacity:.3;mix-blend-mode:multiply}.Hero-module__JgYmMq__cursorGlow{background:radial-gradient(circle,var(--accent)0%,transparent 70%);pointer-events:none;z-index:0;opacity:0;filter:blur(30px);mix-blend-mode:screen;border-radius:50%;width:150px;height:150px;transition:opacity .3s;position:absolute;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__cursorGlow.Hero-module__JgYmMq__active{opacity:.7}[data-theme=light] .Hero-module__JgYmMq__cursorGlow{mix-blend-mode:multiply}.Hero-module__JgYmMq__content{z-index:1;max-width:700px;position:relative}.Hero-module__JgYmMq__label{color:var(--accent);opacity:0;margin-bottom:20px;font-family:JetBrains Mono,monospace;font-size:.9rem;animation:.6s .2s forwards Hero-module__JgYmMq__fadeSlideUp;display:block}.Hero-module__JgYmMq__availableBadge{color:var(--accent);opacity:0;background:#00ff881a;border:1px solid #00ff884d;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:.8rem;animation:.6s .1s forwards Hero-module__JgYmMq__fadeSlideUp;display:inline-flex}.Hero-module__JgYmMq__availableDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__JgYmMq__pulseDot;position:relative}.Hero-module__JgYmMq__availableDot:before{content:"";background:var(--accent);border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite Hero-module__JgYmMq__pulseRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__JgYmMq__pulseDot{0%,to{opacity:1}50%{opacity:.8}}@keyframes Hero-module__JgYmMq__pulseRing{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}[data-theme=light] .Hero-module__JgYmMq__availableBadge{background:#0596691a;border-color:#0596694d}.Hero-module__JgYmMq__nameRow{align-items:center;gap:24px;margin-bottom:16px;display:flex}.Hero-module__JgYmMq__profilePic{background:var(--accent);opacity:0;cursor:pointer;border-radius:50%;flex-shrink:0;width:110px;height:110px;padding:3px;animation:.6s .3s forwards Hero-module__JgYmMq__fadeScaleIn;position:relative}.Hero-module__JgYmMq__profilePic img{object-fit:cover;border:3px solid var(--bg-dark);border-radius:50%;width:100%;height:100%;display:block}.Hero-module__JgYmMq__profilePic:before{content:"";background:var(--accent);filter:blur(15px);opacity:.5;z-index:-1;border-radius:50%;position:absolute;inset:-6px}@keyframes Hero-module__JgYmMq__fadeScaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}[data-theme=light] .Hero-module__JgYmMq__profilePic img{border-color:var(--bg-card)}[data-theme=light] .Hero-module__JgYmMq__profilePic:before{opacity:.3}.Hero-module__JgYmMq__profilePic.Hero-module__JgYmMq__glitch{animation:.6s ease-in-out Hero-module__JgYmMq__glitchContainer;opacity:1!important}.Hero-module__JgYmMq__profilePic.Hero-module__JgYmMq__glitch img{animation:.6s steps(4,end) Hero-module__JgYmMq__glitchImage}@keyframes Hero-module__JgYmMq__glitchContainer{0%,to{transform:translate(0)rotate(0)scale(1)}10%{transform:translate(-8px,-5px)rotate(-2deg)scale(1.02)}20%{transform:translate(8px,5px)rotate(2deg)scale(.98)}30%{transform:translate(-5px,8px)rotate(-1deg)scale(1.01)}40%{transform:translate(5px,-8px)rotate(1deg)scale(.99)}50%{transform:translate(-8px,3px)rotate(-2deg)scale(1.02)}60%{transform:translate(8px,-3px)rotate(2deg)scale(.98)}70%{transform:translate(-3px,-8px)rotate(-1deg)scale(1.01)}80%{transform:translate(3px,8px)rotate(1deg)scale(.99)}90%{transform:translate(5px,-5px)rotate(0)scale(1)}}@keyframes Hero-module__JgYmMq__glitchImage{0%,to{filter:none;transform:translate(0)}5%{filter:hue-rotate(90deg)saturate(200%)brightness(1.2);transform:translate(-3px)}10%{filter:hue-rotate(180deg)saturate(150%)contrast(1.3);transform:translate(3px)}15%{filter:invert()hue-rotate(180deg);transform:translate(-2px)}20%{filter:hue-rotate(270deg)saturate(300%);transform:translate(2px)}25%{filter:sepia()hue-rotate(-50deg)saturate(200%);transform:translate(-4px)}30%{filter:hue-rotate(45deg)brightness(1.5);transform:translate(4px)}}.Hero-module__JgYmMq__title{opacity:0;margin-bottom:0;font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1;animation:.6s .4s forwards Hero-module__JgYmMq__fadeSlideUp}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);opacity:0;margin-bottom:24px;font-size:clamp(1.5rem,4vw,2.5rem);animation:.6s .6s forwards Hero-module__JgYmMq__fadeSlideUp}.Hero-module__JgYmMq__typingContainer{display:inline-block;position:relative}.Hero-module__JgYmMq__typingText{color:var(--accent);border-right:3px solid var(--accent);white-space:nowrap;padding-right:4px;animation:.7s step-end infinite Hero-module__JgYmMq__blink}@keyframes Hero-module__JgYmMq__blink{50%{border-color:#0000}}.Hero-module__JgYmMq__description{color:var(--text-secondary);opacity:0;max-width:540px;margin-bottom:40px;font-family:JetBrains Mono,monospace;font-size:.95rem;line-height:1.7;animation:.6s .8s forwards Hero-module__JgYmMq__fadeSlideUp}.Hero-module__JgYmMq__cta{border:2px solid var(--accent);color:var(--accent);opacity:0;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s 1s forwards Hero-module__JgYmMq__fadeSlideUp;display:inline-flex}.Hero-module__JgYmMq__cta:hover{background:var(--accent);color:var(--bg-dark);opacity:1;transform:translateY(-2px);box-shadow:0 10px 40px #00ff884d}.Hero-module__JgYmMq__scrollIndicator{opacity:0;z-index:10;flex-direction:column;align-items:center;gap:8px;width:fit-content;margin:0 auto;text-decoration:none;animation:.6s 1.2s forwards Hero-module__JgYmMq__fadeSlideUp;display:flex;position:absolute;bottom:30px;left:0;right:0}.Hero-module__JgYmMq__scrollIndicator span{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-family:JetBrains Mono,monospace;font-size:.7rem}.Hero-module__JgYmMq__scrollMouse{border:2px solid var(--text-muted);border-radius:12px;width:24px;height:40px;transition:border-color .3s;position:relative}.Hero-module__JgYmMq__scrollMouse:before{content:"";background:var(--accent);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__JgYmMq__scrollWheel;position:absolute;top:8px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollIndicator:hover .Hero-module__JgYmMq__scrollMouse{border-color:var(--accent)}@keyframes Hero-module__JgYmMq__scrollWheel{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(12px)}}@keyframes Hero-module__JgYmMq__fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.Hero-module__JgYmMq__profilePic{width:90px;height:90px}}@media (max-width:768px){.Hero-module__JgYmMq__nameRow{flex-direction:column;align-items:flex-start;gap:16px}.Hero-module__JgYmMq__profilePic{width:80px;height:80px;padding:2px}.Hero-module__JgYmMq__profilePic img{border-width:2px}.Hero-module__JgYmMq__profilePic:before{filter:blur(10px);inset:-4px}.Hero-module__JgYmMq__growthLine{opacity:.3;filter:blur(8px);pointer-events:none}.Hero-module__JgYmMq__cursorGlow{display:none}.Hero-module__JgYmMq__orb1{filter:blur(40px);opacity:.4;width:200px;height:200px;top:calc(15.67% - 100px);right:calc(9.1% - 100px)}.Hero-module__JgYmMq__orb2{filter:blur(35px);opacity:.5;width:180px;height:180px;bottom:calc(3.33% - 90px);left:calc(2% - 90px)}.Hero-module__JgYmMq__scrollIndicator{display:none}.Hero-module__JgYmMq__scrollMouse{width:20px;height:32px}.Hero-module__JgYmMq__scrollMouse:before{height:6px;top:6px}}
.FeaturedProject-module__KS2Ffa__projectSwitcher{gap:8px;margin-bottom:24px;display:flex}.FeaturedProject-module__KS2Ffa__projectSwitchBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:10px 24px;font-family:JetBrains Mono,monospace;font-size:.9rem;transition:all .3s}.FeaturedProject-module__KS2Ffa__projectSwitchBtn:hover{color:var(--text-primary);border-color:var(--accent);background:var(--accent-dim)}.FeaturedProject-module__KS2Ffa__projectSwitchBtn.FeaturedProject-module__KS2Ffa__active{background:var(--accent);color:#000;border-color:var(--accent);font-weight:600}.FeaturedProject-module__KS2Ffa__projectCard{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:32px;padding:48px;transition:all .3s;display:flex}.FeaturedProject-module__KS2Ffa__projectCard:hover{border-color:var(--accent);transform:translateY(-4px)}.FeaturedProject-module__KS2Ffa__projectHeader{text-align:center;border-bottom:1px solid var(--border);padding-bottom:24px}.FeaturedProject-module__KS2Ffa__projectHeader .FeaturedProject-module__KS2Ffa__label{color:var(--accent);margin-bottom:8px;font-family:JetBrains Mono,monospace;font-size:.85rem;display:block}.FeaturedProject-module__KS2Ffa__projectHeader h3{margin-bottom:24px;font-size:2rem}.FeaturedProject-module__KS2Ffa__projectHeader .FeaturedProject-module__KS2Ffa__stats{border:none;justify-content:center;gap:48px;margin-bottom:0;padding:0;display:flex}.FeaturedProject-module__KS2Ffa__projectBody{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.FeaturedProject-module__KS2Ffa__visualWrapper{flex-direction:column;gap:16px;display:flex}.FeaturedProject-module__KS2Ffa__browserMockup{background:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}[data-theme=light] .FeaturedProject-module__KS2Ffa__browserMockup{background:#f5f5f5;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d}.FeaturedProject-module__KS2Ffa__browserToolbar{background:#252525;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}[data-theme=light] .FeaturedProject-module__KS2Ffa__browserToolbar{background:#e5e5e5;border-bottom-color:#d0d0d0}.FeaturedProject-module__KS2Ffa__browserDots{gap:8px;display:flex}.FeaturedProject-module__KS2Ffa__browserDots span{border-radius:50%;width:12px;height:12px}.FeaturedProject-module__KS2Ffa__browserDots span:first-child{background:#ff5f57}.FeaturedProject-module__KS2Ffa__browserDots span:nth-child(2){background:#febc2e}.FeaturedProject-module__KS2Ffa__browserDots span:nth-child(3){background:#28c840}.FeaturedProject-module__KS2Ffa__browserAddressBar{color:var(--text-secondary);background:#1a1a1a;border-radius:6px;flex:1;align-items:center;gap:8px;max-width:300px;margin:0 16px;padding:6px 16px;font-size:.8rem;display:flex}[data-theme=light] .FeaturedProject-module__KS2Ffa__browserAddressBar{color:#666;background:#f5f5f5}.FeaturedProject-module__KS2Ffa__browserAddressBar svg{color:var(--accent);width:12px;height:12px}.FeaturedProject-module__KS2Ffa__browserActions{color:#666;gap:12px;font-size:.75rem;display:flex}[data-theme=light] .FeaturedProject-module__KS2Ffa__browserActions{color:#999}.FeaturedProject-module__KS2Ffa__carousel{aspect-ratio:2;background:#000;position:relative;overflow:hidden}.FeaturedProject-module__KS2Ffa__slides{width:100%;height:100%;position:relative}.FeaturedProject-module__KS2Ffa__slide{opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.FeaturedProject-module__KS2Ffa__slide.FeaturedProject-module__KS2Ffa__active{opacity:1}.FeaturedProject-module__KS2Ffa__slide img{object-fit:cover;width:100%;height:100%;display:block}.FeaturedProject-module__KS2Ffa__carouselNav{justify-content:center;align-items:center;gap:16px;display:flex}.FeaturedProject-module__KS2Ffa__navBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}[data-theme=light] .FeaturedProject-module__KS2Ffa__navBtn{color:var(--text-secondary);background:#0000000d;border-color:#00000026}.FeaturedProject-module__KS2Ffa__navBtn:hover{background:var(--accent);border-color:var(--accent);color:#000}.FeaturedProject-module__KS2Ffa__caption{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:6px;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:.85rem;position:absolute;bottom:16px;left:16px}[data-theme=light] .FeaturedProject-module__KS2Ffa__caption{color:#333;background:#ffffffe6}.FeaturedProject-module__KS2Ffa__dots{justify-content:center;gap:8px;display:flex}.FeaturedProject-module__KS2Ffa__dot{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;position:relative}.FeaturedProject-module__KS2Ffa__dot:after{content:"";background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .3s}.FeaturedProject-module__KS2Ffa__dot.FeaturedProject-module__KS2Ffa__active:after,.FeaturedProject-module__KS2Ffa__dot:hover:after{background:var(--accent)}[data-theme=light] .FeaturedProject-module__KS2Ffa__dot:after{background:#0003}[data-theme=light] .FeaturedProject-module__KS2Ffa__dot.FeaturedProject-module__KS2Ffa__active:after,[data-theme=light] .FeaturedProject-module__KS2Ffa__dot:hover:after{background:var(--accent)}.FeaturedProject-module__KS2Ffa__content .FeaturedProject-module__KS2Ffa__label{color:var(--accent);margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:.85rem;display:block}.FeaturedProject-module__KS2Ffa__content h3{margin-bottom:8px;font-size:1.5rem}.FeaturedProject-module__KS2Ffa__stats{border-bottom:1px solid var(--border);gap:24px;margin-bottom:24px;padding:16px 0;display:flex}.FeaturedProject-module__KS2Ffa__stat{text-align:center;flex-direction:column;align-items:center;display:flex}.FeaturedProject-module__KS2Ffa__statValue{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.FeaturedProject-module__KS2Ffa__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.FeaturedProject-module__KS2Ffa__tabButtons{border-bottom:1px solid var(--border);gap:8px;margin-bottom:20px;padding-bottom:12px;display:flex}.FeaturedProject-module__KS2Ffa__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:.85rem;transition:all .3s}.FeaturedProject-module__KS2Ffa__tabBtn:hover{color:var(--text-primary);background:#ffffff0d}[data-theme=light] .FeaturedProject-module__KS2Ffa__tabBtn:hover{background:#0000000d}.FeaturedProject-module__KS2Ffa__tabBtn.FeaturedProject-module__KS2Ffa__active{color:var(--accent);background:var(--accent-dim)}.FeaturedProject-module__KS2Ffa__tabContent{animation:.3s FeaturedProject-module__KS2Ffa__fadeIn;display:none}.FeaturedProject-module__KS2Ffa__tabContent.FeaturedProject-module__KS2Ffa__active{display:block}@keyframes FeaturedProject-module__KS2Ffa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FeaturedProject-module__KS2Ffa__problem,.FeaturedProject-module__KS2Ffa__solution{color:var(--text-secondary);margin-bottom:12px;font-size:.9rem;line-height:1.6}.FeaturedProject-module__KS2Ffa__problem strong,.FeaturedProject-module__KS2Ffa__solution strong{color:var(--accent)}.FeaturedProject-module__KS2Ffa__features{margin-bottom:20px;list-style:none}.FeaturedProject-module__KS2Ffa__features li{color:var(--text-secondary);align-items:flex-start;gap:10px;padding:6px 0;font-size:.9rem;display:flex}.FeaturedProject-module__KS2Ffa__features li svg{color:var(--accent);flex-shrink:0;margin-top:4px}.FeaturedProject-module__KS2Ffa__techCategory{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.FeaturedProject-module__KS2Ffa__techCategoryLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.FeaturedProject-module__KS2Ffa__techStack{flex-wrap:wrap;gap:8px;display:flex}.FeaturedProject-module__KS2Ffa__techTag{background:var(--accent-dim);color:var(--accent);border-radius:6px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:.8rem}.FeaturedProject-module__KS2Ffa__resultsGrid{grid-template-columns:1fr 1fr;gap:24px 32px;margin-bottom:8px;display:grid}.FeaturedProject-module__KS2Ffa__resultItem{align-items:flex-start;gap:12px;padding-bottom:8px;display:flex}.FeaturedProject-module__KS2Ffa__resultItem svg{color:var(--accent);flex-shrink:0;margin-top:4px;font-size:1rem}.FeaturedProject-module__KS2Ffa__resultText{flex-direction:column;gap:4px;display:flex}.FeaturedProject-module__KS2Ffa__resultText strong{color:var(--text-primary);font-size:.9rem}.FeaturedProject-module__KS2Ffa__resultText span{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.FeaturedProject-module__KS2Ffa__links{flex-wrap:wrap;gap:12px;display:flex}.FeaturedProject-module__KS2Ffa__linkPrimary,.FeaturedProject-module__KS2Ffa__linkSecondary{border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.FeaturedProject-module__KS2Ffa__linkPrimary{background:var(--accent);color:#000}.FeaturedProject-module__KS2Ffa__linkPrimary:hover{opacity:1;background:#00cc6a;transform:translateY(-2px);box-shadow:0 8px 20px #00ff884d}.FeaturedProject-module__KS2Ffa__linkSecondary{color:var(--accent);border:1px solid var(--accent);background:0 0}.FeaturedProject-module__KS2Ffa__linkSecondary:hover{background:var(--accent-dim);opacity:1;transform:translateY(-2px)}.FeaturedProject-module__KS2Ffa__spotlights{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}.FeaturedProject-module__KS2Ffa__spotlight{background:linear-gradient(135deg,#00ff880d 0%,#00d4ff0d 100%);border:1px solid #0f83;border-radius:12px;flex-direction:column;padding:20px;display:flex}.FeaturedProject-module__KS2Ffa__spotlightContent{flex:1}.FeaturedProject-module__KS2Ffa__spotlightHeader{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:10px;margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;display:flex}.FeaturedProject-module__KS2Ffa__spotlightText{color:var(--text-secondary);flex:1;font-size:.95rem;line-height:1.7}.FeaturedProject-module__KS2Ffa__spotlightLink{background:var(--accent);color:var(--bg-dark);border-radius:8px;align-self:flex-start;align-items:center;gap:8px;margin-top:16px;padding:10px 18px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.FeaturedProject-module__KS2Ffa__spotlightLink:hover{opacity:1;transform:translateY(-2px);box-shadow:0 8px 20px #00ff884d}@media (max-width:1024px){.FeaturedProject-module__KS2Ffa__spotlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.FeaturedProject-module__KS2Ffa__projectSwitcher{gap:6px}.FeaturedProject-module__KS2Ffa__projectSwitchBtn{text-align:center;flex:1;padding:8px 16px;font-size:.8rem}.FeaturedProject-module__KS2Ffa__projectCard{padding:24px}.FeaturedProject-module__KS2Ffa__projectBody{grid-template-columns:1fr}.FeaturedProject-module__KS2Ffa__projectHeader h3{font-size:1.5rem}.FeaturedProject-module__KS2Ffa__browserToolbar{padding:8px 12px}.FeaturedProject-module__KS2Ffa__browserAddressBar{margin:0 8px;padding:4px 10px;font-size:.7rem}.FeaturedProject-module__KS2Ffa__browserDots span{width:8px;height:8px}.FeaturedProject-module__KS2Ffa__browserActions{display:none}.FeaturedProject-module__KS2Ffa__carouselNav{gap:12px}.FeaturedProject-module__KS2Ffa__navBtn{width:32px;height:32px}.FeaturedProject-module__KS2Ffa__caption{padding:6px 12px;font-size:.75rem;bottom:8px;left:8px}.FeaturedProject-module__KS2Ffa__dots{gap:6px}.FeaturedProject-module__KS2Ffa__projectHeader .FeaturedProject-module__KS2Ffa__stats{gap:16px}.FeaturedProject-module__KS2Ffa__stat{text-align:center;flex-direction:column;align-items:center;display:flex}.FeaturedProject-module__KS2Ffa__statValue{font-size:1.1rem;line-height:1.2}.FeaturedProject-module__KS2Ffa__statLabel{font-size:.65rem}.FeaturedProject-module__KS2Ffa__tabButtons{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.FeaturedProject-module__KS2Ffa__tabButtons::-webkit-scrollbar{display:none}.FeaturedProject-module__KS2Ffa__tabBtn{white-space:nowrap;padding:6px 12px;font-size:.8rem}.FeaturedProject-module__KS2Ffa__resultsGrid{grid-template-columns:1fr}.FeaturedProject-module__KS2Ffa__links{flex-direction:column}.FeaturedProject-module__KS2Ffa__linkPrimary,.FeaturedProject-module__KS2Ffa__linkSecondary{justify-content:center;width:100%}.FeaturedProject-module__KS2Ffa__spotlights{grid-template-columns:1fr;gap:12px;margin-top:20px}.FeaturedProject-module__KS2Ffa__spotlight{border-radius:10px;padding:16px}.FeaturedProject-module__KS2Ffa__spotlightHeader{gap:8px;margin-bottom:8px;font-size:.75rem}.FeaturedProject-module__KS2Ffa__spotlightText{font-size:.85rem;line-height:1.5}.FeaturedProject-module__KS2Ffa__spotlightLink{margin-top:12px;padding:10px 16px;font-size:.8rem}}
.Skills-module__-4weLa__bentoGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Skills-module__-4weLa__bentoCard{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px;transition:all .3s;position:relative;overflow:hidden}.Skills-module__-4weLa__bentoCard:before{content:"";background:var(--gradient);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Skills-module__-4weLa__bentoCard:hover{border-color:var(--accent);transform:translateY(-4px)}.Skills-module__-4weLa__bentoCard:hover:before{opacity:1}.Skills-module__-4weLa__bentoLarge{grid-area:span 2/span 2}.Skills-module__-4weLa__bentoWide{grid-column:span 2}.Skills-module__-4weLa__bentoIcon{margin-bottom:16px;font-size:2rem;transition:all .3s}.Skills-module__-4weLa__bentoCard:hover .Skills-module__-4weLa__bentoIcon{transform:scale(1.1)}.Skills-module__-4weLa__iconPython{color:#3776ab}.Skills-module__-4weLa__iconShopify{color:#96bf48}.Skills-module__-4weLa__iconJs{color:#f7df1e}.Skills-module__-4weLa__iconPostgres{color:#336791}.Skills-module__-4weLa__iconThreejs{color:#00d4ff}.Skills-module__-4weLa__iconCloudflare{color:#f38020}.Skills-module__-4weLa__iconGit{color:#f05032}.Skills-module__-4weLa__iconApi{color:var(--accent)}.Skills-module__-4weLa__iconLottie{color:#00ddb3}.Skills-module__-4weLa__iconPlaywright{color:#2ead33}.Skills-module__-4weLa__iconD3{color:#f9a03c}.Skills-module__-4weLa__iconLinux{color:#fcc624}.Skills-module__-4weLa__iconNode{color:#68a063}.Skills-module__-4weLa__iconAws{color:#f90}.Skills-module__-4weLa__iconAdobe{color:red}.Skills-module__-4weLa__bentoCard h3{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem}.Skills-module__-4weLa__bentoCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.Skills-module__-4weLa__bentoSkills{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.Skills-module__-4weLa__bentoSkillTag{background:var(--accent-dim);color:var(--accent);border-radius:4px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:.75rem}.Skills-module__-4weLa__bentoStat{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.Skills-module__-4weLa__bentoStatLabel{color:var(--text-secondary);margin-top:8px;font-size:.9rem}@media (max-width:1024px){.Skills-module__-4weLa__bentoGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Skills-module__-4weLa__bentoGrid{grid-template-columns:repeat(2,1fr);gap:12px}.Skills-module__-4weLa__bentoLarge{grid-area:span 1/span 2}.Skills-module__-4weLa__bentoWide{grid-column:span 2}.Skills-module__-4weLa__bentoCard{padding:16px}.Skills-module__-4weLa__bentoIcon{margin-bottom:12px;font-size:1.5rem}.Skills-module__-4weLa__bentoCard h3{font-size:1rem}.Skills-module__-4weLa__bentoCard p{font-size:.85rem}}@media (max-width:480px){.Skills-module__-4weLa__bentoGrid{grid-template-columns:1fr 1fr}}
.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__h5-agW__serviceCard{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:all .3s}.Services-module__h5-agW__serviceCard:hover{border-color:var(--accent);transform:translateY(-4px)}.Services-module__h5-agW__serviceHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.Services-module__h5-agW__serviceHeader h3{color:var(--text-primary);align-items:center;gap:10px;font-size:1.25rem;display:flex}.Services-module__h5-agW__serviceType{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);background:var(--accent-dim);white-space:nowrap;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:500}.Services-module__h5-agW__serviceCard>p{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:1.6}.Services-module__h5-agW__serviceCard ul{grid-template-columns:1fr 1fr;gap:8px;list-style:none;display:grid}.Services-module__h5-agW__serviceCard ul li{color:var(--text-secondary);padding-left:16px;font-size:.85rem;position:relative}.Services-module__h5-agW__serviceCard ul li:before{content:"→";color:var(--accent);position:absolute;left:0}.Services-module__h5-agW__serviceCardFeatured{background:linear-gradient(135deg,#00ff880d 0%,#00d4ff0d 100%);border-color:#00ff884d;grid-column:span 3;grid-template-columns:1fr 1fr;gap:32px;display:grid}.Services-module__h5-agW__serviceCardFeatured:hover{border-color:var(--accent)}.Services-module__h5-agW__serviceContent .Services-module__h5-agW__serviceHeader h3 svg{color:#4285f4}.Services-module__h5-agW__urgencyNote{color:var(--text-secondary);margin-top:12px;font-size:.85rem}.Services-module__h5-agW__urgencyNote svg{color:#ff6b6b;margin-right:8px}.Services-module__h5-agW__helpNote{color:var(--accent);margin-top:8px;font-size:.85rem}.Services-module__h5-agW__helpNote svg{margin-right:8px}.Services-module__h5-agW__serviceHighlights ul{flex-direction:column;gap:12px;list-style:none;display:flex}.Services-module__h5-agW__serviceHighlights ul li{color:var(--text-secondary);padding-left:20px;font-size:.9rem;position:relative}.Services-module__h5-agW__serviceHighlights ul li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.Services-module__h5-agW__portalHighlight{background:linear-gradient(135deg,#00ff8814 0%,#00d4ff14 100%);border:1px solid #0f83;border-radius:16px;margin-top:48px;padding:32px}.Services-module__h5-agW__portalHighlightContent{align-items:center;gap:24px;display:flex}.Services-module__h5-agW__portalHighlightIcon{background:var(--accent-dim);width:64px;height:64px;color:var(--accent);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.Services-module__h5-agW__portalHighlightText{flex:1}.Services-module__h5-agW__portalHighlightText h3{color:var(--text-primary);margin-bottom:8px;font-size:1.25rem}.Services-module__h5-agW__portalHighlightText p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Services-module__h5-agW__portalHighlightBtn{background:var(--accent);color:#000;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Services-module__h5-agW__portalHighlightBtn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 8px 20px #00ff884d}@media (max-width:1200px){.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(2,1fr)}.Services-module__h5-agW__serviceCardFeatured{grid-column:span 2}}@media (max-width:1024px){.Services-module__h5-agW__serviceCardFeatured{grid-template-columns:1fr}}@media (max-width:768px){.Services-module__h5-agW__servicesGrid{grid-template-columns:1fr;gap:12px}.Services-module__h5-agW__serviceCard{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:8px 16px;padding:16px;display:grid}.Services-module__h5-agW__serviceHeader{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;margin-bottom:4px}.Services-module__h5-agW__serviceHeader h3{font-size:1rem}.Services-module__h5-agW__serviceType{padding:3px 6px;font-size:.65rem}.Services-module__h5-agW__serviceCard>p{grid-column:1;margin-bottom:0;font-size:.8rem;line-height:1.4}.Services-module__h5-agW__serviceCard ul{text-align:right;grid-area:2/2;grid-template-columns:1fr;gap:2px}.Services-module__h5-agW__serviceCard ul li{text-align:right;padding:1px 0;font-size:.75rem}.Services-module__h5-agW__serviceCard ul li:before{content:none}.Services-module__h5-agW__serviceCard ul li:after{content:" ✓";color:var(--accent)}.Services-module__h5-agW__serviceCardFeatured{grid-column:span 1;grid-template-columns:1fr;gap:16px;padding:20px}.Services-module__h5-agW__serviceCardFeatured .Services-module__h5-agW__serviceContent>p{grid-column:1/-1}.Services-module__h5-agW__serviceHighlights ul{columns:2;column-gap:16px}.Services-module__h5-agW__serviceHighlights ul li{text-align:left;break-inside:avoid;padding-left:24px;font-size:.8rem}.Services-module__h5-agW__serviceHighlights ul li:before{content:"✓";left:0}.Services-module__h5-agW__serviceHighlights ul li:after{content:none}.Services-module__h5-agW__portalHighlightContent{text-align:center;flex-direction:column;gap:16px}.Services-module__h5-agW__portalHighlightIcon{width:50px;height:50px;font-size:1.25rem}.Services-module__h5-agW__portalHighlightBtn{justify-content:center;width:100%}}
.FAQ-module__YTKPaG__faqGrid{column-count:2;column-gap:16px}.FAQ-module__YTKPaG__faqItem{background:var(--bg-card);border:1px solid var(--border);break-inside:avoid;border-radius:12px;margin-bottom:16px;transition:all .3s;overflow:hidden}.FAQ-module__YTKPaG__faqItem:hover{border-color:var(--accent)}.FAQ-module__YTKPaG__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;display:flex}.FAQ-module__YTKPaG__faqQuestion h3{color:var(--text-primary);font-size:1rem;font-weight:500}.FAQ-module__YTKPaG__faqIcon{color:var(--text-secondary);flex-shrink:0;font-size:.9rem;transition:transform .3s}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__faqIcon{color:var(--accent);transform:rotate(180deg)}.FAQ-module__YTKPaG__faqAnswer{max-height:0;transition:max-height .3s;overflow:hidden}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__faqAnswer{max-height:500px}.FAQ-module__YTKPaG__faqAnswerContent{color:var(--text-secondary);padding:0 24px 20px;font-size:.95rem;line-height:1.7}.FAQ-module__YTKPaG__faqAnswerContent p{margin:0}.FAQ-module__YTKPaG__faqAnswerContent em{color:var(--accent);font-style:normal}.FAQ-module__YTKPaG__faqAnswerContent a{color:var(--accent);text-decoration:none}.FAQ-module__YTKPaG__faqAnswerContent a:hover{text-decoration:underline}@media (max-width:768px){.FAQ-module__YTKPaG__faqGrid{column-count:1}.FAQ-module__YTKPaG__faqQuestion{padding:16px 20px}.FAQ-module__YTKPaG__faqQuestion h3{font-size:.95rem}.FAQ-module__YTKPaG__faqAnswerContent{padding:0 20px 16px;font-size:.9rem}}
.Contact-module__Bs3a0a__contactContent{text-align:center;max-width:600px;margin:0 auto}.Contact-module__Bs3a0a__contactContent h3{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2rem}.Contact-module__Bs3a0a__contactContent>p{color:var(--text-secondary);margin-bottom:32px;font-size:1.1rem;line-height:1.6}.Contact-module__Bs3a0a__contactForm{text-align:left}.Contact-module__Bs3a0a__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Contact-module__Bs3a0a__formGroup{margin-bottom:20px}.Contact-module__Bs3a0a__formGroup label{color:var(--text-primary);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.Contact-module__Bs3a0a__optional{color:var(--text-secondary);font-weight:400}.Contact-module__Bs3a0a__formGroup input,.Contact-module__Bs3a0a__formGroup textarea{background:var(--bg-card);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:10px;padding:14px 18px;font-family:inherit;font-size:1rem;transition:all .3s}.Contact-module__Bs3a0a__formGroup input::placeholder,.Contact-module__Bs3a0a__formGroup textarea::placeholder{color:var(--text-secondary);opacity:.6}.Contact-module__Bs3a0a__formGroup input:focus,.Contact-module__Bs3a0a__formGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim);outline:none}.Contact-module__Bs3a0a__formGroup textarea{resize:vertical;min-height:150px}.Contact-module__Bs3a0a__formStatus{border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.9rem}.Contact-module__Bs3a0a__formStatus.Contact-module__Bs3a0a__success{color:var(--accent);background:#00ff881a;border:1px solid #00ff884d}.Contact-module__Bs3a0a__formStatus.Contact-module__Bs3a0a__error{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b4d}.Contact-module__Bs3a0a__formStatus.Contact-module__Bs3a0a__loading{color:#00d4ff;background:#00d4ff1a;border:1px solid #00d4ff4d}.Contact-module__Bs3a0a__contactBtn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Contact-module__Bs3a0a__contactBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0f86}.Contact-module__Bs3a0a__contactBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__Bs3a0a__hidden{display:none!important}@media (max-width:768px){.Contact-module__Bs3a0a__formRow{grid-template-columns:1fr}.Contact-module__Bs3a0a__contactContent h3{font-size:1.5rem}.Contact-module__Bs3a0a__contactContent>p{font-size:1rem}}
